@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Copy from https://github.com/netzstrategen/bacon/blob/master/src/base/_reset.scss
 *
 */
/**
 * Remove all intrusive padding and margin browser defaults.
 */
/* stylelint-disable selector-list-comma-newline-after */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  padding: 0;
  margin: 0;
}

/* stylelint-enable selector-list-comma-newline-after */
/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

/**
 * Global element box-sizing.
 *
 * 1. Set everything to border-box by default but allow per-component changes.
 *    http:/css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/**
 * Base link styling.
 */
a {
  color: #0065ad;
}
a:hover, a:focus {
  color: #0073a8;
}
a:active {
  color: rgb(0, 149.9107142857, 219);
}

/**
 * Shared base spacing.
 */
/* stylelint-disable selector-list-comma-newline-after */
address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
}

/* stylelint-enable selector-list-comma-newline-after */
/**
 * Base image styling.
 *
 * 1. Fluid images for responsive purposes.
 * 2. Ensure that images will be retain aspect ratio (and so be responsive)
 *    even if explicit `width` and `height` attributes are set.
 * 3. Emphasise `alt` text if shown.
 * 4. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements. Safer alternative to using `display: block;`.
 */
img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

/**
 * Base list styling.
 *
 * 1. Set a sensible browser default override.
 */
/* stylelint-disable selector-list-comma-newline-after */
dd, ol, ul {
  margin-left: 24px;
}

/* stylelint-enable selector-list-comma-newline-after */
/**
 * Stacked list with default styling (such as bullets) removed.
 */
.list-unstyled {
  margin-left: 0;
  list-style: none;
}

/**
 * Base table styling.
 *
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
}

/**
 * Import Helvetica Neue Condensed and ITC New Veljovic fonts.
 * Served from Fonts.com
 *
 *
 * This CSS resource incorporates links to font software which is the valuable copyrighted
 * property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
 * redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
 * Imaging with any questions regarding Web Fonts:  http://www.fonts.com
 */
/* clean-css ignore:start */
@font-face {
  font-family: "Helvetica Neue Condensed";
  font-display: swap;
  font-weight: 300;
  src: url("../fonts/083e1179-98b4-4cbd-a13a-50a7c78d6fea.woff2") format("woff2"), url("../fonts/239170e6-7f0d-4c35-97d4-490b362e4ef7.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue Condensed";
  font-display: swap;
  font-weight: 400;
  font-size: italic;
  src: url("../fonts/9516ef74-4fe9-45fe-a09f-493cb9518f71.woff2") format("woff2"), url("../fonts/5b99bc59-1b2e-446b-961e-2e1dbdfcd641.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue Condensed";
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/1a559dd9-e51e-45d5-86eb-f343223bacef.woff2") format("woff2"), url("../fonts/581fae27-b5f4-44ab-b5b1-92f11d4f9838.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue Condensed";
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/02980b3d-1e37-4378-a5c6-4cf0d6ce0ba5.woff2") format("woff2"), url("../fonts/2d1e8a5f-eb7a-47a1-be1d-878bb9a46b6e.woff") format("woff");
}
@font-face {
  font-family: "ITC New Veljovic";
  font-display: swap;
  src: url("../fonts/e94c40b9-0891-47d9-8451-ec4c1962a4a8.woff2") format("woff2"), url("../fonts/55a32884-149c-46b1-b7df-91bf91fbfbfd.woff") format("woff");
}
@font-face {
  font-family: "ITC New Veljovic";
  font-display: swap;
  font-style: italic;
  src: url("../fonts/e4958b6e-2105-4283-9668-126571f059b2.woff2") format("woff2"), url("../fonts/802fe2f5-aa91-4da9-b737-97ba427954d0.woff") format("woff");
}
/* clean-css ignore:end */
/**
 * Styled select input.
 *
 * 1. Receives standardised form input styling.
 * 2. Uses standardised font-size and line-height to match height of other inputs.
 * 3. Inline SVG arrow icon.
 * 4. Ensure text color matches other form inputs/content.
 * source : https://github.com/netzstrategen/bacon/blob/master/src/base/forms/_select.scss
 */
select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0.6em;
  border: 1px #ccc solid;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  box-shadow: none;
  font-size: 1.25em;
  line-height: 1.215;
  height: calc(2.215em + 2px);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 13'><polygon fill='%230065ad' points='0 1.313 9.446 10.457 0 19.601 1.389 20.914 12.343 10.457 1.389 0' transform='rotate(90 10.671 10.957)'/></svg>");
  background-origin: content-box;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 22px 13px;
  color: inherit;
}
select:focus {
  border: 1px #0065ad solid;
  outline: none;
  background-color: #fff;
  box-shadow: none;
}

/**
 * Standardised 'text box' inputs.
 *
 * 1. Receives standardised form input styling.
 */
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0.6em;
  border: 1px #ccc solid;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  box-shadow: none;
  font-size: 1.25em;
  line-height: 1.215;
}
[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  border: 1px #0065ad solid;
  outline: none;
  background-color: #fff;
  box-shadow: none;
}

textarea {
  max-width: 100%;
}
textarea:not([rows]) {
  min-height: 120px;
}
textarea[rows] {
  height: auto;
}

/**
 * Helper text to accompany a form element.
 *
 * @example "Your password must be at least eight characters long and contain at least one number".
 * source: https://github.com/netzstrategen/bacon/blob/master/src/base/forms/_help-text.scss
 */
.help-text {
  margin-top: 3px;
  font-size: 0.75em;
  font-style: italic;
}

/**
 * File inputs.
 *
 * 1. Wrapping .file-input must be a label which refers to input child element.
 * 2. JS snippet from docs can be included to update button text with filename.
 * source : https://github.com/netzstrategen/bacon/blob/master/src/base/forms/_file.scss
 */
.file-input {
  position: relative;
}
.file-input__input {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}
.file-input__label {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0.6em;
  border-radius: 3px;
  cursor: pointer;
  background-color: transparent;
  color: #0065ad;
  line-height: 1.215;
}
.file-input__label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.3em;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01LjAxNiAxOGgxMy45Njl2Mi4wMTZoLTEzLjk2OXYtMi4wMTZ6TTkgMTUuOTg0di02aC0zLjk4NGw2Ljk4NC02Ljk4NCA2Ljk4NCA2Ljk4NGgtMy45ODR2NmgtNnoiPjwvcGF0aD48L3N2Zz4K");
  background-size: 100%;
}
.file-input__label:after {
  content: attr(data-file-upload-button-text);
}
.file-input__input:valid + .file-input__label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC45ODQgNi40MjJsLTUuNTc4IDUuNTc4IDUuNTc4IDUuNTc4LTEuNDA2IDEuNDA2LTUuNTc4LTUuNTc4LTUuNTc4IDUuNTc4LTEuNDA2LTEuNDA2IDUuNTc4LTUuNTc4LTUuNTc4LTUuNTc4IDEuNDA2LTEuNDA2IDUuNTc4IDUuNTc4IDUuNTc4LTUuNTc4eiI+PC9wYXRoPjwvc3ZnPgo=");
}
.file-input__input:valid + .file-input__label:after {
  content: attr(data-file-upload-button-text-valid);
}

/**
 * Fieldsets.
 *
 * To encourage the use of `<fieldset>` for accessibility,
 * default styling has been removed and abstracted to
 * this `.fieldset` class.
 * source : https://github.com/netzstrategen/bacon/blob/master/src/base/forms/_fieldset.scss
 */
fieldset {
  padding: 0;
  border: 0;
  margin: 0 0 24px;
}

.fieldset {
  padding: 0.75em;
  border: 1px #969696 solid;
}
.fieldset legend {
  padding: 0 0.25em;
  margin-left: -0.25em;
}

/**
 * Field group
 * Wraps individual form inputs and their labels, helper text etc
 * source : https://github.com/netzstrategen/bacon/blob/master/src/base/forms/_field.scss
 */
.field:not(:last-child),
.field-group:not(:last-child) {
  margin-bottom: 24px;
}

/**
 * Grouped fields
 * Wraps several form inputs. E.g. input with connected button.
 */
.field-group {
  display: flex;
}
.field-group * + * {
  margin-left: -1px;
}

/**
 * Shared choice input styling.
 * source https://github.com/netzstrategen/bacon/blob/master/src/base/forms/_choice.scss
 *
 * 1. Flex item but with a fixed size
 * 2. Make the input proportionally bigger than it's parent font-size
 */
.choice-input {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio [type=radio], .checkbox [type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.choice-input__indicator {
  position: relative;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  border: 1px #ccc solid;
  border-radius: 3px;
  font-size: 1.25em;
}
.choice-input__label {
  flex: 1 1 auto;
  margin-left: 0.7em;
}

/*
 * Inline choice inputs
 */
.choice-inputs {
  display: flex;
}
.choice-inputs:not(.choice-inputs--stacked) .choice-input:not(:last-child) {
  margin-right: 1.4em;
}
.choice-inputs--stacked {
  flex-direction: column;
}
.choice-inputs--stacked .choice-input:not(:last-child) {
  margin-bottom: 0.35em;
}

/**
 * Checkbox input.
 *
 * <label class="checkbox choice-input">
 *   <input type="checkbox">
 *   <span class="choice-input__indicator checkbox__indicator"></span>
 *   <span class="choice-input__label">Checkbox</span>
 * </label>
 */
.checkbox__indicator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 16px;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'><polygon fill='%23fff' points='15.934 0 6.308 9.89 2.066 5.499 0 7.567 4.282 11.972 4.28 11.972 4.484 12.181 6.253 14 6.261 13.992 6.269 14 18 2.048'/></svg>");
  background-repeat: no-repeat;
  background-size: 12px 16px;
}
:checked + .checkbox__indicator {
  background-color: #0065ad;
}

/**
 * Radio button input.
 *
 * <label class="radio choice-input">
 *   <input type="radio">
 *   <span class="choice-input__indicator radio__indicator"></span>
 *   <span class="choice-input__label">Checkbox</span>
 * </label>
 */
.radio__indicator {
  border-radius: 100%;
}
.radio__indicator:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75em;
  height: 0.75em;
  border-radius: 100%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  background-color: transparent;
}
:checked + .radio__indicator:before {
  background-color: #fff;
}

/**
 * Form input label.
  * source https://github.com/netzstrategen/bacon/blob/master/src/base/forms/_label.scss
 */
label,
.label {
  display: block;
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #333;
}

/**
 * Forms styling / Bacon overrides.
 */
input[type=date],
input.datepicker {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 26"><g><rect width="29" height="26" fill="%23FFF" rx="3"/><path fill="%230080C8" fill-rule="nonzero" d="M26.5,0 L2.5,0 C1.11928813,0 0,1.11928813 0,2.5 L0,23.5 C0,24.8807119 1.11928813,26 2.5,26 L26.5,26 C27.8807119,26 29,24.8807119 29,23.5 L29,2.5 C29,1.11928813 27.8807119,0 26.5,0 Z M2.5,1 L26.5,1 C27.3284271,1 28,1.67157288 28,2.5 L28,23.5 C28,24.3284271 27.3284271,25 26.5,25 L2.5,25 C1.67157288,25 1,24.3284271 1,23.5 L1,2.5 C1,1.67157288 1.67157288,1 2.5,1 Z"/><polygon fill="%230080C8" fill-rule="nonzero" points="0 5 29 5 29 6 0 6"/><path fill="%230080C8" fill-rule="nonzero" d="M8 8.5L5 8.5C4.17157288 8.5 3.5 9.17157288 3.5 10L3.5 13C3.5 13.8284271 4.17157288 14.5 5 14.5L8 14.5C8.82842712 14.5 9.5 13.8284271 9.5 13L9.5 10C9.5 9.17157288 8.82842712 8.5 8 8.5zM5 9.5L8 9.5C8.27614237 9.5 8.5 9.72385763 8.5 10L8.5 13C8.5 13.2761424 8.27614237 13.5 8 13.5L5 13.5C4.72385763 13.5 4.5 13.2761424 4.5 13L4.5 10C4.5 9.72385763 4.72385763 9.5 5 9.5zM16 8.5L13 8.5C12.1715729 8.5 11.5 9.17157288 11.5 10L11.5 13C11.5 13.8284271 12.1715729 14.5 13 14.5L16 14.5C16.8284271 14.5 17.5 13.8284271 17.5 13L17.5 10C17.5 9.17157288 16.8284271 8.5 16 8.5zM13 9.5L16 9.5C16.2761424 9.5 16.5 9.72385763 16.5 10L16.5 13C16.5 13.2761424 16.2761424 13.5 16 13.5L13 13.5C12.7238576 13.5 12.5 13.2761424 12.5 13L12.5 10C12.5 9.72385763 12.7238576 9.5 13 9.5zM24 8.5L21 8.5C20.1715729 8.5 19.5 9.17157288 19.5 10L19.5 13C19.5 13.8284271 20.1715729 14.5 21 14.5L24 14.5C24.8284271 14.5 25.5 13.8284271 25.5 13L25.5 10C25.5 9.17157288 24.8284271 8.5 24 8.5zM21 9.5L24 9.5C24.2761424 9.5 24.5 9.72385763 24.5 10L24.5 13C24.5 13.2761424 24.2761424 13.5 24 13.5L21 13.5C20.7238576 13.5 20.5 13.2761424 20.5 13L20.5 10C20.5 9.72385763 20.7238576 9.5 21 9.5zM8 16.5L5 16.5C4.17157288 16.5 3.5 17.1715729 3.5 18L3.5 21C3.5 21.8284271 4.17157288 22.5 5 22.5L8 22.5C8.82842712 22.5 9.5 21.8284271 9.5 21L9.5 18C9.5 17.1715729 8.82842712 16.5 8 16.5zM5 17.5L8 17.5C8.27614237 17.5 8.5 17.7238576 8.5 18L8.5 21C8.5 21.2761424 8.27614237 21.5 8 21.5L5 21.5C4.72385763 21.5 4.5 21.2761424 4.5 21L4.5 18C4.5 17.7238576 4.72385763 17.5 5 17.5zM16 16.5L13 16.5C12.1715729 16.5 11.5 17.1715729 11.5 18L11.5 21C11.5 21.8284271 12.1715729 22.5 13 22.5L16 22.5C16.8284271 22.5 17.5 21.8284271 17.5 21L17.5 18C17.5 17.1715729 16.8284271 16.5 16 16.5zM13 17.5L16 17.5C16.2761424 17.5 16.5 17.7238576 16.5 18L16.5 21C16.5 21.2761424 16.2761424 21.5 16 21.5L13 21.5C12.7238576 21.5 12.5 21.2761424 12.5 21L12.5 18C12.5 17.7238576 12.7238576 17.5 13 17.5zM24 16.5L21 16.5C20.1715729 16.5 19.5 17.1715729 19.5 18L19.5 21C19.5 21.8284271 20.1715729 22.5 21 22.5L24 22.5C24.8284271 22.5 25.5 21.8284271 25.5 21L25.5 18C25.5 17.1715729 24.8284271 16.5 24 16.5zM21 17.5L24 17.5C24.2761424 17.5 24.5 17.7238576 24.5 18L24.5 21C24.5 21.2761424 24.2761424 21.5 24 21.5L21 21.5C20.7238576 21.5 20.5 21.2761424 20.5 21L20.5 18C20.5 17.7238576 20.7238576 17.5 21 17.5z"/></g></svg>');
  background-size: 29px 26px;
  background-repeat: no-repeat;
  background-position: right 0.6em center;
}

.file-input__label {
  border: 1px currentColor solid;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.031em;
}
.file-input__label:before {
  display: none;
}

.choice-input {
  margin: 0;
  font-size: 1.125rem;
}
.choice-input__indicator {
  font-size: 1.333em;
}

:checked + .checkbox__indicator {
  border-color: #0065ad;
}
:checked + .checkbox__indicator:before {
  width: 17px;
  height: 13px;
  background-size: 100%;
}

.radio__indicator:before {
  width: 0.4em;
  height: 0.4em;
}
:checked + .radio__indicator {
  border-color: #0065ad;
  background-color: #0065ad;
}

.help-text {
  margin-top: 5px;
  font-size: 1rem;
  font-style: normal;
  color: #737373;
}

/**
 * Currently used by the lightbox gallery to indicate that images are clickable.
 */
.cursor-pointer {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

/**
 * Base page layout.
 *
 * 1. Ensure content uses 100% viewport height and footer at bottom of window.
 */
.page {
  position: relative;
  flex-grow: 1;
}
@media (min-width: 56.25em) {
  .page {
    display: flex;
    align-items: flex-start;
  }
}

.page-main {
  position: relative;
  flex: 1;
  max-width: 100%;
}
@media (min-width: 50em) and (max-width: 64.0525em) {
  .page-main {
    flex: 1 0 auto;
  }
}
.page:not(.page--gallery) .page-main {
  margin-bottom: 1.75rem;
}
@media (min-width: 43.75em) {
  .page:not(.page--gallery) .page-main {
    margin-bottom: 2rem;
  }
}
@media (min-width: 64.0625em) {
  .page:not(.page--gallery) .page-main {
    margin-bottom: 2.5rem;
  }
}

.page-meta {
  padding: 0 0 20px;
}
@media (min-width: 64.0625em) {
  .page-meta {
    position: absolute;
    top: 0;
    width: 11rem;
    margin-left: -11.25rem;
  }
}
@media (min-width: 75em) {
  .page-meta {
    width: 11.25rem;
    margin-left: -13.75rem;
  }
}

@media (min-width: 56.25em) {
  .page-sidebar {
    width: 18.75rem;
    margin-left: 2.5rem;
  }
}

/**
 * Full width page type variation.
 * Used for gallery, longread.
 *
 * 1. Moving container max-width inside to allow full width content.
 */
.page--gallery,
.page--longread {
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Global typography defaults.
 *
 * 1. Improve font rendering on certain browsers.
 */
html {
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Ensure links in paragraph text break so entire link is legible.
 */
p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/**
 * H1-H6 headings.
 */
/* stylelint-disable selector-list-comma-newline-after */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/* stylelint-enable selector-list-comma-newline-after */
h1 {
  font-size: 32px;
  line-height: 48px;
}

h2 {
  font-size: 22.5px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue Condensed", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

/**
 * Horizontal rules.
 */
hr {
  height: 1px;
  border: 0;
  margin: 1.5em 0;
  background-color: rgb(150.45, 150.45, 150.45);
}

/**
 * Master wrapping body element.
 *
 * 1. Ensure content uses 100% viewport height and footer at bottom of window.
 * 2. On mobile hide the main content and footer when the site header is open
 *    so that only the megamenu causes the page to scroll.
 */
body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 64.0525em) {
  body.is-nav-open .site-content,
  body.is-nav-open .site-footer {
    display: none;
  }
}

/**
 * Wrapping container element.
 */
.container,
.page--longread .related-articles {
  position: relative;
  width: 100%;
  max-width: 75.625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin: 0 auto;
}
@media (min-width: 35em) and (max-width: 43.74em) {
  .container,
  .page--longread .related-articles {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 43.75em) and (max-width: 49.99em) {
  .container,
  .page--longread .related-articles {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 50em) and (max-width: 64.0525em) {
  .container,
  .page--longread .related-articles {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.container *,
.page--longread .related-articles * {
  word-wrap: break-word;
}

.container--slim,
.page--longread .related-articles {
  max-width: 62.5rem;
}

.container--wide {
  max-width: 90rem;
}

/**
 * Page separator bands.
 * Immediate child element should be .container to correctly align content.
 *
 * 1. Stretch the band to full page width.
 */
.band {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.band--focus {
  position: relative;
  background-color: rgb(232.1, 232.1, 232.1);
}
.band--focus:before, .band--focus:after {
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  content: "";
  background-color: rgb(232.1, 232.1, 232.1);
}
.band--focus:before {
  right: 100%;
}
.band--focus:after {
  left: 100%;
}

/**
 * @file
 * Utility classes to hide elements in different ways.
 */
/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  width: auto;
  height: auto;
  clip: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden;
}

/**
 * Hide the style node inserted inline (in CSS component)
 * By default in most browsers.
 */
link {
  display: none !important;
}

/**
 * Maintenance mode page.
 */
.maintenance-message {
  max-width: 800px;
  padding: 20px 50px 60px;
  margin: 10vh auto;
  text-align: center;
  background-color: #0065ad;
  color: #fff;
}
@media (max-width: 700px) {
  .maintenance-message {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.maintenance-message__title {
  font-family: inherit;
}

/**
 * User dashboard. Uses Drupal Panels.
 *
 * 1. Bookmark listing page.
 *    Duplicated here to avoid messy selectors in _page.scss, _container.scss.
 */
.path-user .page--listing {
  padding-top: 1rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 75em) {
  .path-user .page--listing {
    padding-top: 2.75rem;
  }
}
@media (max-width: 81.24em) {
  .path-user .page--listing .section-teaser {
    padding: 0;
  }
}

/**
 * Block - Related articles.
 */
.related-articles {
  background-color: #fff;
}
.related-articles .section-teaser {
  padding-right: 0;
  padding-left: 0;
}

/**
 * Advertisement styles
 *
 */
.ad-banner-t,
.ad-banner {
  position: relative;
}
@media (min-width: 75em) {
  .ad-banner-t.is-first,
  .ad-banner.is-first {
    position: fixed;
    z-index: 0;
    top: 228px;
    width: 300px;
    margin-left: 884px;
    transition: transform ease-out 0.2s;
  }
  .ad-banner-t.is-first:not(.active),
  .ad-banner.is-first:not(.active) {
    visibility: hidden;
  }
  .ad-banner-t.is-first.unstick,
  .ad-banner.is-first.unstick {
    position: absolute;
    top: initial;
    bottom: 0;
  }
  .ad-banner-t.is-first.go-between,
  .ad-banner.is-first.go-between {
    top: 10%;
  }
}

footer.ad-footer {
  position: relative;
  order: 90;
}
footer.ad-footer .ad-banner-t {
  margin-bottom: 0 !important;
}

.billboard .ad-banner-t,
.billboard > .ad-banner {
  position: relative;
  margin: 0 auto 2rem auto;
}
@media (min-width: 64.0625em) {
  .billboard .ad-banner-t,
  .billboard > .ad-banner {
    left: 175px;
    max-width: 820px;
    margin: 0 0 2rem 0;
    transform: initial;
  }
}
@media (min-width: 75em) {
  .billboard .ad-banner-t,
  .billboard > .ad-banner {
    left: 215px;
    max-width: 970px;
  }
}
@media (max-width: 64.0525em) {
  .billboard .ad-banner-t.l-section,
  .billboard > .ad-banner.l-section {
    display: none;
  }
}

.ad-t .teaser {
  margin: 0;
}

.article--full .ad-banner {
  width: 300px !important;
}
@media (max-width: 64.0525em) {
  .article--full .ad-banner {
    position: relative;
    margin-top: 20px;
  }
}
.article--full .ad-banner:not(.is-first) {
  display: block;
  margin-bottom: 1.4545rem;
}
@media (min-width: 64.0625em) {
  .article--full .ad-banner:not(.is-first) {
    display: none;
  }
}

.section-teaser--related .ad iframe {
  max-height: 300px;
}
@media (min-width: 325px) {
  .section-teaser--related .ad iframe {
    max-height: 220px;
  }
}
@media (min-width: 64.0625em) {
  .section-teaser--related .ad iframe {
    max-height: 300px;
  }
}

.section-teaser:not(.section-teaser--related) .ad iframe {
  max-height: 300px;
}

@media (max-width: 64.0525em) {
  .section--l .Rectangle_1 {
    display: none !important;
  }
}
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../fonts/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
  backdrop-filter: blur(4px);
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  margin: 0 auto;
  color: #CCC;
  font-size: 1.125em;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  padding: 25px 15px 30px 15px;
}
@media screen and (min-width: 1024px) {
  .pswp__caption__center {
    max-width: 640px;
  }
}
@media screen and (min-width: 500px) {
  .pswp__caption__center {
    padding: 25px 32px 30px 32px;
  }
}
@media screen and (min-width: 800px) {
  .pswp__caption__center {
    padding: 25px 60px 30px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .pswp__caption__center {
    padding: 25px 80px 30px 80px;
  }
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

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

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__bg {
  background: #212121;
}

/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.bnn-calendar .pika-lendar {
  width: 180px;
}
.bnn-calendar .pika-title {
  display: flex;
  justify-content: center;
}
.bnn-calendar .pika-single {
  font-family: "Helvetica Neue Condensed", sans-serif !important;
}
.bnn-calendar .pika-label {
  font-family: "Helvetica Neue Condensed", sans-serif !important;
}
.bnn-calendar .pika-label:after {
  content: " ▾";
  color: #0065ad;
  font-size: 2rem;
  display: block;
}
.bnn-calendar.red {
  color: #d92f1e;
}
.bnn-calendar.red .pika-label:after {
  color: #d92f1e;
}
.bnn-calendar .pika-table th {
  font-family: "Helvetica Neue Condensed", sans-serif !important;
  font-size: 14px;
  color: #01518d;
}
.bnn-calendar .pika-table abbr {
  text-decoration: none;
}
.bnn-calendar.red .pika-table th {
  color: #d92f1e;
}
.bnn-calendar .pika-button {
  font-family: "Helvetica Neue Condensed", sans-serif !important;
  font-size: 14px;
}
.bnn-calendar .is-today .pika-button {
  color: #0065ad;
}
.bnn-calendar.red .is-today .pika-button {
  color: #d92f1e;
}
.bnn-calendar .pika-set-today {
  cursor: pointer;
  display: block;
  outline: none;
  border: 1px solid #0065ad;
  border-radius: 3px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40%;
  padding: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  background: #0065ad;
}
.bnn-calendar.red .pika-set-today {
  border: 1px solid #d92f1e;
  background: #d92f1e;
}
.bnn-calendar .pika-button:hover,
.bnn-calendar .pika-row.pick-whole-week:hover .pika-button {
  background: #0065ad;
}
.bnn-calendar.red .pika-button:hover,
.bnn-calendar.red .pika-row.pick-whole-week:hover .pika-button {
  background: #d92f1e;
}
.bnn-calendar .pika-prev, .bnn-calendar .is-rtl .pika-next {
  position: absolute;
  left: 0;
}
.bnn-calendar .pika-next, .bnn-calendar .is-rtl .pika-next {
  position: absolute;
  right: 0;
}
.bnn-calendar .pika-title select {
  font-size: 13px;
}
.bnn-calendar .is-selected .pika-button,
.bnn-calendar .has-event .pika-button {
  color: #fff;
  background: #0065ad;
}
.bnn-calendar.red .is-selected .pika-button,
.bnn-calendar.red .has-event .pika-button {
  color: #fff;
  background: #d92f1e;
}

/**
 * Actions list.
 *
 * 1. Ensure that the action labels in subsequent items align correctly.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.actions {
  padding: 0;
  margin: 0 0 1.4545rem;
  list-style: none;
}

.actions__item {
  display: flex;
  font-size: 1.125rem;
  line-height: 1.45;
}
@media (max-width: 34.99em) {
  .actions__item {
    justify-content: center;
  }
}
@media (min-width: 35em) {
  .actions__item {
    font-size: 1.375rem;
  }
}
.actions__item + .actions__item {
  margin-top: 0.5em;
}
.actions--arrows .actions__item {
  display: block;
  font-size: 1rem;
}
@media (min-width: 35em) {
  .actions--arrows .actions__item {
    margin-bottom: 1em;
    font-size: 1.1875rem;
  }
}
.actions--downloads .actions__item {
  justify-content: flex-start;
}

.actions__label {
  display: table;
  color: #737373;
}
@media (max-width: 34.99em) {
  .actions__label {
    margin-right: 0.3em;
  }
}
@media (min-width: 35em) {
  .actions__label {
    width: 4em;
  }
}

.actions__link {
  word-break: break-word;
  hyphens: auto;
  color: #0065ad;
  text-decoration: none;
}
.actions--arrows .actions__link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.actions--arrows .actions__link .icon {
  flex-shrink: 0;
  margin: 0.263em 0 0 0.263em;
}

/**
 * Advertisement placeholder.
 *
 * This component references ad-slot sizes for styleguide preview only.
 * It should not be used with real data.
 *
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.advert-placeholder {
  position: relative;
  min-height: 50px;
  padding: 30px;
}
.advert-placeholder.x-300-y-100 {
  width: 300px;
  height: 100px;
  background-color: #464646;
  color: #fff;
}
.advert-placeholder.x-300-y-250 {
  width: 300px;
  height: 250px;
  background-color: #464646;
  color: #fff;
}
.advert-placeholder.x-300-y-600 {
  width: 300px;
  height: 600px;
  background-color: #464646;
  color: #fff;
}
.advert-placeholder.x-970-y-250 {
  width: 970px;
  height: 250px;
  background-color: #464646;
  color: #fff;
}

/**
 * Alert message box.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.alert {
  position: relative;
  padding: 0.6em 1em;
  border: 1px #0065ad solid;
  border-radius: 3px;
  margin: 0 0 1rem;
  background-color: #f1f6f9;
  font-size: 1rem;
  font-weight: 500;
  color: #0065ad;
  letter-spacing: 0.15px;
  line-height: 1.5;
}
.alert--with-icon {
  padding-left: 2.625em;
}
.alert--with-icon .icon {
  position: absolute;
  top: 0.81em;
  left: 1em;
}

.alert__close {
  float: right;
  padding: 4px;
  border: none;
  margin: 0 0 1em 1em;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  color: currentColor;
}
.alert__close .icon {
  display: block;
  line-height: 1;
}

/**
 * Warning alert variant.
 */
.alert--warning {
  border-color: #e9770c;
  background-color: #f8f5f2;
  color: #e9770c;
}

/**
 * Success alert variant.
 */
.alert--success {
  border-color: #109e15;
  background-color: #f2f8f2;
  color: #109e15;
}

/**
 * Error alert variant.
 */
.alert--error {
  border-color: #d10600;
  background-color: #f9ecec;
  color: #d10600;
}

/**
 * Author byline.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.author {
  margin: 0;
  font-size: 0.84375rem;
  line-height: 1.4814814815;
  font-weight: 300;
}
.author,
.author a {
  text-decoration: none;
}
.author p {
  font-size: 1rem;
  line-height: 1.25;
}
.author h4 {
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 1.16;
}

.author--opinion {
  margin: 0 0 20px;
}
@media (max-width: 64.0525em) {
  .author--opinion {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
  }
  .author--opinion p {
    margin-bottom: 0;
  }
}
@media (min-width: 64.0625em) {
  .author--opinion {
    flex-direction: column;
    align-items: flex-start;
  }
}

.author__header {
  flex-grow: 1;
}
.author__header h4 {
  margin-bottom: 3px;
  color: #000;
  font-weight: 700;
}

.author__avatars a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f0f0f0;
  background-size: cover;
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.author__avatars.has-two {
  display: flex;
}
@media (min-width: 64.0625em) {
  .author__avatars.has-two .author__avatar {
    position: relative;
    left: -15px;
  }
}
.author__avatars.has-two .author__avatar:first-child {
  transform: translateX(15px);
}
@media (min-width: 64.0625em) {
  .author__avatars {
    flex-grow: 1;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
    margin-top: 20px;
  }
}
.author__avatars .avatar {
  width: 70px;
  height: 70px;
}

/**
 * User avatar.
 */
.avatar {
  border-radius: 50%;
}

/**
 * Badge label component
 */
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 0.538em;
  border-radius: 50%;
  background-color: #d02185;
  letter-spacing: 0.15px;
  font-size: 0.79375rem;
  font-weight: 500;
  line-height: 1.16;
  text-align: center;
  color: #fff;
  transform: rotate(-8deg);
}

.badge--secondary {
  background-color: #96b038;
}

.badge--another {
  padding: 1.538em;
  background-color: #09bcc2;
}

/**
 * Article bookmark indicator.
 *
 * 1. Align and remove hover of separating dot (applied via .teaser__meta).
 * 2. SVG icon contains several shapes which have fill: none by default.
 *    Shapes then shown/hidden dependent on icon state.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.bookmark {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit !important;
}
.bookmark:before {
  margin-right: 3px;
}
.bookmark__icon {
  width: 15px;
  height: 21px;
}
.bookmark__text {
  margin-left: 15px;
  font-size: 0.875rem;
  line-height: 1;
}

/**
 * Stacked bookmark variant.
 */
.bookmark--stacked {
  flex-direction: column;
}
.bookmark--stacked .bookmark__icon {
  height: 1rem;
}
.bookmark--stacked .bookmark__text {
  margin-left: 0;
}

.bookmark-icon .i-stroke {
  fill: currentColor;
}
.no-touchevents .bookmark-icon:hover .i-fill {
  fill: currentColor;
}

.is-bookmarked .bookmark-icon .i-stroke,
.is-bookmarked .bookmark-icon .i-fill {
  fill: #dc9d00;
}
.no-touchevents .is-bookmarked .bookmark-icon:hover .i-cross {
  fill: #fff;
}

/**
 * Drupal AJAX spinner.
 * When bookmark icon is clicked, Drupal inserts a spinner into the markup
 * which usually breaks the layout. Hide it.
 */
.page-meta .ajax-progress,
.page-meta .js-flag-message,
.teaser__meta .ajax-progress,
.teaser__meta .js-flag-message,
.social-links .ajax-progress,
.social-links .js-flag-message {
  display: none;
}

/**
 * Buttons.
 *
 * 1. Line different size buttons up vertically.
 * 2. Force all buttons to appear clickable.
 * 3. Force buttons to inherit font styles (particularly relevant for form inputs).
 */
.button {
  display: inline-block;
  padding: 0.125em 0.8em;
  border: 1px #28333b solid;
  border-radius: 2px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #28333b;
  font: inherit;
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0.35px;
}
@media (max-width: 49.99em) {
  .button {
    border-radius: 3px;
  }
}
.button:hover, .button:focus {
  border-color: #878787;
  background-color: #878787;
  color: #fff;
}
.button:active, .button.active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.button[disabled] {
  border-color: #969696;
  background-color: #969696;
  cursor: not-allowed;
}

/**
 * Small button variant.
 */
.button--small {
  padding: 0.25em 1em;
  font-size: 0.75rem;
}

/**
 * Large button variant.
 */
.button--large {
  padding: 0.4em 2em;
  line-height: 1.5;
}
@media (min-width: 25em) {
  .button--large {
    font-size: 1.1875rem;
    line-height: 1.2631578947;
  }
}

/**
 * Tiny button variant.
 *
 * 1. On larger buttons, extra line-height spacing is less noticable.
 */
.button--tiny {
  padding: 0.3em 0.6667em;
  font-size: 0.75rem;
}

/**
 * Full-width button variant.
 */
.button--full {
  display: block;
  width: 100%;
}
.button--full.button--offer {
  padding: 8px;
  letter-spacing: 0;
  font-size: 1.1875rem;
  line-height: normal;
}
@media (min-width: 43.75em) {
  .button--full.button--offer {
    font-size: 1rem;
    line-height: normal;
  }
}
.button--full.button--home {
  font-size: 1.1875rem;
  line-height: normal;
  padding: 10px 18px;
  line-height: 17px;
  font-weight: 500;
}
@media (min-width: 43.75em) {
  .button--full.button--home {
    width: fit-content;
  }
}

/**
 * Hollow button variant.
 */
.button--hollow {
  border-color: currentColor;
  background-color: transparent !important;
  color: #0065ad;
}
.button--hollow:hover, .button--hollow:focus {
  border-color: currentColor;
  background-color: transparent !important;
  color: #01518d;
}
.button--hollow:active, .button--hollow.active {
  border-color: currentColor;
  background-color: transparent !important;
  color: rgb(0, 71.225433526, 122);
}
.button--hollow[disabled] {
  border-color: currentColor;
  background-color: transparent !important;
  color: #969696;
}

/**
 * Primary brand button variant.
 */
.button--primary {
  border-color: #0065ad;
  background-color: #0065ad;
}
.button--primary:hover, .button--primary:focus {
  border-color: #01518d;
  background-color: #01518d;
}
.button--primary:active, .button--primary.active {
  border-color: rgb(0.6408450704, 51.9084507042, 90.3591549296);
  background-color: rgb(0.6408450704, 51.9084507042, 90.3591549296);
}

/**
 * Light button variant
 */
.button--light {
  border-color: #0065ad;
  background-color: #fff;
  color: #0065ad;
}
.button--light:hover, .button--light:focus {
  border-color: #01518d;
  background-color: #fff;
  color: #01518d;
}
.button--light:active, .button--light.active {
  border-color: rgb(0.6408450704, 51.9084507042, 90.3591549296);
  background-color: #fff;
  color: rgb(0.6408450704, 51.9084507042, 90.3591549296);
}

/**
 * Accent colour button variant.
 */
.button--accent {
  border-color: #dc9d00;
  background-color: #dc9d00;
}
.button--accent.button--hollow {
  color: #dc9d00;
}
.button--accent:hover, .button--accent:focus {
  border-color: rgb(245.5, 175.1977272727, 0);
  background-color: rgb(245.5, 175.1977272727, 0);
}
.button--accent:active, .button--accent.active {
  border-color: rgb(194.5, 138.8022727273, 0);
  background-color: rgb(194.5, 138.8022727273, 0);
}

/**
 * White colour button variant.
 */
.button--white {
  border-color: #fff;
  background-color: #fff;
  color: #0065ad;
}
.button--white:hover, .button--white:focus {
  border-color: #fff;
  background-color: #fff;
  color: #01518d;
}
.button--white:active, .button--white.active {
  border-color: #fff;
  background-color: #fff;
  color: rgb(0, 71.225433526, 122);
}

/**
 * Link button variant.
 */
.button--link {
  padding-right: 0;
  padding-left: 0;
  border-width: 1px 0;
  border-color: transparent;
  background-color: transparent;
  color: #0065ad;
  text-transform: none;
  letter-spacing: 0.15px;
}
.button--link:hover, .button--link:focus {
  border-color: transparent;
  background-color: transparent;
  color: #01518d;
}
.button--link:active, .button--link.active {
  border-color: transparent;
  background-color: transparent;
  color: #01518d;
}

/**
 * Link arrow button variant.
 *
 * 1. Rotate and position the psuedo element to line up with the text baseline.
 */
.button--link-arrow {
  display: inline-block;
  text-align: left;
}
.button--link-arrow:after {
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  margin-left: 0.45em;
  content: "";
  transform: translateY(-45%) rotate(45deg) translateY(0.1333em);
}

/**
 * Link back arrow button variant.
 *
 * 1. Rotate and position the psuedo element to line up with the text baseline.
 */
.button--link-back-arrow {
  display: inline-block;
  text-align: left;
}
.button--link-back-arrow:before {
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  margin-right: 0.875em;
  content: "";
  transform: translateX(0.25rem) translateY(-45%) rotate(45deg) translateY(0.1333em);
}

/**
 * Danger button variant (Drupal core name).
 */
.button--danger {
  border-color: #ff633c;
  background-color: #ff633c;
}
.button--danger:hover, .button--danger:focus {
  border-color: rgb(255, 119.4, 85.5);
  background-color: rgb(255, 119.4, 85.5);
}
.button--danger:active, .button--danger.active {
  border-color: rgb(255, 78.6, 34.5);
  background-color: rgb(255, 78.6, 34.5);
}

/**
 * check-list
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 20px;
}
.check-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 15px;
  height: 5px;
  border: 1px solid transparent;
  border-top: none;
  border-right: none;
  border-color: inherit;
  transform: rotateZ(-45deg) translateY(-100%);
  content: "";
}
.check-list--premium li:before {
  border-color: #febc00;
}
.check-list--brand li, .check-list--brand-premium li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 0.3em;
  font-weight: 300;
}
.check-list--brand li:before, .check-list--brand-premium li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.5rem;
  border: 0;
  transform: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='octicon octicon-check' height='16' version='1.1' viewBox='0 0 12 16' width='12'%3E%3Cpath fill='%230065ad' d='M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.check-list--brand-premium li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='octicon octicon-check' height='16' version='1.1' viewBox='0 0 12 16' width='12'%3E%3Cpath fill='%23febc00' d='M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z'%3E%3C/path%3E%3C/svg%3E");
}
.check-list--paywall {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  gap: 12px;
}
.check-list--paywall li {
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 5px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.check-list--paywall li:before {
  position: relative;
  top: 0;
  width: 15px;
  height: 11px;
  border: none;
  content: "";
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="15" height="11" viewBox="0 0 15 11" fill="none"><path d="M14.6117 0.630598C14.2188 0.237644 13.6649 0.00748484 13.0932 0C13.0839 0 13.0736 0 13.0642 0C12.4814 0 11.9368 0.223609 11.5289 0.630598L5.23977 6.91973L1.51887 3.19883L1.1306 3.58711C0.737644 3.98006 0.507485 4.53394 0.5 5.10559C0.5 5.11495 0.5 5.12524 0.5 5.1346C0.5 5.71748 0.723609 6.262 1.1306 6.66993L5.23977 10.7791L15 1.01887L14.6117 0.630598Z" fill="%2335B5FF"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: none;
}

/**
 * Comments counter component.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.comments-count--stacked {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1.166rem;
  line-height: 1;
  text-align: center;
  font-size: 0.875rem;
}
.comments-count--stacked .icon {
  display: block;
  font-size: 1rem;
}
.comments-count--stacked .bookmark__text {
  margin: 0;
}

.divider.divider--strong {
  background-color: rgba(0, 0, 4, 0.32);
}

/**
 * Icons.
 *
 * Usage:
 *   <svg class="icon"><use xlink:href="#check"></use></svg>
 *
 * Notes: Relies on inlined SVG sprite in page footer.
 *        Adjust icon size via font-size.
 *        font-size: 16px == 16px wide icon.
 *        DO NOT adjust the width values below.
 *
 * To add additional icons:
 * 1. Add SVG icon to /assets/icons folder.
 *    Take care to ensure the SVG is properly formed for web
 *    use (alpha numeric + dash).
 * 2. Run `npm run build` to combine and export all icons
 *    in folder to sprite in /dist.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon--appstore {
  width: 2.9916025em;
}

.icon--playstore {
  width: 3.375em;
}

.icon--premium,
.icon--premium-inverted {
  width: 2.6470588235em;
}

.icon--comment {
  width: 1.166em;
}

.icon--delivery {
  width: 1.103em;
}

.icon--devices {
  width: 2.25em;
}

.icon--laptop {
  width: 1.5185185185em;
}

.icon--email {
  width: 1.5555555556em;
}

.icon--mobile-devices {
  width: 1.2608695652em;
}

.icon--mobile {
  width: 1.2608695652em;
}

.icon--online {
  width: 1.075em;
}

.icon--payment {
  width: 1.16em;
}

.icon--plus {
  width: 0.7857142857em;
}

.icon--baby-stork {
  width: 1.0175438597em;
}

.icon--bookmark {
  width: 0.7142857143em;
}

.icon--chevron-left {
  width: 0.75em;
}

.icon--chevron-right {
  width: 0.6785714286em;
}

.icon--chevron-right-thin {
  width: 0.6153846154em;
}

.icon--twitter {
  width: 1.3333333em;
}

.icon--twitter-square {
  width: 0.8571428571em;
}

.icon--facebook {
  width: 1.125em;
}

.icon--facebook-square {
  width: 0.8571428571em;
}

.icon--bookmark-o {
  width: 0.7142857143em;
}

.icon--envelope-square {
  width: 0.8571428571em;
}

.icon--search {
  width: 0.9287109375em;
}

.icon--question {
  width: 1.0454545455em;
}

.icon--youtube {
  width: 1.4285714286em;
}

.icon--chart {
  width: 1.93em;
}

/**
 * Image component.
 *
 * 1. Set the font text to the same colour as the background so the alt text is
 *    not visible while the image is loading.
 * 2. Set min-height to image element only for preview context where no image source is called.
 * 3. Unset min-height when image source are loading (preventing ratio issues in preview ).
 *
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

img {
  background-color: #cccccc;
  color: #cccccc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20class%3D%22bnn-logo%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20907.1%20124.7%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%7D.st1%7Bfill%3A%23fdc460%7D.st2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpattern%20x%3D%22219%22%20y%3D%22505.9%22%20width%3D%2269%22%20height%3D%2269%22%20patternUnits%3D%22userSpaceOnUse%22%20id%3D%22Unnamed_Pattern%22%20viewBox%3D%222.1%20-70.9%2069%2069%22%20overflow%3D%22visible%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2.1-70.9h69v69h-69z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M2.1-70.9h69v69h-69z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M61.8-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2l-.2.2c-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.4.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%20.1%200%200m69%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M.5-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.3.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%20.1%200%200M69.4-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.3.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.3.1.2.1.3-.1%200-.1%200%200%200M.5-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1%200%20.3.1.4%200%20.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m68.9%207.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1%200-.1%200-.2.1s-.1.3-.1.4c-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1%200-.2%200-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m68.9%207.6v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.1.2.3.6.5.6s.4-.1.5-.1c.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.3.1.2.1.3-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.3.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3M69.4-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1%200-.2%200-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c-.1%200-.1%200%200%200M.5-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5h.4c.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m68.9%207.6v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m68.9%207.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.2%200-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.1.2.3.3.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.2.1.2.1.3-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.3.5.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m68.9%207.6v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.3.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.3.1.2.1.3-.1.1-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1%200%20.3.1.4.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.1c0%20.1%200%200%200%200m68.9%207.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.4.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.4.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.4.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m-7.6%200v.2c-.1.1-.2%200-.2.1-.1.1-.1.3-.1.3-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.3.6.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.2.1.2.1.3-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1%200%20.1-.1.3-.1.3-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.3.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.4.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m68.9%207.6v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.4.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2.1.3-.1.4-.3v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.1c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.1.2.3.6.5.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.2.1.1.1.2m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.1.2.3.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.3.5.2.2.4.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8%200%20.1-.2.2-.3.2-.2.1-.1.2-.3.3-.1%200-.2.1-.2.2v.1c-.1.1-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1%200%20.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.4.5.2.2.3.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2%200%20.3-.2.4-.4v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.1%200-.2.1-.4.1-.1.1-.1.2-.3.3-.1%200-.2.1-.2.2v.1c0%20.1%200%200%200%200%22%2F%3E%3C%2Fpattern%3E%3Cpath%20d%3D%22M384%20124.1c-2.5-.3-9.3-.7-10-.7-3.5%200-7.1.2-10.9.5v-4c.7.1%202.2%200%203.3-.2%203.4%200%203.7-4.3%203.9-7.1l.7-40.1c0-3.8%200-8.5-6.2-8.5v-3.7c3%20.6%206%20.8%209.2.8%202.5%200%205.1-.2%207.8-.6l26.2%2048.8h.1V80.9l-.1-7.5c0-6.6-.4-9-6.8-9v-3.9c3%20.3%206.1.6%209.2.6%203.2%200%206.5-.3%209.8-.7v4.3c-3.5%200-6%20.5-6.3%206.2l-.5%2013.9-.5%2021.9c0%201.3-.1%202.6-.1%203.9v7.8l.1%205.8H403l-26.8-49.6h-.2v12.7l.1%2015.2.2%209.8c0%206%201.4%207.8%207.7%207.8v4zm-46.6-17.2c-.4%201.7-.7%203.7-.8%205.3-.3%203.2-.7%207-.5%2011.9-2.8-.2-5.7-.3-7.9-.3l-12.8-.3c-1.7%200-3.4%200-5.2.1l-14.4.3v-3.6c6.3%200%206.3-2.2%206.3-10.3l.1-39.4c0-3.6-.2-6.6-6.5-6.6v-3.8c2.1.3%206.8.5%209.1.5l6.8.2c2.6.1%205.2.1%208%200l14.4-.4c-.1%201.8-.1%203.8-.1%205.8%200%202.9.1%205.8.4%208.9h-5.6c0-.8.1-1.6.1-2.4%200-6.7-3.4-6.7-6.9-6.7l-8.5-.1v22c1.3.1%202.8.1%204.2.1%203.2%200%206.5-.2%2010-.5v6.1c-4.6-.7-9.4-1-14.2-.8v25.4h10.3c3.3%200%207%200%208.6-11.4h5.1zm-53.7%2017.6c-1.9-.4-2.8-.4-6.5-.8-2.2-.2-4.3-.3-6.6-.3-4.1%200-8.3.3-12.7%201v-4.6c.8.1%201.6.1%202.4.1%205.1%200%205.1-5.3%205.1-7.4l.2-46.5H263c-3.7%200-8.3%200-7.8%2010.2h-5.5c.4-2.8.5-5.8.5-8.8%200-2.3-.1-4.6-.3-6.9%203.8.3%205.7.5%2010.2.6l10.6.2%209.7-.2c2.6%200%205.2-.1%207.9-.3l4.4-.3c-.2%202.4-.3%204.8-.3%207.3%200%202.8.1%205.6.4%208.5h-5.5c0-.7.1-3.8.1-4.5%200-1-.4-2.9-1.3-4-1.5-2-2.3-2-9.4-1.8v46c0%204.8%200%208.9%206.9%208.5v4zm-49-39c7.4%201.2%2010.4%209.2%2010.4%2016.7%200%2010.8-7.5%2022.3-19.8%2022.3-5.7%200-11-1.1-16.7-3.9.5-2.8.7-5.8.7-8.8%200-1.6-.1-3.2-.2-4.8h6.5c0%202.2%200%204.5.7%207%201.3%204.5%206%205.9%208.6%205.9%206.3%200%2011.5-5.8%2011.5-13.4%200-8.4-5.9-8.8-8.6-9-7.7%200-19.4-2.2-19.4-16.2%200-2.2.8-20.8%2018.8-20.8%205.3%200%2010.4%201.1%2015.7%203.4-.5%202.9-.9%205.9-.9%209.1%200%201.1.1%202.3.1%203.3h-6.2c0-3.3%200-11.3-8.5-11.3-5.7%200-10.3%204-10.3%2011.2%200%207.1%207.2%208%209.6%208.3%201.6.2%203.2.3%204.8.6l3.2.4zm-31.5%2021.4c-.4%201.7-.7%203.7-.8%205.3-.3%203.2-.7%207-.5%2011.9-2.8-.2-5.7-.3-7.9-.3l-12.8-.3c-1.7%200-3.4%200-5.2.1l-14.4.3v-3.6c6.3%200%206.3-2.2%206.3-10.3l.1-39.4c0-3.6-.2-6.6-6.5-6.6v-3.8c2.1.3%206.8.5%209.1.5l6.8.2c2.6.1%205.2.1%208%200l14.4-.4c-.1%201.8-.1%203.8-.1%205.8%200%202.9.1%205.8.4%208.9h-5.6c0-.8.1-1.6.1-2.4%200-6.7-3.4-6.7-6.9-6.7l-8.5-.1v22c1.3.1%202.8.1%204.2.1%203.2%200%206.6-.2%2010-.5v6.1c-4.6-.7-9.4-1-14.2-.8v25.4h10.3c3.3%200%207%200%208.6-11.4h5.1zm-51.6-4.9c-.4%2011.1-.5%2016.2-7.4%2019.8-5.6%202.9-10.3%202.9-12.3%202.9-4.8%200-9.8-.5-15-3.6-6.4-3.9-6.4-10.4-6.4-14.3l-.1-36.3c0-2.8%200-6.8-7.4-6.4v-4c4%20.6%208.2.9%2012.6.9%204.2%200%208.6-.3%2013-.9v3.8c-5.1.5-7.2.7-7.2%205.9l.2%2035.8c0%204.8%201%2014.1%2012.2%2014.1%202.1%200%209-.5%2011.8-6.3%201.2-2.5%201.4-4.4%201.4-15V70.5c0-5.4-2.3-6.3-7.1-6.3v-4c3.3.6%206.8%201%2010.3%201%202.8%200%205.5-.3%208.3-.7v3.8c-1.4-.3-3.2.2-3.6.3-2.9.9-2.9%204.4-2.9%2010.6l-.4%2026.8zm-49.4%204.9c-.4%201.7-.7%203.7-.8%205.3-.3%203.2-.7%207-.5%2011.9-2.8-.2-5.7-.3-7.9-.3l-12.8-.3c-1.7%200-3.4%200-5.2.1l-14.4.3v-3.6c6.3%200%206.3-2.2%206.3-10.3l.1-39.4c0-3.6-.2-6.6-6.5-6.6v-3.8c2.1.3%206.8.5%209.1.5l6.8.2c2.6.1%205.2.1%208%200l14.4-.4c-.1%201.8-.1%203.8-.1%205.8%200%202.9.1%205.8.4%208.9h-5.6c0-.8.1-1.6.1-2.4%200-6.7-3.4-6.7-6.9-6.7l-8.7-.2V88c1.3.1%202.8.1%204.2.1%203.2%200%206.6-.2%2010-.5v6.1c-4.6-.7-9.4-1-14.2-.8v25.4h10.3c3.3%200%207%200%208.6-11.4h5.3zm-81.8%2017.2c-2.5-.3-9.3-.7-10-.7-3.5%200-7.1.2-10.9.5v-4c.7.1%202.2%200%203.3-.2%203.4%200%203.7-4.3%203.9-7.1l.7-40.1c0-3.8%200-8.5-6.2-8.5v-3.7c3%20.6%206%20.8%209.2.8%202.5%200%205.1-.2%207.8-.6l26.2%2048.8h.1V80.9l-.1-7.5c0-6.6-.4-9-6.8-9v-3.9c3%20.3%206.1.6%209.2.6%203.2%200%206.5-.3%209.8-.7v4.3c-3.5%200-6%20.5-6.3%206.2l-.5%2013.9-.5%2021.9c0%201.3-.1%202.6-.1%203.9v7.8l.1%205.8h-9.9L12.6%2074.6h-.1v12.7l.1%2015.2.2%209.8c0%206%201.4%207.8%207.7%207.8v4zm425.7-29.2c.4%200%20.8%200%201.3-.1l-6-26.7h-.1l-6.6%2026.8h11.4zm23.8%2029.2c-4.5-.4-8-.4-11.8-.4-4.9%200-7.6%200-12.7.6v-4c2.3%200%206.6%200%206.6-3.8%200-1.8-.1-2.8-1.4-8l-2-9.1h-15l-3.3%2012.8c-.5%201.7-.7%202.5-.7%203.9%200%204.2%203.8%204.2%206.2%204.2v4c-3.1-.4-6.3-.7-9.5-.7-2.8%200-5.7.2-8.6.6v-3.8c3.9%200%205.3-2%206.2-5.8l14.3-54.3c2%20.5%204.1.8%206.2.8%202.2%200%204.3-.3%206.5-.9l12.7%2052.4c1.2%206.7%203.3%207.4%206.5%207.4v4.1zM321.1.3c.5.1.7.7%201.2.8l.2.1c2.1.1%204-.2%206%200h.1c.2%200%20.2%200%20.5.1l.2.1h.1c.7.2%201.1-.2%201.8-.2.1%200%20.2%200%20.3.1.4.4%201.1.5%201.8.4h.3c.9%200%201.4-.1%202.3%200%20.2.1.3.1.4.4.3%201.1%200%202.3-.3%203.3-.1.2%200%20.4.2.5.4%200%20.6-.5.8-.8.2-.3.1-.9.6-.9.6.3.5.9.4%201.5-.4.8-.8%201.5-1.6%202-1.7%201.1-5.6%201.7-5.6%201.7-.8.1-1.7-.1-2.2.5-.4.7-.3%201.4-.3%202.2-.3%204.3-.4%208.5-.9%2012.9%200%20.5-.8.9-.6%201.4.3%201.8%201.2%203.6%201.6%205.5.4.5%201%20.6%201.6.5.5-.1.9-.2%201.3-.3.4-.1%201.1-.3%201.4%200%20.8%201%20.9%202.3%201.7%203.4.1.3.2.5.1.9-.2.2-.5.4-.8.3h-.9c-.1-.1%200%20.1-.1%200h-.9l-3%20.1h-.3c-1%200-2.4.2-3.3-.3-.9-.8-1.9-1.5-2.5-2.7-.7-1-.8-2.7-2.5-2.7h-.1c-.6-.1-1-.1-1.5.2-.3.4-.6.9-.4%201.3.6.6%201.7-.1%202.3.5.6.8%201.2%201.5%201.7%202.3.1.3.3.5.2.9-.1.2-.3.3-.5.4l-2.6.1c-.6.1-1.5.1-2.2.1-1.1%200-2.5.4-3.2-.5-.6-1-1.5-1.9-1.6-3.2.3-1.7%201.2-3.3%201.5-5%200-.1-.1-.2-.1-.3-.4-.5-1.1-.5-1.6-.8-.4-.2-3.6-1.7-4.9-2.2-2.1-.9-4.1-1.9-6.1-2.7-.9-.5-1.9-.9-2.9-1.1-.2%200-.3.1-.3.3%200%20.6.4.9.5%201.5.2%201%20.5%202%20.3%203.1-.2%201.3-1.1%202.3-1.8%203.4-.2.4-.2.8%200%201.1.6.6%201.4%201.3%201.9%201.9.5.4.9.7%201.5.8%201-.2%201.8-.7%203-.9.4%200%20.6.1.9.3l.1.1c.5.6.9%201.2%201.3%201.9.2.4.6.9.4%201.4-.1.3-.4.4-.6.5-2.3.1-4.6.1-6.9.1-.2%200-.4-.2-.4-.2s-1.4-.9-2.2-1.6c-1-.6-2.1-1.4-3.3-1.8-1-.5-2.1-1.1-3.1-1.7-.5-.3-.9-.7-1-1.3.1-.7.6-1.3.9-2v-.2l-.1-.1c-.2-.1-.4%200-.5.1-1.8%201.8-4.5%202.6-7.1%202.3h.1c-.8-.1-1.8-.4-2.5-.2-.9.3-1%201.3-1.2%202%200%20.2-.1.3.1.5.6.2%201.2-.1%201.8-.2.5-.1.7.2%201%20.4.6.7%201%201.6%201.7%202.4.1.2.1.4%200%20.6-.4.3-.7.7-1.2.8-2.4%200-4.8.2-7-.1-.6-.4-.8-1-1.3-1.4l-.1-.1c-.5-.6-.9-1.3-.8-2.1.1-.4.3-.9.4-1.3.4-1%20.7-1.9%201.2-2.9.3-.8.5-1.6.8-2.4.7-1.1%201.5-.5%203.3-.6%201.4-.1%202.6-.5%203.3-1.6.8-1.2%201-2.4%201.2-3.7%200-.4.4-1-.3-1.2h-.2c-.9-.1-1.8-.1-2.8%200-.7%200-1.4.1-2.1.2-2.2.5-4%201.7-5.8%202.9-1.1%201-2.3%201.7-3.3%202.9-2.2%202.4-3.8%205-6.1%207.2-2%201.7-4.1%203.2-6.6%204.1-2.2.7-4.3%201.1-6.6.6-.4-.1-.9-.2-1.3-.4-.8-.4-1.6-.9-2.1-1.4%200%200-.9-.9-1.3-1.5-.2-.4-.5-.8-.7-1.3-.1-.3-.1-.4-.2-.6%200%200-.1-.4-.1-.6%200-1.1.7-2%201.7-2.7.7-.5%201.6-.3%202.1%200%20.5.2%201%20.6%201%20.6.4.3%201.3%201.5%201.3%201.5.2.2.2.3.4.5.4.7.9%201.5%201.9%201.6%201.6.3%203.4-.4%204.8-1.3%201.9-1%204.6-3.8%206-5.6%201.9-2.5%203.2-3.7%204.5-5.2%204.9-5.9%2018.2-5.7%2018.2-5.7%206.1-.3%209.3%200%2014.2-.1.5%200%201.5.1%201.7-.5%200-.5%200-1.1-.9-1.2h-24.2c-1.2-.1-2.3.3-3.9-.5-1-.5-6.6-3-9.8-9.9v-.3c0-.4.5-.9.9-1%201.7-.2%2048.3-.3%2049.7-.2h-.2c.6.1%201.3.2%201.8.5.8.3%201.5%201%201.9%201.6%201%201.6%201.3%203.6.2%205.5-.6%201.1-1.4%202.2-2.6%202.8-.5.6.1%201.3.4%201.8.8%201%202%201.7%203.6%201.4.9-.4%201.1-1.4%201.4-2.2.4-1.9%201-3.7%201.6-5.6.1-.9-.6-1.4-1-2.2-.6-1.3-1.7-2.9-1-4.3.2-.4.8-.3%201.2-.3.5%200%20.9%200%201.2.2zm.3%201.5c-.2%200-.5-.1-.6%200-.1.2.2.3.3.3.7.3%201.5.8%201.9%201.4.1.1.1.5-.1.6-.6.2-1-.4-1.5-.5h-.1c-.2%200-.2.2-.3.3%200%20.2.2.3.3.4.2.3.5.6.8.9.2.2.3.4.2.7-.8%203.1-1.6%206.2-2.6%209.3v.1c0%20.3.1.5.3.7%200%200%20.6.3.8-.4.9-3.2%201.8-6.6%202.7-9.8.1-.1.3-.1.4-.1.2.1%200%20.7%200%201-.8%203.3-1.5%206.5-2.4%209.7l-.1.3v.2c0%20.1.3.6.7.7%200%200%20.3.1.4-.1%201.1-3.6%201.4-7.3%202.2-10.9%200-.1.1-.3.3-.2.3.1%200%201.4%200%201.5-.6%203.9-1%207.9-2.1%2011.7-.1.3-.3.8-.8.7-.3-.1-.4-.3-.5-.7.1-1.1-.6-1.9-1.4-2.5-.8-.4-1.6-.5-2.4-.7-.1%200-1.1-.4-1.4-.4-.9-.4-1.2-.6-1.7-.8-1.3-.8-2.2-2.4-2.6-3.5-.3-1.1%201-.9%201.5-1.6%201.4-1.2%202.6-3.1%202-4.8-.4-1.1-.8-2.3-2-2.7-.6-.4-1.6-.4-2.4-.5-2.7.1-5.8.1-8.6.1-2%200-4.2.1-6.2.1-2.2%200-4.5-.1-6.9%200-.2.1-.5.2-.4.4.1.8.6%201.1%201.7%201.1h12s4.6-.1%204.6-.2h2.1c.5%200%201.1%200%201.6.1h-.1c.8.1%201.5.3%201.8%201%20.5.7.6%201.6.3%202.5-.4%201.4-1.8%202.2-3%202.7-.3.1-.8%200-1%20.4-.1.6.2%201.1.6%201.6.3.5.5%201%20.8%201.4.4.4.7%201%201.1%201.4.9.8%201.9%201.8%203%202.5.8.5%202.7%201.5%202.7%201.5.2.2.5.2.6.5.1.2.1.4-.2.5-1.2.1-2.1.6-2.9%201.4-.4.4-1.3.8-1%201.4.2.2.3.3.6.3%201.4-.2%202.5-1.2%203.7-2.1.3-.2.6-.5%201-.5.2%200%20.2.2.3.3-.2%201-1.2%201.3-2%202-.7.6-2.2%201-2.3%201.6%200%20.3.3.6.6.7%201%200%201.5-.4%202.3-.8.6-.4%201.2-1.1%201.9-1.2.1.1.2.2.2.4-.5.7-1%201.3-1.8%201.7-.5.4-1.6.4-1.5%201.3%200%20.1%200%20.1.1.2.2.2.4.5.7.6.9.1%201.7-.4%202.3-1%20.3-.3.5-1.1%201.1-1%20.2.1.3.2.3.4%200%20.3-.1.6-.3.9-.6.9-2%201-2.3%202%20.1.4.6.8%201.1.9.6.1%201.3.2%201.7-.2.2-.6-.2-1.1-.3-1.6%200-.2.1-.4.3-.5.3-.1.5.1.6.3.7%201.3%201.1%202.7%201.6%204.1.6%201.3%201.3%203.1%202.7%203.8.9.1%201.8.1%202.7%200%20.4-.2%200-.8.4-1.1.7-.1.7.6%201.2.8.2.1.3.1.5%200%20.1-.3-.1-.5-.2-.7%200-.3-.1-.5.1-.7.6-.2.6.5%201%20.7.1-.1.2-.2.2-.3%200-.4-.4-.6-.7-.8-1.5-.2-2.4.3-3.8.3-.1%200-.2-.1-.2-.1-.4-.2-.7-.6-.7-1-1-2.5-1.5-5.2-2.3-7.8-.4-1.3-1-2.5-.7-3.8.4-1.8.5-3.6.8-5.4v-.4c.3-2.5.8-4.9%201.2-7.2.1-.4%200-.9.4-1.2.3%200%20.2.4.2.5-.3%202.7-.8%205.3-1%208-.2%202.2-.6%204.4-.5%206.6%200%20.4.2.7.5.9.4-.1.4-.5.4-.7.2-2.4.2-5%20.4-7.4v-.1c.2-2%20.3-3.8.7-5.7.5-.7%201.4-.7%202.3-.7h1.4c.3%200%20.4%200%20.6-.1h.2c.1%200%20.2-.1.1-.3%200-.2-.9-.4-1.4-.5-.3-.1-.6-.2-.9-.4-1-1.1.5-2.2.6-3.4-.1-.2-.2-.2-.4-.2-1.1.8-.4%202.2-1.4%203-.2.1-.5%200-.6%200-.1%200-.3-.1-.4-.2-.8-.5-1.4-1-2.1-1.4l-.8-.4h-.1c-.2-.1-.4-.1-.4-.4.1-.3.5-.4.7-.5%201.2-.1%202.5%200%203.7%200%20.2%200%20.3-.1.4-.3%200-.1-.1-.2-.2-.3-.8-.2-2-.1-3-.1h-2.2.1c-.4%200-1.5-.4-1.8-.5zm-53.4.6s-2.2-.1-3.3%200c-.3%200-.5.5-.3.9.5.8%201.8.8%202.9.7h20.4c.2%200%20.6-.1.5-.4-.1-.5-.5-1-1.1-1.1-1.4-.1-2.9-.1-4.3-.1H268zm65.2.4h-.2c-.5%200-.9.2-1.3.3-.5.3-.9.8-.9%201.4%200%20.2.2.3.4.3.4%200%20.9-.3%201.2-.5.6-.1%201.3-.4%202-.2%200%200%20.1%200%20.2.1h.2c.3-.2.3-.6.2-.9-.3-.9-1.4-.5-1.8-.5zm-23%202.1c-1.5-.1-2.8.1-4.4.1%200%200-2.9.1-4.5.1-.5%200-.9%200-1.2.4-.1.2%200%20.3.1.4.6.3%201.2.6%201.9.6%200%200%20.7.1.9.1%202%20.1%203.5-.1%205.4-.1.9-.1%202.3.1%203.2-.3.2-.2.1-.5%200-.7-.1-.6-1.4-.6-1.4-.6zm-42.4-.1c-.7%200-1.5%200-1.9.4-.1.2%200%20.4.2.6l.2.1s.5.3.8.4c1.2.2%2017.5.1%2021.4%200h.4c.1%200%20.2%200%20.4-.2.1-.2-.1-.9-.4-1.1-.3-.3-1.2-.3-1.7-.3-4.2.3-17.9.1-19.4.1zM291%205c-.4%200-.8-.1-1%20.3.1.5.4.9.8.9.2%200%20.5.1.7.1%202.6.2%204.5%200%207.1%200%20.2%200%20.4-.1.3-.3-.4-.7-1.1-.9-2-.9-1.9%200-4.1%200-5.9-.1zm43.2.5c-.5-.4-1%20.1-1.6.3-.3.1-.4.4-.4.6%200%20.1.4.3.6.4h1s1-.1.9-.7c-.1-.2-.2-.4-.5-.6zm-35.9%201.8c-2-.1-5.7%200-5.7%200h-.9c-.2%200-.5.1-.5.3.1.3.6.8%201.1.8%201%20.1%201.9.2%202.8.2%201.3.1%203.1.1%204.3%200%200%200%20.2%200%20.2-.2.1-.2-.5-.9-.8-1.1-.2.1-.2%200-.5%200zm2.5%200c-.2-.1-.4-.1-.6.1-.1.1-.1.3%200%20.4.3.4%201%20.8%202%201.1l.9.1c1.4.1%202.2.1%203.5%200h1.1c1.6-.1%202.6.1%203.6-1.3%200-.2.1-.4%200-.6-.4-.2-.7-.1-1.6%200l-2%20.2c-2%20.1-3.9.2-5.7.1-.4.2-.8.1-1.2-.1zm-30.6.1c-.7.1-1.6-.1-2.3.1-1.3.8%201.5%201.2%202.8%201.3%202.8.1%2015.8%200%2017.9%200h1c.2%200%20.5%200%20.7-.1.1-.1.2-1.1-1-1.2-6.3-.2-13%200-19.1-.1zm30.6%202.1c-.2%200-.2.2-.2.3.2.7.8.8%201.5%201%201%20.3%203.3.4%204.7.3%200%200%20.6%200%201-.2.2-.1.3-.3.2-.5-.1-.4-.5-.3-.6-.3h-.2c-.3%200-2.2.1-3.8%200%200%200-.9-.1-1.2-.2-.1.1-.8-.4-1.4-.4zm-6.1.3c-.8.1-1.7-.2-2.3.3-.1.1-.1.2%200%20.3.3.5%201%20.6%201.4.7.9.1%202.1.1%202.9.1%201%200%202.2.1%203-.3.1-.2%200-.4-.1-.6-.1-.3-.4-.4-.8-.5h-4.1zm-21.5%200c-.7%200-1.4-.1-1.9.3-.8.6.8%201%20.8%201s.4.1.9.1c1.4.1%202.2%200%203.6.1%204.5-.2%208.9-.1%2013.5-.1h.5s.3%200%20.4-.1c.1-.2%200-.6-.2-.8-.4-.5-1.3-.5-1.8-.5-1.7.1-15.5%200-15.8%200zm34.3%202.1c-.6.1-1.1.1-1.5.2-.5%200-1.6.1-2.1.1-.7-.1-1.3-.3-2-.1-.2.1-.3.3-.2.5.2.5.5.5.8.7.6.2%201.2.3%202%20.3%201.4-.1%202.9-.2%204.1-.9.2-.1.1-.4.1-.5-.1-.2-.2-.2-.3-.3%200%200-.5-.1-.9%200zm1.4%201.8s-.2%200-.2.1c-.8.2-1.3.3-2.1.5l-.3.1c-.5%200-.7.1-1.1.2h-.5l-.5.1h-.1l-.3.1c-.1%200-.2.2-.2.3%200%20.3.2.4.5.5%201.4.5%203%200%204.4-.3.5-.2%201.1-.2%201.4-.7%200-.2%200-.4-.1-.5-.2-.3-.4-.5-.9-.4zm-19.8%201.9c-1.8-.1-2.7%200-4.3.1l-1.5.1c-1.9%200-3.4.3-5.2.6-2.8.7-5.6%201.1-8%202.9-2.4%201.5-4.1%203.7-5.9%205.9-1.1%201.3-2.1%202.5-3.2%203.8-.9%201.3-2.5%202.2-3.8%203.1-1%20.5-2%201.1-3.1%201.4-1.2.4-2.2.3-3.4.1-.7-.2-.9-.3-1.3-.6%200%200-.5-.6-.8-.9-1-.9-1-2.5-2.8-2.4-.2.1-.3.2-.5.4s-.3.6-.1%201.1l.1.3c.4%201%201.1%201.8%202.2%202.5.3.2.6.4%201%20.6.9.4%202.1.6%203.2.7%201.7.1%203.3-.6%204.4-1.1%202.3-.9%204.1-2.7%205.8-4.4%202.4-2.4%204.3-5.2%206.8-7.5%202.4-2%205.3-3.6%208.3-4.3%202.5-.6%205.3-.6%207.9-.6l.9.1c.4.1.2.7.2%201.1.1.4.2.7.4%201%20.8%201.5%202%202.7%203.1%203.8.7.9%202.2%201.2%202.8%202.2.5.8%200%201.9-.6%202.7-.2.5-.9%201.1-.5%201.6.6.7%201.8%201.1%202.6%201.6s1.7%201%202.6%201.5c.8.6%201.8%201.1%202.5%201.8.6.6%201.7.5%202.6.4.4%200%20.4-.4.8-.6.4-.2.4.3.7.3.2%200%20.2-.3.2-.5.1-.3.4-.3.6-.3.4.1.4.5.8.5.1-.1%200-.3%200-.4-.2-.3-.5-.7-.8-1-1-.2-1.8.3-2.7.5-.8.2-1.2-.2-1.8-.5-1.4-1.1-2.7-2.3-3.7-3.7-.6-1%20.6-1.8%201.1-2.6%201.2-1.4%201.5-3.4.8-4.9-.1-.9-1.4-1.7-.9-2.9.3-.7.8-1.6%201.7-1.6.6.4-.2%201.1-.2%201.6%200%20.2%200%20.3.2.3%201.6-.1%202.7.5%204.1%201%20.3.2%201.4.6%201.5.8.5.2.9.5%201.4.7.1%200%205.6%202.6%205.8%202.6.3.2%203.2%201.4%204.4%201.7.1%200%20.2-.1.2-.2%200-.2-.2-.2-.2-.3-.7-.1-1-.4-1.3-.8-.2-.3-.2-.7-.3-1-.8-.2-1.4-.6-1.7-1.2-.5%200-1.1%200-1.5-.2-.7-.3-.9-.8-1.5-1.2-1.2-.2-2-.8-2.6-1.7-1.1-.5-1.3-.6-1.6-.9-.4-.3-.6-.7-.7-1.2-.1-.6-.6-.9-1.2-1.1-.4-.2-.5-.6-.8-.9-4.5.1-9.1%200-13.2.1zm21.6-.1c-1.3.6-2.7.9-4.2%201.2h-.2c-.2.1-.2.1-.5.2-.2.2-.1.4%200%20.5.4.5%201.1.6%201.8.5h.3c1.3-.2%202.2-.8%203.3-1.4.2-.1.2-.4.2-.6-.2-.3-.4-.4-.7-.4zm1.8%201.7h-.2c-1.2.6-3.5%201.6-3.6%201.6-.1%200-.3.1-.4.3-.1.2.1.6.4.8%201.1.5%202.5.1%203.3-.7.4-.4%201.2-.9%201-1.6-.1-.3-.3-.4-.5-.4zm2%201.5c-1.2.6-2.4%201.2-3.2%202.1%200%20.1%200%20.4.1.5%201.1.7%202.4-.4%203.4-1.1.3-.3.7-.5.6-1-.3-.3-.5-.6-.9-.5zm-30.8%201.2c-.1%201.4-.2%202.5-.6%203.8-.5%201-1.3%202.1-2.5%202.5-1.2.2-2.5.4-3.8.4h-.2l-.1.1-.2.2c-.4.8-.8%201.6-1.1%202.5-.4%201.5-1.6%203-1.2%204.6.6.6%201%201.5%202%201.7.2%200%20.5%200%20.6-.3V35c0-.2.1-.4.3-.4.4-.1.7.3.9.5.1.2.2.2.3%200v-.5c0-.1%200-.3.2-.4.3-.2.5%200%20.8.2.5.5.8%201.1%201.6%201.2.2-.1.2-.2.2-.4-.4-.6-.7-1.2-1.2-1.7-.4-.2-.8-.1-1.2%200-.8.1-1.7.4-2.5%200-.2-.8.4-1.7.7-2.4.4-.8.3-1.8%201.2-2.5%201.1-.4%202.4-.4%203.6-.3%201.3.1%202.6.2%204%20.1h.2c.5%200%20.9-.1%201.4-.3.6-.3%201.8-.5%202.1-1.3%200-.2-.1-.4-.2-.5-.6-.4-1.3-.8-1.9-1.4-1.4-1.6-2.9-3.1-3.1-5.4-.3-.3-.3.2-.3.4zm32.4%208.2l-.4.1c-.4.4-.5.7-.6%201.3-.3%201.2-.7%202.3-.8%203.6.1.7.5%201.3.8%201.8.5.5%201%20.7%201.8.6.6%200%20.5-.7.8-1%20.2-.1.3%200%20.3%200%20.5%200%20.4.8.8.8.4-.2%200-.7.3-.9.6-.1.6.6%201.1.7h.1V35c-.1-.5-.4-.7-.8-1-.9-.4-2%200-3-.4l-.3-.3c.1-1%20.6-2%201-2.9.2-.5.6-1.1.4-1.6-.2-.3-.5-.6-.9-.6-.3-.2-.6-.1-.6-.1zm229.1-.8c-.2.8-.3%201.7-.4%202.4-.1%201.4-.3%203.2-.2%205.4-1.3-.1-2.7-.2-3.8-.2l-6.1-.1h-2.5l-6.9.1v-1.6c3%200%203-1%203-4.7v-18c0-1.6-.1-3-3.1-3V6c1%20.1%203.3.2%204.4.2l3.2.1h3.8l6.9-.2c-.1.8-.1%201.7-.1%202.6%200%201.3%200%202.7.2%204.1h-2.7v-1.1c0-3-1.6-3-3.3-3h-4.1v10.1h2c1.5%200%203.1-.1%204.8-.2v2.8c-2.2-.3-4.5-.5-6.8-.4v11.6h5c1.6%200%203.4%200%204.1-5.2h2.6zm-32.1-8.5V11c0-2.1-.6-3.2-3.1-3.2V6c1.9.3%203.9.4%206%20.4%201.8%200%203.6-.1%205.5-.4v1.8c-2.8%200-3.1%201.8-3.1%202.5V29c0%202.5%200%204.7%203.2%204.4v1.8c-1.9-.2-4.1-.4-5.6-.4-2.4%200-3.9.2-6.2.4v-1.8c3.3%200%203.4-2%203.4-3.2v-9.4h-9.8v9.6c0%201.7.4%202.9%203.2%202.9v1.8c-2-.2-4-.4-6.1-.4-1.8%200-3.7.2-5.6.4v-1.8c3.1%200%203.3-1.6%203.3-3.2V10.9c0-2.5-.7-3.1-3.1-3.1V6c1.9.3%204%20.4%206.1.4%201.8%200%203.6-.1%205.5-.4v1.8c-2.2%200-3%20.6-3.2%203.1v7.9h9.6zm-22.2%206.1c-.2%201.2-.3%202.4-.3%203.7%200%201.1.1%202.3.2%203.5-2.9%202.3-6.5%203.3-10%203.3-2.5%200-5-.8-7-2.6-2.8-2.7-3.8-7.3-3.8-12.4%200-7.8%202.7-14.7%2011.3-14.7%204%200%207.4%201.4%209.1%202.3-.3%201.2-.5%202.5-.5%203.8%200%20.9.1%201.8.2%202.7h-3.2c0-.1.1-1%20.1-1.2%200-4.2-2.9-5.3-4.9-5.3-6.1%200-6.1%207.9-6.1%2010.1v4.2c0%204.3%200%2011%206%2011%201.7%200%203.1-.7%204.1-1.6%201.1-1%201.1-1.9%201.2-6.8h3.6zm-29-7.4c3.6.5%205%204.2%205%207.7%200%204.9-3.6%2010.2-9.5%2010.2-2.7%200-5.3-.5-8-1.8.3-1.3.4-2.6.4-4%200-.7%200-1.4-.1-2.2h3.1c0%201%200%202.1.3%203.2.6%202.1%202.9%202.7%204.1%202.7%203%200%205.5-2.6%205.5-6.1%200-3.8-2.8-4-4.1-4.1-3.7%200-9.3-1-9.3-7.4%200-1%20.4-9.5%209-9.5%202.5%200%205%20.5%207.5%201.6-.3%201.3-.4%202.7-.4%204.1%200%20.5%200%201%20.1%201.5h-3c0-1.5%200-5.1-4.1-5.1-2.7%200-5%201.8-5%205.1%200%203.2%203.5%203.7%204.6%203.8.8.1%201.5.2%202.3.3h1.6zm-16.1%2017.8c-2.1-.4-3.4-.5-5.5-.5s-3.5%200-5.8.4v-1.8c3%200%203-1.9%203-3.5V10.1c0-2-1.6-2.2-2.9-2.4V6.1c1.7.3%203.6.4%205.4.4%201.8%200%203.7-.1%205.6-.4v1.8c-2.4.3-2.8.4-2.8%203.1v19.3c0%201.2%200%203%203%203v2zM427.8%207c-1.5-.8-3.4-1-5.2-1-.6%200-1.1%200-1.7.1l-2.8.3c-1%20.1-1.9.1-2.8.1-2.2%200-4.5-.3-6.6-.6v1.8c3.3-.2%203.3%202.4%203.3%203.3l.1%2019.8c0%201.2%200%202.5-3.2%202.5v1.9c2.4-.3%204.8-.5%207-.5.1%200%204.7.5%205.6.5%209.5%200%2011.8-10.5%2011.8-16.9.1-3.4-.9-9.2-5.5-11.3zm-3.6%2024.7c-.5.5-2%201.3-4.2%201.3-2.5%200-2.6-1.2-2.6-2.3l-.1-20.2c0-2.2%202.4-2.2%203-2.2%201%200%204.8.3%206.4%204.4.6%201.5.8%203.7.8%205.3%200%204%200%2010.8-3.3%2013.7zM404%2030l-6-24c-1%20.3-2.1.4-3.1.4s-2-.2-3-.4L385%2030.8c-.4%201.7-1.1%202.6-3%202.6v1.8c1.4-.2%202.8-.3%204.1-.3%201.6%200%203.1.1%204.6.3v-1.8c-1.1%200-3%200-3-1.9%200-.6.1-1%20.3-1.8l1.6-5.9h7.2l1%204.1c.6%202.4.7%202.9.7%203.7%200%201.7-2%201.7-3.1%201.7v1.8c2.4-.3%203.7-.3%206.1-.3%201.8%200%203.5%200%205.7.2v-1.8c-1.6.1-2.6-.2-3.2-3.2zm-8.2-8.2h-5.5l3.2-12.2h.1l2.9%2012.2h-.7zm-18-1.9c-.2-.1-1.6-.3-1.6-.5v-.1c0-.1%200-.2.2-.2%202.4-.3%205-2.7%205-6.9%200-2.4-1.3-4.5-3.3-5.4-1.2-.6-2.9-.7-4.2-.7-1%200-5.5.4-6.4.4-1.3%200-3.3-.1-5.3-.5v1.8c2.1.2%202.3%201%202.3%203.3v19.7c0%20.8%200%202.7-2.3%202.7v1.8c1.5-.3%203-.5%204.5-.5%201.1%200%206.5.5%206.9.5%206.2%200%208.3-4.6%208.3-8.8%200-5-3.2-6.3-4.1-6.6zm-8.3-11.1c.9-.5%201.9-.7%202.8-.7%203.5%200%203.9%203.3%203.9%204.9%200%201-.2%203.4-1.6%204.5-1%20.8-1.9%201.1-3.5%201.1-.4%200-1.2%200-1.6-.1V8.8zm3.2%2024.5c-.9%200-1.9%200-3.2-.8V20.6c.9-.1%201.7-.1%202.5-.1%202.7%200%204.4%201.2%204.4%206.4-.1%201.5-.1%206.4-3.7%206.4zm497.6%2090.8c-2.5-.3-9.3-.7-10-.7-3.5%200-7.1.2-10.9.5v-4c.7.1%202.2%200%203.3-.2%203.4%200%203.7-4.3%203.9-7.1l.7-40.1c0-3.8%200-8.5-6.2-8.5v-3.7c3%20.6%206%20.8%209.2.8%202.5%200%205.1-.2%207.8-.6l26.2%2048.8h.2V80.9l-.2-7.5c0-6.6-.4-9-6.8-9v-3.9c3%20.3%206.1.6%209.2.6%203.2%200%206.5-.3%209.8-.7v4.3c-3.5%200-6%20.5-6.3%206.2l-.5%2013.9-.5%2021.9c0%201.3-.1%202.6-.1%203.9v7.8l.1%205.8h-9.9l-26.8-49.6h-.2v12.7l.1%2015.2.2%209.8c0%206%201.4%207.8%207.7%207.8v4zm-23.4-17.2c-.4%201.7-.7%203.7-.8%205.3-.3%203.2-.7%207-.5%2011.9-2.8-.2-5.7-.3-7.9-.3l-12.8-.3c-1.7%200-3.4%200-5.2.1l-14.4.3v-3.6c6.3%200%206.3-2.2%206.3-10.3l.1-39.4c0-3.6-.2-6.6-6.5-6.6v-3.8c2.1.3%206.8.5%209.1.5l6.8.2c2.6.1%205.2.1%208%200l14.4-.4c-.1%201.8-.1%203.8-.1%205.8%200%202.9.1%205.8.4%208.9H838c0-.8.1-1.6.1-2.4%200-6.7-3.4-6.7-6.9-6.7l-8.5-.1v22c1.3.1%202.8.1%204.2.1%203.2%200%206.6-.2%2010-.5v6.1c-4.6-.7-9.4-1-14.2-.8v25.4H833c3.3%200%207%200%208.6-11.4h5.3zM792%20124.5c-1.9-.4-2.8-.4-6.5-.8-2.2-.2-4.3-.3-6.6-.3-4.1%200-8.3.3-12.7%201v-4.6c.8.1%201.6.1%202.4.1%205.1%200%205.1-5.3%205.1-7.4l.2-46.5h-2.8c-3.7%200-8.3%200-7.8%2010.2H758c.4-2.8.5-5.8.5-8.8%200-2.3-.1-4.6-.3-6.9%203.8.3%205.7.5%2010.2.6l10.6.2%209.7-.2c2.6%200%205.2-.1%207.9-.3l4.4-.3c-.1%202.4-.3%204.8-.3%207.3%200%202.8.1%205.6.4%208.5h-5.5c0-.7.1-3.8.1-4.5%200-1-.4-2.9-1.3-4-1.5-2-2.3-2-9.4-1.8v46c0%204.8%200%208.9%206.9%208.5v4zm-54.7-36.1V71.3c0-4.7-1.3-7.1-6.5-7.1v-3.8c3.9.6%208.1.8%2012.4.8%203.7%200%207.6-.2%2011.5-.8v3.8c-5.8%200-6.5%203.8-6.5%205.5v41c0%205.4%200%2010.3%206.7%209.6v3.9c-3.9-.5-8.6-.8-11.6-.8-4.9%200-8%20.3-13%20.8v-3.9c6.8%200%207-4.3%207-6.9V92.9h-20.5V114c0%203.8.9%206.3%206.6%206.3v3.9c-4.1-.5-8.4-.8-12.8-.8-3.8%200-7.7.3-11.6.8v-3.9c6.4%200%206.8-3.6%206.8-7.1V71c0-5.6-1.4-6.8-6.5-6.8v-3.8c4%20.6%208.3.8%2012.7.8%203.7%200%207.5-.2%2011.5-.8v3.8c-4.6%200-6.3%201.3-6.6%206.8v17.3h20.4zM695%20101.6c-.4%202.7-.5%205.3-.5%208.2%200%202.5.2%205.1.4%207.7-6.1%205-13.5%207.3-20.8%207.3-5.2%200-10.4-1.8-14.5-5.7-5.8-5.8-7.9-16-7.9-27.3%200-17.2%205.6-32.3%2023.5-32.3%208.3%200%2015.4%203.2%2019%205.1-.6%202.7-1%205.5-1%208.4%200%202%20.1%203.9.4%205.9h-6.8c0-.2.2-2.3.2-2.7%200-9.2-6-11.7-10.2-11.7-12.8%200-12.8%2017.3-12.8%2022.2V96c0%209.5%200%2024%2012.4%2024%203.6%200%206.4-1.5%208.5-3.5%202.2-2.3%202.2-4.2%202.5-14.8h7.6zm-46.2%2022.8c-4.3-.9-7-1.1-11.4-1.1-4.5%200-7.4.1-12.1.8v-4c6.3%200%206.3-4.3%206.3-7.8V70.6c0-.4.1-.9.1-1.3%200-4.3-3.4-4.9-6.1-5.2v-3.7c3.6.6%207.4.8%2011.3.8%203.8%200%207.7-.3%2011.7-.8v4c-5%20.6-5.9.9-5.9%206.8v42.3c0%202.6%200%206.6%206.2%206.6v4.3zm-29.8-5.3c-1.3-1.4-2.4-3.3-3.6-5.4l-3.4-6.3c-2.8-5-5.2-10-7.3-14.8%208.3-2.7%2012.1-9.1%2012.1-17.8%200-3.9-2-13.9-12.6-13.9-2.7%200-14.4.6-16.7.6-3.9%200-7.5-.3-11-.9v3.3c4.5%201%204.7%203.3%204.7%207.4l-.1%2044c0%203.4-2.3%205-4.5%205v4c3.6-.5%207.1-.8%2010.4-.8%203.6%200%207%20.3%2010.3.8v-4c-5.4%200-5.8-2.3-5.8-8.3V92.9c2.3%200%203.6%201%208.1%2011.1l6.4%2014.3c.9%201.9%201.5%204%201.9%206%202.7-.5%205.4-.8%207.9-.9.7%200%204.4-.1%207.1.9v-3.8c-3-.6-3.2-.6-3.9-1.4zm-17.2-31.6c-2.5%202.3-4.8%202.3-10.3%202.3V65.7h7.2c4.3%200%206.6%204.8%206.6%209.4%200%203.4%200%209-3.5%2012.4zm-48.5.9V71.3c0-4.7-1.3-7.1-6.5-7.1v-3.8c3.9.6%208.1.8%2012.4.8%203.7%200%207.6-.2%2011.5-.8v3.8c-5.8%200-6.6%203.8-6.6%205.5v41c0%205.4%200%2010.3%206.7%209.6v3.9c-3.9-.5-8.6-.8-11.6-.8-4.9%200-8%20.3-13%20.8v-3.9c6.8%200%207-4.3%207-6.9V92.9h-20.5V114c0%203.8.9%206.3%206.6%206.3v3.9c-4.1-.5-8.4-.8-12.8-.8-3.8%200-7.7.3-11.6.8v-3.9c6.4%200%206.9-3.6%206.9-7.1V71c0-5.6-1.4-6.8-6.6-6.8v-3.8c4%20.6%208.3.8%2012.7.8%203.7%200%207.5-.2%2011.5-.8v3.8c-4.6%200-6.3%201.3-6.6%206.8v17.3h20.5zm-42.6%2013.2c-.4%202.7-.5%205.3-.5%208.2%200%202.5.1%205.1.4%207.7-6.1%205-13.5%207.3-20.8%207.3-5.2%200-10.4-1.8-14.5-5.7-5.8-5.8-7.9-16-7.9-27.3%200-17.2%205.6-32.3%2023.5-32.3%208.3%200%2015.4%203.2%2019%205.1-.6%202.7-1%205.5-1%208.4%200%202%20.1%203.9.4%205.9h-6.8c0-.2.1-2.3.1-2.7%200-9.2-6-11.7-10.2-11.7-12.8%200-12.8%2017.3-12.8%2022.2l-.1%209.2c0%209.5%200%2024%2012.4%2024%203.6%200%206.4-1.5%208.5-3.5%202.2-2.3%202.2-4.2%202.5-14.8h7.8zM586.3.3c-.5.1-.7.7-1.2.8l-.2.1c-2.1.1-4-.2-6%200h-.1c-.2%200-.2%200-.5.1l-.2.1h-.1c-.7.2-1.1-.2-1.8-.2-.1%200-.2%200-.3.1-.4.4-1.1.5-1.8.4h-.3c-.9%200-1.4-.1-2.3%200-.2.1-.3.1-.4.4-.3%201.1%200%202.3.3%203.3.1.2%200%20.4-.2.5-.4%200-.6-.5-.8-.8-.2-.3-.1-.9-.6-.9-.6.3-.5.9-.4%201.5.4.8.8%201.5%201.6%202%201.7%201.1%205.6%201.7%205.6%201.7.8.1%201.7-.1%202.2.5.4.7.3%201.4.3%202.2.3%204.3.4%208.5.9%2012.9%200%20.5.8.9.6%201.4-.3%201.8-1.2%203.6-1.6%205.5-.4.5-1%20.6-1.6.5-.5-.1-.9-.2-1.3-.3-.4-.1-1.1-.3-1.4%200-.8%201-.9%202.3-1.7%203.4-.1.3-.2.5-.1.9.2.2.5.4.8.3h.9c.1-.1%200%20.1.1%200h.9l3%20.1h.3c1%200%202.4.2%203.3-.3.9-.8%201.9-1.5%202.5-2.7.7-1%20.8-2.7%202.5-2.7h.1c.6-.1%201-.1%201.5.2.3.4.6.9.4%201.3-.6.6-1.7-.1-2.3.5-.6.8-1.2%201.5-1.7%202.3-.1.3-.3.5-.2.9.1.2.3.3.5.4l2.6.1c.6.1%201.5.1%202.2.1%201.1%200%202.5.4%203.2-.5.6-1%201.5-1.9%201.6-3.2-.3-1.7-1.2-3.3-1.5-5%200-.1.1-.2.1-.3.4-.5%201.1-.5%201.6-.8.4-.2%203.6-1.7%204.9-2.2%202.1-.9%204.1-1.9%206.1-2.7.9-.5%201.9-.9%202.9-1.1.2%200%20.3.1.3.3%200%20.6-.4.9-.5%201.5-.2%201-.5%202-.3%203.1.2%201.3%201.1%202.3%201.8%203.4.2.4.2.8%200%201.1-.6.6-1.4%201.3-1.9%201.9-.5.4-.9.7-1.5.8-1-.2-1.8-.7-3-.9-.4%200-.6.1-.9.3l-.1.1c-.5.6-.9%201.2-1.3%201.9-.2.4-.6.9-.4%201.4.1.3.4.4.6.5%202.3.1%204.6.1%206.9.1.2%200%20.4-.2.4-.2s1.4-.9%202.2-1.6c1-.6%202.1-1.4%203.3-1.8%201-.5%202.1-1.1%203.1-1.7.5-.3.9-.7%201-1.3-.1-.7-.6-1.3-.9-2v-.2l.1-.1c.2-.1.4%200%20.5.1%201.8%201.8%204.5%202.6%207.1%202.3h-.1c.8-.1%201.8-.4%202.5-.2.9.3%201%201.3%201.2%202%200%20.2.1.3-.1.5-.6.2-1.2-.1-1.8-.2-.5-.1-.7.2-1%20.4-.6.7-1%201.6-1.7%202.4-.1.2-.1.4%200%20.6.4.3.7.7%201.2.8%202.4%200%204.8.2%207-.1.6-.4.8-1%201.3-1.4l.1-.1c.5-.6.9-1.3.8-2.1-.1-.4-.3-.9-.4-1.3-.4-1-.7-1.9-1.2-2.9-.3-.8-.5-1.6-.8-2.4-.7-1.1-1.5-.5-3.3-.6-1.4-.1-2.6-.5-3.3-1.6-.8-1.2-1-2.4-1.2-3.7%200-.4-.4-1%20.3-1.2h.2c.9-.1%201.8-.1%202.8%200%20.7%200%201.4.1%202.1.2%202.2.5%204%201.7%205.8%202.9%201.1%201%202.3%201.7%203.3%202.9%202.2%202.4%203.8%205%206.1%207.2%202%201.7%204.1%203.2%206.6%204.1%202.2.7%204.3%201.1%206.6.6.4-.1.9-.2%201.3-.4.8-.4%201.6-.9%202.1-1.4%200%200%20.9-.9%201.3-1.5.2-.4.5-.8.7-1.3.1-.3.1-.4.2-.6%200%200%20.1-.4.1-.6%200-1.1-.7-2-1.7-2.7-.7-.5-1.6-.3-2.1%200-.5.2-1%20.6-1%20.6-.4.3-1.3%201.5-1.3%201.5-.2.2-.2.3-.4.5-.4.7-.9%201.5-1.9%201.6-1.6.3-3.4-.4-4.8-1.3-1.9-1-4.6-3.8-6-5.6-1.9-2.5-3.2-3.7-4.5-5.2-4.9-5.9-18.2-5.7-18.2-5.7-6.1-.3-9.3%200-14.2-.1-.5%200-1.5.1-1.7-.5%200-.5%200-1.1.9-1.2h24.2c1.2-.1%202.3.3%203.9-.5%201-.5%206.6-3%209.8-9.9v-.3c0-.4-.5-.9-.9-1-1.8-.3-48.5-.4-49.9-.3h.2c-.6.1-1.3.2-1.8.5-.8.3-1.5%201-1.9%201.6-1%201.6-1.3%203.6-.2%205.5.6%201.1%201.4%202.2%202.6%202.8.5.6-.1%201.3-.4%201.8-.8%201-2%201.7-3.6%201.4-.9-.4-1.1-1.4-1.4-2.2-.4-1.9-1-3.7-1.6-5.6-.1-.9.6-1.4%201-2.2.6-1.3%201.7-2.9%201-4.3-.2-.4-.8-.3-1.2-.3-.4.1-.7.1-1%20.3zm-.4%201.5c.2%200%20.5-.1.6%200%20.1.2-.2.3-.3.3-.7.3-1.5.8-1.9%201.4-.1.1-.1.5.1.6.6.2%201-.4%201.5-.5h.1c.2%200%20.2.2.3.3%200%20.2-.2.3-.3.4-.2.3-.5.6-.8.9-.2.2-.3.4-.2.7.8%203.1%201.6%206.2%202.6%209.3v.1c0%20.3-.1.5-.3.7%200%200-.6.3-.8-.4-.9-3.2-1.8-6.6-2.7-9.8-.1-.1-.3-.1-.4-.1-.2.1%200%20.7%200%201%20.8%203.3%201.5%206.5%202.4%209.7l.1.3v.2c0%20.1-.3.6-.7.7%200%200-.3.1-.4-.1-1.1-3.6-1.4-7.3-2.2-10.9%200-.1-.1-.3-.3-.2-.3.1%200%201.4%200%201.5.6%203.9%201%207.9%202.1%2011.7.1.3.3.8.8.7.3-.1.4-.3.5-.7-.1-1.1.6-1.9%201.4-2.5.8-.4%201.6-.5%202.4-.7.1%200%201.1-.4%201.4-.4.9-.4%201.2-.6%201.7-.8%201.3-.8%202.2-2.4%202.6-3.5.3-1.1-1-.9-1.5-1.6-1.4-1.2-2.6-3.1-2-4.8.4-1.1.8-2.3%202-2.7.6-.4%201.6-.4%202.4-.5%202.7.1%205.8.1%208.6.1%202%200%204.2.1%206.2.1%202.2%200%204.5-.1%206.9%200%20.2.1.5.2.4.4-.1.8-.6%201.1-1.7%201.1h-12s-4.6-.1-4.6-.2h-2.1c-.5%200-1.1%200-1.6.1h.1c-.8.1-1.5.3-1.8%201-.5.7-.6%201.6-.3%202.5.4%201.4%201.8%202.2%203%202.7.3.1.8%200%201%20.4.1.6-.2%201.1-.6%201.6-.3.5-.5%201-.8%201.4-.4.4-.7%201-1.1%201.4-.9.8-1.9%201.8-3%202.5-.8.5-2.7%201.5-2.7%201.5-.2.2-.5.2-.6.5-.1.2-.1.4.2.5%201.2.1%202.1.6%202.9%201.4.4.4%201.3.8%201%201.4-.2.2-.3.3-.6.3-1.4-.2-2.5-1.2-3.7-2.1-.3-.2-.6-.5-1-.5-.2%200-.2.2-.3.3.2%201%201.2%201.3%202%202%20.7.6%202.2%201%202.3%201.6%200%20.3-.3.6-.6.7-1%200-1.5-.4-2.3-.8-.6-.4-1.2-1.1-1.9-1.2-.1.1-.2.2-.2.4.5.7%201%201.3%201.8%201.7.5.4%201.6.4%201.5%201.3%200%20.1%200%20.1-.1.2-.2.2-.4.5-.7.6-.9.1-1.7-.4-2.3-1-.3-.3-.5-1.1-1.1-1-.2.1-.3.2-.3.4%200%20.3.1.6.3.9.6.9%202%201%202.3%202-.1.4-.6.8-1.1.9-.6.1-1.3.2-1.7-.2-.2-.6.2-1.1.3-1.6%200-.2-.1-.4-.3-.5-.3-.1-.5.1-.6.3-.7%201.3-1.1%202.7-1.6%204.1-.6%201.3-1.3%203.1-2.7%203.8-.9.1-1.8.1-2.7%200-.4-.2%200-.8-.4-1.1-.7-.1-.7.6-1.2.8-.2.1-.3.1-.5%200-.1-.3.1-.5.2-.7%200-.3.1-.5-.1-.7-.6-.2-.6.5-1%20.7-.1-.1-.2-.2-.2-.3%200-.4.4-.6.7-.8%201.5-.2%202.4.3%203.8.3.1%200%20.2-.1.2-.1.4-.2.7-.6.7-1%201-2.5%201.5-5.2%202.3-7.8.4-1.3%201-2.5.7-3.8-.4-1.8-.5-3.6-.8-5.4v-.4c-.3-2.5-.8-4.9-1.2-7.2-.1-.4%200-.9-.4-1.2-.3%200-.2.4-.2.5.3%202.7.8%205.3%201%208%20.2%202.2.6%204.4.5%206.6%200%20.4-.2.7-.5.9-.4-.1-.4-.5-.4-.7-.2-2.4-.2-5-.4-7.4v-.1c-.2-2-.3-3.8-.7-5.7-.5-.5-1.4-.5-2.3-.5h-1.4c-.3%200-.4%200-.6-.1h-.2c-.1%200-.2-.1-.1-.3%200-.2.9-.4%201.4-.5.3-.1.6-.2.9-.4%201-1.1-.5-2.2-.6-3.4.1-.2.2-.2.4-.2%201.1.8.4%202.2%201.4%203%20.2.1.5%200%20.6%200%20.1%200%20.3-.1.4-.2.8-.5%201.4-1%202.1-1.4l.8-.4h.1c.2-.1.4-.1.4-.4%200-.6-.4-.7-.6-.7-1.2-.1-2.5%200-3.7%200-.2%200-.3-.1-.4-.3%200-.1.1-.2.2-.3.8-.2%202-.1%203-.1h2.2-.1c.4%200%201.5-.4%201.7-.5zm53.5.6s2.2-.1%203.3%200c.3%200%20.5.5.3.9-.5.8-1.8.8-2.9.7h-20.4c-.2%200-.6-.1-.5-.4.1-.5.5-1%201.1-1.1%201.4-.1%202.9-.1%204.3-.1h14.8zm-65.2.4h.2c.5%200%20.9.2%201.3.3.5.3.9.8.9%201.4%200%20.2-.2.3-.4.3-.4%200-.9-.3-1.2-.5-.6-.1-1.3-.4-2-.2%200%200-.1%200-.2.1h-.2c-.3-.2-.3-.6-.2-.9.3-.9%201.4-.5%201.8-.5zm23%202.1c1.5-.1%202.8.1%204.4.1%200%200%202.9.1%204.5.1.5%200%20.9%200%201.2.4.1.2%200%20.3-.1.4-.6.3-1.2.6-1.9.6%200%200-.7.1-.9.1-2%20.1-3.5-.1-5.4-.1-.9-.1-2.3.1-3.2-.3-.2-.2-.1-.5%200-.7.1-.6%201.4-.6%201.4-.6zm42.4-.1c.7%200%201.5%200%201.9.4.1.2%200%20.4-.2.6l-.2.1s-.5.3-.8.4c-1.2.2-17.5.1-21.4%200h-.4c-.1%200-.2%200-.4-.2-.1-.2.1-.9.4-1.1.3-.3%201.2-.3%201.7-.3%204.2.3%2017.9.1%2019.4.1zm-23.2.2c.4%200%20.8-.1%201%20.3-.1.5-.4.9-.8.9-.2%200-.5.1-.7.1-2.6.2-4.5%200-7.1%200-.2%200-.4-.1-.3-.3.4-.7%201.1-.9%202-.9%201.8%200%204.1%200%205.9-.1zm-43.2.5c.5-.4%201%20.1%201.6.3.3.1.4.4.4.6%200%20.1-.4.3-.6.4h-1s-1-.1-.9-.7c.1-.2.2-.4.5-.6zm35.9%201.8c2-.1%205.7%200%205.7%200h.9c.2%200%20.5.1.5.3-.1.3-.6.8-1.1.8-1%20.1-1.9.2-2.8.2-1.3.1-3.1.1-4.3%200%200%200-.2%200-.2-.2-.1-.2.5-.9.8-1.1.2.1.2%200%20.5%200zm-2.6%200c.2-.1.4-.1.6.1.1.1.1.3%200%20.4-.3.4-1%20.8-2%201.1l-.9.1c-1.4.1-2.2.1-3.5%200h-1.1c-1.6%200-2.6.2-3.6-1.2%200-.2-.1-.4%200-.6.4-.2.7-.1%201.6%200l2%20.2c2%20.1%203.9.2%205.7.1.4.1.9%200%201.2-.2zm30.7.1c.7.1%201.6-.1%202.3.1%201.3.8-1.5%201.2-2.8%201.3-2.8.1-15.8%200-17.9%200h-1c-.2%200-.5%200-.7-.1-.1-.1-.2-1.1%201-1.2%206.2-.2%2013%200%2019.1-.1zm-30.6%202.1c.2%200%20.2.2.2.3-.2.7-.8.8-1.5%201-1%20.3-3.3.4-4.7.3%200%200-.6%200-1-.2-.2-.1-.3-.3-.2-.5.1-.4.5-.3.6-.3h.2c.3%200%202.2.1%203.8%200%200%200%20.9-.1%201.2-.2.1.1.8-.4%201.4-.4zm6.1.3c.8.1%201.7-.2%202.3.3.1.1.1.2%200%20.3-.3.5-1%20.6-1.4.7-.9.1-2.1.1-2.9.1-1%200-2.2.1-3-.3-.1-.2%200-.4.1-.6.1-.3.4-.4.8-.5h4.1zm21.5%200c.7%200%201.4-.1%201.9.3.8.6-.8%201-.8%201s-.4.1-.9.1c-1.4.1-2.2%200-3.6.1-4.5-.2-8.9-.1-13.5-.1h-.5s-.3%200-.4-.1c-.1-.2%200-.6.2-.8.4-.5%201.3-.5%201.8-.5%201.7.1%2015.5%200%2015.8%200zm-34.3%202.1c.6.1%201.1.1%201.5.2.5%200%201.6.1%202.1.1.7-.1%201.3-.3%202-.1.2.1.3.3.2.5-.2.5-.5.5-.8.7-.6.2-1.2.3-2%20.3-1.4-.1-2.9-.2-4.1-.9-.2-.1-.1-.4-.1-.5.1-.2.2-.2.3-.3%200%200%20.4-.1.9%200zm-1.4%201.8s.2%200%20.2.1c.8.2%201.3.3%202.1.5l.3.1c.5%200%20.7.1%201.1.2h.5l.5.1h.1l.3.1c.1%200%20.2.2.2.3%200%20.3-.2.4-.5.5-1.4.5-3%200-4.4-.3-.5-.2-1.1-.2-1.4-.7%200-.2%200-.4.1-.5.1-.3.4-.5.9-.4zm19.7%201.9c1.8-.1%202.7%200%204.3.1l1.5.1c1.9%200%203.4.3%205.2.6%202.8.7%205.6%201.1%208%202.9%202.4%201.5%204.1%203.7%205.9%205.9%201.1%201.3%202.1%202.5%203.2%203.8.9%201.3%202.5%202.2%203.8%203.1%201%20.5%202%201.1%203.1%201.4%201.2.4%202.2.3%203.4.1.7-.2.9-.3%201.3-.6%200%200%20.5-.6.8-.9%201-.9%201-2.5%202.8-2.4.2.1.3.2.5.4s.3.6.1%201.1l-.1.3c-.4%201-1.1%201.8-2.2%202.5-.3.2-.6.4-1%20.6-.9.4-2.1.6-3.2.7-1.7.1-3.3-.6-4.4-1.1-2.3-.9-4.1-2.7-5.8-4.4-2.4-2.4-4.3-5.2-6.8-7.5-2.4-2-5.3-3.6-8.3-4.3-2.5-.6-5.3-.6-7.9-.6l-.9.1c-.4.1-.2.7-.2%201.1-.1.4-.2.7-.4%201-.8%201.5-2%202.7-3.1%203.8-.7.9-2.2%201.2-2.8%202.2-.5.8%200%201.9.6%202.7.2.5.9%201.1.5%201.6-.6.7-1.8%201.1-2.6%201.6s-1.7%201-2.6%201.5c-.8.6-1.8%201.1-2.5%201.8-.6.6-1.7.5-2.6.4-.4%200-.4-.4-.8-.6-.4-.2-.4.3-.7.3-.2%200-.2-.3-.2-.5-.1-.3-.4-.3-.6-.3-.4.1-.4.5-.8.5-.1-.1%200-.3%200-.4.2-.3.5-.7.8-1%201-.2%201.8.3%202.7.5.8.2%201.2-.2%201.8-.5%201.4-1.1%202.7-2.3%203.7-3.7.6-1-.6-1.8-1.1-2.6-1.2-1.4-1.5-3.4-.8-4.9.1-.9%201.4-1.7.9-2.9-.3-.7-.8-1.6-1.7-1.6-.6.4.2%201.1.2%201.6%200%20.2%200%20.3-.2.3-1.6-.1-2.7.5-4.1%201-.3.2-1.4.6-1.5.8-.5.2-.9.5-1.4.7-.1%200-5.6%202.6-5.8%202.6-.3.2-3.2%201.4-4.4%201.7-.1%200-.2-.1-.2-.2%200-.2.2-.2.2-.3.7-.1%201-.4%201.3-.8.2-.3.2-.7.3-1%20.8-.2%201.4-.6%201.7-1.2.5%200%201.1%200%201.5-.2.7-.3.9-.8%201.5-1.2%201.2-.2%202-.8%202.6-1.7%201.1-.5%201.3-.6%201.6-.9.4-.3.6-.7.7-1.2.1-.6.6-.9%201.2-1.1.4-.2.5-.6.8-.9%204.6.1%209.2%200%2013.2.1zm-21.5-.1c1.3.6%202.7.9%204.2%201.2h.2c.2.1.2.1.5.2.2.2.1.4%200%20.5-.4.5-1.1.6-1.8.5h-.3c-1.3-.2-2.2-.8-3.3-1.4-.2-.1-.2-.4-.2-.6.2-.3.4-.4.7-.4zm-1.9%201.7h.2c1.2.6%203.5%201.6%203.6%201.6.1%200%20.3.1.4.3.1.2-.1.6-.4.8-1.1.5-2.5.1-3.3-.7-.4-.4-1.2-.9-1-1.6.2-.3.4-.4.5-.4zm-1.9%201.5c1.2.6%202.4%201.2%203.2%202.1%200%20.1%200%20.4-.1.5-1.1.7-2.4-.4-3.4-1.1-.3-.3-.7-.5-.6-1%20.2-.3.4-.6.9-.5zm30.8%201.2c.1%201.4.2%202.5.6%203.8.5%201%201.3%202.1%202.5%202.5%201.2.2%202.5.4%203.8.4h.2l.1.1.2.2c.4.8.8%201.6%201.1%202.5.4%201.5%201.6%203%201.2%204.6-.6.6-1%201.5-2%201.7-.2%200-.5%200-.6-.3V35c0-.2-.1-.4-.3-.4-.4-.1-.7.3-.9.5-.1.2-.2.2-.3%200v-.5c0-.1%200-.3-.2-.4-.3-.2-.5%200-.8.2-.5.5-.8%201.1-1.6%201.2-.2-.1-.2-.2-.2-.4.4-.6.7-1.2%201.2-1.7.4-.2.8-.1%201.2%200%20.8.1%201.7.4%202.5%200%20.2-.8-.4-1.7-.7-2.4-.4-.8-.3-1.8-1.2-2.5-1.1-.4-2.4-.4-3.6-.3-1.3.1-2.6.2-4%20.1h-.2c-.5%200-.9-.1-1.4-.3-.6-.3-1.8-.5-2.1-1.3%200-.2.1-.4.2-.5.6-.4%201.3-.8%201.9-1.4%201.4-1.6%202.9-3.1%203.1-5.4.2-.3.2.2.3.4zm-32.4%208.2l.4.1c.4.4.5.7.6%201.3.3%201.2.7%202.3.8%203.6-.1.7-.5%201.3-.8%201.8-.5.5-1%20.7-1.8.6-.6%200-.5-.7-.8-1-.2-.1-.3%200-.3%200-.5%200-.4.8-.8.8-.4-.2%200-.7-.3-.9-.6-.1-.6.6-1.1.7h-.1V35c.1-.5.4-.7.8-1%20.9-.4%202%200%203-.4l.3-.3c-.1-1-.6-2-1-2.9-.2-.5-.6-1.1-.4-1.6.2-.3.5-.6.9-.6.3-.2.6-.1.6-.1z%22%2F%3E%3C%2Fsvg%3E);
}
.is-preview img:before {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 100%;
  min-height: 250px;
  content: "";
  transform: translateY(-50%);
  background-color: #cccccc;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20class%3D%22bnn-logo%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20907.1%20124.7%22%20fill%3D%22rgb%280%2C0%2C0%29%22%20style%3D%22%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%7D.st1%7Bfill%3A%23fdc460%7D.st2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpattern%20x%3D%22219%22%20y%3D%22505.9%22%20width%3D%2269%22%20height%3D%2269%22%20patternUnits%3D%22userSpaceOnUse%22%20id%3D%22Unnamed_Pattern%22%20viewBox%3D%222.1%20-70.9%2069%2069%22%20overflow%3D%22visible%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2.1-70.9h69v69h-69z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M2.1-70.9h69v69h-69z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M61.8-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200m-7.7%200v.2l-.2.2c-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%20.1%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.4.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%20.1%200%200m69%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%20.1%200%200%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M.5-71.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.3.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%20.1%200%200M69.4-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.3.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.3.1.2.1.3-.1%200-.1%200%200%200M.5-64v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1%200%20.3.1.4%200%20.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m68.9%207.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1%200-.1%200-.2.1s-.1.3-.1.4c-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1%200-.2%200-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m68.9%207.6v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.1.2.3.6.5.6s.4-.1.5-.1c.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.3.1.2.1.3-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.3.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3M69.4-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1%200-.2%200-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c-.1%200-.1%200%200%200M.5-41v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5h.4c.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m68.9%207.6v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m68.9%207.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.2%200-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.1.2.3.3.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.2.1.2.1.3-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.3.5.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m68.9%207.6v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.3.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.3.1.2.1.3-.1.1-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1%200%20.3.1.4.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.1c0%20.1%200%200%200%200m68.9%207.7v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.4.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.4.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.4.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m-7.6%200v.2c-.1.1-.2%200-.2.1-.1.1-.1.3-.1.3-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.3.6.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.2.1.2.1.3-.1%200-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1%200%20.1-.1.3-.1.3-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.3.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.4.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2m68.9%207.6v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.2.2.4.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2.1.3-.1.4-.3v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.1c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.1.2.3.6.5.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2.1.2.1.1.1.2m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.3.4.4.5.1.2.3.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.2c0%20.1%200%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4.1.2.2.4.4.5.2.1.4.6.6.6.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.2%200-.3.1-.4.2-.2.1-.1.2-.3.2-.1%200-.2.1-.2.2v.3c0%20.1%200%200%200%200m-7.6%200v.2c-.1.1-.2.1-.2.1-.1.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.3.5.2.2.4.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2-.1.3-.3.4-.5v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8%200%20.1-.2.2-.3.2-.2.1-.1.2-.3.3-.1%200-.2.1-.2.2v.1c-.1.1-.1%200%200%200m-7.7%200v.2c-.1.1-.1.1-.2.1%200%20.1-.1.3-.1.4-.2.1%200%20.2%200%20.3v.2c0%20.1%200%20.3.1.4%200%20.2.2.4.4.5.2.2.3.6.6.7.2%200%20.4-.1.5-.1.2%200%20.4%200%20.6-.1.2-.1.1-.3.3-.5.1-.1.3%200%20.4-.1.2%200%20.3-.2.4-.4v-.2c0-.1.1-.2.1-.3%200-.1-.1-.1-.1-.2v-.3c0-.2%200-.4-.1-.5-.4-.7-1.2-.9-2-.8-.1%200-.2.1-.4.1-.1.1-.1.2-.3.3-.1%200-.2.1-.2.2v.1c0%20.1%200%200%200%200%22%2F%3E%3C%2Fpattern%3E%3Cpath%20d%3D%22M384%20124.1c-2.5-.3-9.3-.7-10-.7-3.5%200-7.1.2-10.9.5v-4c.7.1%202.2%200%203.3-.2%203.4%200%203.7-4.3%203.9-7.1l.7-40.1c0-3.8%200-8.5-6.2-8.5v-3.7c3%20.6%206%20.8%209.2.8%202.5%200%205.1-.2%207.8-.6l26.2%2048.8h.1V80.9l-.1-7.5c0-6.6-.4-9-6.8-9v-3.9c3%20.3%206.1.6%209.2.6%203.2%200%206.5-.3%209.8-.7v4.3c-3.5%200-6%20.5-6.3%206.2l-.5%2013.9-.5%2021.9c0%201.3-.1%202.6-.1%203.9v7.8l.1%205.8H403l-26.8-49.6h-.2v12.7l.1%2015.2.2%209.8c0%206%201.4%207.8%207.7%207.8v4zm-46.6-17.2c-.4%201.7-.7%203.7-.8%205.3-.3%203.2-.7%207-.5%2011.9-2.8-.2-5.7-.3-7.9-.3l-12.8-.3c-1.7%200-3.4%200-5.2.1l-14.4.3v-3.6c6.3%200%206.3-2.2%206.3-10.3l.1-39.4c0-3.6-.2-6.6-6.5-6.6v-3.8c2.1.3%206.8.5%209.1.5l6.8.2c2.6.1%205.2.1%208%200l14.4-.4c-.1%201.8-.1%203.8-.1%205.8%200%202.9.1%205.8.4%208.9h-5.6c0-.8.1-1.6.1-2.4%200-6.7-3.4-6.7-6.9-6.7l-8.5-.1v22c1.3.1%202.8.1%204.2.1%203.2%200%206.5-.2%2010-.5v6.1c-4.6-.7-9.4-1-14.2-.8v25.4h10.3c3.3%200%207%200%208.6-11.4h5.1zm-53.7%2017.6c-1.9-.4-2.8-.4-6.5-.8-2.2-.2-4.3-.3-6.6-.3-4.1%200-8.3.3-12.7%201v-4.6c.8.1%201.6.1%202.4.1%205.1%200%205.1-5.3%205.1-7.4l.2-46.5H263c-3.7%200-8.3%200-7.8%2010.2h-5.5c.4-2.8.5-5.8.5-8.8%200-2.3-.1-4.6-.3-6.9%203.8.3%205.7.5%2010.2.6l10.6.2%209.7-.2c2.6%200%205.2-.1%207.9-.3l4.4-.3c-.2%202.4-.3%204.8-.3%207.3%200%202.8.1%205.6.4%208.5h-5.5c0-.7.1-3.8.1-4.5%200-1-.4-2.9-1.3-4-1.5-2-2.3-2-9.4-1.8v46c0%204.8%200%208.9%206.9%208.5v4zm-49-39c7.4%201.2%2010.4%209.2%2010.4%2016.7%200%2010.8-7.5%2022.3-19.8%2022.3-5.7%200-11-1.1-16.7-3.9.5-2.8.7-5.8.7-8.8%200-1.6-.1-3.2-.2-4.8h6.5c0%202.2%200%204.5.7%207%201.3%204.5%206%205.9%208.6%205.9%206.3%200%2011.5-5.8%2011.5-13.4%200-8.4-5.9-8.8-8.6-9-7.7%200-19.4-2.2-19.4-16.2%200-2.2.8-20.8%2018.8-20.8%205.3%200%2010.4%201.1%2015.7%203.4-.5%202.9-.9%205.9-.9%209.1%200%201.1.1%202.3.1%203.3h-6.2c0-3.3%200-11.3-8.5-11.3-5.7%200-10.3%204-10.3%2011.2%200%207.1%207.2%208%209.6%208.3%201.6.2%203.2.3%204.8.6l3.2.4zm-31.5%2021.4c-.4%201.7-.7%203.7-.8%205.3-.3%203.2-.7%207-.5%2011.9-2.8-.2-5.7-.3-7.9-.3l-12.8-.3c-1.7%200-3.4%200-5.2.1l-14.4.3v-3.6c6.3%200%206.3-2.2%206.3-10.3l.1-39.4c0-3.6-.2-6.6-6.5-6.6v-3.8c2.1.3%206.8.5%209.1.5l6.8.2c2.6.1%205.2.1%208%200l14.4-.4c-.1%201.8-.1%203.8-.1%205.8%200%202.9.1%205.8.4%208.9h-5.6c0-.8.1-1.6.1-2.4%200-6.7-3.4-6.7-6.9-6.7l-8.5-.1v22c1.3.1%202.8.1%204.2.1%203.2%200%206.6-.2%2010-.5v6.1c-4.6-.7-9.4-1-14.2-.8v25.4h10.3c3.3%200%207%200%208.6-11.4h5.1zm-51.6-4.9c-.4%2011.1-.5%2016.2-7.4%2019.8-5.6%202.9-10.3%202.9-12.3%202.9-4.8%200-9.8-.5-15-3.6-6.4-3.9-6.4-10.4-6.4-14.3l-.1-36.3c0-2.8%200-6.8-7.4-6.4v-4c4%20.6%208.2.9%2012.6.9%204.2%200%208.6-.3%2013-.9v3.8c-5.1.5-7.2.7-7.2%205.9l.2%2035.8c0%204.8%201%2014.1%2012.2%2014.1%202.1%200%209-.5%2011.8-6.3%201.2-2.5%201.4-4.4%201.4-15V70.5c0-5.4-2.3-6.3-7.1-6.3v-4c3.3.6%206.8%201%2010.3%201%202.8%200%205.5-.3%208.3-.7v3.8c-1.4-.3-3.2.2-3.6.3-2.9.9-2.9%204.4-2.9%2010.6l-.4%2026.8zm-49.4%204.9c-.4%201.7-.7%203.7-.8%205.3-.3%203.2-.7%207-.5%2011.9-2.8-.2-5.7-.3-7.9-.3l-12.8-.3c-1.7%200-3.4%200-5.2.1l-14.4.3v-3.6c6.3%200%206.3-2.2%206.3-10.3l.1-39.4c0-3.6-.2-6.6-6.5-6.6v-3.8c2.1.3%206.8.5%209.1.5l6.8.2c2.6.1%205.2.1%208%200l14.4-.4c-.1%201.8-.1%203.8-.1%205.8%200%202.9.1%205.8.4%208.9h-5.6c0-.8.1-1.6.1-2.4%200-6.7-3.4-6.7-6.9-6.7l-8.7-.2V88c1.3.1%202.8.1%204.2.1%203.2%200%206.6-.2%2010-.5v6.1c-4.6-.7-9.4-1-14.2-.8v25.4h10.3c3.3%200%207%200%208.6-11.4h5.3zm-81.8%2017.2c-2.5-.3-9.3-.7-10-.7-3.5%200-7.1.2-10.9.5v-4c.7.1%202.2%200%203.3-.2%203.4%200%203.7-4.3%203.9-7.1l.7-40.1c0-3.8%200-8.5-6.2-8.5v-3.7c3%20.6%206%20.8%209.2.8%202.5%200%205.1-.2%207.8-.6l26.2%2048.8h.1V80.9l-.1-7.5c0-6.6-.4-9-6.8-9v-3.9c3%20.3%206.1.6%209.2.6%203.2%200%206.5-.3%209.8-.7v4.3c-3.5%200-6%20.5-6.3%206.2l-.5%2013.9-.5%2021.9c0%201.3-.1%202.6-.1%203.9v7.8l.1%205.8h-9.9L12.6%2074.6h-.1v12.7l.1%2015.2.2%209.8c0%206%201.4%207.8%207.7%207.8v4zm425.7-29.2c.4%200%20.8%200%201.3-.1l-6-26.7h-.1l-6.6%2026.8h11.4zm23.8%2029.2c-4.5-.4-8-.4-11.8-.4-4.9%200-7.6%200-12.7.6v-4c2.3%200%206.6%200%206.6-3.8%200-1.8-.1-2.8-1.4-8l-2-9.1h-15l-3.3%2012.8c-.5%201.7-.7%202.5-.7%203.9%200%204.2%203.8%204.2%206.2%204.2v4c-3.1-.4-6.3-.7-9.5-.7-2.8%200-5.7.2-8.6.6v-3.8c3.9%200%205.3-2%206.2-5.8l14.3-54.3c2%20.5%204.1.8%206.2.8%202.2%200%204.3-.3%206.5-.9l12.7%2052.4c1.2%206.7%203.3%207.4%206.5%207.4v4.1zM321.1.3c.5.1.7.7%201.2.8l.2.1c2.1.1%204-.2%206%200h.1c.2%200%20.2%200%20.5.1l.2.1h.1c.7.2%201.1-.2%201.8-.2.1%200%20.2%200%20.3.1.4.4%201.1.5%201.8.4h.3c.9%200%201.4-.1%202.3%200%20.2.1.3.1.4.4.3%201.1%200%202.3-.3%203.3-.1.2%200%20.4.2.5.4%200%20.6-.5.8-.8.2-.3.1-.9.6-.9.6.3.5.9.4%201.5-.4.8-.8%201.5-1.6%202-1.7%201.1-5.6%201.7-5.6%201.7-.8.1-1.7-.1-2.2.5-.4.7-.3%201.4-.3%202.2-.3%204.3-.4%208.5-.9%2012.9%200%20.5-.8.9-.6%201.4.3%201.8%201.2%203.6%201.6%205.5.4.5%201%20.6%201.6.5.5-.1.9-.2%201.3-.3.4-.1%201.1-.3%201.4%200%20.8%201%20.9%202.3%201.7%203.4.1.3.2.5.1.9-.2.2-.5.4-.8.3h-.9c-.1-.1%200%20.1-.1%200h-.9l-3%20.1h-.3c-1%200-2.4.2-3.3-.3-.9-.8-1.9-1.5-2.5-2.7-.7-1-.8-2.7-2.5-2.7h-.1c-.6-.1-1-.1-1.5.2-.3.4-.6.9-.4%201.3.6.6%201.7-.1%202.3.5.6.8%201.2%201.5%201.7%202.3.1.3.3.5.2.9-.1.2-.3.3-.5.4l-2.6.1c-.6.1-1.5.1-2.2.1-1.1%200-2.5.4-3.2-.5-.6-1-1.5-1.9-1.6-3.2.3-1.7%201.2-3.3%201.5-5%200-.1-.1-.2-.1-.3-.4-.5-1.1-.5-1.6-.8-.4-.2-3.6-1.7-4.9-2.2-2.1-.9-4.1-1.9-6.1-2.7-.9-.5-1.9-.9-2.9-1.1-.2%200-.3.1-.3.3%200%20.6.4.9.5%201.5.2%201%20.5%202%20.3%203.1-.2%201.3-1.1%202.3-1.8%203.4-.2.4-.2.8%200%201.1.6.6%201.4%201.3%201.9%201.9.5.4.9.7%201.5.8%201-.2%201.8-.7%203-.9.4%200%20.6.1.9.3l.1.1c.5.6.9%201.2%201.3%201.9.2.4.6.9.4%201.4-.1.3-.4.4-.6.5-2.3.1-4.6.1-6.9.1-.2%200-.4-.2-.4-.2s-1.4-.9-2.2-1.6c-1-.6-2.1-1.4-3.3-1.8-1-.5-2.1-1.1-3.1-1.7-.5-.3-.9-.7-1-1.3.1-.7.6-1.3.9-2v-.2l-.1-.1c-.2-.1-.4%200-.5.1-1.8%201.8-4.5%202.6-7.1%202.3h.1c-.8-.1-1.8-.4-2.5-.2-.9.3-1%201.3-1.2%202%200%20.2-.1.3.1.5.6.2%201.2-.1%201.8-.2.5-.1.7.2%201%20.4.6.7%201%201.6%201.7%202.4.1.2.1.4%200%20.6-.4.3-.7.7-1.2.8-2.4%200-4.8.2-7-.1-.6-.4-.8-1-1.3-1.4l-.1-.1c-.5-.6-.9-1.3-.8-2.1.1-.4.3-.9.4-1.3.4-1%20.7-1.9%201.2-2.9.3-.8.5-1.6.8-2.4.7-1.1%201.5-.5%203.3-.6%201.4-.1%202.6-.5%203.3-1.6.8-1.2%201-2.4%201.2-3.7%200-.4.4-1-.3-1.2h-.2c-.9-.1-1.8-.1-2.8%200-.7%200-1.4.1-2.1.2-2.2.5-4%201.7-5.8%202.9-1.1%201-2.3%201.7-3.3%202.9-2.2%202.4-3.8%205-6.1%207.2-2%201.7-4.1%203.2-6.6%204.1-2.2.7-4.3%201.1-6.6.6-.4-.1-.9-.2-1.3-.4-.8-.4-1.6-.9-2.1-1.4%200%200-.9-.9-1.3-1.5-.2-.4-.5-.8-.7-1.3-.1-.3-.1-.4-.2-.6%200%200-.1-.4-.1-.6%200-1.1.7-2%201.7-2.7.7-.5%201.6-.3%202.1%200%20.5.2%201%20.6%201%20.6.4.3%201.3%201.5%201.3%201.5.2.2.2.3.4.5.4.7.9%201.5%201.9%201.6%201.6.3%203.4-.4%204.8-1.3%201.9-1%204.6-3.8%206-5.6%201.9-2.5%203.2-3.7%204.5-5.2%204.9-5.9%2018.2-5.7%2018.2-5.7%206.1-.3%209.3%200%2014.2-.1.5%200%201.5.1%201.7-.5%200-.5%200-1.1-.9-1.2h-24.2c-1.2-.1-2.3.3-3.9-.5-1-.5-6.6-3-9.8-9.9v-.3c0-.4.5-.9.9-1%201.7-.2%2048.3-.3%2049.7-.2h-.2c.6.1%201.3.2%201.8.5.8.3%201.5%201%201.9%201.6%201%201.6%201.3%203.6.2%205.5-.6%201.1-1.4%202.2-2.6%202.8-.5.6.1%201.3.4%201.8.8%201%202%201.7%203.6%201.4.9-.4%201.1-1.4%201.4-2.2.4-1.9%201-3.7%201.6-5.6.1-.9-.6-1.4-1-2.2-.6-1.3-1.7-2.9-1-4.3.2-.4.8-.3%201.2-.3.5%200%20.9%200%201.2.2zm.3%201.5c-.2%200-.5-.1-.6%200-.1.2.2.3.3.3.7.3%201.5.8%201.9%201.4.1.1.1.5-.1.6-.6.2-1-.4-1.5-.5h-.1c-.2%200-.2.2-.3.3%200%20.2.2.3.3.4.2.3.5.6.8.9.2.2.3.4.2.7-.8%203.1-1.6%206.2-2.6%209.3v.1c0%20.3.1.5.3.7%200%200%20.6.3.8-.4.9-3.2%201.8-6.6%202.7-9.8.1-.1.3-.1.4-.1.2.1%200%20.7%200%201-.8%203.3-1.5%206.5-2.4%209.7l-.1.3v.2c0%20.1.3.6.7.7%200%200%20.3.1.4-.1%201.1-3.6%201.4-7.3%202.2-10.9%200-.1.1-.3.3-.2.3.1%200%201.4%200%201.5-.6%203.9-1%207.9-2.1%2011.7-.1.3-.3.8-.8.7-.3-.1-.4-.3-.5-.7.1-1.1-.6-1.9-1.4-2.5-.8-.4-1.6-.5-2.4-.7-.1%200-1.1-.4-1.4-.4-.9-.4-1.2-.6-1.7-.8-1.3-.8-2.2-2.4-2.6-3.5-.3-1.1%201-.9%201.5-1.6%201.4-1.2%202.6-3.1%202-4.8-.4-1.1-.8-2.3-2-2.7-.6-.4-1.6-.4-2.4-.5-2.7.1-5.8.1-8.6.1-2%200-4.2.1-6.2.1-2.2%200-4.5-.1-6.9%200-.2.1-.5.2-.4.4.1.8.6%201.1%201.7%201.1h12s4.6-.1%204.6-.2h2.1c.5%200%201.1%200%201.6.1h-.1c.8.1%201.5.3%201.8%201%20.5.7.6%201.6.3%202.5-.4%201.4-1.8%202.2-3%202.7-.3.1-.8%200-1%20.4-.1.6.2%201.1.6%201.6.3.5.5%201%20.8%201.4.4.4.7%201%201.1%201.4.9.8%201.9%201.8%203%202.5.8.5%202.7%201.5%202.7%201.5.2.2.5.2.6.5.1.2.1.4-.2.5-1.2.1-2.1.6-2.9%201.4-.4.4-1.3.8-1%201.4.2.2.3.3.6.3%201.4-.2%202.5-1.2%203.7-2.1.3-.2.6-.5%201-.5.2%200%20.2.2.3.3-.2%201-1.2%201.3-2%202-.7.6-2.2%201-2.3%201.6%200%20.3.3.6.6.7%201%200%201.5-.4%202.3-.8.6-.4%201.2-1.1%201.9-1.2.1.1.2.2.2.4-.5.7-1%201.3-1.8%201.7-.5.4-1.6.4-1.5%201.3%200%20.1%200%20.1.1.2.2.2.4.5.7.6.9.1%201.7-.4%202.3-1%20.3-.3.5-1.1%201.1-1%20.2.1.3.2.3.4%200%20.3-.1.6-.3.9-.6.9-2%201-2.3%202%20.1.4.6.8%201.1.9.6.1%201.3.2%201.7-.2.2-.6-.2-1.1-.3-1.6%200-.2.1-.4.3-.5.3-.1.5.1.6.3.7%201.3%201.1%202.7%201.6%204.1.6%201.3%201.3%203.1%202.7%203.8.9.1%201.8.1%202.7%200%20.4-.2%200-.8.4-1.1.7-.1.7.6%201.2.8.2.1.3.1.5%200%20.1-.3-.1-.5-.2-.7%200-.3-.1-.5.1-.7.6-.2.6.5%201%20.7.1-.1.2-.2.2-.3%200-.4-.4-.6-.7-.8-1.5-.2-2.4.3-3.8.3-.1%200-.2-.1-.2-.1-.4-.2-.7-.6-.7-1-1-2.5-1.5-5.2-2.3-7.8-.4-1.3-1-2.5-.7-3.8.4-1.8.5-3.6.8-5.4v-.4c.3-2.5.8-4.9%201.2-7.2.1-.4%200-.9.4-1.2.3%200%20.2.4.2.5-.3%202.7-.8%205.3-1%208-.2%202.2-.6%204.4-.5%206.6%200%20.4.2.7.5.9.4-.1.4-.5.4-.7.2-2.4.2-5%20.4-7.4v-.1c.2-2%20.3-3.8.7-5.7.5-.7%201.4-.7%202.3-.7h1.4c.3%200%20.4%200%20.6-.1h.2c.1%200%20.2-.1.1-.3%200-.2-.9-.4-1.4-.5-.3-.1-.6-.2-.9-.4-1-1.1.5-2.2.6-3.4-.1-.2-.2-.2-.4-.2-1.1.8-.4%202.2-1.4%203-.2.1-.5%200-.6%200-.1%200-.3-.1-.4-.2-.8-.5-1.4-1-2.1-1.4l-.8-.4h-.1c-.2-.1-.4-.1-.4-.4.1-.3.5-.4.7-.5%201.2-.1%202.5%200%203.7%200%20.2%200%20.3-.1.4-.3%200-.1-.1-.2-.2-.3-.8-.2-2-.1-3-.1h-2.2.1c-.4%200-1.5-.4-1.8-.5zm-53.4.6s-2.2-.1-3.3%200c-.3%200-.5.5-.3.9.5.8%201.8.8%202.9.7h20.4c.2%200%20.6-.1.5-.4-.1-.5-.5-1-1.1-1.1-1.4-.1-2.9-.1-4.3-.1H268zm65.2.4h-.2c-.5%200-.9.2-1.3.3-.5.3-.9.8-.9%201.4%200%20.2.2.3.4.3.4%200%20.9-.3%201.2-.5.6-.1%201.3-.4%202-.2%200%200%20.1%200%20.2.1h.2c.3-.2.3-.6.2-.9-.3-.9-1.4-.5-1.8-.5zm-23%202.1c-1.5-.1-2.8.1-4.4.1%200%200-2.9.1-4.5.1-.5%200-.9%200-1.2.4-.1.2%200%20.3.1.4.6.3%201.2.6%201.9.6%200%200%20.7.1.9.1%202%20.1%203.5-.1%205.4-.1.9-.1%202.3.1%203.2-.3.2-.2.1-.5%200-.7-.1-.6-1.4-.6-1.4-.6zm-42.4-.1c-.7%200-1.5%200-1.9.4-.1.2%200%20.4.2.6l.2.1s.5.3.8.4c1.2.2%2017.5.1%2021.4%200h.4c.1%200%20.2%200%20.4-.2.1-.2-.1-.9-.4-1.1-.3-.3-1.2-.3-1.7-.3-4.2.3-17.9.1-19.4.1zM291%205c-.4%200-.8-.1-1%20.3.1.5.4.9.8.9.2%200%20.5.1.7.1%202.6.2%204.5%200%207.1%200%20.2%200%20.4-.1.3-.3-.4-.7-1.1-.9-2-.9-1.9%200-4.1%200-5.9-.1zm43.2.5c-.5-.4-1%20.1-1.6.3-.3.1-.4.4-.4.6%200%20.1.4.3.6.4h1s1-.1.9-.7c-.1-.2-.2-.4-.5-.6zm-35.9%201.8c-2-.1-5.7%200-5.7%200h-.9c-.2%200-.5.1-.5.3.1.3.6.8%201.1.8%201%20.1%201.9.2%202.8.2%201.3.1%203.1.1%204.3%200%200%200%20.2%200%20.2-.2.1-.2-.5-.9-.8-1.1-.2.1-.2%200-.5%200zm2.5%200c-.2-.1-.4-.1-.6.1-.1.1-.1.3%200%20.4.3.4%201%20.8%202%201.1l.9.1c1.4.1%202.2.1%203.5%200h1.1c1.6-.1%202.6.1%203.6-1.3%200-.2.1-.4%200-.6-.4-.2-.7-.1-1.6%200l-2%20.2c-2%20.1-3.9.2-5.7.1-.4.2-.8.1-1.2-.1zm-30.6.1c-.7.1-1.6-.1-2.3.1-1.3.8%201.5%201.2%202.8%201.3%202.8.1%2015.8%200%2017.9%200h1c.2%200%20.5%200%20.7-.1.1-.1.2-1.1-1-1.2-6.3-.2-13%200-19.1-.1zm30.6%202.1c-.2%200-.2.2-.2.3.2.7.8.8%201.5%201%201%20.3%203.3.4%204.7.3%200%200%20.6%200%201-.2.2-.1.3-.3.2-.5-.1-.4-.5-.3-.6-.3h-.2c-.3%200-2.2.1-3.8%200%200%200-.9-.1-1.2-.2-.1.1-.8-.4-1.4-.4zm-6.1.3c-.8.1-1.7-.2-2.3.3-.1.1-.1.2%200%20.3.3.5%201%20.6%201.4.7.9.1%202.1.1%202.9.1%201%200%202.2.1%203-.3.1-.2%200-.4-.1-.6-.1-.3-.4-.4-.8-.5h-4.1zm-21.5%200c-.7%200-1.4-.1-1.9.3-.8.6.8%201%20.8%201s.4.1.9.1c1.4.1%202.2%200%203.6.1%204.5-.2%208.9-.1%2013.5-.1h.5s.3%200%20.4-.1c.1-.2%200-.6-.2-.8-.4-.5-1.3-.5-1.8-.5-1.7.1-15.5%200-15.8%200zm34.3%202.1c-.6.1-1.1.1-1.5.2-.5%200-1.6.1-2.1.1-.7-.1-1.3-.3-2-.1-.2.1-.3.3-.2.5.2.5.5.5.8.7.6.2%201.2.3%202%20.3%201.4-.1%202.9-.2%204.1-.9.2-.1.1-.4.1-.5-.1-.2-.2-.2-.3-.3%200%200-.5-.1-.9%200zm1.4%201.8s-.2%200-.2.1c-.8.2-1.3.3-2.1.5l-.3.1c-.5%200-.7.1-1.1.2h-.5l-.5.1h-.1l-.3.1c-.1%200-.2.2-.2.3%200%20.3.2.4.5.5%201.4.5%203%200%204.4-.3.5-.2%201.1-.2%201.4-.7%200-.2%200-.4-.1-.5-.2-.3-.4-.5-.9-.4zm-19.8%201.9c-1.8-.1-2.7%200-4.3.1l-1.5.1c-1.9%200-3.4.3-5.2.6-2.8.7-5.6%201.1-8%202.9-2.4%201.5-4.1%203.7-5.9%205.9-1.1%201.3-2.1%202.5-3.2%203.8-.9%201.3-2.5%202.2-3.8%203.1-1%20.5-2%201.1-3.1%201.4-1.2.4-2.2.3-3.4.1-.7-.2-.9-.3-1.3-.6%200%200-.5-.6-.8-.9-1-.9-1-2.5-2.8-2.4-.2.1-.3.2-.5.4s-.3.6-.1%201.1l.1.3c.4%201%201.1%201.8%202.2%202.5.3.2.6.4%201%20.6.9.4%202.1.6%203.2.7%201.7.1%203.3-.6%204.4-1.1%202.3-.9%204.1-2.7%205.8-4.4%202.4-2.4%204.3-5.2%206.8-7.5%202.4-2%205.3-3.6%208.3-4.3%202.5-.6%205.3-.6%207.9-.6l.9.1c.4.1.2.7.2%201.1.1.4.2.7.4%201%20.8%201.5%202%202.7%203.1%203.8.7.9%202.2%201.2%202.8%202.2.5.8%200%201.9-.6%202.7-.2.5-.9%201.1-.5%201.6.6.7%201.8%201.1%202.6%201.6s1.7%201%202.6%201.5c.8.6%201.8%201.1%202.5%201.8.6.6%201.7.5%202.6.4.4%200%20.4-.4.8-.6.4-.2.4.3.7.3.2%200%20.2-.3.2-.5.1-.3.4-.3.6-.3.4.1.4.5.8.5.1-.1%200-.3%200-.4-.2-.3-.5-.7-.8-1-1-.2-1.8.3-2.7.5-.8.2-1.2-.2-1.8-.5-1.4-1.1-2.7-2.3-3.7-3.7-.6-1%20.6-1.8%201.1-2.6%201.2-1.4%201.5-3.4.8-4.9-.1-.9-1.4-1.7-.9-2.9.3-.7.8-1.6%201.7-1.6.6.4-.2%201.1-.2%201.6%200%20.2%200%20.3.2.3%201.6-.1%202.7.5%204.1%201%20.3.2%201.4.6%201.5.8.5.2.9.5%201.4.7.1%200%205.6%202.6%205.8%202.6.3.2%203.2%201.4%204.4%201.7.1%200%20.2-.1.2-.2%200-.2-.2-.2-.2-.3-.7-.1-1-.4-1.3-.8-.2-.3-.2-.7-.3-1-.8-.2-1.4-.6-1.7-1.2-.5%200-1.1%200-1.5-.2-.7-.3-.9-.8-1.5-1.2-1.2-.2-2-.8-2.6-1.7-1.1-.5-1.3-.6-1.6-.9-.4-.3-.6-.7-.7-1.2-.1-.6-.6-.9-1.2-1.1-.4-.2-.5-.6-.8-.9-4.5.1-9.1%200-13.2.1zm21.6-.1c-1.3.6-2.7.9-4.2%201.2h-.2c-.2.1-.2.1-.5.2-.2.2-.1.4%200%20.5.4.5%201.1.6%201.8.5h.3c1.3-.2%202.2-.8%203.3-1.4.2-.1.2-.4.2-.6-.2-.3-.4-.4-.7-.4zm1.8%201.7h-.2c-1.2.6-3.5%201.6-3.6%201.6-.1%200-.3.1-.4.3-.1.2.1.6.4.8%201.1.5%202.5.1%203.3-.7.4-.4%201.2-.9%201-1.6-.1-.3-.3-.4-.5-.4zm2%201.5c-1.2.6-2.4%201.2-3.2%202.1%200%20.1%200%20.4.1.5%201.1.7%202.4-.4%203.4-1.1.3-.3.7-.5.6-1-.3-.3-.5-.6-.9-.5zm-30.8%201.2c-.1%201.4-.2%202.5-.6%203.8-.5%201-1.3%202.1-2.5%202.5-1.2.2-2.5.4-3.8.4h-.2l-.1.1-.2.2c-.4.8-.8%201.6-1.1%202.5-.4%201.5-1.6%203-1.2%204.6.6.6%201%201.5%202%201.7.2%200%20.5%200%20.6-.3V35c0-.2.1-.4.3-.4.4-.1.7.3.9.5.1.2.2.2.3%200v-.5c0-.1%200-.3.2-.4.3-.2.5%200%20.8.2.5.5.8%201.1%201.6%201.2.2-.1.2-.2.2-.4-.4-.6-.7-1.2-1.2-1.7-.4-.2-.8-.1-1.2%200-.8.1-1.7.4-2.5%200-.2-.8.4-1.7.7-2.4.4-.8.3-1.8%201.2-2.5%201.1-.4%202.4-.4%203.6-.3%201.3.1%202.6.2%204%20.1h.2c.5%200%20.9-.1%201.4-.3.6-.3%201.8-.5%202.1-1.3%200-.2-.1-.4-.2-.5-.6-.4-1.3-.8-1.9-1.4-1.4-1.6-2.9-3.1-3.1-5.4-.3-.3-.3.2-.3.4zm32.4%208.2l-.4.1c-.4.4-.5.7-.6%201.3-.3%201.2-.7%202.3-.8%203.6.1.7.5%201.3.8%201.8.5.5%201%20.7%201.8.6.6%200%20.5-.7.8-1%20.2-.1.3%200%20.3%200%20.5%200%20.4.8.8.8.4-.2%200-.7.3-.9.6-.1.6.6%201.1.7h.1V35c-.1-.5-.4-.7-.8-1-.9-.4-2%200-3-.4l-.3-.3c.1-1%20.6-2%201-2.9.2-.5.6-1.1.4-1.6-.2-.3-.5-.6-.9-.6-.3-.2-.6-.1-.6-.1zm229.1-.8c-.2.8-.3%201.7-.4%202.4-.1%201.4-.3%203.2-.2%205.4-1.3-.1-2.7-.2-3.8-.2l-6.1-.1h-2.5l-6.9.1v-1.6c3%200%203-1%203-4.7v-18c0-1.6-.1-3-3.1-3V6c1%20.1%203.3.2%204.4.2l3.2.1h3.8l6.9-.2c-.1.8-.1%201.7-.1%202.6%200%201.3%200%202.7.2%204.1h-2.7v-1.1c0-3-1.6-3-3.3-3h-4.1v10.1h2c1.5%200%203.1-.1%204.8-.2v2.8c-2.2-.3-4.5-.5-6.8-.4v11.6h5c1.6%200%203.4%200%204.1-5.2h2.6zm-32.1-8.5V11c0-2.1-.6-3.2-3.1-3.2V6c1.9.3%203.9.4%206%20.4%201.8%200%203.6-.1%205.5-.4v1.8c-2.8%200-3.1%201.8-3.1%202.5V29c0%202.5%200%204.7%203.2%204.4v1.8c-1.9-.2-4.1-.4-5.6-.4-2.4%200-3.9.2-6.2.4v-1.8c3.3%200%203.4-2%203.4-3.2v-9.4h-9.8v9.6c0%201.7.4%202.9%203.2%202.9v1.8c-2-.2-4-.4-6.1-.4-1.8%200-3.7.2-5.6.4v-1.8c3.1%200%203.3-1.6%203.3-3.2V10.9c0-2.5-.7-3.1-3.1-3.1V6c1.9.3%204%20.4%206.1.4%201.8%200%203.6-.1%205.5-.4v1.8c-2.2%200-3%20.6-3.2%203.1v7.9h9.6zm-22.2%206.1c-.2%201.2-.3%202.4-.3%203.7%200%201.1.1%202.3.2%203.5-2.9%202.3-6.5%203.3-10%203.3-2.5%200-5-.8-7-2.6-2.8-2.7-3.8-7.3-3.8-12.4%200-7.8%202.7-14.7%2011.3-14.7%204%200%207.4%201.4%209.1%202.3-.3%201.2-.5%202.5-.5%203.8%200%20.9.1%201.8.2%202.7h-3.2c0-.1.1-1%20.1-1.2%200-4.2-2.9-5.3-4.9-5.3-6.1%200-6.1%207.9-6.1%2010.1v4.2c0%204.3%200%2011%206%2011%201.7%200%203.1-.7%204.1-1.6%201.1-1%201.1-1.9%201.2-6.8h3.6zm-29-7.4c3.6.5%205%204.2%205%207.7%200%204.9-3.6%2010.2-9.5%2010.2-2.7%200-5.3-.5-8-1.8.3-1.3.4-2.6.4-4%200-.7%200-1.4-.1-2.2h3.1c0%201%200%202.1.3%203.2.6%202.1%202.9%202.7%204.1%202.7%203%200%205.5-2.6%205.5-6.1%200-3.8-2.8-4-4.1-4.1-3.7%200-9.3-1-9.3-7.4%200-1%20.4-9.5%209-9.5%202.5%200%205%20.5%207.5%201.6-.3%201.3-.4%202.7-.4%204.1%200%20.5%200%201%20.1%201.5h-3c0-1.5%200-5.1-4.1-5.1-2.7%200-5%201.8-5%205.1%200%203.2%203.5%203.7%204.6%203.8.8.1%201.5.2%202.3.3h1.6zm-16.1%2017.8c-2.1-.4-3.4-.5-5.5-.5s-3.5%200-5.8.4v-1.8c3%200%203-1.9%203-3.5V10.1c0-2-1.6-2.2-2.9-2.4V6.1c1.7.3%203.6.4%205.4.4%201.8%200%203.7-.1%205.6-.4v1.8c-2.4.3-2.8.4-2.8%203.1v19.3c0%201.2%200%203%203%203v2zM427.8%207c-1.5-.8-3.4-1-5.2-1-.6%200-1.1%200-1.7.1l-2.8.3c-1%20.1-1.9.1-2.8.1-2.2%200-4.5-.3-6.6-.6v1.8c3.3-.2%203.3%202.4%203.3%203.3l.1%2019.8c0%201.2%200%202.5-3.2%202.5v1.9c2.4-.3%204.8-.5%207-.5.1%200%204.7.5%205.6.5%209.5%200%2011.8-10.5%2011.8-16.9.1-3.4-.9-9.2-5.5-11.3zm-3.6%2024.7c-.5.5-2%201.3-4.2%201.3-2.5%200-2.6-1.2-2.6-2.3l-.1-20.2c0-2.2%202.4-2.2%203-2.2%201%200%204.8.3%206.4%204.4.6%201.5.8%203.7.8%205.3%200%204%200%2010.8-3.3%2013.7zM404%2030l-6-24c-1%20.3-2.1.4-3.1.4s-2-.2-3-.4L385%2030.8c-.4%201.7-1.1%202.6-3%202.6v1.8c1.4-.2%202.8-.3%204.1-.3%201.6%200%203.1.1%204.6.3v-1.8c-1.1%200-3%200-3-1.9%200-.6.1-1%20.3-1.8l1.6-5.9h7.2l1%204.1c.6%202.4.7%202.9.7%203.7%200%201.7-2%201.7-3.1%201.7v1.8c2.4-.3%203.7-.3%206.1-.3%201.8%200%203.5%200%205.7.2v-1.8c-1.6.1-2.6-.2-3.2-3.2zm-8.2-8.2h-5.5l3.2-12.2h.1l2.9%2012.2h-.7zm-18-1.9c-.2-.1-1.6-.3-1.6-.5v-.1c0-.1%200-.2.2-.2%202.4-.3%205-2.7%205-6.9%200-2.4-1.3-4.5-3.3-5.4-1.2-.6-2.9-.7-4.2-.7-1%200-5.5.4-6.4.4-1.3%200-3.3-.1-5.3-.5v1.8c2.1.2%202.3%201%202.3%203.3v19.7c0%20.8%200%202.7-2.3%202.7v1.8c1.5-.3%203-.5%204.5-.5%201.1%200%206.5.5%206.9.5%206.2%200%208.3-4.6%208.3-8.8%200-5-3.2-6.3-4.1-6.6zm-8.3-11.1c.9-.5%201.9-.7%202.8-.7%203.5%200%203.9%203.3%203.9%204.9%200%201-.2%203.4-1.6%204.5-1%20.8-1.9%201.1-3.5%201.1-.4%200-1.2%200-1.6-.1V8.8zm3.2%2024.5c-.9%200-1.9%200-3.2-.8V20.6c.9-.1%201.7-.1%202.5-.1%202.7%200%204.4%201.2%204.4%206.4-.1%201.5-.1%206.4-3.7%206.4zm497.6%2090.8c-2.5-.3-9.3-.7-10-.7-3.5%200-7.1.2-10.9.5v-4c.7.1%202.2%200%203.3-.2%203.4%200%203.7-4.3%203.9-7.1l.7-40.1c0-3.8%200-8.5-6.2-8.5v-3.7c3%20.6%206%20.8%209.2.8%202.5%200%205.1-.2%207.8-.6l26.2%2048.8h.2V80.9l-.2-7.5c0-6.6-.4-9-6.8-9v-3.9c3%20.3%206.1.6%209.2.6%203.2%200%206.5-.3%209.8-.7v4.3c-3.5%200-6%20.5-6.3%206.2l-.5%2013.9-.5%2021.9c0%201.3-.1%202.6-.1%203.9v7.8l.1%205.8h-9.9l-26.8-49.6h-.2v12.7l.1%2015.2.2%209.8c0%206%201.4%207.8%207.7%207.8v4zm-23.4-17.2c-.4%201.7-.7%203.7-.8%205.3-.3%203.2-.7%207-.5%2011.9-2.8-.2-5.7-.3-7.9-.3l-12.8-.3c-1.7%200-3.4%200-5.2.1l-14.4.3v-3.6c6.3%200%206.3-2.2%206.3-10.3l.1-39.4c0-3.6-.2-6.6-6.5-6.6v-3.8c2.1.3%206.8.5%209.1.5l6.8.2c2.6.1%205.2.1%208%200l14.4-.4c-.1%201.8-.1%203.8-.1%205.8%200%202.9.1%205.8.4%208.9H838c0-.8.1-1.6.1-2.4%200-6.7-3.4-6.7-6.9-6.7l-8.5-.1v22c1.3.1%202.8.1%204.2.1%203.2%200%206.6-.2%2010-.5v6.1c-4.6-.7-9.4-1-14.2-.8v25.4H833c3.3%200%207%200%208.6-11.4h5.3zM792%20124.5c-1.9-.4-2.8-.4-6.5-.8-2.2-.2-4.3-.3-6.6-.3-4.1%200-8.3.3-12.7%201v-4.6c.8.1%201.6.1%202.4.1%205.1%200%205.1-5.3%205.1-7.4l.2-46.5h-2.8c-3.7%200-8.3%200-7.8%2010.2H758c.4-2.8.5-5.8.5-8.8%200-2.3-.1-4.6-.3-6.9%203.8.3%205.7.5%2010.2.6l10.6.2%209.7-.2c2.6%200%205.2-.1%207.9-.3l4.4-.3c-.1%202.4-.3%204.8-.3%207.3%200%202.8.1%205.6.4%208.5h-5.5c0-.7.1-3.8.1-4.5%200-1-.4-2.9-1.3-4-1.5-2-2.3-2-9.4-1.8v46c0%204.8%200%208.9%206.9%208.5v4zm-54.7-36.1V71.3c0-4.7-1.3-7.1-6.5-7.1v-3.8c3.9.6%208.1.8%2012.4.8%203.7%200%207.6-.2%2011.5-.8v3.8c-5.8%200-6.5%203.8-6.5%205.5v41c0%205.4%200%2010.3%206.7%209.6v3.9c-3.9-.5-8.6-.8-11.6-.8-4.9%200-8%20.3-13%20.8v-3.9c6.8%200%207-4.3%207-6.9V92.9h-20.5V114c0%203.8.9%206.3%206.6%206.3v3.9c-4.1-.5-8.4-.8-12.8-.8-3.8%200-7.7.3-11.6.8v-3.9c6.4%200%206.8-3.6%206.8-7.1V71c0-5.6-1.4-6.8-6.5-6.8v-3.8c4%20.6%208.3.8%2012.7.8%203.7%200%207.5-.2%2011.5-.8v3.8c-4.6%200-6.3%201.3-6.6%206.8v17.3h20.4zM695%20101.6c-.4%202.7-.5%205.3-.5%208.2%200%202.5.2%205.1.4%207.7-6.1%205-13.5%207.3-20.8%207.3-5.2%200-10.4-1.8-14.5-5.7-5.8-5.8-7.9-16-7.9-27.3%200-17.2%205.6-32.3%2023.5-32.3%208.3%200%2015.4%203.2%2019%205.1-.6%202.7-1%205.5-1%208.4%200%202%20.1%203.9.4%205.9h-6.8c0-.2.2-2.3.2-2.7%200-9.2-6-11.7-10.2-11.7-12.8%200-12.8%2017.3-12.8%2022.2V96c0%209.5%200%2024%2012.4%2024%203.6%200%206.4-1.5%208.5-3.5%202.2-2.3%202.2-4.2%202.5-14.8h7.6zm-46.2%2022.8c-4.3-.9-7-1.1-11.4-1.1-4.5%200-7.4.1-12.1.8v-4c6.3%200%206.3-4.3%206.3-7.8V70.6c0-.4.1-.9.1-1.3%200-4.3-3.4-4.9-6.1-5.2v-3.7c3.6.6%207.4.8%2011.3.8%203.8%200%207.7-.3%2011.7-.8v4c-5%20.6-5.9.9-5.9%206.8v42.3c0%202.6%200%206.6%206.2%206.6v4.3zm-29.8-5.3c-1.3-1.4-2.4-3.3-3.6-5.4l-3.4-6.3c-2.8-5-5.2-10-7.3-14.8%208.3-2.7%2012.1-9.1%2012.1-17.8%200-3.9-2-13.9-12.6-13.9-2.7%200-14.4.6-16.7.6-3.9%200-7.5-.3-11-.9v3.3c4.5%201%204.7%203.3%204.7%207.4l-.1%2044c0%203.4-2.3%205-4.5%205v4c3.6-.5%207.1-.8%2010.4-.8%203.6%200%207%20.3%2010.3.8v-4c-5.4%200-5.8-2.3-5.8-8.3V92.9c2.3%200%203.6%201%208.1%2011.1l6.4%2014.3c.9%201.9%201.5%204%201.9%206%202.7-.5%205.4-.8%207.9-.9.7%200%204.4-.1%207.1.9v-3.8c-3-.6-3.2-.6-3.9-1.4zm-17.2-31.6c-2.5%202.3-4.8%202.3-10.3%202.3V65.7h7.2c4.3%200%206.6%204.8%206.6%209.4%200%203.4%200%209-3.5%2012.4zm-48.5.9V71.3c0-4.7-1.3-7.1-6.5-7.1v-3.8c3.9.6%208.1.8%2012.4.8%203.7%200%207.6-.2%2011.5-.8v3.8c-5.8%200-6.6%203.8-6.6%205.5v41c0%205.4%200%2010.3%206.7%209.6v3.9c-3.9-.5-8.6-.8-11.6-.8-4.9%200-8%20.3-13%20.8v-3.9c6.8%200%207-4.3%207-6.9V92.9h-20.5V114c0%203.8.9%206.3%206.6%206.3v3.9c-4.1-.5-8.4-.8-12.8-.8-3.8%200-7.7.3-11.6.8v-3.9c6.4%200%206.9-3.6%206.9-7.1V71c0-5.6-1.4-6.8-6.6-6.8v-3.8c4%20.6%208.3.8%2012.7.8%203.7%200%207.5-.2%2011.5-.8v3.8c-4.6%200-6.3%201.3-6.6%206.8v17.3h20.5zm-42.6%2013.2c-.4%202.7-.5%205.3-.5%208.2%200%202.5.1%205.1.4%207.7-6.1%205-13.5%207.3-20.8%207.3-5.2%200-10.4-1.8-14.5-5.7-5.8-5.8-7.9-16-7.9-27.3%200-17.2%205.6-32.3%2023.5-32.3%208.3%200%2015.4%203.2%2019%205.1-.6%202.7-1%205.5-1%208.4%200%202%20.1%203.9.4%205.9h-6.8c0-.2.1-2.3.1-2.7%200-9.2-6-11.7-10.2-11.7-12.8%200-12.8%2017.3-12.8%2022.2l-.1%209.2c0%209.5%200%2024%2012.4%2024%203.6%200%206.4-1.5%208.5-3.5%202.2-2.3%202.2-4.2%202.5-14.8h7.8zM586.3.3c-.5.1-.7.7-1.2.8l-.2.1c-2.1.1-4-.2-6%200h-.1c-.2%200-.2%200-.5.1l-.2.1h-.1c-.7.2-1.1-.2-1.8-.2-.1%200-.2%200-.3.1-.4.4-1.1.5-1.8.4h-.3c-.9%200-1.4-.1-2.3%200-.2.1-.3.1-.4.4-.3%201.1%200%202.3.3%203.3.1.2%200%20.4-.2.5-.4%200-.6-.5-.8-.8-.2-.3-.1-.9-.6-.9-.6.3-.5.9-.4%201.5.4.8.8%201.5%201.6%202%201.7%201.1%205.6%201.7%205.6%201.7.8.1%201.7-.1%202.2.5.4.7.3%201.4.3%202.2.3%204.3.4%208.5.9%2012.9%200%20.5.8.9.6%201.4-.3%201.8-1.2%203.6-1.6%205.5-.4.5-1%20.6-1.6.5-.5-.1-.9-.2-1.3-.3-.4-.1-1.1-.3-1.4%200-.8%201-.9%202.3-1.7%203.4-.1.3-.2.5-.1.9.2.2.5.4.8.3h.9c.1-.1%200%20.1.1%200h.9l3%20.1h.3c1%200%202.4.2%203.3-.3.9-.8%201.9-1.5%202.5-2.7.7-1%20.8-2.7%202.5-2.7h.1c.6-.1%201-.1%201.5.2.3.4.6.9.4%201.3-.6.6-1.7-.1-2.3.5-.6.8-1.2%201.5-1.7%202.3-.1.3-.3.5-.2.9.1.2.3.3.5.4l2.6.1c.6.1%201.5.1%202.2.1%201.1%200%202.5.4%203.2-.5.6-1%201.5-1.9%201.6-3.2-.3-1.7-1.2-3.3-1.5-5%200-.1.1-.2.1-.3.4-.5%201.1-.5%201.6-.8.4-.2%203.6-1.7%204.9-2.2%202.1-.9%204.1-1.9%206.1-2.7.9-.5%201.9-.9%202.9-1.1.2%200%20.3.1.3.3%200%20.6-.4.9-.5%201.5-.2%201-.5%202-.3%203.1.2%201.3%201.1%202.3%201.8%203.4.2.4.2.8%200%201.1-.6.6-1.4%201.3-1.9%201.9-.5.4-.9.7-1.5.8-1-.2-1.8-.7-3-.9-.4%200-.6.1-.9.3l-.1.1c-.5.6-.9%201.2-1.3%201.9-.2.4-.6.9-.4%201.4.1.3.4.4.6.5%202.3.1%204.6.1%206.9.1.2%200%20.4-.2.4-.2s1.4-.9%202.2-1.6c1-.6%202.1-1.4%203.3-1.8%201-.5%202.1-1.1%203.1-1.7.5-.3.9-.7%201-1.3-.1-.7-.6-1.3-.9-2v-.2l.1-.1c.2-.1.4%200%20.5.1%201.8%201.8%204.5%202.6%207.1%202.3h-.1c.8-.1%201.8-.4%202.5-.2.9.3%201%201.3%201.2%202%200%20.2.1.3-.1.5-.6.2-1.2-.1-1.8-.2-.5-.1-.7.2-1%20.4-.6.7-1%201.6-1.7%202.4-.1.2-.1.4%200%20.6.4.3.7.7%201.2.8%202.4%200%204.8.2%207-.1.6-.4.8-1%201.3-1.4l.1-.1c.5-.6.9-1.3.8-2.1-.1-.4-.3-.9-.4-1.3-.4-1-.7-1.9-1.2-2.9-.3-.8-.5-1.6-.8-2.4-.7-1.1-1.5-.5-3.3-.6-1.4-.1-2.6-.5-3.3-1.6-.8-1.2-1-2.4-1.2-3.7%200-.4-.4-1%20.3-1.2h.2c.9-.1%201.8-.1%202.8%200%20.7%200%201.4.1%202.1.2%202.2.5%204%201.7%205.8%202.9%201.1%201%202.3%201.7%203.3%202.9%202.2%202.4%203.8%205%206.1%207.2%202%201.7%204.1%203.2%206.6%204.1%202.2.7%204.3%201.1%206.6.6.4-.1.9-.2%201.3-.4.8-.4%201.6-.9%202.1-1.4%200%200%20.9-.9%201.3-1.5.2-.4.5-.8.7-1.3.1-.3.1-.4.2-.6%200%200%20.1-.4.1-.6%200-1.1-.7-2-1.7-2.7-.7-.5-1.6-.3-2.1%200-.5.2-1%20.6-1%20.6-.4.3-1.3%201.5-1.3%201.5-.2.2-.2.3-.4.5-.4.7-.9%201.5-1.9%201.6-1.6.3-3.4-.4-4.8-1.3-1.9-1-4.6-3.8-6-5.6-1.9-2.5-3.2-3.7-4.5-5.2-4.9-5.9-18.2-5.7-18.2-5.7-6.1-.3-9.3%200-14.2-.1-.5%200-1.5.1-1.7-.5%200-.5%200-1.1.9-1.2h24.2c1.2-.1%202.3.3%203.9-.5%201-.5%206.6-3%209.8-9.9v-.3c0-.4-.5-.9-.9-1-1.8-.3-48.5-.4-49.9-.3h.2c-.6.1-1.3.2-1.8.5-.8.3-1.5%201-1.9%201.6-1%201.6-1.3%203.6-.2%205.5.6%201.1%201.4%202.2%202.6%202.8.5.6-.1%201.3-.4%201.8-.8%201-2%201.7-3.6%201.4-.9-.4-1.1-1.4-1.4-2.2-.4-1.9-1-3.7-1.6-5.6-.1-.9.6-1.4%201-2.2.6-1.3%201.7-2.9%201-4.3-.2-.4-.8-.3-1.2-.3-.4.1-.7.1-1%20.3zm-.4%201.5c.2%200%20.5-.1.6%200%20.1.2-.2.3-.3.3-.7.3-1.5.8-1.9%201.4-.1.1-.1.5.1.6.6.2%201-.4%201.5-.5h.1c.2%200%20.2.2.3.3%200%20.2-.2.3-.3.4-.2.3-.5.6-.8.9-.2.2-.3.4-.2.7.8%203.1%201.6%206.2%202.6%209.3v.1c0%20.3-.1.5-.3.7%200%200-.6.3-.8-.4-.9-3.2-1.8-6.6-2.7-9.8-.1-.1-.3-.1-.4-.1-.2.1%200%20.7%200%201%20.8%203.3%201.5%206.5%202.4%209.7l.1.3v.2c0%20.1-.3.6-.7.7%200%200-.3.1-.4-.1-1.1-3.6-1.4-7.3-2.2-10.9%200-.1-.1-.3-.3-.2-.3.1%200%201.4%200%201.5.6%203.9%201%207.9%202.1%2011.7.1.3.3.8.8.7.3-.1.4-.3.5-.7-.1-1.1.6-1.9%201.4-2.5.8-.4%201.6-.5%202.4-.7.1%200%201.1-.4%201.4-.4.9-.4%201.2-.6%201.7-.8%201.3-.8%202.2-2.4%202.6-3.5.3-1.1-1-.9-1.5-1.6-1.4-1.2-2.6-3.1-2-4.8.4-1.1.8-2.3%202-2.7.6-.4%201.6-.4%202.4-.5%202.7.1%205.8.1%208.6.1%202%200%204.2.1%206.2.1%202.2%200%204.5-.1%206.9%200%20.2.1.5.2.4.4-.1.8-.6%201.1-1.7%201.1h-12s-4.6-.1-4.6-.2h-2.1c-.5%200-1.1%200-1.6.1h.1c-.8.1-1.5.3-1.8%201-.5.7-.6%201.6-.3%202.5.4%201.4%201.8%202.2%203%202.7.3.1.8%200%201%20.4.1.6-.2%201.1-.6%201.6-.3.5-.5%201-.8%201.4-.4.4-.7%201-1.1%201.4-.9.8-1.9%201.8-3%202.5-.8.5-2.7%201.5-2.7%201.5-.2.2-.5.2-.6.5-.1.2-.1.4.2.5%201.2.1%202.1.6%202.9%201.4.4.4%201.3.8%201%201.4-.2.2-.3.3-.6.3-1.4-.2-2.5-1.2-3.7-2.1-.3-.2-.6-.5-1-.5-.2%200-.2.2-.3.3.2%201%201.2%201.3%202%202%20.7.6%202.2%201%202.3%201.6%200%20.3-.3.6-.6.7-1%200-1.5-.4-2.3-.8-.6-.4-1.2-1.1-1.9-1.2-.1.1-.2.2-.2.4.5.7%201%201.3%201.8%201.7.5.4%201.6.4%201.5%201.3%200%20.1%200%20.1-.1.2-.2.2-.4.5-.7.6-.9.1-1.7-.4-2.3-1-.3-.3-.5-1.1-1.1-1-.2.1-.3.2-.3.4%200%20.3.1.6.3.9.6.9%202%201%202.3%202-.1.4-.6.8-1.1.9-.6.1-1.3.2-1.7-.2-.2-.6.2-1.1.3-1.6%200-.2-.1-.4-.3-.5-.3-.1-.5.1-.6.3-.7%201.3-1.1%202.7-1.6%204.1-.6%201.3-1.3%203.1-2.7%203.8-.9.1-1.8.1-2.7%200-.4-.2%200-.8-.4-1.1-.7-.1-.7.6-1.2.8-.2.1-.3.1-.5%200-.1-.3.1-.5.2-.7%200-.3.1-.5-.1-.7-.6-.2-.6.5-1%20.7-.1-.1-.2-.2-.2-.3%200-.4.4-.6.7-.8%201.5-.2%202.4.3%203.8.3.1%200%20.2-.1.2-.1.4-.2.7-.6.7-1%201-2.5%201.5-5.2%202.3-7.8.4-1.3%201-2.5.7-3.8-.4-1.8-.5-3.6-.8-5.4v-.4c-.3-2.5-.8-4.9-1.2-7.2-.1-.4%200-.9-.4-1.2-.3%200-.2.4-.2.5.3%202.7.8%205.3%201%208%20.2%202.2.6%204.4.5%206.6%200%20.4-.2.7-.5.9-.4-.1-.4-.5-.4-.7-.2-2.4-.2-5-.4-7.4v-.1c-.2-2-.3-3.8-.7-5.7-.5-.5-1.4-.5-2.3-.5h-1.4c-.3%200-.4%200-.6-.1h-.2c-.1%200-.2-.1-.1-.3%200-.2.9-.4%201.4-.5.3-.1.6-.2.9-.4%201-1.1-.5-2.2-.6-3.4.1-.2.2-.2.4-.2%201.1.8.4%202.2%201.4%203%20.2.1.5%200%20.6%200%20.1%200%20.3-.1.4-.2.8-.5%201.4-1%202.1-1.4l.8-.4h.1c.2-.1.4-.1.4-.4%200-.6-.4-.7-.6-.7-1.2-.1-2.5%200-3.7%200-.2%200-.3-.1-.4-.3%200-.1.1-.2.2-.3.8-.2%202-.1%203-.1h2.2-.1c.4%200%201.5-.4%201.7-.5zm53.5.6s2.2-.1%203.3%200c.3%200%20.5.5.3.9-.5.8-1.8.8-2.9.7h-20.4c-.2%200-.6-.1-.5-.4.1-.5.5-1%201.1-1.1%201.4-.1%202.9-.1%204.3-.1h14.8zm-65.2.4h.2c.5%200%20.9.2%201.3.3.5.3.9.8.9%201.4%200%20.2-.2.3-.4.3-.4%200-.9-.3-1.2-.5-.6-.1-1.3-.4-2-.2%200%200-.1%200-.2.1h-.2c-.3-.2-.3-.6-.2-.9.3-.9%201.4-.5%201.8-.5zm23%202.1c1.5-.1%202.8.1%204.4.1%200%200%202.9.1%204.5.1.5%200%20.9%200%201.2.4.1.2%200%20.3-.1.4-.6.3-1.2.6-1.9.6%200%200-.7.1-.9.1-2%20.1-3.5-.1-5.4-.1-.9-.1-2.3.1-3.2-.3-.2-.2-.1-.5%200-.7.1-.6%201.4-.6%201.4-.6zm42.4-.1c.7%200%201.5%200%201.9.4.1.2%200%20.4-.2.6l-.2.1s-.5.3-.8.4c-1.2.2-17.5.1-21.4%200h-.4c-.1%200-.2%200-.4-.2-.1-.2.1-.9.4-1.1.3-.3%201.2-.3%201.7-.3%204.2.3%2017.9.1%2019.4.1zm-23.2.2c.4%200%20.8-.1%201%20.3-.1.5-.4.9-.8.9-.2%200-.5.1-.7.1-2.6.2-4.5%200-7.1%200-.2%200-.4-.1-.3-.3.4-.7%201.1-.9%202-.9%201.8%200%204.1%200%205.9-.1zm-43.2.5c.5-.4%201%20.1%201.6.3.3.1.4.4.4.6%200%20.1-.4.3-.6.4h-1s-1-.1-.9-.7c.1-.2.2-.4.5-.6zm35.9%201.8c2-.1%205.7%200%205.7%200h.9c.2%200%20.5.1.5.3-.1.3-.6.8-1.1.8-1%20.1-1.9.2-2.8.2-1.3.1-3.1.1-4.3%200%200%200-.2%200-.2-.2-.1-.2.5-.9.8-1.1.2.1.2%200%20.5%200zm-2.6%200c.2-.1.4-.1.6.1.1.1.1.3%200%20.4-.3.4-1%20.8-2%201.1l-.9.1c-1.4.1-2.2.1-3.5%200h-1.1c-1.6%200-2.6.2-3.6-1.2%200-.2-.1-.4%200-.6.4-.2.7-.1%201.6%200l2%20.2c2%20.1%203.9.2%205.7.1.4.1.9%200%201.2-.2zm30.7.1c.7.1%201.6-.1%202.3.1%201.3.8-1.5%201.2-2.8%201.3-2.8.1-15.8%200-17.9%200h-1c-.2%200-.5%200-.7-.1-.1-.1-.2-1.1%201-1.2%206.2-.2%2013%200%2019.1-.1zm-30.6%202.1c.2%200%20.2.2.2.3-.2.7-.8.8-1.5%201-1%20.3-3.3.4-4.7.3%200%200-.6%200-1-.2-.2-.1-.3-.3-.2-.5.1-.4.5-.3.6-.3h.2c.3%200%202.2.1%203.8%200%200%200%20.9-.1%201.2-.2.1.1.8-.4%201.4-.4zm6.1.3c.8.1%201.7-.2%202.3.3.1.1.1.2%200%20.3-.3.5-1%20.6-1.4.7-.9.1-2.1.1-2.9.1-1%200-2.2.1-3-.3-.1-.2%200-.4.1-.6.1-.3.4-.4.8-.5h4.1zm21.5%200c.7%200%201.4-.1%201.9.3.8.6-.8%201-.8%201s-.4.1-.9.1c-1.4.1-2.2%200-3.6.1-4.5-.2-8.9-.1-13.5-.1h-.5s-.3%200-.4-.1c-.1-.2%200-.6.2-.8.4-.5%201.3-.5%201.8-.5%201.7.1%2015.5%200%2015.8%200zm-34.3%202.1c.6.1%201.1.1%201.5.2.5%200%201.6.1%202.1.1.7-.1%201.3-.3%202-.1.2.1.3.3.2.5-.2.5-.5.5-.8.7-.6.2-1.2.3-2%20.3-1.4-.1-2.9-.2-4.1-.9-.2-.1-.1-.4-.1-.5.1-.2.2-.2.3-.3%200%200%20.4-.1.9%200zm-1.4%201.8s.2%200%20.2.1c.8.2%201.3.3%202.1.5l.3.1c.5%200%20.7.1%201.1.2h.5l.5.1h.1l.3.1c.1%200%20.2.2.2.3%200%20.3-.2.4-.5.5-1.4.5-3%200-4.4-.3-.5-.2-1.1-.2-1.4-.7%200-.2%200-.4.1-.5.1-.3.4-.5.9-.4zm19.7%201.9c1.8-.1%202.7%200%204.3.1l1.5.1c1.9%200%203.4.3%205.2.6%202.8.7%205.6%201.1%208%202.9%202.4%201.5%204.1%203.7%205.9%205.9%201.1%201.3%202.1%202.5%203.2%203.8.9%201.3%202.5%202.2%203.8%203.1%201%20.5%202%201.1%203.1%201.4%201.2.4%202.2.3%203.4.1.7-.2.9-.3%201.3-.6%200%200%20.5-.6.8-.9%201-.9%201-2.5%202.8-2.4.2.1.3.2.5.4s.3.6.1%201.1l-.1.3c-.4%201-1.1%201.8-2.2%202.5-.3.2-.6.4-1%20.6-.9.4-2.1.6-3.2.7-1.7.1-3.3-.6-4.4-1.1-2.3-.9-4.1-2.7-5.8-4.4-2.4-2.4-4.3-5.2-6.8-7.5-2.4-2-5.3-3.6-8.3-4.3-2.5-.6-5.3-.6-7.9-.6l-.9.1c-.4.1-.2.7-.2%201.1-.1.4-.2.7-.4%201-.8%201.5-2%202.7-3.1%203.8-.7.9-2.2%201.2-2.8%202.2-.5.8%200%201.9.6%202.7.2.5.9%201.1.5%201.6-.6.7-1.8%201.1-2.6%201.6s-1.7%201-2.6%201.5c-.8.6-1.8%201.1-2.5%201.8-.6.6-1.7.5-2.6.4-.4%200-.4-.4-.8-.6-.4-.2-.4.3-.7.3-.2%200-.2-.3-.2-.5-.1-.3-.4-.3-.6-.3-.4.1-.4.5-.8.5-.1-.1%200-.3%200-.4.2-.3.5-.7.8-1%201-.2%201.8.3%202.7.5.8.2%201.2-.2%201.8-.5%201.4-1.1%202.7-2.3%203.7-3.7.6-1-.6-1.8-1.1-2.6-1.2-1.4-1.5-3.4-.8-4.9.1-.9%201.4-1.7.9-2.9-.3-.7-.8-1.6-1.7-1.6-.6.4.2%201.1.2%201.6%200%20.2%200%20.3-.2.3-1.6-.1-2.7.5-4.1%201-.3.2-1.4.6-1.5.8-.5.2-.9.5-1.4.7-.1%200-5.6%202.6-5.8%202.6-.3.2-3.2%201.4-4.4%201.7-.1%200-.2-.1-.2-.2%200-.2.2-.2.2-.3.7-.1%201-.4%201.3-.8.2-.3.2-.7.3-1%20.8-.2%201.4-.6%201.7-1.2.5%200%201.1%200%201.5-.2.7-.3.9-.8%201.5-1.2%201.2-.2%202-.8%202.6-1.7%201.1-.5%201.3-.6%201.6-.9.4-.3.6-.7.7-1.2.1-.6.6-.9%201.2-1.1.4-.2.5-.6.8-.9%204.6.1%209.2%200%2013.2.1zm-21.5-.1c1.3.6%202.7.9%204.2%201.2h.2c.2.1.2.1.5.2.2.2.1.4%200%20.5-.4.5-1.1.6-1.8.5h-.3c-1.3-.2-2.2-.8-3.3-1.4-.2-.1-.2-.4-.2-.6.2-.3.4-.4.7-.4zm-1.9%201.7h.2c1.2.6%203.5%201.6%203.6%201.6.1%200%20.3.1.4.3.1.2-.1.6-.4.8-1.1.5-2.5.1-3.3-.7-.4-.4-1.2-.9-1-1.6.2-.3.4-.4.5-.4zm-1.9%201.5c1.2.6%202.4%201.2%203.2%202.1%200%20.1%200%20.4-.1.5-1.1.7-2.4-.4-3.4-1.1-.3-.3-.7-.5-.6-1%20.2-.3.4-.6.9-.5zm30.8%201.2c.1%201.4.2%202.5.6%203.8.5%201%201.3%202.1%202.5%202.5%201.2.2%202.5.4%203.8.4h.2l.1.1.2.2c.4.8.8%201.6%201.1%202.5.4%201.5%201.6%203%201.2%204.6-.6.6-1%201.5-2%201.7-.2%200-.5%200-.6-.3V35c0-.2-.1-.4-.3-.4-.4-.1-.7.3-.9.5-.1.2-.2.2-.3%200v-.5c0-.1%200-.3-.2-.4-.3-.2-.5%200-.8.2-.5.5-.8%201.1-1.6%201.2-.2-.1-.2-.2-.2-.4.4-.6.7-1.2%201.2-1.7.4-.2.8-.1%201.2%200%20.8.1%201.7.4%202.5%200%20.2-.8-.4-1.7-.7-2.4-.4-.8-.3-1.8-1.2-2.5-1.1-.4-2.4-.4-3.6-.3-1.3.1-2.6.2-4%20.1h-.2c-.5%200-.9-.1-1.4-.3-.6-.3-1.8-.5-2.1-1.3%200-.2.1-.4.2-.5.6-.4%201.3-.8%201.9-1.4%201.4-1.6%202.9-3.1%203.1-5.4.2-.3.2.2.3.4zm-32.4%208.2l.4.1c.4.4.5.7.6%201.3.3%201.2.7%202.3.8%203.6-.1.7-.5%201.3-.8%201.8-.5.5-1%20.7-1.8.6-.6%200-.5-.7-.8-1-.2-.1-.3%200-.3%200-.5%200-.4.8-.8.8-.4-.2%200-.7-.3-.9-.6-.1-.6.6-1.1.7h-.1V35c.1-.5.4-.7.8-1%20.9-.4%202%200%203-.4l.3-.3c-.1-1-.6-2-1-2.9-.2-.5-.6-1.1-.4-1.6.2-.3.5-.6.9-.6.3-.2.6-.1.6-.1z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.is-preview .article__lead-media img, .is-preview .article__body > figure img {
  position: relative;
  display: block;
  min-height: 250px;
  margin: 0 0 0;
}
.is-preview .article__body source + img {
  min-height: 0;
}

img[src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/w8AAwAB/6k5nAAAAABJRU5ErkJggg=="] {
  width: 620px;
  height: 348.75px;
}

/**
 * Intro block.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.intro-block {
  margin-bottom: 1.875rem;
}
@media (min-width: 50em) {
  .intro-block {
    margin-bottom: calc(1.875rem * 2);
  }
}
.intro-block > :last-child {
  margin-bottom: 0;
}

.pswp[aria-hidden=true] {
  display: none;
}

/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.is-sticky a.link-acquire {
  display: none;
}
@media (max-width: 56.24em) {
  .immersive-header__content a.link-acquire {
    display: none;
  }
}
a.link-acquire:link, a.link-acquire:focus, a.link-acquire:hover, a.link-acquire:active, a.link-acquire:visited {
  color: #464646;
  text-decoration: underline;
  font-size: 1rem;
  line-height: normal;
}
@media (min-width: 56.25em) {
  .sticky-content a.link-acquire:link, .sticky-content a.link-acquire:focus, .sticky-content a.link-acquire:hover, .sticky-content a.link-acquire:active, .sticky-content a.link-acquire:visited {
    color: #fff;
  }
}
.longread-content > footer a.link-acquire, .article__body > footer a.link-acquire, .gallery__content footer a.link-acquire {
  padding: 0.125rem 0.25rem 0.188rem 0;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  font-size: 1rem;
  line-height: normal;
}
@media (min-width: 43.75em) {
  .longread-content > footer a.link-acquire, .article__body > footer a.link-acquire, .gallery__content footer a.link-acquire {
    padding: 1.25rem 0.25rem 0.188em 0.25rem;
  }
}
@media (min-width: 64.0625em) {
  .longread-content > footer a.link-acquire, .article__body > footer a.link-acquire, .gallery__content footer a.link-acquire {
    font-size: 1.125rem;
    line-height: normal;
  }
}

/**
 * Numbered headline.
 * Used for listicle headings.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

body {
  counter-reset: numbered-headline;
}

.numbered-headline {
  margin-top: 2.05em;
  margin-bottom: 0.735em;
  counter-increment: numbered-headline;
}
.numbered-headline:before {
  float: left;
  display: block;
  width: 1.434em;
  height: 1.434em;
  padding: 2px;
  border-radius: 50%;
  margin-top: 0.075em;
  margin-right: 0.6em;
  content: counter(numbered-headline);
  font-size: 1.15625rem;
  line-height: normal;
  text-align: center;
  color: #fff;
  background: #0065ad;
}
@media (min-width: 43.75em) {
  .numbered-headline:before {
    margin-top: 0.15em;
    font-size: 1.34375rem;
    line-height: normal;
  }
}
@media (min-width: 64.0625em) {
  .numbered-headline:before {
    margin-top: 0.3em;
    font-size: 1.4375rem;
    line-height: normal;
  }
}

/**
 * Price component.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.price {
  font-weight: normal;
}

.price__sale {
  display: block;
  text-decoration: line-through;
  color: #737373;
  font-size: 0.9em;
  line-height: 1.36;
  font-weight: 300;
}

.price__prefix,
.price__amount {
  font-weight: 500;
}

.price__suffix {
  margin-left: 0.75em;
  font-size: 0.6em;
  font-weight: 400;
}

/**
 * Progress bar.
 * Used for longread reading progress.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.progress-bar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #0065ad;
}

/**
 * Article quote.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.quote {
  margin: 0 0 1.4545rem;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
}
@media (min-width: 43.75em) {
  .quote {
    font-size: 1.46875rem;
    line-height: 1.45;
  }
}
.quote__text {
  position: relative;
  display: inline-block;
  font-family: "ITC New Veljovic", serif;
  font-style: italic;
  color: #0065ad;
}
.quote__text:before, .quote__text:after {
  font-family: inherit;
  font-size: 1.3125rem;
  line-height: 1;
}
.quote__text:before {
  content: "„";
}
.quote__text:after {
  content: "“";
}
.quote__text p:last-child {
  margin-bottom: 0;
}
.quote__citation {
  display: block;
  margin: 0.25em 0 0;
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-align: right;
  letter-spacing: 0.08px;
}
@media (min-width: 35em) {
  .quote__citation {
    padding: 0 0.5em;
  }
}
@media (min-width: 43.75em) {
  .quote__citation {
    font-size: 1.28125rem;
    line-height: 1.45;
  }
}

/**
 * Reading time.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.reading-time {
  display: inline-block;
  font-size: 0.8438rem;
  color: #737373;
}
.reading-time__icon {
  font-size: 1em;
  vertical-align: text-bottom;
}

/**
 * Site branding.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.site-branding {
  display: block;
}
.site-branding > svg,
.site-branding > img {
  display: block;
  width: 100%;
  max-width: 460px;
  max-height: clamp(2.75rem, 0.9rem + 2.89vw, 3.5rem);
  margin: 0 auto;
}

.site-branding-epaper-bnn {
  display: block;
}
.site-branding-epaper-bnn > svg,
.site-branding-epaper-bnn > img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 50px;
  margin: 0 auto;
  background-color: #3880c3;
}

/**
 * Q&A statement.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.statement {
  margin-bottom: 24px;
}
.statement cite {
  font-style: normal;
}
.statement--question {
  padding-left: 15px;
  border-left: 1px solid #878787;
  font-size: 1.09375rem;
  line-height: 1.375rem;
  letter-spacing: 0.25px;
}
@media (min-width: 43.75em) {
  .statement--question {
    font-size: 1.34375rem;
    line-height: 1.8125rem;
  }
}
@media (min-width: 35em) {
  .statement--question {
    padding-left: 20px;
  }
}
@media (min-width: 56.25em) {
  .statement--question {
    padding-left: 30px;
  }
}
.statement--opinion {
  font-weight: 500;
  font-size: 1.40625rem;
  line-height: 1.3511111111;
}
@media (min-width: 43.75em) {
  .statement--opinion {
    font-size: 1.7578125rem;
    line-height: 1.3511111111;
  }
}
@media (min-width: 64.0625em) {
  .statement--opinion {
    font-size: 2.12484375rem;
    line-height: 1.3236267373;
  }
}
.statement--answer {
  font-family: "ITC New Veljovic", serif;
  color: #000000;
}
.statement__person {
  float: left;
}
.statement__person:after {
  margin-right: 0.3em;
  content: ":";
}
.statement__text {
  display: inline;
}
.statement__text p {
  margin-bottom: 0;
}

/**
 * Tag badge.
 * Used for lists (categories) or as indicators.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: normal;
  line-height: 1;
  font-weight: 400;
  white-space: normal;
}
.tag__icon {
  margin-left: 2px;
  font-size: 13px;
}
@media (min-width: 64.0625em) {
  .tag {
    font-size: 1.125rem;
    line-height: normal;
  }
}

/**
 * Tag variants.
 */
.tag--pill {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 1em;
}

.tag--white {
  color: #000;
}
.teaser--dispatch .tag--white.subhead-bar__opinion {
  background: transparent;
}
.section-teaser--premium .tag--white, .section-teaser--feature .tag--white {
  color: #fff;
}

.tag--black {
  background-color: #000;
}

.tag--dark {
  background-color: #28333b;
}

.tag--dark,
.tag--black {
  color: #fff;
}

.tag--live {
  display: flex;
  order: -1;
  color: #d02121;
  font-size: initial;
}
.tag--live:before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #d02121;
  animation: blink 0.9s ease-out 0s alternate infinite none running;
  content: "";
}
.tag--live-archive:before {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: transparent;
  }
  75% {
    background-color: #d02121;
  }
  100% {
    background-color: #d02121;
  }
}
.teaser--dispatch .tag--live {
  width: initial;
}

/**
 * Anchor box.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.anchor-box {
  margin: 0;
}
.anchor-box h3 {
  font-size: 1.25rem;
  line-height: 0.75;
}
.anchor-box li {
  list-style: none;
}
.anchor-box li:last-child a {
  border-bottom: 0.063rem solid #e3e3e3;
}
.anchor-box-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 5px 5px 30px;
  border-top: 0.063rem solid #e3e3e3;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5125;
  color: #0065ad;
}
.anchor-box-link:before {
  position: absolute;
  left: 8px;
  content: "•";
}
@media (min-width: 35em) {
  .anchor-box-link {
    font-size: 1.15625rem;
    line-height: 1.4054054054;
  }
}

.longread-content .anchor-box + figure, .longread-content .anchor-box + p, .longread-content .anchor-box + ul, .longread-content .anchor-box + div,
.article__body .anchor-box + figure,
.article__body .anchor-box + p,
.article__body .anchor-box + ul,
.article__body .anchor-box + div {
  margin-top: 1.4545rem;
}

/**
 * Announcement box.
 */
.announcement {
  display: flex;
  justify-content: center;
  width: 100vw;
  padding: 1.375rem 1.5rem;
}
@media (min-width: 50em) {
  .announcement {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.announcement h3 {
  margin: 0;
  color: #212121;
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.5rem;
}
@media (min-width: 50em) {
  .announcement h3 {
    max-width: 570px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.gallery__content footer,
.longread-content > footer,
.article__body > footer {
  border-top: 1px solid #e3e3e3;
  margin-top: 2.813rem;
  clear: both;
}
.gallery__content footer section,
.longread-content > footer section,
.article__body > footer section {
  display: flex;
}
.gallery__content footer section:first-of-type,
.longread-content > footer section:first-of-type,
.article__body > footer section:first-of-type {
  flex-wrap: wrap;
  margin-bottom: 0.938rem;
}
@media (min-width: 43.75em) {
  .gallery__content footer section:first-of-type,
  .longread-content > footer section:first-of-type,
  .article__body > footer section:first-of-type {
    flex-wrap: nowrap;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 64.0625em) {
  .gallery__content footer section:first-of-type,
  .longread-content > footer section:first-of-type,
  .article__body > footer section:first-of-type {
    margin-bottom: 1.563rem;
  }
}
.gallery__content footer section:last-of-type,
.longread-content > footer section:last-of-type,
.article__body > footer section:last-of-type {
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 64.0625em) {
  .gallery__content footer,
  .longread-content > footer,
  .article__body > footer {
    margin-top: 3.125rem;
  }
}

.gallery__content footer {
  margin-bottom: 0.751rem;
}
@media (min-width: 43.75em) {
  .gallery__content footer {
    margin-bottom: 1rem;
  }
}
@media (min-width: 64.0625em) {
  .gallery__content footer {
    margin-bottom: 1.25rem;
  }
}

.longread-content > footer {
  margin-bottom: 1.75rem;
}
@media (min-width: 43.75em) {
  .longread-content > footer {
    margin-bottom: 2rem;
  }
}
@media (min-width: 64.0625em) {
  .longread-content > footer {
    margin-bottom: 2.5rem;
  }
}

/**
 * Article meta.
 *
 * 1. Position links side-by-side if possible and stack longer
 * 2. Add a buffer space between links
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.article-meta {
  position: relative;
  min-height: 5.125rem;
  color: #737373;
  font-size: 0.8438rem;
}
.article-meta span:first-of-type:before {
  margin: 0;
  content: "";
}
@media (max-width: 64.0525em) {
  .article-meta {
    border-bottom: 1px solid #b9b9b9;
    margin-top: 1.875rem;
  }
}
@media (min-width: 500px) {
  .article-meta {
    padding-bottom: 1rem;
  }
}
@media (min-width: 64.0625em) {
  .article-meta > * {
    margin-bottom: 1rem;
  }
}

.article-meta__datetime {
  display: block;
}

.article-meta__reading-time {
  margin-right: -0.25em;
  line-height: 1;
}

.article-meta__tools {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 500px) and (max-width: 1025px) {
  .article-meta__tools {
    align-items: flex-end;
  }
}
@media (min-width: 64.0625em) {
  .article-meta__tools {
    margin-top: 0;
  }
}
@media (min-width: 500px) and (max-width: 1024px) {
  .article-meta__tools {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
@media (min-width: 500px) and (max-width: 1025px) {
  .article-meta__tools .link-acquire {
    margin-top: 0;
  }
}

/**
 * Back to top button.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.back-to-top {
  position: fixed;
  z-index: 100;
  bottom: 10vh;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.back-to-top a {
  display: inline-block;
  min-width: 122px;
  padding: 0.5em 1rem;
  border: 1px solid #00a2ff;
  border-radius: 30px;
  background-color: #0065ad;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s;
}
.back-to-top a:hover {
  background-color: #01518d;
  color: #fff;
}
.back-to-top .icon {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.5rem;
  color: #fff;
}
.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

/**
 * Make component visible in storybook
 */
#storybook-root .back-to-top { /* stylelint-disable-line -- only way to make the button display in storybook */
  visibility: visible;
  opacity: 1;
}

/**
 * Breadcrumb navigation component.
 *
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .page--article .breadcrumb, .listing--has-header {
    margin-left: 13.75rem;
  }
}

.breadcrumb {
  margin-bottom: 1.25rem;
}
.breadcrumb a {
  border-bottom: #737373 0.075em solid;
  margin-right: 4px;
  margin-left: 4px;
  color: #737373;
  text-decoration: none;
  font-size: 0.875rem;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
.breadcrumb a:last-child {
  margin-right: 0;
}

/**
 * Byline.
 * Author avatar with name and job.
 */
.byline {
  display: flex;
  align-items: center;
}
.byline__avatar {
  max-width: 70px;
}
.byline__details {
  flex: 1;
  margin-left: 1rem;
}
.byline__author {
  font-weight: 600;
  text-decoration: none;
}

/**
 * Service Portal Card.
 *
 * 1. Add space for link icon.
 * 2. Add space for type of link icon.
 * 3. Leave space for card icon.
 * 4. Override general headings links styling.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.card {
  max-width: 288px;
  padding: 2.3125rem 2.25rem 2.5625rem 2.25rem;
  margin-bottom: 10px;
  background-color: #fff;
}
@media (min-width: 25em) {
  .card {
    max-width: 345px;
  }
}
@media (min-width: 35em) {
  .card {
    max-width: 370px;
  }
}
@media (min-width: 64.0625em) {
  .card {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.card .button {
  font-size: 1rem;
}
@media (min-width: 25em) {
  .card .button {
    font-size: 1.188rem;
  }
}

.card__icon {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 0 1.5rem;
  font-size: 2.875rem;
  color: #0065ad;
}
@media (max-width: 24.99em) {
  .card__icon {
    position: absolute;
    top: -16px;
    right: 0;
  }
}
@media (min-width: 64.0625em) {
  .card__icon {
    font-size: 4.125rem;
  }
}

.card__title {
  display: inline-block;
  width: calc(100% - 50px);
  margin-bottom: 0.875rem;
  font-size: 1.438rem;
  line-height: 1.36;
}
@media (min-width: 25em) {
  .card__title {
    width: 100%;
    font-size: 1.563rem;
  }
}
.card__title a {
  display: inline;
  color: #000;
}

.card__content {
  font-size: 1rem;
  line-height: 1.44;
  color: #878787;
}
@media (min-width: 25em) {
  .card__content {
    font-size: 1.188rem;
  }
}

.card__header {
  position: relative;
}
@media (min-width: 25em) {
  .card__header {
    flex-direction: column;
  }
}

.card__downloads {
  margin-bottom: 1.5rem;
}
.card__downloads .actions__link {
  font-size: 1rem;
}
@media (min-width: 25em) {
  .card__downloads .actions__link {
    font-size: 1.188rem;
  }
}

.card__link {
  display: none;
}
@media (min-width: 25em) {
  .card__link {
    display: block;
  }
}
.card__link a {
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.7;
  background: right center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='a' d='M9 6.766l5.51 5.334L9 17.434l.81.766 6.39-6.1L9.81 6z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%230080C8' xlink:href='%23a'/%3E%3Cg fill='%230080C8' mask='url(%23b)'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 14px;
}

.card--center {
  text-align: center;
}
@media (min-width: 25em) {
  .card--center {
    max-width: 300px;
  }
}
.card--center .card__icon {
  position: static;
  margin: 0 auto 1.375rem auto;
}
@media (min-width: 25em) {
  .card--center .card__icon {
    margin: 0 auto 3.625rem auto;
  }
}
.card--center .card__content {
  font-size: 1.25rem;
}
@media (min-width: 25em) {
  .card--center .card__content {
    font-size: 1.375rem;
  }
}

.card--wide {
  max-width: 470px;
  padding: 1.625rem 5.125rem 1.875rem 1.3125rem;
}
@media (min-width: 25em) {
  .card--wide {
    padding: 3.125rem 3.125rem 3.75rem 3.625rem;
  }
}
.card--wide .card__title {
  max-width: 100%;
  font-size: 1.4375rem;
  line-height: 1.1609;
}
@media (min-width: 25em) {
  .card--wide .card__title {
    margin-bottom: 1.875rem;
    font-size: 2.5rem;
    line-height: 1.1375;
  }
}
.card--wide .card__content {
  font-size: 1.375rem;
}
@media (max-width: 24.99em) {
  .card--wide .card__content {
    display: none;
  }
}
.card--wide .card__content p {
  margin-bottom: 4.4375rem;
}
.card--wide .card__link a {
  padding-right: 1.5rem;
  font-size: 1.375rem;
  background-size: 1.375rem;
  background-position-y: 4px;
}

/**
 * Service Portal Contact Box.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.contact-box__header,
.contact-box__content {
  display: flex;
}

.contact-box__header {
  padding: 1.75rem 0;
  border-bottom: 1px solid #969696;
  margin-bottom: 1.25rem;
}
@media (min-width: 64.0625em) {
  .contact-box__header {
    padding: 2.5rem 0;
    margin-bottom: 2.5rem;
  }
}

.contact-box__content {
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 35em) {
  .contact-box__content {
    flex-direction: row;
  }
}

.contact-box.alignfull {
  max-width: 100vw;
  margin: 0;
}
.contact-box.alignfull .contact-box__header,
.contact-box.alignfull .contact-box__content {
  max-width: 1024px;
  margin: 0 auto;
}

.contact-box__title {
  margin: 0;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
}
@media (min-width: 64.0625em) {
  .contact-box__title {
    font-size: 1.5625rem;
    line-height: 1.36;
  }
}

.contact-box__icon {
  flex-shrink: 0;
  margin-top: 0.125em;
  margin-right: 1.25rem;
  font-size: 2.4375rem;
}
@media (min-width: 35em) {
  .contact-box__icon {
    font-size: 2.9375rem;
  }
}
@media (min-width: 64.0625em) {
  .contact-box__icon {
    font-size: 3.125rem;
  }
}

.contact-box__column-title {
  margin-bottom: 0;
  font-size: inherit;
  color: #000;
}

.contact-box__column {
  color: #737373;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media (min-width: 64.0625em) {
  .contact-box__column {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media (min-width: 35em) {
  .contact-box__column:nth-child(2n+2) {
    margin: 0 2.3125rem;
  }
}
@media (min-width: 64.0625em) {
  .contact-box__column:nth-child(2n+2) {
    margin: 0 4.375rem;
  }
}
@media (min-width: 35em) {
  .contact-box__column > *:last-child {
    margin-bottom: 0;
  }
}
.contact-box__column a {
  text-decoration: none;
}
.contact-box__column p,
.contact-box__column li {
  font-size: inherit;
  line-height: inherit;
}

/**
 * Service Portal Download module.
 *
 * 1. Add space for download link icon.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.downloads {
  max-width: 288px;
  font-size: 1rem;
  background-color: #fff;
  color: #737373;
}
@media (min-width: 25em) {
  .downloads {
    max-width: 770px;
    font-size: 1.1875rem;
  }
}

.downloads__content-wrapper {
  padding: 2rem 1.375rem;
}
@media (min-width: 25em) {
  .downloads__content-wrapper {
    padding: 2.9375rem 2.5rem;
  }
}

.downloads__title {
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.downloads__content {
  margin-bottom: 1.3125rem;
}
@media (min-width: 25em) {
  .downloads__content {
    margin-bottom: 3.75rem;
  }
}
.downloads__content *:last-child {
  margin-bottom: 0;
}

.downloads-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 25em) {
  .downloads-links {
    column-count: 2;
    column-gap: 1.25rem;
  }
}

.downloads-links__item {
  padding-left: 1.625em;
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath id='a' d='M4.308 1.879L10.077 7.5l-5.77 5.621.849.808 6.69-6.429-6.69-6.429z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='rotate(90 7 12.412)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%230080C8' xlink:href='%23a'/%3E%3Cg fill='%230080C8' mask='url(%23b)'%3E%3Cpath d='M25.755-7.59v36h-35v-36z'/%3E%3C/g%3E%3C/g%3E%3Cpath fill='%230080C8' d='M3 21h18v1.5H3zM12.65 1.75v14h-1.5v-14z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1.111em 1.263em;
  break-inside: avoid;
}
@media (min-width: 25em) {
  .downloads-links__item {
    padding-left: 1.894em;
    margin-bottom: 0.7em;
    font-size: 1.188rem;
  }
}

.downloads-links__link {
  text-decoration: none;
}

/**
 * Expandable content.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.expandable {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #545454;
}

.expandable__summary {
  list-style: none;
  outline: none;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 35em) {
  .expandable__summary {
    margin-bottom: 2.125rem;
  }
}
.expandable__summary::-webkit-details-marker {
  display: none;
}
.expandable__summary:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.72) 30%, rgba(255, 255, 255, 0.93) 56%, rgb(255, 255, 255) 72%);
}
[open] .expandable__summary:before {
  display: none;
}
.expandable__summary:after {
  position: absolute;
  top: 100%;
  right: 0;
  display: inline-block;
  padding-right: 1.25rem;
  margin-right: 0.9375rem;
  text-align: right;
  text-decoration: none;
  line-height: 1.1875;
  font-size: 1rem;
  color: #0065ad;
  content: attr(show-more-label);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpolygon fill='%230080C8' points='0 .766 5.51 6.1 0 11.434 .81 12.2 7.2 6.1 .81 0' transform='rotate(90 6.1 6.6)'/%3E%3C/svg%3E%0A");
  background-size: 0.8125em;
  background-position: center right;
  background-repeat: no-repeat;
}
[open] .expandable__summary:after {
  content: attr(show-less-label);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpolygon fill='%230080C8' points='0 .766 5.51 6.1 0 11.434 .81 12.2 7.2 6.1 .81 0' transform='matrix(0 -1 -1 0 12.7 7.7)'/%3E%3C/svg%3E%0A");
}
.expandable:not([open]) .expandable__summary {
  overflow: hidden;
  max-height: 12.5rem;
  margin-bottom: 0.8em;
}

/**
 * Factbox.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.factbox {
  padding: 2rem;
  margin-bottom: 1.4545rem;
  background-color: #f5f5f5;
}
.factbox__body {
  margin-top: 19px;
  color: #545454;
  font-size: 17px;
  letter-spacing: 0.53px;
  line-height: 28px;
}
.factbox__header h3 {
  margin: 0;
}
.factbox__header a {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: inherit;
}
.factbox__header a span {
  color: #545454;
}
.factbox__header .icon {
  margin-left: 10px;
}

/**
 * FAQ component.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.faq {
  width: 100%;
  padding: 1.375rem 1.375rem 2.25rem;
  background-color: #fff;
}
@media (min-width: 35em) {
  .faq {
    max-width: 770px;
    padding: 3.125rem 5.625rem 4.375rem;
  }
}

.faq__header {
  text-align: center;
}

.faq__content {
  padding: 1.75rem 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media (min-width: 35em) {
  .faq__content {
    padding: 2.6875rem 2.5rem;
  }
}

.faq__icon {
  margin-bottom: 0.264em;
  font-size: 3.3125rem;
}
@media (min-width: 35em) {
  .faq__icon {
    margin-bottom: 0.1em;
    font-size: 4rem;
  }
}

.faq__title {
  display: block;
  margin-bottom: 0.1em;
  color: #000;
  font-size: 1.875rem;
  line-height: 1.33;
}
@media (min-width: 35em) {
  .faq__title {
    margin-bottom: 0.464em;
    font-size: 1.75rem;
    line-height: 1.04;
  }
}

.faq__subhead {
  margin-bottom: 1.555em;
  color: #737373;
  font-size: 1.125rem;
  line-height: 1.45;
}
@media (min-width: 35em) {
  .faq__subhead {
    margin-bottom: 1.363em;
    font-size: 1.375rem;
  }
}

.faq__read-more {
  margin: 1.68em 0 0;
  font-size: 1.1875rem;
  text-align: right;
}
.faq__read-more a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #0065ad;
  line-height: 1.157;
  text-decoration: none;
}
.faq__read-more a .icon {
  margin-left: 1em;
  font-size: 0.6em;
}

/**
 * Figure, optionally with caption and credit.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.figure {
  margin: 0 0 1.4545rem;
}
@media (min-width: 35em) {
  .figure {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .teaser--large > .figure, .article__lead-media > .figure {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 50em) {
  .figure {
    margin: 0 0 1.4545rem;
  }
}
.figure.paywall-image {
  pointer-events: none;
}
.figure.paywall-image > div {
  opacity: 0.8;
}
.figure.paywall-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: blur(15px);
}
@media (max-width: 56.24em) {
  .figure.paywall-image img {
    margin-top: 35px;
  }
}
.figure .social-links {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
@media (min-width: 50em) {
  .figure .social-links {
    margin-left: 1rem;
  }
}

/**
 * Figure meta.
 */
.figure__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  background-color: #f5f5f5;
}
@media (min-width: 50em) {
  .figure__meta {
    flex-direction: row;
    padding: 0.875rem 1.125rem;
  }
}

/**
 * Caption block.
 */
.figure__caption {
  flex: 1 1 auto;
  border-bottom: 0 rgb(150.45, 150.45, 150.45) solid;
  background-color: #f5f5f5;
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-size: 0.96875rem;
  line-height: 1.45;
  color: #545454;
  letter-spacing: 0.2px;
}
@media (min-width: 43.75em) {
  .figure__caption {
    font-size: 1.03125rem;
    line-height: 1.45;
  }
}
@media (min-width: 56.25em) {
  .figure__caption {
    font-size: 1.09375rem;
    line-height: 1.45;
  }
}
.figure__caption-title {
  margin: 0 0 0.25em;
}
.figure__caption-text {
  margin-right: 0.5em;
}

/**
 * Credit text.
 */
.figure__credit {
  display: inline-block;
  font-size: 0.9142em;
  color: #969696;
}

/**
 * Figure variation: emphasis.
 * Stand-out caption style.
 * @usage Gallery article type
 */
.figure--emphasis .figure__caption {
  padding: 4% 10%;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #737373;
}
.figure--emphasis .figure__credit {
  font-weight: 300;
  color: #969696;
}

/**
 * Figure variation: portrait.
 * Uses `object-fit` property to maintain aspect ratio of max-height image.
 * Note: Not strictly a Fractal variation. Add class manually.
 */
.figure--portrait img {
  max-height: 95vw;
  background-color: #f5f5f5;
  background-size: 50%;
  aspect-ratio: 2/3;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}

/**
 * Figure variation: square.
 */
.figure--square img {
  width: 100%;
  aspect-ratio: 1/1;
}

/**
 * Figure variation: cover.
 * Uses `object-fit` property to maintain aspect ratio of max-height image.
 * Note: Not strictly a Fractal variation. Add class manually.
 */
.figure--cover > .figure__content,
.figure--cover > .figure__content > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

/**
 * Flourish scrollytelling and trigger points.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.flourish {
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
.flourish .fl-scrolly-step {
  padding: 1rem;
  border-radius: 0 !important;
  background-color: #0065ad !important;
  box-shadow: none !important;
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-size: 1.09375rem;
  line-height: 1.4857142857;
  color: #fff !important;
}
@media (min-width: 50em) {
  .flourish .fl-scrolly-step {
    padding: 0.875rem 1.125rem;
  }
}
@media (min-width: 64.0625em) {
  .longread .flourish {
    margin-right: -200px;
    margin-left: -200px;
  }
}
.longread .flourish .flourish-embed {
  top: calc(10vh + 38px) !important;
}
.longread .flourish .flourish-embed,
.longread .flourish iframe {
  height: calc(80vh - 76px) !important;
}
@media (min-width: 64.0625em) {
  .longread .flourish .fl-scrolly-step, .article .flourish .fl-scrolly-step {
    width: 11.25rem !important;
    margin-left: -13.75rem !important;
  }
}
.flourish .flourish-credit {
  display: none !important;
}

/**
 * Embedded collage-style image gallery.
 * Default styling is for rows of two images, side-by-side.
 *
 * 1. Futureproofing option for reversed three and five image galleries.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.gallery {
  position: relative;
  max-width: 75.625rem;
  margin: 0 -15px 1rem -27px;
}
@media (min-width: 35em) {
  .gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-left: -62px;
  }
}
@media (min-width: 43.75em) {
  .gallery {
    margin-right: -60px;
    margin-left: -90px;
  }
}
@media (min-width: 50em) {
  .gallery {
    margin-right: 0;
    margin-left: -30px;
  }
}
.gallery .figure {
  padding-bottom: 12px;
  padding-left: 12px;
  margin: 0;
}
@media (max-width: 34.99em) {
  .gallery .figure:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 35em) {
  .gallery .figure {
    flex: 0 0 50%;
    overflow: hidden;
    width: 50%;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.gallery .figure div,
.gallery .figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.gallery--rev .figure {
  order: 2;
}
.gallery__further-count {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  height: 3.25rem;
  padding: 0 0.4em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 1.875rem;
  line-height: 1.5333333333;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 35em) {
  .gallery__further-count {
    bottom: 19.98px;
  }
}
@media (min-width: 35em) {
  .gallery__further-count--mobile {
    display: none;
  }
}
@media (max-width: 34.99em) {
  .gallery__further-count--desktop {
    display: none;
  }
}

/**
 * Gallery variant: three images.
 */
@media (min-width: 35em) {
  .gallery--3-images .figure:nth-child(2) {
    flex: 0 0 100%;
    order: 1;
    height: 100%;
  }
}

/**
 * Gallery variant: five images.
 *
 * 1. Images in the right column have a smaller space between items.
 * 2. Match all images in the right column.
 *
 */
@media (min-width: 35em) {
  .gallery--5-images {
    flex-direction: column;
    height: 650px;
    max-height: 80vh;
  }
  .gallery--5-images .figure:nth-child(n+2) {
    padding-bottom: 19.998px;
  }
  .gallery--5-images .figure:nth-child(n+3) {
    flex: 0 0 33.3333333333%;
    order: 1;
    height: 33.3333333333%;
  }
}

/**
 * Immersive header.
 * Large background image with overlaid content.
 * Used on gallery, longread.
 *
 * 1. Lens is applied to the whole header not the container content.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.immersive-header {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 110vh;
  min-height: 500px;
  margin: 0;
  font-size: 0.65rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (min-width: 56.25em) {
  .immersive-header {
    height: 90vh;
    margin: 0;
    font-size: 16px;
  }
}
@media (min-width: 64.0625em) {
  .immersive-header {
    height: 70vh;
  }
}
.immersive-header > picture > img {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.immersive-header__breadcrumb {
  margin-top: 68px;
  font-size: 0.875rem;
}
@media (min-width: 35em) {
  .immersive-header__breadcrumb {
    margin-top: 82px;
  }
}
.immersive-header__breadcrumb.breadcrumb {
  color: #fff;
}
.immersive-header__breadcrumb.breadcrumb a {
  border-bottom: initial;
  color: #fff;
}
.immersive-header__notices {
  position: relative;
  z-index: 10;
}
.immersive-header__notices .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.immersive-header__content {
  padding: 1.9rem 0 120px;
  margin-top: auto;
  background-image: none;
  color: #fff;
}
@media (min-width: 56.25em) {
  .immersive-header__content {
    padding: 1.9rem 0 26px;
  }
}
.immersive-header__subhead {
  margin-bottom: 0;
  color: #fff;
}
.immersive-header__headline {
  font-size: 1.75rem;
  line-height: 1.0357142857;
  margin-bottom: 1.5rem;
  color: inherit;
}
@media (min-width: 35em) {
  .immersive-header__headline {
    font-size: 2.25rem;
    line-height: normal;
    line-height: 1.15;
  }
}
@media (min-width: 43.75em) {
  .immersive-header__headline {
    font-size: 2.625rem;
    line-height: normal;
  }
}
@media (min-width: 56.25em) {
  .immersive-header__headline {
    font-size: 3.5rem;
    line-height: 1.0714285714;
    margin-bottom: 0.3rem;
  }
}
.immersive-header__intro {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media (max-width: 56.24em) {
  .immersive-header__intro {
    margin-bottom: 2.5em;
  }
}
@media (min-width: 43.75em) {
  .immersive-header__intro {
    font-size: 1.1875rem;
    line-height: 1.2631578947;
  }
}
@media (min-width: 56.25em) {
  .immersive-header__intro {
    font-size: 1.5625rem;
    line-height: 1.36;
    margin-bottom: initial;
  }
}
@media (max-height: 550px) {
  .immersive-header__intro {
    display: none;
  }
}
.immersive-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 56.24em) {
  .immersive-header__meta {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .immersive-header__meta {
    margin-top: 1.9em;
  }
}
.immersive-header__meta > * {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}
.immersive-header__meta > * + *:not(.last-update):before {
  display: inline-block;
  padding-right: 5px;
  margin-left: 7px;
  content: "|";
  color: #fff;
}
.immersive-header__meta .author {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.immersive-header__meta .author:before {
  content: initial;
}
.immersive-header__meta .author a {
  color: #fff;
}
.immersive-header__meta .author a:hover, .immersive-header__meta .author a:focus {
  color: #969696;
}
.immersive-header__meta .reading-time,
.immersive-header__meta .last-update {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
.immersive-header__meta .last-update {
  flex-basis: 100%;
}
.immersive-header__meta .last-update:before {
  margin: 0;
  content: "";
}
.immersive-header .social-links {
  margin-left: auto;
}
@media (min-width: 56.25em) {
  .immersive-header .social-links .icon {
    color: #fff;
  }
}
.sticky-content.is-sticky .social-links .icon {
  color: inherit;
}

.immersive-header.immersive-header--dark .social-links__link {
  color: #fff;
}
.immersive-header.immersive-header--dark .social-links__link:hover, .immersive-header.immersive-header--dark .social-links__link:focus, .immersive-header.immersive-header--dark .social-links__link:active {
  border-color: #969696;
  background-color: #969696;
  color: #fff;
}
@media (min-width: 56.25em) {
  .immersive-header .sticky-content:not(.is-sticky) .social-links__link {
    color: #fff;
  }
  .immersive-header .sticky-content:not(.is-sticky) .social-links__link:hover, .immersive-header .sticky-content:not(.is-sticky) .social-links__link:focus, .immersive-header .sticky-content:not(.is-sticky) .social-links__link:active {
    border-color: #969696;
    background-color: #969696;
    color: #fff;
  }
}
.immersive-header__mobile-meta {
  padding: 1.625rem 1.25rem;
  background-color: #fff;
}
.longread--full .immersive-header__mobile-meta .datetime--separated {
  color: #737373;
}
@media (min-width: 35em) and (max-width: 43.74em) {
  .immersive-header__mobile-meta {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 43.75em) and (max-width: 64.0525em) {
  .immersive-header__mobile-meta {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 50em) {
  .immersive-header__mobile-meta {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (max-width: 56.24em) {
  .immersive-header__mobile-meta {
    position: absolute;
    bottom: -5px;
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .immersive-header__mobile-meta {
    display: none;
  }
}
.immersive-header__mobile-meta .author,
.immersive-header__mobile-meta .author a,
.immersive-header__mobile-meta .datetime {
  font-size: 1rem;
  line-height: 1.5;
}
.immersive-header__mobile-meta .author {
  margin-bottom: 0;
}
.immersive-header__mobile-meta .datetime {
  display: block;
}
.immersive-header__mobile-meta .datetime--changed {
  font-size: 0.8438rem;
}
.immersive-header__mobile-meta .reading-time {
  margin-right: -0.25em;
}
.immersive-header__sticky-content-container {
  position: absolute;
  height: 0;
}
@media (min-width: 50em) and (max-width: 56.24em) {
  .immersive-header__sticky-content-container {
    left: 0;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (max-width: 56.24em) {
  .immersive-header__sticky-content-container {
    bottom: -135px;
    width: initial;
  }
  .immersive-header__sticky-content-container:after {
    position: absolute;
    right: 0;
    bottom: -92px;
    left: -60px;
    height: 55px;
    background-color: #fff;
    content: "";
  }
}
@media (min-width: 56.25em) {
  .immersive-header__sticky-content-container {
    right: 0.9375rem;
    bottom: 50px;
  }
}

/**
 * Variant: dark.
 */
.immersive-header--dark .social-links .icon {
  color: #fff;
}
.immersive-header--dark .last-update {
  color: #fff;
}
.immersive-header--dark .last-update .datetime {
  font-size: 1rem;
}
.immersive-header--dark .last-update:before {
  margin: 0;
  content: "";
}
.immersive-header--dark .immersive-header__mobile-meta,
.immersive-header--dark .immersive-header__mobile-meta a {
  color: #fff;
}
.immersive-header--dark .immersive-header__mobile-meta,
.immersive-header--dark .immersive-header__sticky-content-container:after {
  background-color: #404040;
}

/**
 * Information box.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.info-box {
  padding: 2em;
  margin-top: 0;
  margin-bottom: 1.4545rem;
  background-color: rgb(205.325, 205.325, 205.325);
}
.info-box h3 {
  color: #28333b;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.63px;
}
@media (min-width: 35em) {
  .info-box h3 {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    letter-spacing: 0.72px;
  }
}
.info-box__body {
  margin-top: 19px;
  font-size: 1.03125rem;
  line-height: 1.696969697;
  letter-spacing: 0.2px;
}
@media (min-width: 35em) {
  .info-box__body {
    font-size: 1.09375rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
}
.info-box--ad {
  padding: 0.325rem 1.25rem 1.5rem 1.25rem;
  background-color: #f2f2f2;
}
@media (min-width: 35em) {
  .info-box--ad {
    padding: 0.325rem 2rem 1.5rem 2rem;
    text-align: center;
  }
}
.info-box--ad__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.325rem 0;
}
.info-box--ad__kicker {
  padding: 2px 4px;
  font-size: 0.84375rem;
  line-height: normal;
  color: #545454;
  background-color: #e3e3e3;
}
.info-box--ad__image {
  width: 75px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (min-width: 35em) {
  .info-box--ad__image {
    width: 86px;
    height: 48px;
  }
}
.info-box--ad h3 {
  font-size: 1.625rem;
  line-height: 1;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #b9b9b9;
}
@media (min-width: 35em) {
  .info-box--ad h3 {
    font-size: 2.125rem;
    line-height: 1.3235294118;
    padding: 1.5rem 3rem 0 3rem;
  }
}
.info-box--ad .info-box__body {
  font-size: 1.03125rem;
  line-height: 1.4545454545;
  letter-spacing: 0.2px;
  color: #545454;
  font-weight: normal;
}
@media (min-width: 35em) {
  .info-box--ad .info-box__body {
    font-size: 1.09375rem;
    line-height: 1.6;
    padding: 0 3rem;
    letter-spacing: 0.5px;
  }
}
.info-box--ad__button {
  text-align: right;
}
@media (min-width: 35em) {
  .info-box--ad__button {
    text-align: center;
  }
}
@media (min-width: 35em) {
  .info-box--ad .button--primary {
    margin-top: 1.325rem;
  }
}

/**
 * Last Update.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.last-update {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  font-size: 0.8438rem;
  color: #737373;
}
.last-update:before {
  margin: 0 0.5em;
  content: "|";
}
.last-update__icon {
  margin: 0;
  font-size: 0.75em;
  fill: currentColor;
}
.last-update .datetime--changed {
  margin-left: 0.5em;
}

/**
 * Scroller list on mobile, regular vertical list on tablet+.
 * Used for sub-category lists.
 *
 * 1. List generated via a Drupal view so not custom markup.
 *    Therefore, use li element selector as well as futureproof &__item class.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.list-responsive-scroller {
  overflow-x: auto;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.list-responsive-scroller > li, .list-responsive-scroller__item {
  font-weight: 700;
}
@media (max-width: 34.99em) {
  .list-responsive-scroller > li, .list-responsive-scroller__item {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
  .list-responsive-scroller > li + .list-responsive-scroller > li, .list-responsive-scroller > li + .list-responsive-scroller__item, .list-responsive-scroller__item + .list-responsive-scroller > li, .list-responsive-scroller__item + .list-responsive-scroller__item {
    margin-left: 1em;
  }
}

/**
 * Missing page.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.missing-page {
  max-width: 15.625rem;
  margin: 3.125rem auto;
}
@media (min-width: 35em) {
  .missing-page {
    max-width: 28.75rem;
    margin: 4rem auto;
  }
}

.missing-page__title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 4.814em;
  margin-bottom: 0.6667em;
  font-size: 1.6875rem;
  line-height: 1.32;
}
@media (min-width: 35em) {
  .missing-page__title {
    height: 7em;
    margin-bottom: 1em;
    font-size: 2.125rem;
  }
}
.missing-page__title:before {
  position: absolute;
  z-index: -1;
  bottom: 8px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 2px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 457 238'%3E%3Cpath fill='%23E3E3E3' d='M107.91 233.64v-63.03h28.71v-11.22h-28.71V0H94.05L0 158.07v12.54h95.37v63.03h12.54zm-12.54-74.25H12.54L94.71 21.45h.66v137.94zm132.84 78.21c46.53 0 65.34-36.3 65.34-118.8 0-30.69-1.98-56.76-8.91-77.22C276.06 16.17 260.55 0 228.21 0c-44.55 0-65.34 35.64-65.34 118.8 0 85.8 19.8 118.8 65.34 118.8zm0-11.22c-38.94 0-51.48-30.36-51.48-108.57 0-50.49 5.61-106.59 51.15-106.59 50.49 0 51.81 60.72 51.81 99.99v7.26c0 77.88-13.53 107.91-51.48 107.91zm199.5 7.26v-63.03h28.71v-11.22h-28.71V0h-13.86L319.8 158.07v12.54h95.37v63.03h12.54zm-12.54-74.25h-82.83l82.17-137.94h.66v137.94z'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.missing-page__content {
  margin-bottom: 2.875em;
}
.missing-page__content p {
  color: #545454;
  font-weight: lighter;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
.missing-page__content p:last-child {
  margin-bottom: 0;
}
.missing-page__content a {
  text-underline-position: under;
}

.missing-page__actions {
  flex-direction: row;
}
@media (max-width: 34.99em) {
  .missing-page__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.missing-page__button {
  display: inline-block;
  font-size: 1.25rem;
}
@media (max-width: 34.99em) {
  .missing-page__button:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media (min-width: 35em) {
  .missing-page__button:not(:last-child) {
    margin-right: 1.2em;
  }
}

/**
 * Horizontal navigation bar.
 *
 * 1. If parent is a flex item then, by default, it will be 100% height
 *    meaning child items get spaced well apart. Force them to the top/start.
 * 2. To avoid erroneous spacing when items wrap, Left-aligned menu items
 *    need spacing on the right whereas right-aligned need spacing on the left.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  margin: 0;
  list-style: none;
}
.nav-bar--stacked {
  flex-direction: column;
  align-items: normal;
}
.nav-bar--center {
  justify-content: center;
}
.nav-bar--right {
  justify-content: flex-end;
}
.nav-bar__link {
  font-weight: 500;
  text-decoration: none;
}
.nav-bar__link:not(.button) {
  color: #000;
}
.nav-bar__link:not(.button):hover, .nav-bar__link:not(.button):focus {
  color: #444;
}
.nav-bar__link:active {
  color: #777;
}
.nav-bar--upper .nav-bar__link {
  text-transform: uppercase;
}

.nav-bar--left > .nav-bar__item:not(:last-child) {
  margin-right: 24px;
}

.nav-bar--right > .nav-bar__item + .nav-bar__item {
  margin-left: 24px;
}

.nav-bar__item--active-trail > .nav-bar__link:not(.button) {
  color: #0065ad;
}

/**
 * Opinion pro/contra component.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.opinion-pro-contra {
  margin-top: 1.563rem;
}
@media (min-width: 56.25em) {
  .opinion-pro-contra {
    margin-top: 4.375rem;
  }
}
.opinion-pro-contra__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.625rem 0.2rem 0 0;
  border-top: 1px solid #878787;
  margin: 0 0.5rem 1.563rem 0;
}
@media (min-width: 56.25em) {
  .opinion-pro-contra__header {
    margin: 0 0.5rem 4.375rem 0;
  }
}
.opinion-pro-contra__title h1 {
  font-size: 1.5625rem;
  line-height: 1.16;
  margin-bottom: 0;
  color: #000000;
}
.opinion-pro-contra__avatar {
  float: right;
}
.opinion-pro-contra__avatar a {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-size: cover;
  background-color: #f0f0f0;
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.opinion-pro-contra__content p {
  font-family: ITC New Veljovic, serif;
}

.styleguide--preview .opinion-pro-contra {
  padding: 0 1em 1em;
}

/**
 * Page teaser styling.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.page-teaser {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40rem;
  padding: 1.125rem 1.3125rem;
  margin: 0 auto 0.625rem auto;
  background-color: #fff;
  text-decoration: none;
}
@media (min-width: 35em) {
  .page-teaser {
    flex-direction: row;
    padding: 2.1875rem 2.5rem;
  }
}
.page-teaser__content {
  display: flex;
  flex-basis: 52%;
  flex-direction: column;
  flex-grow: 3;
}
@media (min-width: 50em) {
  .page-teaser__content {
    flex-basis: 65%;
  }
}
@media (min-width: 64.0625em) {
  .page-teaser__content {
    margin-right: 2.875rem;
  }
}
.page-teaser__title {
  margin-bottom: 0.7em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.23;
  transition: all 200ms ease-in-out;
}
@media (min-width: 50em) {
  .page-teaser__title {
    margin-bottom: 0.76em;
    font-size: 1.4375rem;
    line-height: 1.36;
  }
}
.page-teaser__description {
  margin-bottom: 0.5626em;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.45;
  color: #737373;
}
.page-teaser__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .page-teaser__description {
    margin-bottom: 0;
    font-size: 1.1875rem;
  }
}
.page-teaser__actions {
  display: flex;
  align-self: flex-end;
}
@media (min-width: 35em) {
  .page-teaser__actions {
    align-self: center;
  }
}
@media (max-width: 64.0525em) {
  .page-teaser__actions {
    flex-direction: row;
  }
  .page-teaser__actions .button:last-child {
    margin-bottom: 0;
  }
  .page-teaser__actions .button:last-child.button--link {
    padding-bottom: 0;
  }
}
.page-teaser__actions .icon {
  font-size: 1.5rem;
  transition: all 300ms ease-in-out;
}

a.page-teaser:hover .page-teaser__title {
  color: #00528d;
  text-decoration: underline;
}
a.page-teaser:hover .icon {
  transform: translateX(0.75rem);
}

/**
 * Horizontal pagination.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 48px 0;
}

.pager__items {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style: none;
}
@media (max-width: 34.99em) {
  .pager__items {
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }
}

.pager__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager__item--page {
  width: 2rem;
  height: 2rem;
}
.pager__item--previous {
  margin-right: 1.4375em;
}
.pager__item--placeholder {
  pointer-events: none;
}
.pager__item--page + .pager__item--page {
  margin-left: 0.75em;
}

.pager__link {
  display: block;
  border-radius: 50%;
  line-height: 2rem;
  font-weight: 500;
  text-decoration: none;
}

.pager__button {
  padding: 0.125em 0.75em;
  border: 1px #0065ad solid;
  border-radius: 2px;
  line-height: 1.625;
  text-decoration: none;
}
.pager__button:hover {
  background-color: #f7f7f7;
}
.pager__button.disabled {
  border-color: #b9b9b9;
  color: #969696;
  cursor: not-allowed;
  pointer-events: none;
}
.pager__button.disabled:hover {
  color: #e3e3e3;
}

@media (max-width: 34.99em) {
  .pager__previous {
    order: 2;
  }
}
@media (min-width: 35em) {
  .pager__previous {
    margin-right: 1.4375em;
  }
}

@media (max-width: 34.99em) {
  .pager__next {
    order: 3;
    margin-left: 2.8em;
  }
}
@media (min-width: 35em) {
  .pager__next {
    margin-left: 1.4375em;
  }
}

.pager__link--page {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2rem;
}
.pager__link--page:hover {
  background-color: #e3e3e3;
}
.pager--dark .pager__link--page {
  background-color: #f2f2f2;
}
.pager__item--active .pager__link--page, .pager--dark .pager__item--active .pager__link--page {
  background: #0065ad;
  color: #fff;
}

.styleguide--preview .pager {
  padding: 4rem 0;
  margin: 0;
}
.styleguide--preview .pager.pager--dark {
  background: #28333b;
}

/**
 * Product teaser styling.
 *
 * 1. Increase specificity to override the Wordpress block widths.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.product-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 43.75em) {
  .product-teaser {
    max-width: 1170px;
  }
  .product-teaser:not(.product-teaser--slim):not(.product-teaser--paywall) {
    flex-direction: row;
  }
  .product-teaser:not(.product-teaser--slim):not(.product-teaser--paywall).reversed {
    flex-direction: row-reverse;
  }
}
.product-teaser__link {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-decoration: none;
}
.product-teaser--slim {
  max-width: 288px;
  margin-bottom: 0.625rem;
  background-color: #fff;
}
@media (min-width: 64.0625em) {
  .product-teaser--slim.product-teaser {
    max-width: 370px;
  }
}
.product-teaser--wide {
  flex-direction: column;
  align-items: flex-start;
  padding: 1.125rem 1.3125rem;
  margin-right: auto;
  margin-bottom: 0.625rem;
  margin-left: auto;
  background-color: #fff;
}
@media (min-width: 35em) {
  .product-teaser--wide {
    flex-direction: row;
    padding: 2.1875rem 2.5rem;
  }
}
.product-teaser--wide-light {
  border-bottom: 1px solid #d8d8d8;
  margin-right: auto;
  margin-bottom: 3.75rem;
  margin-left: auto;
  background: none;
}
@media (min-width: 64.0625em) {
  .product-teaser--wide-light {
    align-items: center;
  }
}
.product-teaser--premium-compressed.product-teaser {
  max-width: 48rem;
  margin: unset;
  background-color: #fff;
}
.product-teaser--premium-compressed .check-list--brand li {
  padding: 0 0 0 1.65em;
  font-size: 1.125rem;
  letter-spacing: 0.1px;
}

.product-teaser__image {
  position: relative;
  display: flex;
  flex-basis: 65%;
  align-items: center;
  justify-content: center;
  height: 0;
  padding-top: 64.8648648649%;
  text-align: center;
}
@media (min-width: 43.75em) {
  .product-teaser__image {
    margin-right: 2rem;
  }
}
.product-teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  object-fit: cover;
}
@media (min-width: 43.75em) {
  .product-teaser:not(.product-teaser--slim) .product-teaser__image img {
    position: initial;
    top: initial;
    left: initial;
    height: initial;
    object-fit: contain;
  }
}
@media (min-width: 64.0625em) {
  .product-teaser__image img {
    max-width: 100%;
  }
}
.product-teaser--slim .product-teaser__image {
  flex-basis: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.product-teaser--slim .product-teaser__image,
.product-teaser--slim .product-teaser__image img {
  margin: 0;
}
.product-teaser--premium .product-teaser__image, .product-teaser--premium-compressed .product-teaser__image {
  margin-right: 0;
}
.product-teaser--premium-compressed .product-teaser__image {
  flex-basis: 40%;
}
@media (max-width: 43.74em) {
  .product-teaser--premium-compressed .product-teaser__image {
    display: none;
  }
}
.product-teaser--premium-compressed .product-teaser__image img {
  max-height: 10rem;
}
.product-teaser:not(.product-teaser--slim) .product-teaser__image {
  margin-bottom: 1.25rem;
}
@media (min-width: 43.75em) {
  .product-teaser:not(.product-teaser--slim) .product-teaser__image {
    height: initial;
    padding-top: 0;
    margin-bottom: 0;
  }
}

.product-teaser__image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.product-teaser__image-canvas:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  content: "";
}
.product-teaser:not(.product-teaser--slim) .product-teaser__image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 43.75em) {
  .product-teaser:not(.product-teaser--slim) .product-teaser__image-canvas {
    position: relative;
    top: initial;
    left: initial;
    width: initial;
    height: initial;
  }
}

.product-teaser__content {
  display: flex;
  flex-basis: 48%;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1rem;
  transition: background-color 300ms ease-in-out;
}
@media (min-width: 50em) {
  .product-teaser__content {
    flex-basis: 35%;
  }
}
@media (min-width: 64.0625em) {
  .product-teaser__content {
    font-size: 1.375rem;
  }
}
.product-teaser--slim .product-teaser__content, .product-teaser--premium .product-teaser__content {
  padding: 1.625rem 1.3125rem;
  background-color: #303c46;
  color: #fff;
}
@media (min-width: 64.0625em) {
  .product-teaser--slim .product-teaser__content, .product-teaser--premium .product-teaser__content {
    padding: 2.5rem;
  }
}
.product-teaser--slim-dark-blue .product-teaser__content, .product-teaser--premium-dark-blue .product-teaser__content, .product-teaser--premium-compressed .product-teaser__content {
  background-color: #0065ad;
}
.product-teaser--premium-compressed .product-teaser__content {
  padding: 1.25rem;
  color: #fff;
}
.product-teaser--slim .product-teaser__content {
  width: 100%;
}
@media (min-width: 64.0625em) {
  .product-teaser--slim .product-teaser__content {
    flex-grow: 1;
  }
}
.product-teaser--wide .product-teaser__content {
  flex-basis: 52%;
  margin-right: 60px;
}
@media (min-width: 50em) {
  .product-teaser--wide .product-teaser__content {
    flex-basis: 65%;
  }
}
@media (min-width: 64.0625em) {
  .product-teaser--wide .product-teaser__content {
    margin-right: 2.875rem;
  }
}
.product-teaser--paywall .product-teaser__content {
  display: flex;
  flex-direction: column;
  padding: 16px 20px 25px 20px;
  border: 2px solid #b9b9b9;
  border-radius: 8px;
  margin-top: -12px;
  gap: 15px;
  background: #39444c;
}
@media (min-width: 43.75em) {
  .product-teaser--paywall .product-teaser__content {
    min-width: 270px;
    padding: 12px 20px 25px 20px;
    gap: 8px;
  }
}
@media (min-width: 64.0625em) {
  .product-teaser--paywall .product-teaser__content {
    min-width: 280px;
  }
}

.product-teaser--premium,
.product-teaser--premium-compressed,
.product-teaser--slim {
  transition: background-color 300ms ease-in-out;
}
.product-teaser--premium:hover, .product-teaser--premium:focus,
.product-teaser--premium-compressed:hover,
.product-teaser--premium-compressed:focus,
.product-teaser--slim:hover,
.product-teaser--slim:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.product-teaser--premium:hover .product-teaser__content, .product-teaser--premium:focus .product-teaser__content,
.product-teaser--premium-compressed:hover .product-teaser__content,
.product-teaser--premium-compressed:focus .product-teaser__content,
.product-teaser--slim:hover .product-teaser__content,
.product-teaser--slim:focus .product-teaser__content {
  background-color: #28333b;
}

/* stylelint-disable no-descending-specificity */
.product-teaser--premium-compressed:hover .product-teaser__content, .product-teaser--premium-compressed:focus .product-teaser__content,
.product-teaser--premium-dark-blue:hover .product-teaser__content,
.product-teaser--premium-dark-blue:focus .product-teaser__content,
.product-teaser--slim-dark-blue:hover .product-teaser__content,
.product-teaser--slim-dark-blue:focus .product-teaser__content {
  background-color: #01518d;
}

/* stylelint-enable no-descending-specificity */
.product-teaser__side {
  flex: 1 0 auto;
}

.product-teaser__title {
  order: 10;
  margin-bottom: 0.185em;
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 64.0625em) {
  .product-teaser__title {
    font-size: 2.75rem;
  }
}
.product-teaser__title a:hover {
  color: #0065ad;
}
.product-teaser--slim .product-teaser__title,
.product-teaser--slim .product-teaser__title a:hover,
.product-teaser--slim .product-teaser__title a:active,
.product-teaser--slim .product-teaser__title a:focus, .product-teaser--premium .product-teaser__title,
.product-teaser--premium .product-teaser__title a:hover,
.product-teaser--premium .product-teaser__title a:active,
.product-teaser--premium .product-teaser__title a:focus, .product-teaser--premium-compressed .product-teaser__title,
.product-teaser--premium-compressed .product-teaser__title a:hover,
.product-teaser--premium-compressed .product-teaser__title a:active,
.product-teaser--premium-compressed .product-teaser__title a:focus {
  color: #ffc933;
}
.product-teaser--premium-compressed .product-teaser__title {
  width: auto;
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.15385;
}
@media (max-width: 64.0525em) {
  .product-teaser--slim .product-teaser__title {
    margin-bottom: 0;
  }
}
@media (min-width: 64.0625em) {
  .product-teaser--slim .product-teaser__title {
    font-size: 2.5rem;
  }
}
.product-teaser--wide .product-teaser__title {
  margin-bottom: 0.7em;
  font-size: 1.4375rem;
  line-height: 1.16;
}
@media (min-width: 35em) {
  .product-teaser--wide .product-teaser__title {
    position: relative;
    display: inline-block;
    max-width: max-content;
  }
}
@media (min-width: 64.0625em) {
  .product-teaser--wide .product-teaser__title {
    margin-bottom: 0.76em;
    font-size: 1.5625rem;
    line-height: 1.36;
  }
}

.product-teaser__titlebox {
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.product-teaser__titlebox h2 {
  height: 26px;
  padding: 8px;
  margin: 0;
  background: #e6a800;
  color: #000;
  font-size: 0.875rem;
  line-height: 0.8571428571;
  font-weight: 700;
}

.product-teaser__description {
  order: 20;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #737373;
}
.product-teaser__description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .product-teaser__description {
    margin-bottom: 1.5em;
    font-size: 1.375rem;
  }
}
.product-teaser--slim .product-teaser__description, .product-teaser--premium .product-teaser__description, .product-teaser--premium-compressed .product-teaser__description {
  color: #fff;
}
.product-teaser--slim .product-teaser__description {
  margin-bottom: 3.25rem;
}
@media (max-width: 64.0525em) {
  .product-teaser--slim .product-teaser__description {
    display: none;
  }
}
.product-teaser--wide .product-teaser__description {
  margin-bottom: 0.5626em;
}
@media (min-width: 64.0625em) {
  .product-teaser--wide .product-teaser__description {
    margin-bottom: 0;
  }
}

.product-teaser__apps {
  order: 25;
  margin-bottom: 0.375em;
}
@media (max-width: 64.0525em) {
  .product-teaser__apps {
    margin-top: 1.25rem;
  }
}

.product-teaser__app-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 2.7rem;
  text-decoration: none;
}
.product-teaser__app-link, .product-teaser__app-link:active, .product-teaser__app-link:focus, .product-teaser__app-link:hover {
  color: #000;
}
@media (min-width: 43.75em) and (max-width: 64.0525em) {
  .product-teaser__app-link {
    font-size: 2.5rem;
  }
}
@media (min-width: 64.0625em) {
  .product-teaser__app-link {
    font-size: 3rem;
  }
}

.product-teaser__badge {
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 10%;
}
.product-teaser--wide .product-teaser__badge {
  top: 13px;
  right: 9px;
  left: unset;
}
@media (min-width: 35em) {
  .product-teaser--wide .product-teaser__badge {
    top: 50%;
    right: unset;
    left: calc(100% + 2.125rem);
    transform: translateY(-60%) rotate(-8deg);
  }
}

.product-teaser__price {
  order: 30;
  margin-bottom: 0.44em;
  font-size: 1.56rem;
}
@media (min-width: 64.0625em) {
  .product-teaser__price {
    margin-bottom: 0.5333em;
    font-size: 1.875rem;
  }
}
@media (max-width: 64.0525em) {
  .product-teaser--premium .product-teaser__price {
    order: 20;
  }
}
.product-teaser--premium-compressed .product-teaser__price {
  margin-bottom: 0;
}
.product-teaser--premium-compressed .product-teaser__price .price__suffix {
  margin-left: 0.4em;
}
.product-teaser--premium-compressed .product-teaser__price .price__amount {
  font-size: 1.75rem;
}
@media (max-width: 64.0525em) {
  .product-teaser__price .product-teaser--slim {
    order: 11;
  }
}
.product-teaser__price .product-teaser--slim .price__suffix {
  margin-left: 1.4em;
}
@media (min-width: 64.0625em) {
  .product-teaser__price .product-teaser--slim .price__suffix {
    margin-left: 2.3em;
  }
}
.product-teaser--wide .product-teaser__price {
  margin-bottom: 0.72em;
  font-size: 1.5625rem;
  line-height: 1.36;
}
@media (min-width: 35em) {
  .product-teaser--wide .product-teaser__price {
    text-align: right;
  }
  .product-teaser--wide .product-teaser__price .price__sale {
    display: inline-block;
    margin-right: 0.72em;
  }
}
.product-teaser--paywall .product-teaser__price {
  display: flex;
  align-items: baseline;
  align-self: stretch;
  order: unset;
  margin: 0;
  gap: 10px;
}
.product-teaser--paywall .product-teaser__price .price__suffix {
  font-size: 0.875rem;
  line-height: normal;
}
.product-teaser--paywall .product-teaser__price .price__amount {
  font-size: 2.375rem;
  line-height: normal;
  font-weight: 700;
}

.product-teaser--premium .price__sale,
.product-teaser--premium-compressed .price__sale,
.product-teaser--slim .price__sale {
  color: #d8d8d8;
}

.product-teaser__benefits {
  order: 40;
  margin-bottom: 1.875em;
  font-size: 1rem;
  font-weight: normal;
  color: #737373;
}
@media (min-width: 64.0625em) {
  .product-teaser__benefits {
    margin-bottom: 2.6em;
    font-size: 1.1875rem;
  }
}
.product-teaser--slim .product-teaser__benefits, .product-teaser--premium .product-teaser__benefits, .product-teaser--premium-compressed .product-teaser__benefits {
  color: #fafafa;
}
@media (max-width: 64.0525em) {
  .product-teaser--premium .product-teaser__benefits {
    margin-bottom: 0;
  }
}
.product-teaser--premium-compressed .product-teaser__benefits {
  order: 20;
  margin-bottom: 1.5rem;
}
@media (max-width: 64.0525em) {
  .product-teaser--slim .product-teaser__benefits {
    order: 60;
    margin-bottom: 0;
  }
}

.product-teaser__actions {
  z-index: 99;
  display: flex;
  order: 50;
}
@media (max-width: 64.0525em) {
  .product-teaser__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-teaser__actions .button:last-child {
    margin-bottom: 0;
  }
  .product-teaser__actions .button:last-child.button--link {
    padding-bottom: 0;
  }
}
.product-teaser__actions .button {
  margin-bottom: 0.3em;
  font-size: 1.1875rem;
  transition: all 300ms ease-in-out;
}
@media (min-width: 64.0625em) {
  .product-teaser__actions .button:not(:last-child) {
    margin-right: 1.25rem;
  }
  .product-teaser--slim .product-teaser__actions .button:not(:last-child) {
    margin-right: auto;
  }
}
.product-teaser__actions .button--link {
  padding-right: 0;
  padding-left: 0;
  text-decoration: underline;
  text-underline-position: under;
}
.product-teaser--slim .product-teaser__actions .button--link, .product-teaser--premium .product-teaser__actions .button--link, .product-teaser--premium-compressed .product-teaser__actions .button--link {
  color: #fafafa;
}
.product-teaser--slim .product-teaser__actions .button--primary, .product-teaser--premium .product-teaser__actions .button--primary, .product-teaser--premium-compressed .product-teaser__actions .button--primary {
  border-color: #fff;
  background-color: #fff;
  color: #0065ad;
}
.product-teaser--slim .product-teaser__actions .button--primary:hover, .product-teaser--slim .product-teaser__actions .button--primary:focus, .product-teaser--premium .product-teaser__actions .button--primary:hover, .product-teaser--premium .product-teaser__actions .button--primary:focus, .product-teaser--premium-compressed .product-teaser__actions .button--primary:hover, .product-teaser--premium-compressed .product-teaser__actions .button--primary:focus {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #35b5ff;
}
.product-teaser--slim .product-teaser__actions .button--hollow, .product-teaser--premium .product-teaser__actions .button--hollow, .product-teaser--premium-compressed .product-teaser__actions .button--hollow {
  border-color: #35b5ff;
  color: #35b5ff;
}
.product-teaser--slim .product-teaser__actions .button--hollow:hover, .product-teaser--slim .product-teaser__actions .button--hollow:focus, .product-teaser--premium .product-teaser__actions .button--hollow:hover, .product-teaser--premium .product-teaser__actions .button--hollow:focus, .product-teaser--premium-compressed .product-teaser__actions .button--hollow:hover, .product-teaser--premium-compressed .product-teaser__actions .button--hollow:focus {
  border-color: #febc00;
  color: #febc00;
}
@media (max-width: 64.0525em) {
  .product-teaser--premium .product-teaser__actions {
    order: 30;
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 21.24em) {
  .product-teaser--premium-compressed .product-teaser__actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 21.25em) {
  .product-teaser--premium-compressed .product-teaser__actions {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.product-teaser--premium-compressed .product-teaser__actions .button {
  margin-bottom: 0;
}
.product-teaser--wide .product-teaser__actions {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 34.99em) {
  .product-teaser--wide .product-teaser__actions {
    margin-bottom: 1.125rem;
  }
  .product-teaser--wide .product-teaser__actions .button {
    margin-bottom: 0;
  }
  .product-teaser--wide .product-teaser__actions .button:not(.button--link) {
    width: 100%;
  }
}
@media (min-width: 35em) {
  .product-teaser--wide .product-teaser__actions {
    align-items: flex-end;
  }
}
.product-teaser--wide .product-teaser__actions .button {
  margin-right: 0;
}
@media (min-width: 35em) {
  .product-teaser--wide .product-teaser__actions .button--primary, .product-teaser--wide .product-teaser__actions .button--hollow {
    width: 100%;
    max-width: 17.5rem;
  }
}
@media (max-width: 64.0525em) {
  .product-teaser--slim .product-teaser__actions {
    margin-bottom: 1rem;
  }
  .product-teaser--slim .product-teaser__actions .button + .button {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 64.0525em) {
  .product-teaser:not(.product-teaser--slim):not(.product-teaser--wide) .product-teaser__actions {
    flex-direction: column;
  }
}

.product-teaser__button {
  padding: 0.316em 1em;
}
.product-teaser__button.button--link {
  padding-right: 0;
  padding-left: 0;
}

/**
 * Search box.
 *
 * 1. Polyfill class added if browser doesn't support CSS :focus-within.
 *    Added in search-box.js.
 *    Duplicated properties because IE11 fails to read CSS completely when
 *    chained with :focus-within.
 * 2. Labels will not focus on the field if the input is hidden. The workaround
 *    is to remove the hidden on label hover. The input has opacity 0 so it is
 *    not visible until the label is clicked.
 */
[type=search]:focus {
  border: none;
}

.search-box__label {
  margin-bottom: 0.7em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 0.75;
}
.search-box__fieldset {
  display: flex;
  flex-direction: row;
  border: 1px #b9b9b9 solid;
  border-radius: 3px;
  background-color: #fff;
}
@keyframes showCompactSearch {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hideCompactSearch {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}
.search-box--compact .search-box__fieldset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  border: none;
  background-color: #fff;
  box-shadow: none;
  transition: opacity 0.2s, left 0.2s;
  animation: showCompactSearch both 0.5s;
}
.search-box--compact.is--open .search-box__fieldset {
  display: flex;
}
.search-box--compact.is--closing .search-box__fieldset {
  animation: hideCompactSearch both 0.5s;
}
.search-box:not(.search-box--compact) .search-box__fieldset:focus-within, .is--focus-within .search-box:not(.search-box--compact) .search-box__fieldset {
  border-color: #868686;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.search-box:not(.search-box--compact) .search-box__fieldset:focus-within .search-box__submit, .is--focus-within .search-box:not(.search-box--compact) .search-box__fieldset .search-box__submit {
  border-color: #868686;
}
.search-box__input {
  padding: 0.4375em 0 0.4375em 0.736em;
  border: 0;
  margin: 0;
  color: #212121;
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-size: 1.1875rem;
}
@media (min-width: 64.0625em) {
  .search-box__input {
    padding: 0.25rem 0 0.25rem 0.625rem;
    font-size: 1rem;
  }
}
.search-box--compact .search-box__input {
  max-width: 286px;
  padding: 0.25rem 0;
  font-size: 1.125rem;
}
.search-box--compact .search-box__input::-webkit-search-decoration, .search-box--compact .search-box__input::-webkit-search-cancel-button, .search-box--compact .search-box__input::-webkit-search-results-button, .search-box--compact .search-box__input::-webkit-search-results-decoration {
  display: none;
}
.search-box--compact .search-box__input::-ms-clear, .search-box--compact .search-box__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-box__submit {
  display: flex;
  align-items: center;
  padding: 0.6em 0.77em;
  border: 0;
  border-left: 1px #b9b9b9 solid;
  border-radius: 0;
  border-radius: 0 5px 5px 0;
  margin: 0;
  font-size: 1.125rem;
  background-color: #fff;
  text-align: center;
  outline: 0;
  cursor: pointer;
}
@media (min-width: 50em) {
  .search-box__submit {
    padding: 0.57em 0.785em 0.57em 0.642em;
    border-radius: 0 2px 2px 0;
    font-size: 0.875rem;
  }
}
.search-box__submit .icon {
  position: relative;
  left: 1px;
  color: #000;
}
.search-box--compact .search-box__submit {
  border: none;
}
.search-box__close {
  font-size: 1rem;
}
.search-box__close .icon {
  color: #969696;
}
.search-box--compact {
  margin-left: auto;
}
@media (max-width: 64.0525em) {
  .search-box--compact {
    display: none;
  }
}
.search-box--compact .search-box__label,
.search-box--compact .search-box__submit,
.search-box--compact .search-box__close {
  padding: 1.0625rem;
  margin: 0;
  cursor: pointer;
}
.search-box--compact .search-box__label:hover .icon,
.search-box--compact .search-box__submit:hover .icon,
.search-box--compact .search-box__close:hover .icon {
  color: #000;
}
.search-box--compact .search-box__label,
.search-box--compact .search-box__submit {
  font-size: 1.25rem;
}
.search-box--compact .search-box__label .icon,
.search-box--compact .search-box__submit .icon {
  color: #737373;
}
.search-box--compact .search-box__close .icon {
  transform: translateY(2px);
}

/**
 * Archive section header.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.section-header {
  margin: 0 0 1rem;
}
.section-header--date {
  display: none;
}
@media (min-width: 64.0625em) {
  .section-header--date {
    display: initial;
  }
}
.section-header .read-more--short {
  float: right;
  margin-left: 0.9375rem;
}
.section--premium .section-header .read-more--short {
  color: #febc00;
}
@media (min-width: 64.0625em) {
  .section-header .read-more--short {
    display: none;
  }
}
.section-header + .read-more {
  margin-top: 0.666em;
  font-size: 0.9375rem;
  line-height: normal;
}
.section--premium .section-header + .read-more {
  color: #febc00;
}
@media (max-width: 64.0525em) {
  .section--premium .section-header + .read-more {
    display: none;
  }
}
@media (max-width: 64.0525em) {
  .section-header + .read-more {
    display: none;
  }
}
.section-header + .read-more .button--link {
  padding: 0;
  text-align: left;
  font-size: 0.9375rem;
  line-height: normal;
}
@media (max-width: 64.0525em) {
  .section-header + .read-more .button--link {
    display: none;
  }
}
@media (max-width: 64.0525em) {
  .section-header time span {
    display: none;
  }
}
.section-header__overline {
  display: initial;
}
@media (min-width: 56.25em) {
  .section-header__overline {
    font-size: 1.15625rem;
    line-height: 1.0810810811;
  }
}
.section-teaser--feature .section-header__overline {
  color: #fff;
}
.section-header__title {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
.section-teaser--feature .section-header__title {
  color: #fff;
}
@media (min-width: 56.25em) {
  .section-teaser--feature .section-header__title {
    font-size: 2.625rem;
    line-height: 1.0952380952;
  }
}
.section--premium .section-header__title {
  color: #fff;
}
.section-header__description {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  color: #878787;
}
.section-teaser--premium .section-header__description {
  color: #febc00;
}
.section-header__sublinks {
  padding: 0.625rem 0 0 0;
  margin: 0;
  list-style: none;
  column-count: 2;
  column-gap: 1em;
}
@media (min-width: 35em) {
  .section-header__sublinks {
    column-count: 3;
  }
}
@media (min-width: 50em) {
  .section-header__sublinks {
    column-count: 4;
  }
}
@media (min-width: 64.0625em) {
  .section-header__sublinks {
    column-count: 1;
  }
}
.section-header__sublinks li:not(:last-child) {
  margin-bottom: 0.666em;
}
.section-header__sublinks .button--link-arrow {
  display: inline-block;
  padding-right: 0.85rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
.section-header__sublinks .button--link-arrow:after {
  margin-right: calc(-0.85rem + 1px);
}

/**
 * Service Portal hero banner.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.service-hero {
  padding: 2rem 0 1.25rem;
  text-align: center;
}
@media (min-width: 50em) {
  .service-hero {
    padding: 4rem 0 3.25rem;
  }
}
.service-hero .container {
  max-width: 43.75rem;
}

.service-hero__title,
.service-hero__subtitle {
  justify-content: center;
}

.service-hero__title {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
}
@media (min-width: 50em) {
  .service-hero__title {
    margin-bottom: 0.53em;
    font-size: 2.75rem;
  }
}

.service-hero__subtitle {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 50em) {
  .service-hero__subtitle {
    font-size: 1.375rem;
  }
}

/**
 * Service Portal Section.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

@media (min-width: 50em) {
  .service-section {
    min-height: 500px;
  }
}

.service-section__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 50em) {
  .service-section__inner {
    flex-direction: row;
  }
}

.service-section__content {
  order: 2;
  padding: 1.875rem 0;
}
@media (min-width: 50em) {
  .service-section__content {
    order: 1;
    min-width: 40%;
    padding: 5.625rem 0 5.625rem 1.875rem;
  }
}

.service-section__column-title,
.service-section__title {
  margin-bottom: 0.625rem;
}

.service-section__title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 50em) {
  .service-section__title {
    font-size: 2.25rem;
    line-height: 1.15;
  }
}
@media (min-width: 64.0625em) {
  .service-section__title {
    font-size: 2.75rem;
  }
}

.service-section__subtitle {
  margin-top: 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 400;
  color: #737373;
}
@media (min-width: 50em) {
  .service-section__subtitle {
    font-size: 1.375rem;
  }
}

.service-section__row {
  display: flex;
  flex-wrap: wrap;
}
.service-section__row:first-of-type {
  margin-top: 1.875rem;
}
@media (min-width: 50em) {
  .service-section__row:first-of-type {
    margin-top: 3.125rem;
  }
}
@media (min-width: 50em) {
  .service-section__row + .service-section__row {
    margin-top: 1.5625rem;
  }
}

.service-section__column-title:before,
.service-section__column-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='octicon octicon-check' height='16' version='1.1' viewBox='0 0 12 16' width='12'%3E%3Cpath fill='%230065ad' d='M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.service-section__column-title {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 0.3em;
  font-size: 1rem;
}
@media (min-width: 50em) {
  .service-section__column-title {
    font-size: 1.1563rem;
  }
}
.service-section__column-title:before {
  width: 1.25rem;
  height: 1.5rem;
}

.service-section__column-content {
  font-size: 1.1875rem;
  line-height: 1.56;
}
.service-section__column-content ul {
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 43.75em) {
  .service-section__column-content ul {
    font-size: 1.25rem;
  }
}
@media (min-width: 64.0625em) {
  .service-section__column-content ul {
    font-size: 1.5625rem;
  }
}
.service-section__column-content ul li {
  position: relative;
  padding: 0 0 0 2.5em;
  margin: 0 0 1em;
  list-style: none;
  line-height: 1.36;
  font-weight: 500;
}
@media (min-width: 43.75em) {
  .service-section__column-content ul li {
    padding-left: 2em;
  }
}
@media (min-width: 64.0625em) {
  .service-section__column-content ul li {
    padding-left: 1.6em;
  }
}
.service-section__column-content ul li:before {
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background-color: #0065ad;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='octicon octicon-check' height='10' version='1.1' viewBox='0 0 12 16' width='12'%3E%3Cpath fill='%23fff' d='M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5z'%3E%3C/path%3E%3C/svg%3E");
}

.service-section__image-wrap {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  order: 1;
  object-fit: contain;
}
@media (min-width: 50em) {
  .service-section__image-wrap {
    order: 2;
    min-width: 50%;
    padding: 5.625rem 0 5.625rem 1.875rem;
  }
}

.service-section__button {
  margin-top: 1em;
}
.service-section__button.button--primary, .service-section__button.button--hollow {
  padding: 0.4em 2em;
}
@media (min-width: 25em) {
  .service-section__button {
    font-size: 1.188rem;
  }
}

@media (min-width: 50em) {
  .service-section--image-left .service-section__inner {
    flex-direction: row-reverse;
  }
}
@media (min-width: 50em) {
  .service-section--image-left .service-section__image img {
    width: auto;
  }
}

.service-section--premium {
  background-color: #303c46;
}
@media (max-width: 64.0525em) {
  .service-section--premium .service-section__inner {
    flex-direction: column;
  }
}
.service-section--premium .service-section__title {
  color: #febc00;
}
.service-section--premium .service-section__column-title,
.service-section--premium .service-section__subtitle {
  color: #fff;
}
.service-section--premium .service-section__subtitle {
  margin-top: 0;
}
.service-section--premium .service-section__content {
  order: 1;
  color: #b9b9b9;
}
@media (max-width: 64.0525em) {
  .service-section--premium .service-section__content {
    padding: 1.875rem 0;
  }
}
@media (max-width: 64.0525em) {
  .service-section--premium .service-section__image-wrap {
    padding: 0;
  }
}
.service-section--premium .service-section__image {
  order: 2;
}
.service-section--premium .service-section__column {
  width: 100%;
}
@media (min-width: 50em) {
  .service-section--premium .service-section__column {
    max-width: calc(50% - 1.5625rem);
  }
}
.service-section--premium .service-section__column:nth-of-type(3n+1) {
  margin-right: 1.5625rem;
}
.service-section--premium .service-section__column p {
  margin: 0;
}
@media (max-width: 64.0525em) {
  .service-section--premium .service-section__column-content {
    display: none;
  }
}
.service-section--premium .service-section__button {
  margin-top: 1rem;
}
.service-section--premium .service-section__button.button--hollow, .service-section--premium .service-section__button.button--link, .service-section--premium .service-section__button.button--link-arrow {
  color: #fff;
}

/**
 * Social media icons.
 * Used on articles to share to social channels.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  list-style: none;
}
.article-meta__tools .social-links {
  margin-bottom: 1rem;
}
@media (min-width: 500px) and (max-width: 1025px) {
  .article-meta__tools .social-links {
    margin-bottom: 0.375rem;
  }
}
.immersive-header .social-links {
  margin-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .immersive-header .social-links {
    margin-bottom: 0.5rem;
  }
}
.social-links__item {
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.social-links__item:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 50em) {
  .social-links__item:not(:last-child) {
    margin-right: 1.125rem;
  }
}
.article-meta .social-links__item {
  margin-bottom: 10px;
}
@media (min-width: 64.0625em) and (max-width: 74.99em) {
  .article-meta .social-links__item {
    margin-right: 0.5625rem;
  }
}
.social-links__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #0065ad;
  font-size: 2.125rem;
}
@media (min-width: 50em) {
  .social-links__link {
    font-size: 1.875rem;
  }
}
@media (min-width: 64.0625em) and (max-width: 74.99em) {
  .article-meta .social-links__link {
    font-size: 1.625rem;
  }
}
.social-links__link:hover {
  border-color: #0065ad;
  background-color: #0065ad;
  color: #fff;
}
.social-links__link:focus, .social-links__link:active {
  border-color: #0065ad;
  background-color: #0065ad;
  color: #fff;
}
.social-links .icon {
  display: block;
}
.social-links .icon--facebook {
  font-size: 0.475em;
  transform: translateY(-0.01em);
}
.social-links .icon--instagram {
  font-size: 0.475em;
}
.social-links .icon--twitter {
  font-size: 0.475em;
}
.social-links .icon--whatsapp {
  font-size: 0.5em;
  transform: translateX(0.01em) translateY(-0.01em);
}
.social-links .icon--youtube {
  font-size: 0.35em;
}
.social-links .icon--email {
  font-size: 0.32em;
}
.social-links .bookmark__text {
  display: none;
}
.author-profile .social-links {
  margin-bottom: 2rem;
}

/**
 * Subscription teaser component.
 * Can be used to make teaser about subscription options.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.subscription-teaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.subscription-teaser > * {
  margin-top: 20px;
}
.is-authenticated .subscription-teaser {
  display: none;
}
.subscription-teaser__headings {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.subscription-teaser__headings svg {
  margin-right: 10px;
}
.subscription-teaser__content {
  padding: 0 3px;
}
.subscription-teaser .icon--devices {
  margin-left: 30px;
  font-size: 36px;
}
.subscription-teaser .icon--premium {
  font-size: 1.0625rem;
}

/**
 * Container for multiple Tag components.
 *
 * 1. Ensure tags are forced below article content (such as floated pull-outs).
 * 2. Provides equal spacing for adjoining and stacked Tags.
 * 3. The margin between items needs to account for the character width of the
 *    pipe separator.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.tags {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.25rem;
}
.tags .tag {
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.tags .tag:not(:last-child) {
  margin-right: 0.75em;
}
.tags .tag:not(:last-child):after {
  margin-left: 0.75rem;
  content: "|";
  color: #b9b9b9;
}

/**
 * Teaser component.
 * Variants are at EoF apart from teaser--lead whose styles are inline.
 *
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

/**
 * Variant: dispatch.
 */
.teaser--dispatch {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0;
}
.teaser--dispatch + .teaser--dispatch {
  border-top: 0;
}
.teaser--dispatch .teaser__datetime {
  margin-right: 1em;
}
.teaser--dispatch .teaser__subhead {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.teaser--dispatch .teaser__subhead:before {
  display: none;
}
.teaser--dispatch .teaser__headline {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.34375;
}
@media (min-width: 75em) {
  .teaser--dispatch .teaser__headline {
    font-size: 1.15625rem;
    line-height: 1.2972972973;
  }
}
.teaser--dispatch .reading-time {
  margin-top: 0.357em;
}

/**
 * Variant: focus.
 */
.teaser--focus {
  align-items: stretch;
}
.teaser--focus .teaser__image {
  margin: 0;
}
.teaser--focus .teaser__body {
  padding: 0.75em;
  background-color: #28333b;
}
.teaser--focus .teaser__subhead {
  color: #0065ad;
}
.teaser--focus .teaser__headline {
  color: #ffffff;
}
.teaser--focus .teaser__text,
.teaser--focus .teaser__author,
.teaser--focus .teaser__meta {
  color: #e3e3e3;
}

/**
 * Variant: inline
 */
.teaser--inline {
  padding-top: 0.625rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 35em) {
  .teaser--inline {
    display: flex;
    flex-direction: row;
  }
}
.teaser--inline .teaser__subhead {
  font-size: 0.875rem;
}
.teaser--inline .subhead-bar {
  margin: 0 0 6px;
}
.teaser--inline .subhead-bar .subhead-bar__opinion {
  transform: none;
}
.teaser--inline .teaser__image {
  max-width: 92px;
  padding-bottom: 69px;
  margin: 0 12px 0 0;
}
@media (max-width: 34.99em) {
  .teaser--inline .teaser__image {
    display: none;
  }
}
.teaser--inline .teaser__headline {
  margin-bottom: 0;
}
.teaser--inline .teaser__headline > a {
  display: block;
  font-size: 1.15625rem;
  line-height: 1.1621621622;
  color: #000;
}
@media (min-width: 35em) {
  .teaser--inline .teaser__headline {
    margin-bottom: 0.27777em;
  }
}
@media (max-width: 34.99em) {
  .teaser--inline .teaser__footer {
    display: none;
  }
}

/**
 * Variant: kicker.
 */
.teaser--kicker .teaser__headline {
  display: inline;
  margin-right: 0.5em;
}
.teaser--kicker .teaser__meta {
  display: inline-block;
}

/**
 * Variant: kicker-small
 */
.teaser--kicker-small .teaser__headline {
  display: inline;
  margin-right: 0.5em;
  font-size: 1.15625rem;
  line-height: 1.1351351351;
  color: #fff;
}
@media (min-width: 43.75em) {
  .teaser--kicker-small .teaser__headline {
    font-size: 1.4375rem;
    line-height: 1.1304347826;
  }
}
@media (min-width: 64.0625em) {
  .teaser--kicker-small .teaser__headline {
    font-size: 1.5625rem;
    line-height: 1.12;
  }
}
.section-teaser--feature .teaser--kicker-small {
  position: relative;
  padding-left: 20px;
  margin-bottom: 38px;
}
.section-teaser--feature .teaser--kicker-small .teaser__headline,
.section-teaser--feature .teaser--kicker-small .teaser__subhead {
  color: #fff;
}
.section-teaser--feature .teaser--kicker-small .teaser__headline {
  display: block;
}
.section-teaser--feature .teaser--kicker-small .teaser__subhead {
  font-size: 0.875rem;
  line-height: 0.9285714286;
}
.section-teaser--feature .teaser--kicker-small:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 92%;
  content: "";
  background-color: #fff;
}

/**
 * Variant: large.
 */
@media (min-width: 35em) {
  .teaser.teaser--large:not(.teaser--side-by-side) {
    min-height: 415px;
  }
}
.teaser.teaser--large .teaser__image {
  width: 100vw;
  margin-right: -0.9375rem;
  margin-bottom: 0.8125rem;
  margin-left: -0.9375rem;
}
@media (min-width: 25em) {
  .teaser.teaser--large .teaser__image {
    padding-bottom: 53.8461538462%;
  }
}
@media (min-width: 35em) {
  .teaser.teaser--large .teaser__image {
    max-height: 1px;
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 43.75em) {
  .teaser.teaser--large .teaser__image {
    width: 100%;
    margin-right: inherit;
    margin-left: inherit;
  }
}
.teaser.teaser--large .subhead-bar {
  margin-bottom: 0;
}
@media (min-width: 35em) {
  .teaser.teaser--large .subhead-bar {
    margin-bottom: 0.375rem;
  }
}
.teaser.teaser--large .teaser__subhead {
  font-size: 0.9375rem;
  line-height: 1.2666666667;
}
@media (min-width: 35em) {
  .teaser.teaser--large .teaser__subhead {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 64.0625em) {
  .teaser.teaser--large .teaser__subhead {
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}
.teaser.teaser--large .teaser__headline {
  margin-bottom: 0;
  font-size: 1.313rem;
}
@media (min-width: 43.75em) {
  .teaser.teaser--large .teaser__headline {
    margin-bottom: 0.25em;
    font-size: 1.75rem;
  }
}
@media (min-width: 56.25em) {
  .teaser.teaser--large .teaser__headline {
    margin-bottom: 0.25em;
    font-size: 2rem;
  }
}
.teaser.teaser--large .teaser__text {
  margin-right: 3.8em;
  margin-bottom: 1.17em;
}
@media (max-width: 43.74em) {
  .teaser.teaser--large .teaser__text {
    display: none;
  }
}

/**
 * Variant: opinion.
 */
@media (min-width: 25em) {
  .teaser--opinion .teaser__image {
    padding-bottom: 53.8461538462%;
  }
}
@media (max-width: 24.99em) {
  .teaser--opinion .teaser__subhead-bar {
    flex-wrap: wrap;
  }
  .teaser--opinion .teaser__subhead {
    width: 100%;
    margin-left: 0;
  }
}
.teaser--opinion .teaser__headline {
  font-size: 1.15625rem;
  line-height: 1.16;
}
@media (min-width: 25em) {
  .teaser--opinion .teaser__headline {
    font-size: 1.40625rem;
    line-height: 1.25;
  }
}
@media (min-width: 25em) {
  .teaser--opinion.teaser--side-by-side .subhead-bar__opinion-author {
    display: none;
  }
}
.teaser--opinion.teaser--large .subhead-bar__opinion-author {
  display: none;
}

/**
 * Variant: Ordinary sidebar
 */
@media (min-width: 64.0625em) {
  .teaser--ordinary-sidebar.teaser--side-by-side {
    flex-direction: column;
  }
}
.teaser--ordinary-sidebar.teaser--side-by-side .teaser__image {
  padding-bottom: 20.933124%;
}
@media (min-width: 25em) {
  .teaser--ordinary-sidebar.teaser--side-by-side .teaser__image {
    padding-bottom: 27.6930564%;
  }
}
@media (min-width: 64.0625em) {
  .teaser--ordinary-sidebar.teaser--side-by-side .teaser__image {
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/**
 * Variant: premium.
 *
 * 1. Set main image in background and reset colors.
 * 2. Expected background is a dark image, reset colors to light color.
 * 3. If the chosen image is too bright ( could be a backend feature ) apply an
 *    intermediary layer beetween background and text.
 * 4. Put all text elements inside teaser above image in the z-index stack.
 * 5. Reset figure tag spacing since the image is a background.
 * 6. Set image in background.
 *
 */
.teaser--premium {
  position: relative;
  z-index: 10;
  min-height: 350px;
  color: white;
}
.teaser--premium .teaser__headline,
.teaser--premium .teaser__subhead,
.teaser--premium .teaser__text,
.teaser--premium .teaser__author,
.teaser--premium .teaser__meta {
  color: inherit;
}
.teaser--premium:after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.58);
  pointer-events: none;
}
.teaser--premium * {
  z-index: 10;
}
.teaser--premium .teaser__image {
  position: absolute;
  z-index: -1;
  height: 100%;
  padding: 0;
  margin: 0;
}
.teaser--premium .teaser__image img {
  margin-bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media (min-width: 50em) {
  .teaser--premium--large .teaser__image {
    padding-bottom: 43.75%;
  }
}
.teaser--premium .teaser__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.625rem 0.9375rem;
  background-color: initial;
  color: #fff;
}
@media (min-width: 35em) {
  .teaser--premium:not(.teaser--premium-small) .teaser__content {
    padding: 1.625rem 1.875rem;
  }
}
@media (min-width: 35em) and (max-width: 64.0525em) {
  .teaser--premium.teaser--premium-small .teaser__content {
    padding: 1.625rem 1.875rem;
  }
}
.teaser--premium .subhead-bar {
  margin-bottom: 0.5625rem;
}
.teaser--premium.teaser--has-badge .subhead-bar {
  margin-bottom: 0;
}
.teaser--premium .teaser__authors,
.teaser--premium .teaser__authors a,
.teaser--premium .teaser__meta > * + :before {
  color: #e3e3e3;
}
.teaser--premium .last-update,
.teaser--premium .reading-time {
  color: #fff;
}
.teaser--premium .last-update__icon,
.teaser--premium .reading-time__icon {
  color: inherit;
}
.teaser--premium .datetime {
  color: #fff;
}
.teaser--premium .teaser__headline {
  margin-bottom: 0.695em;
  font-size: 1.4375rem;
}
@media (min-width: 35em) {
  .teaser--premium .teaser__headline {
    max-width: 92%;
    font-size: 2rem;
  }
}
@media (min-width: 56.25em) {
  .teaser--premium .teaser__meta .bookmark {
    margin-right: 0;
  }
}

@media (min-width: 43.75em) {
  .teaser--premium.teaser--premium-large .teaser__headline {
    margin-bottom: 0.4375em;
  }
}
@media (min-width: 75em) {
  .teaser--premium.teaser--premium-large .teaser__headline {
    max-width: 92%;
  }
}
.teaser--premium.teaser--premium-large .teaser__footer {
  margin-bottom: 0;
}

@media (min-width: 35em) {
  .teaser--premium.teaser--premium-medium .teaser__headline {
    margin-bottom: 0.5625em;
  }
}

/**
 * Variant: side-by-side.
 */
.teaser--side-by-side {
  display: flex;
  align-items: stretch;
}
@media (max-width: 34.99em) {
  .teaser--side-by-side {
    align-items: flex-start;
  }
}
.teaser--side-by-side.teaser--large {
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 43.75em) {
  .teaser--side-by-side.teaser--large {
    flex-direction: row;
  }
}
@media (min-width: 64.0625em) {
  .teaser--side-by-side.teaser--large {
    margin-bottom: 0.625rem;
  }
}
.teaser--side-by-side.teaser--large .teaser__image {
  padding-bottom: 75%;
}
@media (max-width: 43.74em) {
  .teaser--side-by-side.teaser--large .teaser__image {
    width: 100vw;
    max-width: 100vw;
  }
}
@media (min-width: 25em) {
  .teaser--side-by-side.teaser--large .teaser__image {
    padding-bottom: 53.8461538462%;
  }
}
@media (min-width: 43.75em) {
  .teaser--side-by-side.teaser--large .teaser__image {
    max-width: 67%;
    padding-bottom: 36.076923077%;
    margin-right: 0.875rem;
  }
}
@media (min-width: 64.0625em) {
  .teaser--side-by-side.teaser--large .teaser__image {
    margin-right: 1.25rem;
  }
}
.teaser--side-by-side .teaser__image {
  max-width: 31.4%;
  padding-bottom: 20.933124%;
  margin: 0 12px 0 0;
}
@media (min-width: 25em) {
  .teaser--side-by-side .teaser__image {
    padding-bottom: 27.6930564%;
  }
}
@media (min-width: 43.75em) {
  .teaser--side-by-side .teaser__image {
    max-width: 41.54%;
    margin-right: 20px;
  }
}
.teaser--side-by-side .subhead-bar {
  margin-top: 0;
  margin-bottom: 4px;
}
.teaser--side-by-side .teaser__headline {
  font-size: 1.15625rem;
  line-height: 1.1621621622;
}
@media (min-width: 25em) {
  .teaser--side-by-side .teaser__headline {
    font-size: 1.25rem;
    line-height: 1.16;
  }
}
@media (min-width: 43.75em) {
  .teaser--side-by-side .teaser__headline {
    font-size: 1.4375rem;
    line-height: 1.1608695652;
  }
}
.teaser--side-by-side .teaser__body {
  flex: 1;
}
@media (min-width: 64.0625em) {
  .teaser--side-by-side .teaser__body {
    padding: 10px 0;
  }
}
.teaser--side-by-side .teaser__footer {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .teaser--side-by-side .teaser__meta .bookmark {
    margin-right: 20px;
  }
}
.teaser--side-by-side .teaser__authors,
.teaser--side-by-side .teaser__meta :not(.last-update) .datetime,
.teaser--side-by-side .teaser__meta .comments-count,
.teaser--side-by-side .teaser__meta *:before {
  display: none;
}
@media (min-width: 25em) {
  .teaser--side-by-side .teaser__authors,
  .teaser--side-by-side .teaser__meta :not(.last-update) .datetime,
  .teaser--side-by-side .teaser__meta .comments-count,
  .teaser--side-by-side .teaser__meta *:before {
    display: initial;
  }
}
.teaser--side-by-side.teaser--large .teaser__content {
  margin-bottom: 0.5em;
}

/**
 * Variant: sponsored story.
 */
.teaser--sponsored-story {
  background-color: #545454;
}
.teaser--sponsored-story .teaser__headline,
.teaser--sponsored-story .teaser__text {
  color: #fff;
}
.teaser--sponsored-story .teaser__meta,
.teaser--sponsored-story .author,
.teaser--sponsored-story .author a {
  color: #b9b9b9;
}
.teaser--sponsored-story .sponsored-story {
  margin-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.36;
  color: #b9b9b9;
}

/**
 * Variant: video.
 *
 * 1. Video indicator overlay icon.
 */
.teaser--video.teaser--side-by-side .teaser__image:after, .teaser--video.teaser--large .teaser__image:after {
  display: block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-width='1.25'%3E%3Ccircle cx='18' cy='18' r='17.375' fill='%231B2226' fill-opacity='.9'/%3E%3Cpath stroke-linejoin='round' d='M12.875 10.008v16.46l14.919-8.23-14.919-8.23z'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
}

.teaser--video.teaser--side-by-side .teaser__image, .teaser--video.teaser--large .teaser__image {
  position: relative;
}
.teaser--video.teaser--side-by-side .teaser__image:after, .teaser--video.teaser--large .teaser__image:after {
  position: absolute;
}
.teaser--video.teaser--side-by-side .teaser__image:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 35em) {
  .teaser--video.teaser--side-by-side .teaser__image:after {
    top: unset;
    bottom: 15px;
    left: 15px;
    transform: translate(0, 0);
  }
}
.teaser--video.teaser--large .teaser__image:after {
  bottom: 15px;
  left: 15px;
}
@media (min-width: 35em) {
  .teaser--video.teaser--large .teaser__image:after {
    bottom: 30px;
    left: 30px;
    width: 52px;
    height: 52px;
  }
}

.teaser {
  text-decoration: none;
}
.teaser a {
  text-decoration: none;
}

/**
 * Teaser image.
 *
 * 1. Set height of image containers to avoid page jump on image load.
 *    Padding-bottom is equal to image ratio. e.g. 4/3 = 75%.  => updated to aspect-ratio.
 *    Heights based upon teaser.config.yml and adjusted in variant stylesheets.
 */
.teaser__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
  aspect-ratio: 4/3;
}
@media (min-width: 25em) {
  .teaser__image {
    aspect-ratio: 3/2;
  }
}
.teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
 * Main teaser headline.
 */
.teaser__headline {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  margin: 0 0 0.5em;
  font-size: 2rem;
  line-height: 1.09375;
  color: #212121;
}

/**
 * Teaser subhead bar.
 */
@media (min-width: 43.75em) {
  .teaser__subhead-bar {
    margin: 0 0 0.5rem;
  }
  .teaser--dispatch .teaser__subhead-bar, .section--dispatch .teaser__subhead-bar {
    margin: 0;
  }
}
@media (max-width: 43.74em) {
  .teaser--has-badge .teaser__subhead-bar {
    transform: translateY(-3px);
  }
}
.teaser__subhead-bar .subhead--inline div:empty {
  display: none;
}

/**
 * Teaser subhead.
 */
.teaser__subhead {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.0714285714;
}
@media (min-width: 43.75em) {
  .teaser__subhead {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

/**
 * Body container for teaser content.
 *
 * 1. By default, push footer away so body occupies full height of teaser.
 * 2. Ensure body takes up 100% width of teaser even if content doesn't.
 */
.teaser__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
}

/**
 * Excerpt text.
 */
.teaser__text {
  margin: 0 0 10px;
  font-size: 1.0625rem;
  line-height: 1.4705882353;
  color: #878787;
}
.teaser__text > :last-child {
  margin-bottom: 0;
}

/**
 * Teaser footer.
 * Container for author and meta.
 *
 * 1. Push to bottom of flexbox container.
 */
.teaser__footer {
  margin-top: auto;
}

/**
 * Teaser authors.
 */
.teaser__authors {
  margin: 0;
  color: #737373;
  font-weight: 400;
}

/**
 * Meta data (datetime, comments etc).
 *
 * 1. Push bookmark icon to right-hand side and hide separator.
 * 2. Force comments to wrap onto the next line.
 */
.teaser__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #737373;
  font-size: 0.84375rem;
  line-height: 1.4814814815;
}
.teaser--dispatch .teaser__meta {
  min-height: initial;
}
.teaser--dispatch .teaser__meta .datetime {
  margin-right: 0.5rem;
}
@media (min-width: 43.75em) {
  .teaser--dispatch .teaser__meta {
    min-height: auto;
  }
}
.teaser__meta span:first-of-type:before {
  margin: 0;
  content: initial;
}
.teaser__meta .bookmark {
  margin-left: auto;
}
.teaser__meta .bookmark:before {
  display: none;
}
@media (min-width: 56.25em) {
  .teaser__meta .bookmark {
    margin-right: 15px;
  }
}
.teaser__meta .bookmark__text {
  display: none;
}
@media (max-width: 49.99em) {
  .teaser__meta.comments-count {
    width: 90%;
  }
  .teaser__meta.comments-count:before {
    display: none;
  }
}

/**
 * Topic introduction component.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.topic-introduction {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1180px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 auto 1.25rem;
}

.topic-introduction__cover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  max-width: 1180px;
  height: 100px;
  padding: 2rem;
  margin: 0 auto 1rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 35em) {
  .topic-introduction__cover {
    height: 304px;
    margin-bottom: 3rem;
  }
}

.topic-introduction__headline {
  margin-bottom: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.16;
  color: #fff;
}
@media (min-width: 35em) {
  .topic-introduction__headline {
    margin-bottom: 0.15em;
    font-size: 3rem;
  }
}

.topic-introduction__subheadline {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2222;
  color: #fff;
}
@media (max-width: 34.99em) {
  .topic-introduction__subheadline {
    display: none;
  }
}

.topic-introduction__image {
  position: absolute;
  z-index: -1;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.topic-introduction__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.topic-introduction__content {
  margin-bottom: 2rem;
}
.topic-introduction__content:not([open]) {
  margin-bottom: -1.2rem;
}
@media (min-width: 43.75em) {
  .topic-introduction__content {
    max-width: 75%;
  }
}
@media (min-width: 64.0625em) {
  .topic-introduction__content {
    max-width: 46.5%;
  }
}
@media (min-width: 75em) {
  .topic-introduction__content {
    max-width: 49%;
  }
}
.topic-introduction__content:not([open]) .expandable__summary:after {
  top: 60%;
}

/**
 * Author profile page.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.author-profile {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.author-profile__content {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 64.0625em) {
  .author-profile__content {
    margin-left: calc(8.75rem + 2.5rem);
  }
}
@media (min-width: 75em) {
  .author-profile__content {
    margin-left: calc(11.25rem + 2.5rem);
  }
}
.author-profile__header {
  display: flex;
  justify-content: space-between;
}
.author-profile__header > div {
  flex: 1;
}
.author-profile__header .avatar {
  max-width: 100px;
}
@media (min-width: 35em) {
  .author-profile__header .avatar {
    max-width: 150px;
  }
}
@media (min-width: 50em) {
  .author-profile__header .avatar {
    max-width: 200px;
  }
}
@media (min-width: 64.0625em) {
  .author-profile__header {
    max-width: calc(66.66% - 2rem);
  }
}
.author-profile__bio {
  margin-bottom: 2rem;
  color: #878787;
}
@media (min-width: 35em) {
  .author-profile__bio {
    max-width: 62%;
  }
}
@media (min-width: 50em) {
  .author-profile__bio {
    max-width: 42%;
  }
}
.author-profile__avatar {
  width: 95px;
  height: auto;
}
.author-profile__avatar[loading=lazy] {
  background-image: none;
  background-size: cover;
  background-color: #f0f0f0;
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 43.75em) {
  .author-profile__avatar {
    width: 170px;
  }
}
.author-profile__name {
  margin: 0 0 0.625rem;
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
@media (min-width: 35em) {
  .author-profile__name {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}
.author-profile__role {
  margin-bottom: 1.68rem;
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 400;
  color: #464646;
}
@media (min-width: 35em) {
  .author-profile__role {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.author-profile__contact {
  display: flex;
}
@media (max-width: 34.99em) {
  .author-profile__contact {
    flex-direction: column;
  }
}
@media (min-width: 35em) {
  .author-profile__contact {
    align-items: center;
  }
}
.author-profile__listing {
  padding-top: 2.5rem;
}
@media (max-width: 64.0525em) {
  .author-profile__listing .section-teaser__header {
    position: relative;
  }
}
.author-profile__listing .section-teaser__header:before {
  position: absolute;
  top: -2.5rem;
  right: 0;
  left: 0;
  border-top: 1px solid #e3e3e3;
  content: "";
}
@media (min-width: 64.0625em) {
  .author-profile__listing .section-teaser__header:before {
    right: 0.9375rem;
    left: 0.9375rem;
  }
}
.author-profile:after {
  position: absolute;
  right: 0;
  bottom: -1rem;
  left: 0;
  width: calc(100% - 1.875rem);
  height: 1px;
  margin-left: 0.9375rem;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Card grid
 *
 * 1. Only apply the 3 column grid to the full width grid.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.625rem;
}
@media (min-width: 35em) {
  .card-grid {
    grid-gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 35em) and (max-width: 75.625em) {
  .card-grid {
    width: 100%;
  }
}
@media (min-width: 64.0625em) {
  .card-grid.alignfull {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-grid .card {
  margin-bottom: 0;
}

/**
* Article page and related components.
*
* 1. Increase spacing to paragraph above.
* 2. On mobile; pull lead image out to edges and pad caption.
*/
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article__standfirst, .article__body, .listing--has-header, .page--article .breadcrumb {
    margin-left: 13.75rem;
  }
}

.middlePageProbe {
  position: absolute;
  top: 50%;
  display: block;
  width: 0.1px;
  height: 50%;
  opacity: 0;
}
.middlePageProbe.hidden {
  display: none;
}

.article--full {
  margin-left: 0;
}
@media (max-width: 49.99em) {
  .article--full .subhead {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.article--full .headline:first-of-type {
  margin: 0 0 0.325em;
}
@media (min-width: 43.75em) {
  .article--full .headline:first-of-type {
    line-height: 1.15;
  }
}
@media (max-width: 43.74em) {
  .article--full .headline {
    font-size: 1.749995rem;
    line-height: 1.2;
  }
}
@media (min-width: 43.75em) and (max-width: 49.99em) {
  .article--full .headline {
    font-size: 2.374775rem;
    line-height: 1.3;
  }
}
@media (max-width: 49.99em) {
  .article--full .headline {
    margin: 0.6667em 0 0.75em;
  }
}
@media (min-width: 50em) and (max-width: 64.0525em) {
  .article--full .headline {
    font-size: 2.8067975rem;
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  .article--opinion .article-meta__author {
    display: none;
  }
}
@media (min-width: 50em) {
  .article--opinion .intro-block {
    min-height: 160px;
  }
}
.article__standfirst {
  position: relative;
}
@media (min-width: 64.0625em) {
  .article__standfirst, .article__body {
    max-width: 640px;
  }
}
.article__body {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
@media (max-width: 43.74em) {
  .article__body {
    font-size: 1.062499625rem;
    line-height: 1.6;
  }
}
@media (min-width: 43.75em) and (max-width: 64.0525em) {
  .article__body {
    font-size: 1.218745rem;
    line-height: 1.6;
  }
}
.article__body .article-meta__author {
  margin-bottom: 0;
  font-size: 1rem;
  color: #464646;
}
.article__body .article-meta__author.author a {
  font-weight: 700;
  color: #0085c2;
}
.article__body > h2,
.article__body .is-paywall-protected > h2 {
  margin-top: 48px;
}
@media (min-width: 43.75em) {
  .article__body > h2,
  .article__body .is-paywall-protected > h2 {
    font-size: 1.7578125rem;
    line-height: 1.3511111111;
  }
}
@media (min-width: 64.0625em) {
  .article__body > h2,
  .article__body .is-paywall-protected > h2 {
    font-size: 2.12484375rem;
    line-height: 1.3236267373;
  }
}
.article__body ol:not(.factbox__body ol) li,
.article__body ul:not(.anchor-box):not(.check-list):not(.factbox__body ul) li {
  font-family: "ITC New Veljovic", serif;
}
.article__body > h3,
.article__body > h4,
.article__body .is-paywall-protected > h3,
.article__body .is-paywall-protected > h4 {
  margin-top: 12px;
}
.article__body > p,
.article__body > glomex-player { /* stylelint-disable-line */
  margin: 0 0 1.4545rem;
  font-family: "ITC New Veljovic", serif;
  color: #000000;
}
.article__body > p:last-of-type + ul, .article__body > p:last-of-type + ol,
.article__body > glomex-player:last-of-type + ul,
.article__body > glomex-player:last-of-type + ol {
  margin-top: 1.25rem;
}
.article__body li > p {
  margin-bottom: 0;
}
.article__body .is-paywall-protected > p {
  margin: 0 0 1.4545rem;
  font-family: "ITC New Veljovic", serif;
  color: #000000;
}
.article__body .is-paywall-protected > p:last-of-type + ul, .article__body .is-paywall-protected > p:last-of-type + ol {
  margin-top: 1.25rem;
}
.article__body .is-paywall-protected > p:first-child {
  margin: 1.4545rem 0;
}
.article__body table {
  font-family: "ITC New Veljovic", serif;
  color: #000000;
}
.article__body > table td {
  width: clamp(min(10vw, 20rem), 200px, max(90vw, 55rem));
}
.article__body > table tr:nth-child(even) {
  background-color: #f5f5f5;
}
@media (max-width: 43.74em) {
  .article__lead-media, .article__lead-image {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media (min-width: 64.0625em) {
  .article .author--opinion {
    position: absolute;
    top: 2.6875rem;
    right: calc(100% + 2.5rem);
    width: 8.75rem;
  }
}
@media (min-width: 75em) {
  .article .author--opinion {
    width: 11.25rem;
  }
}

/**
* Teaser attachment.
* Added to article content and pulled out to the left=hand sidebar.
*/
.article-attachment {
  float: left;
  width: 8.75rem;
  margin: 5px 2.5rem 10px 0;
}
@media (min-width: 25em) and (max-width: 74.99em) {
  .article-attachment {
    width: 11.25rem;
  }
}
@media (min-width: 75em) {
  .article-attachment {
    width: 11.25rem;
    margin-left: -13.75rem;
  }
}
.article-attachment :last-child {
  margin-bottom: 0;
}

@media (max-width: 34.99em) {
  .article__paywall {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .article__paywall:before, .article__paywall:after {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.article--full *:not(p, h3, svg) {
  clear: both;
}

/**
* Float left/right/full-width images.
* On smaller screens; always full-width.
*/
.article .pull-out {
  position: relative;
}
.article .pull-out__heading {
  margin-bottom: 5px;
}
.article .pull-out > :last-child {
  margin-bottom: 0;
}
@media (min-width: 35em) {
  .article .pull-out {
    margin-top: 7px;
  }
  .article .pull-out--left, .article .pull-out--right {
    width: 12.2727272727em;
  }
  .article .pull-out--left {
    float: left;
    margin-right: 20px;
    margin-left: initial;
  }
  .article .pull-out--right {
    float: right;
    margin-right: initial;
    margin-left: 20px;
  }
  .article .pull-out--full {
    margin-top: 0;
  }
}

/**
 * Embed consent.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.embed-consent {
  padding: 1.5625em 1.875em;
  margin: 0 0 1.4545rem;
  background-color: #f2f2f2;
}
.embed-consent__html, .embed-consent__content, .embed-consent__footer {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 50em) {
  .embed-consent {
    padding: 2.5rem 3.4375rem;
  }
}
.embed-consent__heading {
  display: block;
  padding-bottom: 1.1em;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 1.1em;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
}
@media (min-width: 50em) {
  .embed-consent__heading {
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
  }
}
.embed-consent__disclaimer {
  margin: 0 0 1.4545rem;
  font-family: "ITC New Veljovic", serif;
}
.embed-consent__consent {
  margin-bottom: 1.375em;
  line-height: 1.33;
}
@media (min-width: 50em) {
  .embed-consent__consent {
    margin-bottom: 2.375em;
  }
}
.embed-consent__html {
  display: none;
  margin-bottom: 1.375rem;
}
@media (min-width: 50em) {
  .embed-consent__html {
    margin-bottom: 1.625rem;
  }
}
.embed-consent__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 50em) {
  .embed-consent__footer {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.embed-consent__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.375em;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}
.embed-consent__checkbox:before {
  display: block;
  width: 50px;
  height: 14px;
  border-radius: 14px;
  margin-right: 20px;
  background-color: #b9b9b9;
  transition: background-color 200ms ease-in;
  content: "";
}
.embed-consent__checkbox:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #b9b9b9;
  border-radius: 22px;
  background-color: #fff;
  transition: left 200ms ease-out;
  content: "";
}
.embed-consent input[type=checkbox] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.embed-consent input[type=checkbox]:checked + .embed-consent__checkbox:before {
  background-color: #0065ad;
}
.embed-consent input[type=checkbox]:checked + .embed-consent__checkbox:after {
  left: 29px;
}
.embed-consent__accept {
  font-size: 1.125rem;
}
.embed-consent__plain {
  padding: 1em;
  margin-bottom: 12px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.embed-consent__legal {
  position: relative;
  display: inline-block;
  padding-right: 0.65em;
  text-decoration: none;
  color: #0065ad;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 500;
}
.embed-consent__legal:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #0065ad;
  border-right: 1px solid #0065ad;
  content: "";
  transform: translateY(-45%) rotate(45deg);
}

.embera-embed-responsive {
  position: relative;
  height: 0;
}
.embera-embed-responsive-video {
  padding-bottom: 56.25%; /* 16:9 */
}
.embera-embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-active .embed-consent__permission {
  display: none;
}

.embed-active .embed-consent__html {
  display: block;
}

.embed-active .embed-consent__html * {
  max-width: 100%;
}

blockquote.instagram-media {
  min-width: 0 !important;
}

/**
 * large hero banner.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.hero {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1210px;
  height: 50vh;
  min-height: 400px;
  margin: 0 auto 1rem;
  color: #fff;
}
.hero *:not(a) {
  color: inherit;
}
.hero:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
.hero--full {
  height: 100vh;
}
.hero__category-link {
  font-weight: 700;
  text-decoration: none;
}
.hero__body {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  max-width: 850px;
  padding: 0 1.25rem;
  margin-bottom: 3.75rem;
}
.hero__meta {
  display: flex;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 300;
}
.hero__meta .author {
  padding-right: 5px;
}
.hero img,
.hero picture,
.hero figure {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.gallery__intro {
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .gallery__intro {
    max-width: 60%;
  }
}
.gallery__intro p:last-child {
  margin-bottom: 0;
}

.gallery__content {
  z-index: 1;
  padding-top: 3rem;
  color: #fff;
  background-color: #404040;
}
.gallery__content:not(:has(.paywall)) {
  position: relative;
}
@media (min-width: 64.0625em) {
  .gallery__content {
    padding-top: 4.375rem;
  }
}
.gallery__content:has(.paywall-image) {
  background-image: linear-gradient(to bottom, #404040 0, #404040 190px, #ffffff 380px 100%);
}
@media (min-width: 56.25em) {
  .gallery__content:has(.paywall-image) {
    background-image: linear-gradient(to bottom, #404040, #ffffff 500px 100%);
  }
}
.gallery__content .paywall:before, .gallery__content .paywall:after {
  display: none;
}

.gallery__image {
  margin-bottom: 1.5rem;
}
@media (max-width: 56.24em) {
  .gallery__image {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 56.25em) {
  .gallery__image {
    margin-bottom: 4.375rem;
  }
}

.gallery__tags {
  padding-bottom: 1rem;
  margin-top: 1rem;
}
@media (min-width: 64.0625em) {
  .gallery__tags {
    padding-bottom: 1.25rem;
  }
}
.gallery__tags .tag,
.gallery__tags a.link-acquire {
  color: #fff;
}

/**
 * Paywall.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.paywall {
  margin: 1.5rem 0;
}
.paywall:before, .paywall:after {
  display: block;
  filter: blur(7px);
}
.paywall:before {
  content: "Dies ist ein Premium-Text unserer BNN Redaktion. Um diesen Inhalt lesen zu können, benötigen Sie ein bnn.de Abonnement. Bitte füllen Sie das Formular aus.";
}
.paywall:after {
  content: "Dies ist ein Premium-Text unserer BNN Redaktion. Um diesen Inhalt lesen zu können, benötigen Sie ein bnn.de Abonnement.";
}
.paywall a {
  color: #fff;
}
.paywall__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 648px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 1.5rem auto;
  gap: 12px;
  background: #303c46;
  color: #fff;
  text-align: center;
}
.paywall__icon {
  margin-left: 10px;
}
.paywall__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 1.75rem;
  line-height: normal;
  color: #fff;
}
@media (min-width: 43.75em) {
  .paywall__heading {
    font-size: 2.1875rem;
    line-height: normal;
  }
}
.paywall__content-header {
  display: flex;
  flex-direction: column;
}
.paywall__content-header h3,
.paywall__content-header a {
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.paywall__offers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  gap: 20px;
}
@media (min-width: 43.75em) {
  .paywall__offers {
    flex-direction: row;
  }
}
@media (min-width: 64.0625em) {
  .paywall__offers {
    gap: 15px;
  }
}
.paywall:not(.is-logged-in) .pw-logged-in {
  content-visibility: hidden;
}
.paywall.is-logged-in .pw-not-logged-in {
  content-visibility: hidden;
}

/**
 * No search results page.
 */
.search-noresult .headline {
  margin: 0 0 6.125rem;
  font-size: 1.5625rem;
  line-height: normal;
  font-weight: 600;
}
.search-noresult .button {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 0 auto 2.188rem;
  transform: translateX(-50%);
  font-size: 1.25rem;
  line-height: normal;
}
.search-noresult + .section-teaser .pager {
  display: none;
}

/**
 * Website footer.
 *
 * 1. Each first item in a footer nav should have the same width, while the following items should not. Therefore the
 *    first item is using table-cell only.
 * 2. Prevents weird IE11 bug where erroneous space is added to bottom
 *    of social icons causing window scrollbar.
 * 3. enforcing a one line display from a custom Breakpoint (to prevent horizontal scroll)
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.site-footer {
  padding-top: 2.1875rem;
  margin-top: auto;
  background-color: #f2f2f2;
  text-align: center;
}
.has-promotional-teaser .site-footer {
  margin-top: unset;
}
@media (min-width: 64.0625em) {
  .site-footer {
    position: relative;
    padding-top: 2.5rem;
  }
}
.site-footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.125rem;
}
@media (min-width: 43.75em) {
  .site-footer__main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3.4375rem;
  }
}
.site-footer__branding {
  max-width: 253px;
}
.site-footer__branding path {
  fill: #000;
}
@media (max-width: 43.74em) {
  .site-footer__branding {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 50em) and (max-width: 74.99em) {
  .site-footer__branding {
    max-width: 300px;
  }
}
.site-footer__nav {
  margin-bottom: 3em;
  font-size: 1rem;
}
.site-footer__nav-bar {
  color: #000;
  text-align: left;
}
@media screen and (min-width: 760px) {
  .site-footer__nav-bar {
    display: table-row;
  }
}
.site-footer__nav-bar .nav-bar__item {
  display: initial;
  padding: 0.625em 1em 0.625em 0;
  margin-right: 0 !important;
  white-space: nowrap;
  line-height: 24px;
}
.site-footer__nav-bar .nav-bar__item--lead {
  display: table-cell;
  width: 5em;
  font-weight: 500;
}
@media (max-width: 43.74em) {
  .site-footer__nav-bar .nav-bar__item--lead {
    display: none;
  }
}
.site-footer__nav-bar .nav-bar__item + .nav-bar__item:not(:last-child):after, .site-footer__nav-bar.site-footer__legal .nav-bar__item:first-child:after {
  margin-left: 0.9em;
  content: "|";
  color: #b9b9b9;
}
.site-footer__nav-bar .nav-bar__link {
  color: #0065ad;
  font-weight: normal;
}
@media (max-width: 43.74em) {
  .site-footer__products, .site-footer__company {
    display: none;
  }
}
@media (max-width: 43.74em) {
  .site-footer__legal {
    justify-content: center;
    width: 100%;
    margin-bottom: 3.125rem;
  }
}
.site-footer__legal .nav-bar__link {
  color: #737373;
}
.site-footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.25rem;
}
@media (min-width: 43.75em) {
  .site-footer__copyright {
    padding-top: 1.625rem;
    border-top: 1px solid #b9b9b9;
  }
}
@media (min-width: 43.75em) and (max-width: 64.0525em) {
  .site-footer__copyright {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 64.0625em) {
  .site-footer__copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer__copyright .copyright {
  font-size: 0.7813rem;
  line-height: 1.7;
  letter-spacing: 0.2px;
  text-align: center;
  color: #969696;
}
.site-footer__social {
  max-width: 348px;
}
.site-footer__social .social-links__item:not(:last-child) {
  margin: 0 1.125rem 0.3125rem 0;
}
.site-footer__social .social-links__item:last-child {
  margin-bottom: 0.3125rem;
}
.site-footer__social .social-links__link {
  font-size: 2.375rem;
}

/**
 * Website header bar.
 */
.site-header {
  position: relative;
  z-index: 410;
  width: 100%;
  margin: 0 0 1rem;
  background-color: #fff;
}
@media (max-width: 34.99em) {
  .site-header + main:has(.section--lead-frontpage) {
    margin-top: -2rem;
  }
}
.site-header > .container {
  display: grid;
}
.site-header + .site-topics {
  position: relative;
  z-index: 420;
  margin-top: -1.1rem;
}
@media (min-width: 64.0625em) {
  .site-header {
    padding-top: 20px;
  }
}
@media (max-width: 64.0525em) {
  .site-header:has(+ .site-content > .topic-introduction) {
    margin-bottom: 0;
  }
}
.site-header__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  order: 0;
}
@media (max-width: 64.0525em) {
  .site-header__top {
    display: none;
  }
}
.site-header__top .nav-bar__link {
  font-weight: 500;
  line-height: 24px;
}
.site-header__service {
  margin-left: auto;
}
.site-header__main {
  display: flex;
  align-items: center;
  order: 1;
}
@media (max-width: 64.0525em) {
  .site-header__main {
    height: 62px;
  }
}
@media (min-width: 64.0625em) {
  .site-header__main {
    padding-bottom: 27px;
  }
}
.site-header__logout {
  position: relative;
  top: 3px;
}
.site-header__branding {
  flex: 0 0 200px;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 43.75em) {
  .site-header__branding {
    flex-basis: 235px;
    max-width: 235px;
  }
  .site-header__branding img,
  .site-header__branding svg {
    margin-left: 17px;
  }
}
@media (min-width: 64.0625em) {
  .site-header__branding {
    flex-basis: 460px;
    max-width: 460px;
    margin: -25px auto 0;
  }
  .site-header__branding img,
  .site-header__branding svg {
    margin-left: 0;
  }
}
.site-header__container {
  z-index: 10;
}
@media (max-width: 64.0525em) {
  .site-header__secondary-nav {
    font-size: 0.75rem;
  }
}
.site-header__menu-button {
  position: absolute;
  top: 50%;
  right: 1.1375rem;
  transform: translateY(-50%);
}
@media (min-width: 64.0625em) {
  .site-header__menu-button {
    display: none;
  }
}
.epaper-header .site-header__menu-button {
  top: 23px;
  display: block;
}
@media (min-width: 75em) {
  .epaper-header .site-header__menu-button {
    display: none;
  }
}
.site-header--compact .site-header__menu-button {
  right: 15px;
  display: block !important;
}
@media (max-width: 49.99em) {
  .site-header--compact .site-header__menu-button {
    transition: opacity 0.2s, transform 0.2s;
  }
}
@media (max-width: 74.99em) {
  .site-header--compact .site-header__menu-button {
    right: 15px;
  }
}
@media (min-width: 68.75em) {
  .site-header--compact .site-header__menu-button {
    left: 100%;
  }
}
.is-hidden:not(.is-nav-open) .site-header__menu-button {
  opacity: 0;
}

/**
 * Compact header bar variant.
 *
 * 1. Header may not be sticky or JS may be disabled.
 *    To avoid FOUC; add fade-in with 1s delay to allow JS time to fire.
 *    .is-top is added via JS and results in transparent background.
 *    If JS conditions not met then full black header bar is shown.
 * 2. Hide header bar only when dropdown is NOT open.
 * 3. Avoid overlap of sticky header and Drupal toolbar.
 * 4. Override container width when header is compact.
      Can't pass the `is_compact` variable through Drupal templates :(
 */
.site-header--compact {
  position: fixed;
  z-index: 410;
  top: 0;
  width: 100%;
  padding-top: 0;
  border-bottom: 2px solid rgba(227, 227, 227, 0);
  background-color: #fff;
  animation: compactHeader both 0.5s 1s;
  transition: background-color 0.2s, border-color 0.2s 0.2s;
  /*
   * Longread/gallery scrolling behaviour.
   *
   * 1. When scrollng past the immersive header.
   * 2. When scrolling down the page below the immersive header.
   */
}
.site-header--compact.site-header--dark {
  transition: background-color 0.2s, backdrop-filter 0.2s;
}
.site-header--compact.site-header--dark:not(.is-nav-open) {
  backdrop-filter: saturate(180%) blur(10px);
  background-color: rgba(46, 46, 46, 0.8);
}
.site-header--compact.site-header--dark:not(.is-nav-open).is-top, .site-header--compact.site-header--dark:not(.is-nav-open).is-hidden {
  backdrop-filter: none;
  background-color: transparent;
}
.site-header--compact.site-header--dark:not(.is-nav-open).is-sticky {
  border-bottom: none;
}
.site-header--compact:not(.is-nav-open).is-top {
  background-color: transparent;
}
.site-header--compact:not(.is-nav-open).is-top .site-header__branding > svg,
.site-header--compact:not(.is-nav-open).is-top .site-header__branding > svg > path,
.site-header--compact:not(.is-nav-open).is-top .site-header__branding > img, .site-header--compact:not(.is-nav-open).is-hidden .site-header__branding > svg,
.site-header--compact:not(.is-nav-open).is-hidden .site-header__branding > svg > path,
.site-header--compact:not(.is-nav-open).is-hidden .site-header__branding > img, .site-header--compact:not(.is-nav-open).site-header--dark .site-header__branding > svg,
.site-header--compact:not(.is-nav-open).site-header--dark .site-header__branding > svg > path,
.site-header--compact:not(.is-nav-open).site-header--dark .site-header__branding > img {
  fill: #fff;
}
.site-header--compact:not(.is-nav-open).is-top .hamburger-inner,
.site-header--compact:not(.is-nav-open).is-top .hamburger-inner:before,
.site-header--compact:not(.is-nav-open).is-top .hamburger-inner:after, .site-header--compact:not(.is-nav-open).is-hidden .hamburger-inner,
.site-header--compact:not(.is-nav-open).is-hidden .hamburger-inner:before,
.site-header--compact:not(.is-nav-open).is-hidden .hamburger-inner:after, .site-header--compact:not(.is-nav-open).site-header--dark .hamburger-inner,
.site-header--compact:not(.is-nav-open).site-header--dark .hamburger-inner:before,
.site-header--compact:not(.is-nav-open).site-header--dark .hamburger-inner:after {
  background-color: #fff;
}
@keyframes compactHeader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-header--compact.is-hidden:not(.is-nav-open) {
  background-color: transparent;
  backdrop-filter: none;
  opacity: 0;
  transition: 0.2s;
}
.site-header--compact .container,
.site-header--compact .site-nav-menu--secondary {
  max-width: 62.5rem;
}
.site-header--compact.is-nav-open {
  z-index: 450;
}
.site-header--compact.is-nav-open .site-header__top {
  opacity: 1;
  pointer-events: auto;
}
.site-header--compact.is-sticky:not(.is-nav-open) {
  border-bottom: 2px solid rgb(227, 227, 227);
}
.site-header--compact .site-header__main {
  height: 62px;
  padding: 0;
}
@media (min-width: 35em) {
  .site-header--compact .site-header__main {
    height: 76px;
  }
}
@media (max-width: 64.0525em) {
  .site-header--compact .site-header__main {
    display: flex;
    align-items: center;
  }
}
.site-header--compact .site-header__service {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: opacity 200ms ease-in;
}
.site-header--compact .site-header__service .nav-bar__item:first-child {
  visibility: hidden;
}
@media (min-width: 50em) and (max-width: 68.75em) {
  .site-header--compact .site-header__service {
    right: 55px;
  }
}
@media (min-width: 64.0625em) {
  .is-nav-open .site-header--compact .site-header__service {
    opacity: 1;
    visibility: visible;
  }
}
.site-header--compact .site-header__branding {
  display: inline-block;
  max-width: 235px;
  margin: 0 auto;
  transition: transform 0.2s, opacity 0.2s;
}
@media (min-width: 68.75em) {
  .site-header--compact .site-header__branding {
    max-width: 300px;
  }
}
.site-header--compact .site-header__branding > svg,
.site-header--compact .site-header__branding > img {
  max-width: 100%;
  max-height: 42px;
  margin: 0;
}
@media (min-width: 64.0625em) {
  .site-header--compact .site-header__branding {
    flex-basis: auto;
  }
}
@media (max-width: 49.99em) {
  .site-header--compact.is-hidden:not(.is-nav-open) .site-header__menu-button, .site-header--compact.is-sticky:not(.is-scrolling-up):not(.is-nav-open) .site-header__menu-button {
    opacity: 0;
    transform: translateY(2px);
  }
  .site-header--compact.is-hidden:not(.is-nav-open) .site-header__branding, .site-header--compact.is-sticky:not(.is-scrolling-up):not(.is-nav-open) .site-header__branding {
    opacity: 0;
    transform: translateY(10px);
  }
}
@media (min-width: 50em) {
  .site-header--compact.is-hidden:not(.is-nav-open) .site-header__branding {
    opacity: 0;
  }
}
.site-header--compact .site-nav-dropdown__search {
  padding-top: 1.5rem;
}

.sticky-content {
  position: relative;
  z-index: 440;
  top: 16px;
  transition: opacity 0.2s, transform 0.2s;
}
@media (min-width: 35em) {
  .sticky-content {
    top: 22px;
  }
}
@media (min-width: 56.25em) {
  .sticky-content {
    top: -0.75rem;
  }
}
@media (min-width: 50em) and (max-width: 74.99em) {
  .sticky-content {
    margin-right: 48px;
  }
}
.sticky-content.is-sticky {
  position: fixed;
  z-index: 420;
}
@media (max-width: 49.99em) {
  .sticky-content.is-sticky {
    opacity: 1;
  }
  .sticky-content.is-sticky.is-scrolling-up {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@media (min-width: 35em) {
  .sticky-content.is-sticky {
    top: 24px;
  }
}
@media (min-width: 56.25em) {
  .sticky-content.is-sticky {
    right: 15px;
  }
  .is-nav-open .sticky-content.is-sticky {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 62.5em) {
  .sticky-content.is-sticky {
    right: 50%;
    margin-right: -437px;
  }
}
@media (min-width: 75em) {
  .sticky-content.is-sticky {
    margin-right: -485px;
  }
}

/**
 * Service click-to-open quick menu.
 */
.nav-bar__toggle {
  position: relative;
  display: inline-block;
}

.nav-bar__toggle > label {
  display: inline;
  padding-right: 1.5em;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.nav-bar__toggle > label:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='M 1 1 L 8.5 9 L 16 1' stroke='%23000' stroke-width='2' fill='none' /%3E%3C/svg%3E");
  background-size: cover;
  content: "";
  transition: transform 200ms ease-in-out;
}

[data-nav-bar-toggle] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
[data-nav-bar-toggle] ~ .nav-bar {
  position: absolute;
  z-index: 440;
  top: calc(100% + 5px);
  left: 0;
  display: none;
  width: 155px;
  padding: 1em 0 0 1.25em;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
}
.site-header__service [data-nav-bar-toggle] ~ .nav-bar {
  right: 0;
  left: auto;
  margin-left: -120px;
}
[data-nav-bar-toggle] ~ .nav-bar .nav-bar {
  margin-bottom: 1em;
}
[data-nav-bar-toggle] ~ .nav-bar .nav-bar__item {
  width: 100%;
  margin-bottom: 0.5em;
  color: #878787;
}
[data-nav-bar-toggle] ~ .nav-bar .nav-bar__link {
  display: block;
}
[data-nav-bar-toggle] ~ .nav-bar .nav-bar__item:last-child .nav-bar__link {
  border-bottom: 0;
}
[data-nav-bar-toggle]:checked ~ .nav-bar {
  display: block;
}
[data-nav-bar-toggle]:checked ~ label:after {
  transform: rotateX(180deg);
}

.service-menu {
  display: none;
}
.is-logged-in .service-menu {
  display: block;
}

/**
 * Primary site navigation.
 *
 * 1. Ensure any space between nav and dropdown is dropdown bg color.
 *    For example, search box space.
 * 2. On mobile with compact header, menu should stretch to full height
 *    and be scrollable.
 * 3. Split into two columns on mobile.
 */
.site-nav {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 64.0525em) {
  .site-nav.is-open {
    display: none;
  }
}
.site-header--compact .site-nav {
  display: none;
}
@media (max-width: 64.0525em) {
  .site-header--compact .site-nav.is-open {
    overflow: auto;
    height: calc(100vh - 62px);
  }
}

.site-nav-menu {
  display: none;
  margin: 0;
  list-style: none;
  font-size: 1.21875rem;
  line-height: 2rem;
}
@media (max-width: 64.0525em) {
  .site-nav-menu {
    padding: 0 1.25rem;
  }
}
@media (min-width: 64.0625em) {
  .site-nav-menu {
    display: block;
    text-align: justify;
  }
  .site-header--compact .site-nav-menu {
    justify-content: flex-start;
  }
}
.site-nav-menu--primary {
  padding: 12px 0 10px;
}
.site-nav-menu--primary .nav-bar__item {
  font-weight: 500;
}

@media (max-width: 64.0525em) {
  .site-nav-menu__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 64.0625em) {
  .site-nav-menu__item:not(:last-child) {
    position: relative;
    flex-shrink: 0;
  }
}
@media (max-width: 64.0525em) {
  .site-nav-menu--secondary .site-nav-menu__item {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0;
  }
}
@media (min-width: 64.0625em) {
  .site-nav-menu--secondary .site-nav-menu__item {
    margin-right: 3.5vw;
  }
}
@media (min-width: 75em) {
  .site-nav-menu--secondary .site-nav-menu__item {
    border-bottom: 0;
    margin-right: 15px;
  }
}
.site-nav-menu--primary .site-nav-menu__item {
  display: inline-block;
}
.site-nav-menu--primary .site-nav-menu__item:last-child() {
  margin-right: initial;
}
@media (min-width: 64.0625em) {
  .site-nav-menu--primary .site-nav-menu__item {
    margin-right: 4vw;
  }
}
@media (min-width: 75em) {
  .site-nav-menu--primary .site-nav-menu__item {
    margin-right: 60px;
  }
}

.site-nav-menu__pillar {
  display: block;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
.site-nav-menu--secondary .site-nav-menu__pillar {
  position: relative;
}
@media (max-width: 64.0525em) {
  .site-nav-menu--secondary .site-nav-menu__pillar {
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.27;
  }
}
@media (min-width: 75em) {
  .site-nav-menu--secondary .site-nav-menu__pillar {
    padding-right: 40px;
  }
}
@media (min-width: 64.0625em) {
  .site-header.site-header--compact .site-nav-menu--secondary .site-nav-menu__pillar {
    margin-bottom: 0.6em;
  }
  .site-header:not(.site-header--compact) .site-nav-menu--secondary .site-nav-menu__pillar {
    display: block;
    overflow: hidden;
    height: 0;
    border: 0;
    margin: 0;
    clip: rect(0 0 0 0);
  }
}
@media (max-width: 64.0525em) {
  .site-nav-menu--secondary .nav-bar__item--has-child .site-nav-menu__pillar {
    margin-right: 3.5rem;
    background-color: #fff;
  }
}

.site-nav-menu__trigger {
  position: relative;
  cursor: pointer;
}
.site-nav-menu__trigger:after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 7px;
  transform: translateY(-50%);
  font-size: 12px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='M 1 1 L 8.5 9 L 16 1' stroke='%23000' stroke-width='2' fill='none' /%3E%3C/svg%3E");
  transition: transform 200ms ease-in-out;
}
.site-header--compact .site-nav-menu__trigger {
  pointer-events: none;
}
.site-header--compact .site-nav-menu__trigger:after {
  display: none;
}
@media (max-width: 64.0525em) {
  .site-nav-menu__trigger:after {
    right: 0;
  }
}
.site-nav.is-open .site-nav-menu__trigger:after {
  transform: translateY(-50%) rotateX(180deg);
}

.site-nav-dropdown .nav-bar.site-nav-submenu {
  display: block;
  max-width: 100%;
  margin: 0;
  font-size: 0.7em;
  line-height: 1.4;
  list-style: none;
}
@media (max-width: 64.0525em) {
  .site-nav-dropdown .nav-bar.site-nav-submenu {
    display: none;
    padding: 1.25rem 0 1.25rem 1rem;
    background-color: #f5f5f5;
  }
  .site-nav-dropdown .nav-bar.site-nav-submenu.expanded {
    display: block;
  }
}

.site-nav-submenu__item {
  width: 100%;
  font-size: 1.1875rem;
}
.site-nav-submenu__item:not(:last-child) {
  margin-bottom: 1.36em;
}
.site-nav-submenu__item.is-open {
  display: block;
}
@media (min-width: 64.0625em) {
  .site-nav-submenu__item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1.25rem;
  }
}

.site-nav-submenu__link {
  display: block;
  max-width: initial;
  margin: 0 2.25rem 0 0;
  color: #000;
  text-decoration: none;
  line-height: inherit;
  hyphens: auto;
  word-break: break-word;
  font-size: 1.1875rem;
}
@media (max-width: 64.0525em) {
  .site-nav-submenu__link {
    margin: 0;
  }
}
@media (min-width: 64.0625em) {
  .site-nav-submenu__link {
    font-weight: normal;
    font-size: 1rem;
  }
  .site-nav-dropdown .site-nav-submenu__link {
    max-width: 9ch;
    margin-right: 0;
  }
}
@media (min-width: 75em) {
  .site-nav-dropdown .site-nav-submenu__link {
    max-width: 14ch;
  }
}
@media (min-width: 64.0625em) {
  .nav-bar__toggle .site-nav-submenu__link {
    margin-right: 1em;
  }
}
@media (max-width: 64.0525em) {
  .site-nav-menu--secondary .site-nav-submenu__link {
    padding-bottom: 0.15em;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 400;
  }
}

.site-nav-dropdown {
  position: relative;
  z-index: 1;
  left: 0;
  display: none;
  width: 100%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
}
@media (min-width: 50em) {
  .site-nav-dropdown .site-nav-submenu__link {
    letter-spacing: 0.25px;
  }
}
@media (max-width: 64.0525em) {
  .site-nav-dropdown {
    border-top: 1px solid #e3e3e3;
  }
}
@media (min-width: 64.0625em) {
  .site-nav-dropdown {
    position: absolute;
    left: 50%;
    padding: 1.2em 0;
    transform: translateX(-50%);
    background-color: #fafafa;
  }
}
.site-nav-dropdown > .nav-bar {
  display: block;
  text-align: justify;
}
.site-nav-dropdown.is-open {
  display: block;
}

@media (min-width: 64.0625em) {
  .site-nav-dropdown__top {
    display: none;
  }
}

.site-nav-dropdown__search {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 64.0625em) {
  .site-nav-dropdown__search {
    display: none;
  }
}

/**
 * 'Verlag' secondary dropdown nav menu.
 * Appears in footer on desktop screens.
 */
.company-nav-menu {
  padding: 3rem 1rem 1.5rem;
  background-color: #f7f7f7;
  font-size: 1.125rem;
}
.company-nav-menu .nav-bar__item {
  margin-bottom: 1em;
}
.company-nav-menu .nav-bar__item:not(.nav-bar__item--lead) {
  border-bottom: 1px solid #e3e3e3;
}
.company-nav-menu .nav-bar__item--lead {
  font-size: 1.25rem;
  font-weight: 500;
}
.company-nav-menu .nav-bar__link {
  font-weight: 400;
  color: #0065ad;
  line-height: 24px;
}
@media (min-width: 64.0625em) {
  .site-nav-dropdown .company-nav-menu {
    display: none;
  }
}

/**
 * Hamburger icon.
 */
.hamburger {
  display: inline-block;
  overflow: visible;
  padding: 0;
  border: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
@media (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  position: relative;
  display: block;
  width: 24px;
  height: 19px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: 3px/-2;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  background-color: #000;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner--inverse, .hamburger-inner--inverse:before, .hamburger-inner--inverse:after {
  background-color: #fff;
}
.hamburger-inner:before, .hamburger-inner:after {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -8px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger-inner:after {
  bottom: -8px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.is-nav-open .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-nav-open .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.is-nav-open .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/**
 * Primary navigation.
 */
.site-nav__container {
  display: flex;
  flex-direction: column;
  border: 1px #e3e3e3 solid;
  border-width: 1px 0;
}
@media (min-width: 64.0625em) {
  .site-nav__container {
    flex-direction: row;
  }
}

.nav-bar.mobile-account-menu {
  position: relative;
  display: flex;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .nav-bar.mobile-account-menu {
    display: none;
  }
}
.nav-bar.mobile-account-menu > .nav-bar__item {
  line-height: 1;
}
@media (min-width: 23.4375em) and (max-width: 34.99em) {
  .nav-bar.mobile-account-menu > .nav-bar__item.nav-bar__toggle > label {
    padding-right: 0.625em;
  }
  .nav-bar.mobile-account-menu > .nav-bar__item.nav-bar__toggle > label:after {
    margin-left: 3px;
  }
}
.nav-bar.mobile-account-menu > .nav-bar__item + .nav-bar__item {
  margin-left: auto;
}
@media (min-width: 23.4375em) {
  .nav-bar.mobile-account-menu > .nav-bar__item + .nav-bar__item {
    margin-left: 1em;
  }
}
@media (min-width: 23.4375em) and (max-width: 64.0525em) {
  .nav-bar.mobile-account-menu > .nav-bar__item + .nav-bar__item.site-header__epaper {
    margin-left: auto;
  }
}
.nav-bar.mobile-account-menu > .nav-bar__item > .nav-bar__link,
.nav-bar.mobile-account-menu > .nav-bar__item > label {
  color: #0065ad;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.83;
}
@media (min-width: 25em) {
  .nav-bar.mobile-account-menu > .nav-bar__item > .nav-bar__link,
  .nav-bar.mobile-account-menu > .nav-bar__item > label {
    font-size: 1.125rem;
  }
}
.nav-bar.mobile-account-menu > .nav-bar__item > label:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='M 1 1 L 8.5 9 L 16 1' stroke='%230065AD' stroke-width='2' fill='none' /%3E%3C/svg%3E");
}
.nav-bar.mobile-account-menu [data-nav-bar-toggle]:checked ~ .nav-bar {
  display: block;
}
.nav-bar.mobile-account-menu .nav-bar.site-nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
}
.nav-bar.mobile-account-menu .nav-bar.site-nav-submenu .site-nav-submenu__item {
  margin-bottom: 1rem;
}
.nav-bar.mobile-account-menu .nav-bar.site-nav-submenu .site-nav-submenu__item:last-child {
  margin-bottom: 0;
}
.nav-bar.mobile-account-menu .nav-bar__toggle {
  position: unset;
}
.nav-bar.mobile-account-menu .site-nav-submenu__link {
  margin-right: 0;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.222;
}
@media (min-width: 50em) {
  .nav-bar.mobile-account-menu .site-nav-submenu__link {
    letter-spacing: 0.25px;
  }
}
@media (max-width: 23.375em) {
  .nav-bar.mobile-account-menu .site-header__anzeigen {
    display: none;
  }
  .nav-bar.mobile-account-menu .site-header__anzeigen + .nav-bar__item {
    margin-left: 0;
  }
}
@media (max-width: 64.0525em) {
  .nav-bar.mobile-account-menu .button--primary {
    padding: 0;
    border: none;
    background: none;
    vertical-align: initial;
  }
}

@media (max-width: 64.0525em) {
  .site-nav-menu--secondary {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .site-nav-menu--secondary .nav-bar.site-nav-submenu {
    padding: 1.1875rem 3.5rem 1.1875rem 1rem;
  }
  .site-nav-menu--secondary > .nav-bar__item {
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .site-nav-menu--secondary > .nav-bar__item:after {
    position: absolute;
    top: 22px;
    right: 19px;
    display: block;
    width: 17px;
    height: 10px;
    content: "";
    transition: 0.6s;
    transform-style: preserve-3d;
    font-size: 12px;
    content: "";
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='M 1 1 L 8.5 9 L 16 1' stroke='%23000000' stroke-width='2' fill='none' /%3E%3C/svg%3E");
  }
  .site-nav-menu--secondary > .nav-bar__item:not(.nav-bar__item--has-child):after {
    transform: rotate(-90deg);
  }
  .site-nav-menu--secondary > .nav-bar__item--has-child > .nav-bar__link {
    border-right: 1px solid #e3e3e3;
  }
  .site-nav-menu--secondary > .nav-bar__item--has-child:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='M 1 1 L 8.5 9 L 16 1' stroke='%23000000' stroke-width='2' fill='none' /%3E%3C/svg%3E");
  }
  .site-nav-menu--secondary > .nav-bar__item--has-child.expanded:after {
    transform: rotateX(180deg);
  }
  .site-nav-menu--secondary > .nav-bar__item--has-child.expanded > .nav-bar__link {
    border-bottom: 1px solid #e3e3e3;
  }
  .site-nav-menu--secondary .site-nav-menu__item.expanded {
    background-color: #f5f5f5;
  }
  .site-nav-menu--secondary .site-nav-menu__item.expanded > .site-nav-submenu {
    display: block;
  }
}
@media (min-width: 64.0625em) {
  .site-nav-menu--secondary {
    position: relative;
    width: 100%;
    max-width: 75.625rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin: 0 auto;
  }
  .site-nav-menu--secondary .site-nav-menu__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .site-nav-menu--secondary .site-nav-submenu {
    width: 100%;
    max-width: 100%;
  }
}

/**
 * Site topics bar.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.site-topics {
  padding: 10px 0;
}
@media (max-width: 64.0525em) {
  .site-nav .site-topics {
    display: none;
  }
  .site-topics__container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .site-topics .nav-bar__item {
    margin-bottom: 0.75em;
  }
  .site-topics .nav-bar__item--lead {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.site-topics .button {
  padding: 0.325em 0.85em;
  border-radius: 3px;
  border-color: #b9b9b9;
  background-color: #fff;
  color: #0065ad;
  font-weight: 400;
}
@media (min-width: 50em) {
  .site-topics .button {
    padding: 0 0.625em;
  }
}
.site-topics .button:hover, .site-topics .button:focus {
  border-color: #0065ad;
}
@media (min-width: 64.0625em) {
  .site-topics {
    font-size: 0.95rem;
    line-height: 1.3157894737;
    background-color: #f2f2f2;
  }
  .site-nav-dropdown .site-topics {
    display: none;
  }
  .site-topics .nav-bar__item--lead {
    color: #545454;
  }
  .site-topics .nav-bar__item:not(:last-child) {
    margin-right: 1em;
  }
}

.section--dispatch {
  display: grid;
  align-items: start;
  padding: 15px;
  grid-template-columns: 7fr 1fr;
  grid-auto-flow: row;
  row-gap: 0.625em;
  background-color: #f7f7f7;
}
.section--dispatch.container {
  margin-bottom: 15px;
}
.section--dispatch > .heading--spaced {
  margin-bottom: 0 !important;
  font-size: 1.5625rem;
  line-height: 1.16;
  font-weight: 700;
}
.section--dispatch article.teaser {
  margin-bottom: 0;
  grid-column: 1/span 2;
}

.section--feature {
  position: relative;
  display: grid;
  padding: 0;
  grid-column-gap: 0;
  grid-auto-flow: row;
  grid-template-columns: 7fr 1fr;
  grid-template-areas: "header link" "teaser1 ." "teaser2 ." "teaser3 .";
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.section--feature .section-header {
  margin-top: 1.875rem;
  margin-left: 0.93rem;
  grid-area: header;
}
.section--feature .section-header__title {
  color: #ffffff;
}
.section--feature .button {
  margin-top: 1.875rem;
  margin-right: 0.93rem;
  grid-area: link;
  color: inherit;
}
.section--feature .subhead {
  color: inherit;
}
.section--feature .teaser:nth-of-type(1) {
  grid-area: teaser1;
}
.section--feature .teaser:nth-of-type(2) {
  grid-area: teaser2;
}
.section--feature .teaser:nth-of-type(3) {
  grid-area: teaser3;
}
.section--feature article.teaser {
  margin-left: 2rem;
}
.section--feature article.teaser:nth-of-type(1) {
  margin-top: 1.875rem;
}
.section--feature article.teaser:nth-of-type(3) {
  margin-bottom: 1.875rem;
}
.section--feature article.teaser:nth-of-type(-n+3):before {
  position: absolute;
  top: 0%;
  left: -1.25rem;
  display: block;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  content: "";
}
@media (min-width: 64.0625em) {
  .section--feature {
    grid-template-columns: 7fr 4fr;
    grid-template-areas: "header teaser1" "header teaser1" ". teaser2" ". teaser3" ". link";
  }
  .section--feature article.teaser:nth-of-type(3) {
    margin-bottom: 0;
  }
  .section--feature .button {
    margin-bottom: 1.875rem;
  }
}
.section--feature picture {
  grid-column: 1;
  grid-row: 1;
}
.section--feature picture > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--feature .headline {
  font-size: 1.15625rem;
  line-height: 1.1351351351;
  color: #fff;
}
@media (min-width: 43.75em) {
  .section--feature .headline {
    font-size: 1.4375rem;
    line-height: 1.1304347826;
  }
}
@media (min-width: 64.0625em) {
  .section--feature .headline {
    font-size: 1.5625rem;
    line-height: 1.12;
  }
}
.section--feature .read-more--short {
  margin: 0 1rem 0 0;
}
@media (min-width: 64.0625em) {
  .section--feature .read-more--short {
    display: none;
  }
}
.section--feature .read-more.button--link {
  margin-right: 1rem;
  justify-self: end;
}

@media (min-width: 64.0625em) {
  .section--inline {
    display: block;
  }
}
.section--inline .teaser-list--inline__title {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 0.75;
}
.section--inline .headline,
.section--inline .headline > a {
  font-size: 1.15625rem;
  line-height: 1.1621621622;
  color: #000;
}
.section--inline .teaser {
  margin-bottom: 2rem;
}
.section--inline .teaser + .teaser {
  padding-top: 10px;
}
.section--inline .teaser:last-child {
  padding-bottom: 10px;
  border-bottom: 1px #e3e3e3 solid;
}
@media (min-width: 64.0625em) {
  .section--l:has(.ad-t), .section--l:has(.ad-banner-t), .section--l:has(.adslot) {
    row-gap: 2rem;
  }
  .section--l:has(.ad-t):has(div.Native_1:empty, div.Native_Teaser_1:empty), .section--l:has(.ad-banner-t):has(div.Native_1:empty, div.Native_Teaser_1:empty), .section--l:has(.adslot):has(div.Native_1:empty, div.Native_Teaser_1:empty) {
    grid-template-areas: "section-header pos1 ads" "section-header pos1 right" ".              pos1 right" ".              pos2 right" ".              pos3 right2";
  }
  .section--l:has(.ad-t):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_1,
  .section--l:has(.ad-t):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_Teaser_1, .section--l:has(.ad-banner-t):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_1,
  .section--l:has(.ad-banner-t):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_Teaser_1, .section--l:has(.adslot):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_1,
  .section--l:has(.adslot):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_Teaser_1 {
    grid-column: 2;
    grid-row: 6;
  }
  .section--l:has(.ad-t):has(div.Native_1:not(:empty)):not(:has(div.Native_Teaser_1:not(:empty))), .section--l:has(.ad-banner-t):has(div.Native_1:not(:empty)):not(:has(div.Native_Teaser_1:not(:empty))), .section--l:has(.adslot):has(div.Native_1:not(:empty)):not(:has(div.Native_Teaser_1:not(:empty))) {
    grid-template-areas: "section-header pos1       ads" "section-header pos1       right" ".              pos1       right" ".              pos2       right" ".              ads-native right2" ".              pos3       right2";
  }
  .section--l:has(.ad-t):has(div.Native_Teaser_1:not(:empty)):not(:has(div.Native_1:not(:empty))), .section--l:has(.ad-banner-t):has(div.Native_Teaser_1:not(:empty)):not(:has(div.Native_1:not(:empty))), .section--l:has(.adslot):has(div.Native_Teaser_1:not(:empty)):not(:has(div.Native_1:not(:empty))) {
    grid-template-areas: "section-header pos1       ads" "section-header pos1       right" ".              pos1       right" ".              pos2       right" ".              pos2       right2" ".              ads-native right2" ".              pos3       right2";
  }
  .section--l:has(.ad-t).no-native, .section--l:has(.ad-banner-t).no-native, .section--l:has(.adslot).no-native {
    grid-template-areas: "section-header pos1 ads" "section-header pos1 right" "section-header pos1 right" ".              pos2 right2" ".              pos3 right2";
  }
}
@media (min-width: 64.0625em) {
  .section--l {
    row-gap: 2rem;
    grid-template-areas: "section-header pos1 right" "section-header pos1 right2" ".              pos2 right2" ".              pos3 right2";
  }
  .section--l article.teaser {
    margin-bottom: 0;
  }
  .section--l .teaser:nth-of-type(1) {
    align-self: start;
    grid-area: pos1;
  }
  .section--l .teaser:nth-of-type(2) {
    align-self: start;
    grid-area: pos2;
  }
  .section--l .teaser:nth-of-type(3) {
    align-self: start;
    grid-area: pos3;
  }
  .section--l article.teaser:last-of-type {
    align-self: start;
    grid-area: right2;
  }
}
@media (min-width: 64.0625em) and (min-width: 64.0625em) {
  .section--l article.teaser:last-of-type {
    flex-direction: column;
  }
}
@media (min-width: 64.0625em) {
  .section--l article.teaser:last-of-type .teaser__image {
    padding-bottom: 20.933124%;
  }
}
@media (min-width: 64.0625em) and (min-width: 25em) {
  .section--l article.teaser:last-of-type .teaser__image {
    padding-bottom: 27.6930564%;
  }
}
@media (min-width: 64.0625em) and (min-width: 64.0625em) {
  .section--l article.teaser:last-of-type .teaser__image {
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(2) {
    align-self: start;
    grid-area: right;
  }
}
@media (min-width: 64.0625em) and (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(2) {
    flex-direction: column;
  }
}
@media (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(2) .teaser__image {
    padding-bottom: 20.933124%;
  }
}
@media (min-width: 64.0625em) and (min-width: 25em) {
  .section--l article.teaser:nth-last-of-type(2) .teaser__image {
    padding-bottom: 27.6930564%;
  }
}
@media (min-width: 64.0625em) and (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(2) .teaser__image {
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(-n+2):after {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
  .section--l:not(:has(.adlsot)) article.teaser:nth-of-type(4):before {
    display: none;
  }
}
.section--l.section--focus-grey {
  background: #f7f7f7;
}

.section--lead-frontpage {
  padding-bottom: 0.5rem;
}
.section--lead-frontpage article.teaser {
  width: 100%;
  margin-bottom: 1rem;
}
.section--lead-frontpage article.teaser:nth-of-type(1) {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .section--lead-frontpage article.teaser:nth-of-type(1) {
    margin-bottom: 1rem;
  }
}
.section--lead-frontpage .teaser__image:first-child {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  aspect-ratio: 16/9;
}
.section--lead-frontpage .teaser:before {
  display: none;
}
.section--lead-frontpage .section-header__title {
  display: none;
}
@media (min-width: 64.0625em) {
  .section--lead-frontpage .section-header__title {
    display: initial;
  }
}
.section--lead-frontpage .teaser--dispatch:not(:nth-of-type(2)):before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
  top: -10px;
}
@media (min-width: 64.0625em) {
  .section--lead-frontpage .teaser--dispatch:not(:nth-of-type(2)):before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
}
.section--lead-frontpage .section-header-menu {
  grid-area: inherit;
}
@media (min-width: 35em) {
  .section--lead-frontpage article.teaser {
    width: 100%;
  }
  .section--lead-frontpage .teaser__image:first-child {
    width: initial !important;
    min-width: 67%;
    max-width: initial !important;
    margin: initial;
    aspect-ratio: 3/2;
  }
}
@media (min-width: 64.0625em) {
  .section--lead-frontpage {
    grid-template-columns: calc(8.75rem + 40px) 1fr 1fr 1fr;
    grid-template-areas: ". pos1 pos1 pos1" ". pos2 pos3 pos4";
  }
}
.section--lead-frontpage .teaser:nth-of-type(1) {
  align-self: start;
  grid-area: pos1 !important;
}
.section--lead-frontpage .teaser:nth-of-type(2) {
  align-self: start;
  grid-area: pos2 !important;
}
.section--lead-frontpage .teaser:nth-of-type(3) {
  align-self: start;
  grid-area: pos3 !important;
}
.section--lead-frontpage .teaser:nth-of-type(4) {
  align-self: start;
  grid-area: pos4 !important;
}

@media (min-width: 64.0625em) {
  .section--m:has(.ad-banner), .section--m:has(.ad-t), .section--m:has(.ad-banner-t), .section--m:has(.adslot) {
    grid-template-areas: "section-header pos1       ads" "section-header pos1       ads" ".              pos2       ads";
  }
}
@media (min-width: 64.0625em) {
  .section--m {
    grid-template-areas: "section-header pos1 right" "section-header pos1 right2" ".              pos2 right2" ".              pos3 right2";
  }
}

.section--main-frontpage {
  grid-template-areas: none;
}
.section--main-frontpage div.Native_1 {
  margin-bottom: 2rem;
}
.section--main-frontpage > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64.0625em) {
  .section--main-frontpage > div .teaser {
    margin-bottom: 0;
  }
  .section--main-frontpage > div:nth-of-type(2) {
    gap: 2rem;
  }
  .section--main-frontpage > div:nth-of-type(2) div:empty {
    display: none;
  }
}

.section--opinion {
  grid-template-columns: calc(8.75rem + 40px) repeat(2, 1fr);
  grid-auto-flow: column;
}
.section--opinion .teaser {
  grid-row: 1;
  grid-column: auto;
}
.section--opinion .section-header-menu {
  grid-area: inherit;
}
.section--opinion .teaser:before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
@media (min-width: 64.0625em) {
  .section--opinion .teaser:before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
}

.section--premium {
  justify-content: center;
  padding: 2rem 15px;
  background-color: #28333b;
  color: #fff;
  grid-template-columns: calc(8.75rem + 40px) minmax(0, 40rem) minmax(14.375rem, 20.625rem);
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  row-gap: 1rem;
}
.section--premium article.teaser:before {
  display: none;
}
.section--premium article.teaser {
  margin-bottom: 0;
}
.section--premium article.teaser--premium:nth-of-type(1) {
  grid-column: 2/span 2;
}
.section--premium article.teaser--premium:nth-of-type(2) {
  grid-column: 2;
}
.section--premium article.teaser--premium:nth-of-type(3) {
  grid-column: 3;
}
.section--premium article.teaser--premium:nth-of-type(3) .teaser__headline {
  max-width: 92%;
  font-size: 1.4375rem;
}
@media (min-width: 35em) {
  .section--premium article.teaser--premium:nth-of-type(3) .teaser__headline {
    margin-bottom: 0.695em;
  }
}
@media (min-width: 35em) and (max-width: 64.0525em) {
  .section--premium article.teaser--premium:nth-of-type(3) .teaser__headline {
    font-size: 2rem;
  }
}
@media (min-width: 64.0625em) {
  .section--premium article.teaser {
    margin-bottom: 0;
  }
}
@media (max-width: 64.0525em) {
  .section--premium .subscription-teaser {
    display: none;
  }
}
@media (min-width: 64.0625em) {
  .section--premium .subscription-teaser {
    margin-top: auto;
  }
}
.section--premium .section-header-menu {
  display: flex;
  flex-direction: column;
  grid-area: inherit;
  grid-row: 1/3;
}

.section--related {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.section--related:before {
  position: absolute;
  right: 1.25rem;
  bottom: 100%;
  left: 1.25rem;
  display: block;
  border-top: 2px solid #e3e3e3;
  content: "";
}
.section--related article.teaser {
  margin-top: 0;
  grid-column: inherit;
}
.section--related article.teaser:before {
  display: none;
}
.section--related div.Native_Teaser_1,
.section--related div.Native_1 {
  position: relative;
}
.section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) > article.teaser:nth-last-of-type(1) {
  display: none;
}
.section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) div.Native_1:before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
.section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) > article.teaser:nth-last-of-type(1) {
  display: none;
}
.section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) div.Native_Teaser_1:before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
.section--related article.teaser:nth-last-of-type(-n+2):before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
@media (min-width: 64.0625em) {
  .section--related {
    grid-template-columns: calc(8.75rem + 40px) 1fr 1fr 1fr;
  }
  .section--related article.teaser:nth-of-type(1) {
    grid-area: pos1;
  }
  .section--related article.teaser:nth-of-type(2) {
    grid-area: pos2;
  }
  .section--related article.teaser:nth-of-type(3) {
    grid-area: pos3;
  }
  .section--related.no-native {
    grid-template-areas: "section-header pos1 pos2 pos3";
  }
  .section--related:has(div.Native_1:empty, div.Native_Teaser_1:empty) {
    grid-template-areas: "section-header pos1 pos2 pos3" "ads-native      .    .    .";
  }
  .section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) {
    grid-template-areas: "section-header pos1 pos2 ads-native";
  }
  .section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) > article.teaser:nth-last-of-type(1) {
    display: none;
  }
  .section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) div.Native_1:before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
  .section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) {
    grid-template-areas: "section-header pos1 pos2 ads-native";
  }
  .section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) > article.teaser:nth-last-of-type(1) {
    display: none;
  }
  .section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) div.Native_Teaser_1:before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
  .section--related article.teaser:nth-last-of-type(-n+2):before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
}

/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section.container {
  margin-bottom: 2rem;
}
.section article.teaser:nth-of-type(1) {
  order: 1;
}
.section article.teaser:nth-of-type(2) {
  order: 2;
}
.section article.teaser:nth-of-type(3) {
  order: 3;
}
.section article.teaser:nth-of-type(4) {
  order: 4;
}
.section article.teaser:nth-of-type(5) {
  order: 5;
}
.section article.teaser:nth-of-type(6) {
  order: 6;
}
.section article.teaser:nth-of-type(7) {
  order: 7;
}
.section article.teaser:nth-of-type(8) {
  order: 8;
}
.section article.teaser:nth-of-type(9) {
  order: 9;
}
.section article.teaser:nth-of-type(10) {
  order: 10;
}
.section article.teaser:nth-of-type(11) {
  order: 11;
}
.section article.teaser:nth-of-type(12) {
  order: 12;
}
.section div.Native_3,
.section div.Native_Teaser_3,
.section div.Native_4,
.section div.Native_Teaser_4,
.section div.Native_5,
.section div.Native_Teaser_5 {
  display: none !important;
}
.section div.Native_3:before,
.section div.Native_Teaser_3:before,
.section div.Native_4:before,
.section div.Native_Teaser_4:before,
.section div.Native_5:before,
.section div.Native_Teaser_5:before {
  display: none;
}
.section div.Native_1,
.section div.Native_Teaser_1 {
  order: 4;
}
.section div.Native_2,
.section div.Native_Teaser_2 {
  order: 10;
}
.section div.Mobile_Pos2 {
  order: 6;
}
.section.section--main-frontpage div.Mobile_Pos2 {
  order: initial;
}
.section div.teaser {
  position: relative;
}
.section div.Native_1,
.section div.Native_Teaser_1,
.section div.Native_2,
.section div.Native_Teaser_2 {
  margin-bottom: inherit;
}
.section div.teaser:before,
.section article.teaser:not(.teaser--dispatch, .teaser--premium):before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
.section article.teaser:first-of-type:before {
  display: none;
}
.section div.teaser:empty {
  margin: 0;
  grid-column: 1;
}
.section div.teaser:empty:before {
  display: none;
}
.section article.teaser {
  position: relative;
  width: auto;
  margin-bottom: 2rem;
}
.section article.teaser:first-of-type {
  margin-top: 0;
}
.section article.teaser:last-of-type + div.teaser {
  margin-top: 2rem;
}
.section article.teaser:last-of-type {
  margin-bottom: 0;
}
.section .adslot {
  min-height: 260px;
  margin-bottom: 2rem;
  background: red;
}
.section .adslot-mobile {
  display: block;
}
.section .adslot-desktop {
  display: none;
}
@media (min-width: 64.0625em) {
  .section .adslot {
    margin-bottom: initial;
  }
  .section .adslot-mobile {
    display: none;
  }
  .section .adslot-desktop {
    display: block;
  }
}
@media (min-width: 64.0625em) {
  .section {
    display: grid;
    order: initial;
    grid-template-columns: calc(8.75rem + 40px) minmax(0, 40rem) minmax(14.375rem, 17.5rem);
    grid-auto-flow: row;
    grid-column-gap: 2.5rem;
  }
  .section:has(.ad-t), .section:has(.ad-banner), .section:has(.ad-banner-t), .section:has(.adslot) {
    grid-template-areas: "section-header pos1 ads" "section-header pos2 ads" "section-header pos3 ads" ".              ads-native right1" ".              pos4 ." ".              pos5 ." ".              pos6 ." ".              pos7 ." ".              pos8 ." ".              pos9 ." ".              ads-native-2 ." ".              pos10 ." ".              pos11 ." ".              pos12 .";
  }
  .section:has(.ad-t) .ad-banner,
  .section:has(.ad-t) .ad-banner-t,
  .section:has(.ad-t) .adslot, .section:has(.ad-banner) .ad-banner,
  .section:has(.ad-banner) .ad-banner-t,
  .section:has(.ad-banner) .adslot, .section:has(.ad-banner-t) .ad-banner,
  .section:has(.ad-banner-t) .ad-banner-t,
  .section:has(.ad-banner-t) .adslot, .section:has(.adslot) .ad-banner,
  .section:has(.adslot) .ad-banner-t,
  .section:has(.adslot) .adslot {
    grid-area: ads;
  }
  .section:has(.ad-t) div.Native_1,
  .section:has(.ad-t) div.Native_Teaser_1, .section:has(.ad-banner) div.Native_1,
  .section:has(.ad-banner) div.Native_Teaser_1, .section:has(.ad-banner-t) div.Native_1,
  .section:has(.ad-banner-t) div.Native_Teaser_1, .section:has(.adslot) div.Native_1,
  .section:has(.adslot) div.Native_Teaser_1 {
    grid-area: ads-native;
  }
  .section:has(.ad-t) div.Native_2,
  .section:has(.ad-t) div.Native_Teaser_2, .section:has(.ad-banner) div.Native_2,
  .section:has(.ad-banner) div.Native_Teaser_2, .section:has(.ad-banner-t) div.Native_2,
  .section:has(.ad-banner-t) div.Native_Teaser_2, .section:has(.adslot) div.Native_2,
  .section:has(.adslot) div.Native_Teaser_2 {
    grid-area: ads-native-2;
  }
  .section:has(.ad-t) div.Native_3,
  .section:has(.ad-t) div.Native_Teaser_3,
  .section:has(.ad-t) div.Native_4,
  .section:has(.ad-t) div.Native_Teaser_4,
  .section:has(.ad-t) div.Native_5,
  .section:has(.ad-t) div.Native_Teaser_5, .section:has(.ad-banner) div.Native_3,
  .section:has(.ad-banner) div.Native_Teaser_3,
  .section:has(.ad-banner) div.Native_4,
  .section:has(.ad-banner) div.Native_Teaser_4,
  .section:has(.ad-banner) div.Native_5,
  .section:has(.ad-banner) div.Native_Teaser_5, .section:has(.ad-banner-t) div.Native_3,
  .section:has(.ad-banner-t) div.Native_Teaser_3,
  .section:has(.ad-banner-t) div.Native_4,
  .section:has(.ad-banner-t) div.Native_Teaser_4,
  .section:has(.ad-banner-t) div.Native_5,
  .section:has(.ad-banner-t) div.Native_Teaser_5, .section:has(.adslot) div.Native_3,
  .section:has(.adslot) div.Native_Teaser_3,
  .section:has(.adslot) div.Native_4,
  .section:has(.adslot) div.Native_Teaser_4,
  .section:has(.adslot) div.Native_5,
  .section:has(.adslot) div.Native_Teaser_5 {
    margin: 0;
    grid-column: 1;
  }
  .section:has(.ad-t) div.Native_3:before,
  .section:has(.ad-t) div.Native_Teaser_3:before,
  .section:has(.ad-t) div.Native_4:before,
  .section:has(.ad-t) div.Native_Teaser_4:before,
  .section:has(.ad-t) div.Native_5:before,
  .section:has(.ad-t) div.Native_Teaser_5:before, .section:has(.ad-banner) div.Native_3:before,
  .section:has(.ad-banner) div.Native_Teaser_3:before,
  .section:has(.ad-banner) div.Native_4:before,
  .section:has(.ad-banner) div.Native_Teaser_4:before,
  .section:has(.ad-banner) div.Native_5:before,
  .section:has(.ad-banner) div.Native_Teaser_5:before, .section:has(.ad-banner-t) div.Native_3:before,
  .section:has(.ad-banner-t) div.Native_Teaser_3:before,
  .section:has(.ad-banner-t) div.Native_4:before,
  .section:has(.ad-banner-t) div.Native_Teaser_4:before,
  .section:has(.ad-banner-t) div.Native_5:before,
  .section:has(.ad-banner-t) div.Native_Teaser_5:before, .section:has(.adslot) div.Native_3:before,
  .section:has(.adslot) div.Native_Teaser_3:before,
  .section:has(.adslot) div.Native_4:before,
  .section:has(.adslot) div.Native_Teaser_4:before,
  .section:has(.adslot) div.Native_5:before,
  .section:has(.adslot) div.Native_Teaser_5:before {
    display: none;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(1), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(1), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(1), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(1), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(1), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(1), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(1), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(1), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(1), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(1), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(1), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(1), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(1), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(1), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(1), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(1) {
    grid-area: pos1;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(2), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(2), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(2), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(2), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(2), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(2), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(2), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(2), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(2), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(2), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(2), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(2), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(2), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(2), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(2), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(2) {
    grid-area: pos2;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(3), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(3), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(3), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(3), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(3), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(3), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(3), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(3), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(3), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(3), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(3), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(3), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(3), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(3), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(3), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(3) {
    grid-area: pos3;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(4), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(4), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(4), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(4), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(4), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(4), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(4), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(4), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(4), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(4), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(4), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(4), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(4), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(4), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(4), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(4) {
    grid-area: pos4;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(5), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(5), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(5), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(5), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(5), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(5), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(5), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(5), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(5), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(5), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(5), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(5), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(5), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(5), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(5), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(5) {
    grid-area: pos5;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(6), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(6), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(6), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(6), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(6), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(6), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(6), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(6), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(6), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(6), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(6), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(6), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(6), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(6), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(6), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(6) {
    grid-area: pos6;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(7), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(7), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(7), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(7), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(7), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(7), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(7), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(7), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(7), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(7), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(7), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(7), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(7), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(7), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(7), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(7) {
    grid-area: pos7;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(8), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(8), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(8), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(8), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(8), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(8), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(8), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(8), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(8), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(8), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(8), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(8), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(8), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(8), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(8), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(8) {
    grid-area: pos8;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(9), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(9), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(9), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(9), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(9), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(9), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(9), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(9), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(9), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(9), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(9), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(9), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(9), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(9), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(9), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(9) {
    grid-area: pos9;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(10), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(10), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(10), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(10), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(10), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(10), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(10), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(10), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(10), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(10), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(10), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(10), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(10), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(10), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(10), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(10) {
    grid-area: pos10;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(11), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(11), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(11), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(11), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(11), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(11), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(11), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(11), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(11), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(11), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(11), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(11), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(11), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(11), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(11), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(11) {
    grid-area: pos11;
  }
  .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(12), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(12), .section:has(.ad-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(12), .section:has(.ad-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(12), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(12), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(12), .section:has(.ad-banner):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(12), .section:has(.ad-banner):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(12), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(12), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(12), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(12), .section:has(.ad-banner-t):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(12), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-t) article.teaser:nth-of-type(12), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner) article.teaser:nth-of-type(12), .section:has(.adslot):not(.section--dispatch) .section:has(.ad-banner-t) article.teaser:nth-of-type(12), .section:has(.adslot):not(.section--dispatch) .section:has(.adslot) article.teaser:nth-of-type(12) {
    grid-area: pos12;
  }
  .section:has(.ad-t) .section-header-menu, .section:has(.ad-banner) .section-header-menu, .section:has(.ad-banner-t) .section-header-menu, .section:has(.adslot) .section-header-menu {
    grid-area: section-header;
  }
  .section article.teaser {
    position: relative;
    order: initial !important;
    margin-bottom: 2rem;
    grid-column: 2;
  }
}
.section--block-embed {
  grid-template-columns: calc(8.75rem + 40px) minmax(0, 70rem);
}
.section--block-embed .section-header-menu {
  grid-area: inherit;
}

.section--dispatch {
  display: grid;
  align-items: start;
  padding: 15px;
  grid-template-columns: 7fr 1fr;
  grid-auto-flow: row;
  row-gap: 0.625em;
  background-color: #f7f7f7;
}
.section--dispatch.container {
  margin-bottom: 15px;
}
.section--dispatch > .heading--spaced {
  margin-bottom: 0 !important;
  font-size: 1.5625rem;
  line-height: 1.16;
  font-weight: 700;
}
.section--dispatch article.teaser {
  margin-bottom: 0;
  grid-column: 1/span 2;
}

.section--feature {
  position: relative;
  display: grid;
  padding: 0;
  grid-column-gap: 0;
  grid-auto-flow: row;
  grid-template-columns: 7fr 1fr;
  grid-template-areas: "header link" "teaser1 ." "teaser2 ." "teaser3 .";
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.section--feature .section-header {
  margin-top: 1.875rem;
  margin-left: 0.93rem;
  grid-area: header;
}
.section--feature .section-header__title {
  color: #ffffff;
}
.section--feature .button {
  margin-top: 1.875rem;
  margin-right: 0.93rem;
  grid-area: link;
  color: inherit;
}
.section--feature .subhead {
  color: inherit;
}
.section--feature .teaser:nth-of-type(1) {
  grid-area: teaser1;
}
.section--feature .teaser:nth-of-type(2) {
  grid-area: teaser2;
}
.section--feature .teaser:nth-of-type(3) {
  grid-area: teaser3;
}
.section--feature article.teaser {
  margin-left: 2rem;
}
.section--feature article.teaser:nth-of-type(1) {
  margin-top: 1.875rem;
}
.section--feature article.teaser:nth-of-type(3) {
  margin-bottom: 1.875rem;
}
.section--feature article.teaser:nth-of-type(-n+3):before {
  position: absolute;
  top: 0%;
  left: -1.25rem;
  display: block;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  content: "";
}
@media (min-width: 64.0625em) {
  .section--feature {
    grid-template-columns: 7fr 4fr;
    grid-template-areas: "header teaser1" "header teaser1" ". teaser2" ". teaser3" ". link";
  }
  .section--feature article.teaser:nth-of-type(3) {
    margin-bottom: 0;
  }
  .section--feature .button {
    margin-bottom: 1.875rem;
  }
}
.section--feature picture {
  grid-column: 1;
  grid-row: 1;
}
.section--feature picture > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--feature .headline {
  font-size: 1.15625rem;
  line-height: 1.1351351351;
  color: #fff;
}
@media (min-width: 43.75em) {
  .section--feature .headline {
    font-size: 1.4375rem;
    line-height: 1.1304347826;
  }
}
@media (min-width: 64.0625em) {
  .section--feature .headline {
    font-size: 1.5625rem;
    line-height: 1.12;
  }
}
.section--feature .read-more--short {
  margin: 0 1rem 0 0;
}
@media (min-width: 64.0625em) {
  .section--feature .read-more--short {
    display: none;
  }
}
.section--feature .read-more.button--link {
  margin-right: 1rem;
  justify-self: end;
}

@media (min-width: 64.0625em) {
  .section--inline {
    display: block;
  }
}
.section--inline .teaser-list--inline__title {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 0.75;
}
.section--inline .headline,
.section--inline .headline > a {
  font-size: 1.15625rem;
  line-height: 1.1621621622;
  color: #000;
}
.section--inline .teaser {
  margin-bottom: 2rem;
}
.section--inline .teaser + .teaser {
  padding-top: 10px;
}
.section--inline .teaser:last-child {
  padding-bottom: 10px;
  border-bottom: 1px #e3e3e3 solid;
}
@media (min-width: 64.0625em) {
  .section--l:has(.ad-t), .section--l:has(.ad-banner-t), .section--l:has(.adslot) {
    row-gap: 2rem;
  }
  .section--l:has(.ad-t):has(div.Native_1:empty, div.Native_Teaser_1:empty), .section--l:has(.ad-banner-t):has(div.Native_1:empty, div.Native_Teaser_1:empty), .section--l:has(.adslot):has(div.Native_1:empty, div.Native_Teaser_1:empty) {
    grid-template-areas: "section-header pos1 ads" "section-header pos1 right" ".              pos1 right" ".              pos2 right" ".              pos3 right2";
  }
  .section--l:has(.ad-t):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_1,
  .section--l:has(.ad-t):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_Teaser_1, .section--l:has(.ad-banner-t):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_1,
  .section--l:has(.ad-banner-t):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_Teaser_1, .section--l:has(.adslot):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_1,
  .section--l:has(.adslot):has(div.Native_1:empty, div.Native_Teaser_1:empty) div.Native_Teaser_1 {
    grid-column: 2;
    grid-row: 6;
  }
  .section--l:has(.ad-t):has(div.Native_1:not(:empty)):not(:has(div.Native_Teaser_1:not(:empty))), .section--l:has(.ad-banner-t):has(div.Native_1:not(:empty)):not(:has(div.Native_Teaser_1:not(:empty))), .section--l:has(.adslot):has(div.Native_1:not(:empty)):not(:has(div.Native_Teaser_1:not(:empty))) {
    grid-template-areas: "section-header pos1       ads" "section-header pos1       right" ".              pos1       right" ".              pos2       right" ".              ads-native right2" ".              pos3       right2";
  }
  .section--l:has(.ad-t):has(div.Native_Teaser_1:not(:empty)):not(:has(div.Native_1:not(:empty))), .section--l:has(.ad-banner-t):has(div.Native_Teaser_1:not(:empty)):not(:has(div.Native_1:not(:empty))), .section--l:has(.adslot):has(div.Native_Teaser_1:not(:empty)):not(:has(div.Native_1:not(:empty))) {
    grid-template-areas: "section-header pos1       ads" "section-header pos1       right" ".              pos1       right" ".              pos2       right" ".              pos2       right2" ".              ads-native right2" ".              pos3       right2";
  }
  .section--l:has(.ad-t).no-native, .section--l:has(.ad-banner-t).no-native, .section--l:has(.adslot).no-native {
    grid-template-areas: "section-header pos1 ads" "section-header pos1 right" "section-header pos1 right" ".              pos2 right2" ".              pos3 right2";
  }
}
@media (min-width: 64.0625em) {
  .section--l {
    row-gap: 2rem;
    grid-template-areas: "section-header pos1 right" "section-header pos1 right2" ".              pos2 right2" ".              pos3 right2";
  }
  .section--l article.teaser {
    margin-bottom: 0;
  }
  .section--l .teaser:nth-of-type(1) {
    align-self: start;
    grid-area: pos1;
  }
  .section--l .teaser:nth-of-type(2) {
    align-self: start;
    grid-area: pos2;
  }
  .section--l .teaser:nth-of-type(3) {
    align-self: start;
    grid-area: pos3;
  }
  .section--l article.teaser:last-of-type {
    align-self: start;
    grid-area: right2;
  }
}
@media (min-width: 64.0625em) and (min-width: 64.0625em) {
  .section--l article.teaser:last-of-type {
    flex-direction: column;
  }
}
@media (min-width: 64.0625em) {
  .section--l article.teaser:last-of-type .teaser__image {
    padding-bottom: 20.933124%;
  }
}
@media (min-width: 64.0625em) and (min-width: 25em) {
  .section--l article.teaser:last-of-type .teaser__image {
    padding-bottom: 27.6930564%;
  }
}
@media (min-width: 64.0625em) and (min-width: 64.0625em) {
  .section--l article.teaser:last-of-type .teaser__image {
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(2) {
    align-self: start;
    grid-area: right;
  }
}
@media (min-width: 64.0625em) and (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(2) {
    flex-direction: column;
  }
}
@media (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(2) .teaser__image {
    padding-bottom: 20.933124%;
  }
}
@media (min-width: 64.0625em) and (min-width: 25em) {
  .section--l article.teaser:nth-last-of-type(2) .teaser__image {
    padding-bottom: 27.6930564%;
  }
}
@media (min-width: 64.0625em) and (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(2) .teaser__image {
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 64.0625em) {
  .section--l article.teaser:nth-last-of-type(-n+2):after {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
  .section--l:not(:has(.adlsot)) article.teaser:nth-of-type(4):before {
    display: none;
  }
}
.section--l.section--focus-grey {
  background: #f7f7f7;
}

@media (min-width: 64.0625em) {
  .section--m:has(.ad-banner), .section--m:has(.ad-t), .section--m:has(.ad-banner-t), .section--m:has(.adslot) {
    grid-template-areas: "section-header pos1       ads" "section-header pos1       ads" ".              pos2       ads";
  }
}
@media (min-width: 64.0625em) {
  .section--m {
    grid-template-areas: "section-header pos1 right" "section-header pos1 right2" ".              pos2 right2" ".              pos3 right2";
  }
}

.section--lead-frontpage {
  padding-bottom: 0.5rem;
}
.section--lead-frontpage article.teaser {
  width: 100%;
  margin-bottom: 1rem;
}
.section--lead-frontpage article.teaser:nth-of-type(1) {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 64.0625em) {
  .section--lead-frontpage article.teaser:nth-of-type(1) {
    margin-bottom: 1rem;
  }
}
.section--lead-frontpage .teaser__image:first-child {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  aspect-ratio: 16/9;
}
.section--lead-frontpage .teaser:before {
  display: none;
}
.section--lead-frontpage .section-header__title {
  display: none;
}
@media (min-width: 64.0625em) {
  .section--lead-frontpage .section-header__title {
    display: initial;
  }
}
.section--lead-frontpage .teaser--dispatch:not(:nth-of-type(2)):before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
  top: -10px;
}
@media (min-width: 64.0625em) {
  .section--lead-frontpage .teaser--dispatch:not(:nth-of-type(2)):before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
}
.section--lead-frontpage .section-header-menu {
  grid-area: inherit;
}
@media (min-width: 35em) {
  .section--lead-frontpage article.teaser {
    width: 100%;
  }
  .section--lead-frontpage .teaser__image:first-child {
    width: initial !important;
    min-width: 67%;
    max-width: initial !important;
    margin: initial;
    aspect-ratio: 3/2;
  }
}
@media (min-width: 64.0625em) {
  .section--lead-frontpage {
    grid-template-columns: calc(8.75rem + 40px) 1fr 1fr 1fr;
    grid-template-areas: ". pos1 pos1 pos1" ". pos2 pos3 pos4";
  }
}
.section--lead-frontpage .teaser:nth-of-type(1) {
  align-self: start;
  grid-area: pos1 !important;
}
.section--lead-frontpage .teaser:nth-of-type(2) {
  align-self: start;
  grid-area: pos2 !important;
}
.section--lead-frontpage .teaser:nth-of-type(3) {
  align-self: start;
  grid-area: pos3 !important;
}
.section--lead-frontpage .teaser:nth-of-type(4) {
  align-self: start;
  grid-area: pos4 !important;
}

.section--main-frontpage {
  grid-template-areas: none;
}
.section--main-frontpage div.Native_1 {
  margin-bottom: 2rem;
}
.section--main-frontpage > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 64.0625em) {
  .section--main-frontpage > div .teaser {
    margin-bottom: 0;
  }
  .section--main-frontpage > div:nth-of-type(2) {
    gap: 2rem;
  }
  .section--main-frontpage > div:nth-of-type(2) div:empty {
    display: none;
  }
}

.section--opinion {
  grid-template-columns: calc(8.75rem + 40px) repeat(2, 1fr);
  grid-auto-flow: column;
}
.section--opinion .teaser {
  grid-row: 1;
  grid-column: auto;
}
.section--opinion .section-header-menu {
  grid-area: inherit;
}
.section--opinion .teaser:before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
@media (min-width: 64.0625em) {
  .section--opinion .teaser:before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
}

.section--premium {
  justify-content: center;
  padding: 2rem 15px;
  background-color: #28333b;
  color: #fff;
  grid-template-columns: calc(8.75rem + 40px) minmax(0, 40rem) minmax(14.375rem, 20.625rem);
  grid-auto-flow: column;
  grid-column-gap: 1rem;
  row-gap: 1rem;
}
.section--premium article.teaser:before {
  display: none;
}
.section--premium article.teaser {
  margin-bottom: 0;
}
.section--premium article.teaser--premium:nth-of-type(1) {
  grid-column: 2/span 2;
}
.section--premium article.teaser--premium:nth-of-type(2) {
  grid-column: 2;
}
.section--premium article.teaser--premium:nth-of-type(3) {
  grid-column: 3;
}
.section--premium article.teaser--premium:nth-of-type(3) .teaser__headline {
  max-width: 92%;
  font-size: 1.4375rem;
}
@media (min-width: 35em) {
  .section--premium article.teaser--premium:nth-of-type(3) .teaser__headline {
    margin-bottom: 0.695em;
  }
}
@media (min-width: 35em) and (max-width: 64.0525em) {
  .section--premium article.teaser--premium:nth-of-type(3) .teaser__headline {
    font-size: 2rem;
  }
}
@media (min-width: 64.0625em) {
  .section--premium article.teaser {
    margin-bottom: 0;
  }
}
@media (max-width: 64.0525em) {
  .section--premium .subscription-teaser {
    display: none;
  }
}
@media (min-width: 64.0625em) {
  .section--premium .subscription-teaser {
    margin-top: auto;
  }
}
.section--premium .section-header-menu {
  display: flex;
  flex-direction: column;
  grid-area: inherit;
  grid-row: 1/3;
}

.section--related {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.section--related:before {
  position: absolute;
  right: 1.25rem;
  bottom: 100%;
  left: 1.25rem;
  display: block;
  border-top: 2px solid #e3e3e3;
  content: "";
}
.section--related article.teaser {
  margin-top: 0;
  grid-column: inherit;
}
.section--related article.teaser:before {
  display: none;
}
.section--related div.Native_Teaser_1,
.section--related div.Native_1 {
  position: relative;
}
.section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) > article.teaser:nth-last-of-type(1) {
  display: none;
}
.section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) div.Native_1:before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
.section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) > article.teaser:nth-last-of-type(1) {
  display: none;
}
.section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) div.Native_Teaser_1:before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
.section--related article.teaser:nth-last-of-type(-n+2):before {
  position: absolute;
  top: -1rem;
  left: 0%;
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}
@media (min-width: 64.0625em) {
  .section--related {
    grid-template-columns: calc(8.75rem + 40px) 1fr 1fr 1fr;
  }
  .section--related article.teaser:nth-of-type(1) {
    grid-area: pos1;
  }
  .section--related article.teaser:nth-of-type(2) {
    grid-area: pos2;
  }
  .section--related article.teaser:nth-of-type(3) {
    grid-area: pos3;
  }
  .section--related.no-native {
    grid-template-areas: "section-header pos1 pos2 pos3";
  }
  .section--related:has(div.Native_1:empty, div.Native_Teaser_1:empty) {
    grid-template-areas: "section-header pos1 pos2 pos3" "ads-native      .    .    .";
  }
  .section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) {
    grid-template-areas: "section-header pos1 pos2 ads-native";
  }
  .section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) > article.teaser:nth-last-of-type(1) {
    display: none;
  }
  .section--related:has(div.Native_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_Teaser_1:not(:empty))) div.Native_1:before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
  .section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) {
    grid-template-areas: "section-header pos1 pos2 ads-native";
  }
  .section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) > article.teaser:nth-last-of-type(1) {
    display: none;
  }
  .section--related:has(div.Native_Teaser_1:not(:empty):not([style*="display: none"])):not(:has(div.Native_1:not(:empty))) div.Native_Teaser_1:before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
  .section--related article.teaser:nth-last-of-type(-n+2):before {
    position: absolute;
    top: 0%;
    left: -1.25rem;
    display: block;
    width: 1px;
    height: 100%;
    background: #e3e3e3;
    content: "";
  }
}

.loading .waiting:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  padding: 30vw;
  background: rgba(245, 245, 245, 0.7294117647);
  content: "Laden";
  font-size: 50px;
  text-align: center;
}

.observeMe {
  position: absolute;
  z-index: -10;
  bottom: -300px;
  display: block;
  width: 1px;
  height: 30px;
}

.is-epaper .base-publication {
  display: none;
}
.is-epaper .base-publication.active {
  display: block;
}

.epaper.epaper-stadtzeitung-page, .epaper.kurier-page, .epaper.beilagen-page, .epaper.prospekte-page,
.epaper .parent.digital-container {
  padding-top: 30px;
}
.epaper.has-modal-event {
  opacity: 0.2;
  background-color: #f7f7f7;
}
.epaper-page {
  padding-bottom: 10vw;
}
.epaper-search-page {
  padding-top: 50px;
  padding-bottom: 2.5rem;
}
.epaper a {
  text-decoration: none;
  color: #000;
}
.epaper .grid-teaser {
  display: grid;
  padding: 30px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.epaper .grid-teaser__call-to-action {
  width: 200px;
  margin: 30px auto 40px auto;
}
.epaper .grid-teaser__title {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 35em) {
  .epaper .grid-teaser {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 56.25em) {
  .epaper .grid-teaser {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 64.0625em) {
  .epaper .grid-teaser {
    margin-top: 20px;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 75em) {
  .epaper .grid-teaser {
    padding: 10px;
    margin-right: 100px;
    margin-left: 100px;
    grid-template-columns: repeat(7, 13.5%);
    grid-gap: 15px;
  }
}
.epaper .grid-teaser > div {
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  box-shadow: 5px 10px 18px #c3c3c3;
}
@media (min-width: 35em) {
  .epaper .grid-teaser > div {
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.epaper .publicationsTopHeader {
  padding: 10px 10px 35px;
  background-color: white;
}
.epaper .publicationsTopHeader .regionText {
  padding: 0 0 5px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 0.99);
}
.epaper .publicationsTopHeader .regionTextEmpty {
  padding: 16px;
}
.epaper .pubBtn {
  float: right;
  display: block;
  padding: 2px 20px;
  text-decoration: none;
  text-align: center;
  font-size: 16.5px;
  font-weight: 700;
  cursor: pointer;
}
.epaper .lesenButton {
  display: block;
  border: 1.2px solid #707070;
  background: #707070;
  color: white;
}
.epaper .lesenButton:hover {
  color: #ffffff;
}
.epaper .detailsButton {
  display: none;
  border: 1.2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  color: grey;
  font-weight: 500;
}
.epaper .detailsButton:hover {
  color: grey;
}
.epaper .publication {
  box-shadow: 0 -5px 1px -5px #c3c3c3;
}
.epaper .publication a {
  cursor: pointer;
}
.epaper .btn-container {
  text-align: center;
}

/**
 * Longread article page.
 *
 * 1. Prevent obscure overflow of content when layout stacked.
 * 2. Prevent longread from shrinking when only media is shown
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.longread {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 3rem;
}
@media (max-width: 56.24em) {
  .longread {
    padding-top: 5rem;
  }
}
@media (max-width: 56.24em) {
  .longread {
    flex-direction: column;
  }
}

.longread-content {
  width: 100%;
  max-width: 100%;
  font-size: 1.25rem;
  line-height: 1.65;
}
@media (max-width: 43.74em) {
  .longread-content {
    font-size: 1.062499625rem;
    line-height: 1.6;
  }
}
@media (min-width: 43.75em) and (max-width: 64.0525em) {
  .longread-content {
    font-size: 1.218745rem;
    line-height: 1.6;
  }
}
@media (max-width: 56.24em) {
  .longread-content {
    order: 2;
  }
}
.longread-content > p,
.longread-content .is-paywall-protected > p {
  margin: 0 0 1.4545rem;
  font-family: "ITC New Veljovic", serif;
}
.longread-content h2:not(.paywall__content h2) {
  margin-top: 48px;
  transition: all 0.2s ease-out;
}
@media (min-width: 64.0625em) {
  .longread-content h2:not(.paywall__content h2) {
    font-size: 2.12484375rem;
    line-height: 1.3236267373;
  }
}
.longread-content h2.active {
  padding-top: 76px;
}
@media (min-width: 35em) {
  .longread-content h2.active {
    padding-top: 100px;
  }
}
.longread-content > p:first-of-type:first-letter {
  float: left;
  padding: 0 10px 0 0;
  font-size: 6.875rem;
  line-height: normal;
  line-height: calc(33px * 3);
  color: #000;
  font-family: "Helvetica Neue Condensed", sans-serif;
}
@media (max-width: 43.74em) {
  .longread-content > p:first-of-type:first-letter {
    font-size: 5.603125rem;
    line-height: 0.7250418293;
    padding-top: 8px;
  }
}
@media (min-width: 43.75em) and (max-width: 64.0525em) {
  .longread-content > p:first-of-type:first-letter {
    font-size: 6.53125rem;
    line-height: 0.8995215311;
  }
}
@media (min-width: 64.0625em) {
  .longread-content > p:first-of-type:first-letter {
    display: block;
    border: 1px solid white;
  }
}

@media (min-width: 56.25em) {
  .longread-chapters,
  .longread-sidebar {
    flex: 1 0 170px;
  }
}

.longread-chapters {
  margin-right: 30px;
}
@media (max-width: 64.0525em) {
  .longread-chapters {
    display: none;
  }
}

.longread-sidebar {
  margin-left: 30px;
}
@media (max-width: 64.0525em) {
  .longread-sidebar {
    display: none;
  }
}

/**
 * Pull-out left/right/full-width boxes.
 * On smaller screens; always full-width.
 *
 * 1. .gallery uses negative margin-left grid technique to align columns.
 *    Therefore, ensure this is added to the pull-out offset value.
 */
.longread .pull-out {
  position: relative;
}
@media (max-width: 34.99em) {
  .longread .pull-out {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.longread .pull-out:not(.figure) {
  margin-bottom: 12px;
}
.longread .pull-out__heading {
  margin-bottom: 5px;
}
.longread .pull-out > :last-child {
  margin-bottom: 0;
}
@media (min-width: 35em) {
  .longread .pull-out {
    margin-top: 7px;
  }
  .longread .pull-out--left, .longread .pull-out--right {
    width: 18.5em;
  }
  .longread .pull-out--left {
    float: left;
    margin-right: 40px;
  }
}
@media (min-width: 35em) and (min-width: 64.0625em) {
  .longread .pull-out--left {
    margin-left: -200px;
  }
  .longread .pull-out--left.gallery {
    margin-left: -230px;
  }
}
@media (min-width: 35em) {
  .longread .pull-out--right {
    float: right;
    margin-left: 40px;
  }
}
@media (min-width: 35em) and (min-width: 64.0625em) {
  .longread .pull-out--right {
    margin-right: -200px;
  }
}
@media (min-width: 35em) {
  .longread .pull-out--full {
    margin-top: 0;
  }
}
@media (min-width: 35em) and (min-width: 64.0625em) {
  .longread .pull-out--full {
    margin-right: -200px;
    margin-left: -200px;
  }
  .longread .pull-out--full.gallery {
    margin-left: -230px;
  }
}

.epaper-search-page .epaper-teaser {
  padding: 20px 0;
  border-top: black 1px solid;
  background-color: #f7f7f7;
}
.epaper-search-page .epaper-teaser a.token {
  color: #000;
  text-decoration: none;
}
.epaper-search-page .epaper-teaser a.token:hover {
  cursor: pointer;
}
.epaper-search-page .epaper-teaser-content {
  display: flex;
  max-width: 95%;
  margin: 0 auto;
  color: black;
}
@media (min-width: 64.0625em) {
  .epaper-search-page .epaper-teaser-content {
    max-width: 60%;
  }
}
@media (max-width: 49.99em) {
  .epaper-search-page .epaper-teaser-content .thumbnail {
    flex: 0 0 15%;
  }
}
@media (max-width: 34.99em) {
  .epaper-search-page .epaper-teaser-content .thumbnail {
    flex: 0 0 25%;
  }
  .epaper-search-page .epaper-teaser-content .article-photo {
    display: none;
  }
}
@media (max-width: 64.0525em) {
  .epaper-search-page .epaper-teaser-content .thumbnail,
  .epaper-search-page .epaper-teaser-content .article-photo {
    padding-top: 25px;
  }
}
.epaper-search-page .epaper-teaser-content .info-header {
  font-size: 12px;
  color: #545454;
}
@media (min-width: 64.0625em) {
  .epaper-search-page .epaper-teaser-content .info-header {
    padding-bottom: 10px;
  }
}
.epaper-search-page .epaper-teaser-content .header {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.epaper-search-page .epaper-teaser-content .article-content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.epaper-search-page .epaper-teaser-content .article-content .highlight {
  color: #febc00;
}
.epaper-search-page .epaper-teaser-content .thumbnail,
.epaper-search-page .epaper-teaser-content .article-photo {
  padding-top: 35px;
}
.epaper-search-page .epaper-teaser-content .thumbnail {
  flex: 0 0 10%;
}
.epaper-search-page .epaper-teaser-content .main-content,
.epaper-search-page .epaper-teaser-content .article-photo {
  margin-left: 20px;
}
.epaper-search-page .epaper-teaser-content .article-photo img {
  max-width: none;
  height: 100px;
}
.epaper-search-page .no-results {
  max-width: 95%;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 64.0625em) {
  .epaper-search-page .no-results {
    max-width: 50%;
  }
}
.epaper-search-page .divider {
  padding: 20px 0;
}
@media (min-width: 64.0625em) {
  .epaper-search-page .divider {
    padding: 40px 0;
  }
}

.calendar-container {
  position: relative;
  max-width: 160px;
}
.calendar-container .datepicker + span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hero-message {
  display: none;
  padding: 150px 50px 100px 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #b9b9b9;
  line-height: 1;
}
.hero-message.active {
  display: block;
}

/**
 * Generic heading.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.heading--spaced {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading__link {
  width: 100%;
}
.heading__prefix, .heading__suffix {
  font-size: 0.7777777778rem;
}

/**
 * Lead article headline.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.headline {
  margin: 0 0 24px;
  font-size: 3.25rem;
  line-height: 1.1538461538;
  font-weight: 500;
}
@media (max-width: 56.24em) {
  .headline {
    margin: 0;
  }
  .headline.immersive-header__headline {
    font-size: 1.75rem;
    line-height: 1.0357142857;
  }
}

/**
 * Article intro.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.intro {
  margin: 0 0 24px;
  font-family: "Helvetica Neue Condensed", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.45;
  font-weight: 400;
  color: #737373;
}
@media (max-width: 43.74em) {
  .intro {
    font-size: 1.125rem;
    line-height: 1.45;
  }
}
@media (min-width: 43.75em) and (max-width: 64.0525em) {
  .intro {
    font-size: 1.34375rem;
    line-height: 1.45;
  }
}

/**
 * Article subhead with subhead bar
 * 1. The full subhead bar is used on article pages.
 * 2. The first line with icons and subhead title is displayed inline, this to refrain the subhead title to stack.
 * However the block with icons has its own flex context, for better alignment.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.subhead {
  margin: 0;
  font-weight: 400;
  color: #0065ad;
  text-transform: none;
}
.subhead--inline {
  display: inline;
}
.subhead--inline h3,
.subhead--inline h4,
.subhead--inline > span {
  position: relative;
  display: inline;
  vertical-align: top;
}
.immersive-header .subhead {
  color: #fff;
}

.subhead-bar {
  line-height: 16px;
}
.subhead-bar .subhead--inline * {
  line-height: 16px !important;
}
.teaser--dispatch .subhead-bar .subhead--inline * {
  line-height: 16px !important;
}
.intro-block .subhead-bar .subhead--inline * {
  line-height: 17px !important;
}
.teaser--inline .subhead-bar .subhead--inline *, .teaser--premium .subhead-bar .subhead--inline *, .teaser--kicker-small .subhead-bar .subhead--inline * {
  line-height: 19px !important;
}
.subhead-bar .subhead--inline > div:empty {
  display: none;
}
.subhead-bar .subhead--inline > div {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.subhead-bar .subhead--inline > div > * {
  align-self: center;
  margin-right: 10px;
  margin-left: 0;
}
.subhead-bar .subhead--inline > div--full {
  margin: 0 0 0.5625rem;
}
.subhead-bar .subhead--inline > div--full .subhead {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.subhead-bar .subhead--inline > div > svg.icon--chart, .subhead-bar .subhead--inline > div > svg.icon--video, .subhead-bar .subhead--inline > div > svg.icon--camera {
  width: 30px;
  height: 17px;
  padding: 2px;
  border-radius: 9.5px;
  background: #000;
}
.immersive-header .subhead-bar .subhead--inline > div svg.icon--camera, .section-teaser--feature .subhead-bar .subhead--inline > div > svg.icon--camera, .teaser--premium .subhead-bar .subhead--inline > div > svg.icon--camera, .immersive-header .subhead-bar .subhead--inline > div svg.icon--video, .section-teaser--feature .subhead-bar .subhead--inline > div svg.icon--video, .teaser--premium .subhead-bar .subhead--inline > div svg.icon--video, .immersive-header .subhead-bar .subhead--inline > div svg.icon--chart, .section-teaser--feature .subhead-bar .subhead--inline > div svg.icon--chart, .teaser--premium .subhead-bar .subhead--inline > div svg.icon--chart {
  width: 30px;
  height: 17px;
  border: 1px solid #fff;
  background: none;
}
.subhead-bar .subhead--inline > div .tag {
  flex-shrink: 0;
  min-height: unset;
  font-size: 0.75rem;
  font-weight: 500;
}
.subhead-bar .subhead--inline > div .tag.subhead-bar__count {
  height: 17px;
  padding-right: 7px;
  padding-left: 5px;
}
.subhead-bar .subhead--inline > div .tag.subhead-bar__count > svg {
  margin-right: 5px;
}
.subhead-bar .subhead--inline > div .tag.subhead-bar__opinion {
  padding: 0;
  font-weight: bold;
  font-size: 0.895rem;
}
.teaser--dispatch .subhead-bar .subhead--inline > div .tag.subhead-bar__count, .teaser--dispatch .subhead-bar .subhead--inline > div .tag.subhead-bar__opinion {
  line-height: initial;
}
.subhead-bar .subhead--inline > div .tag.subhead-bar__advert {
  background-color: #e3e3e3;
  color: #545454;
}

.subhead-bar__opinion-author {
  display: none;
}

/**
 * Premium icon.
 *
 */
.subhead-bar__premium {
  font-size: 1.0625rem;
}

.user-dropdown .help svg {
  display: none;
}

@media (max-width: 74.99em) {
  .help {
    padding: 10px 0;
  }
}

.help-text {
  color: #fff;
  font-size: 17px;
}
.user-dropdown .help-text {
  color: #000;
}

@media (max-width: 74.99em) {
  .user-dropdown + .help {
    display: none;
  }
}
@media (min-width: 75em) {
  .user-dropdown + .help .help-text {
    display: none;
  }
}

@media (max-width: 74.99em) {
  .epaper-header--gray .help svg,
  .epaper-header--red .help svg,
  .menu-item-epaper--home + .help svg {
    display: none;
  }
}
@media (min-width: 75em) {
  .epaper-header--gray .help .help-text,
  .epaper-header--red .help .help-text,
  .menu-item-epaper--home + .help .help-text {
    display: none;
  }
}

.digital-wrapper .menu-item-epaper {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
@media (max-width: 74.99em) {
  .digital-wrapper .menu-item-epaper {
    padding: 10px 0;
    margin: 0;
  }
}
.digital-wrapper .menu-item-epaper svg {
  width: 20px;
  height: 25px;
  margin-right: 5px;
}
@media (max-width: 74.99em) {
  .digital-wrapper .menu-item-epaper svg {
    display: none;
  }
}
@media (min-width: 75em) {
  .digital-wrapper .menu-item-epaper--home span {
    display: none;
  }
}

.digital-wrapper .search-form-container {
  max-width: 95%;
  margin: 0 auto;
}
.digital-wrapper .search-form-container .search-errormsg {
  color: red;
  font-size: 14px;
  font-weight: 600;
}
.digital-wrapper .search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 27px;
}
@media (min-width: 35em) {
  .digital-wrapper .search-form {
    justify-content: center;
  }
}
.digital-wrapper .search-form-item {
  max-width: 160px;
  margin: 10px;
}
.digital-wrapper .search-form-item:nth-of-type(3) {
  min-width: 80vw;
  max-width: none;
  margin: 0;
}
@media (min-width: 75em) {
  .digital-wrapper .search-form-item:nth-of-type(3) {
    min-width: 50vw;
    margin: 10px;
  }
}
.digital-wrapper .search-form-message {
  text-align: center;
}
.digital-wrapper .search-box {
  position: relative;
  display: flex;
  height: 50px;
  margin-top: 20px;
}
.digital-wrapper .search-box .search-button {
  position: absolute;
  top: 23%;
  right: 0;
  border: none;
  background: transparent;
  font-size: 26px;
  color: #bcbcbc;
  font-weight: normal;
  cursor: pointer;
}
.digital-wrapper .search-box .search-button:focus, .digital-wrapper .search-box .search-button:active {
  outline: none;
}
@media (max-width: 34.99em) {
  .digital-wrapper .search-box .search-button {
    position: absolute;
    right: 7px;
    margin-top: 3px;
  }
}

@media (max-width: 74.99em) {
  .digital-wrapper .user-dropdown-content {
    position: relative;
    left: auto;
    margin-bottom: 10px;
    box-shadow: none;
  }
}
.digital-wrapper .user-dropdown {
  position: relative;
  margin-right: 20px;
}
@media (min-width: 75em) {
  .digital-wrapper .user-dropdown {
    width: 23px;
  }
}
.digital-wrapper .user-dropdown > input.is-hidden {
  position: absolute;
  left: -100vw;
}
.digital-wrapper .user-dropdown > label {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 75em) {
  .digital-wrapper .user-dropdown > label span {
    display: none;
  }
}
.digital-wrapper .user-dropdown > label svg {
  display: block;
}
@media (max-width: 74.99em) {
  .digital-wrapper .user-dropdown > label svg {
    display: none;
  }
}
.digital-wrapper .user-dropdown-content {
  position: absolute;
  z-index: -1;
  left: 6px;
  min-width: 130px;
  opacity: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease-in;
}
.digital-wrapper .user-dropdown-content a {
  position: relative;
  z-index: 0;
  display: block;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
  background-color: white;
  color: #000 !important;
  cursor: pointer;
}
.digital-wrapper .user-dropdown input.user-dropdown-target:checked ~ .user-dropdown-content {
  z-index: 1;
  opacity: 1;
}
@media (max-width: 74.99em) {
  .digital-wrapper .user-dropdown input.user-dropdown-target:checked ~ .user-dropdown-content {
    position: relative;
    left: -15px;
    width: 100vw;
  }
}

/**
 * User register form.
 */
/**
 * Common SASS that produces no output.
 */
/*
  https://github.com/bfred-it/object-fit-images

  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Teasers.
 */
.teaser--side-by-side.teaser--large .teaser__content {
  position: relative;
  padding-bottom: 16px;
}
.teaser--side-by-side.teaser--large .teaser__content:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e3e3e3;
}

/**
 * Pages.
 */
@media (min-width: 64.0625em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 11.25rem;
  }
}
@media (min-width: 75em) {
  .listing--has-header, .page--article .breadcrumb, .article__standfirst, .article__body {
    margin-left: 13.75rem;
  }
}

.user-register {
  margin-bottom: 0;
}
.user-register .choice-input__label {
  margin-bottom: 1.1764em;
  font-size: 0.938rem;
}
.user-register__email, .user-register__submit {
  height: 2.1em;
  padding: 0.5em 1em;
  font-size: 1.25rem;
  line-height: 1;
}
.user-register__email {
  margin-bottom: 1em;
  background-color: #fff;
}
.user-register--primary .user-register__email {
  border-color: #fff;
}
.user-register__email:hover, .user-register__email:focus {
  background-color: #fff;
}
.user-register__email-label {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.user-register__submit {
  margin-bottom: 1em;
  color: #fff;
}
.user-register--primary .user-register__submit {
  border-color: #fff;
  background-color: #fff;
  color: #0065ad;
}
.user-register--primary .user-register__submit:hover, .user-register--primary .user-register__submit:focus {
  border-color: #fff;
  background-color: #fff;
  color: #0065ad;
}
.user-register__terms {
  align-items: flex-start;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: left;
}
.user-register__terms .checkbox__indicator {
  border-width: 0;
  border-radius: 3px;
}
.user-register__terms input:not(:checked) ~ .checkbox__indicator {
  background-color: #fff;
}
.user-register__terms input:not(:checked) ~ .checkbox__indicator:before {
  background: none;
}
.user-register__links {
  padding: 2em 0 0;
  border-top: 1px solid #fff;
  margin: 2em auto 0;
  font-size: 0.8em;
  font-weight: 500;
}
.user-register__links-label {
  display: inline-block;
}
.user-register__disclaimer {
  font-size: 0.6770833333em;
  opacity: 0.75;
  text-align: left;
}
.user-register__login-link {
  color: #fff;
}

/**
 * Variant: attachment.
 */
.teaser--attachment .teaser__headline {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.teaser--attachment .teaser__authors {
  font-size: 0.75rem;
  line-height: 1.75;
}

/**
 * Variant: dispatch.
 */
.teaser--dispatch {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 0;
}
.teaser--dispatch + .teaser--dispatch {
  border-top: 0;
}
.teaser--dispatch .teaser__datetime {
  margin-right: 1em;
}
.teaser--dispatch .teaser__subhead {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.teaser--dispatch .teaser__subhead:before {
  display: none;
}
.teaser--dispatch .teaser__headline {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.34375;
}
@media (min-width: 75em) {
  .teaser--dispatch .teaser__headline {
    font-size: 1.15625rem;
    line-height: 1.2972972973;
  }
}
.teaser--dispatch .reading-time {
  margin-top: 0.357em;
}

/**
 * Variant: focus.
 */
.teaser--focus {
  align-items: stretch;
}
.teaser--focus .teaser__image {
  margin: 0;
}
.teaser--focus .teaser__body {
  padding: 0.75em;
  background-color: #28333b;
}
.teaser--focus .teaser__subhead {
  color: #0065ad;
}
.teaser--focus .teaser__headline {
  color: #ffffff;
}
.teaser--focus .teaser__text,
.teaser--focus .teaser__author,
.teaser--focus .teaser__meta {
  color: #e3e3e3;
}

/**
 * Variant: inline
 */
.teaser--inline {
  padding-top: 0.625rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 35em) {
  .teaser--inline {
    display: flex;
    flex-direction: row;
  }
}
.teaser--inline .teaser__subhead {
  font-size: 0.875rem;
}
.teaser--inline .subhead-bar {
  margin: 0 0 6px;
}
.teaser--inline .subhead-bar .subhead-bar__opinion {
  transform: none;
}
.teaser--inline .teaser__image {
  max-width: 92px;
  padding-bottom: 69px;
  margin: 0 12px 0 0;
}
@media (max-width: 34.99em) {
  .teaser--inline .teaser__image {
    display: none;
  }
}
.teaser--inline .teaser__headline {
  margin-bottom: 0;
}
.teaser--inline .teaser__headline > a {
  display: block;
  font-size: 1.15625rem;
  line-height: 1.1621621622;
  color: #000;
}
@media (min-width: 35em) {
  .teaser--inline .teaser__headline {
    margin-bottom: 0.27777em;
  }
}
@media (max-width: 34.99em) {
  .teaser--inline .teaser__footer {
    display: none;
  }
}

/**
 * Variant: kicker.
 */
.teaser--kicker .teaser__headline {
  display: inline;
  margin-right: 0.5em;
}
.teaser--kicker .teaser__meta {
  display: inline-block;
}

/**
 * Variant: kicker-small
 */
.teaser--kicker-small .teaser__headline {
  display: inline;
  margin-right: 0.5em;
  font-size: 1.15625rem;
  line-height: 1.1351351351;
  color: #fff;
}
@media (min-width: 43.75em) {
  .teaser--kicker-small .teaser__headline {
    font-size: 1.4375rem;
    line-height: 1.1304347826;
  }
}
@media (min-width: 64.0625em) {
  .teaser--kicker-small .teaser__headline {
    font-size: 1.5625rem;
    line-height: 1.12;
  }
}
.section-teaser--feature .teaser--kicker-small {
  position: relative;
  padding-left: 20px;
  margin-bottom: 38px;
}
.section-teaser--feature .teaser--kicker-small .teaser__headline,
.section-teaser--feature .teaser--kicker-small .teaser__subhead {
  color: #fff;
}
.section-teaser--feature .teaser--kicker-small .teaser__headline {
  display: block;
}
.section-teaser--feature .teaser--kicker-small .teaser__subhead {
  font-size: 0.875rem;
  line-height: 0.9285714286;
}
.section-teaser--feature .teaser--kicker-small:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 92%;
  content: "";
  background-color: #fff;
}

/**
 * Variant: large.
 */
@media (min-width: 35em) {
  .teaser.teaser--large:not(.teaser--side-by-side) {
    min-height: 415px;
  }
}
.teaser.teaser--large .teaser__image {
  width: 100vw;
  margin-right: -0.9375rem;
  margin-bottom: 0.8125rem;
  margin-left: -0.9375rem;
}
@media (min-width: 25em) {
  .teaser.teaser--large .teaser__image {
    padding-bottom: 53.8461538462%;
  }
}
@media (min-width: 35em) {
  .teaser.teaser--large .teaser__image {
    max-height: 1px;
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 43.75em) {
  .teaser.teaser--large .teaser__image {
    width: 100%;
    margin-right: inherit;
    margin-left: inherit;
  }
}
.teaser.teaser--large .subhead-bar {
  margin-bottom: 0;
}
@media (min-width: 35em) {
  .teaser.teaser--large .subhead-bar {
    margin-bottom: 0.375rem;
  }
}
.teaser.teaser--large .teaser__subhead {
  font-size: 0.9375rem;
  line-height: 1.2666666667;
}
@media (min-width: 35em) {
  .teaser.teaser--large .teaser__subhead {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 64.0625em) {
  .teaser.teaser--large .teaser__subhead {
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}
.teaser.teaser--large .teaser__headline {
  margin-bottom: 0;
  font-size: 1.313rem;
}
@media (min-width: 43.75em) {
  .teaser.teaser--large .teaser__headline {
    margin-bottom: 0.25em;
    font-size: 1.75rem;
  }
}
@media (min-width: 56.25em) {
  .teaser.teaser--large .teaser__headline {
    margin-bottom: 0.25em;
    font-size: 2rem;
  }
}
.teaser.teaser--large .teaser__text {
  margin-right: 3.8em;
  margin-bottom: 1.17em;
}
@media (max-width: 43.74em) {
  .teaser.teaser--large .teaser__text {
    display: none;
  }
}

/**
 * Variant: opinion.
 */
@media (min-width: 25em) {
  .teaser--opinion .teaser__image {
    padding-bottom: 53.8461538462%;
  }
}
@media (max-width: 24.99em) {
  .teaser--opinion .teaser__subhead-bar {
    flex-wrap: wrap;
  }
  .teaser--opinion .teaser__subhead {
    width: 100%;
    margin-left: 0;
  }
}
.teaser--opinion .teaser__headline {
  font-size: 1.15625rem;
  line-height: 1.16;
}
@media (min-width: 25em) {
  .teaser--opinion .teaser__headline {
    font-size: 1.40625rem;
    line-height: 1.25;
  }
}
@media (min-width: 25em) {
  .teaser--opinion.teaser--side-by-side .subhead-bar__opinion-author {
    display: none;
  }
}
.teaser--opinion.teaser--large .subhead-bar__opinion-author {
  display: none;
}

/**
 * Variant: Ordinary sidebar
 */
@media (min-width: 64.0625em) {
  .teaser--ordinary-sidebar.teaser--side-by-side {
    flex-direction: column;
  }
}
.teaser--ordinary-sidebar.teaser--side-by-side .teaser__image {
  padding-bottom: 20.933124%;
}
@media (min-width: 25em) {
  .teaser--ordinary-sidebar.teaser--side-by-side .teaser__image {
    padding-bottom: 27.6930564%;
  }
}
@media (min-width: 64.0625em) {
  .teaser--ordinary-sidebar.teaser--side-by-side .teaser__image {
    max-width: 100%;
    padding-bottom: 56.25%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/**
 * Variant: premium.
 *
 * 1. Set main image in background and reset colors.
 * 2. Expected background is a dark image, reset colors to light color.
 * 3. If the chosen image is too bright ( could be a backend feature ) apply an
 *    intermediary layer beetween background and text.
 * 4. Put all text elements inside teaser above image in the z-index stack.
 * 5. Reset figure tag spacing since the image is a background.
 * 6. Set image in background.
 *
 */
.teaser--premium {
  position: relative;
  z-index: 10;
  min-height: 350px;
  color: white;
}
.teaser--premium .teaser__headline,
.teaser--premium .teaser__subhead,
.teaser--premium .teaser__text,
.teaser--premium .teaser__author,
.teaser--premium .teaser__meta {
  color: inherit;
}
.teaser--premium:after {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.58);
  pointer-events: none;
}
.teaser--premium * {
  z-index: 10;
}
.teaser--premium .teaser__image {
  position: absolute;
  z-index: -1;
  height: 100%;
  padding: 0;
  margin: 0;
}
.teaser--premium .teaser__image img {
  margin-bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media (min-width: 50em) {
  .teaser--premium--large .teaser__image {
    padding-bottom: 43.75%;
  }
}
.teaser--premium .teaser__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.625rem 0.9375rem;
  background-color: initial;
  color: #fff;
}
@media (min-width: 35em) {
  .teaser--premium:not(.teaser--premium-small) .teaser__content {
    padding: 1.625rem 1.875rem;
  }
}
@media (min-width: 35em) and (max-width: 64.0525em) {
  .teaser--premium.teaser--premium-small .teaser__content {
    padding: 1.625rem 1.875rem;
  }
}
.teaser--premium .subhead-bar {
  margin-bottom: 0.5625rem;
}
.teaser--premium.teaser--has-badge .subhead-bar {
  margin-bottom: 0;
}
.teaser--premium .teaser__authors,
.teaser--premium .teaser__authors a,
.teaser--premium .teaser__meta > * + :before {
  color: #e3e3e3;
}
.teaser--premium .last-update,
.teaser--premium .reading-time {
  color: #fff;
}
.teaser--premium .last-update__icon,
.teaser--premium .reading-time__icon {
  color: inherit;
}
.teaser--premium .datetime {
  color: #fff;
}
.teaser--premium .teaser__headline {
  margin-bottom: 0.695em;
  font-size: 1.4375rem;
}
@media (min-width: 35em) {
  .teaser--premium .teaser__headline {
    max-width: 92%;
    font-size: 2rem;
  }
}
@media (min-width: 56.25em) {
  .teaser--premium .teaser__meta .bookmark {
    margin-right: 0;
  }
}

@media (min-width: 43.75em) {
  .teaser--premium.teaser--premium-large .teaser__headline {
    margin-bottom: 0.4375em;
  }
}
@media (min-width: 75em) {
  .teaser--premium.teaser--premium-large .teaser__headline {
    max-width: 92%;
  }
}
.teaser--premium.teaser--premium-large .teaser__footer {
  margin-bottom: 0;
}

@media (min-width: 35em) {
  .teaser--premium.teaser--premium-medium .teaser__headline {
    margin-bottom: 0.5625em;
  }
}

/**
 * Variant: side-by-side.
 */
.teaser--side-by-side {
  display: flex;
  align-items: stretch;
}
@media (max-width: 34.99em) {
  .teaser--side-by-side {
    align-items: flex-start;
  }
}
.teaser--side-by-side.teaser--large {
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 43.75em) {
  .teaser--side-by-side.teaser--large {
    flex-direction: row;
  }
}
@media (min-width: 64.0625em) {
  .teaser--side-by-side.teaser--large {
    margin-bottom: 0.625rem;
  }
}
.teaser--side-by-side.teaser--large .teaser__image {
  padding-bottom: 75%;
}
@media (max-width: 43.74em) {
  .teaser--side-by-side.teaser--large .teaser__image {
    width: 100vw;
    max-width: 100vw;
  }
}
@media (min-width: 25em) {
  .teaser--side-by-side.teaser--large .teaser__image {
    padding-bottom: 53.8461538462%;
  }
}
@media (min-width: 43.75em) {
  .teaser--side-by-side.teaser--large .teaser__image {
    max-width: 67%;
    padding-bottom: 36.076923077%;
    margin-right: 0.875rem;
  }
}
@media (min-width: 64.0625em) {
  .teaser--side-by-side.teaser--large .teaser__image {
    margin-right: 1.25rem;
  }
}
.teaser--side-by-side .teaser__image {
  max-width: 31.4%;
  padding-bottom: 20.933124%;
  margin: 0 12px 0 0;
}
@media (min-width: 25em) {
  .teaser--side-by-side .teaser__image {
    padding-bottom: 27.6930564%;
  }
}
@media (min-width: 43.75em) {
  .teaser--side-by-side .teaser__image {
    max-width: 41.54%;
    margin-right: 20px;
  }
}
.teaser--side-by-side .subhead-bar {
  margin-top: 0;
  margin-bottom: 4px;
}
.teaser--side-by-side .teaser__headline {
  font-size: 1.15625rem;
  line-height: 1.1621621622;
}
@media (min-width: 25em) {
  .teaser--side-by-side .teaser__headline {
    font-size: 1.25rem;
    line-height: 1.16;
  }
}
@media (min-width: 43.75em) {
  .teaser--side-by-side .teaser__headline {
    font-size: 1.4375rem;
    line-height: 1.1608695652;
  }
}
.teaser--side-by-side .teaser__body {
  flex: 1;
}
@media (min-width: 64.0625em) {
  .teaser--side-by-side .teaser__body {
    padding: 10px 0;
  }
}
.teaser--side-by-side .teaser__footer {
  margin-bottom: 0;
}
@media (min-width: 50em) {
  .teaser--side-by-side .teaser__meta .bookmark {
    margin-right: 20px;
  }
}
.teaser--side-by-side .teaser__authors,
.teaser--side-by-side .teaser__meta :not(.last-update) .datetime,
.teaser--side-by-side .teaser__meta .comments-count,
.teaser--side-by-side .teaser__meta *:before {
  display: none;
}
@media (min-width: 25em) {
  .teaser--side-by-side .teaser__authors,
  .teaser--side-by-side .teaser__meta :not(.last-update) .datetime,
  .teaser--side-by-side .teaser__meta .comments-count,
  .teaser--side-by-side .teaser__meta *:before {
    display: initial;
  }
}
.teaser--side-by-side.teaser--large .teaser__content {
  margin-bottom: 0.5em;
}

/**
 * Variant: sponsored story.
 */
.teaser--sponsored-story {
  background-color: #545454;
}
.teaser--sponsored-story .teaser__headline,
.teaser--sponsored-story .teaser__text {
  color: #fff;
}
.teaser--sponsored-story .teaser__meta,
.teaser--sponsored-story .author,
.teaser--sponsored-story .author a {
  color: #b9b9b9;
}
.teaser--sponsored-story .sponsored-story {
  margin-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.36;
  color: #b9b9b9;
}

/**
 * Variant: video.
 *
 * 1. Video indicator overlay icon.
 */
.teaser--video.teaser--side-by-side .teaser__image:after, .teaser--video.teaser--large .teaser__image:after {
  display: block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-width='1.25'%3E%3Ccircle cx='18' cy='18' r='17.375' fill='%231B2226' fill-opacity='.9'/%3E%3Cpath stroke-linejoin='round' d='M12.875 10.008v16.46l14.919-8.23-14.919-8.23z'/%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
}

.teaser--video.teaser--side-by-side .teaser__image, .teaser--video.teaser--large .teaser__image {
  position: relative;
}
.teaser--video.teaser--side-by-side .teaser__image:after, .teaser--video.teaser--large .teaser__image:after {
  position: absolute;
}
.teaser--video.teaser--side-by-side .teaser__image:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 35em) {
  .teaser--video.teaser--side-by-side .teaser__image:after {
    top: unset;
    bottom: 15px;
    left: 15px;
    transform: translate(0, 0);
  }
}
.teaser--video.teaser--large .teaser__image:after {
  bottom: 15px;
  left: 15px;
}
@media (min-width: 35em) {
  .teaser--video.teaser--large .teaser__image:after {
    bottom: 30px;
    left: 30px;
    width: 52px;
    height: 52px;
  }
}

.epaper-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 4rem;
  background-color: #e3e3e3;
}
.is-epaper-search .epaper-footer {
  position: fixed;
  bottom: 0;
}
.is-epaper-search.has-results .epaper-footer {
  position: initial;
}
@media (min-width: 35em) {
  .epaper-footer {
    justify-content: flex-end;
  }
}
@media (min-width: 24.6875em) {
  .epaper-footer {
    flex-wrap: nowrap;
    height: 2.5rem;
  }
}
.epaper-footer a {
  font-size: 0.90625rem;
  line-height: normal;
  margin: 0 1rem 0 0;
  color: #212121;
  font-weight: normal;
  text-decoration: none;
}
@media (min-width: 35em) {
  .epaper-footer a {
    margin: 0 2.5rem 0 0;
  }
}

.digital-wrapper a {
  display: block;
  text-decoration: none;
}
.digital-wrapper .user_icon_space,
.digital-wrapper .faq_icon {
  width: 24px;
}
.digital-wrapper .faq_icon {
  margin-right: 13px;
}
.digital-wrapper .user_icon_space {
  position: relative;
  top: 3px;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 75em) {
  .digital-wrapper.is-beilagen .middle-panel {
    margin-left: -17vw;
  }
}
.digital-wrapper .epaper-header {
  position: fixed;
  z-index: 100;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 50px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #a6a6a6;
  color: #ffffff;
  background-color: #0065ad;
}
@media (min-width: 75em) {
  .digital-wrapper .epaper-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.digital-wrapper .epaper-header a {
  color: #f2f2f2;
  font-size: 17px;
  font-weight: 500;
}
.digital-wrapper .epaper-header--gray {
  background-color: #737373;
}
.digital-wrapper .epaper-header-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 75em) {
  .digital-wrapper .epaper-header-block {
    flex-direction: row;
    align-items: center;
    padding: 0 !important;
  }
}
.digital-wrapper .epaper-header-block:nth-of-type(3) {
  order: 0;
  padding: 0 0 0 14px;
}
@media (max-width: 74.99em) {
  .digital-wrapper .epaper-header-block:nth-of-type(3) {
    display: none;
  }
}
.digital-wrapper .epaper-header-block:nth-of-type(1) {
  order: 0;
  padding: 16px 0 0 14px;
}
.digital-wrapper .epaper-header-block:nth-of-type(1) svg {
  width: 25px;
  height: 25px;
}
.digital-wrapper .epaper-header-block:nth-of-type(1) > a {
  width: 25px;
  height: 25px;
}
@media (max-width: 74.99em) {
  .digital-wrapper .epaper-header-block:nth-of-type(1) {
    display: none;
  }
}
.digital-wrapper .epaper-header-block:nth-of-type(1) > a:first-child {
  padding-left: 0;
  margin-right: 20px;
}
.digital-wrapper .epaper-header-block:nth-of-type(2) {
  order: -1;
}
@media (min-width: 75em) {
  .digital-wrapper .epaper-header-block:nth-of-type(2) {
    order: 0;
  }
}
@media (min-width: 64.0625em) {
  .digital-wrapper .epaper-header {
    padding: 0 20px;
  }
}
.digital-wrapper .epaper-header .calendar-container {
  margin: 15px 0 0 0;
  transform: scale(0.8);
  opacity: 0.8;
}
@media (min-width: 75em) {
  .digital-wrapper .epaper-header .calendar-container {
    margin: 0;
  }
  .digital-wrapper .epaper-header .digital_calendar {
    padding-left: 50px;
  }
}
.digital-wrapper .epaper-header .e-calendar {
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 14px !important;
  background: rgba(233, 233, 233, 0.86);
}
.digital-wrapper .epaper-header .logo-epaper {
  width: 220px;
  height: 37px;
  margin: 10px 6px 0 6px;
}
@media (min-width: 75em) {
  .digital-wrapper .epaper-header .logo-epaper {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
  }
}
.digital-wrapper .epaper-header.is-nav-open .logo-epaper {
  position: relative;
  left: 0;
  transform: none;
}
.digital-wrapper .epaper-header.is-nav-open .epaper-header-block {
  display: block;
}
@media (max-width: 74.99em) {
  .digital-wrapper .epaper-header.is-nav-open .epaper-header-block {
    padding-bottom: 10px;
  }
}
.digital-wrapper .epaper-header.is-nav-open .epaper-header-block .calendar-container {
  transform: initial;
}
.digital-wrapper .epaper-header.is-nav-open .epaper-header-block .datepicker {
  max-width: 90vw;
  height: 40px;
}

.digital-wrapper .login-window {
  position: fixed;
  z-index: -200;
  top: 50%;
  left: 50%;
  width: 90vw;
  opacity: 0;
  background-color: #ffffff;
  background-color: rgba(215, 215, 215, 0.14);
  background-color: #ffffff;
  box-shadow: 0 11px 35px 2px rgba(0, 0, 0, 0.14);
  transform: translateY(-50%) translateX(-50%);
}
.digital-wrapper .login-window.active {
  z-index: 200;
  opacity: 1;
}
@media (min-width: 35em) {
  .digital-wrapper .login-window {
    width: initial;
  }
}
.digital-wrapper .login-window .icon-close {
  position: absolute;
  top: 13px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #969696;
  font-size: 44px;
  font-weight: 500;
}
.digital-wrapper .login-window .unsubscribed,
.digital-wrapper .login-window .unsubscribed-ex {
  display: none;
  min-width: 350px;
  padding: 20px 50px 50px;
}
.digital-wrapper .login-window .unsubscribed *,
.digital-wrapper .login-window .unsubscribed-ex * {
  font-weight: 500;
}
.digital-wrapper .login-window .unsubscribed a,
.digital-wrapper .login-window .unsubscribed-ex a {
  text-decoration: underline;
}
.digital-wrapper .login-window .unsubscribed.active,
.digital-wrapper .login-window .unsubscribed-ex.active {
  display: block;
}
.digital-wrapper .login-window .login-logo {
  display: block;
  max-width: none;
  padding: 50px 38px 0 38px;
  margin: 0;
  box-shadow: none;
}
.digital-wrapper .login-window .login-links {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 150px;
  padding: 0 3vw 3vw 3vw;
}
.digital-wrapper .login-window .login-links.inactive {
  display: none;
}
@media (min-width: 35em) {
  .digital-wrapper .login-window .login-links {
    min-height: 200px;
    padding: 0 50px 30px 50px;
  }
}
.digital-wrapper .login-window .login-links .subscription_link {
  font-weight: 500;
  text-decoration: underline;
  color: rgba(9, 141, 215, 0.9803921569);
  text-align: center;
  line-height: 1.2;
}

.polli-container {
  box-sizing: border-box;
  width: 100%;
  background-color: #f5f5f5;
  padding: 1em;
  font-size: 1em;
  margin-bottom: 1em;
}

.polli-headline {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 120%;
}

.polli-headline + .polli-item {
  margin-top: 0.75em;
}

.polli-headline + .polli-teaser {
  margin-top: 0.25em;
}

.polli-teaser + .polli-item {
  margin-top: 0.75em;
}

.polli-item {
  margin-bottom: 0.5em;
  background-color: white;
  padding: 0.75em 1em 1em 1em;
  box-sizing: border-box;
}

.polli-item:last-child {
  margin-bottom: 0;
}

.polli-container.to-vote .polli-item {
  padding: 1em;
  cursor: pointer;
}

.polli-item p {
  margin: 0 0 0.4em 0;
  line-height: 110%;
}

.polli-item p small {
  font-size: 0.85em;
  opacity: 0.7;
  font-style: oblique;
}

.polli-item p span {
  float: right;
  font-size: 0.85em;
  opacity: 0.7;
}

.polli-item.prevote p {
  margin: 0;
}

.polli-item.prevote {
  cursor: pointer;
  padding: 0.75em;
}

.polli-item.prevote:hover {
  border-left: 5px solid #0f62ad;
  background-color: #d4e8ff;
}

.polli-item.marked {
  background-color: #c1e3d1;
}

.polli-bar {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: whiteSmoke;
  box-shadow: 0 5 px 5px -5px #888 inset;
  border-left: 2px solid #0f508b;
}

.polli-bar div {
  box-sizing: border-box;
  height: 1em;
  width: 0;
  max-width: 100%;
  background-color: #0f62ad;
  /*background: linear-gradient(to bottom, #0f62ad 0%,#1476e0 37%,#468ce2 82%,#0f62ad 100%);*/
  background: #0065ad;
  transition: width 0.7s ease-in-out;
}

.polli-item:hover {
  background-color: #e3e3e3;
}

.polli-item:hover .polli-bar div {
  background-color: #01518d;
}

.polli-item:hover p small {
  opacity: 1;
}

.polli-item:hover p span {
  opacity: 1;
}

/*# sourceMappingURL=bnn.css.map */
