.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition:
    background-color 0.2s linear,
    opacity 0.2s linear;
  -webkit-transition:
    background-color 0.2s linear,
    opacity 0.2s linear;
  height: 15px;
}
.ps__rail-y {
  display: none;
  position: absolute;
  right: 0;
  opacity: 0;
  transition:
    background-color 0.2s linear,
    opacity 0.2s linear;
  -webkit-transition:
    background-color 0.2s linear,
    opacity 0.2s linear;
  width: 15px;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps__rail-x:focus,
.ps__rail-x:hover,
.ps__rail-y:focus,
.ps__rail-y:hover {
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.3);
}
.ps__thumb-x {
  position: absolute;
  bottom: 2px;
  transition:
    background-color 0.2s linear,
    height 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s linear,
    height 0.2s ease-in-out;
  border-radius: 6px;
  background-color: red;
  height: 6px;
}
.ps__thumb-y {
  position: absolute;
  right: 2px;
  transition:
    background-color 0.2s linear,
    width 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s linear,
    width 0.2s ease-in-out;
  border-radius: 6px;
  background-color: red;
  width: 6px;
}
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: red;
  height: 11px;
}
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: red;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 200dpi),
  only screen and (min-resolution: 1.25dppx) {
  a,
  abbr,
  acronym,
  address,
  applet,
  big,
  blockquote,
  body,
  button,
  caption,
  cite,
  code,
  dd,
  del,
  dfn,
  div,
  dl,
  dt,
  em,
  fieldset,
  font,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  html,
  iframe,
  input,
  ins,
  kbd,
  label,
  legend,
  li,
  object,
  ol,
  p,
  q,
  s,
  samp,
  small,
  span,
  strike,
  strong,
  sub,
  sup,
  table,
  tbody,
  td,
  textarea,
  tfoot,
  th,
  thead,
  tr,
  tt,
  ul,
  var {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
img,
li,
p,
ul {
  margin: 0;
  border: 0 none;
  padding: 0;
}
html {
  height: 100%;
}
body {
  border: 0;
  background: #fff;
  color: #707070;
  font-weight: 400;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  font-family: museo_sans300, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
}
a {
  position: relative;
  z-index: 3;
  cursor: pointer;
  border-style: none;
  color: #c83531;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover {
  border-style: none;
  text-decoration: underline;
}
em {
  font-style: italic;
}
p {
  position: relative;
  top: -5px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 25px 0;
  padding: 0;
  padding-right: 24px;
}
@media only screen and (max-width: 580px) {
  p {
    padding-right: 0;
  }
}
img {
  position: relative;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border: 0;
  border-style: none;
  max-width: 100%;
  height: auto;
  color: #d3c9bd;
  font-size: 15px;
}
b,
strong {
  font-family: museo_sans700, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
dl,
ol,
ul {
  position: relative;
  margin: 0;
  padding: 0;
}
iframe {
  border: 0;
}
hr {
  display: block;
  clear: both;
  margin: 0 auto 50px !important;
  border: 0;
  background: #2b2929;
  padding: 0;
  width: 100%;
  height: 1px;
  text-align: left;
}
hr.nomargin {
  margin: 0 auto;
}
ol,
ul {
  margin: 12.5px 0 12.5px 24px;
  padding: 0;
  list-style-position: outside;
}
ul {
  list-style: square;
}
ul > li {
  position: relative;
}
ol > li,
ul > li {
  margin-bottom: 0;
}
ul > li > ul {
  margin-top: 0;
  margin-bottom: 13px !important;
  margin-left: 24px;
  font-size: 90%;
  list-style: circle;
}
ol {
  margin: 0 0 25px 48px;
  list-style-position: inside;
}
ol > li > ol {
  margin-left: 24px;
}
h1,
h2,
h3,
h4,
h5 {
  position: relative;
  clear: both;
  z-index: 2;
  margin: 0;
  height: auto;
  color: #707070;
  font-weight: 400;
  font-family: museo_sans700, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 b,
h1 bold,
h1 strong,
h2 b,
h2 bold,
h2 strong,
h3 b,
h3 bold,
h3 strong,
h4 b,
h4 bold,
h4 strong,
h5 b,
h5 bold,
h5 strong {
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
}
h1.topheading,
h2.topheading,
h3.topheading,
h4.topheading {
  padding-top: 0 !important;
}
h2 {
  top: -8px;
  margin-bottom: 25px;
  font-weight: 100;
  font-size: 24px;
  line-height: 29px;
}
.content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0;
  max-width: 1300px;
  height: 100%;
}
@media only screen and (max-width: 580px) {
  .content {
    padding: 0 0;
  }
}
section {
  position: relative;
  z-index: 50;
  background-color: #fff;
  padding: 0;
}
.dlll-wrapper .main-content {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.dlll-wrapper .bottomgradient {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: 0 0;
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  width: 100%;
  height: 100px;
  pointer-events: none;
}
.dlll-wrapper .timeline-wrapper {
  position: relative;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 25px 0 50px 0;
  width: 100%;
  overflow-y: auto;
}
.dlll-wrapper .timeline-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.dlll-wrapper .timeline-wrapper::-webkit-scrollbar:vertical {
  width: 14px;
}
.dlll-wrapper .timeline-wrapper::-webkit-scrollbar:horizontal {
  height: 11px;
}
.dlll-wrapper .timeline-wrapper::-webkit-scrollbar-thumb {
  z-index: 5000;
  border: 2px solid #fff;
  border-radius: 14px;
  background-color: #acacac;
}
.dlll-wrapper .timeline-wrapper:after {
  position: relative;
  bottom: -62.5px;
  left: calc(50% - 45.5px);
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 62.5px 45.5px 0 45.5px;
  border-style: solid;
  border-color: #c83531 transparent transparent transparent;
  width: 0;
  height: 0;
  content: '';
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .timeline-wrapper:after {
    left: calc(50% - 50.75px);
  }
}
.dlll-wrapper .timeline-wrapper .timeline-segment,
.dlll-wrapper .timeline-wrapper .timeline-year {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.dlll-wrapper .timeline-wrapper .timeline-segment:before,
.dlll-wrapper .timeline-wrapper .timeline-year:before {
  position: absolute;
  top: 0;
  left: calc(50% - 22.5px);
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background-color: #c83531;
  width: 45px;
  height: 262.5px;
  content: '';
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .timeline-wrapper .timeline-segment:before,
  .dlll-wrapper .timeline-wrapper .timeline-year:before {
    width: 33.75px;
  }
}
.dlll-wrapper .timeline-wrapper .timeline-segment:after,
.dlll-wrapper .timeline-wrapper .timeline-year:after {
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #c83531;
  width: 70px;
  height: 70px;
  content: '';
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .timeline-wrapper .timeline-segment:after,
  .dlll-wrapper .timeline-wrapper .timeline-year:after {
    width: 57.75px;
    height: 57.75px;
  }
}
.dlll-wrapper .timeline-wrapper .timeline-year {
  top: 45px;
  height: 250px;
}
.dlll-wrapper .timeline-wrapper .timeline-year:after {
  top: -49px;
  left: calc(50% - 49px);
  width: 98px;
  height: 98px;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .timeline-wrapper .timeline-year:after {
    width: 87.5px;
    height: 87.5px;
  }
}
.dlll-wrapper .timeline-wrapper .timeline-year span {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 49px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  width: 98px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .timeline-wrapper .timeline-year span {
    -webkit-transform: translate(0, -60%);
    -moz-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    -o-transform: translate(0, -60%);
    transform: translate(0, -60%);
    width: 87.5px;
  }
}
.dlll-wrapper .timeline-wrapper .timeline-segment {
  position: relative;
  cursor: pointer;
  margin-bottom: 175px;
  height: 75px;
  overflow: visible;
}
.dlll-wrapper .timeline-wrapper .timeline-segment:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 6px solid #c83531;
  background-color: #fff;
}
.dlll-wrapper .timeline-wrapper .timeline-segment .date,
.dlll-wrapper .timeline-wrapper .timeline-segment .label {
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.dlll-wrapper .timeline-wrapper .timeline-segment .date {
  top: 0;
  left: 0;
  width: calc(50% - 70.5px);
  font-size: 22px;
  text-align: right;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .timeline-wrapper .timeline-segment .date {
    width: calc(50% - 46.5px);
    font-size: 16px;
  }
}
.dlll-wrapper .timeline-wrapper .timeline-segment .label {
  display: table;
  top: 0;
  left: calc(50% + 70.5px);
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: calc(42% - 70.5px);
  min-height: 100px;
  font-family: museo_sans700, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .timeline-wrapper .timeline-segment .label {
    left: calc(50% + 37.5px);
    width: calc(49% - 37.5px);
    font-size: 15px;
    line-height: 20px;
  }
}
.dlll-wrapper .timeline-wrapper .timeline-segment .label .title {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.dlll-wrapper .timeline-wrapper .timeline-segment .label .readmore {
  display: block;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-top: 2px solid #d3c9bd;
  padding: 4px 0 0 0;
  width: calc(100% + 27px);
  color: #c83531;
  font-size: 16px;
  text-align: right;
}
.dlll-wrapper .timeline-wrapper .timeline-segment .label .readmore:after {
  position: absolute;
  top: -64px;
  left: -48px;
  background-image: url(../svgs/segment-line.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 64px;
  content: '';
}
.dlll-wrapper .timeline-wrapper .timeline-segment.open:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #bcd14b;
}
.dlll-wrapper .timeline-wrapper .timeline-segment.open .label .readmore {
  opacity: 0;
}
@media only screen and (min-width: 581px) {
  .dlll-wrapper .timeline-wrapper .timeline-segment:active .readmore,
  .dlll-wrapper .timeline-wrapper .timeline-segment:hover .readmore {
    opacity: 1;
  }
}
.dlll-wrapper .timeline-wrapper .timeline-segment:active:after,
.dlll-wrapper .timeline-wrapper .timeline-segment:hover:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.dlll-wrapper .timeline-wrapper.back {
  opacity: 0.4;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.dlll-wrapper .timeline-wrapper.back .timeline-segment .label {
  opacity: 0.5;
}
.dlll-wrapper .timeline-wrapper.back .timeline-segment.open .label {
  opacity: 0.2;
}
.dlll-wrapper .infoviewer-wrapper {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 25px 67.5px;
  width: 100%;
}
@media only screen and (min-width: 950px) {
  .dlll-wrapper .infoviewer-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper {
    top: 60px;
    padding-left: 10px;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-back {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% + 80px);
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  background: #e8e2db;
  padding: 60px 40px 40px 40px;
  width: calc(100% - 30px);
  height: 100%;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box {
    padding: 20px 20px 20px 20px;
    width: 100%;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box:before {
  position: absolute;
  top: -1px;
  left: -50px;
  background-image: url(../svgs/infoviewer-corner.svg);
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 50px;
  height: 46px;
  content: '';
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box:before {
    display: none;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 auto 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #fff;
  padding: 0 24px;
  height: 40px;
  color: #707070;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box button {
    font-size: 14px;
    line-height: 20px;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button:hover {
  background-color: #f7f7f7;
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.penalties,
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.steps {
  min-width: 70%;
  font-family: museo_sans700, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 949px) and (min-width: 581px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box button.penalties,
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box button.steps {
    width: 90%;
  }
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box button.penalties,
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box button.steps {
    margin-bottom: 14px;
    width: 100%;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.penalties.enabled,
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.steps.enabled {
  background-color: #d9f26e;
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.close {
  position: absolute;
  top: -20px;
  left: 40px;
  background-image: url(../svgs/icon-close.svg);
  background-position: center left 16px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-color: #707070;
  padding-left: 46px;
  color: #fff;
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.close:hover {
  background-color: #7d7d7d;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box button.close {
    top: auto;
    bottom: -44px;
    left: -10px;
    background-image: none;
    padding-left: inherit;
    height: 30px;
    font-size: 15px;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.back {
  display: none;
  position: absolute;
  left: 40px;
  z-index: 100;
  margin-top: -10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 32px;
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.back.enabled {
  display: block;
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.back:after {
  position: absolute;
  top: 0;
  left: -18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 16px 18px 16px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  width: 0;
  height: 0;
  content: '';
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box button.back:hover:after {
  border-color: transparent #f7f7f7 transparent transparent;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box button.back {
    left: 34px;
    margin-top: 0;
    height: 24px;
  }
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box button.back:after {
    left: -14px;
    border-width: 12px 14px 12px 0;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box .infoviewer-date {
  display: block;
  position: absolute;
  top: -40px;
  right: 40px;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  padding: 0 10px;
  min-width: 300px;
  height: 40px;
  color: #fff;
  color: #707070;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box .infoviewer-date {
    right: 10px;
    padding: 0;
    width: calc(100% - 20px);
    min-width: 100px;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box .infoviewer-buttonswrapper {
  padding: 25px 0 0 0;
}
@media only screen and (max-width: 320px) {
  .dlll-wrapper
    .infoviewer-wrapper
    .infoviewer-box
    .infoviewer-buttonswrapper
    .steps {
    font-size: 9px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .dlll-wrapper
    .infoviewer-wrapper
    .infoviewer-box
    .infoviewer-buttonswrapper
    .penalties {
    font-size: 9px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box .infoviewer-buttonswrapper {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box .infoviewer-title h2,
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box .infoviewer-title h3 {
    margin: 0;
    font-size: 22px;
    line-height: 29px;
  }
}
.dlll-wrapper .infoviewer-wrapper .infoviewer-box .infoviewer-content {
  position: relative;
  margin: 0;
  border-bottom: 3px solid #d3c9bd;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 23px;
}
@media only screen and (max-width: 580px) {
  .dlll-wrapper .infoviewer-wrapper .infoviewer-box .infoviewer-content {
    font-size: 15px;
    line-height: 20px;
  }
}
.dlll-wrapper
  .infoviewer-wrapper
  .infoviewer-box
  .infoviewer-content
  .scrollable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px 0 0;
  height: 100%;
}
.dlll-wrapper
  .infoviewer-wrapper
  .infoviewer-box
  .infoviewer-content
  .scrollable
  a:after {
  display: inline-block;
  background-image: url(../svgs/icon-link.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 0 12px;
  width: 13px;
  height: 13px;
  content: '';
}
.dlll-wrapper
  .infoviewer-wrapper
  .infoviewer-box
  .infoviewer-content.secondpage {
  top: 32px;
  border-bottom: 0;
}
