@charset "UTF-8";
@media (min-width: 390px) {
  .hidden-xsm {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important; } }

@media (min-width: 1260px) {
  .hidden-xxl {
    display: none !important; } }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #004f9f;
  text-decoration: none; }
  a:hover, a:focus {
    color: #002953;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container:before, .container:after, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container:after {
    content: " ";
    display: table; }
  .container:after, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container:after {
    clear: both; }
  @media (min-width: 545px) {
    .container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container {
      width: 530px; } }
  @media (min-width: 768px) {
    .container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container {
      width: 1170px; } }
  @media (min-width: 1260px) {
    .container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container {
      width: 1230px; } }

.limit-width {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f0f0f0; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-row:before, .row:after, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-row:after {
    content: " ";
    display: table; }
  .row:after, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .simple-nav__mobile-show:checked + .simple-nav .simple-nav__badge-container,
.simple-nav--fixed .simple-nav__badge-container, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .simple-nav__mobile-show:checked + .simple-nav .simple-nav__badge-container,
.simple-nav--fixed .simple-nav__badge-container, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4, .simple-nav__mobile-show:checked + .simple-nav .simple-nav__badge-container,
.simple-nav--fixed .simple-nav__badge-container {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 390px) {
  .col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12 {
    float: left; }
  .col-xsm-1 {
    width: 8.33333%; }
  .col-xsm-2 {
    width: 16.66667%; }
  .col-xsm-3 {
    width: 25%; }
  .col-xsm-4 {
    width: 33.33333%; }
  .col-xsm-5 {
    width: 41.66667%; }
  .col-xsm-6 {
    width: 50%; }
  .col-xsm-7 {
    width: 58.33333%; }
  .col-xsm-8 {
    width: 66.66667%; }
  .col-xsm-9 {
    width: 75%; }
  .col-xsm-10 {
    width: 83.33333%; }
  .col-xsm-11 {
    width: 91.66667%; }
  .col-xsm-12 {
    width: 100%; }
  .col-xsm-pull-0 {
    right: auto; }
  .col-xsm-pull-1 {
    right: 8.33333%; }
  .col-xsm-pull-2 {
    right: 16.66667%; }
  .col-xsm-pull-3 {
    right: 25%; }
  .col-xsm-pull-4 {
    right: 33.33333%; }
  .col-xsm-pull-5 {
    right: 41.66667%; }
  .col-xsm-pull-6 {
    right: 50%; }
  .col-xsm-pull-7 {
    right: 58.33333%; }
  .col-xsm-pull-8 {
    right: 66.66667%; }
  .col-xsm-pull-9 {
    right: 75%; }
  .col-xsm-pull-10 {
    right: 83.33333%; }
  .col-xsm-pull-11 {
    right: 91.66667%; }
  .col-xsm-pull-12 {
    right: 100%; }
  .col-xsm-push-0 {
    left: auto; }
  .col-xsm-push-1 {
    left: 8.33333%; }
  .col-xsm-push-2 {
    left: 16.66667%; }
  .col-xsm-push-3 {
    left: 25%; }
  .col-xsm-push-4 {
    left: 33.33333%; }
  .col-xsm-push-5 {
    left: 41.66667%; }
  .col-xsm-push-6 {
    left: 50%; }
  .col-xsm-push-7 {
    left: 58.33333%; }
  .col-xsm-push-8 {
    left: 66.66667%; }
  .col-xsm-push-9 {
    left: 75%; }
  .col-xsm-push-10 {
    left: 83.33333%; }
  .col-xsm-push-11 {
    left: 91.66667%; }
  .col-xsm-push-12 {
    left: 100%; }
  .col-xsm-offset-0 {
    margin-left: 0%; }
  .col-xsm-offset-1 {
    margin-left: 8.33333%; }
  .col-xsm-offset-2 {
    margin-left: 16.66667%; }
  .col-xsm-offset-3 {
    margin-left: 25%; }
  .col-xsm-offset-4 {
    margin-left: 33.33333%; }
  .col-xsm-offset-5 {
    margin-left: 41.66667%; }
  .col-xsm-offset-6 {
    margin-left: 50%; }
  .col-xsm-offset-7 {
    margin-left: 58.33333%; }
  .col-xsm-offset-8 {
    margin-left: 66.66667%; }
  .col-xsm-offset-9 {
    margin-left: 75%; }
  .col-xsm-offset-10 {
    margin-left: 83.33333%; }
  .col-xsm-offset-11 {
    margin-left: 91.66667%; }
  .col-xsm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 545px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1260px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }
  .col-xxl-1 {
    width: 8.33333%; }
  .col-xxl-2 {
    width: 16.66667%; }
  .col-xxl-3 {
    width: 25%; }
  .col-xxl-4 {
    width: 33.33333%; }
  .col-xxl-5 {
    width: 41.66667%; }
  .col-xxl-6 {
    width: 50%; }
  .col-xxl-7 {
    width: 58.33333%; }
  .col-xxl-8 {
    width: 66.66667%; }
  .col-xxl-9 {
    width: 75%; }
  .col-xxl-10 {
    width: 83.33333%; }
  .col-xxl-11 {
    width: 91.66667%; }
  .col-xxl-12 {
    width: 100%; }
  .col-xxl-pull-0 {
    right: auto; }
  .col-xxl-pull-1 {
    right: 8.33333%; }
  .col-xxl-pull-2 {
    right: 16.66667%; }
  .col-xxl-pull-3 {
    right: 25%; }
  .col-xxl-pull-4 {
    right: 33.33333%; }
  .col-xxl-pull-5 {
    right: 41.66667%; }
  .col-xxl-pull-6 {
    right: 50%; }
  .col-xxl-pull-7 {
    right: 58.33333%; }
  .col-xxl-pull-8 {
    right: 66.66667%; }
  .col-xxl-pull-9 {
    right: 75%; }
  .col-xxl-pull-10 {
    right: 83.33333%; }
  .col-xxl-pull-11 {
    right: 91.66667%; }
  .col-xxl-pull-12 {
    right: 100%; }
  .col-xxl-push-0 {
    left: auto; }
  .col-xxl-push-1 {
    left: 8.33333%; }
  .col-xxl-push-2 {
    left: 16.66667%; }
  .col-xxl-push-3 {
    left: 25%; }
  .col-xxl-push-4 {
    left: 33.33333%; }
  .col-xxl-push-5 {
    left: 41.66667%; }
  .col-xxl-push-6 {
    left: 50%; }
  .col-xxl-push-7 {
    left: 58.33333%; }
  .col-xxl-push-8 {
    left: 66.66667%; }
  .col-xxl-push-9 {
    left: 75%; }
  .col-xxl-push-10 {
    left: 83.33333%; }
  .col-xxl-push-11 {
    left: 91.66667%; }
  .col-xxl-push-12 {
    left: 100%; }
  .col-xxl-offset-0 {
    margin-left: 0%; }
  .col-xxl-offset-1 {
    margin-left: 8.33333%; }
  .col-xxl-offset-2 {
    margin-left: 16.66667%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-offset-4 {
    margin-left: 33.33333%; }
  .col-xxl-offset-5 {
    margin-left: 41.66667%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-offset-7 {
    margin-left: 58.33333%; }
  .col-xxl-offset-8 {
    margin-left: 66.66667%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-offset-10 {
    margin-left: 83.33333%; }
  .col-xxl-offset-11 {
    margin-left: 91.66667%; }
  .col-xxl-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 544px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 544px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 544px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 544px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 545px) and (max-width: 767px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 545px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 545px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 545px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 544px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 545px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #004f9f;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #002953;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #004f9f;
    border-color: #004f9f;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #000; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #004f9f; }

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v21-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v21-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/source-sans-pro-v21-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* rosario-300 - latin */
@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rosario-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rosario-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/rosario-v27-latin-300.woff2") format("woff2"), url("../fonts/rosario-v27-latin-300.woff") format("woff"), url("../fonts/rosario-v27-latin-300.ttf") format("truetype"), url("../fonts/rosario-v27-latin-300.svg#Rosario") format("svg");
  /* Legacy iOS */ }

/* rosario-regular - latin */
@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rosario-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rosario-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rosario-v27-latin-regular.woff2") format("woff2"), url("../fonts/rosario-v27-latin-regular.woff") format("woff"), url("../fonts/rosario-v27-latin-regular.ttf") format("truetype"), url("../fonts/rosario-v27-latin-regular.svg#Rosario") format("svg");
  /* Legacy iOS */ }

/* rosario-500 - latin */
@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rosario-v27-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rosario-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/rosario-v27-latin-500.woff2") format("woff2"), url("../fonts/rosario-v27-latin-500.woff") format("woff"), url("../fonts/rosario-v27-latin-500.ttf") format("truetype"), url("../fonts/rosario-v27-latin-500.svg#Rosario") format("svg");
  /* Legacy iOS */ }

/* rosario-700 - latin */
@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rosario-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rosario-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/rosario-v27-latin-700.woff2") format("woff2"), url("../fonts/rosario-v27-latin-700.woff") format("woff"), url("../fonts/rosario-v27-latin-700.ttf") format("truetype"), url("../fonts/rosario-v27-latin-700.svg#Rosario") format("svg");
  /* Legacy iOS */ }

/* rosario-600 - latin */
@font-face {
  font-family: 'Rosario';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rosario-v27-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rosario-v27-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/rosario-v27-latin-600.woff2") format("woff2"), url("../fonts/rosario-v27-latin-600.woff") format("woff"), url("../fonts/rosario-v27-latin-600.ttf") format("truetype"), url("../fonts/rosario-v27-latin-600.svg#Rosario") format("svg");
  /* Legacy iOS */ }

html {
  font-size: 10px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  color: #303030;
  padding: 0;
  margin: 0;
  font-family: "Rosario", serif;
  font-weight: 300;
  text-align: left; }

h2 {
  font-size: 3.8rem;
  line-height: 1.083;
  color: #303030; }
  @media (min-width: 992px) {
    h2 {
      font-size: 4.8rem; } }

h3 {
  font-size: 2.4rem;
  line-height: 1.417; }

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  text-align: left;
  color: #000;
  margin-top: 0;
  margin-bottom: 1em; }
  p:last-child {
    margin-bottom: 0; }

