/* minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("/static/fonts/Graphik-BoldItalic-Cy-Gr-Web.eot");
  src: url("/static/fonts/Graphik-BoldItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Graphik-BoldItalic-Cy-Gr-Web.woff2") format("woff2"), url("/static/fonts/Graphik-BoldItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("/static/fonts/Graphik-Bold-Cy-Gr-Web.eot");
  src: url("/static/fonts/Graphik-Bold-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Graphik-Bold-Cy-Gr-Web.woff2") format("woff2"), url("/static/fonts/Graphik-Bold-Cy-Gr-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("/static/fonts/Graphik-MediumItalic-Cy-Gr-Web.eot");
  src: url("/static/fonts/Graphik-MediumItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Graphik-MediumItalic-Cy-Gr-Web.woff2") format("woff2"), url("/static/fonts/Graphik-MediumItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("/static/fonts/Graphik-Medium-Cy-Gr-Web.eot");
  src: url("/static/fonts/Graphik-Medium-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Graphik-Medium-Cy-Gr-Web.woff2") format("woff2"), url("/static/fonts/Graphik-Medium-Cy-Gr-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("/static/fonts/Graphik-RegularItalic-Cy-Gr-Web.eot");
  src: url("/static/fonts/Graphik-RegularItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Graphik-RegularItalic-Cy-Gr-Web.woff2") format("woff2"), url("/static/fonts/Graphik-RegularItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("/static/fonts/Graphik-Regular-Cy-Gr-Web.eot");
  src: url("/static/fonts/Graphik-Regular-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Graphik-Regular-Cy-Gr-Web.woff2") format("woff2"), url("/static/fonts/Graphik-Regular-Cy-Gr-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("/static/fonts/Graphik-LightItalic-Cy-Gr-Web.eot");
  src: url("/static/fonts/Graphik-LightItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Graphik-LightItalic-Cy-Gr-Web.woff2") format("woff2"), url("/static/fonts/Graphik-LightItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik LCG Web';
  src: url("/static/fonts/Graphik-Light-Cy-Gr-Web.eot");
  src: url("/static/fonts/Graphik-Light-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Graphik-Light-Cy-Gr-Web.woff2") format("woff2"), url("/static/fonts/Graphik-Light-Cy-Gr-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

body {
  background-color: #fff;
  font-family: 'Graphik LCG Web', sans-serif;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100; }

strong {
  font-weight: 400; }

p a {
  color: #E2263C; }

::selection {
  background: #E2263C;
  color: #fff; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E2263C;
  color: white;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.leaflet-container {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3; }

.leaflet-control-attribution {
  opacity: 0.1;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }
  .leaflet-control-attribution:hover {
    opacity: 1; }

.leaflet-popup-content-wrapper {
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }

.spinner {
  border: dashed 2px #E2263C;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  animation-name: loader-spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: calc(50% - 21px);
  left: calc(50% - 21px); }
  .spinner.white {
    border-color: white; }

@keyframes loader-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.floating-button {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px 0 0 10px;
  height: 100px;
  width: 100px;
  z-index: 99;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none; }
  .floating-button svg {
    height: 50px;
    width: 50px; }
    .floating-button svg path {
      fill: none;
      stroke: #E2263C;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 0.5px; }
  .floating-button span {
    text-align: center;
    font-size: 10px;
    margin: 0 10px 10px 10px;
    text-transform: uppercase;
    color: #E2263C; }

.article.padded {
  margin-top: 100px; }

section {
  padding: 0 100px;
  margin: 100px auto 100px;
  max-width: 1480px;
  font-weight: 100; }
  @media only screen and (max-width: 800px) {
    section {
      margin: 0 auto 60px;
      padding: 0 30px; } }
  section p {
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 800px) {
      section p {
        font-size: 16px;
        line-height: 1.5em; } }
  section ul {
    margin: 15px 0 30px; }
    section ul li {
      list-style-type: square;
      font-size: 18px;
      font-weight: 100;
      line-height: 25px;
      margin-bottom: 5px;
      padding-left: 5px;
      margin-left: 20px; }
  section a {
    color: #E2263C; }
  section .picture .image {
    background-color: #666;
    background-size: cover;
    width: 100%;
    height: 300px; }
  section .caption {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .header.filled {
    background-color: #E2263C;
    color: #fff; }
  .header.hide {
    transform: translateY(-100%); }
  .header.default-red:not(.filled) {
    border-bottom: 1px solid #E2263C;
    color: #E2263C; }
    .header.default-red:not(.filled) .logo path,
    .header.default-red:not(.filled) .logo polygon {
      fill: #E2263C; }
    .header.default-red:not(.filled) .language-switch,
    .header.default-red:not(.filled) .burger {
      border-left: 1px solid #E2263C; }
      .header.default-red:not(.filled) .language-switch polygon,
      .header.default-red:not(.filled) .language-switch path,
      .header.default-red:not(.filled) .language-switch rect,
      .header.default-red:not(.filled) .burger polygon,
      .header.default-red:not(.filled) .burger path,
      .header.default-red:not(.filled) .burger rect {
        fill: #E2263C; }
      .header.default-red:not(.filled) .language-switch:hover,
      .header.default-red:not(.filled) .burger:hover {
        background-color: #E2263C;
        color: #fff; }
        .header.default-red:not(.filled) .language-switch:hover polygon,
        .header.default-red:not(.filled) .language-switch:hover path,
        .header.default-red:not(.filled) .language-switch:hover rect,
        .header.default-red:not(.filled) .burger:hover polygon,
        .header.default-red:not(.filled) .burger:hover path,
        .header.default-red:not(.filled) .burger:hover rect {
          fill: #fff; }
    .header.default-red:not(.filled) .burger {
      border-left: 1px solid #E2263C; }
      .header.default-red:not(.filled) .burger:hover path {
        stroke: #fff; }

.logo {
  padding: 25px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 800px) {
    .logo {
      width: 130px;
      padding: 15px; } }

.header-interactive {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .header-interactive > div {
    display: flex;
    align-items: center; }
    .header-interactive > div .text {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .header-interactive > div .icon {
      margin-right: 10px; }
    .header-interactive > div .chevron {
      margin-left: 10px; }

.language-switch,
.burger {
  padding: 25px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .language-switch:hover,
  .burger:hover {
    background-color: #fff;
    color: #E2263C; }
    .language-switch:hover polygon,
    .language-switch:hover path,
    .language-switch:hover rect,
    .burger:hover polygon,
    .burger:hover path,
    .burger:hover rect {
      fill: #E2263C; }
  @media only screen and (max-width: 800px) {
    .language-switch,
    .burger {
      padding: 15px; } }

.burger {
  border-left: 1px solid #fff; }
  .burger:hover path {
    stroke: #E2263C; }

.language-switch {
  padding: 0; }

.language-switch {
  position: relative;
  border: 1px solid #fff;
  border-width: 0 0 0 1px; }

.language-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px; }
  @media only screen and (max-width: 800px) {
    .language-display {
      padding: 15px;
      width: 90px; }
      .language-display .text {
        display: none; } }

.language-dropdown {
  position: absolute;
  width: 100%;
  box-sizing: content-box;
  right: -1px;
  top: calc(100% - 1px);
  background: #fff;
  border: 1px solid #E2263C;
  color: #E2263C; }
  .language-dropdown.invisible {
    display: none; }
  .language-dropdown .language {
    padding: 15px;
    border-bottom: 1px solid #E2263C;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .language-dropdown .language:last-child {
      border-bottom: none; }
    .language-dropdown .language:hover {
      cursor: pointer;
      background: #E2263C;
      color: #fff; }

.navigation {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 60; }
  @media only screen and (max-width: 800px) {
    .navigation {
      display: block;
      padding-top: 59px; } }
  .navigation .link {
    display: flex;
    padding: 15px 30px;
    text-decoration: none;
    align-items: center; }
    .navigation .link .title {
      flex: 1;
      color: #E2263C;
      text-transform: uppercase;
      font-weight: 100;
      font-size: 24px;
      margin-right: 50px; }
    .navigation .link .icon {
      height: 100%;
      width: 70px;
      margin-right: 50px; }
      .navigation .link .icon > div {
        background-size: contain;
        height: 60px;
        background-position: center center;
        background-repeat: no-repeat; }
      .navigation .link .icon .red {
        display: block; }
      .navigation .link .icon .white {
        display: none; }
    .navigation .link svg {
      height: 36px; }
      .navigation .link svg polyline {
        fill: none;
        stroke: #E2263C;
        stroke-width: 2px; }
    .navigation .link:hover {
      background: #E2263C; }
      .navigation .link:hover .title {
        color: white; }
      .navigation .link:hover .icon .red {
        display: none; }
      .navigation .link:hover .icon .white {
        display: block; }
      .navigation .link:hover polyline {
        stroke: white; }
    @media only screen and (max-width: 800px) {
      .navigation .link {
        padding: 10px; }
        .navigation .link .icon {
          width: 40px;
          height: 40px;
          margin-right: 20px; }
          .navigation .link .icon > div {
            height: 40px; }
        .navigation .link .title {
          font-size: 16px;
          margin-right: 20px; }
        .navigation .link svg {
          height: 24px; } }

.footer {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px;
  background: #E2263C;
  color: #fff; }
  @media only screen and (max-width: 800px) {
    .footer {
      display: block; } }

.footer-navi {
  display: flex; }
  .footer-navi .footer-navi-col {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 25px; }
    @media only screen and (max-width: 800px) {
      .footer-navi .footer-navi-col {
        display: flex;
        flex-direction: column; } }
  .footer-navi a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block; }
    .footer-navi a:last-child {
      margin-bottom: 0; }

.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.footer-other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px; }
  .footer-other a {
    margin-left: 10px; }
    @media only screen and (max-width: 800px) {
      .footer-other a {
        margin: 0 10px 0 0; } }
    .footer-other a img {
      height: 48px; }
  @media only screen and (max-width: 800px) {
    .footer-other {
      justify-content: flex-start;
      margin: 30px 0 0 0; } }

.footer-social {
  text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    .footer-social {
      margin-top: 30px; } }
  .footer-social a {
    margin-left: 10px; }
    @media only screen and (max-width: 800px) {
      .footer-social a {
        margin: 0 10px 0 0; } }
    .footer-social a img {
      height: 16px; }

.article-navi-area {
  display: flex;
  border-width: 1px 0;
  height: 100px; }
  @media only screen and (max-width: 800px) {
    .article-navi-area {
      display: block;
      height: initial; } }

.article-navi-field {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-left: 1px solid #E2263C;
  cursor: pointer; }
  .article-navi-field:first-child {
    border-left: none; }
  .article-navi-field svg {
    transition: margin 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media only screen and (max-width: 800px) {
      .article-navi-field svg {
        height: 14px;
        width: 14px; } }
  .article-navi-field.back svg {
    margin-right: 20px; }
  .article-navi-field.back:hover svg {
    margin-right: 40px; }
  .article-navi-field.next svg {
    margin-left: 20px; }
  .article-navi-field.next:hover svg {
    margin-left: 40px; }
  .article-navi-field a {
    font-size: 30px;
    text-transform: uppercase;
    color: #E2263C;
    text-decoration: none;
    font-weight: 100; }
    @media only screen and (max-width: 800px) {
      .article-navi-field a {
        font-size: 20px; } }
  @media only screen and (max-width: 800px) {
    .article-navi-field:first-of-type {
      border-bottom: 1px solid #E2263C; } }

.article-suggestions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-suggestions {
      display: block; } }

.article-suggestions h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  grid-area: 1 / 1 / 2 / -1;
  margin-bottom: 50px; }
  @media only screen and (max-width: 800px) {
    .article-suggestions h3 {
      margin-bottom: 30px; } }

.article-suggestions .suggestion {
  background: #666;
  height: 400px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  cursor: pointer; }
  .article-suggestions .suggestion:nth-child(2) {
    grid-area: 2 / 1 / 3 / 1; }
  .article-suggestions .suggestion:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3; }
  .article-suggestions .suggestion:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4; }
  @media only screen and (max-width: 800px) {
    .article-suggestions .suggestion {
      display: block;
      margin-bottom: 15px;
      height: 300px; }
      .article-suggestions .suggestion:last-child {
        margin-bottom: 0; } }
  .article-suggestions .suggestion .related-image {
    height: 100%; }
  .article-suggestions .suggestion .inner {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px; }
  .article-suggestions .suggestion .index {
    border-radius: 15px;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .article-suggestions .suggestion h4 {
    font-size: 30px;
    font-weight: 100;
    letter-spacing: -1px;
    text-align: center;
    margin: 20px 0; }
  .article-suggestions .suggestion .subline {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    line-height: 1.5em; }

.ie .suggestion {
  height: 300px;
  display: block; }

.overview-tile.triple-left .overview-piece:nth-child(2) h2, .overview-tile.triple-left .overview-piece:nth-child(3) h2, .overview-tile.triple-right .overview-piece:nth-child(2) h2, .overview-tile.triple-right .overview-piece:nth-child(3) h2 {
  font-size: 32px;
  line-height: 35px; }

.overview-tile.triple-left .overview-piece:nth-child(2) button, .overview-tile.triple-left .overview-piece:nth-child(3) button, .overview-tile.triple-right .overview-piece:nth-child(2) button, .overview-tile.triple-right .overview-piece:nth-child(3) button {
  margin: 17px 0 24px; }

.overview-tile {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 620px;
  grid-gap: 4px 4px;
  margin-bottom: 4px; }
  .overview-tile.fullwidth .overview-piece {
    grid-area: 1 / 1 / -1 / -1; }
  .overview-tile.double-left .overview-piece:nth-child(1) {
    grid-area: 1 / 1 / -1 / 9; }
  .overview-tile.double-left .overview-piece:nth-child(2) {
    grid-area: 1 / 9 / -1 / 13; }
  .overview-tile.double-both .overview-piece:nth-child(1) {
    grid-area: 1 / 1 / -1 / 7; }
  .overview-tile.double-both .overview-piece:nth-child(2) {
    grid-area: 1 / 7 / -1 / 13; }
  .overview-tile.double-right .overview-piece:nth-child(1) {
    grid-area: 1 / 1 / -1 / 5; }
  .overview-tile.double-right .overview-piece:nth-child(2) {
    grid-area: 1 / 5 / -1 / 13; }
  .overview-tile.triple-left .overview-piece:nth-child(1) {
    grid-area: 1 / 1 / 3 / 8; }
  .overview-tile.triple-left .overview-piece:nth-child(2) {
    grid-area: 1 / 8 / 2 / 13; }
  .overview-tile.triple-left .overview-piece:nth-child(3) {
    grid-area: 2 / 8 / 3 / 13; }
  .overview-tile.double-equal .overview-piece:nth-child(1) {
    grid-area: 1 / 1 / -1 / 7; }
  .overview-tile.double-equal .overview-piece:nth-child(2) {
    grid-area: 1 / 7 / -1 / 13; }
  .overview-tile.triple-right .overview-piece:nth-child(1) {
    grid-area: 1 / 6 / 3 / 13; }
  .overview-tile.triple-right .overview-piece:nth-child(2) {
    grid-area: 1 / 1 / 2 / 6; }
  .overview-tile.triple-right .overview-piece:nth-child(3) {
    grid-area: 2 / 1 / 3 / 6; }
  .overview-tile:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 800px) {
    .overview-tile {
      display: block;
      grid-area: initial;
      height: initial;
      margin: initial; }
      .overview-tile:last-child .overview-piece:last-child {
        margin-bottom: 0; } }

.ie .overview-tile {
  display: block;
  height: auto;
  margin: 0; }

.overview-piece {
  background-color: #f9d3d7;
  color: #fff;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  position: relative; }
  .overview-piece.icon {
    background-color: #E2263C; }
    .overview-piece.icon .image-module {
      background: none; }
    .overview-piece.icon .inner {
      background: none; }
    .overview-piece.icon button {
      border: 2px solid white; }
  .overview-piece .icon-img {
    height: 75px;
    margin-bottom: 30px; }
  .overview-piece .image {
    height: 100%; }
  .overview-piece .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px; }
    @media only screen and (max-width: 800px) {
      .overview-piece .inner {
        padding: 25px 50px; } }
  .overview-piece h2 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    font-weight: 100;
    max-width: 500px; }
    @media only screen and (max-width: 800px) {
      .overview-piece h2 {
        font-size: 36px; } }
  .overview-piece .text {
    margin-top: 20px;
    line-height: 1.5em;
    font-weight: 100;
    text-align: center;
    max-width: 500px; }
  .overview-piece button {
    font-weight: 100;
    background-color: #E2263C;
    color: white;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 100;
    outline: 0;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 40px 0;
    letter-spacing: 1px; }
    .overview-piece button:hover {
      cursor: pointer;
      background: white;
      color: #E2263C; }
    @media only screen and (max-width: 800px) {
      .overview-piece button {
        margin: 20px 0;
        font-size: 14px; } }
  .overview-piece .overview-subline {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.25em; }
  @media only screen and (max-width: 800px) {
    .overview-piece {
      display: block;
      grid-area: initial;
      height: 400px;
      margin-bottom: 4px; } }
  .overview-piece.no-curtain .inner {
    background-color: transparent; }
  .overview-piece.text-red {
    color: #E2263C; }

.ie .overview-piece {
  display: block;
  grid-area: initial;
  height: 400px;
  margin-bottom: 4px; }

.social-area {
  display: flex;
  border: 1px solid #E2263C;
  border-width: 1px 0;
  height: 100px; }
  @media only screen and (max-width: 800px) {
    .social-area {
      display: block;
      height: initial; } }

.social-area-field {
  flex: 1;
  border-left: 1px solid #E2263C; }
  .social-area-field:first-child {
    border-left: none; }
  .social-area-field svg {
    margin-right: 20px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .social-area-field a {
    font-size: 18px;
    color: #E2263C;
    text-decoration: none;
    font-weight: 100; }
  @media only screen and (max-width: 800px) {
    .social-area-field {
      border-width: 0;
      border-top: 1px solid #E2263C; }
      .social-area-field:first-child {
        border-top: none; } }

.SocialMediaShareButton {
  display: block;
  height: 100%;
  width: 100%; }

.social-field-inner, .social-field-inner a {
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 18px;
  color: #E2263C;
  text-decoration: none;
  font-weight: 100;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .social-field-inner:hover svg, .social-field-inner a:hover svg {
    margin-right: 40px; }

.title-image + .article-headline,
.article-header + .article-headline,
.article-headline:first-child {
  padding: 0 50px;
  margin: 100px auto; }
  @media only screen and (max-width: 800px) {
    .title-image + .article-headline,
    .article-header + .article-headline,
    .article-headline:first-child {
      padding: 0 30px;
      margin: 60px 0; } }

.article-headline {
  padding: 0 50px;
  font-size: 55px;
  line-height: 57px;
  font-weight: 100;
  text-align: center;
  color: #E2263C;
  max-width: 800px;
  margin: 0 auto 50px; }
  .article-headline h1,
  .article-headline h2,
  .article-headline h3 {
    line-height: 1em; }
  .article-headline h1 {
    font-size: 58px; }
  .article-headline h2 {
    font-size: 40px; }
  .article-headline h3 {
    font-size: 32px; }
  @media only screen and (max-width: 800px) {
    .article-headline {
      font-size: 32px;
      padding: 0 30px 30px 30px;
      line-height: 38px; }
      .article-headline h1 {
        font-size: 42px; }
      .article-headline h2 {
        font-size: 28px;
        line-height: 1.25em; }
      .article-headline h3 {
        font-size: 24px; } }

.article-textFullWidth {
  max-width: 890px;
  margin: 0 auto; }
  .article-textFullWidth.center {
    text-align: center; }
  .article-textFullWidth img {
    margin: 0 auto; }
  .article-textFullWidth h1, .article-textFullWidth h2, .article-textFullWidth h3, .article-textFullWidth h4 {
    line-height: 1.25em;
    font-weight: 100;
    text-align: center;
    color: #E2263C;
    max-width: 800px;
    margin: 0 auto 30px auto; }
  .article-textFullWidth h1 {
    font-size: 42px; }
  .article-textFullWidth h2 {
    font-size: 36px; }
  .article-textFullWidth h3 {
    text-align: left;
    margin-left: 0;
    font-size: 24px; }
  .article-textFullWidth h4 {
    text-align: left;
    margin-left: 0;
    font-size: 18px; }

.article-textTwoOne {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-textTwoOne {
      display: block; } }

.article-textTwoOne .big {
  grid-area: 1 / 1 / -1 / 3; }

.article-textTwoOne .small {
  grid-area: 1 / 3 / -1 / 4; }

.article-quote {
  color: #E2263C; }
  .article-quote .quote {
    font-size: 30px;
    line-height: 35px;
    font-style: italic;
    max-width: 890px;
    margin: 0 auto;
    text-align: center; }
  .article-quote .author {
    font-size: 18px;
    line-height: 25px;
    margin: 50px auto 0;
    text-align: center; }

.article-imageTwoOne {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-imageTwoOne {
      display: block; } }

.article-imageTwoOne .bigImage, .article-imageTwoOne .smallImage {
  min-height: 630px;
  background-size: cover; }
  @media only screen and (max-width: 800px) {
    .article-imageTwoOne .bigImage, .article-imageTwoOne .smallImage {
      min-height: 350px; } }

.article-imageTwoOne .bigImage {
  grid-area: 1 / 1 / -1 / 3; }
  @media only screen and (max-width: 800px) {
    .article-imageTwoOne .bigImage {
      margin-bottom: 30px; } }

.article-imageTwoOne .smallImage {
  grid-area: 1 / 3 / -1 / 4; }

.article-textTextDoubleImage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-textTextDoubleImage {
      display: block; } }

.article-textTextDoubleImage .copy {
  grid-area: 1 / 1 / -1 / 3;
  columns: 2 auto;
  column-gap: 50px; }
  @media only screen and (max-width: 1100px) {
    .article-textTextDoubleImage .copy {
      columns: initial; } }
  @media only screen and (max-width: 800px) {
    .article-textTextDoubleImage .copy {
      columns: initial;
      margin-bottom: 30px; } }
  .article-textTextDoubleImage .copy h2 {
    margin: 40px 0;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100; }

.article-textTextDoubleImage .pictures {
  grid-area: 1 / 3 / -1 / 4; }
  .article-textTextDoubleImage .pictures .picture {
    margin-bottom: 50px; }
    .article-textTextDoubleImage .pictures .picture .image {
      background-size: cover; }
    .article-textTextDoubleImage .pictures .picture:last-child {
      margin-bottom: 0; }

.article-imageTwoTextOne {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-imageTwoTextOne {
      display: block; } }

.article-imageTwoTextOne .image {
  background: #666;
  background-size: cover;
  min-height: 630px;
  grid-area: 1 / 1 / -1 / 3; }
  @media only screen and (max-width: 800px) {
    .article-imageTwoTextOne .image {
      min-height: 350px; } }

.article-imageTwoTextOne .copy {
  min-height: 630px;
  text-align: center;
  grid-area: 1 / 3 / -1 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 100; }
  .article-imageTwoTextOne .copy h3 {
    color: #E2263C;
    font-size: 26px; }
  @media only screen and (max-width: 800px) {
    .article-imageTwoTextOne .copy {
      min-height: initial;
      margin-top: 60px; } }

.article-imageImageText {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-imageImageText {
      display: block; } }

.article-imageImageText .copy {
  font-size: 18px;
  line-height: 25px; }
  .article-imageImageText .copy.center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }

.article-imageImageText .caption {
  margin-bottom: 30px; }

.article-textImageImage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-textImageImage {
      display: block; } }

.article-textImageImage .copy {
  font-size: 18px;
  line-height: 25px; }
  .article-textImageImage .copy.center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }

@media only screen and (max-width: 800px) {
  .article-textImageImage .col {
    margin-bottom: 30px; } }

.article-headlineTextText {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-headlineTextText {
      display: block; } }

.article-headlineTextText .headline {
  grid-area: 1 / 1 / -1 / 2;
  font-size: 30px;
  line-height: 35px;
  color: #E2263C;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    .article-headlineTextText .headline h2 {
      margin-bottom: 30px; } }

.article-headlineTextText .copy {
  grid-area: 1 / 2 / -1 / 4;
  columns: 2 auto;
  column-gap: 50px; }
  @media only screen and (max-width: 1100px) {
    .article-headlineTextText .copy {
      columns: initial; } }
  @media only screen and (max-width: 800px) {
    .article-headlineTextText .copy {
      columns: initial; } }

.article-fact-slideshow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-fact-slideshow {
      display: block; } }

.article-fact-slideshow {
  margin-bottom: 100px; }
  .article-fact-slideshow section {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    margin: 0; }
  .article-fact-slideshow > .facts .article-facts {
    margin-bottom: 0; }
    .article-fact-slideshow > .facts .article-facts .fact {
      height: 630px;
      padding: 50px; }
  .article-fact-slideshow .facts {
    grid-area: 1 / 1 / -1 / 2; }
    @media screen and (min-width: 1480px) {
      .article-fact-slideshow .facts {
        width: calc((1280px - 100px) / 3 * 1); } }
    @media screen and (max-width: 1480px) {
      .article-fact-slideshow .facts {
        width: calc((100vw - 200px - 90px) / 3 * 1); } }
    @media screen and (max-width: 1200px) {
      .article-fact-slideshow .facts {
        width: 100%; } }
    .article-fact-slideshow .facts h2 {
      font-size: 42px; }
    .article-fact-slideshow .facts .key {
      font-size: 36px; }
  .article-fact-slideshow .slideshow-section {
    min-height: 100%;
    grid-area: 1 / 2 / -1 / 4;
    position: relative;
    margin-top: -30px; }
    @media screen and (min-width: 1480px) {
      .article-fact-slideshow .slideshow-section {
        width: calc((1280px - 50px) / 3 * 2); } }
    @media screen and (max-width: 1480px) {
      .article-fact-slideshow .slideshow-section {
        width: calc((100vw - 200px - 90px) / 3 * 2); } }
    @media screen and (max-width: 1200px) {
      .article-fact-slideshow .slideshow-section {
        width: 100%; } }
    .article-fact-slideshow .slideshow-section .article-slideshow .slider .item .picture {
      width: 100%;
      margin: 30px 0; }
    .article-fact-slideshow .slideshow-section .slick-prev {
      left: -35px; }
    .article-fact-slideshow .slideshow-section .slick-next {
      right: -35px; }
  .article-fact-slideshow.right .facts {
    grid-area: 1 / 3 / -1 / 4; }
  .article-fact-slideshow.right .slideshow-section {
    grid-area: 1 / 1 / -1 / 3; }
  @media (max-width: 1200px) {
    .article-fact-slideshow {
      display: block; }
      .article-fact-slideshow > .facts .article-facts {
        margin-bottom: 100px; }
        .article-fact-slideshow > .facts .article-facts .fact {
          height: auto; } }

@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/static/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/static/fonts/slick.eot");
  src: url("/static/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/static/fonts/slick.woff") format("woff"), url("/static/fonts/slick.ttf") format("truetype"), url("/static/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\2190'; }

[dir='rtl'] .slick-prev:before {
  content: '\2192'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\2192'; }

[dir='rtl'] .slick-next:before {
  content: '\2190'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  top: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.article-slideshow .legend {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  text-align: center; }

.article-slideshow .close {
  display: none; }

.article-slideshow .slider .item {
  width: 840px; }
  .article-slideshow .slider .item .picture {
    height: 630px;
    margin: 30px;
    background-color: #666;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 800px) {
      .article-slideshow .slider .item .picture {
        height: 300px;
        margin: 0 15px 15px 15px; } }
  .article-slideshow .slider .item .caption {
    text-align: center;
    font-size: 18px;
    line-height: 25px; }
    @media only screen and (max-width: 800px) {
      .article-slideshow .slider .item .caption {
        font-size: 12px;
        line-height: 18px;
        margin: 15px 15px 0 15px; } }

.article-slideshow.full-width .slider .item .picture {
  margin: 0; }

.article-slideshow.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E2263C;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100; }
  .article-slideshow.fullscreen .slider {
    width: 90vw; }
    .article-slideshow.fullscreen .slider .item .picture {
      height: 75vh;
      background-color: transparent; }
      .article-slideshow.fullscreen .slider .item .picture .image-module-image {
        background-size: contain;
        background-repeat: no-repeat; }
      @media only screen and (max-width: 800px) {
        .article-slideshow.fullscreen .slider .item .picture {
          height: 50vh; } }
    @media only screen and (max-width: 800px) {
      .article-slideshow.fullscreen .slider {
        width: 80vw; } }
  .article-slideshow.fullscreen .slick-prev {
    background-image: url("/static/icons/prev_white.svg"); }
  .article-slideshow.fullscreen .slick-next {
    background-image: url("/static/icons/next_white.svg"); }
  .article-slideshow.fullscreen .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px; }

.slider * {
  outline: none; }

.slick-prev,
.slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .slick-prev:before,
  .slick-next:before {
    display: none; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.5; }

.slick-prev {
  background-image: url("/static/icons/prev.svg"); }
  @media only screen and (max-width: 800px) {
    .slick-prev {
      transform: translateX(7px) scale(0.75); } }

.slick-next {
  background-image: url("/static/icons/next.svg"); }
  @media only screen and (max-width: 800px) {
    .slick-next {
      transform: translateX(-5px) scale(0.75); } }

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

.article-facts {
  margin-bottom: 100px; }

.fact {
  padding: 75px;
  background-color: #E2263C;
  color: white;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .fact h2 {
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase; }
    @media only screen and (max-width: 800px) {
      .fact h2 {
        font-size: 38px; } }
  @media only screen and (max-width: 800px) {
    .fact {
      padding: 50px; } }

.fact-list .key {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    .fact-list .key {
      font-size: 38px; } }

.fact-list .value {
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 1.25em; }
  @media only screen and (max-width: 800px) {
    .fact-list .value {
      font-size: 18px; } }

.fact-list:last-child {
  margin-bottom: 0; }
  .fact-list:last-child .value {
    margin-bottom: 0; }

.article-video {
  margin: 0 auto;
  max-width: 840px; }
  .article-video.big {
    max-width: initial; }
  .article-video h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .article-video .video {
    background-color: #ddd;
    margin: 20px 0;
    height: 475px; }
    .article-video .video.big {
      height: 720px; }
    .article-video .video .thumb {
      height: 100%; }
      .article-video .video .thumb:hover {
        cursor: pointer; }
      .article-video .video .thumb .thumb-inner {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
    .article-video .video iframe {
      height: 100%; }
    @media only screen and (max-width: 800px) {
      .article-video .video {
        height: calc((100vw - 60px) / 16 * 9); }
        .article-video .video.big {
          height: calc((100vw - 60px) / 16 * 9); } }
  .article-video .caption {
    text-align: center; }
    @media only screen and (max-width: 800px) {
      .article-video .caption p {
        font-size: 14px;
        line-height: 18px; } }

.article-audio {
  margin: 0 auto;
  max-width: 840px; }
  .article-audio h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase; }
  .article-audio .audio-controls {
    width: 500px;
    margin: 0 auto;
    display: flex; }
    @media only screen and (max-width: 800px) {
      .article-audio .audio-controls {
        width: 100%; } }
    .article-audio .audio-controls .play, .article-audio .audio-controls .pause {
      border: 1px solid #E2263C;
      height: 50px;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .article-audio .audio-controls .play polygon, .article-audio .audio-controls .pause polygon {
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .article-audio .audio-controls .play:hover, .article-audio .audio-controls .pause:hover {
        transform: scale(0.97);
        transform-origin: center; }
    .article-audio .audio-controls .play.playing {
      background: #E2263C; }
      .article-audio .audio-controls .play.playing polygon {
        fill: white; }
    .article-audio .audio-controls .play.paused {
      background: white; }
      .article-audio .audio-controls .play.paused polygon {
        fill: #E2263C; }
    .article-audio .audio-controls .pause.playing {
      background: white; }
      .article-audio .audio-controls .pause.playing polygon {
        fill: #E2263C; }
    .article-audio .audio-controls .pause.paused {
      background: #E2263C; }
      .article-audio .audio-controls .pause.paused polygon {
        fill: white; }
  .article-audio .audio-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .article-audio .audio-progress .current-time, .article-audio .audio-progress .total-time {
      color: #E2263C;
      font-size: 12px;
      margin: 0 20px;
      width: 60px;
      text-align: center; }
    .article-audio .audio-progress .bar {
      height: 20px;
      border: 1px solid #E2263C;
      width: 500px;
      position: relative;
      cursor: pointer; }
      .article-audio .audio-progress .bar .bar-inner {
        height: 100%;
        background: #E2263C; }
    .article-audio .audio-progress.shown {
      height: 20px;
      opacity: 1; }
    .article-audio .audio-progress.hidden {
      height: 0;
      opacity: 0; }

.article-map {
  min-height: 430px;
  display: flex;
  margin-bottom: 100px; }
  @media only screen and (max-width: 800px) {
    .article-map {
      display: block; } }
  .article-map .info {
    background: #E2263C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
    color: #fff;
    font-weight: 100; }
    @media only screen and (max-width: 800px) {
      .article-map .info {
        padding: 60px 30px; } }
    .article-map .info .big {
      font-size: 30px;
      line-height: 35px; }
    .article-map .info .small {
      margin-top: 35px;
      font-size: 18px;
      line-height: 25px; }
    .article-map .info a {
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid #fff; }
  .article-map .map {
    background: #666;
    flex: 1;
    overflow: hidden;
    height: 430px; }
    @media only screen and (max-width: 800px) {
      .article-map .map {
        height: 300px; } }

.article-textTextImage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 50px; }
  @media only screen and (max-width: 800px) {
    .article-textTextImage {
      display: block; } }

.article-textTextImage .copy {
  grid-area: 1 / 1 / -1 / 3;
  columns: 2 auto;
  column-gap: 50px; }
  .article-textTextImage .copy h2 {
    margin: 40px 0;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100; }
  @media only screen and (max-width: 1100px) {
    .article-textTextImage .copy {
      columns: initial; } }
  @media only screen and (max-width: 800px) {
    .article-textTextImage .copy {
      columns: initial;
      margin-bottom: 30px; } }

.article-textTextImage .image {
  grid-area: 1 / 3 / -1 / 4;
  background-size: cover; }
  @media only screen and (max-width: 800px) {
    .article-textTextImage .image {
      height: 350px; } }

.article-event {
  display: flex;
  margin-bottom: 100px;
  border: 1px solid #E2263C;
  border-width: 1px 0; }
  @media only screen and (max-width: 800px) {
    .article-event {
      display: block;
      margin-bottom: 60px; } }
  .article-event .info {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px; }
    @media only screen and (max-width: 800px) {
      .article-event .info {
        padding: 30px 30px 0 30px; } }
    .article-event .info h1 {
      font-size: 30px;
      line-height: 35px;
      color: #E2263C;
      text-transform: uppercase;
      margin-bottom: 40px;
      text-align: center; }
    .article-event .info p {
      font-size: 18px;
      line-height: 25px;
      font-weight: 100;
      max-width: 600px;
      margin: 0 auto; }
  .article-event .dates {
    border-left: 1px solid #E2263C;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    padding: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 100; }
    @media only screen and (max-width: 800px) {
      .article-event .dates {
        padding: 30px;
        font-size: 14px; } }
    .article-event .dates .date {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      .article-event .dates .date .date-data {
        flex: 1;
        color: #E2263C;
        margin-right: 15px;
        text-align: right; }
      .article-event .dates .date .time-data {
        flex: 1;
        text-align: left; }
    .article-event .dates .date-info {
      color: #E2263C; }


.article-table + .article-table .table {
  border-top: none; }

.article-table:last-of-type {
  margin-bottom: 100px; }

.article-table {
  max-width: 1000px;
  margin: 0 auto 100px auto; }
  .article-table .table {
    font-weight: 100; }
    .article-table .table .thead {
      display: flex;
      margin-bottom: 30px; }
    .article-table .table .th {
      font-weight: 400;
      color: #E2263C;
      letter-spacing: 1px;
      font-size: 18px;
      text-transform: uppercase;
      flex: 1;
      text-align: right;
      padding: 5px; }
      .article-table .table .th:first-child {
        text-align: left;
        margin-left: 0;
        flex: 3; }
    .article-table .table .tr {
      display: flex; }
    .article-table .table .td {
      margin-left: 15px;
      border-bottom: 1px solid #E2263C;
      padding: 6px 0 5px;
      font-size: 16px;
      flex: 1;
      text-align: right; }
      .article-table .table .td:first-child {
        text-align: left;
        color: #E2263C;
        margin-left: 0;
        flex: 3; }
    @media only screen and (max-width: 800px) {
      .article-table .table {
        width: 900px;
        padding: 50px; } }
  @media (max-width: 1200px) {
    .article-table {
      margin: 0 100px 100px 100px; } }
  @media only screen and (max-width: 800px) {
    .article-table {
      margin: 0 0 50px 0;
      overflow: auto; } }

.article-icon-text {
  max-width: 900px;
  margin: 0 auto; }
  .article-icon-text h1, .article-icon-text h2 {
    color: #E2263C;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px; }
  .article-icon-text .inner {
    display: flex; }
  .article-icon-text .icon {
    width: 140px; }
  .article-icon-text .content {
    flex: 1; }
  .article-icon-text.left .inner {
    flex-direction: row; }
  .article-icon-text.left .icon {
    margin-right: 100px; }
  .article-icon-text.right .inner {
    flex-direction: row-reverse; }
  .article-icon-text.right .icon {
    margin-left: 100px; }
  @media only screen and (max-width: 800px) {
    .article-icon-text .inner {
      display: block; }
    .article-icon-text.left .icon, .article-icon-text.right .icon {
      margin: 0 auto 50px auto; } }

.article-responsive-image {
  max-width: 1200px;
  margin: 0 auto; }
  .article-responsive-image img {
    display: block;
    margin: 0 auto; }

.article-gallery-fifty {
  display: flex;
  flex-wrap: wrap; }
  .article-gallery-fifty .item {
    width: calc(50% - 25px);
    margin: 0 50px 50px 0; }
    .article-gallery-fifty .item .picture {
      width: 100%;
      height: 350px;
      margin-bottom: 25px; }
    .article-gallery-fifty .item .description {
      text-align: center; }
    .article-gallery-fifty .item:nth-child(2n) {
      margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .article-gallery-fifty {
      display: block; }
      .article-gallery-fifty .item {
        width: 100%; }
        .article-gallery-fifty .item .picture {
          height: 40vw; } }

.title-image.fixed {
  height: 60vh; }

.title-image.full {
  height: 100vh; }

.title-video {
  overflow: hidden;
  margin-bottom: 100px; }
  .title-video.fixed {
    height: 60vh; }
  .title-video.full {
    height: 100vh; }
  .title-video.cinema {
    height: 56.25vw; }
  @media only screen and (max-width: 800px) {
    .title-video {
      height: 50vh;
      margin-bottom: 30px; } }

.title-intro {
  padding: 0 50px;
  text-align: center;
  max-width: 1000px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
  margin: 100px auto; }
  .title-intro h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #E2263C; }
    @media only screen and (max-width: 800px) {
      .title-intro h1 {
        font-size: 48px;
        line-height: 1em; } }
  .title-intro .segoe {
    margin-bottom: 0; }
    .title-intro .segoe a {
      color: #E2263C;
      text-decoration: none; }
      .title-intro .segoe a:hover {
        border-bottom: 1px solid #E2263C; }
  .title-intro p {
    margin-bottom: 30px; }

.article-embed {
  height: 80vh;
  width: calc(100vw - 100px);
  margin: 50px; }
  @media only screen and (max-width: 800px) {
    .article-embed {
      width: 100vw;
      margin: 0; } }

.inline-map {
  height: 60vh;
  position: relative;
  display: flex;
  border-top: 1px solid #E2263C; }
  .inline-map .leaflet-div-icon {
    background: transparent;
    border: none; }
  .inline-map .leaflet-marker-icon .number {
    position: relative;
    top: -43px;
    color: #fff;
    font-size: 16px;
    width: 30px;
    text-align: center; }
  @media only screen and (max-width: 800px) {
    .inline-map {
      flex-direction: column-reverse;
      position: relative;
      overflow: hidden;
      height: initial; } }
  .inline-map .list {
    width: 50%;
    max-width: 700px;
    height: 100%; }
    @media only screen and (max-width: 800px) {
      .inline-map .list {
        max-width: initial;
        width: 100%;
        height: 50vh;
        z-index: 10;
        background: white;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
        .inline-map .list.open .open-list svg {
          transform-origin: center;
          transform: rotate(0deg); } }
  .inline-map .list-inner {
    height: 100%;
    position: relative; }
  .inline-map .list-scroll {
    height: 100%;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .inline-map .open-list {
    position: absolute;
    top: -30px;
    background-color: #E2263C;
    left: 0;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px; }
    .inline-map .open-list svg {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transform: rotate(180deg); }
  .inline-map .map {
    width: 50%;
    flex: 1; }
    @media only screen and (max-width: 800px) {
      .inline-map .map {
        width: 100%;
        height: 60vh; } }
  .inline-map .poi-entry {
    margin: 10px 10px 0 10px;
    display: flex;
    align-items: center;
    transition: background-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    position: relative; }
    .inline-map .poi-entry .image {
      width: 20vw;
      height: 13vw;
      max-width: 290px;
      max-height: 190px;
      background-size: cover;
      background-position: center;
      position: relative; }
      .inline-map .poi-entry .image .pin {
        position: absolute;
        background-image: url("/static/images/marker_grey.svg");
        width: 30px;
        height: 40px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        bottom: calc(50% - 20px);
        right: -15px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        padding-top: 8px;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 20; }
    .inline-map .poi-entry .content {
      padding: 0 30px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      .inline-map .poi-entry .content .title {
        margin-bottom: 10px; }
        .inline-map .poi-entry .content .title h1 {
          font-weight: 100;
          font-size: 23px;
          line-height: 27px;
          color: #E2263C; }
          @media screen and (max-width: 880px) {
            .inline-map .poi-entry .content .title h1 {
              font-size: 16px;
              line-height: 18px;
              margin-top: 10px; } }
      .inline-map .poi-entry .content .summary {
        font-size: 12px;
        line-height: 1.5em;
        margin-bottom: 15px;
        color: rgba(0, 0, 0, 0.8); }
      .inline-map .poi-entry .content .address {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal;
        font-size: 12px; }
        @media screen and (max-width: 880px) {
          .inline-map .poi-entry .content .address {
            font-size: 10px; } }
    .inline-map .poi-entry.highlighted {
      background-color: #eeeded; }
      .inline-map .poi-entry.highlighted .pin {
        background-image: url("/static/images/marker_red.svg"); }
    .inline-map .poi-entry:hover {
      background-color: #eeeded; }
    .inline-map .poi-entry:last-child {
      margin-bottom: 10px; }
  .inline-map .link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .inline-map .link svg {
      width: 16px;
      height: 16px; }
      .inline-map .link svg path {
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        fill: #E2263C; }
    .inline-map .link:hover {
      background-color: #E2263C; }
      .inline-map .link:hover svg path {
        fill: white; }

.zoom-image {
  touch-action: none; }

.zoom-image img {
  display: block;
  width: 100%;
  pointer-events: none; }

.image-module {
  position: relative;
  overflow: hidden;
  background-color: #ddd; }
  .image-module:hover .image.loaded {
    transition-duration: 10s;
    transform: scale(1.025); }
  .image-module:hover .copyright {
    opacity: 1; }
  .image-module .image-module-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }
    .image-module .image-module-image.not-loaded {
      transform: scale(1.2) rotate(2deg);
      opacity: 0; }
    .image-module .image-module-image.loaded {
      transform: scale(1) rotate(0deg);
      opacity: 1; }
  .image-module .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(5, 4, 4, 0.25);
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    opacity: .1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 40; }
    @media only screen and (max-width: 800px) {
      .image-module .copyright {
        opacity: 1; } }
  .image-module .image-module-inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(/static/images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/static/images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/static/images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.leaflet-container {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3; }

.leaflet-control-attribution {
  opacity: 0.1;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }
  .leaflet-control-attribution:hover {
    opacity: 1; }

.leaflet-popup-content-wrapper {
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }


/*# sourceMappingURL=styles.chunk.css.map*/