@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input {
  border-radius: 0;
  -webkit-appearance: none;
}

/* RESOLUTIONS
 *============================================================================ */
/* DEVICES REGION
 *========================================================================== */
/* Mobile 0px -> 480px -> 600px -> 767px
 *-------------------------------------------------------------------------- */
/* Tablet 768px -> 800px -> 969px
 *-------------------------------------------------------------------------- */
/* LAPTOP 970px -> 1199px
 *-------------------------------------------------------------------------- */
/* PC 1200px ->
 *-------------------------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: black;
}

body[data-font=medium] {
  font-size: 14px;
}

body[data-font=large] {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../node_modules/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
  min-width: 320px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 970px) and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

@media print {
  .container {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
}

.content {
  background-color: white;
  border: 1px solid #f9f9f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -60px;
  padding: 0 29px 75px;
  position: relative;
}

@media (max-width: 600px) {
  .content {
    padding: 0 15px 55px;
  }
}

@media (max-width: 480px) {
  .content {
    padding: 0 15px 45px;
  }
}

@media print {
  .content {
    border: none;
  }
}

body[data-color=black] .content {
  background-color: black;
  color: white;
}

body[data-color=yellow] .content {
  background-color: #f0e111;
}

.content__left {
  padding: 0 30px 0 0;
  width: 34.21052631578947%;
}

@media (max-width: 767px) {
  .content__left {
    padding: 0 0 30px;
    width: 100%;
  }
}

@media print {
  .content__left {
    display: none;
  }
}

.content__right {
  padding: 0;
  width: 65.78947368421053%;
}

@media (max-width: 767px) {
  .content__right {
    width: 100%;
  }
}

@media print {
  .content__right {
    width: 100%;
  }
}

html {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
}

body[data-color=black] {
  background-color: black;
}

body[data-color=yellow] {
  background-color: #f0e111;
}

.grid__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.grid__col {
  display: none;
}

@media (min-width: 1201px) {
  .grid__col.-pc20 {
    display: block;
    width: 20%;
  }
}

@media (min-width: 1201px) {
  .grid__col.-pc25 {
    display: block;
    width: 25%;
  }
}

@media (min-width: 1201px) {
  .grid__col.-pc33 {
    display: block;
    width: 33.33%;
  }
}

@media (min-width: 1201px) {
  .grid__col.-pc50 {
    display: block;
    width: 50%;
  }
}

@media (min-width: 1201px) {
  .grid__col.-pc66 {
    display: block;
    width: 66.66%;
  }
}

@media (min-width: 1201px) {
  .grid__col.-pc75 {
    display: block;
    width: 75%;
  }
}

@media (min-width: 1201px) {
  .grid__col.-pc100 {
    display: block;
    width: 100%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .grid__col.-laptop20 {
    display: block;
    width: 20%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .grid__col.-laptop25 {
    display: block;
    width: 25%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .grid__col.-laptop33 {
    display: block;
    width: 33.33%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .grid__col.-laptop50 {
    display: block;
    width: 50%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .grid__col.-laptop66 {
    display: block;
    width: 66.66%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .grid__col.-laptop75 {
    display: block;
    width: 75%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .grid__col.-laptop100 {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .grid__col.-tab20 {
    display: block;
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .grid__col.-tab25 {
    display: block;
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .grid__col.-tab33 {
    display: block;
    width: 33.33%;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .grid__col.-tab50 {
    display: block;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .grid__col.-tab66 {
    display: block;
    width: 66.66%;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .grid__col.-tab75 {
    display: block;
    width: 75%;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .grid__col.-tab100 {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .grid__col.-phone20 {
    display: block;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .grid__col.-phone25 {
    display: block;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .grid__col.-phone33 {
    display: block;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .grid__col.-phone50 {
    display: block;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .grid__col.-phone66 {
    display: block;
    width: 66.66%;
  }
}

@media (max-width: 767px) {
  .grid__col.-phone75 {
    display: block;
    width: 75%;
  }
}

@media (max-width: 767px) {
  .grid__col.-phone100 {
    display: block;
    width: 100%;
  }
}

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

.icon, .leftMenu__arrow {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__arrows-5:before {
  content: "";
}

.icon__document:before {
  content: "";
}

.icon__envelope:before {
  content: "";
}

.icon__shuffle-arrows-hand-drawn-symbol:before {
  content: "";
}

.icon__arrows-4:before {
  content: "";
}

.icon__download-to-storage-drive:before {
  content: "";
}

.icon__fax-and-phone:before {
  content: "";
}

.icon__last:before {
  content: "";
}

.icon__call-answer:before {
  content: "";
}

.icon__refresh-page-option:before {
  content: "";
}

.icon__information-symbol:before {
  content: "";
}

.icon__line-chart:before {
  content: "";
}

.icon__pdf:before {
  content: "";
}

.icon__open-folder:before {
  content: "";
}

.icon__bars:before {
  content: "";
}

.icon__exclamation:before {
  content: "";
}

.icon__map-marker:before {
  content: "";
}

.icon__cog-wheel-silhouette:before {
  content: "";
}

.icon__settings:before {
  content: "";
}

.icon__calendar-with-spring-binder-and-date-blocks:before {
  content: "";
}

.icon__user-shape:before {
  content: "";
}

.icon__zoom-in:before {
  content: "";
}

.icon__sound:before {
  content: "";
}

.icon__symbol:before {
  content: "";
}

.icon__black:before {
  content: "";
}

.icon__arrows-3:before {
  content: "";
}

.icon__question-sign:before {
  content: "";
}

.icon__tool-3:before {
  content: "";
}

.icon__magnifying-glass:before {
  content: "";
}

.icon__arrows-2:before {
  content: "";
}

.icon__envelope2:before {
  content: "";
}

.icon__arrows-1:before {
  content: "";
}

.icon__home:before {
  content: "";
}

.icon__tool-2:before {
  content: "";
}

.icon__tool-1:before {
  content: "";
}

.icon__sort-down:before {
  content: "";
}

.icon__arrows:before {
  content: "";
}

.icon__tool:before {
  content: "";
}

.icon__cursor:before {
  content: "";
}

.icon__delete:before {
  content: "";
}

.icon__doc:before {
  content: "";
}

.icon__folder-closed-black-shape:before {
  content: "";
}

.icon__plus-black-symbol:before {
  content: "";
}

.icon__sitemaps:before {
  content: "";
}

.icon__tool2:before {
  content: "";
}

.cmsContainer a {
  color: #0a5499;
}

.cmsContainer a:hover {
  text-decoration: underline;
}

.cmsContainer blockquote {
  quotes: "“" "„";
  font-size: 24px;
  padding: 30px 60px;
  margin: 30px 0;
  display: block;
  position: relative;
  text-align: center;
}

@media (max-width: 969px) {
  .cmsContainer blockquote {
    padding: 25px 50px;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .cmsContainer blockquote {
    padding: 20px 40px;
    font-size: 17px;
  }
}

.cmsContainer blockquote:before {
  content: open-quote;
  color: #b0dbe4;
  font-size: 150px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120px;
  font-weight: bold;
}

@media (max-width: 969px) {
  .cmsContainer blockquote:before {
    font-size: 100px;
    line-height: 90px;
    font-weight: normal;
  }
}

@media (max-width: 600px) {
  .cmsContainer blockquote:before {
    font-size: 80px;
    line-height: 70px;
  }
}

.cmsContainer blockquote:after {
  content: close-quote;
  color: #b0dbe4;
  font-size: 150px;
  position: absolute;
  line-height: 65px;
  right: 0;
  bottom: 50px;
  font-weight: bold;
}

@media (max-width: 969px) {
  .cmsContainer blockquote:after {
    font-size: 100px;
    line-height: 20px;
    font-weight: normal;
  }
}

@media (max-width: 600px) {
  .cmsContainer blockquote:after {
    font-size: 80px;
    line-height: 0;
  }
}

.cmsContainer img {
  margin: 0 auto 30px;
  max-width: 100%;
  display: block;
  height: auto;
}

.cmsContainer h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.cmsContainer h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.cmsContainer h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cmsContainer h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cmsContainer h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cmsContainer h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.cmsContainer p {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 14px;
}

.cmsContainer ul {
  font-weight: 500;
  margin: 0 0 25px 20px;
  list-style-position: outside;
  list-style-type: disc;
}

.cmsContainer li {
  margin: 0 0 5px;
}

.cmsContainer ol {
  display: block;
  margin: 0 0 5px 0;
  counter-reset: item;
}

.cmsContainer ol li {
  position: relative;
  padding-left: 15px;
}

.cmsContainer ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
}

.cmsContainer ol li ol li {
  padding-left: 25px;
}

.cmsContainer ol li ol li:first-child {
  margin-top: 5px;
}

.cmsContainer ol li ol ol li {
  padding-left: 35px;
}

.cmsContainer img.mainphoto {
  max-width: 100%;
  margin: 0 0 10px 0;
  float: left;
}

.cmsContainer em {
  font-style: italic;
}

.cmsContainer iframe.video {
  width: 100%;
  max-width: 700px;
  height: 400px;
  margin-bottom: 25px;
}

@media (max-width: 969px) {
  .cmsContainer iframe.video {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cmsContainer table {
  width: 100%;
  overflow: auto;
  display: block;
}

.cmsContainer table tbody {
  display: block;
}

.accordion__item {
  border-bottom: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
}

.accordion__button {
  display: block;
  padding: 15px 30px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}

.accordion__item:nth-child(odd) .accordion__button {
  background-color: #e6e6e6;
}

.accordion__item:nth-child(odd) .accordion__button:hover, .accordion__item:nth-child(odd) .accordion__button:focus {
  background-color: #dddddd;
}

body[data-color=black] .accordion__item:nth-child(odd) .accordion__button {
  background-color: #1f1f1f;
}

body[data-color=yellow] .accordion__item:nth-child(odd) .accordion__button {
  background-color: #e9da11;
}

.accordion__button:after {
  content: "\e922";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 100%;
  transition: all 0.3s ease;
}

.accordion__item.-active .accordion__button:after {
  -ms-transform: translate(0, -50%) rotate(180deg);
      transform: translate(0, -50%) rotate(180deg);
}

.accordion__item.-noarrow .accordion__button:after {
  display: none;
}

.accordion__item.-active:nth-child(even) .accordion__button {
  border-bottom: 1px solid #f9f9f9;
}

.accordion__button:hover, .accordion__button:focus {
  background-color: #fafafa;
}

body[data-color=black] .accordion__button:hover, body[data-color=black] .accordion__button:focus {
  background-color: #2f2f2f !important;
}

body[data-color=yellow] .accordion__button:hover, body[data-color=yellow] .accordion__button:focus {
  background-color: #e3d411 !important;
}

.accordion__itemContent {
  display: none;
}

.breadcrumbs {
  padding: 0 15px;
  width: 100%;
}

@media print {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__content {
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 0 19px;
}

body[data-font=medium] .breadcrumbs__content {
  font-size: 15px;
}

body[data-font=large] .breadcrumbs__content {
  font-size: 16px;
}

.breadcrumbs__item {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  padding-right: 10px;
  padding-left: 5px;
}

.breadcrumbs__item:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}

body[data-font=medium] .breadcrumbs__item:after {
  font-size: 16px;
}

body[data-font=large] .breadcrumbs__item:after {
  font-size: 18px;
}

.breadcrumbs__item:first-child {
  padding-left: 20px;
}

.breadcrumbs__item:first-child:before {
  font-family: icomoon;
  content: "\e91e";
  position: absolute;
  top: 0;
  left: 0;
  color: #93211b;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.breadcrumbs__item:last-child {
  font-weight: bold;
}

.breadcrumbs__item:last-child:after {
  content: none;
}

.breadcrumbs__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.breadcrumbs__link[href]:hover, .breadcrumbs__link[href]:focus {
  text-decoration: underline;
}

.changelog__content {
  border: 1px solid #f9f9f9;
  margin-bottom: 30px;
}

.changelog__item {
  padding-bottom: 30px;
}

.changelog__row {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f9f9f9;
}

.changelog__row:first-child {
  border-top: 1px solid #f9f9f9;
}

.changelog__item:first-child > .changelog__row:first-child {
  border-top: none;
}

.changelog__row:nth-child(odd) {
  background-color: #e7e7e7;
}

body[data-color=black] .changelog__row:nth-child(odd), body[data-color=yellow] .changelog__row:nth-child(odd) {
  background-color: inherit;
}

.changelog__col {
  width: 100%;
  min-height: 32px;
  padding: 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 600px) {
  .changelog__col {
    padding: 5px 15px;
  }
}

.changelog__col:first-child {
  max-width: 190px;
  border-right: 1px solid #f9f9f9;
}

@media (max-width: 480px) {
  .changelog__col:first-child {
    max-width: 110px;
  }
}

.changelog__col:first-child .changelog__col:last-child {
  -ms-flex-pack: center;
      justify-content: center;
}

.changelog__col .changelog__col {
  width: 50%;
  border-right: none;
  padding: 0;
  border-left: 1px solid #f9f9f9;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 25px;
}

@media (max-width: 600px) {
  .changelog__col .changelog__col {
    padding-left: 10px;
    height: calc(100% + 10px);
    margin-top: -5px;
  }
}

.changelog__col .changelog__col:first-child {
  border-left: none;
  padding-left: 0;
}

.contrast {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .contrast {
    margin-right: 30px;
  }
}

.contrast__heading {
  display: inline-block;
  margin: 0 10px 5px 0;
  font-size: 12px;
}

.contrast__letters {
  display: inline-block;
  min-width: 100px;
}

.contrast__item {
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 5px;
  transition: all 0.3s;
  color: black;
  cursor: pointer;
}

.contrast__item:last-child {
  margin-right: 0;
}

.contrast__item[data-color=black] {
  color: white;
  background-color: black;
}

.contrast__item[data-color=yellow] {
  background-color: #f0e111;
}

.contrast__item:hover, .contrast__item:focus {
  opacity: 0.6;
}

.cookies {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #0a5499;
  padding: 20px 0;
  display: none;
  z-index: 10000;
}

.cookies__container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
  min-width: 320px;
}

@media (min-width: 970px) and (max-width: 1200px) {
  .cookies__container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .cookies__container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .cookies__container {
    padding: 0 10px;
  }
}

.cookies__content {
  position: relative;
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .cookies__content {
    font-size: 12px;
  }
}

body[data-font=medium] .cookies__content {
  font-size: 16px;
}

body[data-font=large] .cookies__content {
  font-size: 18px;
}

.cookies__content span.cookies__close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cookies__content span.cookies__close {
    font-size: 16px;
  }
}

.download__content {
  border: 1px solid #ebebeb;
  margin-bottom: 55px;
}

.download__heading {
  background-color: #93211b;
  color: white;
  padding: 5px 0 5px 50px;
  font-size: 12px;
  position: relative;
}

.download__heading:before {
  content: "\e900";
  font-family: icomoon;
  position: absolute;
  left: 28px;
  top: 5px;
}

@media print {
  .download__heading {
    color: black;
    border-bottom: 1px solid #ebebeb;
  }
}

body[data-font=medium] .download__heading {
  font-size: 14px;
}

body[data-font=large] .download__heading {
  font-size: 16px;
}

.download__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px 10px 5px 50px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  transition: all 0.3s;
}

.download__item:last-child {
  border-bottom: none;
}

.download__item:before {
  content: "\e904";
  font-family: icomoon;
  font-size: 16px;
  position: absolute;
  left: 28px;
  top: 5px;
  color: #93211b;
}

.download__item:nth-child(odd) {
  background-color: #f9f8f8;
}

body[data-color=black] .download__item:nth-child(odd) {
  background-color: black;
}

body[data-color=yellow] .download__item:nth-child(odd) {
  background-color: #f0e111;
}

.download__item:hover, .download__item:focus {
  opacity: 0.7;
}

.download__title {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

body[data-font=medium] .download__title {
  font-size: 14px;
}

body[data-font=large] .download__title {
  font-size: 16px;
}

.download__title span {
  margin: 0 10px;
  font-size: 22px;
  color: #565656;
}

.download__size {
  font-size: 12px;
}

body[data-font=medium] .download__size {
  font-size: 14px;
}

body[data-font=large] .download__size {
  font-size: 16px;
}

.fontMenu__heading {
  display: inline-block;
  margin: 0 10px 5px 0;
  font-size: 12px;
}

.fontMenu__letters {
  display: inline-block;
  min-width: 100px;
}

.fontMenu__item {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 2px;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fontMenu__item:last-child {
  margin-right: 0;
}

.fontMenu__item[data-font=medium] {
  font-size: 18px;
}

.fontMenu__item[data-font=large] {
  font-size: 22px;
}

.fontMenu__item:hover, .fontMenu__item:focus {
  color: #878787;
}

.footer {
  background-color: #f9f9f9;
  padding: 90px 0 0;
}

body[data-color=black] .footer {
  background-color: black;
  color: white;
}

body[data-color=yellow] .footer {
  background-color: #f0e111;
}

@media print {
  .footer {
    display: none;
  }
}

.footer__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.footer__column {
  display: none;
  padding: 0 50px 20px;
}

@media (min-width: 1201px) {
  .footer__column {
    display: block;
    width: 33.33%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .footer__column {
    display: block;
    width: 33.33%;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .footer__column {
    display: block;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .footer__column {
    display: block;
    width: 100%;
  }
}

@media (min-width: 970px) and (max-width: 1200px) {
  .footer__column {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .footer__column {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .footer__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer__title {
  color: black;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
}

body[data-font=medium] .footer__title {
  font-size: 16px;
}

body[data-font=large] .footer__title {
  font-size: 18px;
}

.footer__content a {
  color: #0a5499;
}

.footer__content a:hover {
  text-decoration: underline;
}

.footer__content blockquote {
  quotes: "“" "„";
  font-size: 24px;
  padding: 30px 60px;
  margin: 30px 0;
  display: block;
  position: relative;
  text-align: center;
}

@media (max-width: 969px) {
  .footer__content blockquote {
    padding: 25px 50px;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .footer__content blockquote {
    padding: 20px 40px;
    font-size: 17px;
  }
}

.footer__content blockquote:before {
  content: open-quote;
  color: #b0dbe4;
  font-size: 150px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120px;
  font-weight: bold;
}

@media (max-width: 969px) {
  .footer__content blockquote:before {
    font-size: 100px;
    line-height: 90px;
    font-weight: normal;
  }
}

@media (max-width: 600px) {
  .footer__content blockquote:before {
    font-size: 80px;
    line-height: 70px;
  }
}

.footer__content blockquote:after {
  content: close-quote;
  color: #b0dbe4;
  font-size: 150px;
  position: absolute;
  line-height: 65px;
  right: 0;
  bottom: 50px;
  font-weight: bold;
}

@media (max-width: 969px) {
  .footer__content blockquote:after {
    font-size: 100px;
    line-height: 20px;
    font-weight: normal;
  }
}

@media (max-width: 600px) {
  .footer__content blockquote:after {
    font-size: 80px;
    line-height: 0;
  }
}

.footer__content img {
  margin: 0 auto 30px;
  max-width: 100%;
  display: block;
  height: auto;
}

.footer__content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.footer__content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.footer__content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer__content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer__content h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer__content h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.footer__content p {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 14px;
}

.footer__content ul {
  font-weight: 500;
  margin: 0 0 25px 20px;
  list-style-position: outside;
  list-style-type: disc;
}

.footer__content li {
  margin: 0 0 5px;
}

.footer__content ol {
  display: block;
  margin: 0 0 5px 0;
  counter-reset: item;
}

.footer__content ol li {
  position: relative;
  padding-left: 15px;
}

.footer__content ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__content ol li ol li {
  padding-left: 25px;
}

.footer__content ol li ol li:first-child {
  margin-top: 5px;
}

.footer__content ol li ol ol li {
  padding-left: 35px;
}

.footer__content img.mainphoto {
  max-width: 100%;
  margin: 0 0 10px 0;
  float: left;
}

.footer__content em {
  font-style: italic;
}

.footer__content iframe.video {
  width: 100%;
  max-width: 700px;
  height: 400px;
  margin-bottom: 25px;
}

@media (max-width: 969px) {
  .footer__content iframe.video {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer__content table {
  width: 100%;
  overflow: auto;
  display: block;
}

.footer__content table tbody {
  display: block;
}

.footer__copy {
  background-color: #565656;
  color: white;
  font-size: 15px;
  line-height: 1.2;
  padding: 21px 20px;
  text-align: center;
}

body[data-color=yellow] .footer__copy {
  background-color: #e8d90e;
  color: black;
}

body[data-color=black] .footer__copy {
  background-color: #1f1f1f;
}

body[data-font=medium] .footer__copy {
  font-size: 16px;
}

body[data-font=large] .footer__copy {
  font-size: 17px;
}

.footer__copy a {
  font-weight: bold;
}

.footer__copy a:hover, .footer__copy a:focus {
  text-decoration: underline;
}

.footerMenu__section {
  margin: 0 0 20px;
}

.footerMenu__item {
  display: block;
  font-size: 14px;
}

body[data-font=medium] .footerMenu__item {
  font-size: 16px;
}

body[data-font=large] .footerMenu__item {
  font-size: 18px;
}

.footerMenu__item:hover, .footerMenu__item:focus {
  text-decoration: underline;
}

.footerMenu__icon {
  display: inline-block;
  margin-right: 5px;
}

@media print {
  .header {
    display: none;
  }
}

.headerBar {
  background-color: #565656;
}

body[data-color=black] .headerBar {
  background-color: #1f1f1f;
}

body[data-color=yellow] .headerBar {
  background-color: #e8d90e;
}

.headerBar__container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
  min-width: 320px;
}

@media (min-width: 970px) and (max-width: 1200px) {
  .headerBar__container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .headerBar__container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .headerBar__container {
    padding: 0 10px;
  }
}

.headerBar__content {
  padding: 0 30px 0 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1024px) {
  .headerBar__content {
    padding: 0 30px;
  }
}

@media (max-width: 480px) {
  .headerBar__content {
    padding: 0;
  }
}

.headerMenu {
  position: relative;
  z-index: 9999;
}

.headerMenu__mobile {
  display: none;
  color: transparent;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  padding: 10px;
}

@media (max-width: 1024px) {
  .headerMenu__mobile {
    display: block;
  }
}

.headerMenu__mobile span {
  color: white;
}

body[data-color=yellow] .headerMenu__mobile span {
  color: black;
}

.headerMenu__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .headerMenu__content {
    display: none;
    border-top: 1px solid #f1f0f0;
    border-left: 1px solid #f1f0f0;
    border-right: 1px solid #f1f0f0;
  }
}

.headerMenu__mobile.-active + .headerMenu__content {
  display: block;
  position: absolute;
  top: 48px;
  left: -10px;
  width: 240px;
}

.headerMenu__item {
  position: relative;
}

.headerMenu__link {
  position: relative;
  display: block;
  color: white;
  padding: 20px 20px 20px 25px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .headerMenu__link {
    background-color: white;
    color: black;
    padding: 5px 5px 5px 30px;
    border-bottom: 1px solid #f1f0f0;
  }
}

body[data-color=black] .headerMenu__link {
  background-color: #1f1f1f;
  color: white;
}

body[data-color=yellow] .headerMenu__link {
  background-color: #e8d90e;
  color: black;
}

@media (max-width: 1024px) {
  .headerMenu__submenu.-active + .headerMenu__link {
    background-color: #565656;
    color: white;
  }
}

.headerMenu__submenu .headerMenu__link {
  background-color: white;
  color: black;
  border-bottom: 1px solid #f1f0f0;
  padding: 5px 5px 5px 30px;
}

body[data-color=black] .headerMenu__submenu .headerMenu__link {
  background-color: black;
  color: white;
}

body[data-color=yellow] .headerMenu__submenu .headerMenu__link {
  background-color: #f0e111;
}

.headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link {
  background-color: #f9f8f8;
}

body[data-color=black] .headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link {
  background-color: #272727;
}

body[data-color=yellow] .headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link {
  background-color: #e8d911;
}

.headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link:hover, .headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link:focus {
  background-color: #565656;
}

body[data-color=black] .headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link:hover, body[data-color=black] .headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link:focus {
  background-color: #777777;
}

body[data-color=yellow] .headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link:hover, body[data-color=yellow] .headerMenu__submenu .headerMenu__item:nth-child(odd) .headerMenu__link:focus {
  background-color: #cbbe0f;
}

.headerMenu__content > .headerMenu__item > .headerMenu__link:hover, .headerMenu__content > .headerMenu__item > .headerMenu__link:focus {
  background-color: #4c4c4c;
  color: white;
}

body[data-color=black] .headerMenu__content > .headerMenu__item > .headerMenu__link:hover, body[data-color=black] .headerMenu__content > .headerMenu__item > .headerMenu__link:focus {
  background-color: #777777;
}

body[data-color=yellow] .headerMenu__content > .headerMenu__item > .headerMenu__link:hover, body[data-color=yellow] .headerMenu__content > .headerMenu__item > .headerMenu__link:focus {
  background-color: #c6b90f;
}

.headerMenu__link:hover, .headerMenu__link:focus {
  background-color: #565656;
  color: white;
}

body[data-color=black] .headerMenu__link:hover, body[data-color=black] .headerMenu__link:focus {
  background-color: #777777;
}

body[data-color=yellow] .headerMenu__link:hover, body[data-color=yellow] .headerMenu__link:focus {
  background-color: #d9cb10;
}

.headerMenu__link span {
  position: absolute;
  left: 5px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  font-size: 16px;
  margin-right: 5px;
}

.headerMenu__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  border-top: 1px solid #f1f0f0;
  border-left: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
  display: none;
}

@media (max-width: 1024px) {
  .headerMenu__submenu {
    border: none;
    left: 10px;
  }
}

.headerMenu__submenu.-active {
  display: block;
}

@media (min-width: 1024px) {
  .headerMenu__item:hover .headerMenu__submenu {
    display: block;
  }
}

.headerSearch__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #676464;
  padding: 0 10px;
}

.headerSearch__hiddenLabel {
  display: none;
}

.headerSearch__input {
  width: 100%;
  max-width: 230px;
  color: white;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 5px;
  margin-bottom: 3px;
}

.headerSearch__input::-webkit-input-placeholder {
  color: white;
}

.headerSearch__input::-moz-placeholder {
  color: white;
}

.headerSearch__input:-ms-input-placeholder {
  color: white;
}

.headerSearch__input:-moz-placeholder {
  color: white;
}

body[data-color=yellow] .headerSearch__input::-webkit-input-placeholder {
  color: black;
}

body[data-color=yellow] .headerSearch__input::-moz-placeholder {
  color: black;
}

body[data-color=yellow] .headerSearch__input:-ms-input-placeholder {
  color: black;
}

body[data-color=yellow] .headerSearch__input:-moz-placeholder {
  color: black;
}

.headerSearch__button {
  cursor: pointer;
  border: none;
  border-radius: 0;
  width: 23px;
  height: 23px;
  font-size: 16px;
  font-family: "icomoon";
  color: transparent;
  background-color: transparent;
  transition: all 0.3s;
}

.headerSearch__button span {
  color: white;
}

body[data-color=yellow] .headerSearch__button {
  color: black;
}

.headerSearch__button:hover, .headerSearch__button:focus {
  opacity: 0.8;
}

.imageBanner__item {
  border: 1px solid #ebebeb;
  display: block;
}

.imageBanner__image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.lastModifications__content {
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 30px;
  overflow-x: auto;
}

.lastModifications__item {
  padding-bottom: 30px;
  min-width: 500px;
}

.lastModifications__row {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f9f9f9;
}

.lastModifications__row:nth-child(odd) {
  background-color: #e7e7e7;
}

body[data-color=black] .lastModifications__row:nth-child(odd) {
  background-color: inherit;
}

body[data-color=yellow] .lastModifications__row:nth-child(odd) {
  background-color: inherit;
}

.lastModifications__col {
  width: 100%;
  min-height: 32px;
  padding: 0 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #f9f9f9;
}

@media (max-width: 969px) {
  .lastModifications__col {
    padding: 5px 10px;
  }
}

.lastModifications__col:last-child {
  border-right: none;
}

.lastModifications__col:first-child {
  max-width: 190px;
}

@media (max-width: 480px) {
  .lastModifications__col:first-child {
    max-width: 110px;
  }
}

.lastModifications__row:first-child .lastModifications__col {
  width: auto;
}

.lastModifications__row:first-child .lastModifications__col:first-child {
  padding: 0 15px;
}

.leftMenu__item {
  display: block;
}

.leftMenu__title {
  color: white;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 19px 35px 19px 15px;
  position: relative;
  transition: background-color 0.2s ease;
}

body[data-font=medium] .leftMenu__title {
  font-size: 16px;
}

body[data-font=large] .leftMenu__title {
  font-size: 18px;
}

.leftMenu__item .leftMenu__title {
  background-color: #93211b;
  border-bottom: 1px solid white;
}

.leftMenu__item .leftMenu__item .leftMenu__title {
  background-color: #0a5499;
  border-bottom: 1px solid white;
}

.leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__title {
  background-color: #e7e7e7;
  border-bottom: 1px solid #e5e4e4;
  color: black;
}

.leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__title {
  background-color: #f5f4f4;
  border-bottom: 1px solid #e5e4e4;
  color: black;
}

.leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__title {
  background-color: white;
  border-bottom: 1px solid #e5e4e4;
  color: black;
}

.leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__title {
  background-color: white;
  border-bottom: 1px solid #e5e4e4;
  color: black;
  padding-left: 20px;
}

.leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__item .leftMenu__title {
  background-color: white;
  border-bottom: 1px solid #e5e4e4;
  color: black;
  padding-left: 25px;
}

.leftMenu__title:hover, .leftMenu__title:focus {
  background-color: #565656 !important;
  color: white !important;
}

.leftMenu__title[href]:focus {
  background-color: #565656 !important;
  color: white !important;
}

.leftMenu__item[href]:focus > .leftMenu__title {
  background-color: #565656 !important;
  color: white !important;
}

.leftMenu__item[href].-active > .leftMenu__title {
  background-color: #565656 !important;
  color: white !important;
}

.leftMenu__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.leftMenu__item[href] > .leftMenu__title > .leftMenu__arrow:before {
  content: "";
}

.leftMenu__item:not([href]) > .leftMenu__title > .leftMenu__arrow:before {
  content: "";
}

.leftMenu__item:not([href]).-active > .leftMenu__title > .leftMenu__arrow:before {
  content: "";
}

.leftMenu__content {
  display: none;
}

.logo {
  display: inline-block;
  position: relative;
  color: transparent !important;
}

body[data-color=black] .logo:after, body[data-color=yellow] .logo:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 40px;
  background-color: white;
}

@media (max-width: 1024px) {
  .header .logo {
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
}

body[data-color=black] .header .logo:after, body[data-color=yellow] .header .logo:after {
  top: 7px;
}

.footer .logo {
  max-width: 300px;
}

body[data-color=black] .footer .logo:after, body[data-color=yellow] .footer .logo:after {
  height: 50px;
}

.logo__image {
  display: block;
  max-width: 100%;
  max-height: 110px;
  transition: all 0.3s;
  position: relative;
  z-index: +1;
}

.logo:hover .logo__image, .logo:focus .logo__image, .logo__image .logo::-moz-focus-inner {
  opacity: 0.7;
}

body[data-color=black] .logo__image .logo__flag, body[data-color=yellow] .logo__image .logo__flag {
  fill: white;
}

body[data-color=black] .logo__image .logo__letter {
  fill: white;
}

.mainHeader .logo__image {
  max-width: 220px;
  max-height: 90px;
}

@media (max-width: 1024px) {
  .mainHeader .logo__image {
    margin: 0 auto 20px auto;
  }
}

.mainHeader {
  background-color: #f9f9f9;
  margin: 0 0 -60px;
  padding: 20px 0 60px;
}

body[data-color=black] .mainHeader {
  background-color: black;
  color: white;
}

body[data-color=yellow] .mainHeader {
  background-color: #f0e111;
}

.mainHeader__container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
  min-width: 320px;
}

@media (min-width: 970px) and (max-width: 1200px) {
  .mainHeader__container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .mainHeader__container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .mainHeader__container {
    padding: 0 10px;
  }
}

.mainHeader__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 30px 20px;
}

@media (max-width: 767px) {
  .mainHeader__content {
    padding: 0 10px 20px;
  }
}

.mainHeader__col50 {
  width: 50%;
}

@media (max-width: 1024px) {
  .mainHeader__col50 {
    width: 100%;
  }
}

.mainHeader__col50.-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1024px) {
  .mainHeader__col50.-flex {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.mainHeader__col25 {
  width: 25%;
}

@media (max-width: 1024px) {
  .mainHeader__col25 {
    width: 100%;
  }
}

.mainHeader__col25.-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1024px) {
  .mainHeader__col25.-flex {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 1024px) {
  .mainHeader__holder:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.mainHeader__holder:last-child {
  margin-left: 35px;
}

@media (max-width: 1024px) {
  .mainHeader__holder:last-child {
    margin-left: 5px;
  }
}

.mainHeading {
  padding: 15px 0 15px 60px;
  font-size: 22px;
  border: 1px solid #f5f1f1;
  position: relative;
}

@media (max-width: 1024px) {
  .mainHeading {
    font-size: 18px;
    padding: 15px 0 15px 50px;
  }
}

@media print {
  .mainHeading {
    border: none;
  }
}

body[data-font=medium] .mainHeading {
  font-size: 24px;
}

body[data-font=large] .mainHeading {
  font-size: 26px;
}

.mainHeading span {
  color: #93211b;
  position: absolute;
  left: 25px;
  top: 15px;
}

@media (max-width: 1024px) {
  .mainHeading span {
    left: 15px;
  }
}

.mainHeaderSlogan {
  margin: 0 20px;
  padding: 0 25px;
}

@media (max-width: 1240px) {
  .mainHeaderSlogan {
    padding: 0;
    margin: 0 0 20px;
  }
}

.mainHeaderSlogan__heading {
  font-size: 36px;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .mainHeaderSlogan__heading {
    text-align: center;
  }
}

.mainHeaderSlogan__slogan {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .mainHeaderSlogan__slogan {
    text-align: center;
  }
}

@media print {
  .othersPosts {
    display: none;
  }
}

.othersPosts__heading {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
}

body[data-font=medium] .othersPosts__heading {
  font-size: 18px;
}

body[data-font=large] .othersPosts__heading {
  font-size: 20px;
}

.othersPosts__item {
  display: block;
  padding: 20px 30px;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  transition: all 0.3s;
}

.othersPosts__item:hover, .othersPosts__item:focus {
  border-top: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
}

.othersPosts__item:hover:last-child, .othersPosts__item:focus:last-child {
  border-bottom: 1px solid #9a9a9a;
}

.othersPosts__item:hover + .othersPosts__item, .othersPosts__item:focus + .othersPosts__item {
  border-top: 1px solid #9a9a9a;
}

.othersPosts__item:last-child {
  border-bottom: 1px solid #ebebeb;
}

.pagination__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination__link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
  transition: all 0.2s;
}

body[data-font=medium] .pagination__link {
  font-size: 16px;
}

body[data-font=large] .pagination__link {
  font-size: 18px;
}

.pagination__link.-active, .pagination__link:hover, .pagination__link:focus {
  font-weight: bold;
  font-size: 16px;
}

body[data-font=medium] .pagination__link.-active, body[data-font=medium] .pagination__link:hover, body[data-font=medium] .pagination__link:focus {
  font-size: 18px;
}

body[data-font=large] .pagination__link.-active, body[data-font=large] .pagination__link:hover, body[data-font=large] .pagination__link:focus {
  font-size: 20px;
}

.pagination__link span {
  font-size: 12px;
}

@media (max-width: 480px) {
  .pagination__link span {
    font-size: 24px;
  }
}

body[data-font=medium] .pagination__link span {
  font-size: 14px;
}

body[data-font=large] .pagination__link span {
  font-size: 16px;
}

.pagination__link.-next, .pagination__link.-prev {
  line-height: 1.6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.pagination__link.-next:hover, .pagination__link.-next:focus, .pagination__link.-prev:hover, .pagination__link.-prev:focus {
  font-weight: normal;
  font-size: 14px;
  -ms-transform: scale(1.1, 1);
      transform: scale(1.1, 1);
}

body[data-font=medium] .pagination__link.-next:hover, body[data-font=medium] .pagination__link.-next:focus, body[data-font=medium] .pagination__link.-prev:hover, body[data-font=medium] .pagination__link.-prev:focus {
  font-size: 16px;
}

body[data-font=large] .pagination__link.-next:hover, body[data-font=large] .pagination__link.-next:focus, body[data-font=large] .pagination__link.-prev:hover, body[data-font=large] .pagination__link.-prev:focus {
  font-size: 18px;
}

.pagination__link.-next {
  padding-left: 10px;
  margin-left: 5px;
}

.pagination__link.-next:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .pagination__link.-next:before {
    content: none;
  }
}

.pagination__link.-next span {
  margin-left: 5px;
}

.pagination__link.-prev {
  padding-right: 10px;
  margin-right: 5px;
}

.pagination__link.-prev:after {
  content: "-";
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media (max-width: 480px) {
  .pagination__link.-prev:after {
    content: none;
  }
}

.pagination__link.-prev span {
  margin-right: 5px;
}

.pagination__numberContainer {
  text-align: center;
}

@media (max-width: 480px) {
  .pagination__text {
    display: none;
  }
}

.postInfo__content {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.postInfo__row {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
}

.postInfo__row:nth-child(odd) {
  background-color: #f9f8f8;
}

body[data-color=black] .postInfo__row:nth-child(odd) {
  background-color: #181818;
}

body[data-color=yellow] .postInfo__row:nth-child(odd) {
  background-color: #e8d911;
}

.postInfo__col {
  width: 100%;
  padding: 8px 25px;
}

@media (max-width: 600px) {
  .postInfo__col {
    padding: 5px 15px;
  }
}

.postInfo__col:first-child {
  max-width: 220px;
}

.siteMap {
  padding: 0 0 0 30px;
}

.siteMap__ul {
  font-weight: 500;
  margin-bottom: 15px;
}

.siteMap__li .siteMap__ul {
  margin: 5px 0;
}

.siteMap__li > .siteMap__ul .siteMap__li {
  margin-left: 15px;
}

.siteMap__link {
  display: block;
  padding: 10px;
}

.siteMap__link:hover, .siteMap__link:focus {
  text-decoration: underline;
  background-color: #f9f9f9;
}

.siteMap__li > .siteMap__ul .siteMap__link {
  position: relative;
  padding-left: 25px;
}

.siteMap__li > .siteMap__ul .siteMap__link:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  height: 5px;
  width: 5px;
  background-color: #93211b;
}

body[data-font=medium] .siteMap__li > .siteMap__ul .siteMap__link:before {
  top: 16px;
}

body[data-font=large] .siteMap__li > .siteMap__ul .siteMap__link:before {
  top: 18px;
}

.stats__item.-general {
  background-color: inherit;
  margin-bottom: 40px;
  cursor: default;
}

.stats__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 0 0 30px;
  background-color: #e7e7e7;
  border-top: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  transition: all 0.3s;
}

body[data-color=black] .stats__button {
  background-color: inherit;
}

body[data-color=yellow] .stats__button {
  background-color: inherit;
}

.-general .stats__button {
  border-bottom: 1px solid #f9f9f9;
}

.stats__button[href] {
  cursor: pointer;
}

.stats__item:not(.-main) > .stats__button[href]:hover, .stats__item:not(.-main) > .stats__button[href]:focus {
  opacity: 0.7;
}

.stats__item.-main > .stats__button {
  background-color: #0a5499;
  color: white;
}

body[data-color=black] .stats__item.-main > .stats__button {
  background-color: inherit;
}

body[data-color=yellow] .stats__item.-main > .stats__button {
  background-color: inherit;
  color: black;
}

.stats__hidden .stats__button {
  padding-left: 50px;
  background-color: #f5f4f4;
}

.stats__hidden .stats__hidden .stats__button {
  padding-left: 65px;
  background-color: #ffffff;
}

body[data-color=black] .stats__hidden .stats__hidden .stats__button {
  background-color: inherit;
}

body[data-color=yellow] .stats__hidden .stats__hidden .stats__button {
  background-color: inherit;
}

.stats__hidden .stats__hidden .stats__button:hover, .stats__hidden .stats__hidden .stats__button:focus {
  opacity: 1;
}

.stats__hidden .stats__hidden .stats__hidden .stats__button {
  padding-left: 85px;
}

.stats__hidden .stats__hidden .stats__hidden .stats__hidden .stats__button {
  padding-left: 100px;
}

.stats__hidden .stats__hidden .stats__hidden .stats__hidden .stats__hidden .stats__button {
  padding-left: 115px;
}

.stats__item.-general .stats__button {
  border-top: none;
}

.stats__item:last-child > .stats__button {
  border-bottom: 1px solid #f9f9f9;
}

.stats__hidden > .stats__item:first-child > .stats__button {
  border-top: none;
}

.stats__title {
  position: relative;
  padding: 20px 0 20px 20px;
}

.stats__title span {
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  width: 30px;
}

.stats__item.-general > .stats__button > .stats__title {
  padding-left: 0;
}

.stats__title.-noPadding {
  padding-left: 0;
}

.stats__value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  min-width: 90px;
  border-left: 1px solid #f9f9f9;
}

.stats__hidden {
  display: none;
}

.textBox__content {
  margin-bottom: 55px;
  padding: 30px;
  border-bottom: 1px solid #f5f1f1;
  border-left: 1px solid #f5f1f1;
  border-right: 1px solid #f5f1f1;
}

@media print {
  .textBox__content {
    border: none;
    padding: 0;
    margin: 0;
  }
}

.textBox__CMS a {
  color: #0a5499;
}

.textBox__CMS a:hover {
  text-decoration: underline;
}

.textBox__CMS blockquote {
  quotes: "“" "„";
  font-size: 24px;
  padding: 30px 60px;
  margin: 30px 0;
  display: block;
  position: relative;
  text-align: center;
}

@media (max-width: 969px) {
  .textBox__CMS blockquote {
    padding: 25px 50px;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .textBox__CMS blockquote {
    padding: 20px 40px;
    font-size: 17px;
  }
}

.textBox__CMS blockquote:before {
  content: open-quote;
  color: #b0dbe4;
  font-size: 150px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120px;
  font-weight: bold;
}

@media (max-width: 969px) {
  .textBox__CMS blockquote:before {
    font-size: 100px;
    line-height: 90px;
    font-weight: normal;
  }
}

@media (max-width: 600px) {
  .textBox__CMS blockquote:before {
    font-size: 80px;
    line-height: 70px;
  }
}

.textBox__CMS blockquote:after {
  content: close-quote;
  color: #b0dbe4;
  font-size: 150px;
  position: absolute;
  line-height: 65px;
  right: 0;
  bottom: 50px;
  font-weight: bold;
}

@media (max-width: 969px) {
  .textBox__CMS blockquote:after {
    font-size: 100px;
    line-height: 20px;
    font-weight: normal;
  }
}

@media (max-width: 600px) {
  .textBox__CMS blockquote:after {
    font-size: 80px;
    line-height: 0;
  }
}

.textBox__CMS img {
  margin: 0 auto 30px;
  max-width: 100%;
  display: block;
  height: auto;
}

.textBox__CMS h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}

.textBox__CMS h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.textBox__CMS h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.textBox__CMS h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.textBox__CMS h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.textBox__CMS h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.textBox__CMS p {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 14px;
}

.textBox__CMS ul {
  font-weight: 500;
  margin: 0 0 25px 20px;
  list-style-position: outside;
  list-style-type: disc;
}

.textBox__CMS li {
  margin: 0 0 5px;
}

.textBox__CMS ol {
  display: block;
  margin: 0 0 5px 0;
  counter-reset: item;
}

.textBox__CMS ol li {
  position: relative;
  padding-left: 15px;
}

.textBox__CMS ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
}

.textBox__CMS ol li ol li {
  padding-left: 25px;
}

.textBox__CMS ol li ol li:first-child {
  margin-top: 5px;
}

.textBox__CMS ol li ol ol li {
  padding-left: 35px;
}

.textBox__CMS img.mainphoto {
  max-width: 100%;
  margin: 0 0 10px 0;
  float: left;
}

.textBox__CMS em {
  font-style: italic;
}

.textBox__CMS iframe.video {
  width: 100%;
  max-width: 700px;
  height: 400px;
  margin-bottom: 25px;
}

@media (max-width: 969px) {
  .textBox__CMS iframe.video {
    width: 100%;
    margin-bottom: 20px;
  }
}

.textBox__CMS table {
  width: 100%;
  overflow: auto;
  display: block;
}

.textBox__CMS table tbody {
  display: block;
}

.tools {
  margin-bottom: 15px;
}

.tools__content {
  position: relative;
  z-index: 100;
}

.tools__topMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ebebeb;
}

.tools__item {
  width: 24.99%;
  border-right: 1px solid #ebebeb;
}

@media (max-width: 600px) {
  .tools__item {
    width: 49.99%;
  }
}

.tools__item:last-child {
  border-right: none;
}

@media (max-width: 600px) {
  .tools__item:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .tools__item:nth-child(-n+2) {
    border-bottom: 1px solid #ebebeb;
  }
}

@media print {
  .tools__item {
    display: none;
  }
  .tools__item.-informations {
    width: 100%;
    height: 70px;
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
}

.tools__title {
  display: block;
  font-size: 12px;
  padding: 8px 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

body[data-font=medium] .tools__title {
  font-size: 14px;
}

body[data-font=large] .tools__title {
  font-size: 16px;
}

.tools__item.-active .tools__title, .tools__item:hover .tools__title, .tools__title:focus {
  color: white;
  background-color: #93211b;
}

.tools__item.-active .tools__title span, .tools__item:hover .tools__title span, .tools__title:focus span {
  color: white;
}

.tools__title span {
  color: #93211b;
  margin-right: 5px;
  transition: all 0.3s;
}

.tools__itemContent {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  display: none;
  background-color: white;
  transition: all 0.3s;
}

@media (max-width: 600px) {
  .tools__itemContent {
    top: calc(100% - 32px);
  }
}

body[data-color=black] .tools__itemContent {
  background-color: black;
}

body[data-color=yellow] .tools__itemContent {
  background-color: #f0e111;
}

.tools__item.-active .tools__itemContent {
  display: block;
}

@media print {
  .tools__itemContent {
    display: none;
  }
  .tools__itemContent.-informations {
    display: block;
  }
}

.wheelchair__icon span {
  font-size: 36px;
}

@media (max-width: 1024px) {
  .wheelchair__icon span {
    font-size: 28px;
  }
}