.search-section {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #fff; }
  .search-section__heading {
    margin: 4rem 0; }
  .search-section .search-field {
    font-size: 1.2rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    letter-spacing: 0.12rem;
    padding: 1.8rem 2.4rem;
    margin-top: 1px;
    margin-bottom: 1.5rem;
    min-width: 25%;
    outline: none; }
  .search-section__result {
    margin-top: 2rem;
    margin-bottom: 2rem; }

section,
.section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fff;
  position: relative; }
  section:nth-of-type(2n),
  .section:nth-of-type(2n) {
    background-color: #f5f5f5; }
  section__anchor,
  .section__anchor {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -8rem; }
    .admin-bar section__anchor, .admin-bar
    .section__anchor {
      top: -11.2rem; }
  section__heading,
  .section__heading {
    margin-bottom: 4rem; }
  section__content p,
  .section__content p {
    font-size: 2rem;
    line-height: 1.3;
    font-family: "Source Sans Pro", sans-serif; }

.hide-element {
  display: none;
  opacity: 0;
  z-index: -1; }

.no-scroll {
  overflow: hidden; }

.full-height {
  height: 100%; }

.no-padding {
  padding: 0 !important; }

@media (min-width: 992px) {
  .link--only-mobile {
    pointer-events: none; } }

.row--gutter-none {
  margin-left: 0;
  margin-right: 0; }

.col--gutter-none {
  padding-left: 0;
  padding-right: 0; }

.footer__wp-menu, .simple-nav__wp-menu, .simple-nav__sub-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.admin-bar .simple-nav--fixed .simple-nav__menu-wrapper, .simple-nav--fixed .admin-bar .simple-nav__menu-wrapper, .admin-bar .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .admin-bar .simple-nav__badge-container {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar .simple-nav--fixed .simple-nav__menu-wrapper, .simple-nav--fixed .admin-bar .simple-nav__menu-wrapper, .admin-bar .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .admin-bar .simple-nav__badge-container {
      top: 46px; } }
  @media (max-width: 600px) {
    .admin-bar .simple-nav--fixed .simple-nav__menu-wrapper, .simple-nav--fixed .admin-bar .simple-nav__menu-wrapper, .admin-bar .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .admin-bar .simple-nav__badge-container {
      top: 0; } }

img.alignnone,
img.aligncenter,
img.alignleft,
img.alignright {
  max-width: 100%;
  height: auto; }
  img.alignnone[width="1"],
  img.aligncenter[width="1"],
  img.alignleft[width="1"],
  img.alignright[width="1"] {
    width: auto; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter,
a img.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
  .alignright a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .alignright .alignleft,
  .alignright a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.logo-box {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .logo-box__list {
    list-style: none;
    padding-left: 0; }
  .logo-box__list-item {
    margin: 15px 0; }
  .logo-box__logo-item {
    display: block;
    background-color: #ffffff;
    padding: 1rem 2rem;
    line-height: 14rem;
    text-align: center;
    max-width: 38rem; }
    @media (max-width: 544px) {
      .logo-box__logo-item {
        margin-left: auto;
        margin-right: auto; } }
    .logo-box__logo-item--link {
      position: relative; }
      .logo-box__logo-item--link::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        transition: background 300ms; }
      .logo-box__logo-item--link:hover::after {
        background-color: rgba(0, 79, 159, 0.4); }
  .logo-box__logo {
    max-width: 100%;
    vertical-align: middle; }

.ribbon {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .ribbon, .ribbon:nth-of-type(2n) {
    background-color: #303030; }
  .ribbon, .ribbon p {
    color: #fff; }
  .ribbon a {
    color: #159a34; }

.button, .search-section .search-submit {
  padding: 2rem 2.4rem;
  text-align: center;
  color: #303030;
  display: inline-block;
  cursor: pointer;
  border: none;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12rem;
  transition: background-color 200ms; }
  .button:hover, .search-section .search-submit:hover {
    text-decoration: none;
    color: #303030; }
  .button--svg {
    text-align: left;
    position: relative;
    padding-left: 8rem; }
    .button--svg svg {
      fill: white;
      position: absolute;
      left: 3rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 1px solid;
      border-color: #f5f5f5;
      border-radius: 50%;
      height: 2.9rem;
      width: 2.9rem;
      padding: 0.4rem; }
  .button--brand {
    background-color: #303030;
    color: #f5f5f5; }
    .button--brand svg {
      fill: #303030;
      border-color: #303030; }
    .button--brand:hover {
      background-color: gainsboro;
      color: #303030; }
  .button--light-gray {
    background-color: gainsboro;
    color: #000; }
    .button--light-gray:hover {
      background-color: #c2c2c2; }
  .button--uppercase {
    text-transform: uppercase; }

.divider::after {
  content: '';
  background-color: #303030;
  display: block;
  width: 7.5rem;
  height: 0.5rem;
  margin-top: 4.5rem; }

.divider--green::after {
  background-color: #159a34; }

.wp__post {
  margin-bottom: 30px; }
  .wp__post img {
    max-width: 100%;
    margin: 15px 0; }
  .wp__post-timestamp {
    color: #004f9f;
    font-weight: bold; }
  .wp__post-title {
    min-height: 6.8rem;
    margin-right: 1.5rem; }

.default-header {
  position: relative;
  overflow: hidden; }
  .default-header > input[type="radio"] {
    display: none; }
  .default-header__slides {
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    list-style-type: none;
    padding-left: 0; }
  .default-header__slide {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-size: initial;
    vertical-align: top;
    white-space: normal;
    box-sizing: border-box;
    transition: width 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s; }
  .default-header__dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 0;
    white-space: nowrap;
    margin-top: 10px; }
    .default-header__dots--inside {
      margin-top: -10px; }
  .default-header__dot {
    cursor: pointer;
    background-color: #eee;
    border-radius: 50%;
    padding: 5px; }
    .default-header__dot:not(:last-child) {
      margin-right: 5px; }
    .default-header__dot::before {
      content: '';
      background-color: #fa0;
      border-radius: 50%;
      padding: 3px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0; }
    .default-header__dot:hover::before {
      opacity: 1; }
  .default-header__arrows {
    position: absolute;
    height: 100%;
    top: 0; }
    .default-header__arrows--left {
      right: 100%; }
    .default-header__arrows--right {
      left: 100%; }
  .default-header__arrow {
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 3em; }
  .default-header__slide {
    width: 100%; }
  .default-header__dot {
    display: none; }
    .default-header__dot:last-of-type, .default-header__dot:nth-of-type(1n-0):not(:nth-last-of-type(-n+1)) {
      display: inline-block; }
  .default-header > input[type="radio"]:nth-last-of-type(1):checked ~ .default-header__dots .default-header__dot:last-of-type::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(1):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(1):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(2):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(2):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(1),
  .default-header > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(1) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(3),
  .default-header > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(3) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(2)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(3):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(3):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(4),
  .default-header > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(4) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(3)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(4):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(4):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(3),
  .default-header > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(3) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(5),
  .default-header > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(5) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(4)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(5):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(5):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(4),
  .default-header > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(4) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(6),
  .default-header > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(6) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(5)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(6):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(6):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(5),
  .default-header > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(5) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(7),
  .default-header > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(7) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(6)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(7):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(7):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(6),
  .default-header > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(6) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(8),
  .default-header > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(8) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(7)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-600%, 0, 0);
    transform: translate3d(-600%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-600%, 0, 0);
    transform: translate3d(-600%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(8):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(8):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(7),
  .default-header > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(7) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(9),
  .default-header > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(9) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(8)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-700%, 0, 0);
    transform: translate3d(-700%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-700%, 0, 0);
    transform: translate3d(-700%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(9):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(9):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(8),
  .default-header > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(8) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(10),
  .default-header > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(10) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(9)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-800%, 0, 0);
    transform: translate3d(-800%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-800%, 0, 0);
    transform: translate3d(-800%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(10):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(10):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(9),
  .default-header > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(9) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(11),
  .default-header > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(11) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(10)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-900%, 0, 0);
    transform: translate3d(-900%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-900%, 0, 0);
    transform: translate3d(-900%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(11):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(11):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(10),
  .default-header > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(10) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(12),
  .default-header > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(12) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(11)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(12):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(12):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(11),
  .default-header > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(11) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(13),
  .default-header > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(13) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(12)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1100%, 0, 0);
    transform: translate3d(-1100%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1100%, 0, 0);
    transform: translate3d(-1100%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(13):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(13):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(12),
  .default-header > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(12) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(14),
  .default-header > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(14) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(13)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1200%, 0, 0);
    transform: translate3d(-1200%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1200%, 0, 0);
    transform: translate3d(-1200%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(14):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(14):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(13),
  .default-header > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(13) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(15),
  .default-header > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(15) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(14)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1300%, 0, 0);
    transform: translate3d(-1300%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1300%, 0, 0);
    transform: translate3d(-1300%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(15):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(15):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(14),
  .default-header > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(14) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(16),
  .default-header > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(16) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(15)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1400%, 0, 0);
    transform: translate3d(-1400%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1400%, 0, 0);
    transform: translate3d(-1400%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(16):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(16):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(15),
  .default-header > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(15) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(17),
  .default-header > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(17) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(16)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(17):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(17):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(16),
  .default-header > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(16) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(18),
  .default-header > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(18) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(17)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1600%, 0, 0);
    transform: translate3d(-1600%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1600%, 0, 0);
    transform: translate3d(-1600%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(18):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(18):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(17),
  .default-header > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(17) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(19),
  .default-header > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(19) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(18)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1700%, 0, 0);
    transform: translate3d(-1700%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1700%, 0, 0);
    transform: translate3d(-1700%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(19):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(19):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(18),
  .default-header > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(18) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(20),
  .default-header > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(20) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(19)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1800%, 0, 0);
    transform: translate3d(-1800%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1800%, 0, 0);
    transform: translate3d(-1800%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(20):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(20):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(19),
  .default-header > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(19) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(21),
  .default-header > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(21) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(20)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1900%, 0, 0);
    transform: translate3d(-1900%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-1900%, 0, 0);
    transform: translate3d(-1900%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(21):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(21):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(20),
  .default-header > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(20) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(22),
  .default-header > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(22) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(21)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2000%, 0, 0);
    transform: translate3d(-2000%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2000%, 0, 0);
    transform: translate3d(-2000%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(22):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(22):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(21),
  .default-header > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(21) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(23),
  .default-header > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(23) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(22)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2100%, 0, 0);
    transform: translate3d(-2100%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2100%, 0, 0);
    transform: translate3d(-2100%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(23):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(23):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(22),
  .default-header > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(22) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(24),
  .default-header > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(24) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(23)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2200%, 0, 0);
    transform: translate3d(-2200%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2200%, 0, 0);
    transform: translate3d(-2200%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(24):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(24):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(23),
  .default-header > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(23) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(25),
  .default-header > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(25) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(24)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2300%, 0, 0);
    transform: translate3d(-2300%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2300%, 0, 0);
    transform: translate3d(-2300%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(25):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(25):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(24),
  .default-header > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(24) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(26),
  .default-header > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(26) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(25)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2400%, 0, 0);
    transform: translate3d(-2400%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2400%, 0, 0);
    transform: translate3d(-2400%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(26):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(26):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(25),
  .default-header > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(25) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(27),
  .default-header > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(27) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(26)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2500%, 0, 0);
    transform: translate3d(-2500%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2500%, 0, 0);
    transform: translate3d(-2500%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(27):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(27):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(26),
  .default-header > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(26) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(28),
  .default-header > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(28) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(27)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2600%, 0, 0);
    transform: translate3d(-2600%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2600%, 0, 0);
    transform: translate3d(-2600%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(28):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(28):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(27),
  .default-header > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(27) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(29),
  .default-header > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(29) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(28)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2700%, 0, 0);
    transform: translate3d(-2700%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2700%, 0, 0);
    transform: translate3d(-2700%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(29):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(29):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(28),
  .default-header > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(28) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(30),
  .default-header > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(30) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(29)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2800%, 0, 0);
    transform: translate3d(-2800%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2800%, 0, 0);
    transform: translate3d(-2800%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(30):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(30):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(29),
  .default-header > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(29) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(31),
  .default-header > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(31) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(30)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2900%, 0, 0);
    transform: translate3d(-2900%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-2900%, 0, 0);
    transform: translate3d(-2900%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(31):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(31):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(30),
  .default-header > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(30) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(32),
  .default-header > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(32) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(31)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3000%, 0, 0);
    transform: translate3d(-3000%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3000%, 0, 0);
    transform: translate3d(-3000%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(32):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(32):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(31),
  .default-header > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(31) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(33),
  .default-header > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(33) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(32)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3100%, 0, 0);
    transform: translate3d(-3100%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3100%, 0, 0);
    transform: translate3d(-3100%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(33):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(33):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(32),
  .default-header > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(32) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(34),
  .default-header > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(34) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(33)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3200%, 0, 0);
    transform: translate3d(-3200%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3200%, 0, 0);
    transform: translate3d(-3200%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(34):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(34):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(33),
  .default-header > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(33) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(35),
  .default-header > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(35) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(34)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3300%, 0, 0);
    transform: translate3d(-3300%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3300%, 0, 0);
    transform: translate3d(-3300%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(35):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(35):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(34),
  .default-header > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(34) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(36),
  .default-header > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(36) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(35)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3400%, 0, 0);
    transform: translate3d(-3400%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3400%, 0, 0);
    transform: translate3d(-3400%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(36):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(36):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(35),
  .default-header > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(35) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(37),
  .default-header > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(37) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(36)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3500%, 0, 0);
    transform: translate3d(-3500%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3500%, 0, 0);
    transform: translate3d(-3500%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(37):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(37):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(36),
  .default-header > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(36) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(38),
  .default-header > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(38) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(37)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3600%, 0, 0);
    transform: translate3d(-3600%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3600%, 0, 0);
    transform: translate3d(-3600%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(38):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(38):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(37),
  .default-header > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(37) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(39),
  .default-header > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(39) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(38)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3700%, 0, 0);
    transform: translate3d(-3700%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3700%, 0, 0);
    transform: translate3d(-3700%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(39):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(39):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(38),
  .default-header > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(38) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(40),
  .default-header > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(40) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(39)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3800%, 0, 0);
    transform: translate3d(-3800%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3800%, 0, 0);
    transform: translate3d(-3800%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(40):checked:nth-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:last-child,
  .default-header > input[type="radio"]:nth-of-type(40):checked:nth-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:last-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--right .default-header__arrow:first-child,
  .default-header > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:first-child {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--left .default-header__arrow:nth-of-type(39),
  .default-header > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-of-type(39) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .default-header__arrows--left .default-header__arrow:nth-last-of-type(2),
  .default-header > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .default-header__arrow-wrapper .default-header__arrows--left .default-header__arrow:nth-last-of-type(2) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrows--right .default-header__arrow:nth-of-type(41),
  .default-header > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__arrow-wrapper .default-header__arrows--right .default-header__arrow:nth-of-type(41) {
    display: block; }
  .default-header > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__dots .default-header__dot:nth-of-type(40)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .default-header__dots .default-header__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .default-header > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3900%, 0, 0);
    transform: translate3d(-3900%, 0, 0); }
  .default-header > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(1) ~ .default-header__slides .default-header__slide {
    -webkit-transform: translate3d(-3900%, 0, 0);
    transform: translate3d(-3900%, 0, 0); }
  .default-header__image {
    background-color: #004f9f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 14rem;
    height: 100vh;
    max-height: 87rem;
    margin-bottom: -10rem; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
      .default-header__image {
        height: 1024px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
      .default-header__image {
        height: 768px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
      .default-header__image {
        height: 480px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
      .default-header__image {
        height: 320px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
      .default-header__image {
        height: 568px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
      .default-header__image {
        height: 320px; } }
    .admin-bar .default-header__image {
      margin-bottom: -13.2rem; }
      @media (max-width: 782px) {
        .admin-bar .default-header__image {
          margin-bottom: -14.6rem; } }
    @media (max-width: 767px) and (orientation: portrait) {
      .default-header__image {
        max-height: 75vh; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .default-header__image {
      max-height: 768px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .default-header__image {
      max-height: 576px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .default-header__image {
      max-height: 360px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .default-header__image {
      max-height: 240px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .default-header__image {
      max-height: 426px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .default-header__image {
      max-height: 240px; } }
  .default-header__heading-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0; }
  .default-header__heading {
    color: #fff;
    font-size: 16px;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    width: auto;
    background-image: radial-gradient(closest-side, rgba(0, 0, 0, 0.1) 15%, transparent 85%); }
  @media (max-width: 767px) {
    .default-header__arrows {
      display: none; } }
  .default-header__arrows--left {
    right: auto;
    left: 0; }
  .default-header__arrows--right {
    left: auto;
    right: 0; }
  .default-header__arrow {
    cursor: pointer; }
    .default-header__arrow svg {
      width: 6rem;
      height: 6rem; }
      .default-header__arrow svg * {
        fill: #fff;
        stroke: #fff; }
  .default-header__dots {
    margin-top: -5rem;
    z-index: 2; }
  .default-header__dot {
    background-color: #c2c2c2; }
    .default-header__dot::before {
      background-color: #303030; }

.locations {
  padding-top: 5rem;
  padding-bottom: 2rem; }
  .locations__location {
    height: 33rem;
    background-color: #303030;
    margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .locations__location--graw-style {
        height: 28rem; } }
  .locations__image {
    width: 47%;
    height: 100%;
    float: left;
    background-color: #303030;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 545px) {
      .locations__image {
        width: 100%; } }
    @media (min-width: 992px) {
      .locations__image--graw-style {
        width: 100%; } }
  .locations__name {
    color: white; }
  .locations__info {
    position: absolute;
    bottom: 3.2rem; }
  .locations__description {
    width: 53%;
    height: 100%;
    float: left;
    position: relative;
    padding: 3.4rem 3rem;
    background-color: #303030;
    margin-bottom: 0; }
    @media (max-width: 545px) {
      .locations__description {
        width: 100%;
        margin-bottom: 3rem; } }
    @media (min-width: 992px) {
      .locations__description--graw-style {
        width: 100%; } }
  .locations__description-item {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0; }
    .locations__description-item::before {
      padding-right: 1rem; }
    .locations__description-item--phone::before {
      content: 'T '; }
    .locations__description-item--fax::before {
      content: 'F '; }
    .locations__description-item--email::before {
      content: 'E '; }
    .locations__description-item a {
      color: #fff; }
      .locations__description-item a:hover, .locations__description-item a:focus, .locations__description-item a:active {
        color: #fff; }

.footer {
  background-color: #303030;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 13rem; }
  .footer__wp-menu .menu-item {
    margin-bottom: .5rem; }
    @media (min-width: 768px) {
      .footer__wp-menu .menu-item {
        display: inline-block;
        margin-right: 2rem; }
        .footer__wp-menu .menu-item:last-child {
          margin-right: 0; } }
  .footer__wp-menu a {
    color: #fff;
    text-decoration: none; }
    .footer__wp-menu a:hover, .footer__wp-menu a:focus, .footer__wp-menu a:active {
      color: #fff;
      text-decoration: none; }
  .footer__logo {
    text-align: right; }
    .footer__logo img {
      height: 4rem; }

.simple-nav {
  background-color: #fff;
  height: 10rem; }
  .simple-nav__menu-wrapper {
    height: 10rem;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    transition: height 300ms ease-in;
    z-index: 2; }
    .simple-nav--fixed .simple-nav__menu-wrapper {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%; }
    @media (max-width: 991px) {
      .simple-nav__menu-wrapper {
        width: 100%; }
        .simple-nav--fixed .simple-nav__menu-wrapper {
          overflow: hidden; }
        .simple-nav__mobile-show:checked + .simple-nav .simple-nav__menu-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          height: 100%;
          overflow-y: auto; }
          .admin-bar .simple-nav__mobile-show:checked + .simple-nav .simple-nav__menu-wrapper {
            top: 32px; } }
      @media (max-width: 991px) and (max-width: 782px) {
        .admin-bar .simple-nav__mobile-show:checked + .simple-nav .simple-nav__menu-wrapper {
          top: 46px; } }
      @media (max-width: 991px) and (max-width: 600px) {
        .admin-bar .simple-nav__mobile-show:checked + .simple-nav .simple-nav__menu-wrapper {
          top: 0; } }
  @media (max-width: 991px) {
    .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__menu {
      height: 0;
      overflow: hidden; } }
  .simple-nav__wp-menu {
    margin-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 992px) {
      .simple-nav__wp-menu {
        margin-left: -0.5rem; } }
    @media (min-width: 992px) {
      .simple-nav__wp-menu {
        margin-left: -1rem; } }
  .simple-nav__mobile-show, .simple-nav__item-toggle {
    display: none; }
  .simple-nav__mobile-toggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    margin-right: 15px;
    margin-top: 3rem;
    float: right;
    outline: none; }
    @media (min-width: 992px) {
      .simple-nav__mobile-toggle {
        display: none; } }
    .simple-nav__mobile-toggle span {
      display: block;
      position: absolute;
      background-color: #303030;
      height: 0.4rem;
      width: 100%;
      left: 0;
      transition: all 300ms; }
      .simple-nav__mobile-toggle span:nth-child(1) {
        top: 0; }
      .simple-nav__mobile-toggle span:nth-child(2), .simple-nav__mobile-toggle span:nth-child(3) {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .simple-nav__mobile-toggle span:nth-child(4) {
        top: 100%;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%); }
      .simple-nav__mobile-show:checked + .simple-nav .simple-nav__mobile-toggle span:nth-child(1), .simple-nav__mobile-show:checked + .simple-nav .simple-nav__mobile-toggle span:nth-child(4) {
        top: 50%;
        left: 50%;
        width: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .simple-nav__mobile-show:checked + .simple-nav .simple-nav__mobile-toggle span:nth-child(2) {
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg); }
      .simple-nav__mobile-show:checked + .simple-nav .simple-nav__mobile-toggle span:nth-child(3) {
        -webkit-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg); }
  @media (min-width: 992px) {
    .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container {
      position: fixed;
      top: 0;
      z-index: 5; } }
  @media (max-width: 544px) {
    .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-container {
      width: 100%; } }
  .simple-nav__mobile-show:checked + .simple-nav .simple-nav__badge-container,
  .simple-nav--fixed .simple-nav__badge-container {
    debug: foo; }
    @media (min-width: 992px) {
      .simple-nav__mobile-show:checked + .simple-nav .simple-nav__badge-container,
      .simple-nav--fixed .simple-nav__badge-container {
        float: right; } }
  .simple-nav__badge-row {
    text-align: right; }
    .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-row {
      position: absolute;
      width: 100%;
      height: 0; }
  .simple-nav__badge {
    float: left; }
    @media (min-width: 992px) {
      .simple-nav__badge {
        float: right; } }
    .simple-nav:not(.simple-nav--fixed) .simple-nav__badge {
      padding-left: 15px;
      padding-right: 15px; }
  .simple-nav__home-link {
    display: inline-block;
    background-color: #fff;
    padding: 2rem 1.5rem;
    width: 15rem;
    height: 10rem;
    overflow: hidden; }
    @media (min-width: 545px) {
      .simple-nav__home-link {
        width: 20rem;
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 992px) {
      .simple-nav__home-link {
        width: 27rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem; } }
    @media (min-width: 992px) {
      .simple-nav__home-link {
        box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.3); } }
    .simple-nav__mobile-show:checked + .simple-nav .simple-nav__home-link,
    .simple-nav--fixed .simple-nav__home-link {
      box-shadow: none; }
  .simple-nav__logo {
    width: 100%; }
  .simple-nav__item {
    display: block;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .simple-nav__item--depth-0 {
        display: inline-block; } }
    .simple-nav__item--has-sub-menu {
      position: relative;
      cursor: pointer; }
  .simple-nav__item-toggle-label, .simple-nav__item-link {
    display: block;
    padding: 1rem 0.5rem;
    transition: background-color 300ms; }
    .simple-nav__item-toggle-label:hover, .simple-nav__item-link:hover {
      background-color: #f5f5f5; }
    @media (min-width: 992px) {
      .simple-nav__item-toggle-label, .simple-nav__item-link {
        padding-left: 1rem;
        padding-right: 1rem; } }
  .simple-nav__item-toggle-label::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.11rem solid #303030;
    border-top-style: none;
    border-left-style: none;
    margin-left: 1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media (min-width: 992px) {
    .simple-nav__item-toggle-label {
      pointer-events: none; } }
  .simple-nav__item-link, .simple-nav__item-link:hover, .simple-nav__item-link:focus, .simple-nav__item-link:active {
    color: #000;
    text-decoration: none; }
  .simple-nav__item-link--btn {
    background-color: #303030; }
    .simple-nav__item-link--btn, .simple-nav__item-link--btn:hover, .simple-nav__item-link--btn:focus, .simple-nav__item-link--btn:active {
      color: #fff; }
    .simple-nav__item-link--btn:hover, .simple-nav__item-link--btn:active {
      background-color: #4a4a4a; }
    @media (min-width: 992px) {
      .simple-nav__item-link--btn {
        margin-left: 1.5rem; } }
  .simple-nav__item--active > .simple-nav__item-link {
    font-weight: 400; }
  .simple-nav__sub-menu {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms; }
    @media (max-width: 991px) {
      .simple-nav__item-toggle:checked ~ .simple-nav__sub-menu {
        max-height: 100rem;
        max-height: 100vh; } }
    @media (min-width: 992px) {
      .simple-nav__sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 4; }
        .simple-nav__item--has-sub-menu:hover .simple-nav__sub-menu {
          max-height: 100rem;
          max-height: 100vh; } }

.full-size-image {
  padding-top: 0;
  padding-bottom: 0; }
  .full-size-image__wrapper {
    position: relative;
    max-height: 109.2rem;
    width: 100%; }
    @media (max-width: 767px) {
      .full-size-image__wrapper {
        max-height: 65rem; } }
  .full-size-image__image {
    width: 100%; }
  @media (min-width: 768px) {
    .full-size-image__container {
      position: absolute;
      height: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0 -15px; } }
  .full-size-image__box {
    background-color: #f5f5f5;
    padding: 20px 15px; }
    @media (min-width: 768px) {
      .full-size-image__box {
        position: absolute;
        bottom: 3.7rem;
        right: 0;
        opacity: 0.8;
        padding: 3.9rem 3rem 3.3rem 3rem; } }
    @media (max-width: 767px) {
      .section:nth-of-type(2n - 1) .full-size-image__box {
        background-color: #fff; } }
  .full-size-image__caption {
    font-size: 3.4rem;
    font-weight: 300;
    line-height: 1.24;
    color: #303030;
    font-family: "Source Sans Pro", sans-serif; }
  .full-size-image .button, .full-size-image .search-section .search-submit, .search-section .full-size-image .search-submit {
    margin-top: 5.5rem; }

.gallery__item {
  background-size: cover;
  background-position: center center;
  margin-bottom: 3rem;
  position: relative; }

.gallery__big {
  height: 50rem; }
  @media (max-width: 767px) {
    .gallery__big {
      height: 23.5rem; } }

.gallery__small {
  height: 23.5rem; }

.gallery .section__heading {
  margin-bottom: 3.6rem; }

.gallery .section__content {
  margin-bottom: 4.6rem; }

.gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(48, 48, 48, 0.5);
  opacity: 0;
  transition: opacity 0.3s; }
  .gallery__overlay:hover {
    opacity: 1; }
  .gallery__overlay svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .gallery__overlay svg path {
      fill: #fff; }

.history-slider {
  position: relative;
  overflow: hidden;
  padding-top: 10rem; }
  .history-slider > input[type="radio"] {
    display: none; }
  .history-slider__slides {
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    list-style-type: none;
    padding-left: 0; }
  .history-slider__slide {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-size: initial;
    vertical-align: top;
    white-space: normal;
    box-sizing: border-box;
    transition: width 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s; }
  .history-slider__dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 0;
    white-space: nowrap;
    margin-top: 10px; }
    .history-slider__dots--inside {
      margin-top: -10px; }
  .history-slider__dot {
    cursor: pointer;
    background-color: #eee;
    border-radius: 50%;
    padding: 5px; }
    .history-slider__dot:not(:last-child) {
      margin-right: 5px; }
    .history-slider__dot::before {
      content: '';
      background-color: #fa0;
      border-radius: 50%;
      padding: 3px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0; }
    .history-slider__dot:hover::before {
      opacity: 1; }
  .history-slider__arrows {
    position: absolute;
    height: 100%;
    top: 0; }
    .history-slider__arrows--left {
      right: 100%; }
    .history-slider__arrows--right {
      left: 100%; }
  .history-slider__arrow {
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 3em; }
  .history-slider__slide {
    width: 100%; }
  .history-slider__dot {
    display: none; }
    .history-slider__dot:last-of-type, .history-slider__dot:nth-of-type(1n-0):not(:nth-last-of-type(-n+1)) {
      display: inline-block; }
  .history-slider > input[type="radio"]:nth-last-of-type(1):checked ~ .history-slider__dots .history-slider__dot:last-of-type::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(1):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(1):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(2):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(1),
  .history-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(1) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(3),
  .history-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(3) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(2)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(3):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(4),
  .history-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(4) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(3)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(4):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(3),
  .history-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(3) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(5),
  .history-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(5) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(4)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(5):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(4),
  .history-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(4) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(6),
  .history-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(6) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(5)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(6):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(5),
  .history-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(5) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(7),
  .history-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(7) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(6)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(7):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(6),
  .history-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(6) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(8),
  .history-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(8) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(7)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-600%, 0, 0);
    transform: translate3d(-600%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-600%, 0, 0);
    transform: translate3d(-600%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(8):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(7),
  .history-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(7) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(9),
  .history-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(9) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(8)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-700%, 0, 0);
    transform: translate3d(-700%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-700%, 0, 0);
    transform: translate3d(-700%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(9):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(8),
  .history-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(8) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(10),
  .history-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(10) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(9)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-800%, 0, 0);
    transform: translate3d(-800%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-800%, 0, 0);
    transform: translate3d(-800%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(10):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(9),
  .history-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(9) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(11),
  .history-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(11) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(10)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-900%, 0, 0);
    transform: translate3d(-900%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-900%, 0, 0);
    transform: translate3d(-900%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(11):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(10),
  .history-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(10) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(12),
  .history-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(12) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(11)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(12):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(11),
  .history-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(11) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(13),
  .history-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(13) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(12)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1100%, 0, 0);
    transform: translate3d(-1100%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1100%, 0, 0);
    transform: translate3d(-1100%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(13):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(12),
  .history-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(12) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(14),
  .history-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(14) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(13)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1200%, 0, 0);
    transform: translate3d(-1200%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1200%, 0, 0);
    transform: translate3d(-1200%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(14):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(13),
  .history-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(13) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(15),
  .history-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(15) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(14)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1300%, 0, 0);
    transform: translate3d(-1300%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1300%, 0, 0);
    transform: translate3d(-1300%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(15):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(14),
  .history-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(14) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(16),
  .history-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(16) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(15)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1400%, 0, 0);
    transform: translate3d(-1400%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1400%, 0, 0);
    transform: translate3d(-1400%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(16):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(15),
  .history-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(15) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(17),
  .history-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(17) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(16)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(17):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(16),
  .history-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(16) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(18),
  .history-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(18) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(17)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1600%, 0, 0);
    transform: translate3d(-1600%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1600%, 0, 0);
    transform: translate3d(-1600%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(18):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(17),
  .history-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(17) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(19),
  .history-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(19) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(18)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1700%, 0, 0);
    transform: translate3d(-1700%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1700%, 0, 0);
    transform: translate3d(-1700%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(19):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(18),
  .history-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(18) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(20),
  .history-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(20) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(19)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1800%, 0, 0);
    transform: translate3d(-1800%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1800%, 0, 0);
    transform: translate3d(-1800%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(20):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(19),
  .history-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(19) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(21),
  .history-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(21) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(20)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1900%, 0, 0);
    transform: translate3d(-1900%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-1900%, 0, 0);
    transform: translate3d(-1900%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(21):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(20),
  .history-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(20) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(22),
  .history-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(22) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(21)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2000%, 0, 0);
    transform: translate3d(-2000%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2000%, 0, 0);
    transform: translate3d(-2000%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(22):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(21),
  .history-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(21) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(23),
  .history-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(23) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(22)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2100%, 0, 0);
    transform: translate3d(-2100%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2100%, 0, 0);
    transform: translate3d(-2100%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(23):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(22),
  .history-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(22) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(24),
  .history-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(24) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(23)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2200%, 0, 0);
    transform: translate3d(-2200%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2200%, 0, 0);
    transform: translate3d(-2200%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(24):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(23),
  .history-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(23) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(25),
  .history-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(25) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(24)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2300%, 0, 0);
    transform: translate3d(-2300%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2300%, 0, 0);
    transform: translate3d(-2300%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(25):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(24),
  .history-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(24) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(26),
  .history-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(26) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(25)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2400%, 0, 0);
    transform: translate3d(-2400%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2400%, 0, 0);
    transform: translate3d(-2400%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(26):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(25),
  .history-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(25) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(27),
  .history-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(27) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(26)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2500%, 0, 0);
    transform: translate3d(-2500%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2500%, 0, 0);
    transform: translate3d(-2500%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(27):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(26),
  .history-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(26) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(28),
  .history-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(28) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(27)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2600%, 0, 0);
    transform: translate3d(-2600%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2600%, 0, 0);
    transform: translate3d(-2600%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(28):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(27),
  .history-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(27) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(29),
  .history-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(29) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(28)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2700%, 0, 0);
    transform: translate3d(-2700%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2700%, 0, 0);
    transform: translate3d(-2700%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(29):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(28),
  .history-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(28) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(30),
  .history-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(30) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(29)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2800%, 0, 0);
    transform: translate3d(-2800%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2800%, 0, 0);
    transform: translate3d(-2800%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(30):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(29),
  .history-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(29) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(31),
  .history-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(31) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(30)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2900%, 0, 0);
    transform: translate3d(-2900%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-2900%, 0, 0);
    transform: translate3d(-2900%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(31):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(30),
  .history-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(30) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(32),
  .history-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(32) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(31)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3000%, 0, 0);
    transform: translate3d(-3000%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3000%, 0, 0);
    transform: translate3d(-3000%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(32):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(31),
  .history-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(31) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(33),
  .history-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(33) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(32)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3100%, 0, 0);
    transform: translate3d(-3100%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3100%, 0, 0);
    transform: translate3d(-3100%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(33):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(32),
  .history-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(32) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(34),
  .history-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(34) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(33)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3200%, 0, 0);
    transform: translate3d(-3200%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3200%, 0, 0);
    transform: translate3d(-3200%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(34):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(33),
  .history-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(33) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(35),
  .history-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(35) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(34)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3300%, 0, 0);
    transform: translate3d(-3300%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3300%, 0, 0);
    transform: translate3d(-3300%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(35):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(34),
  .history-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(34) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(36),
  .history-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(36) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(35)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3400%, 0, 0);
    transform: translate3d(-3400%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3400%, 0, 0);
    transform: translate3d(-3400%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(36):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(35),
  .history-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(35) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(37),
  .history-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(37) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(36)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3500%, 0, 0);
    transform: translate3d(-3500%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3500%, 0, 0);
    transform: translate3d(-3500%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(37):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(36),
  .history-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(36) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(38),
  .history-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(38) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(37)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3600%, 0, 0);
    transform: translate3d(-3600%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3600%, 0, 0);
    transform: translate3d(-3600%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(38):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(37),
  .history-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(37) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(39),
  .history-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(39) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(38)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3700%, 0, 0);
    transform: translate3d(-3700%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3700%, 0, 0);
    transform: translate3d(-3700%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(39):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(38),
  .history-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(38) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(40),
  .history-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(40) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(39)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3800%, 0, 0);
    transform: translate3d(-3800%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3800%, 0, 0);
    transform: translate3d(-3800%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:nth-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:last-child,
  .history-slider > input[type="radio"]:nth-of-type(40):checked:nth-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:last-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--right .history-slider__arrow:first-child,
  .history-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:first-child {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--left .history-slider__arrow:nth-of-type(39),
  .history-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-of-type(39) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2),
  .history-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .history-slider__arrow-wrapper .history-slider__arrows--left .history-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrows--right .history-slider__arrow:nth-of-type(41),
  .history-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__arrow-wrapper .history-slider__arrows--right .history-slider__arrow:nth-of-type(41) {
    display: block; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__dots .history-slider__dot:nth-of-type(40)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .history-slider__dots .history-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3900%, 0, 0);
    transform: translate3d(-3900%, 0, 0); }
  .history-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(1) ~ .history-slider__slides .history-slider__slide {
    -webkit-transform: translate3d(-3900%, 0, 0);
    transform: translate3d(-3900%, 0, 0); }
  .history-slider__line {
    border-bottom: 1px solid #303030;
    width: 100%; }
  .history-slider__dates {
    font-size: 0;
    white-space: nowrap;
    list-style-type: none;
    padding-left: 0;
    padding-right: 4rem; }
    @media (min-width: 768px) {
      .history-slider__dates {
        padding-right: 0; } }
    @media (min-width: 1260px) {
      .history-slider__dates {
        padding-left: 7rem; } }
  .history-slider__date {
    width: 40%;
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
    transition: all .5s; }
    @media (min-width: 545px) {
      .history-slider__date {
        width: 30%;
        font-size: 2.4rem; } }
    @media (min-width: 768px) {
      .history-slider__date {
        width: 25%; } }
    @media (min-width: 1260px) {
      .history-slider__date {
        width: 20%; } }
    .history-slider__date:first-child {
      margin-left: 38%; }
    .history-slider__date span {
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      display: block;
      margin-bottom: -41px;
      color: #fff;
      position: absolute;
      z-index: 3;
      left: 50%;
      bottom: 50%; }
    .history-slider__date::after {
      display: block;
      position: absolute;
      content: '';
      background-color: #303030;
      width: 70px;
      height: 70px;
      margin: -36px -36px;
      left: 50%;
      bottom: 0;
      transition: all .5s;
      z-index: 2; }
  .history-slider__date-label {
    width: 100%;
    text-align: center;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 3;
    color: #303030; }
  .history-slider__slides {
    cursor: -webkit-grab;
    cursor: grab; }
  .history-slider__item {
    padding: 14.5rem 0; }
  .history-slider__heading {
    text-align: center;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 2.5rem; }
  .history-slider__content {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 4rem;
    font-size: 2rem; }
    @media (min-width: 545px) {
      .history-slider__content {
        padding: 0; } }
  .history-slider > input[type="radio"]:nth-of-type(1):checked ~ ol > li {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(1):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(1):checked ~ ol > li:nth-of-type(1)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(1):checked ~ ol > li:nth-of-type(1)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(1):checked ~ ol > li:nth-of-type(1) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(1):checked ~ ol > li:nth-of-type(1) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked ~ ol > li {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(2):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(2):checked ~ ol > li:nth-of-type(2)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(2):checked ~ ol > li:nth-of-type(2)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(2):checked ~ ol > li:nth-of-type(2) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(2):checked ~ ol > li:nth-of-type(2) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked ~ ol > li {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(3):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(3):checked ~ ol > li:nth-of-type(3)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(3):checked ~ ol > li:nth-of-type(3)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(3):checked ~ ol > li:nth-of-type(3) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(3):checked ~ ol > li:nth-of-type(3) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked ~ ol > li {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(4):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(4):checked ~ ol > li:nth-of-type(4)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(4):checked ~ ol > li:nth-of-type(4)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(4):checked ~ ol > li:nth-of-type(4) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(4):checked ~ ol > li:nth-of-type(4) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked ~ ol > li {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(5):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(5):checked ~ ol > li:nth-of-type(5)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(5):checked ~ ol > li:nth-of-type(5)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(5):checked ~ ol > li:nth-of-type(5) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(5):checked ~ ol > li:nth-of-type(5) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked ~ ol > li {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(6):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(6):checked ~ ol > li:nth-of-type(6)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(6):checked ~ ol > li:nth-of-type(6)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(6):checked ~ ol > li:nth-of-type(6) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(6):checked ~ ol > li:nth-of-type(6) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked ~ ol > li {
    -webkit-transform: translate3d(-600%, 0, 0);
    transform: translate3d(-600%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(7):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(7):checked ~ ol > li:nth-of-type(7)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(7):checked ~ ol > li:nth-of-type(7)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(7):checked ~ ol > li:nth-of-type(7) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(7):checked ~ ol > li:nth-of-type(7) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked ~ ol > li {
    -webkit-transform: translate3d(-700%, 0, 0);
    transform: translate3d(-700%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(8):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(8):checked ~ ol > li:nth-of-type(8)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(8):checked ~ ol > li:nth-of-type(8)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(8):checked ~ ol > li:nth-of-type(8) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(8):checked ~ ol > li:nth-of-type(8) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked ~ ol > li {
    -webkit-transform: translate3d(-800%, 0, 0);
    transform: translate3d(-800%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(9):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(9):checked ~ ol > li:nth-of-type(9)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(9):checked ~ ol > li:nth-of-type(9)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(9):checked ~ ol > li:nth-of-type(9) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(9):checked ~ ol > li:nth-of-type(9) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked ~ ol > li {
    -webkit-transform: translate3d(-900%, 0, 0);
    transform: translate3d(-900%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(10):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(10):checked ~ ol > li:nth-of-type(10)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(10):checked ~ ol > li:nth-of-type(10)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(10):checked ~ ol > li:nth-of-type(10) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(10):checked ~ ol > li:nth-of-type(10) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked ~ ol > li {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(11):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(11):checked ~ ol > li:nth-of-type(11)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(11):checked ~ ol > li:nth-of-type(11)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(11):checked ~ ol > li:nth-of-type(11) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(11):checked ~ ol > li:nth-of-type(11) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked ~ ol > li {
    -webkit-transform: translate3d(-1100%, 0, 0);
    transform: translate3d(-1100%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(12):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(12):checked ~ ol > li:nth-of-type(12)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(12):checked ~ ol > li:nth-of-type(12)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(12):checked ~ ol > li:nth-of-type(12) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(12):checked ~ ol > li:nth-of-type(12) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked ~ ol > li {
    -webkit-transform: translate3d(-1200%, 0, 0);
    transform: translate3d(-1200%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(13):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(13):checked ~ ol > li:nth-of-type(13)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(13):checked ~ ol > li:nth-of-type(13)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(13):checked ~ ol > li:nth-of-type(13) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(13):checked ~ ol > li:nth-of-type(13) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked ~ ol > li {
    -webkit-transform: translate3d(-1300%, 0, 0);
    transform: translate3d(-1300%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(14):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(14):checked ~ ol > li:nth-of-type(14)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(14):checked ~ ol > li:nth-of-type(14)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(14):checked ~ ol > li:nth-of-type(14) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(14):checked ~ ol > li:nth-of-type(14) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked ~ ol > li {
    -webkit-transform: translate3d(-1400%, 0, 0);
    transform: translate3d(-1400%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(15):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(15):checked ~ ol > li:nth-of-type(15)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(15):checked ~ ol > li:nth-of-type(15)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(15):checked ~ ol > li:nth-of-type(15) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(15):checked ~ ol > li:nth-of-type(15) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked ~ ol > li {
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(16):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(16):checked ~ ol > li:nth-of-type(16)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(16):checked ~ ol > li:nth-of-type(16)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(16):checked ~ ol > li:nth-of-type(16) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(16):checked ~ ol > li:nth-of-type(16) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked ~ ol > li {
    -webkit-transform: translate3d(-1600%, 0, 0);
    transform: translate3d(-1600%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(17):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(17):checked ~ ol > li:nth-of-type(17)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(17):checked ~ ol > li:nth-of-type(17)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(17):checked ~ ol > li:nth-of-type(17) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(17):checked ~ ol > li:nth-of-type(17) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked ~ ol > li {
    -webkit-transform: translate3d(-1700%, 0, 0);
    transform: translate3d(-1700%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(18):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(18):checked ~ ol > li:nth-of-type(18)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(18):checked ~ ol > li:nth-of-type(18)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(18):checked ~ ol > li:nth-of-type(18) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(18):checked ~ ol > li:nth-of-type(18) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked ~ ol > li {
    -webkit-transform: translate3d(-1800%, 0, 0);
    transform: translate3d(-1800%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(19):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(19):checked ~ ol > li:nth-of-type(19)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(19):checked ~ ol > li:nth-of-type(19)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(19):checked ~ ol > li:nth-of-type(19) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(19):checked ~ ol > li:nth-of-type(19) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked ~ ol > li {
    -webkit-transform: translate3d(-1900%, 0, 0);
    transform: translate3d(-1900%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(20):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(20):checked ~ ol > li:nth-of-type(20)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(20):checked ~ ol > li:nth-of-type(20)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(20):checked ~ ol > li:nth-of-type(20) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(20):checked ~ ol > li:nth-of-type(20) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked ~ ol > li {
    -webkit-transform: translate3d(-2000%, 0, 0);
    transform: translate3d(-2000%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(21):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(21):checked ~ ol > li:nth-of-type(21)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(21):checked ~ ol > li:nth-of-type(21)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(21):checked ~ ol > li:nth-of-type(21) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(21):checked ~ ol > li:nth-of-type(21) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked ~ ol > li {
    -webkit-transform: translate3d(-2100%, 0, 0);
    transform: translate3d(-2100%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(22):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(22):checked ~ ol > li:nth-of-type(22)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(22):checked ~ ol > li:nth-of-type(22)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(22):checked ~ ol > li:nth-of-type(22) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(22):checked ~ ol > li:nth-of-type(22) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked ~ ol > li {
    -webkit-transform: translate3d(-2200%, 0, 0);
    transform: translate3d(-2200%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(23):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(23):checked ~ ol > li:nth-of-type(23)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(23):checked ~ ol > li:nth-of-type(23)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(23):checked ~ ol > li:nth-of-type(23) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(23):checked ~ ol > li:nth-of-type(23) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked ~ ol > li {
    -webkit-transform: translate3d(-2300%, 0, 0);
    transform: translate3d(-2300%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(24):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(24):checked ~ ol > li:nth-of-type(24)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(24):checked ~ ol > li:nth-of-type(24)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(24):checked ~ ol > li:nth-of-type(24) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(24):checked ~ ol > li:nth-of-type(24) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked ~ ol > li {
    -webkit-transform: translate3d(-2400%, 0, 0);
    transform: translate3d(-2400%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(25):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(25):checked ~ ol > li:nth-of-type(25)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(25):checked ~ ol > li:nth-of-type(25)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(25):checked ~ ol > li:nth-of-type(25) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(25):checked ~ ol > li:nth-of-type(25) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked ~ ol > li {
    -webkit-transform: translate3d(-2500%, 0, 0);
    transform: translate3d(-2500%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(26):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(26):checked ~ ol > li:nth-of-type(26)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(26):checked ~ ol > li:nth-of-type(26)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(26):checked ~ ol > li:nth-of-type(26) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(26):checked ~ ol > li:nth-of-type(26) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked ~ ol > li {
    -webkit-transform: translate3d(-2600%, 0, 0);
    transform: translate3d(-2600%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(27):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(27):checked ~ ol > li:nth-of-type(27)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(27):checked ~ ol > li:nth-of-type(27)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(27):checked ~ ol > li:nth-of-type(27) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(27):checked ~ ol > li:nth-of-type(27) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked ~ ol > li {
    -webkit-transform: translate3d(-2700%, 0, 0);
    transform: translate3d(-2700%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(28):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(28):checked ~ ol > li:nth-of-type(28)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(28):checked ~ ol > li:nth-of-type(28)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(28):checked ~ ol > li:nth-of-type(28) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(28):checked ~ ol > li:nth-of-type(28) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked ~ ol > li {
    -webkit-transform: translate3d(-2800%, 0, 0);
    transform: translate3d(-2800%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(29):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(29):checked ~ ol > li:nth-of-type(29)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(29):checked ~ ol > li:nth-of-type(29)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(29):checked ~ ol > li:nth-of-type(29) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(29):checked ~ ol > li:nth-of-type(29) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked ~ ol > li {
    -webkit-transform: translate3d(-2900%, 0, 0);
    transform: translate3d(-2900%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(30):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(30):checked ~ ol > li:nth-of-type(30)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(30):checked ~ ol > li:nth-of-type(30)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(30):checked ~ ol > li:nth-of-type(30) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(30):checked ~ ol > li:nth-of-type(30) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked ~ ol > li {
    -webkit-transform: translate3d(-3000%, 0, 0);
    transform: translate3d(-3000%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(31):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(31):checked ~ ol > li:nth-of-type(31)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(31):checked ~ ol > li:nth-of-type(31)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(31):checked ~ ol > li:nth-of-type(31) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(31):checked ~ ol > li:nth-of-type(31) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked ~ ol > li {
    -webkit-transform: translate3d(-3100%, 0, 0);
    transform: translate3d(-3100%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(32):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(32):checked ~ ol > li:nth-of-type(32)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(32):checked ~ ol > li:nth-of-type(32)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(32):checked ~ ol > li:nth-of-type(32) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(32):checked ~ ol > li:nth-of-type(32) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked ~ ol > li {
    -webkit-transform: translate3d(-3200%, 0, 0);
    transform: translate3d(-3200%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(33):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(33):checked ~ ol > li:nth-of-type(33)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(33):checked ~ ol > li:nth-of-type(33)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(33):checked ~ ol > li:nth-of-type(33) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(33):checked ~ ol > li:nth-of-type(33) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked ~ ol > li {
    -webkit-transform: translate3d(-3300%, 0, 0);
    transform: translate3d(-3300%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(34):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(34):checked ~ ol > li:nth-of-type(34)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(34):checked ~ ol > li:nth-of-type(34)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(34):checked ~ ol > li:nth-of-type(34) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(34):checked ~ ol > li:nth-of-type(34) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked ~ ol > li {
    -webkit-transform: translate3d(-3400%, 0, 0);
    transform: translate3d(-3400%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(35):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(35):checked ~ ol > li:nth-of-type(35)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(35):checked ~ ol > li:nth-of-type(35)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(35):checked ~ ol > li:nth-of-type(35) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(35):checked ~ ol > li:nth-of-type(35) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked ~ ol > li {
    -webkit-transform: translate3d(-3500%, 0, 0);
    transform: translate3d(-3500%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(36):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(36):checked ~ ol > li:nth-of-type(36)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(36):checked ~ ol > li:nth-of-type(36)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(36):checked ~ ol > li:nth-of-type(36) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(36):checked ~ ol > li:nth-of-type(36) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked ~ ol > li {
    -webkit-transform: translate3d(-3600%, 0, 0);
    transform: translate3d(-3600%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(37):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(37):checked ~ ol > li:nth-of-type(37)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(37):checked ~ ol > li:nth-of-type(37)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(37):checked ~ ol > li:nth-of-type(37) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(37):checked ~ ol > li:nth-of-type(37) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked ~ ol > li {
    -webkit-transform: translate3d(-3700%, 0, 0);
    transform: translate3d(-3700%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(38):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(38):checked ~ ol > li:nth-of-type(38)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(38):checked ~ ol > li:nth-of-type(38)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(38):checked ~ ol > li:nth-of-type(38) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(38):checked ~ ol > li:nth-of-type(38) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked ~ ol > li {
    -webkit-transform: translate3d(-3800%, 0, 0);
    transform: translate3d(-3800%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(39):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(39):checked ~ ol > li:nth-of-type(39)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(39):checked ~ ol > li:nth-of-type(39)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(39):checked ~ ol > li:nth-of-type(39) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(39):checked ~ ol > li:nth-of-type(39) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked ~ ol > li {
    -webkit-transform: translate3d(-3900%, 0, 0);
    transform: translate3d(-3900%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(40):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(40):checked ~ ol > li:nth-of-type(40)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(40):checked ~ ol > li:nth-of-type(40)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(40):checked ~ ol > li:nth-of-type(40) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(40):checked ~ ol > li:nth-of-type(40) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(41):checked ~ ol > li {
    -webkit-transform: translate3d(-4000%, 0, 0);
    transform: translate3d(-4000%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(41):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(41):checked ~ ol > li:nth-of-type(41)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(41):checked ~ ol > li:nth-of-type(41)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(41):checked ~ ol > li:nth-of-type(41) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(41):checked ~ ol > li:nth-of-type(41) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(42):checked ~ ol > li {
    -webkit-transform: translate3d(-4100%, 0, 0);
    transform: translate3d(-4100%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(42):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(42):checked ~ ol > li:nth-of-type(42)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(42):checked ~ ol > li:nth-of-type(42)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(42):checked ~ ol > li:nth-of-type(42) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(42):checked ~ ol > li:nth-of-type(42) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(43):checked ~ ol > li {
    -webkit-transform: translate3d(-4200%, 0, 0);
    transform: translate3d(-4200%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(43):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(43):checked ~ ol > li:nth-of-type(43)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(43):checked ~ ol > li:nth-of-type(43)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(43):checked ~ ol > li:nth-of-type(43) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(43):checked ~ ol > li:nth-of-type(43) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(44):checked ~ ol > li {
    -webkit-transform: translate3d(-4300%, 0, 0);
    transform: translate3d(-4300%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(44):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(44):checked ~ ol > li:nth-of-type(44)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(44):checked ~ ol > li:nth-of-type(44)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(44):checked ~ ol > li:nth-of-type(44) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(44):checked ~ ol > li:nth-of-type(44) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(45):checked ~ ol > li {
    -webkit-transform: translate3d(-4400%, 0, 0);
    transform: translate3d(-4400%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(45):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(45):checked ~ ol > li:nth-of-type(45)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(45):checked ~ ol > li:nth-of-type(45)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(45):checked ~ ol > li:nth-of-type(45) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(45):checked ~ ol > li:nth-of-type(45) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(46):checked ~ ol > li {
    -webkit-transform: translate3d(-4500%, 0, 0);
    transform: translate3d(-4500%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(46):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(46):checked ~ ol > li:nth-of-type(46)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(46):checked ~ ol > li:nth-of-type(46)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(46):checked ~ ol > li:nth-of-type(46) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(46):checked ~ ol > li:nth-of-type(46) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(47):checked ~ ol > li {
    -webkit-transform: translate3d(-4600%, 0, 0);
    transform: translate3d(-4600%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(47):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(47):checked ~ ol > li:nth-of-type(47)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(47):checked ~ ol > li:nth-of-type(47)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(47):checked ~ ol > li:nth-of-type(47) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(47):checked ~ ol > li:nth-of-type(47) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(48):checked ~ ol > li {
    -webkit-transform: translate3d(-4700%, 0, 0);
    transform: translate3d(-4700%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(48):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(48):checked ~ ol > li:nth-of-type(48)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(48):checked ~ ol > li:nth-of-type(48)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(48):checked ~ ol > li:nth-of-type(48) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(48):checked ~ ol > li:nth-of-type(48) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(49):checked ~ ol > li {
    -webkit-transform: translate3d(-4800%, 0, 0);
    transform: translate3d(-4800%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(49):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(49):checked ~ ol > li:nth-of-type(49)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(49):checked ~ ol > li:nth-of-type(49)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(49):checked ~ ol > li:nth-of-type(49) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(49):checked ~ ol > li:nth-of-type(49) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(50):checked ~ ol > li {
    -webkit-transform: translate3d(-4900%, 0, 0);
    transform: translate3d(-4900%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(50):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(50):checked ~ ol > li:nth-of-type(50)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(50):checked ~ ol > li:nth-of-type(50)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(50):checked ~ ol > li:nth-of-type(50) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(50):checked ~ ol > li:nth-of-type(50) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(51):checked ~ ol > li {
    -webkit-transform: translate3d(-5000%, 0, 0);
    transform: translate3d(-5000%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(51):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(51):checked ~ ol > li:nth-of-type(51)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(51):checked ~ ol > li:nth-of-type(51)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(51):checked ~ ol > li:nth-of-type(51) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(51):checked ~ ol > li:nth-of-type(51) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(52):checked ~ ol > li {
    -webkit-transform: translate3d(-5100%, 0, 0);
    transform: translate3d(-5100%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(52):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(52):checked ~ ol > li:nth-of-type(52)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(52):checked ~ ol > li:nth-of-type(52)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(52):checked ~ ol > li:nth-of-type(52) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(52):checked ~ ol > li:nth-of-type(52) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(53):checked ~ ol > li {
    -webkit-transform: translate3d(-5200%, 0, 0);
    transform: translate3d(-5200%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(53):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(53):checked ~ ol > li:nth-of-type(53)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(53):checked ~ ol > li:nth-of-type(53)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(53):checked ~ ol > li:nth-of-type(53) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(53):checked ~ ol > li:nth-of-type(53) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(54):checked ~ ol > li {
    -webkit-transform: translate3d(-5300%, 0, 0);
    transform: translate3d(-5300%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(54):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(54):checked ~ ol > li:nth-of-type(54)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(54):checked ~ ol > li:nth-of-type(54)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(54):checked ~ ol > li:nth-of-type(54) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(54):checked ~ ol > li:nth-of-type(54) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(55):checked ~ ol > li {
    -webkit-transform: translate3d(-5400%, 0, 0);
    transform: translate3d(-5400%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(55):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(55):checked ~ ol > li:nth-of-type(55)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(55):checked ~ ol > li:nth-of-type(55)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(55):checked ~ ol > li:nth-of-type(55) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(55):checked ~ ol > li:nth-of-type(55) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(56):checked ~ ol > li {
    -webkit-transform: translate3d(-5500%, 0, 0);
    transform: translate3d(-5500%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(56):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(56):checked ~ ol > li:nth-of-type(56)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(56):checked ~ ol > li:nth-of-type(56)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(56):checked ~ ol > li:nth-of-type(56) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(56):checked ~ ol > li:nth-of-type(56) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(57):checked ~ ol > li {
    -webkit-transform: translate3d(-5600%, 0, 0);
    transform: translate3d(-5600%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(57):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(57):checked ~ ol > li:nth-of-type(57)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(57):checked ~ ol > li:nth-of-type(57)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(57):checked ~ ol > li:nth-of-type(57) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(57):checked ~ ol > li:nth-of-type(57) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(58):checked ~ ol > li {
    -webkit-transform: translate3d(-5700%, 0, 0);
    transform: translate3d(-5700%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(58):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(58):checked ~ ol > li:nth-of-type(58)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(58):checked ~ ol > li:nth-of-type(58)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(58):checked ~ ol > li:nth-of-type(58) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(58):checked ~ ol > li:nth-of-type(58) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(59):checked ~ ol > li {
    -webkit-transform: translate3d(-5800%, 0, 0);
    transform: translate3d(-5800%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(59):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(59):checked ~ ol > li:nth-of-type(59)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(59):checked ~ ol > li:nth-of-type(59)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(59):checked ~ ol > li:nth-of-type(59) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(59):checked ~ ol > li:nth-of-type(59) > label > h3 {
    font-size: 2rem; }
  .history-slider > input[type="radio"]:nth-of-type(60):checked ~ ol > li {
    -webkit-transform: translate3d(-5900%, 0, 0);
    transform: translate3d(-5900%, 0, 0);
    padding-bottom: .5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(60):checked ~ ol > li {
        padding-bottom: 1rem; } }
  .history-slider > input[type="radio"]:nth-of-type(60):checked ~ ol > li:nth-of-type(60)::after {
    z-index: -1;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-bottom: -5rem; }
    @media (min-width: 545px) {
      .history-slider > input[type="radio"]:nth-of-type(60):checked ~ ol > li:nth-of-type(60)::after {
        width: 12rem;
        height: 12rem;
        margin-left: -6rem;
        margin-bottom: -6rem; } }
  .history-slider > input[type="radio"]:nth-of-type(60):checked ~ ol > li:nth-of-type(60) > label span {
    -webkit-transform: translate3d(-50%, 0, 0) scale(2);
    transform: translate3d(-50%, 0, 0) scale(2);
    display: inline-block; }
  .history-slider > input[type="radio"]:nth-of-type(60):checked ~ ol > li:nth-of-type(60) > label > h3 {
    font-size: 2rem; }

.list-line {
  padding-bottom: 19rem; }
  @media (max-width: 767px) {
    .list-line {
      padding-bottom: 8rem; } }
  .list-line__wrapper {
    position: relative;
    margin-top: 9rem; }
    @media (min-width: 768px) {
      .list-line__wrapper {
        margin-top: 18rem; } }
    .list-line__wrapper::before {
      content: "";
      width: 100%;
      position: absolute;
      top: 1.91rem; }
      @media (min-width: 768px) {
        .list-line__wrapper::before {
          border-top: 1px solid #303030; } }
  .list-line__list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .list-line__list {
        display: -webkit-box;
        display: flex; } }
  .list-line__item {
    display: block; }
    @media (max-width: 767px) {
      .list-line__item {
        padding: 6rem 0; } }
    @media (min-width: 768px) {
      .list-line__item.list-line__item--top:nth-of-type(even) .list-line__content {
        position: absolute;
        top: -120%; } }
    @media (min-width: 992px) {
      .list-line__item.list-line__item--top:nth-of-type(even) .list-line__content {
        top: -100%; } }
  .list-line__box {
    position: relative;
    margin: auto;
    width: 3.82rem;
    height: 3.82rem;
    background-color: #303030; }
  .list-line__box-index {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .section:nth-of-type(2n) .list-line__box-index {
      color: #f5f5f5; }
  .list-line__heading, .list-line__text {
    font-size: 1.6rem;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.333;
    letter-spacing: 0.12rem;
    text-align: center; }
  .list-line__heading {
    margin-top: 4.6rem;
    margin-bottom: 1.6rem;
    text-transform: uppercase; }

.project-slider {
  position: relative;
  position: relative; }
  .project-slider > input[type="radio"] {
    display: none; }
  .project-slider__slides {
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    list-style-type: none;
    padding-left: 0; }
  .project-slider__slide {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-size: initial;
    vertical-align: top;
    white-space: normal;
    box-sizing: border-box;
    transition: width 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s; }
  .project-slider__dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 0;
    white-space: nowrap;
    margin-top: 10px; }
    .project-slider__dots--inside {
      margin-top: -10px; }
  .project-slider__dot {
    cursor: pointer;
    background-color: #eee;
    border-radius: 50%;
    padding: 5px; }
    .project-slider__dot:not(:last-child) {
      margin-right: 5px; }
    .project-slider__dot::before {
      content: '';
      background-color: #fa0;
      border-radius: 50%;
      padding: 3px;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0; }
    .project-slider__dot:hover::before {
      opacity: 1; }
  .project-slider__arrows {
    position: absolute;
    height: 100%;
    top: 0; }
    .project-slider__arrows--left {
      right: 100%; }
    .project-slider__arrows--right {
      left: 100%; }
  .project-slider__arrow {
    display: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 3em; }
  .project-slider__slide {
    width: 100%; }
  .project-slider__dot {
    display: none; }
    .project-slider__dot:last-of-type, .project-slider__dot:nth-of-type(1n-0):not(:nth-last-of-type(-n+1)) {
      display: inline-block; }
  .project-slider > input[type="radio"]:nth-last-of-type(1):checked ~ .project-slider__dots .project-slider__dot:last-of-type::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(1):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(1):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(1):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(1):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(2):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(1),
  .project-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(1) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(3),
  .project-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(3) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(2)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(2):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(3):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(4),
  .project-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(4) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(3)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(3):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(4):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(3),
  .project-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(3) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(5),
  .project-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(5) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(4)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(4):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(5):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(4),
  .project-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(4) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(6),
  .project-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(6) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(5)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(5):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(6):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(5),
  .project-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(5) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(7),
  .project-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(7) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(6)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(6):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(7):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(6),
  .project-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(6) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(8),
  .project-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(8) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(7)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-600%, 0, 0);
    transform: translate3d(-600%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(7):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-600%, 0, 0);
    transform: translate3d(-600%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(8):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(7),
  .project-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(7) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(9),
  .project-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(9) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(8)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-700%, 0, 0);
    transform: translate3d(-700%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(8):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-700%, 0, 0);
    transform: translate3d(-700%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(9):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(8),
  .project-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(8) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(10),
  .project-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(10) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(9)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-800%, 0, 0);
    transform: translate3d(-800%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(9):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-800%, 0, 0);
    transform: translate3d(-800%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(10):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(9),
  .project-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(9) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(11),
  .project-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(11) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(10)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-900%, 0, 0);
    transform: translate3d(-900%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(10):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-900%, 0, 0);
    transform: translate3d(-900%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(11):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(10),
  .project-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(10) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(12),
  .project-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(12) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(11)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(11):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1000%, 0, 0);
    transform: translate3d(-1000%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(12):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(11),
  .project-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(11) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(13),
  .project-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(13) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(12)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1100%, 0, 0);
    transform: translate3d(-1100%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(12):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1100%, 0, 0);
    transform: translate3d(-1100%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(13):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(12),
  .project-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(12) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(14),
  .project-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(14) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(13)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1200%, 0, 0);
    transform: translate3d(-1200%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(13):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1200%, 0, 0);
    transform: translate3d(-1200%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(14):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(13),
  .project-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(13) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(15),
  .project-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(15) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(14)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1300%, 0, 0);
    transform: translate3d(-1300%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(14):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1300%, 0, 0);
    transform: translate3d(-1300%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(15):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(14),
  .project-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(14) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(16),
  .project-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(16) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(15)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1400%, 0, 0);
    transform: translate3d(-1400%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(15):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1400%, 0, 0);
    transform: translate3d(-1400%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(16):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(15),
  .project-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(15) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(17),
  .project-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(17) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(16)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(16):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1500%, 0, 0);
    transform: translate3d(-1500%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(17):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(16),
  .project-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(16) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(18),
  .project-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(18) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(17)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1600%, 0, 0);
    transform: translate3d(-1600%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(17):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1600%, 0, 0);
    transform: translate3d(-1600%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(18):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(17),
  .project-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(17) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(19),
  .project-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(19) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(18)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1700%, 0, 0);
    transform: translate3d(-1700%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(18):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1700%, 0, 0);
    transform: translate3d(-1700%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(19):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(18),
  .project-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(18) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(20),
  .project-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(20) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(19)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1800%, 0, 0);
    transform: translate3d(-1800%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(19):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1800%, 0, 0);
    transform: translate3d(-1800%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(20):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(19),
  .project-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(19) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(21),
  .project-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(21) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(20)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1900%, 0, 0);
    transform: translate3d(-1900%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(20):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-1900%, 0, 0);
    transform: translate3d(-1900%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(21):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(20),
  .project-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(20) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(22),
  .project-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(22) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(21)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2000%, 0, 0);
    transform: translate3d(-2000%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(21):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2000%, 0, 0);
    transform: translate3d(-2000%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(22):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(21),
  .project-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(21) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(23),
  .project-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(23) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(22)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2100%, 0, 0);
    transform: translate3d(-2100%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(22):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2100%, 0, 0);
    transform: translate3d(-2100%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(23):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(22),
  .project-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(22) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(24),
  .project-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(24) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(23)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2200%, 0, 0);
    transform: translate3d(-2200%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(23):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2200%, 0, 0);
    transform: translate3d(-2200%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(24):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(23),
  .project-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(23) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(25),
  .project-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(25) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(24)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2300%, 0, 0);
    transform: translate3d(-2300%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(24):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2300%, 0, 0);
    transform: translate3d(-2300%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(25):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(24),
  .project-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(24) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(26),
  .project-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(26) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(25)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2400%, 0, 0);
    transform: translate3d(-2400%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(25):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2400%, 0, 0);
    transform: translate3d(-2400%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(26):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(25),
  .project-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(25) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(27),
  .project-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(27) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(26)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2500%, 0, 0);
    transform: translate3d(-2500%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(26):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2500%, 0, 0);
    transform: translate3d(-2500%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(27):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(26),
  .project-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(26) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(28),
  .project-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(28) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(27)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2600%, 0, 0);
    transform: translate3d(-2600%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(27):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2600%, 0, 0);
    transform: translate3d(-2600%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(28):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(27),
  .project-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(27) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(29),
  .project-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(29) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(28)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2700%, 0, 0);
    transform: translate3d(-2700%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(28):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2700%, 0, 0);
    transform: translate3d(-2700%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(29):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(28),
  .project-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(28) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(30),
  .project-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(30) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(29)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2800%, 0, 0);
    transform: translate3d(-2800%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(29):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2800%, 0, 0);
    transform: translate3d(-2800%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(30):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(29),
  .project-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(29) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(31),
  .project-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(31) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(30)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2900%, 0, 0);
    transform: translate3d(-2900%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(30):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-2900%, 0, 0);
    transform: translate3d(-2900%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(31):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(30),
  .project-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(30) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(32),
  .project-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(32) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(31)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3000%, 0, 0);
    transform: translate3d(-3000%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(31):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3000%, 0, 0);
    transform: translate3d(-3000%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(32):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(31),
  .project-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(31) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(33),
  .project-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(33) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(32)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3100%, 0, 0);
    transform: translate3d(-3100%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(32):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3100%, 0, 0);
    transform: translate3d(-3100%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(33):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(32),
  .project-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(32) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(34),
  .project-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(34) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(33)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3200%, 0, 0);
    transform: translate3d(-3200%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(33):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3200%, 0, 0);
    transform: translate3d(-3200%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(34):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(33),
  .project-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(33) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(35),
  .project-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(35) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(34)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3300%, 0, 0);
    transform: translate3d(-3300%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(34):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3300%, 0, 0);
    transform: translate3d(-3300%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(35):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(34),
  .project-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(34) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(36),
  .project-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(36) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(35)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3400%, 0, 0);
    transform: translate3d(-3400%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(35):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3400%, 0, 0);
    transform: translate3d(-3400%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(36):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(35),
  .project-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(35) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(37),
  .project-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(37) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(36)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3500%, 0, 0);
    transform: translate3d(-3500%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(36):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3500%, 0, 0);
    transform: translate3d(-3500%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(37):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(36),
  .project-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(36) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(38),
  .project-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(38) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(37)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3600%, 0, 0);
    transform: translate3d(-3600%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(37):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3600%, 0, 0);
    transform: translate3d(-3600%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(38):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(37),
  .project-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(37) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(39),
  .project-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(39) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(38)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3700%, 0, 0);
    transform: translate3d(-3700%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(38):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3700%, 0, 0);
    transform: translate3d(-3700%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(39):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(38),
  .project-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(38) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(40),
  .project-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(40) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(39)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3800%, 0, 0);
    transform: translate3d(-3800%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(39):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3800%, 0, 0);
    transform: translate3d(-3800%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:nth-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:last-child,
  .project-slider > input[type="radio"]:nth-of-type(40):checked:nth-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:last-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--right .project-slider__arrow:first-child,
  .project-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:first-child {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--left .project-slider__arrow:nth-of-type(39),
  .project-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-of-type(39) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2),
  .project-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .project-slider__arrow-wrapper .project-slider__arrows--left .project-slider__arrow:nth-last-of-type(2) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrows--right .project-slider__arrow:nth-of-type(41),
  .project-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__arrow-wrapper .project-slider__arrows--right .project-slider__arrow:nth-of-type(41) {
    display: block; }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__dots .project-slider__dot:nth-of-type(40)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(-n+1) ~ .project-slider__dots .project-slider__dot:nth-last-of-type(1)::before {
    opacity: 1; }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:not(:nth-last-of-type(-n+1)) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3900%, 0, 0);
    transform: translate3d(-3900%, 0, 0); }
  .project-slider > input[type="radio"]:nth-of-type(40):checked:nth-last-of-type(1) ~ .project-slider__slides .project-slider__slide {
    -webkit-transform: translate3d(-3900%, 0, 0);
    transform: translate3d(-3900%, 0, 0); }
  .project-slider__heading {
    margin-bottom: 3.5rem; }
  .project-slider__content {
    margin-bottom: 9rem; }
  .project-slider__slide-heading {
    margin-bottom: 3.5rem; }
  .project-slider__slide-content {
    word-break: break-word; }
  .project-slider__image {
    background-size: cover;
    background-position: center;
    height: 26.6rem;
    margin-bottom: 5rem; }
    @media (min-width: 992px) {
      .project-slider__image {
        margin-bottom: 0; } }
    @media (min-width: 545px) {
      .project-slider__image {
        height: 37rem; } }
    @media (min-width: 768px) {
      .project-slider__image {
        height: 34.8rem; } }
    @media (min-width: 992px) {
      .project-slider__image {
        height: 45.6rem; } }
    @media (min-width: 1200px) {
      .project-slider__image {
        height: 55.5rem; } }
    @media (min-width: 1260px) {
      .project-slider__image {
        height: 58.5rem; } }
  .project-slider__slide-buttons {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem; }
    .project-slider__slide-buttons .button, .project-slider__slide-buttons .search-section .search-submit, .search-section .project-slider__slide-buttons .search-submit {
      width: 100%;
      margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .project-slider__arrow-wrapper {
      margin-top: -3rem; } }
  .project-slider__arrows {
    height: auto;
    top: auto;
    bottom: 0; }
    .project-slider__arrows--left {
      right: auto;
      left: 1rem; }
    .project-slider__arrows--right {
      left: auto;
      right: 1rem; }
  .project-slider__arrow {
    font-size: 1.2rem;
    text-transform: uppercase;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    cursor: pointer; }
  .project-slider__arrow-icon svg {
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 3rem; }
  .project-slider__dots {
    top: 26.6rem; }
    @media (max-width: 544px) {
      .project-slider__dots {
        width: 100%; } }
    @media (min-width: 545px) {
      .project-slider__dots {
        top: 37rem; } }
    @media (min-width: 768px) {
      .project-slider__dots {
        top: 34.8rem; } }
    @media (min-width: 992px) {
      .project-slider__dots {
        top: 45.6rem; } }
    @media (min-width: 1200px) {
      .project-slider__dots {
        top: 55.5rem; } }
    @media (min-width: 1260px) {
      .project-slider__dots {
        top: 58.5rem; } }
    @media (min-width: 992px) {
      .project-slider__dots {
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        position: static; } }
  .project-slider__dots-wrapper {
    text-align: center;
    height: 3rem;
    line-height: 3rem; }
  .project-slider__dot {
    background-color: #c2c2c2;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
    .project-slider__dot::before {
      background-color: #303030; }

.project-tiles__tile {
  background: #303030;
  margin-bottom: 30px;
  height: 100%; }
  .project-tiles__tile-heading {
    color: #fff; }
    .project-tiles__tile-heading::after {
      background: #fff; }
  .project-tiles__tile-img {
    width: 100%; }
  .project-tiles__tile-content {
    padding: 30px;
    color: #fff; }
    .project-tiles__tile-content p {
      color: #fff; }

.project-tiles__name {
  color: #fff; }

.project-tiles__info {
  background-color: #303030;
  margin-top: 3rem; }

.project-tiles__disclaimer p {
  font-size: 1.2rem; }

.project-tiles__wrapper .row, .project-tiles__wrapper .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-row, .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .project-tiles__wrapper .simple-nav__badge-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.project-tiles__wrapper .row > [class*='col-'], .project-tiles__wrapper .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .simple-nav__badge-row > [class*='col-'], .simple-nav__mobile-show:not(:checked) + .simple-nav:not(.simple-nav--fixed) .project-tiles__wrapper .simple-nav__badge-row > [class*='col-'] {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.quote__wrapper::before, .quote__wrapper::after {
  display: block;
  position: absolute;
  color: gainsboro;
  font-size: 30rem;
  font-family: "Source Sans Pro", sans-serif; }

.quote__wrapper::before {
  content: '„';
  left: 0rem;
  bottom: -12rem; }
  @media (min-width: 768px) {
    .quote__wrapper::before {
      left: -2rem; } }

.quote__wrapper::after {
  content: '“';
  right: 0rem;
  top: -12rem; }
  @media (min-width: 768px) {
    .quote__wrapper::after {
      right: -2rem; } }

.quote__content {
  color: #303030;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3rem;
  font-style: italic;
  line-height: 1.15;
  margin: 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .quote__content {
      font-size: 4rem; } }
  @media (min-width: 992px) {
    .quote__content {
      font-size: 5.4rem; } }

.quote__author {
  text-align: right;
  z-index: 2; }

.services .section__content {
  margin-top: 3.6rem; }

.services__row {
  margin-top: 5rem; }

.services__item {
  position: relative;
  height: 22.6rem;
  background-size: cover;
  background-position: center center;
  margin-bottom: 3rem; }
  .services__item:hover .services__overlay {
    opacity: 0.5; }

.services__overlay {
  opacity: 0;
  background-color: #303030;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 1s; }

.services__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.9rem 1.9rem 1.1rem;
  background-color: #303030;
  color: #fff;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  z-index: 1;
  word-wrap: break-word; }

.similar-projects {
  padding-bottom: 6.9rem; }
  .similar-projects__heading {
    margin-bottom: 3.6rem; }
  .similar-projects__row {
    margin-top: 4.6rem; }
  .similar-projects__project {
    height: 33rem;
    background-color: #f5f5f5;
    margin-bottom: 3rem; }
    .section:nth-of-type(2n) .similar-projects__project {
      background-color: #fff; }
  .similar-projects__image {
    width: 47%;
    height: 100%;
    float: left;
    background-color: #303030;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 390px) {
      .similar-projects__image {
        width: 100%; } }
  .similar-projects__description {
    width: 53%;
    height: 100%;
    float: left;
    position: relative;
    padding: 3.4rem 3rem; }
    @media (max-width: 390px) {
      .similar-projects__description {
        width: 100%; } }
  .similar-projects .button, .similar-projects .search-section .search-submit, .search-section .similar-projects .search-submit {
    position: absolute;
    bottom: 2.2rem; }
  .similar-projects__city {
    position: absolute;
    top: 21.8rem; }

.team__heading {
  margin-bottom: 3.6rem; }

.team__row {
  margin-top: 4.6rem; }

.team__member {
  background-color: #f5f5f5;
  margin-bottom: 4rem; }
  .section:nth-of-type(2n) .team__member {
    background-color: #fff; }

.team__phone, .team__mail {
  color: #303030; }
  .team__phone:hover, .team__phone:focus, .team__phone:active, .team__mail:hover, .team__mail:focus, .team__mail:active {
    text-decoration: none; }

@media (min-width: 992px) {
  .team__phone {
    pointer-events: none; } }

.team__image-wrapper {
  height: 36rem; }
  @media (min-width: 545px) {
    .team__image-wrapper {
      height: 34rem; } }
  @media (min-width: 768px) {
    .team__image-wrapper {
      height: 34.6rem; } }
  @media (min-width: 992px) {
    .team__image-wrapper {
      height: 35.8rem; } }
  @media (min-width: 1200px) {
    .team__image-wrapper {
      height: 32rem; } }

.team__image {
  height: 100%;
  background-position: center top;
  background-size: cover; }

.team__description {
  color: #303030;
  min-height: 32rem;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 9rem;
  padding-right: 30px; }
  @media (max-width: 544px) {
    .team__description {
      padding-left: 30px; } }

.team__info-heading {
  margin-top: 1rem; }

.team__info-item {
  word-wrap: break-word; }

.team__button-wrapper {
  position: absolute;
  bottom: 2rem; }

.team__biography-show {
  display: none; }

.team__biography {
  opacity: 0;
  max-height: 0;
  padding: 0 3rem;
  overflow: hidden;
  transition: padding 0.4s, opacity 0.4s; }
  .team__biography-show:checked + .team__biography {
    opacity: 1;
    max-height: none;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (max-width: 991px) {
      .team__biography-show:checked + .team__biography {
        max-height: 300rem; } }

.team .section__heading {
  margin-bottom: 3.6rem; }

.team .section__content {
  margin-bottom: 4.6rem; }

.text-box__bullet-points {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

@media (max-width: 767px) {
  .text-box__bullet-points-wrapper {
    margin-top: 2.5rem; } }

.text-box__bullet-points-heading, .text-box__bullet-point {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.12rem;
  display: block;
  padding: 2rem 2rem 1rem;
  margin-bottom: 0.1rem; }

.text-box__bullet-points-heading {
  background-color: #303030;
  color: #fff;
  text-transform: uppercase; }

.text-box__bullet-point {
  background-color: #f5f5f5;
  color: #303030; }
  .section:nth-of-type(2n) .text-box__bullet-point {
    background-color: #fff; }
  .text-box__bullet-point::before {
    content: '> ';
    float: left;
    margin-right: 0.5rem; }

.text-box__bullet-point-text {
  display: block;
  overflow: hidden;
  word-break: break-word; }

.grid-box__column {
  margin-bottom: 4rem; }
  .grid-box__column.col-md-3:nth-child(1+4n) {
    clear: left; }
  .grid-box__column.col-md-4:nth-child(1+3n) {
    clear: left; }
  .grid-box__column.col-md-6:nth-child(1+2n) {
    clear: left; }

.grid-box__column-image {
  margin-bottom: 5rem;
  width: 100%; }

.grid-box--2cols .grid-box__column-image {
  max-width: 36rem;
  max-height: 40rem; }

.grid-box--3cols .grid-box__column-image {
  max-width: 24rem;
  max-height: 26rem; }

.grid-box__column-content {
  min-height: 10rem; }
  .grid-box__column-content ul {
    padding-left: 22px; }

.grid-box__heading {
  margin-bottom: 6rem; }

.news__col:nth-child(2n+1) {
  clear: left;
  lol: lol; }

/*# sourceMappingURL=main.css.map */
