
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

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

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

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

*:focus {
  outline: none;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

dd {
  margin-left: 0;
}

sup,
sub {
  font-size: smaller;
  line-height: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: Arial, helvetica, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  display: block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}

q,
blockquote {
  quotes: none;
}

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

ol,
ul {
  list-style: none;
}

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

caption {
  text-align: left;
  caption-side: bottom;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type='number'] {
  -moz-appearance: textfield;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-ms-clear {
  display: none;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.display_none {
  display: none;
}

.non-visible,
[hidden] {
  display: none !important;
}

:-moz-ui-invalid:not(output) {
  box-shadow: 0 0 0 0 transparent;
}

.table_responsive_wrapper {
  display: inline-flex;
  max-width: 100%;
  overflow-x: auto;
}

embed,
iframe,
img {
  max-width: 100%;
}

h1 {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 5.33333rem;
  line-height: 1.0875em;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 4.66667rem;
    line-height: 1.08571em;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 4rem;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 3.33333rem;
    line-height: 1.32em;
  }
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 2.66667rem;
    line-height: 1.125em;
  }
}

h2 {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 3rem;
  line-height: 1.11111em;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 2.53333rem;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 450px) {
  h2 {
    font-size: 2rem;
    line-height: 1.2em;
  }
}

h3 {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 1.66667rem;
  line-height: 1.28em;
}

h4 {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.61111em;
}

h5 {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.61111em;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 0;
}

.wysiwyg_wrapper .align_left {
  text-align: left;
}
.wysiwyg_wrapper .align_center {
  text-align: center;
}
.wysiwyg_wrapper .align_right {
  text-align: right;
}
.wysiwyg_wrapper .align_justify {
  text-align: justify;
}
.wysiwyg_wrapper .nwjs_imagebox.align_left img,
.wysiwyg_wrapper img.align_left {
  float: left;
  margin: 0 20px 20px 0;
}
.wysiwyg_wrapper .nwjs_imagebox.align_center img,
.wysiwyg_wrapper img.align_center {
  display: block;
  margin: 20px auto;
}
.wysiwyg_wrapper .nwjs_imagebox.align_right img,
.wysiwyg_wrapper img.align_right {
  float: right;
  margin: 0 0 20px 20px;
}
.wysiwyg_wrapper em {
  font-style: oblique;
}
.wysiwyg_wrapper u {
  text-decoration: underline;
}
.wysiwyg_wrapper del {
  text-decoration: line-through;
}
.wysiwyg_wrapper em,
.wysiwyg_wrapper em strong {
  font-style: italic;
}
.wysiwyg_wrapper a {
  color: #d11726;
  text-decoration: underline;
}
.wysiwyg_wrapper a:hover {
  text-decoration: none;
}
.wysiwyg_wrapper ul,
.wysiwyg_wrapper ol,
.wysiwyg_wrapper p,
.wysiwyg_wrapper .table_responsive_wrapper {
  margin-bottom: 2rem;
}
.wysiwyg_wrapper ul,
.wysiwyg_wrapper ol {
  margin-top: 2rem;
}
.wysiwyg_wrapper ul > li {
  margin-left: 1rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.wysiwyg_wrapper ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.wysiwyg_wrapper ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.wysiwyg_wrapper ul > li::before {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #d11726;
}
.wysiwyg_wrapper ul ul,
.wysiwyg_wrapper ul ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.wysiwyg_wrapper ol {
  counter-reset: li;
  list-style-type: decimal;
}
.wysiwyg_wrapper ol > li {
  margin-left: 1rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.wysiwyg_wrapper ol > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.wysiwyg_wrapper ol > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.wysiwyg_wrapper ol > li::before {
  color: #d11726;
  text-align: right;
  left: -0.6em;
  width: 1.2em;
}
.wysiwyg_wrapper ol ul,
.wysiwyg_wrapper ol ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.wysiwyg_wrapper ol > li {
  counter-increment: li;
  list-style-type: none;
}
.wysiwyg_wrapper ol > li::before {
  content: counter(li);
}
.wysiwyg_wrapper ol > li::before {
  font-weight: 900;
  content: counter(li) ")";
}
.wysiwyg_wrapper strong {
  font-weight: 900;
}
.wysiwyg_wrapper table td {
  padding: 0.8em 1.3em;
}
.wysiwyg_wrapper table thead td {
  font-weight: 900;
}
.wysiwyg_wrapper table tbody tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.wysiwyg_wrapper > *:first-child {
  margin-top: 0;
}
.wysiwyg_wrapper > *:last-child {
  margin-bottom: 0;
}

.outer_video_wrapper {
  position: relative;
}
.outer_video_wrapper .video_play_button_default {
  position: relative;
  position: absolute;
  left: calc(50% - 1.875rem);
  top: calc(50% - 1.875rem);
  height: 3.75rem;
  width: 3.75rem;
  background-color: #ffa500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.outer_video_wrapper .video_play_button_default:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: calc(1.7rem / 2) solid transparent;
  border-left: 1.3rem solid #fff;
  border-bottom: calc(1.7rem / 2) solid transparent;
}
.outer_video_wrapper .video_play_button_default::after {
  left: calc(50% - 0.65rem);
  top: calc(50% - 0.85rem);
  margin-left: 0.2rem;
}
.outer_video_wrapper .video_preview {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent none no-repeat center center / cover;
  cursor: pointer;
}
.outer_video_wrapper .video_preview:hover .video_play_button_default {
  background-color: #ffb733;
}
.outer_video_wrapper .video_wrapper {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.outer_video_wrapper .video_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 56.25%;
}
.outer_video_wrapper .video_wrapper iframe,
.outer_video_wrapper .video_wrapper object,
.outer_video_wrapper .video_wrapper embed,
.outer_video_wrapper .video_wrapper video {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.outer_video_wrapper .video_wrapper.active + .video_preview {
  display: none;
}

.popup_container {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  background: rgba(0, 49, 122, 0.6);
  z-index: 101;
  transition-duration: 0.3s;
  transition-property: opacity;
  position: fixed;
  overflow-y: auto;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}
.popup_container > * {
  margin-bottom: auto;
  margin-top: auto;
}
@media only screen and (min-width: 451px) {
  .popup_container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .popup_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup_container .controls .close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  height: 4rem;
  width: 4rem;
  background: transparent url("/media/img/ico-remove.svg") no-repeat center center/25%;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.3s;
}
.popup_container .controls .close:hover {
  opacity: 1;
}
.popup_container > .controls {
  display: none;
}
.popup_container .body {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
  background: #fff;
  border-radius: 0;
  position: relative;
}
@media only screen and (min-width: 451px) {
  .popup_container .body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .popup_container .body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup_container.popup_hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
body.popup_shown {
  overflow: hidden;
}
@media only screen and (max-width: 450px) {
  .popup_container {
    padding-left: 0;
    padding-right: 0;
  }
  .popup_container .body {
    border-radius: 0;
    max-width: calc(450px - 6rem);
  }
}

.password_preview_trigger {
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
.password_preview_trigger::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  align-items: center;
  content: '\01F441';
  display: flex;
  justify-content: center;
}
.password_preview_trigger::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  height: 1px;
  top: calc(50% - 0.5px);
  transform: rotate(0.125turn);
  transform-origin: center center;
  width: 100%;
}

.form_item.password_preview .field {
  position: relative;
}
.form_item.password_preview.preview_active .password_preview_trigger::after {
  width: 0;
}

.cboxPhoto {
  display: block;
  border: 1px solid #000;
}

#cboxTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.7em 1em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
}

#cboxClose,
#cboxPrevious,
#cboxNext {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  cursor: pointer;
  position: absolute;
  transition: opacity 0.3s;
}

#cboxClose {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  height: 2rem;
  width: 2rem;
  background: rgba(0, 0, 0, 0.5) url("/media/css-stack/img/colorbox/close.svg") no-repeat center center/80%;
  right: 1rem;
  top: 1rem;
  opacity: 0;
  padding: 0;
  transition-property: opacity, background-color;
}
#cboxClose:hover {
  background-color: #000;
}
#colorbox.opened #cboxClose {
  opacity: 1;
}

#cboxPrevious,
#cboxNext {
  padding-left: 0;
  padding-right: 0;
  background: transparent none no-repeat center center/2.2rem;
  height: 100%;
  top: 0;
  opacity: 0.7;
  width: calc(50% + 2.5rem);
}
#cboxPrevious:hover,
#cboxNext:hover {
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  #cboxPrevious,
  #cboxNext {
    width: 50%;
  }
}

#cboxPrevious {
  background-image: url("/media/css-stack/img/colorbox/prev.svg");
  background-position: left 0.3rem center;
  left: -2.5rem;
}
@media only screen and (max-width: 900px) {
  #cboxPrevious {
    left: 0;
  }
}

#cboxNext {
  background-image: url("/media/css-stack/img/colorbox/next.svg");
  background-position: right 0.3rem center;
  right: -2.5rem;
}
@media only screen and (max-width: 900px) {
  #cboxNext {
    right: 0;
  }
}

#cboxCurrent {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  min-width: 10em;
  bottom: 1rem;
  right: 1rem;
  position: absolute;
  text-align: center;
  padding: 0.7em 1em;
  transition: opacity 0.3s;
  opacity: 0;
}
#colorbox:hover #cboxCurrent {
  opacity: 1;
}

#cboxLoadedContent {
  overflow: hidden !important;
}
#cboxLoadedContent > * {
  max-height: calc(100vh - 5rem);
  max-width: 100%;
}

#cboxContent {
  position: relative;
  float: none !important;
}

#cboxWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100vw - 5rem);
}

#cboxContent,
#cboxLoadedContent {
  max-width: 100%;
}

#colorbox {
  font-size: 0.93333rem;
  line-height: 1.21429em;
  margin-top: -1rem;
  z-index: 102;
}

#cboxOverlay {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  position: fixed;
  z-index: 101;
}
#cboxOverlay::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  opacity: 0;
}
#cboxOverlay.loading::after {
  -webkit-animation: rotateWaiter linear 0.6s;
  -moz-animation: rotateWaiter linear 0.6s;
  -o-animation: rotateWaiter linear 0.6s;
  -ms-animation: rotateWaiter linear 0.6s;
  animation: rotateWaiter linear 0.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.sitemap_wrap ul {
  margin: 0 0 0 1.2rem;
}
.sitemap_wrap ul li {
  list-style-type: disc;
  margin-bottom: 0.7rem;
}
.sitemap_wrap ul li ul {
  margin-top: 0.7rem;
  margin-left: 2.5rem;
}
.sitemap_wrap ul li li {
  list-style-type: circle;
}
.sitemap_wrap ul li li li {
  list-style-type: square;
}

.waiter-inspire-img-helper {
  -webkit-animation: rotateWaiter linear 0.6s;
  -moz-animation: rotateWaiter linear 0.6s;
  -o-animation: rotateWaiter linear 0.6s;
  -ms-animation: rotateWaiter linear 0.6s;
  animation: rotateWaiter linear 0.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  background: transparent url("/media/css-stack/img/waiter.svg") no-repeat center center/contain;
  opacity: 0.3;
  width: 6rem;
}
.waiter-inspire-img-helper::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.waiter-inspire-text {
  font-size: 0.93333rem;
  line-height: 1.21429em;
  color: #000;
  margin-top: 0.5rem;
  text-align: center;
}

.waiter-inspire {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 150;
  display: flex;
  justify-content: center;
  align-items: center;
}

