#home-nz-blocks {
  background-color: #0D111F;
  display: block;
}
.home-nz-block {
  width: 100%;
  min-width: 1060px;
  background-color: #0D111F;
  overflow: hidden;
  position: relative;
}
.home-nz-block-img {
  margin: auto;
  display: block;
  min-width: 1280px;
  min-height: 400px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.home-nz-legend-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1060px;
  height: 100%;
  display: block;
}
.home-nz-legend {
  position: absolute;
  right: 0;
  top: 25%;
  width: 390px;
  z-index: 2;
}
.home-nz-legend-left {
  left: 0;
}
.home-nz-legend h2 {
  line-height: 1.4;
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
  background-color: rgba(13,17,31,0.85);
  padding: 18px;
  display: inline-block;
  border-radius: 3px;
  border-bottom-left-radius: none;
}
.home-nz-legend h2.variant {
  color: #FFF;
  background-color: #0D111F;
}
.home-nz-legend a {
  font-size: 24px;
  color: #FFF;
  background-color: #CB202D;
  border: 1px solid #CB202D;
  padding: 13px 18px 18px 18px;
  display: inline-block;
  position: relative;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.home-nz-legend a:hover {
  background: #CB202D;
}
.home-nz-legend a:active {
  top: 0px;
  border-top-width: 2px;
}
.home-nz-legend span:first-child {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}
.home-nz-legend .home-nz-legend-icon {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  position: relative;
  top: 2px;
  font-size: 30px;
}
.home-nz-argument {
  background-color: #0D111F;
  color: #FFF;
  padding: 35px 20px 38px 20px;
  font-size: 38px;
  text-align: center;
  font-weight: 300;
}
.slideshow-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1060px;
  height: 100%;
  display: block;
}
.slideshow-nav {
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 1;
}
.slideshow-nav a {
  margin-bottom: 8px;
  margin-right: 5px;
  background-color: #FFF;
  color: #0D111F;
  display: inline-block;
  padding: 10px 10px 11px 10px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -2px;
  cursor: pointer;
  border-radius: 3px;
}
.slideshow-nav a:active {
  top: 0px;
}
.slideshow-nav a b {
  font-weight: normal;
}
.slideshow-nav a b:before {
  margin-right: 5px;
  margin-left: -3px;
  font-size: 22px;
}
.slideshow-nav .icon-load:before {
  font-size: 20px;
  top: 2px;
}
.slideshow-nav span {
  padding: 9px 8px 8px 8px;
  background-color: #FFF;
  display: inline-block;
  color: #0D111F;
  cursor: pointer;
  font-size: 24px;
  position: relative;
  top: 0px;
  border-radius: 3px;
  margin-right: 5px;
}
.slideshow-nav span:last-child {
  margin-right: 0;
}
.slideshow-nav span:active {
  top: 1px;
}
