/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details,
figcaption, figure, footer, header, main,
menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button],
[type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family: "DBHeadBlack";
  src: url("./fonts/dbhea07-web.eot");
  src: url("./fonts/dbhea07-web.eot?#iefix") format("embedded-opentype"), url("./fonts/dbhea07-web.woff") format("woff"), url("./fonts/dbhea07-web.ttf") format("truetype"), url("./fonts/dbhea07-web.svg#dbhea07-web") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DBSansRegular";
  src: url("./fonts/dbsan03-web.eot");
  src: url("./fonts/dbsan03-web.eot?#iefix") format("embedded-opentype"), url("./fonts/dbsan03-web.woff") format("woff"), url("./fonts/dbsan03-web.ttf") format("truetype"), url("./fonts/dbsan03-web.svg#dbsan03-web") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DBSansBold";
  src: url("./fonts/dbsan06-web.eot");
  src: url("./fonts/dbsan06-web.eot?#iefix") format("embedded-opentype"), url("./fonts/dbsan06-web.woff") format("woff"), url("./fonts/dbsan06-web.ttf") format("truetype"), url("./fonts/dbsan06-web.svg#dbsan06-web") format("svg");
  font-weight: 500;
  font-style: normal;
}
/*!
 * 
 *             SimpleBar.js - v2.4.3
 *             Scrollbars, simpler.
 *             https://grsmto.github.io/simplebar/
 *             
 *             Made by Adrien Grsmto from a fork by Jonathan Nicol
 *             Under MIT License
 *         
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

[data-simplebar=init] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  box-sizing: content-box;
}

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  min-height: 100%;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #000;
  background-clip: padding-box;
}

.simplebar-track:hover .simplebar-scrollbar {
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.5;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.vertical {
  top: 0;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

@keyframes nes-loaderspin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
h1, h2, h3, h4, h5, h6, p, ul, li, nav, select, address, fieldset, textarea, input {
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  border-spacing: 0;
  padding: 0;
  font-style: normal;
}

.nes-module {
  position: relative;
  display: block;
  background-color: #CCC;
  width: 100%;
  max-width: 1250px;
  min-height: 100px;
  margin: 0 auto;
  font-size: 10px;
  overflow: hidden;
}
.nes-module_loader {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 4.4em;
  height: 4.4em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nes-module_loader::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0.2em solid #000;
  border-right: 0.2em solid transparent;
  -webkit-animation: nes-loaderspin 1s linear infinite;
  -moz-animation: nes-loaderspin 1s linear infinite;
  -o-animation: nes-loaderspin 1s linear infinite;
  animation: nes-loaderspin 1s linear infinite;
}
.nes-module_loader.hide {
  opacity: 0;
}
.nes-module_mobile-hint {
  position: absolute;
  display: block;
  width: 6em;
  height: 10em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9010;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' width='43' height='102'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='2' stroke-linejoin='round' stroke-linecap='round' fill='none' d='M1.426 21.162L8.4 28.127m-6.975-6.965L8.4 14.197M21.597 1.018l6.975 6.965m-6.975-6.965v20.144H41.77l-6.975-6.965m6.975 6.965l-6.975 6.965M21.597 41.306l-6.974-6.965m6.974-13.18v20.145m0-20.144H1.426M21.597 1.018l-6.974 6.965M14.22 79.89q.05 5.462-3.462 2.455m3.462-19.292V79.89m0-16.837q-1.204-.551-2.157-1.503-2.158-2.155-2.158-5.312 0-3.157 2.158-5.462 2.308-2.154 5.469-2.154 1.104 0 2.057.25l.1-.1q2.259-2.155 5.42-2.155t5.369 2.155q2.258 2.305 2.258 5.462 0 3.157-2.258 5.311-1.154 1.203-2.56 1.804l-.15 7.567h1.004q.652 0 1.254.1 1.656.35 2.208 1.904h.753q4.014-.1 4.014 4.16-.05 11.524-1.355 16.886-2.459 9.17-14.702 9.02-8.28.25-10.437-6.064-2.71-6.864-8.48-12.827-2.057-2.105 0-4.26 2.158-2.054 4.265 0l4.466 4.51m10.838-41.04l6.975-6.964M14.222 57.04v6.013m3.311-9.821q-3.312 0-3.312 3.808m6.624 0q0-3.808-3.312-3.808m3.462 21.547l-.15-17.739m.15 17.739l.452-19.894q.1-3.708 3.462-3.708 3.262.1 3.161 3.658l-.15 6.514m-.15 7.567v8.569m-6.775-2.706v3.006m11.44-.25v-4.41q.101-1.303-.2-2.205'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' transform='matrix(.99999 0 0 1 -.03 -.034)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.2em 8em;
  opacity: 0;
}
.nes-module_mobile-hint.show {
  opacity: 1;
}
.nes-button {
  font-size: 2.5em;
  position: relative;
  display: table;
  text-align: center;
  line-height: 1.76em;
  margin: 0.2em;
  white-space: nowrap;
  width: 1.76em;
  height: 1.76em;
  background-color: #FFF;
  -moz-box-shadow: 0 0 0.2em 0 rgba(15, 15, 15, 0.15);
  -webkit-box-shadow: 0 0 0.2em 0 rgba(15, 15, 15, 0.15);
  box-shadow: 0 0 0.2em 0 rgba(15, 15, 15, 0.15);
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 0.08em;
  -webkit-border-radius: 0.08em;
  border-radius: 0.08em;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.nes-button.ina {
  opacity: 0.33;
  pointer-events: none;
  cursor: inherit;
}
@media (hover: hover) {
  .nes-button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 991px) {
  .nes-button {
    font-size: 2em;
  }
}

.nes-module_net {
  min-height: 150px;
}
.nes-module_net_title {
  position: absolute;
  display: inline-block;
  font-size: 2.5em;
  top: 0.72em;
  left: 0.8em;
  font-family: "DBHeadBlack", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  background-color: #e30713;
  color: #FFF;
  z-index: 1;
  padding: 0.24em 0.4em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.nes-module_net_title::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.nes-module_net_title.ina::before {
  background-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 991px) {
  .nes-module_net_title {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .infoopen .nes-module_net_title {
    pointer-events: none;
    opacity: 0;
  }
}
.nes-module_net_trains {
  position: absolute;
  display: block;
  height: calc(100% - 2.6em);
  overflow-x: visible;
  overflow-y: hidden;
  font-size: 2.5em;
  top: 2.8em;
  left: 0.8em;
  z-index: 1;
  padding-right: 1.75em;
  padding-bottom: 1.25em;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nes-module_net_trains.collapsed {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.nes-module_net_trains_list {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  list-style: none;
}
.nes-module_net_trains_scrollup, .nes-module_net_trains_scrolldown, .nes-module_net_trains_collapse {
  position: absolute;
  display: block;
  font-size: 1em;
  z-index: 10;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.nes-module_net_trains_scrollup.show, .nes-module_net_trains_scrolldown.show, .nes-module_net_trains_collapse.show {
  opacity: 1;
  pointer-events: all;
}
.nes-module_net_trains_scrollup::before, .nes-module_net_trains_scrolldown::before, .nes-module_net_trains_collapse::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  border-bottom: 0.35em solid #000;
}
.nes-module_net_trains_scrolldown {
  top: auto;
  bottom: 0;
}
.nes-module_net_trains_scrolldown::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.nes-module_net_trains_collapse {
  top: 50%;
  right: auto;
  left: 0;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease, left 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease, left 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nes-module_net_trains_collapse::before {
  -webkit-transform: translate(-55%, -50%) rotate(-90deg);
  -ms-transform: translate(-55%, -50%) rotate(-90deg);
  transform: translate(-55%, -50%) rotate(-90deg);
}
@media (hover: hover) {
  .nes-module_net_trains_collapse:hover {
    -webkit-transform: translateY(-50%) scale(1.05);
    -ms-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
  }
}
@media screen and (max-width: 1199px) {
  .nes-module_net_trains {
    padding-left: 1.75em;
    font-size: 2em;
  }
  .nes-module_net_trains.collapsed {
    overflow: visible;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
  }
  .nes-module_net_trains_collapse {
    opacity: 1;
    pointer-events: all;
  }
  .collapsed .nes-module_net_trains_collapse {
    left: 120%;
  }
  .collapsed .nes-module_net_trains_collapse::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 991px) {
  .nes-module_net_trains_scrollup, .nes-module_net_trains_scrolldown, .nes-module_net_trains_collapse {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .infoopen .nes-module_net_trains {
    pointer-events: none;
    opacity: 0;
  }
}
.nes-module_net_maps {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.nes-module_net_maps_list {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  list-style: none;
  width: 100%;
}
.nes-module_net_train {
  position: relative;
  display: flex;
  flex-direction: row;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -moz-transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.nes-module_net_train_name {
  position: relative;
  display: inline-block;
  background-color: #CCC;
  color: #FFF;
  margin: 0.16em;
  padding: 0.24em 0.4em 0.2em 0.4em;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .nes-module_net_train_name:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nes-module_net_train_name::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.ina .nes-module_net_train_name::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.nes-module_net_train_info, .nes-module_net_train_model {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #FFF;
  width: 1.56em;
  height: 1.56em;
  margin: 0.16em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -moz-border-radius: 0.08em;
  -webkit-border-radius: 0.08em;
  border-radius: 0.08em;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) {
  .nes-module_net_train_info:hover, .nes-module_net_train_model:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nes-module_net_train_info.show, .nes-module_net_train_model.show {
  opacity: 1;
  pointer-events: all;
}
.nes-module_net_train_info.ina, .nes-module_net_train_model.ina {
  opacity: 0.5;
}
.nes-module_net_train_info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' width='170' height='170'%3E%3Cdefs%3E%3Cpath fill='%23D54828' d='M749.25 591.55V421.5H579.2v170.05h170.05z' id='a'/%3E%3Cpath fill='%23FFF' d='M696.1 570.3v-10.65h-10.65V495.9H632.3v10.6h10.65v53.15H632.3v10.65h63.8m-31.9-85.05q8.8 0 15.05-6.2 6.2-6.25 6.2-15.05t-6.2-15.05q-6.25-6.2-15.05-6.2t-15.05 6.2q-6.2 6.25-6.2 15.05t6.2 15.05q6.25 6.2 15.05 6.2z' id='b'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' transform='matrix(.9997 0 0 .9997 -579 -421.35)'/%3E%3Cuse xlink:href='%23b' transform='matrix(.9997 0 0 .9997 -579 -421.35)'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .trainmodelshown .nes-module_net_train_info.ina {
    opacity: 1;
  }
}
.nes-module_net_train_model {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='none' width='170' height='170' viewBox='0 0 170 170'%3E%3Cdefs%3E%3Cg id='a'%3E%3Cpath fill='%23D54828' d='M971.95 527.85h-24.1v24.1h24.1v-24.1m-9.8.8q2.4 0 4.1 1.65 1.7 1.65 1.7 4.05v11.75q0 1.95-1.35 3.35-1.4 1.35-3.35 1.35h-6.3q-1.95 0-3.35-1.45-1.35-1.4-1.35-3.25v-11.75q0-2.35 1.7-4 1.7-1.7 4.1-1.7h4.1m3.05 2.85q-1.25-1.25-3.05-1.25h-4.1q-1.7 0-2.95 1.2-1.25 1.15-1.35 2.8v11.9q0 1.3.95 2.25.9.95 2.25.95 0-.75.9-.75.8.1 2.3.1 1.5 0 2.3-.1.3-.1.6.15t.3.6q1.3 0 2.25-.85.95-.95.95-2.35v-11.7q-.05-1.75-1.35-2.95m-9.85 2.85q0-1.05.75-1.8.75-.8 1.85-.8h4.25q1.1.1 1.85.85.8.75.8 1.85l-.4 6.9q0 1-.65 1.7-.7.7-1.75.7h-3.9q-.95 0-1.65-.65-.65-.7-.75-1.75l-.4-7m9.5 11.7q0 .3-.25.55-.25.25-.55.25h-1.6q-.3 0-.55-.25-.25-.25-.25-.55 0-.3.25-.55.2-.25.55-.25h1.6q.3 0 .55.25.25.25.25.55m-7.15-.8q.3 0 .55.25.25.25.25.55 0 .3-.25.55-.2.25-.55.25h-1.55q-.3 0-.55-.25-.25-.25-.25-.55 0-.3.25-.55.25-.25.55-.25h1.55m.3-11.9q-.4 0-.7.3-.3.25-.3.7.35 5.7.4 7 0 .3.25.5t.55.2h3.9q.65 0 .8-.7l.4-7q-.2-1-1.1-1H958z'/%3E%3Cpath fill='%23FFF' d='M966.25 530.3q-1.7-1.65-4.1-1.65h-4.1q-2.4 0-4.1 1.7-1.7 1.65-1.7 4v11.75q0 1.85 1.35 3.25 1.4 1.45 3.35 1.45h6.3q1.95 0 3.35-1.35 1.35-1.4 1.35-3.35v-11.75q0-2.4-1.7-4.05m-4.1-.05q1.8 0 3.05 1.25 1.3 1.2 1.35 2.95v11.7q0 1.4-.95 2.35-.95.85-2.25.85 0-.35-.3-.6t-.6-.15q-.8.1-2.3.1-1.5 0-2.3-.1-.9 0-.9.75-1.35 0-2.25-.95-.95-.95-.95-2.25v-11.9q.1-1.65 1.35-2.8 1.25-1.2 2.95-1.2h4.1m-3.9 15.25q-.25-.25-.55-.25h-1.55q-.3 0-.55.25-.25.25-.25.55 0 .3.25.55.25.25.55.25h1.55q.35 0 .55-.25.25-.25.25-.55 0-.3-.25-.55m6.35 1.1q.25-.25.25-.55 0-.3-.25-.55-.25-.25-.55-.25h-1.6q-.35 0-.55.25-.25.25-.25.55 0 .3.25.55.25.25.55.25h1.6q.3 0 .55-.25m-8.5-14.05q-.75.75-.75 1.8l.4 7q.1 1.05.75 1.75.7.65 1.65.65h3.9q1.05 0 1.75-.7.65-.7.65-1.7l.4-6.9q0-1.1-.8-1.85-.75-.75-1.85-.85h-4.25q-1.1 0-1.85.8m1.2 1.1q.3-.3.7-.3h4.2q.9 0 1.1 1l-.4 7q-.15.7-.8.7h-3.9q-.3 0-.55-.2-.25-.2-.25-.5-.05-1.3-.4-7 0-.45.3-.7z'/%3E%3C/g%3E%3C/defs%3E%3Cuse xlink:href='%23a' transform='matrix(7.05394 0 0 7.05394 -6686.1 -3723.4)'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .nes-module_net_train_model.show {
    opacity: 0;
    pointer-events: none;
  }
}
.nes-module_net_train_name:focus:active, .nes-module_net_train_info:focus:active, .nes-module_net_train_model:focus:active {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.nes-module_net_map {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.nes-module_net_map.act {
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.nes-module_net_map img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.nes-module_net_train-headline {
  font-size: 0.9em;
  position: relative;
  display: flex;
  flex-direction: row;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  margin: 0.8888888889em 0 0.5555555556em 0.2222222222em;
}
.nes-module_net_mapcontrol {
  position: absolute;
  display: block;
  top: 4em;
  right: 2em;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  -webkit-transform: opacity 0.3s ease;
  -ms-transform: opacity 0.3s ease;
  transform: opacity 0.3s ease;
}
.nes-module_net_mapcontrol .nes-button {
  background-color: #6e7178;
  color: #FFF;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .infoopen .nes-module_net_mapcontrol {
    opacity: 0;
    pointer-events: none;
  }
}
.nes-module_net_info {
  font-size: 2;
  position: absolute;
  display: flex;
  overflow: hidden;
  top: 50%;
  right: 12.5em;
  padding: 1.5em;
  padding-bottom: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 550px;
  max-height: calc(100% - 10em);
  z-index: 6000;
  -moz-box-shadow: 0 0 1.5em 0 rgba(15, 15, 15, 0.15);
  -webkit-box-shadow: 0 0 1.5em 0 rgba(15, 15, 15, 0.15);
  box-shadow: 0 0 1.5em 0 rgba(15, 15, 15, 0.15);
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nes-module_net_info_closer {
  position: absolute;
  display: none;
  right: 1em;
  top: 1em;
  width: 3em;
  height: 3em;
  background-color: transparent;
  z-index: 50;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.nes-module_net_info_closer::before, .nes-module_net_info_closer::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 0.3em;
  background-color: #000;
  -moz-box-shadow: 0 0 0.03em 0 #FFF;
  -webkit-box-shadow: 0 0 0.03em 0 #FFF;
  box-shadow: 0 0 0.03em 0 #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nes-module_net_info_closer::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nes-module_net_info_signet {
  position: relative;
  display: table;
  width: 3em;
  height: 1.5em;
  text-align: left;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  font-size: 1.8em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.5em 0 0.7em 0;
}
.nes-module_net_info_signet img {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.nes-module_net_info_common {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  font-size: 1.5em;
  font-style: italic;
}
.nes-module_net_info_content {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1em;
}
.nes-module_net_info_content_route {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: "DBSansBold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1.5em;
}
.nes-module_net_info_content_route_stop {
  position: relative;
  display: inline-block;
  margin-right: 2em;
}
.nes-module_net_info_content_route_stop::before, .nes-module_net_info_content_route_stop::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.4em;
  right: -0.7em;
  width: 0;
  height: 0;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid #000;
  -webkit-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  transform: scale(2, 1);
}
.nes-module_net_info_content_route_stop::after {
  -webkit-transform: scale(2, 1) rotate(180deg);
  -ms-transform: scale(2, 1) rotate(180deg);
  transform: scale(2, 1) rotate(180deg);
  right: -1.7em;
}
.nes-module_net_info_content_route_stop:last-child {
  margin-right: 0;
}
.nes-module_net_info_content_route_stop:last-child::before, .nes-module_net_info_content_route_stop:last-child::after {
  display: none;
}
.nes-module_net_info_content_text + .nes-module_net_info_content_route {
  margin-top: 2em;
}
.nes-module_net_info_content_route + .nes-module_net_info_content_route {
  margin-top: -1.5em;
}
.nes-module_net_info_content_text {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  font-size: 1.5em;
}
.nes-module_net_info_content_text::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -0.8em;
  width: 2.8em;
  background-color: #e30713;
  height: 0.3em;
  -moz-border-radius: 0.15em;
  -webkit-border-radius: 0.15em;
  border-radius: 0.15em;
}
.nes-module_net_info.show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .nes-module_net_info {
    max-width: inherit;
    width: 90%;
    max-height: 90%;
    left: 5%;
    right: auto;
    z-index: 9000;
  }
  .nes-module_net_info_closer {
    display: block;
  }
}
.nes-module_net_trainmodel {
  position: absolute;
  display: block;
  width: 80%;
  bottom: 2em;
  right: 0;
  z-index: 6001;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nes-module_net_trainmodel img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.nes-module_net_trainmodel.show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 991px) {
  .nes-module_net_trainmodel {
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .trainmodelshown .nes-module_net_trainmodel.show {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .nes-module_net_trainmodel {
    left: auto;
    right: 5%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.nes-module_train {
  position: relative;
  display: block;
  height: 530px;
}
.nes-module_train_train {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.nes-module_train_train img {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
}
.nes-module_train_train_infopoints {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 1em;
  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
.nes-module_train_train_infopoints_point {
  position: absolute;
  display: block;
  width: 4.4em;
  height: 4.4em;
  background-color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-shadow: 0 0 1em 0 rgba(15, 15, 15, 0.15);
  -webkit-box-shadow: 0 0 1em 0 rgba(15, 15, 15, 0.15);
  box-shadow: 0 0 1em 0 rgba(15, 15, 15, 0.15);
  -webkit-transition: transform 0.3s ease, background-color 0.3s ease;
  -moz-transition: transform 0.3s ease, background-color 0.3s ease;
  -o-transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media (hover: hover) {
  .nes-module_train_train_infopoints_point:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.nes-module_train_train_infopoints_point::before {
  content: "+";
  position: absolute;
  display: block;
  font-size: 4em;
  line-height: 1.05em;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nes-module_train_train_infopoints_point.highlight {
  background-color: #e73b17;
}
.nes-module_train_train_infopoints_point.highlight::before {
  color: #FFF;
}
.nes-module_train_jumps {
  position: absolute;
  display: flex;
  left: 50%;
  bottom: 0;
  width: auto;
  max-width: 100%;
  z-index: 5000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nes-module_train_jumps ul {
  position: relative;
  display: block;
  width: auto;
  list-style: none;
  padding: 1.5em 1.5em 2.5em 1.5em;
  white-space: nowrap;
}
.nes-module_train_jumps ul li {
  font-size: 2em;
  position: relative;
  display: inline-block;
  background-color: #e30713;
  color: #FFF;
  padding: 0.5em;
  margin: 0 0.5em;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .nes-module_train_jumps ul li:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.nes-module_train_zoomcontrol {
  position: absolute;
  display: block;
  top: 2em;
  right: 2em;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  -webkit-transform: opacity 0.3s ease;
  -ms-transform: opacity 0.3s ease;
  transform: opacity 0.3s ease;
}
.nes-module_train_zoomcontrol .nes-button {
  background-color: #6e7178;
  color: #FFF;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.infoopen .nes-module_train_zoomcontrol {
  opacity: 0;
  pointer-events: none;
}
.nes-module_train_info {
  font-size: 2;
  position: absolute;
  display: flex;
  overflow: hidden;
  top: 50%;
  left: 5%;
  padding: 0.75em;
  padding-bottom: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
  max-height: calc(100% - 5em);
  z-index: 9000;
  -moz-box-shadow: 0 0 1.5em 0 rgba(15, 15, 15, 0.15);
  -webkit-box-shadow: 0 0 1.5em 0 rgba(15, 15, 15, 0.15);
  box-shadow: 0 0 1.5em 0 rgba(15, 15, 15, 0.15);
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.nes-module_train_info .simplebar-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.nes-module_train_info_closer {
  position: absolute;
  display: block;
  right: 1em;
  top: 0.2em;
  width: 3em;
  height: 3em;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 50;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.nes-module_train_info_closer::before, .nes-module_train_info_closer::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 0.3em;
  background-color: #000;
  -moz-box-shadow: 0 0 0.03em 0 #FFF;
  -webkit-box-shadow: 0 0 0.03em 0 #FFF;
  box-shadow: 0 0 0.03em 0 #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nes-module_train_info_closer::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nes-module_train_info_img {
  position: relative;
  display: block;
  width: calc(50% - 1em);
  margin-right: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nes-module_train_info_img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.nes-module_train_info_text {
  position: relative;
  display: block;
  width: calc(50% - 1em);
  margin-left: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.nes-module_train_info_text_headline {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "DBSansBold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3em;
  margin: 0.5em 0 1em 0;
}
.nes-module_train_info_text_headline::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.5em;
  width: 2em;
  background-color: #e30713;
  height: 0.2em;
  -moz-border-radius: 0.15em;
  -webkit-border-radius: 0.15em;
  border-radius: 0.15em;
}
.nes-module_train_info_text_text {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "DBSansRegular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5em;
  font-size: 1.5em;
}
.nes-module_train_info.show {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .nes-module_train_info .simplebar-content {
    display: block;
  }
  .nes-module_train_info_closer {
    top: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
  }
  .nes-module_train_info_img, .nes-module_train_info_text {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nes-module {
    height: 400px;
  }
}

.nes-module_train_tabs {
  font-size: 10px;
  position: absolute;
  display: flex;
  left: 0.5em;
  top: 1.5em;
  width: auto;
  max-width: 100%;
  z-index: 5000;
  list-style: none;
  padding: 1.5em 1.5em 2.5em 1.5em;
  white-space: nowrap;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nes-module_train_tabs__tab {
  font-size: 2em;
  position: relative;
  display: inline-block;
  background-color: #6e7178;
  color: #FFF;
  padding: 0.5em;
  margin: 0 0.5em;
  font-family: "DBSansBold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  pointer-events: all;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-transition: transform 0.3s ease, background-color 0.3s ease;
  -moz-transition: transform 0.3s ease, background-color 0.3s ease;
  -o-transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.nes-module_train_tabs__tab--active {
  background-color: #e30713;
}
@media (hover: hover) {
  .nes-module_train_tabs__tab:hover {
    background-color: #e30713;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .nes-module_train_tabs__tab {
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    width: 1.15em;
    background-size: 1.6em;
    background-repeat: no-repeat;
    background-position: center;
  }
  .nes-module_train_tabs__tab--airport-line {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='yes'%3F%3E%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' id='2'%3E%3Crect class='bs_il_svg_background' x='0' y='0' width='100%25' height='100%25' fill='none'/%3E%3Cg class='bs_il_svg_fill'%3E%3Cg fill='none' fill-rule='evenodd' class='symbols-icon'%3E%3Cg fill='%23ffffff' class='airplane'%3E%3Cpath d='M20.851 8.828c3.472-1.01 7.757-.253 8.949 3.14.782 2.228-.533 4.694-2.806 5.389-1.688.532-3.377 1.063-5.067 1.593l-4.047 7.43c-.206.383-.569.743-.915.87-.346.128-.486.185-.913.28-1.295.293-2.574-.573-2.574-1.966-.004-1.318-.006-2.637-.007-3.956l-2.917.916c-2.468.728-4.988-.382-6.078-2.95a1782.91 1782.91 0 0 1-2.367-6.71 1.918 1.918 0 0 1 .977-2.366l.141-.061.71-.274a2.62 2.62 0 0 1 2.435.289l.15.11 2.476 1.987 11.853-3.721Zm5.674 2.218c-1.278-.67-3.43-.883-5.323-.234-4.039 1.267-8.077 2.536-12.114 3.806a.99.99 0 0 1-.925-.174 924.463 924.463 0 0 1-2.894-2.322c-.147-.118-.343-.183-.612-.093-.213.08-.425.16-.636.244l2.333 6.614c.482 1.27 1.91 2.17 3.617 1.723a1139.2 1139.2 0 0 0 4.2-1.316c.605-.19 1.298.185 1.298.953.006 1.771.009 3.543.01 5.314 0 .018.016.046.051.04.174-.048.363-.1.569-.154l.023-.02 4.242-7.788c.103-.19.346-.408.578-.475 1.815-.574 3.632-1.146 5.45-1.715 1.158-.365 1.78-1.469 1.536-2.753-.863.276-1.74.558-2.63.847a1 1 0 0 1-.613-1.904c.612-.2 1.225-.397 1.84-.593Zm-13.84 5.508a1.408 1.408 0 1 1-2.68.862 1.408 1.408 0 0 1 2.68-.862Zm4.376-1.409a1.408 1.408 0 1 1-2.681.862 1.408 1.408 0 0 1 2.68-.862Zm4.375-1.41a1.407 1.407 0 1 1-2.678.863 1.407 1.407 0 0 1 2.678-.863ZM13.08 4.633l2.712 2.7a1 1 0 1 1-1.412 1.418c-.91-.903-1.818-1.808-2.724-2.714a.158.158 0 0 0-.126-.031c-.204.054-.407.11-.61.17-.056.015-.105.06-.105.127.401.83.806 1.659 1.216 2.487a1 1 0 0 1-.459 1.338c-.46.225-1.094.035-1.337-.46-.415-.843-.827-1.687-1.237-2.532a2.129 2.129 0 0 1 1.385-2.887c.202-.058.405-.115.61-.17.697-.196 1.463-.067 2.087.554Z' class='color'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .nes-module_train_tabs__tab--surrounding-line {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='yes'%3F%3E%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' id='2'%3E%3Crect class='bs_il_svg_background' x='0' y='0' width='100%25' height='100%25' fill='none'/%3E%3Cg class='bs_il_svg_fill'%3E%3Cg fill='none' fill-rule='evenodd' class='symbols-icon'%3E%3Cg fill='%23ffffff' class='round-trip'%3E%3Cpath d='M5 21v-7c0-.563.438-1 1-1 .563 0 1 .438 1 1v7a3 3 0 0 0 3 3h6.594l-2.313-2.281A1.032 1.032 0 0 1 14 21c0-.576.413-1 1-1 .25 0 .531.094.719.281l4 4A.962.962 0 0 1 20 25c0 .25-.094.531-.281.719l-4 4A.962.962 0 0 1 15 30c-.576 0-1-.413-1-1 0-.25.076-.516.281-.719L16.594 26H10c-2.75 0-5-2.25-5-5ZM6 3c2.219 0 4 1.781 4 4 0 2.219-1.781 4-4 4-2.219 0-4-1.781-4-4 0-2.219 1.781-4 4-4Zm0 2c-1.094 0-2 .906-2 2 0 1.094.906 2 2 2 1.094 0 2-.906 2-2 0-1.094-.906-2-2-2Zm6.281 2.719A.962.962 0 0 1 12 7c0-.25.094-.531.281-.719l4-4A.962.962 0 0 1 17 2c.563 0 1 .438 1 1 0 .25-.076.516-.281.719L15.406 6H22c2.75 0 5 2.25 5 5v7c0 .563-.438 1-1 1-.563 0-1-.438-1-1v-7a3 3 0 0 0-3-3h-6.594l2.313 2.281A.991.991 0 0 1 18 11c0 .563-.438 1-1 1-.25 0-.5-.063-.719-.281l-4-4ZM26 21c2.219 0 4 1.781 4 4 0 2.219-1.781 4-4 4-2.219 0-4-1.781-4-4 0-2.219 1.781-4 4-4Zm0 2c-1.094 0-2 .906-2 2 0 1.094.906 2 2 2 1.094 0 2-.906 2-2 0-1.094-.906-2-2-2Z' class='color'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