.waiter-inspire-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@-webkit-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-moz-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-o-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-ms-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.form_errors .form_error .graphic_message_inner,
.form_errors .flash .graphic_message_inner,
.flashes .form_error .graphic_message_inner,
.flashes .flash .graphic_message_inner {
  background: transparent none no-repeat 20px 28px / 48px;
  display: block;
  padding: 40px 20px 40px 90px;
}
.form_errors .form_error .graphic_message_inner .info .message,
.form_errors .flash .graphic_message_inner .info .message,
.flashes .form_error .graphic_message_inner .info .message,
.flashes .flash .graphic_message_inner .info .message {
  font-size: 1.2rem;
  line-height: 1.22222em;
  font-weight: bold;
}
.form_errors .form_error .graphic_message_inner .control,
.form_errors .flash .graphic_message_inner .control,
.flashes .form_error .graphic_message_inner .control,
.flashes .flash .graphic_message_inner .control {
  margin-top: 30px;
}
.form_errors .form_error .graphic_message_inner .control .control_button,
.form_errors .flash .graphic_message_inner .control .control_button,
.flashes .form_error .graphic_message_inner .control .control_button,
.flashes .flash .graphic_message_inner .control .control_button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.33333em;
  background-color: #fff;
  border: 1px solid #e4e5e6;
  color: #000;
  min-width: 200px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
}
.form_errors .form_error .graphic_message_inner .control .control_button:hover,
.form_errors .flash .graphic_message_inner .control .control_button:hover,
.flashes .form_error .graphic_message_inner .control .control_button:hover,
.flashes .flash .graphic_message_inner .control .control_button:hover {
  background-color: #00317a;
  color: #fff;
}
.form_errors .form_error .graphic_message_inner .control .control_button:hover,
.form_errors .flash .graphic_message_inner .control .control_button:hover,
.flashes .form_error .graphic_message_inner .control .control_button:hover,
.flashes .flash .graphic_message_inner .control .control_button:hover {
  background-color: #e4e5e6;
}
.form_errors .form_error.info, .form_errors .form_error.error,
.form_errors .flash.info,
.form_errors .flash.error,
.flashes .form_error.info,
.flashes .form_error.error,
.flashes .flash.info,
.flashes .flash.error {
  color: #fff;
}
.form_errors .form_error.info .graphic_message_inner.fail, .form_errors .form_error.error .graphic_message_inner.fail,
.form_errors .flash.info .graphic_message_inner.fail,
.form_errors .flash.error .graphic_message_inner.fail,
.flashes .form_error.info .graphic_message_inner.fail,
.flashes .form_error.error .graphic_message_inner.fail,
.flashes .flash.info .graphic_message_inner.fail,
.flashes .flash.error .graphic_message_inner.fail {
  background-color: #f03;
  background-image: url("/media/css-stack/img/wsp-notify-fail.svg");
}
.form_errors .form_error.info .graphic_message_inner.restore_invalid_login, .form_errors .form_error.info .graphic_message_inner.security, .form_errors .form_error.error .graphic_message_inner.restore_invalid_login, .form_errors .form_error.error .graphic_message_inner.security,
.form_errors .flash.info .graphic_message_inner.restore_invalid_login,
.form_errors .flash.info .graphic_message_inner.security,
.form_errors .flash.error .graphic_message_inner.restore_invalid_login,
.form_errors .flash.error .graphic_message_inner.security,
.flashes .form_error.info .graphic_message_inner.restore_invalid_login,
.flashes .form_error.info .graphic_message_inner.security,
.flashes .form_error.error .graphic_message_inner.restore_invalid_login,
.flashes .form_error.error .graphic_message_inner.security,
.flashes .flash.info .graphic_message_inner.restore_invalid_login,
.flashes .flash.info .graphic_message_inner.security,
.flashes .flash.error .graphic_message_inner.restore_invalid_login,
.flashes .flash.error .graphic_message_inner.security {
  background-color: #1a1a1a;
  background-image: url("/media/css-stack/img/wsp-notify-security.svg");
}
.form_errors .form_error.info .graphic_message_inner.success, .form_errors .form_error.error .graphic_message_inner.success,
.form_errors .flash.info .graphic_message_inner.success,
.form_errors .flash.error .graphic_message_inner.success,
.flashes .form_error.info .graphic_message_inner.success,
.flashes .form_error.error .graphic_message_inner.success,
.flashes .flash.info .graphic_message_inner.success,
.flashes .flash.error .graphic_message_inner.success {
  background-color: #4cbb17;
  background-image: url("/media/css-stack/img/wsp-notify-succes.svg");
}
.form_errors .form_error.info .graphic_message_inner.warning, .form_errors .form_error.error .graphic_message_inner.warning,
.form_errors .flash.info .graphic_message_inner.warning,
.form_errors .flash.error .graphic_message_inner.warning,
.flashes .form_error.info .graphic_message_inner.warning,
.flashes .form_error.error .graphic_message_inner.warning,
.flashes .flash.info .graphic_message_inner.warning,
.flashes .flash.error .graphic_message_inner.warning {
  background-color: #fc0;
  background-image: url("/media/css-stack/img/wsp-notify-warning.svg");
}

.flash_message_item {
  font-size: 0.93333rem;
  line-height: 1.42857em;
  color: #fff;
}
.flash_message_item__inner {
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  display: flex;
  align-items: flex-start;
}
.flash_message_item__icon {
  padding-right: 1.2em;
  flex-shrink: 0;
}
.flash_message_item__icon svg {
  height: 1.5em;
  width: 1.5em;
  fill: #fff;
}
.flash_message_item__message {
  flex-grow: 1;
}
.flash_message_item__close {
  margin-bottom: -0.8em;
  margin-top: -0.8em;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0.8em 1.2em;
  margin-right: -1.2em;
  transition-property: background-color;
  transition-duration: 0.3s;
}
.flash_message_item__close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.flash_message_item__close svg {
  height: 1em;
  width: 1em;
  fill: #fff;
  margin: 0.3em;
}
.flash_message_item[data-type='info'] {
  background-color: #4a94ff;
}
.flash_message_item[data-type='success'] {
  background-color: #13b953;
}
.flash_message_item[data-type='warning'] {
  background-color: #e3ac62;
}
.flash_message_item[data-type='error'] {
  background-color: #de1633;
}

.flash_message__list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 4;
}
.flash_message__list .flash_message_item:not(:last-child) {
  margin-bottom: 0.8em;
}

.cookie_alert {
  font-size: 0.8rem;
  line-height: 1.25em;
  background-color: #313b41;
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.cookie_alert:not(.opened) {
  display: none;
}
.cookie_alert__inner {
  padding-bottom: 1.7em;
  padding-top: 1.7em;
  display: flex;
  align-items: flex-start;
}
.cookie_alert__icon {
  padding-right: 1.5em;
  flex-shrink: 0;
}
.cookie_alert__icon svg {
  height: 3em;
  width: 3em;
  fill: #fff;
}
@media only screen and (min-width: 501px) {
  .cookie_alert__texts_n_button {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 501px) {
  .cookie_alert__texts {
    padding-right: 1.5em;
  }
}
.cookie_alert__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.cookie_alert__link {
  margin-top: 1em;
}
.cookie_alert__link_inner {
  text-decoration: underline;
}
.cookie_alert__link_inner:hover {
  text-decoration: none;
}
.cookie_alert__button {
  transition: background-color 0.3s;
  cursor: pointer;
  display: inline-flex;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  padding: 0.7em 1em;
  font-size: 1.2em;
  text-transform: uppercase;
}
.cookie_alert__button:hover {
  background-color: #000;
}
@media only screen and (max-width: 500px) {
  .cookie_alert__button {
    margin-top: 1.5em;
  }
}

.unsupported_browser {
  font-size: 0.8rem;
  line-height: 1.25em;
  background-color: #313b41;
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.unsupported_browser__inner {
  padding-bottom: 1.7em;
  padding-top: 1.7em;
  display: flex;
  align-items: flex-start;
}
.unsupported_browser__icon {
  padding-right: 1.5em;
  flex-shrink: 0;
}
.unsupported_browser__icon svg {
  height: 3em;
  width: 3em;
  fill: #fff;
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__texts_n_list {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__texts {
    padding-right: 1.5em;
  }
}
.unsupported_browser__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.unsupported_browser__list {
  margin-bottom: -0.8em;
  margin-top: -0.8em;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__list {
    margin-right: -0.8em;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 500px) {
  .unsupported_browser__list {
    margin-left: -0.8em;
    margin-top: 0.8em;
  }
}
.unsupported_browser__item {
  transition: background-color 0.5s;
  display: block;
  border-radius: 50%;
  padding: 0.8em;
}
.unsupported_browser__item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.unsupported_browser__item svg {
  height: 3.8em;
  width: 3.8em;
}

.banner .slick-track {
  display: flex;
}
.banner .slick-list {
  overflow: hidden;
}
.banner .slick-slide {
  float: none;
  height: auto;
}
.banner .nwjs_carousel {
  overflow: hidden;
}
.banner .nwjs_carousel:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.banner_slide {
  position: relative;
}
.banner_slide__texts {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  .banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.banner--proportionalImage .banner_slide__texts_wrap, .banner--fullSizeImage .banner_slide__texts_wrap {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}
.banner--proportionalImage .banner_slide .picture_tag_image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 1;
}
.banner--proportionalImage .banner_slide .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--fullSizeImage .banner_slide {
  height: 100vh;
}
.banner--fullSizeImage .banner_slide .picture_tag_image {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.banner--fullSizeImage .banner_slide .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--highestText .banner_slide__graphics {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.banner--highestText .banner_slide__graphics .picture_tag_image {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.banner--highestText .banner_slide__graphics .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--highestText .banner_slide__texts_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 451px) {
  .banner--highestText .banner_slide__texts_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .banner--highestText .banner_slide__texts_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.logo_slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
}

.logos__slides .slick-track {
  display: flex;
}
.logos__slides .slick-list {
  overflow: hidden;
}
.logos__slides .slick-slide {
  float: none;
  height: auto;
}
.logos__slides .nwjs_carousel {
  overflow: hidden;
}
.logos__slides.nwjs_carousel:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.logos__slides.nwjs_carousel:not(.slick-initialized) > * {
  display: none;
}
.logos__slides.nwjs_carousel.slick-initialized .logo_slide {
  display: flex;
}

html {
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-weight: 400;
  color: #00317a;
  font-size: 0.9375rem;
  line-height: 1.53333em;
  zoom: 86%;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 0.86667rem;
    line-height: 1.38462em;
  }
}

html:not(.js) *,
body:not([data-loaded]) * {
  transition: none !important;
}
html:not(.js) * .search_header__overlay,
html:not(.js) * .menu_extended,
html:not(.js) * .menu_extended__overlay,
body:not([data-loaded]) * .search_header__overlay,
body:not([data-loaded]) * .menu_extended,
body:not([data-loaded]) * .menu_extended__overlay {
  display: none !important;
}

.container {
  min-height: 100vh;
  display: grid;
  grid-template: "header" auto "content" 1fr "footer" auto/minmax(0, 1fr);
}

._cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  ._cont {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  ._cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nw_error_page ul {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.nw_error_page ul > li {
  margin-left: 1rem;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
.nw_error_page ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.nw_error_page ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.nw_error_page ul > li::before {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #d11726;
}
.nw_error_page ul ul,
.nw_error_page ul ol {
  margin-top: 1rem;
  margin-bottom: 0;
}

.no_data {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  font-style: italic;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .no_data {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .no_data {
    padding-top: 2.5rem;
  }
}

.container.errorbadrequest .main_content,
.container.cron .main_content,
.container.sitemap .main_content {
  padding-top: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .container.errorbadrequest .main_content,
  .container.cron .main_content,
  .container.sitemap .main_content {
    padding-top: 2.5rem;
  }
}

.container.sitemap .main_content,
.container.errorbadrequest .main_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  .container.sitemap .main_content,
  .container.errorbadrequest .main_content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .container.sitemap .main_content,
  .container.errorbadrequest .main_content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.form input[type=text], .form input[type=time], .form input[type=search], .form input[type=password], .form input[type=number], .form input[type=email], .form input[type=tel], .form input[type=url], .form select, .form textarea {
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  color: #00317a;
  display: block;
  padding: 0.5rem 1.2rem;
  width: 100%;
  transition-duration: 0.3s;
  transition-property: background-color, border-color;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=time]::-webkit-input-placeholder, .form input[type=search]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form input[type=number]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
.form input[type=text]::-moz-placeholder, .form input[type=time]::-moz-placeholder, .form input[type=search]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=url]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  opacity: 0.5;
}
.form .field .label {
  display: none;
}
.form .form_item {
  margin-bottom: 1rem;
}
.form .form_item label {
  font-weight: 900;
  display: block;
  padding-bottom: 0.7rem;
}
.form .form_item label a {
  color: #d11726;
  text-decoration: underline;
}
.form .form_item label a:hover {
  text-decoration: none;
}
.form .form_item .error_messages {
  font-size: 0.66667rem;
  line-height: 1.3em;
  color: red;
  padding: 0.5em 0;
}
.form .form_item .error_messages .error {
  margin-right: 1em;
}
.form .form_item.required .caption::after {
  margin-left: 0.2em;
}
.form .form_item.has_error input[type=text], .form .form_item.has_error input[type=time], .form .form_item.has_error input[type=search], .form .form_item.has_error input[type=password], .form .form_item.has_error input[type=number], .form .form_item.has_error input[type=email], .form .form_item.has_error input[type=tel], .form .form_item.has_error input[type=url], .form .form_item.has_error select, .form .form_item.has_error textarea {
  border-color: red;
  color: red;
}
.form textarea {
  height: calc(1rem + 94px);
  resize: vertical;
}
.form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
}
.form button:hover {
  background-color: #00317a;
  color: #fff;
}
.form .submit_button {
  margin-bottom: 0;
}
.form .submit_button button:not(:hover) {
  background-color: #d11726;
  border-color: #d11726;
  color: #fff;
}
.form .check_radio_item {
  align-items: flex-start;
  display: flex;
}
.form .check_radio_item input {
  display: block;
  margin-top: 2px;
  width: 16px;
}
.form .check_radio_item label {
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.86667rem;
  line-height: 1.38462em;
  padding-left: 0.8rem;
  padding-bottom: 0;
}
.form .check_radio_item .label {
  display: block;
}
.form .no_checkbox .check_radio_item label {
  padding-left: 0;
}
.form .no_checkbox .check_radio_item .field {
  display: none;
}
.form .checkbox .error_messages,
.form .checkbox_group .error_messages,
.form .radio_group .error_messages {
  padding-left: calc(16px + 0.8rem);
}
.form__hiddens {
  display: none;
}

.gmap {
  height: 30rem;
  width: 100%;
}
.gmap .gm-style {
  font-size: 100%;
}
.gmap .info_bubble_wrapper > div:nth-child(3) {
  height: auto !important;
  width: auto !important;
}
.gmap .js-info-bubble-close {
  right: 10px !important;
  top: 10px !important;
  width: 13px;
}

.info_bubble {
  max-width: 20em;
}
.info_bubble .nwcsp_gmap_marker_title {
  font-size: 1.06667rem;
  line-height: 1.25em;
  color: #000;
}
.info_bubble .nwcsp_gmap_marker_perex {
  font-size: 0.8rem;
  line-height: 1.25em;
  margin-top: 0.7em;
}
.info_bubble .nwcsp_gmap_marker_location {
  display: none;
}
.info_bubble .nwcsp_gmap_marker_button {
  margin-top: 1em;
}
.info_bubble .nwcsp_gmap_marker_button > a {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
  font-size: 0.66667rem;
  line-height: 1.4em;
  text-transform: uppercase;
}
.info_bubble .nwcsp_gmap_marker_button > a:hover {
  background-color: #00317a;
  color: #fff;
}
.info_bubble .nwcsp_gmap_marker_body {
  padding: 2em;
}

.banner {
  color: #fff;
  position: relative;
}
.banner_slide:only-child {
  display: block;
  height: 100%;
}
.banner_slide__graphics::before, .banner_slide__graphics::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.banner_slide__graphics::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 9%, rgba(0, 49, 122, 0.9) 76%);
}
.banner__outside_arrow {
  transition: background-color 0.3s;
  height: 3.27rem;
  width: 3.27rem;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__outside_arrows {
  transition: opacity 0.5s;
  position: absolute;
  display: flex;
}
@media only screen and (min-width: 451px) {
  .banner__outside_arrows {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .banner__outside_arrows {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.banner__outside_arrow svg {
  transition: fill 0.3s;
  width: 9px;
  height: 12px;
  fill: #fff;
}
.banner__outside_arrow.slick-disabled {
  cursor: not-allowed;
}
.banner__outside_arrow:not(.slick-disabled):hover {
  background-color: #fff;
}
.banner__outside_arrow:not(.slick-disabled):hover svg {
  fill: #00317a;
}
.banner__outside_arrow.slick-prev svg {
  transform: scale(-1);
}
.nwjs_carousel:not(.slick-initialized) + .banner__outside_arrows {
  opacity: 0;
}
.banner__counter {
  font-size: 1.2rem;
  line-height: 1.61111em;
  border: 1px solid #fff;
  border-left-width: 0;
  border-right-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 3.27rem;
  width: 5rem;
}
.banner .slick-dots {
  display: none !important;
}
@media only screen and (min-width: 901px) {
  .main_banner .banner_slide {
    padding-bottom: calc(23px + 16rem);
  }
}
@media only screen and (min-width: 901px) and (max-width: 1450px) {
  .main_banner .banner_slide {
    padding-bottom: calc(23px + 3rem + 13.4vw);
  }
}

.main_banner .banner_slide__graphics::after {
  background-image: linear-gradient(to right, #00317a 12%, rgba(0, 0, 0, 0) 83%);
}
.main_banner .banner_slide__texts_wrap {
  padding-bottom: 7rem;
  z-index: 1;
}
.main_banner .banner_slide__texts {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  max-width: 42rem;
  min-height: 50vh;
}
.main_banner .banner_slide__title {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 5.33333rem;
  line-height: 1.0875em;
  color: inherit;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .main_banner .banner_slide__title {
    font-size: 4.66667rem;
    line-height: 1.08571em;
  }
}
@media only screen and (max-width: 900px) {
  .main_banner .banner_slide__title {
    font-size: 4rem;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 600px) {
  .main_banner .banner_slide__title {
    font-size: 3.33333rem;
    line-height: 1.32em;
  }
}
@media only screen and (max-width: 450px) {
  .main_banner .banner_slide__title {
    font-size: 2.66667rem;
    line-height: 1.125em;
  }
}
.main_banner .banner_slide__perex {
  font-size: 1.66667rem;
  line-height: 1.28em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.main_banner .banner__outside_arrows {
  height: 7rem;
  bottom: calc(23px + 16rem);
  left: 0;
}
@media only screen and (min-width: 1361px) {
  .main_banner .banner__outside_arrows {
    left: calc((100% - 1700px) / 2);
  }
}
@media only screen and (min--moz-device-pixel-ratio: 0) and (min-width: 1361px) and (max-width: 1700px) {
  .main_banner .banner__outside_arrows {
    left: 0;
  }
}

@media only screen and (max-width: 1450px) {
  .main_banner .banner__outside_arrows {
    bottom: calc(23px + 3rem + 13.4vw);
  }
}
@media only screen and (max-width: 900px) {
  .main_banner .banner__outside_arrows {
    bottom: 0;
  }
}
.page_header__banner .banner {
  position: static;
}
.page_header__banner .banner, .page_header__banner .banner__slides,
.page_header__banner .banner .slick-list,
.page_header__banner .banner .slick-track {
  height: 100%;
}
.page_header__banner .banner_slide__texts_wrap {
  display: none;
}
.page_header__banner .banner__outside_arrows {
  bottom: 3rem;
  right: 0;
}
@media only screen and (min-width: 1701px) {
  .page_header__banner .banner__outside_arrows {
    right: calc((100% - 1700px) / 2);
  }
}
@media only screen and (max-width: 450px) {
  .page_header__banner .banner__outside_arrows {
    bottom: 1.5rem;
  }
}

.article_box {
  border: 1px solid #a8a8a8;
}
.article_box .item_cont {
  cursor: pointer;
  padding: 2.5rem;
}
@media only screen and (max-width: 600px) {
  .article_box .item_cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.article_box .picture_tag_image {
  overflow: hidden;
  position: relative;
}
.article_box .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.article_box .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 64.10256%;
}
.article_box .image {
  margin-bottom: 1.8rem;
}
.article_box .title {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 1.66667rem;
  line-height: 1.28em;
  transition: color 0.3s;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 601px) {
  .article_box .date,
  .article_box .perex {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
.article_box .date {
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
}
.article_box .button {
  font-weight: 900;
  transition: color 0.3s;
  position: relative;
  padding-right: 1em;
  margin-top: auto;
  padding-top: 1.5rem;
  align-self: flex-start;
}
.article_box .button::before, .article_box .button::after {
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  width: 6px;
  height: 8px;
  background: transparent none no-repeat center center / contain;
  right: 0;
  top: 0.5em;
}
.article_box .button::before {
  background-image: url("/media/img/arrow-right-primary.svg");
}
.article_box .button::after {
  background-image: url("/media/img/arrow-right-accent.svg");
  opacity: 0;
}
.article_box .button::before, .article_box .button::after {
  top: auto;
  bottom: 0.5em;
}
.article_box .button > span {
  transition: color 0.3s;
  color: #d11726;
  display: table;
  position: relative;
  color: inherit;
}
.article_box .button > span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #d11726;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center center;
  transform: scaleX(0);
  width: 100%;
  transition: transform 0.3s;
}
.article_box .button > span:hover::before {
  transform: scaleX(1);
}
.article_box .hidden_link {
  display: none;
}
.article_box:hover .title {
  color: #d11726;
}
.article_box:hover .button::before {
  opacity: 0;
}
.article_box:hover .button::after {
  opacity: 1;
}
.article_box:hover .button > span {
  color: #d11726;
}
.article_box:hover .button > span::before {
  transform: scaleX(1);
}

.articles .article_box {
  display: flex;
  flex-direction: column;
  border-top-width: 0;
  border-right-width: 0;
}
.articles .article_box > * {
  flex-grow: 1;
}
.articles .article_box .item_cont {
  display: flex;
  flex-direction: column;
}
.articles .article_box .image {
  flex-shrink: 0;
}
.articles .article_box .texts {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.articles > .items {
  border-top: 1px solid #a8a8a8;
}
@media only screen and (min-width: 1351px) {
  .articles > .items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1350px) {
  .articles > .items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1000px) {
  .articles > .items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (max-width: 700px) {
  .articles > .items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }
}
.articles > .items .article_box:first-child {
  color: #fff;
}
.articles > .items .article_box:first-child .item_cont {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  position: relative;
}
.articles > .items .article_box:first-child .picture_tag_image {
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.articles > .items .article_box:first-child .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 49, 122, 0.9) 60%, rgba(0, 49, 122, 0.4) 100%);
  transition: transform 0.3s;
  height: 200%;
}
.articles > .items .article_box:first-child .image {
  margin-bottom: 0;
}
.articles > .items .article_box:first-child .texts {
  flex-grow: 0;
  margin-top: auto;
  position: relative;
  padding-bottom: 4vh;
}
.articles > .items .article_box:first-child .title {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 3rem;
  line-height: 1.11111em;
  color: inherit;
}
@media only screen and (max-width: 600px) {
  .articles > .items .article_box:first-child .title {
    font-size: 2.53333rem;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 450px) {
  .articles > .items .article_box:first-child .title {
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.articles > .items .article_box:first-child .date {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.articles > .items .article_box:first-child .button {
  display: none;
}
.articles > .items .article_box:first-child:hover .picture_tag_image::after {
  transform: translateY(-50%);
}
@media only screen and (min-width: 701px) {
  .articles > .items .article_box:first-child {
    grid-column: span 2;
    border-left-width: 0;
  }
}
@media only screen and (min-width: 1351px) {
  .articles > .items .article_box:nth-child(4n) {
    border-left-width: 0;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1350px) {
  .articles > .items .article_box:nth-child(3n) {
    border-left-width: 0;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1000px) {
  .articles > .items .article_box:nth-child(2n) {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 700px) {
  .articles > .items .article_box {
    border-left-width: 0;
  }
}

.category_item {
  position: relative;
  z-index: 0;
  transition-property: box-shadow, z-index;
  transition-duration: 0.5s;
  background-color: #fff;
  padding: 0.5rem;
  text-align: center;
}
.category_item:hover {
  box-shadow: 0 3px 15px 0 rgba(0, 49, 122, 0.4);
  z-index: 1;
}
.category_item .picture_tag_image {
  margin-left: auto;
  margin-right: auto;
  max-width: 130px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
}
.category_item .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: contain;
  max-height: initial;
  max-width: initial;
}
.category_item__image {
  padding: 1.3rem;
}
.category_item__title {
  font-size: 1.2rem;
  line-height: 1.05556em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  min-height: calc(38px + 2rem);
  max-width: 14.8rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category_item__title > span {
  font-weight: 900;
  transition: color 0.3s;
  position: relative;
  padding-right: 1em;
  display: inline-block;
  padding-right: 0;
}
.category_item__title > span::before, .category_item__title > span::after {
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  width: 6px;
  height: 8px;
  background: transparent none no-repeat center center / contain;
  right: 0;
  top: 0.5em;
}
.category_item__title > span::before {
  background-image: url("/media/img/arrow-right-primary.svg");
}
.category_item__title > span::after {
  background-image: url("/media/img/arrow-right-accent.svg");
  opacity: 0;
}
.category_item__title > span::before, .category_item__title > span::after {
  display: none;
}

.category__list > * {
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
@media only screen and (min-width: 1431px) {
  .category__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 0;
  }
  .category__list > *:nth-child(6n) {
    border-right-width: 0;
  }
  .category__list > *:nth-child(6n+1):nth-last-child(-n+6), .category__list > *:nth-child(6n+1):nth-last-child(-n+6) ~ * {
    border-bottom-width: 0;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1430px) {
  .category__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0;
  }
  .category__list > *:nth-child(4n) {
    border-right-width: 0;
  }
  .category__list > *:nth-child(4n+1):nth-last-child(-n+4), .category__list > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    border-bottom-width: 0;
  }
}
@media only screen and (min-width: 821px) and (max-width: 1000px) {
  .category__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0;
  }
  .category__list > *:nth-child(3n) {
    border-right-width: 0;
  }
  .category__list > *:nth-child(3n+1):nth-last-child(-n+3), .category__list > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    border-bottom-width: 0;
  }
}
@media only screen and (min-width: 501px) and (max-width: 820px) {
  .category__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0;
  }
  .category__list > *:nth-child(2n) {
    border-right-width: 0;
  }
  .category__list > *:nth-child(2n+1):nth-last-child(-n+2), .category__list > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    border-bottom-width: 0;
  }
}
@media only screen and (max-width: 500px) {
  .category__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }
  .category__list > *:nth-child(1n) {
    border-right-width: 0;
  }
  .category__list > *:nth-child(1n+1):nth-last-child(-n+1), .category__list > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    border-bottom-width: 0;
  }
}
.category__list--horizontal .category_item {
  display: flex;
  align-items: center;
  text-align: left;
}
.category__list--horizontal .category_item__image {
  padding: 0.5rem;
  flex-shrink: 0;
  width: 5.8rem;
}
.category__list--horizontal .category_item__title {
  margin-left: 0;
  margin-right: 0;
}

.popup_control .body {
  width: 100%;
}
.popup_control .body .close svg {
  display: none;
}
.popup_control .body.added_cart_item_popup_body .cart_items > .perex {
  font-size: 1.2rem;
  line-height: 1.61111em;
  margin-bottom: 2em;
  margin-top: 0.5rem;
}
.popup_control .body.added_cart_item_popup_body .cart_item_wrapper:not(:first-of-type) {
  margin-top: 1.2rem;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item .category_path_item {
  font-size: 0.8rem;
  line-height: 1.33333em;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item .category_path_item > span {
  color: #d11726;
  text-decoration: underline;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item .category_path_item > span:hover {
  text-decoration: none;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item .category_path_item:not(:last-child)::after {
  content: '\00279E';
  color: #d11726;
  margin-left: 0.2em;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item + .title {
  margin-top: 0.2em;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item {
  padding-right: 2rem;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  border: 1px solid #a8a8a8;
  display: grid;
  place-items: center end;
  grid-gap: 1.5em;
  grid-template-columns: 7em 4fr 5em 1fr 1fr 1fr;
  grid-template-areas: "image texts count without_vat vat with_vat";
}
@media only screen and (max-width: 450px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item {
    padding-right: 1rem;
  }
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image {
  width: 100%;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image .picture_tag_image {
  overflow: hidden;
  position: relative;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: contain;
  max-height: initial;
  max-width: initial;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 66.66667%;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .title {
  font-weight: 900;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price,
.popup_control .body.added_cart_item_popup_body .cart_product_item .vat {
  white-space: nowrap;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price.without_vat,
.popup_control .body.added_cart_item_popup_body .cart_product_item .vat {
  font-size: 100%;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price.main {
  font-weight: 900;
  color: #d11726;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .remove_button {
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 0.8em;
  position: absolute;
  right: 0;
  top: 0;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .remove_button:hover {
  background-color: #f5f5f5;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .remove_button svg {
  height: 0.8em;
  width: 0.8em;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select {
  position: relative;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select input {
  font-size: inherit;
  line-height: inherit;
  height: 2.2em;
  width: 2.5em;
  padding: 0;
  text-align: center;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select label {
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  height: 2.2em;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .input {
  padding-right: 2.5em;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .form_item {
  margin-bottom: 0;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .delete {
  display: none;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .send {
  position: absolute;
  right: 0;
  top: 0;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .send button {
  background: transparent url("/media/img/order/ico-recount.svg") no-repeat center center / 50%;
  border-width: 0;
  padding: 0;
  height: 2.2em;
  width: 2.5em;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .send button > span {
  display: none;
}
@media only screen and (max-width: 900px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item {
    grid-template-columns: 5em 6fr 3fr 3fr;
    grid-template-areas: "image texts       texts texts" "count without_vat vat   with_vat";
  }
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image {
  grid-area: image;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .texts {
  grid-area: texts;
  justify-self: start;
}
@media only screen and (max-width: 900px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item .texts {
    padding-right: 1.6em;
  }
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select,
.popup_control .body.added_cart_item_popup_body .cart_product_item .number {
  grid-area: count;
}
@media only screen and (max-width: 900px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item .count_select,
  .popup_control .body.added_cart_item_popup_body .cart_product_item .number {
    justify-self: start;
  }
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price.without_vat {
  grid-area: without_vat;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .vat {
  grid-area: vat;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price.main {
  grid-area: with_vat;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .text_n_prices,
.popup_control .body.added_cart_item_popup_body .cart_product_item .cart_item_bottom_holder {
  display: contents;
}
.popup_control .body.added_cart_item_popup_body {
  max-width: 800px;
}
.popup_control .body.added_cart_item_popup_body .added_cart_headline {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 1.66667rem;
  line-height: 1.28em;
}
.popup_control .body.added_cart_item_popup_body .added_cart_action_buttons {
  margin-top: 2rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto auto;
  grid-template-areas: "back cart";
}
@media only screen and (max-width: 450px) {
  .popup_control .body.added_cart_item_popup_body .added_cart_action_buttons {
    grid-template-columns: 1fr;
    grid-template-areas: "cart" "back";
  }
}
.popup_control .body.added_cart_item_popup_body .action_button {
  display: flex;
}
.popup_control .body.added_cart_item_popup_body .action_button.to_cart {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
  grid-area: cart;
}
.popup_control .body.added_cart_item_popup_body .action_button.to_cart:hover {
  background-color: #00317a;
  color: #fff;
}
.popup_control .body.added_cart_item_popup_body .action_button.continue {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
  color: #d11726;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
  grid-area: back;
}
.popup_control .body.added_cart_item_popup_body .action_button.continue:hover {
  background-color: #00317a;
  color: #fff;
}
.popup_control .body.added_cart_item_popup_body .action_button.continue:hover {
  text-decoration: none;
}
.popup_control .body.added_cart_item_popup_body .action_button.continue, .popup_control .body.added_cart_item_popup_body .action_button.continue:hover {
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-weight: 400;
  background-color: transparent;
  border-width: 0;
  text-transform: none;
}
.popup_control .body.added_cart_item_popup_body .action_button.continue:hover {
  color: #d11726;
}
.popup_control .body.added_cart_item_popup_body .cart_items > .perex {
  font-size: 1.2rem;
  line-height: 1.61111em;
  margin-bottom: 2em;
  margin-top: 0.5rem;
}
.popup_control .body.added_cart_item_popup_body .cart_item_wrapper:not(:first-of-type) {
  margin-top: 1.2rem;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item .category_path_item {
  font-size: 0.8rem;
  line-height: 1.33333em;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item .category_path_item > span {
  color: #d11726;
  text-decoration: underline;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item .category_path_item > span:hover {
  text-decoration: none;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item .category_path_item:not(:last-child)::after {
  content: '\00279E';
  color: #d11726;
  margin-left: 0.2em;
}
.popup_control .body.added_cart_item_popup_body .breadcrumbs_cart_item + .title {
  margin-top: 0.2em;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item {
  padding-right: 2rem;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  border: 1px solid #a8a8a8;
  display: grid;
  place-items: center end;
  grid-gap: 1.5em;
  grid-template-columns: 7em 4fr 5em 1fr 1fr 1fr;
  grid-template-areas: "image texts count without_vat vat with_vat";
}
@media only screen and (max-width: 450px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item {
    padding-right: 1rem;
  }
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image {
  width: 100%;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image .picture_tag_image {
  overflow: hidden;
  position: relative;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: contain;
  max-height: initial;
  max-width: initial;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 66.66667%;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .title {
  font-weight: 900;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price,
.popup_control .body.added_cart_item_popup_body .cart_product_item .vat {
  white-space: nowrap;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price.without_vat,
.popup_control .body.added_cart_item_popup_body .cart_product_item .vat {
  font-size: 100%;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price.main {
  font-weight: 900;
  color: #d11726;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .remove_button {
  transition: background-color 0.3s;
  cursor: pointer;
  padding: 0.7em;
  position: absolute;
  right: 0;
  top: 0;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .remove_button:hover {
  background-color: #f5f5f5;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .remove_button svg {
  height: 0.8em;
  width: 0.8em;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select {
  position: relative;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select input {
  font-size: inherit;
  line-height: inherit;
  height: 2.2em;
  width: 2.5em;
  padding: 0;
  text-align: center;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select label {
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 0;
  height: 2.2em;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .input {
  padding-right: 2.5em;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .form_item {
  margin-bottom: 0;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .delete {
  display: none;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .send {
  position: absolute;
  right: 0;
  top: 0;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .send button {
  background: transparent url("/media/img/order/ico-recount.svg") no-repeat center center / 50%;
  border-width: 0;
  padding: 0;
  height: 2.2em;
  width: 2.5em;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select .send button > span {
  display: none;
}
@media only screen and (max-width: 900px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item {
    grid-template-columns: 5em 6fr 3fr 3fr;
    grid-template-areas: "image texts       texts texts" "count without_vat vat   with_vat";
  }
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .image {
  grid-area: image;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .texts {
  grid-area: texts;
  justify-self: start;
}
@media only screen and (max-width: 900px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item .texts {
    padding-right: 1.6em;
  }
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .count_select,
.popup_control .body.added_cart_item_popup_body .cart_product_item .number {
  grid-area: count;
}
@media only screen and (max-width: 900px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item .count_select,
  .popup_control .body.added_cart_item_popup_body .cart_product_item .number {
    justify-self: start;
  }
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price.without_vat {
  grid-area: without_vat;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .vat {
  grid-area: vat;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .price.main {
  grid-area: with_vat;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item .text_n_prices,
.popup_control .body.added_cart_item_popup_body .cart_product_item .cart_item_bottom_holder {
  display: contents;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item {
  grid-template-columns: 7em 4fr 5em minmax(min-content, 50%);
  grid-template-areas: "image texts count note";
}
@media only screen and (max-width: 900px) {
  .popup_control .body.added_cart_item_popup_body .cart_product_item {
    grid-template-columns: 7em 4fr;
    grid-template-areas: "image texts" "count note";
  }
}
.popup_control .body.added_cart_item_popup_body .note strong {
  font-weight: 900;
}
.popup_control .body.added_cart_item_popup_body .note {
  display: none;
}
.popup_control .body.added_cart_item_popup_body .cart_product_item {
  grid-template-columns: 7em 4fr auto;
  grid-template-areas: 'image texts count';
}

.popup__headline {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 1.66667rem;
  line-height: 1.28em;
  text-transform: uppercase;
}

.popup__perex {
  font-size: 1.2rem;
  line-height: 1.61111em;
  margin-bottom: 2em;
}

.popup_request .form__items {
  display: grid;
  grid-gap: 1.3rem 2rem;
}
@media only screen and (min-width: 551px) {
  .popup_request .form__items {
    grid-template-columns: 1fr 1fr;
  }
}
.popup_request .form_item {
  margin-bottom: 0;
}
.popup_request .form_container--inputs {
  align-self: center;
}
@media only screen and (min-width: 551px) {
  .popup_request .form .textarea {
    grid-column: 1 / 3;
  }
}
.popup_request .form button {
  width: 100%;
}
.popup_request .form .agreement_evidence .tooltip,
.popup_request .form .agreement_evidence .item_description {
  display: none;
}
.popup_request .thanks .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
  margin-top: 2rem;
}
.popup_request .thanks .button:hover {
  background-color: #00317a;
  color: #fff;
}

.breadcrumbs {
  font-size: 0.86667rem;
  line-height: 1.38462em;
  cursor: default;
}
.breadcrumbs a {
  display: inline-block;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 0.4em;
}
.breadcrumbs li:not(:last-child)::after {
  height: 0.6em;
  width: 0.6em;
  background: transparent url("/media/img/arrow-right-accent.svg") no-repeat center center/contain;
  content: '';
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: 0.3em;
  margin-bottom: 0.3em;
}
.breadcrumbs li.first span {
  display: none;
}
.breadcrumbs li.first a {
  height: 13.5px;
  width: 13.5px;
  background: transparent url("/media/img/ico-home-primary.svg") no-repeat center center/contain;
  margin-bottom: -2px;
}

.nwcsp_plugin_wrapper:not(:last-child),
.plugin_group:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .nwcsp_plugin_wrapper:not(:last-child),
  .plugin_group:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.nwcsp_title {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 3rem;
  line-height: 1.11111em;
}
@media only screen and (max-width: 600px) {
  .nwcsp_title {
    font-size: 2.53333rem;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_title {
    font-size: 2rem;
    line-height: 1.2em;
  }
}

.nwcsp_perex,
.nwcsp_item_perex {
  font-size: 1.2rem;
  line-height: 1.61111em;
  margin-bottom: 2em;
}

.nwcsp_item_title {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 1.66667rem;
  line-height: 1.28em;
}

.plugin_header {
  max-width: 50rem;
}

.nwcsp_item_ico_description {
  display: none;
}

.thanks_backlink {
  margin-top: 2rem;
}
.thanks_backlink a {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
}
.thanks_backlink a:hover {
  background-color: #00317a;
  color: #fff;
}

.nwcsp_item_button a {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
}
.nwcsp_item_button a:hover {
  background-color: #00317a;
  color: #fff;
}
.nwcsp_item_button.emphasised a:not(:hover) {
  background-color: #d11726;
  border-color: #d11726;
  color: #fff;
}

.nwcsp_item_button_group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.nwcsp_item_button_group .nwcsp_item_button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.nwcsp_cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  .nwcsp_cont {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nwcsp_gmap .nwcsp_cont,
.nwcsp_full_width_image .nwcsp_cont {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
  width: auto;
}
.nwcsp_gmap .plugin_header,
.nwcsp_full_width_image .plugin_header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
}
@media only screen and (min-width: 451px) {
  .nwcsp_gmap .plugin_header,
  .nwcsp_full_width_image .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_gmap .plugin_header,
  .nwcsp_full_width_image .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nwcsp_wiki:first-child {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .nwcsp_wiki:first-child {
    margin-top: 2.5rem;
  }
}
.nwcsp_wiki .nwcsp_item_ico {
  margin-bottom: 2rem;
}
.nwcsp_wiki .nwcsp_item_ico img {
  display: block;
}
.nwcsp_wiki .wysiwyg_wrapper h2 {
  font-size: 2.33333rem;
  line-height: 1.14286em;
  text-transform: uppercase;
}

@media only screen and (min-width: 451px) {
  .nwcsp_1_col .with_ico .nwcsp_item_ico {
    float: left;
    margin-right: 2rem;
    max-width: 50%;
  }
}
.nwcsp_1_col .with_ico .wysiwyg_wrapper h2,
.nwcsp_1_col .with_ico .wysiwyg_wrapper ul,
.nwcsp_1_col .with_ico .wysiwyg_wrapper ol {
  display: table;
}
.nwcsp_1_col .with_ico .wysiwyg_wrapper h2,
.nwcsp_1_col .with_ico .wysiwyg_wrapper h3,
.nwcsp_1_col .with_ico .wysiwyg_wrapper h4 {
  clear: left;
}

@media only screen and (min-width: 601px) {
  .nwcsp_2_cols.nwcsp_wiki:not(.horizontal) .nwcsp_col_wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .nwcsp_2_cols.nwcsp_wiki:not(.horizontal) .nwcsp_col_wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
.nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_title {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 1.66667rem;
  line-height: 1.28em;
  text-transform: uppercase;
}
@media only screen and (min-width: 901px) {
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_cont {
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 0.7fr 1fr 1fr;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_title {
    max-width: 14em;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_title:only-child {
    margin-bottom: 0;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper {
    display: contents;
  }
}
@media only screen and (max-width: 900px) and (min-width: 601px) {
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 900px) and (max-width: 600px) {
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_col_wrapper > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  .nwcsp_2_cols.nwcsp_wiki.horizontal .nwcsp_title {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 600px) {
  .nwcsp_gmap .gmap_whole_wrapper .gmap_wrapper .gmap {
    height: 70vh;
  }
}

.nwcsp_signpost.services .plugin_header {
  max-width: inherit;
}
.nwcsp_signpost.services .nwcsp_title {
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.53333rem;
  line-height: 1.1em;
  margin-bottom: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}
.nwcsp_signpost.services .nwcsp_title_outer {
  display: flex;
}
.nwcsp_signpost.services .nwcsp_title_outer::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  border-top: 1px solid #00317a;
  flex-grow: 1;
  margin-top: 11.5px;
  margin-left: 1.5rem;
}
.nwcsp_signpost.services .plugin_header {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 741px) {
  .nwcsp_signpost.services .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (max-width: 740px) {
  .nwcsp_signpost.services .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (max-width: 900px) {
  .nwcsp_signpost.services .plugin_signpost_items {
    grid-gap: 2rem;
  }
}
.nwcsp_signpost.services .icon {
  padding-right: 2rem;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 741px) and (max-width: 900px) {
  .nwcsp_signpost.services .icon {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}
.nwcsp_signpost.services svg {
  fill: #00317a;
  max-width: 170px;
  max-height: 100px;
}
@media only screen and (min-width: 741px) and (max-width: 900px) {
  .nwcsp_signpost.services svg {
    height: 100px;
  }
}
.nwcsp_signpost.services .nwcsp_item_title {
  font-size: 1.4rem;
  line-height: 1.52381em;
}
.nwcsp_signpost.services .nwcsp_item_perex {
  font-size: 1rem;
  line-height: 1.53333em;
  margin-bottom: 0;
}
.nwcsp_signpost.services .item_cont {
  display: flex;
  align-items: center;
}
.nwcsp_signpost.services .plugin_signpost_item__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  padding: 1.5rem 2rem;
}
@media only screen and (min-width: 741px) and (max-width: 900px) {
  .nwcsp_signpost.services .plugin_signpost_item__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .nwcsp_signpost.services .plugin_signpost_item__inner {
    padding: 0;
  }
}
@media only screen and (max-width: 740px) {
  .nwcsp_signpost.services .plugin_signpost_item__inner {
    grid-template-columns: 1fr 2.5fr;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_signpost.services .plugin_signpost_item__inner {
    align-items: flex-start;
  }
}

.nwcsp_photogallery .photos_count,
.nwcsp_photogallery .description {
  display: none;
}
.nwcsp_photogallery .load_more {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
  position: relative;
}
.nwcsp_photogallery .load_more:hover {
  background-color: #00317a;
  color: #fff;
}
.nwcsp_photogallery .picture_tag_image {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.nwcsp_photogallery .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.nwcsp_photogallery .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 75%;
}
.nwcsp_photogallery .picture_tag_image img {
  transition: transform 0.5s;
}
.nwcsp_photogallery .picture_tag_image::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 1.125rem);
  top: calc(50% - 1.125rem);
  height: 2.25rem;
  width: 2.25rem;
  z-index: 1;
  opacity: 0;
  transform: scale(0.5);
  transition-property: opacity, transform;
  transition-duration: 0.5s;
}
.nwcsp_photogallery .hover_overlay {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: opacity 0.5s;
  opacity: 0;
}
.nwcsp_photogallery .item_wrapper {
  position: relative;
}
.nwcsp_photogallery .item_wrapper:hover .picture_tag_image img {
  transform: scale(1.1);
}
.nwcsp_photogallery .item_wrapper:hover .picture_tag_image::before {
  opacity: 1;
  transform: scale(1);
}
.nwcsp_photogallery .item_wrapper:hover .hover_overlay {
  opacity: 1;
}
@media only screen and (min-width: 901px) {
  .nwcsp_photogallery .items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 1px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .nwcsp_photogallery .items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .nwcsp_photogallery .items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1px;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_photogallery .items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1px;
  }
}
@media only screen and (max-width: 450px) and (min-width: 451px) {
  .nwcsp_photogallery .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) and (max-width: 450px) {
  .nwcsp_photogallery .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_photogallery .nwcsp_cont {
    padding-left: 0;
    padding-right: 0;
  }
}

.nwcsp_logo {
  margin-bottom: 0 !important;
}
.nwcsp_logo .plugin_header {
  max-width: inherit;
}
.nwcsp_logo .nwcsp_title {
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.53333rem;
  line-height: 1.1em;
  margin-bottom: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}
.nwcsp_logo .nwcsp_title_outer {
  display: flex;
}
.nwcsp_logo .nwcsp_title_outer::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  border-top: 1px solid #00317a;
  flex-grow: 1;
  margin-top: 11.5px;
  margin-left: 1.5rem;
}
.nwcsp_logo .logos {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.nwcsp_logo .logos img {
  height: auto;
  width: auto;
}
.nwcsp_logo:not(.partners) .logos__slides.nwjs_carousel:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
}
.nwcsp_logo:not(.partners) .logos__slides.nwjs_carousel:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 1351px) {
  .nwcsp_logo:not(.partners) .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 5) {
    display: flex;
    width: 20%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1350px) {
  .nwcsp_logo:not(.partners) .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 4) {
    display: flex;
    width: 25%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .nwcsp_logo:not(.partners) .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 401px) and (max-width: 600px) {
  .nwcsp_logo:not(.partners) .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .nwcsp_logo:not(.partners) .logos__slides.nwjs_carousel:not(.slick-initialized) > *:first-child {
    display: flex;
    width: 100%;
  }
}
.nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) {
  display: flex;
  justify-content: flex-start;
}
.nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 1401px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 9) {
    display: flex;
    width: 11.11111%;
  }
}
@media only screen and (min-width: 1251px) and (max-width: 1400px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 8) {
    display: flex;
    width: 12.5%;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1250px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 7) {
    display: flex;
    width: 14.28571%;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1100px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 6) {
    display: flex;
    width: 16.66667%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 950px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 5) {
    display: flex;
    width: 20%;
  }
}
@media only screen and (min-width: 651px) and (max-width: 800px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 4) {
    display: flex;
    width: 25%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 650px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (min-width: 351px) and (max-width: 500px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
@media only screen and (max-width: 350px) {
  .nwcsp_logo.partners .logos__slides.nwjs_carousel:not(.slick-initialized) > *:first-child {
    display: flex;
    width: 100%;
  }
}

@media only screen and (min-width: 1151px) {
  .nwcsp_highlight .nwcsp_cont {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-gap: 3rem;
  }
}
.nwcsp_highlight .plugin_header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  max-width: 25rem;
}
@media only screen and (max-width: 1150px) {
  .nwcsp_highlight .plugin_header {
    max-width: inherit;
  }
}
@media only screen and (min-width: 1151px) {
  .nwcsp_highlight .nwcsp_title {
    margin-bottom: 0;
  }
}
.nwcsp_highlight .nwcsp_perex {
  font-size: 1.2rem;
  line-height: 1.61111em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 751px) {
  .nwcsp_highlight .highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 4vh 0;
  }
}
@media only screen and (min-width: 551px) and (max-width: 750px) {
  .nwcsp_highlight .highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 4vh 0;
  }
}
@media only screen and (max-width: 550px) {
  .nwcsp_highlight .highlights {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 4vh 0;
  }
}
@media only screen and (max-width: 550px) {
  .nwcsp_highlight .highlights {
    grid-gap: 0;
  }
}
.nwcsp_highlight .highlight {
  padding-bottom: 2vh;
  padding-top: 2vh;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 551px) {
  .nwcsp_highlight .highlight {
    padding-left: 2vw;
    padding-right: 2vw;
    border-left: 1px solid #a8a8a8;
    min-height: 16vh;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 1701px) {
  .nwcsp_highlight .highlight {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .nwcsp_highlight .highlight {
    border-top: 1px solid #a8a8a8;
  }
}
.nwcsp_highlight .highlight .value {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 3rem;
  line-height: 1.11111em;
  margin-bottom: 1vh;
}
@media only screen and (max-width: 600px) {
  .nwcsp_highlight .highlight .value {
    font-size: 2.53333rem;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_highlight .highlight .value {
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.nwcsp_highlight .highlight .value_wrapper {
  display: flex;
  align-items: center;
}
.nwcsp_highlight .highlight .subtitle {
  font-size: 1.2rem;
  line-height: 1.61111em;
  margin-bottom: 2em;
  margin-bottom: 0;
}

.nwcsp_article {
  position: relative;
}
.nwcsp_article:not(:first-child) .plugin_header {
  border-top: 1px solid #a8a8a8;
}
.nwcsp_article .nwcsp_cont {
  max-width: 1920px;
}
.nwcsp_article .plugin_header {
  max-width: inherit;
}
.nwcsp_article .plugin_header__inner {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  max-width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1610px;
}
@media only screen and (max-width: 600px) {
  .nwcsp_article .plugin_header__inner {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .nwcsp_article .plugin_header__inner {
    padding-top: 2.5rem;
  }
}
.nwcsp_article .plugin_header__inner .nwcsp_title {
  margin-bottom: 0;
}
.nwcsp_article .plugin_header__inner .nwcsp_title_outer {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 380px) {
  .nwcsp_article .plugin_header__inner {
    display: block;
  }
  .nwcsp_article .plugin_header__inner .nwcsp_title_outer {
    margin-right: 0;
  }
  .nwcsp_article .plugin_header__inner .nwcsp_item_button {
    margin-top: 1rem;
  }
}
.nwcsp_article .plugin_article_items_wrapper {
  border-top: 1px solid #a8a8a8;
}
@media only screen and (min-width: 1351px) {
  .nwcsp_article .plugin_article_items_wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1350px) {
  .nwcsp_article .plugin_article_items_wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1000px) {
  .nwcsp_article .plugin_article_items_wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (max-width: 700px) {
  .nwcsp_article .plugin_article_items_wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }
}
.nwcsp_article .article_box:first-child {
  border-left-width: 0;
}
@media only screen and (min-width: 1351px) {
  .nwcsp_article .article_box:first-child {
    color: #fff;
    grid-column: span 2;
  }
  .nwcsp_article .article_box:first-child .item_cont {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: relative;
  }
  .nwcsp_article .article_box:first-child .picture_tag_image {
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .nwcsp_article .article_box:first-child .picture_tag_image::after {
    content: "";
    display: block;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 49, 122, 0.9) 60%, rgba(0, 49, 122, 0.4) 100%);
    transition: transform 0.3s;
    height: 200%;
  }
  .nwcsp_article .article_box:first-child .image {
    margin-bottom: 0;
  }
  .nwcsp_article .article_box:first-child .texts {
    flex-grow: 0;
    margin-top: auto;
    position: relative;
    padding-bottom: 4vh;
  }
  .nwcsp_article .article_box:first-child .title {
    font-weight: 900;
    color: #00317a;
    margin-bottom: 0.5em;
    font-size: 3rem;
    line-height: 1.11111em;
    color: inherit;
  }
}
@media only screen and (min-width: 1351px) and (max-width: 600px) {
  .nwcsp_article .article_box:first-child .title {
    font-size: 2.53333rem;
    line-height: 1.13158em;
  }
}
@media only screen and (min-width: 1351px) and (max-width: 450px) {
  .nwcsp_article .article_box:first-child .title {
    font-size: 2rem;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 1351px) {
  .nwcsp_article .article_box:first-child .date {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .nwcsp_article .article_box:first-child .button {
    display: none;
  }
  .nwcsp_article .article_box:first-child:hover .picture_tag_image::after {
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1000px) {
  .nwcsp_article .article_box:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 1351px) {
  .nwcsp_article .article_box:nth-child(4n) {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 700px) {
  .nwcsp_article .article_box {
    border-left-width: 0;
  }
}

.nwcsp_categories .plugin_header {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  max-width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #a8a8a8;
}
@media only screen and (max-width: 600px) {
  .nwcsp_categories .plugin_header {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .nwcsp_categories .plugin_header {
    padding-top: 2.5rem;
  }
}
.nwcsp_categories .plugin_header .nwcsp_title {
  margin-bottom: 0;
}
.nwcsp_categories .plugin_header .nwcsp_title_outer {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 380px) {
  .nwcsp_categories .plugin_header {
    display: block;
  }
  .nwcsp_categories .plugin_header .nwcsp_title_outer {
    margin-right: 0;
  }
  .nwcsp_categories .plugin_header .nwcsp_item_button {
    margin-top: 1rem;
  }
}
.nwcsp_categories:first-child .plugin_header {
  border-top-width: 0;
}
@media only screen and (min-width: 901px) {
  .container.has_banner .nwcsp_categories:nth-child(2) .plugin_header {
    border-top-width: 0;
  }
}
.nwcsp_categories .nwcsp_item_button_group {
  justify-content: center;
}

.nwcsp_contact .nwcsp_cont {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

.plugin_group--textNMap {
  padding-top: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 25rem 1.3fr 2fr;
  grid-template-areas: 'text image map';
}
@media only screen and (max-width: 600px) {
  .plugin_group--textNMap {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 451px) {
  .plugin_group--textNMap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .plugin_group--textNMap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.plugin_group--textNMap::before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #00317a;
  left: 3rem;
  right: 3rem;
  top: 0;
}
@media only screen and (max-width: 450px) {
  .plugin_group--textNMap::before {
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media only screen and (max-width: 1000px) {
  .plugin_group--textNMap {
    grid-template-columns: 25rem auto;
    grid-template-areas: 'text image' 'map  map';
  }
}
@media only screen and (max-width: 700px) {
  .plugin_group--textNMap {
    grid-template-columns: auto;
    grid-template-areas: 'text' 'image' 'map';
  }
}
.plugin_group--textNMap .nwcsp_1_col .nwcsp_item_ico {
  grid-area: image;
}
.plugin_group--textNMap .nwcsp_item_body {
  grid-area: text;
}
.plugin_group--textNMap .nwcsp_full_width_image .nwcsp_item_ico,
.plugin_group--textNMap .gmap_whole_wrapper {
  grid-area: map;
}
.plugin_group--textNMap .plugin_header_outer,
.plugin_group--textNMap .plugin_header {
  display: none;
}
.plugin_group--textNMap .gmap_wrapper,
.plugin_group--textNMap .nwcsp_plugin_wrapper,
.plugin_group--textNMap .nwcsp_cont,
.plugin_group--textNMap .nwcsp_col_wrapper,
.plugin_group--textNMap .nwcsp_col {
  display: contents;
}
.plugin_group--textNMap .gmap {
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .plugin_group--textNMap .gmap {
    height: 40vh;
  }
}
.plugin_group--textNMap .nwcsp_1_col .nwcsp_item_ico {
  margin-bottom: 0;
  margin-right: 0;
  float: none;
  max-width: inherit;
  position: relative;
}
.plugin_group--textNMap .nwcsp_1_col .nwcsp_item_ico .picture_tag_image {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.plugin_group--textNMap .nwcsp_1_col .nwcsp_item_ico .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.plugin_group--textNMap .nwcsp_1_col .nwcsp_item_ico .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .plugin_group--textNMap .nwcsp_1_col .nwcsp_item_ico {
    height: 30vh;
  }
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper {
  font-size: 1.2rem;
  line-height: 1.61111em;
}
@media only screen and (max-width: 1000px) {
  .plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper {
    margin-bottom: 2rem;
  }
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper h2 {
  margin-bottom: 0.2em;
  text-transform: none;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper a {
  font-weight: 900;
  transition: color 0.3s;
  position: relative;
  padding-right: 1em;
  font-family: "Roboto", Arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.33333rem;
  line-height: 1.25em;
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper a::before, .plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper a::after {
  content: "";
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  width: 6px;
  height: 8px;
  background: transparent none no-repeat center center / contain;
  right: 0;
  top: 0.5em;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper a::before {
  background-image: url("/media/img/arrow-right-primary.svg");
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper a::after {
  background-image: url("/media/img/arrow-right-accent.svg");
  opacity: 0;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper a:hover {
  color: #d11726;
  text-decoration: underline;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper a:hover::before {
  opacity: 0;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper a:hover::after {
  opacity: 1;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper p:not(:last-child) {
  margin-bottom: 0.5em;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper strong {
  display: block;
  margin-top: 1.2em;
}
.plugin_group--textNMap .nwcsp_1_col .wysiwyg_wrapper strong + br {
  display: none;
}
@media only screen and (min-width: 1001px) {
  .plugin_group--textNMap .nwcsp_full_width_image .nwcsp_item_ico {
    overflow: hidden;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .plugin_group--textNMap .nwcsp_full_width_image .nwcsp_item_ico img {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    max-height: initial;
    max-width: initial;
  }
}

.main_headline {
  font-weight: 900;
  color: #00317a;
  margin-bottom: 0.5em;
  font-size: 3rem;
  line-height: 1.11111em;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .main_headline {
    font-size: 2.53333rem;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 450px) {
  .main_headline {
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.main_headline:only-child {
  margin-bottom: 0;
}

.main_perex {
  font-size: 1.2rem;
  line-height: 1.61111em;
  margin-bottom: 2em;
}
.main_perex:last-child {
  margin-bottom: 0;
}

.page_header {
  background-color: #f5f5f5;
  position: relative;
}
@media only screen and (min-width: 801px) {
  .page_header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 801px) and (min-width: 451px) {
  .page_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 450px) {
  .page_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 801px) {
  .page_header__info {
    padding-top: 2rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 801px) and (min-width: 1461px) {
  .page_header__info {
    justify-self: end;
    max-width: 55.1rem;
  }
  .page_header__info_inner {
    width: 52.1rem;
  }
}
@media only screen and (min-width: 801px) {
  .page_header__texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    max-width: 40rem;
    min-height: 11rem;
  }
  .page_header .wysiwyg_wrapper {
    font-size: 1.2rem;
    line-height: 1.61111em;
  }
  .page_header--extended .page_header__texts {
    min-height: 33vh;
  }
}
@media only screen and (max-width: 800px) {
  .page_header .breadcrumbs {
    margin-bottom: 1.5rem;
  }
  .page_header__info {
    margin-left: auto;
    margin-right: auto;
    max-width: 1700px;
    width: 100%;
    padding-bottom: 3.5rem;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 800px) and (min-width: 451px) {
  .page_header__info {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 800px) and (max-width: 450px) {
  .page_header__info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 800px) and (max-width: 600px) {
  .page_header__info {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .page_header__banner, .page_header__map {
    aspect-ratio: 5 / 2;
  }
  .page_header__banner {
    position: relative;
  }
  .page_header__banner .banner {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.logo {
  margin-left: -1rem;
  margin-right: -1rem;
  grid-area: logo;
  display: block;
  max-width: 17.8rem;
  padding: 0.7rem 1rem;
}
.logo svg {
  margin-bottom: -4%;
}
.logo [data-id="logo-primary"],
.logo [data-id="logo-part-bohemia"] {
  fill: #00317a;
}
.logo [data-id="logo-accent"] {
  fill: #d11726;
}
.logo [data-id="logo-part-bohemia"],
.logo [data-id="logo-part-line"] {
  transition: transform 0.3s;
}
.logo:hover [data-id="logo-part-bohemia"] {
  transform: translateY(10%);
}
.logo:hover [data-id="logo-part-line"] {
  transform: translateX(36%);
}
@media only screen and (min-width: 861px) {
  .logo {
    padding-bottom: 2.2rem;
    padding-top: 2.2rem;
    transition: padding 0.3s;
  }
}
@media only screen and (min-width: 861px) {
  body.header_fixed .logo {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 860px) {
  .logo {
    max-width: 12rem;
  }
}

@media only screen and (min-width: 861px) {
  .menu {
    grid-area: menu;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1rem;
    width: 100%;
    max-width: 40rem;
    justify-self: end;
  }
}
@media only screen and (max-width: 860px) {
  .menu {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.menu li > a {
  font-size: 1.33333rem;
  line-height: 1.2em;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  transition-property: color, font-size;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 861px) {
  body.header_fixed .menu li > a {
    font-size: 1.13333rem;
    line-height: 1.17647em;
  }
}
@media only screen and (max-width: 860px) {
  .menu li > a {
    font-size: 1.46667rem;
    line-height: 1.18182em;
    padding: 1rem;
  }
}
.menu li {
  flex-grow: 1;
}
.menu li:hover > a {
  color: #d11726;
}
@media only screen and (min-width: 861px) {
  .menu li:first-child .menu_item_title {
    position: relative;
    padding-right: 1em;
  }
  .menu li:first-child .menu_item_title::before, .menu li:first-child .menu_item_title::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 8px;
    background: transparent none no-repeat center center / contain;
    right: 0;
    top: 0.35em;
    transform: rotate(0.25turn);
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-delay: 0s;
  }
  .menu li:first-child .menu_item_title::before {
    background-image: url("/media/img/arrow-right-primary.svg");
  }
  .menu li:first-child .menu_item_title::after {
    background-image: url("/media/img/arrow-right-accent.svg");
    opacity: 0;
  }
  .menu li:first-child:hover .menu_item_title::before, .menu li:first-child:hover .menu_item_title::after {
    transform: rotate(-0.25turn);
    transition-delay: 0.5s;
  }
  .menu li:first-child:hover .menu_item_title::before {
    opacity: 0;
  }
  .menu li:first-child:hover .menu_item_title::after {
    opacity: 1;
  }
  .menu li:first-child:hover .menu_extended,
  .menu li:first-child:hover + .menu_extended__overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transition-delay: 0.5s;
  }
}
.menu ul {
  display: contents;
}
.menu ul ul {
  display: none;
}

@media only screen and (min-width: 861px) {
  .menu_extended {
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    background-color: #fff;
    box-shadow: 0 30px 15px -30px rgba(0, 49, 122, 0.4);
    border-top: 1px solid #a8a8a8;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 2;
  }
  .menu_extended .category__list {
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-bottom: 1px solid #a8a8a8;
  }
}
@media only screen and (max-width: 860px) {
  .menu_extended {
    display: none;
  }
}
.menu_extended__overlay {
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
  background-color: rgba(0, 49, 122, 0.6);
  top: 10rem;
}
.menu_extended__more_link {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.53333em;
  background-color: #fff;
  border: 1px solid #00317a;
  color: #00317a;
  padding: 0.5em 2em;
  min-width: 12.2em;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-bottom: 2rem;
}
.menu_extended__more_link:hover {
  background-color: #00317a;
  color: #fff;
}
.menu_extended .nwcsp_signpost.services {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #a8a8a8;
}
.menu_extended .nwcsp_signpost.services .plugin_header {
  display: none;
}
.menu_extended .nwcsp_signpost.services svg {
  transition: fill 0.3s;
}
.menu_extended .nwcsp_signpost.services .nwcsp_item_title {
  color: inherit;
}
.menu_extended .nwcsp_signpost.services .nwcsp_cont {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
  width: auto;
}
@media only screen and (min-width: 901px) {
  .menu_extended .nwcsp_signpost.services .item_cont {
    transition-property: background-color, color;
    transition-duration: 0.3s;
    height: 100%;
  }
  .menu_extended .nwcsp_signpost.services .item_cont:hover {
    background-color: #00317a;
    color: #fff;
  }
  .menu_extended .nwcsp_signpost.services .item_cont:hover svg {
    fill: #fff;
  }
}

.search_header {
  grid-area: search;
  align-self: center;
}
@media only screen and (min-width: 861px) {
  .search_header {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-right: -2rem;
    border-left: 1px solid #00317a;
  }
}
@media only screen and (max-width: 860px) {
  .search_header {
    border-right: 1px solid #00317a;
  }
}
.search_header__opener {
  display: flex;
  align-items: center;
  padding: 0.5rem 2rem;
  cursor: pointer;
  height: 100%;
}
.search_header__opener svg {
  height: 1.73rem;
  width: 1.73rem;
  fill: #d11726;
}
@media only screen and (max-width: 860px) {
  .search_header__opener {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}
.search_header__overlay {
  transition: transform 0.3s;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 13;
  transform: translateY(-100%);
}
.search_header__overlay_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  width: 100%;
  padding-bottom: 2.6rem;
  padding-top: 2.6rem;
  display: grid;
  grid-template-columns: 1fr 4rem;
}
@media only screen and (min-width: 451px) {
  .search_header__overlay_inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .search_header__overlay_inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .search_header__overlay_inner {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.search_header__input .input input {
  font-size: 1.33333rem;
  line-height: 1.15em;
  padding: 0.6em 1.3em;
}
.search_header__input .label {
  display: none;
}
.search_header__input .form_item {
  margin-bottom: 0;
}
.search_header__button {
  transition: background-color 0.3s;
  background-color: #d11726;
  border: 1px solid #d11726;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search_header__button svg {
  transition: fill 0.3s;
  height: 1.4rem;
  width: 1.4rem;
  fill: #fff;
}
.search_header__button:hover svg {
  fill: #d11726;
}
.search_header__button:hover {
  background-color: #fff;
}
.search_header__close {
  cursor: pointer;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
}
.search_header__close svg {
  transition: fill 0.3s;
  height: 0.7rem;
  width: 0.7rem;
  fill: #00317a;
}
.search_header__close:hover svg {
  fill: #d11726;
}
.search_header .button {
  display: none;
}
.search_header .error_messages {
  position: absolute;
}
.search.opened .search_header__overlay {
  transform: translateY(0);
}
.search_header .nwjs_search_preview,
.search_header .search,
.search_header .form {
  display: contents;
}

.search_preview {
  display: none !important;
}

.cart_header {
  grid-area: cart;
  align-self: center;
  position: relative;
  display: block;
}
.cart_header__inner {
  position: relative;
  padding: 1em;
}
.cart_header__inner::after {
  content: "";
  display: block;
  position: absolute;
  height: 1.6em;
  width: 1.6em;
  font-weight: 500;
  font-size: 0.86667rem;
  line-height: 1.38462em;
  transition: background-color 0.3s;
  content: attr(data-count);
  color: #fff;
  background-color: #00317a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  right: 0.4em;
  top: 0.4em;
}
@media only screen and (max-width: 860px) {
  .cart_header__inner > span {
    display: none;
  }
}
.cart_header__link {
  transition: color 0.3s;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
.cart_header__link svg {
  transition: fill 0.3s;
  height: 2em;
  width: 2em;
  fill: #00317a;
}
.cart_header__link:hover svg {
  fill: #d11726;
}
.cart_header__link:hover {
  color: #d11726;
}
.cart_header__link svg {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 861px) {
  .cart_header__link svg {
    margin-bottom: 0.3em;
  }
}
.cart_header__link:hover .cart_header__inner::after {
  background-color: #d11726;
}

.language_item {
  font-size: 1.33333rem;
  line-height: 1.2em;
  transition: background-color 0.3s;
  text-transform: lowercase;
}
.language_item__link {
  transition: color 0.3s;
  display: flex;
  align-items: center;
  padding: 0.5em 0.8em;
}
.language_item__link::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.4em;
  width: 1.4em;
  position: static;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  margin-right: 0.8em;
}
.language_item.lang_cs .language_item__link::before {
  background-image: url("/media/img/languages/cs.svg");
  background-position-x: 25%;
}
.language_item.lang_en .language_item__link::before {
  background-image: url("/media/img/languages/en.svg");
}

@media only screen and (min-width: 861px) {
  .language_item__inner {
    display: block;
  }
  .language_item.active .language_item__inner {
    position: relative;
    padding-right: 1.3em;
  }
  .language_item.active .language_item__inner::before, .language_item.active .language_item__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 12px;
    background: transparent no-repeat center center / contain;
    right: 0;
    top: 0.4em;
    transform: rotate(0.25turn);
    transition-property: opacity, transform;
    transition-duration: 0.3s;
  }
  .language_item.active .language_item__inner::before {
    background-image: url("/media/img/arrow-right-primary.svg");
    opacity: 1;
  }
  .language_item.active .language_item__inner::after {
    background-image: url("/media/img/arrow-right-accent.svg");
    opacity: 0;
  }
  .languages.opened .language_item {
    background-color: #00317a;
  }
  .languages.opened .language_item__link {
    color: #fff;
  }
  .languages.opened .language_item.active .language_item__inner::before, .languages.opened .language_item.active .language_item__inner::after {
    transform: rotate(-0.25turn);
  }
  .languages.opened .language_item.active .language_item__inner::before {
    opacity: 0;
  }
  .languages.opened .language_item.active .language_item__inner::after {
    opacity: 1;
  }

  .languages {
    grid-area: languages;
    position: relative;
    z-index: 2;
    align-self: center;
  }
  .languages_list {
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    background-color: #00317a;
    position: absolute;
    width: 100%;
  }
  .languages_list .active {
    display: none;
  }
  .languages.opened .languages_list {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
@media only screen and (max-width: 860px) {
  .language_item {
    display: contents;
  }
  .language_item__link {
    flex-grow: 1;
    flex-basis: 0;
    justify-content: center;
    transition-property: background-color, color;
    transition-duration: 0.3s;
  }
  .language_item:not(:last-child) .language_item__link {
    border-right: 1px solid #fff;
  }
  .languages__inner > .language_item.active {
    display: none;
  }
  .language_item__link:hover, .language_item.active .language_item__link {
    background-color: #00317a;
    color: #fff;
  }

  .languages {
    display: flex;
  }
  .languages__inner, .languages_list {
    display: contents;
  }
}
.hamburger {
  padding: 1.5rem 1.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 28px;
  height: 16.2px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.7px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 1.4px;
  background-color: #00317a;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7.4px;
}
.hamburger-inner::after {
  bottom: -7.4px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -14.8px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.side_menu_opened .hamburger--collapse .hamburger-inner {
  transform: translate3d(0, -7.4px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--collapse .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
body.side_menu_opened .hamburger--collapse .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  position: absolute;
  right: 1.5rem;
  top: 0.8rem;
  z-index: 12;
}
@media only screen and (max-width: 450px) {
  .hamburger {
    right: 0rem;
  }
}
@media only screen and (min-width: 861px) {
  .hamburger {
    display: none;
  }
  .hamburger__blur_layer, .hamburger_side_menu, .hamburger_side_menu__inner {
    display: contents;
  }
}
.hamburger-box {
  display: block;
}
.hamburger__blur_layer {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  position: fixed;
  z-index: 10;
}
@media only screen and (max-width: 860px) {
  .hamburger_side_menu {
    background-color: #fff;
    bottom: 0;
    padding-top: 4rem;
    position: fixed;
    right: -280px;
    top: 0;
    transition-duration: 0.4s;
    transition-property: right, box-shadow;
    width: 280px;
    z-index: 11;
  }
}
@media only screen and (max-width: 860px) {
  .hamburger_side_menu__inner {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.hamburger__wrap {
  display: contents;
}
@media only screen and (min-width: 861px) {
  .hamburger__wrap {
    flex-grow: 1;
  }
}

@media only screen and (max-width: 860px) {
  body.side_menu_opened {
    overflow: hidden;
  }
  body.side_menu_opened .hamburger {
    position: fixed;
  }
  body.side_menu_opened .hamburger__blur_layer {
    display: block;
  }
  body.side_menu_opened .hamburger_side_menu {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    right: 0;
  }
}

.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 3;
  border-bottom: 1px solid #a8a8a8;
}
.header__inner {
  display: grid;
  grid-template-areas: 'logo menu cart search';
  grid-template-columns: auto minmax(min-content, 1fr) minmax(min-content, auto) minmax(min-content, auto);
  grid-gap: 1.5rem;
}
@media only screen and (min-width: 861px) {
  .has_language_selector .header__inner {
    grid-template-areas: 'logo menu cart languages search';
    grid-template-columns: auto minmax(min-content, 1fr) minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  }
}
@media only screen and (max-width: 860px) {
  .header__inner {
    padding-bottom: 1rem;
    padding-top: 1rem;
    grid-template-areas: 'logo cart search';
    grid-template-columns: auto minmax(min-content, max-content) minmax(min-content, max-content);
    padding-right: calc(28px + 1.5rem);
  }
}

.footer {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .footer {
    margin-top: 2.5rem;
  }
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
  width: 100%;
  margin-top: 3.5rem;
}
@media only screen and (min-width: 451px) {
  .footer__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .footer__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .footer__inner {
    margin-top: 2.5rem;
  }
}
.footer_cols {
  border-top: 1px solid #a8a8a8;
  padding-top: 3.3vh;
  display: grid;
  grid-template-columns: auto 1.1fr 1fr;
  grid-gap: 3vw;
  grid-template-areas: 'logo quickContact menu';
}
@media only screen and (min-width: 1621px) {
  .footer_cols {
    font-size: 1.2rem;
    line-height: 1.61111em;
  }
}
@media only screen and (max-width: 900px) {
  .footer_cols {
    grid-template-columns: auto auto;
    grid-template-areas: 'logo         menu' 'quickContact quickContact';
    justify-content: flex-start;
    align-items: center;
  }
}
@media only screen and (max-width: 530px) {
  .footer_cols {
    grid-template-areas: 'logo' 'menu' 'quickContact';
  }
}
.footer_col--logo {
  grid-area: logo;
}
.footer_col--logo .logo {
  margin-bottom: -1rem;
  margin-top: -1rem;
}
@media only screen and (max-width: 1300px) {
  .footer_col--logo .logo {
    max-width: 12rem;
  }
}
.footer_col--quickContact {
  grid-area: quickContact;
}
.footer_col--quickContact .wysiwyg_wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 2vw;
}
.footer_col--quickContact .wysiwyg_wrapper p {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .footer_col--quickContact .wysiwyg_wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 530px) {
  .footer_col--quickContact .wysiwyg_wrapper {
    grid-template-columns: auto;
  }
}
.footer_col--menu {
  grid-area: menu;
  display: flow-root;
}
.footer_col--menu a {
  white-space: nowrap;
}
.footer_col--menu a:hover {
  text-decoration: underline;
}
.footer_col--menu li:not(:last-child) {
  display: flex;
  align-items: center;
  margin-right: 1.5vw;
}
.footer_col--menu li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  position: static;
  border-radius: 50%;
  background-color: #d11726;
  margin-left: 1.5vw;
}
@media only screen and (min-width: 1701px) {
  .footer_col--menu li:not(:last-child) {
    margin-right: 2rem;
  }
  .footer_col--menu li:not(:last-child)::after {
    margin-left: 2rem;
  }
}
.footer_col--menu ul {
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.footer_col--menu ul ul {
  display: none;
}

.heel .mbi_link {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heel .mbi_link [data-id='svg_logo_inspire_base'] {
  display: block;
}
.heel .mbi_link [data-id='svg_logo_inspire_base'] stop {
  transition: stop-color 0.3s;
}
.heel .mbi_link:hover [data-id='svg_logo_inspire_base'] stop {
  stop-color: #f69a68;
}
.heel .heel_company_url,
.heel .mbi_label {
  display: none;
}
.heel__inner {
  padding-bottom: 2rem;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}

.voucher_import {
  padding-left: 1rem;
  padding-right: 1rem;
}
.voucher_import .file {
  word-wrap: break-word;
  font-size: 0.86667rem;
  line-height: 1.30769em;
  display: block;
  padding: 3rem 4rem 1rem 1rem;
  border: 1px solid #a8a8a8;
  position: relative;
  transition-property: background-color, box-shadow;
  transition-duration: 0.3s;
}
.voucher_import .file::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  background: transparent url("/media/img/ico-file.svg") no-repeat center center/contain;
  left: 1rem;
  top: 1rem;
}
.voucher_import .file:hover {
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 49, 122, 0.4);
  color: #d11726;
  text-decoration: underline;
}
.voucher_import .file {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem;
  margin-bottom: 0;
  margin-right: 2rem;
}
.voucher_import .file .label label {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0;
}
.voucher_import .file::before {
  position: static;
}
.voucher_import .file::after {
  display: none;
}
.voucher_import .file:hover {
  text-decoration: none;
}
.voucher_import .form__items {
  display: flex;
  align-items: center;
}
.voucher_import .flash_message__list {
  margin-top: 2rem;
  position: static;
  height: auto;
}
.voucher_import .flash_message__list .flash_message_item__inner {
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.voucher_import .flash_message__list .flash_message_item__text {
  margin-top: 1rem;
}
.voucher_import .flash_message__list .flash_message_item__text__small {
  font-size: 0.86667rem;
  line-height: 1.38462em;
}
.voucher_import .flash_message__list .flash_message_item strong {
  font-weight: 900;
}
.voucher_import__note {
  font-size: 0.8rem;
  line-height: 1.5em;
  border-top: 1px solid #a8a8a8;
  margin-top: 2rem;
  padding-top: 2rem;
}
.voucher_import__note p + ul {
  margin-top: -1rem;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cron_page_wrapper .cron_job {
  margin-bottom: 30px;
}
.cron_page_wrapper .cron_job p {
  margin-top: 10px;
}
.cron_page_wrapper .cron_job table {
  border-collapse: collapse;
  margin-top: 30px;
}
.cron_page_wrapper .cron_job table th,
.cron_page_wrapper .cron_job table td {
  padding: 10px 13px;
  vertical-align: top;
}
.cron_page_wrapper .cron_job table th {
  font-weight: bold;
}
.cron_page_wrapper .cron_job table td {
  font-style: oblique;
}
.cron_page_wrapper .cron_job table td.running, .cron_page_wrapper .cron_job table td.lock_no {
  color: #FF851B;
}
.cron_page_wrapper .cron_job table td.stucked, .cron_page_wrapper .cron_job table td.stuck {
  color: #FF4136;
}
.cron_page_wrapper .cron_job table td.lock, .cron_page_wrapper .cron_job table td.idle {
  color: #01FF70;
}
.cron_page_wrapper .cron_job table tbody tr:nth-of-type(odd) th,
.cron_page_wrapper .cron_job table tbody tr:nth-of-type(odd) td {
  background-color: #fafafa;
}
.cron_page_wrapper .cron_job table tbody tr.disabled td {
  color: #aaa;
  font-style: oblique;
}
.cron_page_wrapper .cron_job table tbody tr.disabled td * {
  color: #aaa;
  font-style: oblique;
}

.br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
    text-decoration: none;
    height: 18px;
    width: 18px;
    float: left;
    font-size: 23px;
    margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
    content: "\2605";
    color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
    color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
    color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-css-stars .br-readonly a {
    cursor: default;
}
@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: black;
    }
    .br-theme-css-stars .br-widget a.br-active:after,
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: black;
    }
}
