
@charset "UTF-8";
.checkbox .check_radio_item {
  position: relative;
}
.checkbox .field > input {
  border: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.checkbox .field > input + .graphic {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 1.2rem;
  width: 1.2rem;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0.6rem #fff inset;
  transition: all 0.2s ease-in-out;
}
.checkbox .field > input + .graphic::after, .checkbox .field > input + .graphic::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  width: calc(60% + 2px);
  left: calc(40% - 2px);
  background: #fff;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.checkbox .field > input + .graphic::before {
  transform: rotate(45deg);
  width: 40%;
  left: calc(10%);
  top: calc(70% - 1px - 2px);
}
.checkbox .field > input + .graphic + label {
  display: inline-block;
  position: relative;
  padding: 0;
  padding-left: calc(1.2rem + 1rem);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.checkbox .field > input:checked + .graphic {
  background: #bb1971;
  box-shadow: 0 0 0 0 #fff inset;
  border-width: calc(1px - 1px);
  border-color: #bb1971;
}
.checkbox .field > input:checked + .graphic::after, .checkbox .field > input:checked + .graphic::before {
  opacity: 1;
}
.checkbox .label > label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  padding-left: 2rem;
  position: relative;
  z-index: 10;
}

.radiobox .item_wrapper {
  position: relative;
}
.radiobox .item_field > .input {
  border: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.radiobox .item_field > .input + .graphics {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0.75rem #fff inset;
  transition: all 0.2s ease-in-out;
}
.radiobox .item_field > .input + .graphics::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: calc(1.5rem + 2px);
  width: calc(1.5rem + 2px);
  left: calc(50% - 0.75rem);
  border-radius: 0.75rem;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.radiobox .item_field > .input + .graphics + .caption {
  display: inline-block;
  position: relative;
  padding: 0;
  padding-left: calc(1.5rem + 1rem);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.radiobox .item_field > .input.checked + .graphics {
  background: #bb1971;
  box-shadow: 0 0 0 4px #fff inset;
  border-color: #bb1971;
}
.radiobox .item_field > .input.checked + .graphics::before {
  opacity: 0;
}
.radiobox .item_label .caption {
  align-items: center;
  cursor: pointer;
  padding-left: 2rem;
  position: relative;
  z-index: 10;
}

.form_item.select .label {
  display: block;
  font-size: small;
  left: 0;
  position: absolute;
  top: -1.5rem;
  width: 100%;
}
.form_item.select .field select {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: #fff;
  border-bottom-color: #1c1c1c;
  transition-duration: 0.2s;
  transition-property: border, padding-bottom, background-color;
  background: none;
  border: 0;
  border-bottom: 1px solid #1c1c1c;
  padding: 0.8em 0;
  padding-right: 3rem;
  position: relative;
  width: 100%;
  z-index: 1;
  -moz-appearance: window;
  -webkit-appearance: none;
}
.form_item.select .field select::-ms-expand {
  display: none;
}
.form_item.select .field select:focus {
  border-bottom-color: #bb1971;
}
.form_item.select .field select:focus + .label label::after {
  border-color: #bb1971;
  top: 20px;
  transform: rotate(-135deg);
}
.form_item.select .field .label {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.form_item.select .field .label > label {
  height: 3rem;
  right: 0;
  top: 0;
  position: absolute;
  width: 3rem;
}
.form_item.select .field .label > label > span {
  display: none;
}
.form_item.select .field .label > label::after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  transform: rotate(0.125turn);
  border-bottom: 1.9999px solid rgba(0, 0, 0, 0.2);
  border-right: 1.9999px solid rgba(0, 0, 0, 0.2);
  left: 18px;
  top: 14px;
  transition-property: transform, top;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 11;
}

@keyframes bounce {
  0%,
    20%,
    53%,
    80%,
    100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@font-face {
  font-family: "loraregular";
  src: url("/media/font/lora-regular.woff2") format("woff2"), url("/media/font/lora-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "loraitalic";
  src: url("/media/font/lora-italic.woff2") format("woff2"), url("/media/font/lora-italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "lorabold";
  src: url("/media/font/lora-bold.woff2") format("woff2"), url("/media/font/lora-bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "pt_sansregular";
  src: url("/media/font/pt_sans-web-regular.woff2") format("woff2"), url("/media/font/pt_sans-web-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "pt_sansbold";
  src: url("/media/font/pt_sans-web-bold.woff2") format("woff2"), url("/media/font/pt_sans-web-bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "pt_sansitalic";
  src: url("/media/font/pt_sans-web-italic.woff2") format("woff2"), url("/media/font/pt_sans-web-italic.woff") format("woff");
  font-display: swap;
}
*,
*::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-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  h1 {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}

h2 {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2rem;
  line-height: 1.1875em;
  letter-spacing: 1.4px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  h2 {
    font-size: 1.5625rem;
    line-height: 1.2em;
    margin-bottom: 1.5rem;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 720px) {
  h2 {
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

h3 {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 1.5625rem;
  line-height: 1.2em;
  letter-spacing: 1.1px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: 0.9px;
  }
}

h4 {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.7px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

h5 {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 1.125rem;
  line-height: 1.33333em;
}

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: #1c1c1c;
  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 {
  margin-left: 1rem;
}
.wysiwyg_wrapper ul > li {
  margin-left: 0;
  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: #bb1971;
}
.wysiwyg_wrapper ul ul,
.wysiwyg_wrapper ul ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.wysiwyg_wrapper ul > li {
  font-family: "loraitalic", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0625rem;
  line-height: 1.47059em;
  letter-spacing: 0.5px;
  color: #434343;
  padding-left: 2rem;
}
.wysiwyg_wrapper ol {
  counter-reset: li;
  list-style-type: decimal;
}
.wysiwyg_wrapper ol > li {
  margin-left: 0;
  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: #bb1971;
  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 {
  font-family: "loraitalic", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.08696em;
  letter-spacing: 0.5px;
  color: #000;
  padding-left: 3rem;
}
.wysiwyg_wrapper ol > li::before {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  width: 21.33333px;
  height: 32px;
  text-align: center;
  line-height: calc(32px + 8px);
  border-top: 1px solid #bb1971;
  left: 0;
}
.wysiwyg_wrapper strong {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
}
.wysiwyg_wrapper table th,
.wysiwyg_wrapper table td {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.7rem 2rem;
}
.wysiwyg_wrapper table th:last-of-type,
.wysiwyg_wrapper table td:last-of-type {
  border-right-width: 0;
}
.wysiwyg_wrapper table th {
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.wysiwyg_wrapper table tbody tr:nth-of-type(odd) {
  background-color: rgba(115, 123, 131, 0.1);
}
.wysiwyg_wrapper table {
  margin-bottom: 3em;
  margin-top: 2em;
}
.wysiwyg_wrapper table thead td {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
}
.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.2s;
}
.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: #1c1c1c;
  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, 0, 0, 0.7);
  z-index: 101;
  transition-duration: 0.2s;
  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: 5rem;
    padding-right: 5rem;
  }
}
@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/css-stack/img/wsp-ico-close.svg") no-repeat center center/30%;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.2s;
}
.popup_container .controls .close:hover {
  opacity: 1;
}
.popup_container > .controls {
  display: none;
}
.popup_container .body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-bottom: 3rem;
  padding-top: 3rem;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
@media only screen and (min-width: 451px) {
  .popup_container .body {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@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 - 10rem);
  }
}

.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: #1c1c1c;
  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 #1c1c1c;
}

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

#cboxClose,
#cboxPrevious,
#cboxNext {
  -webkit-appearance: none;
  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.2s;
}

#cboxClose {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  height: 2rem;
  width: 2rem;
  background: rgba(28, 28, 28, 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: #1c1c1c;
}
#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(28, 28, 28, 0.5);
  color: #fff;
  min-width: 10em;
  bottom: 1rem;
  right: 1rem;
  position: absolute;
  text-align: center;
  padding: 0.7em 1em;
  transition: opacity 0.2s;
  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.875rem;
  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: #1c1c1c;
  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.875rem;
  line-height: 1.21429em;
  color: #1c1c1c;
  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.125rem;
  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 {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.33333em;
  background-color: #fff;
  border: 1px solid #e4e5e6;
  color: #1c1c1c;
  min-width: 200px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
}
.form_errors .form_error .graphic_message_inner .control .control_button span, .form_errors .form_error .graphic_message_inner .control .control_button::after,
.form_errors .flash .graphic_message_inner .control .control_button span,
.form_errors .flash .graphic_message_inner .control .control_button::after,
.flashes .form_error .graphic_message_inner .control .control_button span,
.flashes .form_error .graphic_message_inner .control .control_button::after,
.flashes .flash .graphic_message_inner .control .control_button span,
.flashes .flash .graphic_message_inner .control .control_button::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.form_errors .form_error .graphic_message_inner .control .control_button::after,
.form_errors .flash .graphic_message_inner .control .control_button::after,
.flashes .form_error .graphic_message_inner .control .control_button::after,
.flashes .flash .graphic_message_inner .control .control_button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.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: #1c1c1c;
}
.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.875rem;
  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.2s;
}
.flash_message_item__close:hover {
  background-color: rgba(28, 28, 28, 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: 1003;
}
.flash_message__list .flash_message_item:not(:last-child) {
  margin-bottom: 0.8em;
}

.cookie_alert {
  font-size: 0.75rem;
  line-height: 1.25em;
  background-color: #313b41;
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}
.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.2s;
  cursor: pointer;
  display: inline-flex;
  color: #fff;
  background-color: rgba(28, 28, 28, 0.3);
  border-radius: 0;
  padding: 0.7em 1em;
  font-size: 1.2em;
  text-transform: uppercase;
}
.cookie_alert__button:hover {
  background-color: #1c1c1c;
}
@media only screen and (max-width: 500px) {
  .cookie_alert__button {
    margin-top: 1.5em;
  }
}

.unsupported_browser {
  font-size: 0.75rem;
  line-height: 1.25em;
  background-color: #313b41;
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}
.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: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .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: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .banner--highestText .banner_slide__texts_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .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: 1.5rem;
}

.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;
}
@media only screen and (min-width: 1261px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(16.66667% - 0 - 0.01%);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 16.66667%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):not(:nth-child(6n-5)), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:not(:nth-child(6n-5)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):nth-child(6n-5), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:nth-child(6n-5) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1260px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(20% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 20%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):not(:nth-child(5n-4)), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:not(:nth-child(5n-4)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):nth-child(5n-4), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:nth-child(5n-4) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(25% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 25%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):nth-child(4n-3), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:nth-child(4n-3) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(33.33333% - 0 - 0.01%);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 33.33333%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):nth-child(3n-2), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:nth-child(3n-2) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 450px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(50% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 50%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):nth-child(2n-1), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:nth-child(2n-1) {
    margin-left: auto;
  }
}
.logos__slides.nwjs_carousel:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.logos__slides.nwjs_carousel:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 1261px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 6) {
    display: flex;
    width: 16.66667%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1260px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 5) {
    display: flex;
    width: 20%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 4) {
    display: flex;
    width: 25%;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 450px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
.logos__slides.nwjs_carousel.slick-initialized .logo_slide {
  display: flex;
}

html {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #363636;
  font-size: 1rem;
  line-height: 1.5em;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 0.8125rem;
    line-height: 1.38462em;
  }
}

.wysiwyg_wrapper ul, .wysiwyg_wrapper ol,
.nw_error_page ul,
.nw_error_page ol {
  margin-top: 0;
}
.wysiwyg_wrapper li,
.nw_error_page li {
  margin-left: 0;
  margin-bottom: 1rem;
  padding-left: calc(0rem + 6px);
  position: relative;
  text-align: left;
}
.wysiwyg_wrapper :last-child,
.wysiwyg_wrapper :last-child > table,
.nw_error_page :last-child,
.nw_error_page :last-child > table {
  margin-bottom: 0;
}

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

html {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #363636;
  font-size: 1rem;
  line-height: 1.5em;
  height: 100%;
}

body:not([data-loaded]) * {
  transition: none !important;
}

._cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  ._cont {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  ._cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sitemap_wrap,
.nw_error_page_inner_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .sitemap_wrap,
  .nw_error_page_inner_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .sitemap_wrap,
  .nw_error_page_inner_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.sitemap_wrap a {
  color: #1c1c1c;
  text-decoration: underline;
}
.sitemap_wrap a:hover {
  text-decoration: none;
}

.sitemap_wrap,
.nw_error_page {
  padding-bottom: 2rem;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

body .flash_wrap .flash .close {
  top: 27px;
}

.container {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.outer_cont {
  flex-grow: 1;
}
@media only screen and (max-width: 720px) {
  .outer_cont {
    font-size: 85%;
    line-height: 155%;
  }
}
@media only screen and (min-width: 961px) {
  .outer_cont {
    padding-top: 144px;
  }
}
@media only screen and (max-width: 960px) {
  .fixed + .outer_cont {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 540px) {
  .fixed + .outer_cont {
    padding-top: 60px;
  }
}

.ticket_main_wrap {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 600px) {
  .ticket_main_wrap {
    margin-bottom: 3rem;
  }
}

.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_socialfeed:first-child,
.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_gmap:first-child,
.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_full_width_image:first-child {
  margin-top: -3rem;
}
.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_socialfeed:first-child .instagram_feed,
.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_socialfeed:first-child .nwcsp_cont > *,
.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_gmap:first-child .instagram_feed,
.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_gmap:first-child .nwcsp_cont > *,
.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_full_width_image:first-child .instagram_feed,
.has_banner .nwcsp_plugins_wrapper_inner .nwcsp_full_width_image:first-child .nwcsp_cont > * {
  margin-top: 0;
}

.nwcsp_plugins_wrapper_inner .nwcsp_socialfeed + .nwcsp_gmap,
.nwcsp_plugins_wrapper_inner .nwcsp_gmap + .nwcsp_socialfeed,
.nwcsp_plugins_wrapper_inner .nwcsp_socialfeed + .nwcsp_full_width_image,
.nwcsp_plugins_wrapper_inner .nwcsp_full_width_image + .nwcsp_socialfeed,
.nwcsp_plugins_wrapper_inner .nwcsp_gmap + .nwcsp_full_width_image,
.nwcsp_plugins_wrapper_inner .nwcsp_full_width_image + .nwcsp_gmap {
  margin-top: -70px;
}
.nwcsp_plugins_wrapper_inner .nwcsp_plugin_wrapper.no_margin {
  margin-bottom: 0;
}

.form_item[data-travel-label] > .label {
  display: none !important;
}
.form_item[data-travel-label] .field {
  position: relative;
}
.form_item[data-travel-label] .field .caption {
  display: block;
}
.form_item[data-travel-label] .field label {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  height: auto;
  transform-origin: left top;
  white-space: nowrap;
  width: auto;
}
.form_item[data-travel-label] .field .label {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  width: 0;
}
.form_item[data-travel-label] input[type=text], .form_item[data-travel-label] input[type=time], .form_item[data-travel-label] input[type=search], .form_item[data-travel-label] input[type=password], .form_item[data-travel-label] input[type=number], .form_item[data-travel-label] input[type=email], .form_item[data-travel-label] input[type=tel], .form_item[data-travel-label] input[type=url], .form_item[data-travel-label] select, .form_item[data-travel-label] textarea, .form_item[data-travel-label] .field label {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  background-color: transparent;
  border: 1px solid transparent;
  display: block;
  height: 3rem;
  padding: 0.8em 0;
  width: 100%;
}
.form_item[data-travel-label] input[type=text], .form_item[data-travel-label] input[type=time], .form_item[data-travel-label] input[type=search], .form_item[data-travel-label] input[type=password], .form_item[data-travel-label] input[type=number], .form_item[data-travel-label] input[type=email], .form_item[data-travel-label] input[type=tel], .form_item[data-travel-label] input[type=url], .form_item[data-travel-label] select, .form_item[data-travel-label] textarea {
  background-color: #fff;
  border-bottom-color: #1c1c1c;
  transition-duration: 0.2s;
  transition-property: border, padding-bottom, background-color;
}
.form_item[data-travel-label] input[type=text]::-webkit-input-placeholder, .form_item[data-travel-label] input[type=time]::-webkit-input-placeholder, .form_item[data-travel-label] input[type=search]::-webkit-input-placeholder, .form_item[data-travel-label] input[type=password]::-webkit-input-placeholder, .form_item[data-travel-label] input[type=number]::-webkit-input-placeholder, .form_item[data-travel-label] input[type=email]::-webkit-input-placeholder, .form_item[data-travel-label] input[type=tel]::-webkit-input-placeholder, .form_item[data-travel-label] input[type=url]::-webkit-input-placeholder, .form_item[data-travel-label] select::-webkit-input-placeholder, .form_item[data-travel-label] textarea::-webkit-input-placeholder {
  color: transparent !important;
}
.form_item[data-travel-label] input[type=text]::-moz-placeholder, .form_item[data-travel-label] input[type=time]::-moz-placeholder, .form_item[data-travel-label] input[type=search]::-moz-placeholder, .form_item[data-travel-label] input[type=password]::-moz-placeholder, .form_item[data-travel-label] input[type=number]::-moz-placeholder, .form_item[data-travel-label] input[type=email]::-moz-placeholder, .form_item[data-travel-label] input[type=tel]::-moz-placeholder, .form_item[data-travel-label] input[type=url]::-moz-placeholder, .form_item[data-travel-label] select::-moz-placeholder, .form_item[data-travel-label] textarea::-moz-placeholder {
  color: transparent !important;
}
.form_item[data-travel-label] input[type=text]:focus + .label label, .form_item[data-travel-label] input[type=text]:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] input[type=time]:focus + .label label, .form_item[data-travel-label] input[type=time]:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] input[type=search]:focus + .label label, .form_item[data-travel-label] input[type=search]:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] input[type=password]:focus + .label label, .form_item[data-travel-label] input[type=password]:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] input[type=number]:focus + .label label, .form_item[data-travel-label] input[type=number]:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] input[type=email]:focus + .label label, .form_item[data-travel-label] input[type=email]:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] input[type=tel]:focus + .label label, .form_item[data-travel-label] input[type=tel]:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] input[type=url]:focus + .label label, .form_item[data-travel-label] input[type=url]:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] select:focus + .label label, .form_item[data-travel-label] select:not(.placeholder_shown):not(:placeholder-shown) + .label label, .form_item[data-travel-label] textarea:focus + .label label, .form_item[data-travel-label] textarea:not(.placeholder_shown):not(:placeholder-shown) + .label label {
  transform: scale(0.7) translate(0, -50%);
}
_:-ms-lang(x):focus + .label label, _:-ms-lang(x):not(.placeholder_shown) + .label label, _:-webkit-full-screen:focus + .label label, _:-webkit-full-screen:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=text]:focus + .label label, .form_item[data-travel-label] input[type=text]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=time]:focus + .label label, .form_item[data-travel-label] input[type=time]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=search]:focus + .label label, .form_item[data-travel-label] input[type=search]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=password]:focus + .label label, .form_item[data-travel-label] input[type=password]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=number]:focus + .label label, .form_item[data-travel-label] input[type=number]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=email]:focus + .label label, .form_item[data-travel-label] input[type=email]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=tel]:focus + .label label, .form_item[data-travel-label] input[type=tel]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=url]:focus + .label label, .form_item[data-travel-label] input[type=url]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] select:focus + .label label, .form_item[data-travel-label] select:not(.placeholder_shown) + .label label, .form_item[data-travel-label] textarea:focus + .label label, .form_item[data-travel-label] textarea:not(.placeholder_shown) + .label label {
  transform: scale(0.7) translate(0, -50%);
}
@media screen and (min-width: 0\0) {
  .form_item[data-travel-label] input[type=text]:focus + .label label, .form_item[data-travel-label] input[type=text]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=time]:focus + .label label, .form_item[data-travel-label] input[type=time]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=search]:focus + .label label, .form_item[data-travel-label] input[type=search]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=password]:focus + .label label, .form_item[data-travel-label] input[type=password]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=number]:focus + .label label, .form_item[data-travel-label] input[type=number]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=email]:focus + .label label, .form_item[data-travel-label] input[type=email]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=tel]:focus + .label label, .form_item[data-travel-label] input[type=tel]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] input[type=url]:focus + .label label, .form_item[data-travel-label] input[type=url]:not(.placeholder_shown) + .label label, .form_item[data-travel-label] select:focus + .label label, .form_item[data-travel-label] select:not(.placeholder_shown) + .label label, .form_item[data-travel-label] textarea:focus + .label label, .form_item[data-travel-label] textarea:not(.placeholder_shown) + .label label {
    transform: scale(0.7) translate(0, -50%);
  }
}
.form_item[data-travel-label] .field label {
  transition: transform 0.5s;
}

.form__hiddens {
  display: none;
}

.form {
  position: relative;
}
.form .form_item {
  margin-bottom: 4rem;
  position: relative;
}
@media only screen and (max-width: 720px) {
  .form .form_item {
    width: 100%;
  }
}
.form .form_item .error_messages {
  font-size: 0.75rem;
  color: #bb1971;
  line-height: 120%;
  margin-top: 0.5rem;
  padding: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.form .form_item .error_messages .error {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: block;
}
.form .form_item .error_messages .error::after {
  content: "";
  display: block;
  position: absolute;
  transform-origin: center center;
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  content: '\25cf';
  font-size: 22px;
  left: 0;
  top: -2px;
}
.form .form_item.file .field {
  display: none;
}
.form .form_item.file label {
  background: none;
  border: 1px solid transparent;
  display: inline-flex;
  height: 4rem;
  min-width: 256px;
  padding: 1.3rem;
  padding-left: 4rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.form .form_item.file label::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/media/img/icons/attachment-clip.svg") no-repeat;
  background-size: cover;
  left: 1rem;
  transition: opacity 0.2s ease-in-out;
  height: 24px;
  top: calc(24px/2 + 5px);
  width: 2rem;
}
.form .form_item.file label:hover {
  border-color: #fff;
  color: #bb1971;
}
.form .form_item.file label:hover::after {
  border-color: #bb1971;
  transform-origin: 0 100%;
  opacity: 0.8;
}
.form .form_item.file label:hover + .labelDescription {
  color: #bb1971;
}
.form .form_item.file .labelDescription {
  margin-top: 0.5rem;
  text-transform: none;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 720px) {
  .form .form_item .label label {
    line-height: 187.5%;
  }
}
.form .form_item.required .field {
  position: relative;
}
.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-bottom-color: #bb1971;
  color: #bb1971;
}
.form .form_item.has_error textarea {
  border-color: #bb1971;
}
.form .form_item[data-travel-label].textarea > .label {
  display: block !important;
}
.form .form_item[data-travel-label].textarea .field .label {
  display: none;
}
.form .field input:not([type='checkbox'])::-webkit-input-placeholder,
.form .field textarea::-webkit-input-placeholder {
  color: #bb1971;
}
.form .field input:not([type='checkbox'])::-moz-placeholder,
.form .field textarea::-moz-placeholder {
  color: #bb1971;
}
.form .field input:not([type='checkbox']):focus,
.form .field textarea:focus {
  border-bottom-color: #bb1971;
  color: #bb1971;
}
.form .field input:not([type='checkbox']):focus::-webkit-input-placeholder,
.form .field textarea:focus::-webkit-input-placeholder {
  color: #bb1971;
}
.form .field input:not([type='checkbox']):focus::-moz-placeholder,
.form .field textarea:focus::-moz-placeholder {
  color: #bb1971;
}
.form .form_item textarea {
  border-color: #1c1c1c;
  height: calc(1.6em + 96px);
  resize: vertical;
  padding: 0.75rem 1.25rem;
}
.form .form_item textarea:focus {
  border-color: #bb1971;
}
.form .field input:not([type='checkbox']),
.form .field select {
  height: 3rem;
}
.form:not(.search) .submit_button {
  margin-bottom: 0;
  text-align: left;
  padding-left: calc(50% + 1.5rem);
}
@media only screen and (max-width: 430px) {
  .form:not(.search) .submit_button {
    padding-left: 0;
  }
}
.form:not(.search) .submit_button button {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
  justify-content: space-between;
  width: 100%;
}
.form:not(.search) .submit_button button span, .form:not(.search) .submit_button button::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.form:not(.search) .submit_button button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.form:not(.search) .submit_button button:hover {
  background-color: #1c1c1c;
}

.hamburger {
  padding: 15px 15px;
  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: 0.7;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #262626;
  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: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.side_menu_opened .hamburger--3dx .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
body.side_menu_opened .hamburger--3dx .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
body.side_menu_opened .hamburger--3dx .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.side_menu_opened .hamburger--3dx-r .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
body.side_menu_opened .hamburger--3dx-r .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
body.side_menu_opened .hamburger--3dx-r .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.side_menu_opened .hamburger--3dy .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
body.side_menu_opened .hamburger--3dy .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
body.side_menu_opened .hamburger--3dy .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.side_menu_opened .hamburger--3dy-r .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
body.side_menu_opened .hamburger--3dy-r .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
body.side_menu_opened .hamburger--3dy-r .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.side_menu_opened .hamburger--3dxy .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
body.side_menu_opened .hamburger--3dxy .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
body.side_menu_opened .hamburger--3dxy .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.side_menu_opened .hamburger--3dxy-r .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
body.side_menu_opened .hamburger--3dxy-r .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
body.side_menu_opened .hamburger--3dxy-r .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
body.side_menu_opened .hamburger--arrow .hamburger-inner::before {
  transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
body.side_menu_opened .hamburger--arrow .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
body.side_menu_opened .hamburger--arrow-r .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
body.side_menu_opened .hamburger--arrow-r .hamburger-inner::after {
  transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.side_menu_opened .hamburger--arrowalt .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
body.side_menu_opened .hamburger--arrowalt .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.side_menu_opened .hamburger--arrowalt-r .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
body.side_menu_opened .hamburger--arrowalt-r .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
body.side_menu_opened .hamburger--arrowturn .hamburger-inner {
  transform: rotate(-180deg);
}
body.side_menu_opened .hamburger--arrowturn .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
body.side_menu_opened .hamburger--arrowturn .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
body.side_menu_opened .hamburger--arrowturn-r .hamburger-inner {
  transform: rotate(-180deg);
}
body.side_menu_opened .hamburger--arrowturn-r .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
body.side_menu_opened .hamburger--arrowturn-r .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
body.side_menu_opened .hamburger--boring .hamburger-inner {
  transform: rotate(45deg);
}
body.side_menu_opened .hamburger--boring .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
body.side_menu_opened .hamburger--boring .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * 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: -16px;
  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, -8px, 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);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .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-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .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-r .hamburger-inner {
  transform: translate3d(0, -8px, 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-r .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-r .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);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body.side_menu_opened .hamburger--elastic .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
body.side_menu_opened .hamburger--elastic .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
body.side_menu_opened .hamburger--elastic .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body.side_menu_opened .hamburger--elastic-r .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
body.side_menu_opened .hamburger--elastic-r .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
body.side_menu_opened .hamburger--elastic-r .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
body.side_menu_opened .hamburger--emphatic .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
body.side_menu_opened .hamburger--emphatic .hamburger-inner::before {
  left: -64px;
  top: -64px;
  transform: translate3d(64px, 64px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.side_menu_opened .hamburger--emphatic .hamburger-inner::after {
  right: -64px;
  top: -64px;
  transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
body.side_menu_opened .hamburger--emphatic-r .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
body.side_menu_opened .hamburger--emphatic-r .hamburger-inner::before {
  left: -64px;
  top: 64px;
  transform: translate3d(64px, -64px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body.side_menu_opened .hamburger--emphatic-r .hamburger-inner::after {
  right: -64px;
  top: 64px;
  transform: translate3d(-64px, -64px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
body.side_menu_opened .hamburger--minus .hamburger-inner::before, body.side_menu_opened .hamburger--minus .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
body.side_menu_opened .hamburger--minus .hamburger-inner::before {
  top: 0;
}
body.side_menu_opened .hamburger--minus .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
body.side_menu_opened .hamburger--slider .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
body.side_menu_opened .hamburger--slider .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.57143px, -6px, 0);
  opacity: 0;
}
body.side_menu_opened .hamburger--slider .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
body.side_menu_opened .hamburger--slider-r .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
body.side_menu_opened .hamburger--slider-r .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.57143px, -6px, 0);
  opacity: 0;
}
body.side_menu_opened .hamburger--slider-r .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.side_menu_opened .hamburger--spin .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--spin .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
body.side_menu_opened .hamburger--spin .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.side_menu_opened .hamburger--spin-r .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--spin-r .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
body.side_menu_opened .hamburger--spin-r .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 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--spring .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
body.side_menu_opened .hamburger--spring .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
body.side_menu_opened .hamburger--spring .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 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--spring-r .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--spring-r .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
body.side_menu_opened .hamburger--spring-r .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.side_menu_opened .hamburger--stand .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
body.side_menu_opened .hamburger--stand .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--stand .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.side_menu_opened .hamburger--stand-r .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
body.side_menu_opened .hamburger--stand-r .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--stand-r .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.side_menu_opened .hamburger--squeeze .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
body.side_menu_opened .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
body.side_menu_opened .hamburger--vortex .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
body.side_menu_opened .hamburger--vortex .hamburger-inner::before, body.side_menu_opened .hamburger--vortex .hamburger-inner::after {
  transition-delay: 0s;
}
body.side_menu_opened .hamburger--vortex .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
body.side_menu_opened .hamburger--vortex .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
body.side_menu_opened .hamburger--vortex-r .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
body.side_menu_opened .hamburger--vortex-r .hamburger-inner::before, body.side_menu_opened .hamburger--vortex-r .hamburger-inner::after {
  transition-delay: 0s;
}
body.side_menu_opened .hamburger--vortex-r .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
body.side_menu_opened .hamburger--vortex-r .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.banner--highestText {
  position: relative;
}
.banner--highestText .banner_slide {
  min-height: 55vh;
}
.banner--highestText .slick-dots {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: center;
  height: 0;
  top: auto;
  z-index: 2;
}
.banner--highestText .slick-dots > li {
  height: 9px;
  width: 9px;
  cursor: pointer;
  margin: 0 4px calc(1.5rem - 4px);
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}
.banner--highestText .slick-dots > li.slick-active {
  background-color: #bb1971;
}
.banner--highestText .slick-dots > li > button {
  display: none;
}
.banner--highestText .banner__outside_arrows {
  display: contents;
}
.banner--highestText .slick-arrow {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background: #fff;
  color: #1c1c1c;
  right: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
}
.banner--highestText .slick-arrow span, .banner--highestText .slick-arrow::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.banner--highestText .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.banner--highestText .slick-arrow::after {
  width: 1rem;
  height: 1rem;
}
.banner--highestText .slick-arrow:hover {
  background-color: #bb1971;
}
.banner--highestText .slick-arrow:hover::after {
  border-color: #fff;
}
.banner--highestText .slick-arrow::after {
  border-color: #1c1c1c;
  padding-left: 0;
  margin-left: -0.5rem;
}
@media screen and (min-width: 0\0) {
  .banner--highestText .slick-arrow::after {
    margin-left: -12px;
  }
}
.banner--highestText .slick-arrow.slick-prev {
  left: 3rem;
}
.banner--highestText .slick-arrow.slick-prev::after {
  transform: rotate(-135deg);
  margin-left: 0.5rem;
}
.banner--highestText .slick-arrow.slick-next {
  right: 3rem;
}
@media only screen and (min-width: 961px) {
  .banner--highestText .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 960px) {
  .banner--highestText .slick-arrow {
    bottom: calc(1.5rem - 4px);
  }
}
@media only screen and (max-width: 540px) {
  .banner--highestText .slick-arrow.slick-prev {
    left: 1.5rem;
  }
  .banner--highestText .slick-arrow.slick-next {
    right: 1.5rem;
  }
}

.info_bubble {
  max-width: 20em;
}
.info_bubble .nwcsp_gmap_marker_title {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25em;
  color: #000;
}
.info_bubble .nwcsp_gmap_marker_perex {
  font-size: 0.75rem;
  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 {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.4em;
  text-transform: uppercase;
}
.info_bubble .nwcsp_gmap_marker_button > a span, .info_bubble .nwcsp_gmap_marker_button > a::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.info_bubble .nwcsp_gmap_marker_button > a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.info_bubble .nwcsp_gmap_marker_button > a:hover {
  background-color: #1c1c1c;
}
.info_bubble .nwcsp_gmap_marker_body {
  padding: 2em;
}

.social_button {
  margin-left: 0.7em;
  margin-right: 0.7em;
}
.social_button .social_button_inner {
  display: block;
}
.social_button .social_button_inner .sb_icon,
.social_button .social_button_inner svg {
  transition: 0.2s;
}
.social_button .social_button_inner .sb_icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 2rem;
  width: 2rem;
}
.social_button .social_button_inner .sb_title {
  display: none;
}
.social_button.facebook .social_button_inner .sb_icon {
  background-color: #3b5998;
  border-radius: 50%;
}
.social_button.facebook .social_button_inner .sb_icon svg {
  fill: #fff;
  width: 100%;
}
.social_button.facebook .social_button_inner:hover .sb_icon {
  background-color: #262626;
}
.social_button.google_plus .social_button_inner .sb_icon svg {
  fill: #d34836;
  width: 100%;
}
.social_button.google_plus .social_button_inner:hover .sb_icon svg {
  fill: #2d2d2d;
}

.share_buttons_holder {
  display: flex;
  justify-content: center;
}

.article_share_label {
  font-size: 0.875rem;
  line-height: 1.42857em;
}

.article_share_buttons {
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
}

.social {
  display: flex;
}

.social_link a {
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 20px;
}
.social_link a span {
  position: relative;
  min-width: 20px;
  min-height: 20px;
}
.social_link a span svg path {
  fill: #bb1971;
  transition: fill 0.2s ease-in-out;
}
.social_link a span::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.social_link a:hover {
  color: #bb1971;
}
.social_link a:hover svg path {
  fill: #fff;
}

.agreement_evidence {
  width: calc(50% - 1rem);
}
@media only screen and (max-width: 720px) {
  .agreement_evidence {
    width: 100%;
  }
}
.agreement_evidence.text {
  width: 100%;
}
.agreement_evidence .form_item.checkbox {
  margin-bottom: 1rem;
}
.agreement_evidence .item_label a {
  color: #bb1971;
  text-decoration: underline;
}
.agreement_evidence .item_label a:hover {
  color: #262626;
  text-decoration: none;
}
.agreement_evidence .error_messages .error {
  margin-left: 0;
}
.agreement_evidence .error_messages .error::after {
  left: -1.5rem;
}
.agreement_evidence .error_messages .error::before {
  height: 4rem;
  left: calc(-1.5rem + 6px);
}
.agreement_evidence label.has_tooltip {
  align-items: flex-start;
  display: inline-flex;
  position: relative;
}
.agreement_evidence label.has_tooltip .tooltip {
  cursor: help;
  display: inline-flex;
  justify-content: center;
  margin-left: 0.5em;
  position: relative;
}
@media screen and (min-width: 0\0) {
  .agreement_evidence label.has_tooltip .tooltip {
    display: block;
  }
  .agreement_evidence label.has_tooltip .tooltip .message {
    left: calc(50% - 10em);
    width: 20em;
  }
}
.agreement_evidence label.has_tooltip .tooltip .graphics {
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: relative;
}
.agreement_evidence label.has_tooltip .tooltip .graphics:before, .agreement_evidence label.has_tooltip .tooltip .graphics:after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
}
.agreement_evidence label.has_tooltip .tooltip .graphics:before {
  background-color: #bb1971;
  border-radius: 50%;
}
.agreement_evidence label.has_tooltip .tooltip .graphics:after {
  font-size: 0.75rem;
  align-items: center;
  color: #fff;
  content: '?';
  display: flex;
  justify-content: center;
  text-align: center;
}
.agreement_evidence label.has_tooltip .tooltip .message {
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #bb1971;
  font-size: 0.75rem;
  line-height: 1.25em;
  min-width: 20em;
  max-width: 30em;
  padding: 10px 15px;
  position: absolute;
  top: calc(100% + 10px);
  z-index: 1;
}
.agreement_evidence label.has_tooltip .tooltip .message::after {
  content: "";
  display: block;
  position: absolute;
  border: solid transparent;
  bottom: 100%;
  left: 50%;
  border-width: 10px;
  border-bottom-color: #fff;
  margin-left: -10px;
}
.agreement_evidence label.has_tooltip .tooltip .message::before {
  content: "";
  display: block;
  position: absolute;
  border: solid transparent;
  bottom: 100%;
  left: 50%;
  border-width: 11.41px;
  border-bottom-color: #bb1971;
  margin-left: -11.41px;
}
.agreement_evidence label.has_tooltip .tooltip:hover .message {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media only screen and (max-width: 540px) {
  .agreement_evidence label.has_tooltip .tooltip {
    justify-content: flex-end;
  }
  .agreement_evidence label.has_tooltip .tooltip .message::before, .agreement_evidence label.has_tooltip .tooltip .message::after {
    left: auto;
    right: 0;
  }
}
.agreement_evidence .item_wrapper {
  display: flex;
}
.agreement_evidence .item_description {
  font-size: 80%;
}

.lang_cs:after {
  background-image: url("/admin/media/rs/flags/CZ.png") !important;
}

.lang_sk:after {
  background-image: url("/admin/media/rs/flags/SK.png") !important;
}

.lang_en:after {
  background-image: url("/admin/media/rs/flags/GB.png") !important;
}

.lang_de:after {
  background-image: url("/admin/media/rs/flags/DE.png") !important;
}

.lang_pl:after {
  background-image: url("/admin/media/rs/flags/PL.png") !important;
}

.lang_hu:after {
  background-image: url("/admin/media/rs/flags/HU.png") !important;
}

.lang_it:after {
  background-image: url("/admin/media/rs/flags/IT.png") !important;
}

.lang_ru:after {
  background-image: url("/admin/media/rs/flags/RU.png") !important;
}

.lang_si:after {
  background-image: url("/admin/media/rs/flags/SI.png") !important;
}

.lang_ro:after {
  background-image: url("/admin/media/rs/flags/RO.png") !important;
}

.lang_hr:after {
  background-image: url("/admin/media/rs/flags/HR.png") !important;
}

.lang_fr:after {
  background-image: url("/admin/media/rs/flags/FR.png") !important;
}

.lang_sr:after {
  background-image: url("/admin/media/rs/flags/RS.png") !important;
}

.lang_bg:after {
  background-image: url("/admin/media/rs/flags/BG.png") !important;
}

.lang_ua:after {
  background-image: url("/admin/media/rs/flags/UA.png") !important;
}

.lang_pt:after {
  background-image: url("/admin/media/rs/flags/PT.png") !important;
}

.lang_tr:after {
  background-image: url("/admin/media/rs/flags/TR.png") !important;
}

.lang_at:after {
  background-image: url("/admin/media/rs/flags/AT.png") !important;
}

.lang_es:after {
  background-image: url("/admin/media/rs/flags/ES.png") !important;
}

.lang_gr:after {
  background-image: url("/admin/media/rs/flags/GR.png") !important;
}

.lang_cn:after {
  background-image: url("/admin/media/rs/flags/CN.png") !important;
}

.lang_ar:after {
  background-image: url("/admin/media/rs/flags/ARB.png") !important;
}

.languages ul {
  position: relative;
}
.languages ul li {
  display: none;
  position: relative;
  z-index: 0;
}
.languages ul li a {
  display: block;
  height: 100%;
  padding: 7px 25px 7px 50px;
  text-decoration: none;
}
.languages ul li::after {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent none no-repeat center center;
  cursor: pointer;
  text-indent: -50000px;
  content: '';
  display: block;
  height: 32px;
  left: 10px;
  top: 2px;
  width: 32px;
  z-index: -1;
}
.languages ul li.active {
  display: block;
}
.languages ul li.active a {
  background: transparent url("/media/img/arrow.png") no-repeat right 10px top 15px/10px;
}
.languages.opened ul li {
  display: block;
}

.language_select {
  display: flex;
  align-items: center;
  width: 4rem;
  justify-content: flex-end;
  position: relative;
  height: 82px;
}

.languages .languages_list {
  position: absolute;
  right: 0;
  top: calc(41px - 1.3rem);
  padding-right: 0.5rem;
  margin-right: -0.5rem;
  background: #fff;
}

.languages.opened .languages_list {
  box-shadow: 0 3px 6px -3px rgba(93, 93, 93, 0.4);
}

.language_item__inner {
  width: 0;
  overflow: hidden;
  display: block;
}

.languages .languages_list .language_item {
  background-color: #fff;
}

.languages .languages_list .language_item:after {
  border-radius: 8px;
  height: 16px;
  width: 16px;
  top: calc(50% - 9px);
}

.languages ul li.active .language_item__link {
  background: none;
}
.languages ul li.active .language_item__link::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.4em;
  width: 0.4em;
  transform: rotate(0.125turn);
  border-bottom: 0.1em solid currentColor;
  border-right: 0.1em solid currentColor;
  right: 2px;
  top: calc(50% - 0.3rem);
  transition-property: transform, top;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 11;
}

.languages.opened ul li .language_item__link::after {
  top: calc(50% - 0.1rem) !important;
  transform: rotate(-135deg) !important;
}

.languages ul li .language_item__link {
  padding: 0.8rem 1.5rem;
}

@media only screen and (min-width: 961px) {
  .top_nav .languages {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .top_nav .languages {
    display: none;
  }
}
.top_nav .languages .languages_list {
  background-color: #1c1c1c;
  z-index: 1;
}
.top_nav .languages .languages_list .language_item {
  background-color: #1c1c1c;
}
.top_nav .languages ul li.active .language_item__link::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.4em;
  width: 0.4em;
  transform: rotate(0.125turn);
  border-bottom: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
}

@media only screen and (min-width: 961px) {
  .menu_main .language_select {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .menu_main .language_select {
    display: block;
  }
}

.static_page_wrapper .breadcrumbs {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.static_page_wrapper .breadcrumbs ul {
  display: flex;
}
.static_page_wrapper .breadcrumbs li {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.42857em;
  letter-spacing: 0.4px;
  margin-right: 0.75rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.static_page_wrapper .breadcrumbs li::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(0.125turn);
  border-right: 0.03125rem solid #bb1971;
  border-top: 0.03125rem solid #bb1971;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.static_page_wrapper .breadcrumbs li:last-child {
  margin-right: 0;
}
.static_page_wrapper .breadcrumbs li:last-child::after {
  content: initial;
}
.static_page_wrapper .breadcrumbs a {
  color: #bb1971;
}
.static_page_wrapper .breadcrumbs a:hover {
  color: #363636;
}

.graphic_breadcrumbs ul {
  display: flex;
}
.graphic_breadcrumbs .breadcrumb::after {
  display: none;
}
.graphic_breadcrumbs .breadcrumb.first {
  display: none;
}
.graphic_breadcrumbs .breadcrumb * {
  color: #fff;
}
.graphic_breadcrumbs .breadcrumb:not(:last-child) {
  margin-right: 2rem;
}
.graphic_breadcrumbs .breadcrumb > span,
.graphic_breadcrumbs .breadcrumb > a {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.33333em;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #bb1971;
  border-width: 0;
  display: block;
}
.graphic_breadcrumbs .breadcrumb > span .free,
.graphic_breadcrumbs .breadcrumb > a .free {
  color: #bb1971;
}
.graphic_breadcrumbs .breadcrumb:nth-child(2) > span,
.graphic_breadcrumbs .breadcrumb:nth-child(2) > a {
  padding-left: 4rem;
  position: relative;
}
.graphic_breadcrumbs .breadcrumb:nth-child(2) > span::before,
.graphic_breadcrumbs .breadcrumb:nth-child(2) > a::before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  background: transparent url("/media/img/icons/calendar-white.svg") no-repeat center center/contain;
  left: 1.5rem;
  top: calc(50% - 10px);
}

.picker {
  position: absolute;
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  max-width: 22rem;
  padding: 0;
  box-shadow: 0 0 0 transparent;
  border: 0 none;
  border-radius: 0;
}
.picker--opened {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.picker__header {
  display: flex;
  justify-content: space-between;
}
.picker__select--year {
  order: 3;
}
.picker__select--month {
  order: 2;
}
.picker__nav--prev {
  order: 1;
}
.picker__nav--next {
  order: 4;
}
.picker__select--year, .picker__select--month {
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  width: auto;
  background-color: initial;
  border-radius: 0;
  border: initial;
  padding: 0;
  flex-grow: 1;
  text-align: center;
}
.picker__nav--prev, .picker__nav--next {
  cursor: pointer;
  padding: 1em 0.5em;
  flex-shrink: 0;
  width: 14.28571%;
}
.picker__nav--prev::before, .picker__nav--next::before {
  content: "";
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  transition: border-color 0.2s;
  position: static;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
}
.picker__nav--prev::before {
  border-right: 1.02em solid #bb1971;
}
.picker__nav--prev:hover::before {
  border-right-color: #e515d9;
}
.picker__nav--next::before {
  border-left: 1.02em solid #bb1971;
}
.picker__nav--next:hover::before {
  border-left-color: #e515d9;
}
.picker__nav--disabled {
  pointer-events: none;
}
.picker__nav--disabled::before {
  display: none;
}
.picker__table {
  table-layout: fixed;
  width: 100%;
}
.picker th,
.picker td {
  text-align: center;
  width: 14.28571%;
}
.picker__weekday, .picker__day {
  padding: 0.25em 0.25em;
}
.picker__weekday {
  color: rgba(187, 25, 113, 0.7);
  font-size: 0.75em;
}
.picker__day {
  transition: border-color 0.2s;
  cursor: pointer;
  border: 1px solid transparent;
}
.picker__day:hover {
  border-color: #bb1971;
}
.picker__day--outfocus {
  color: rgba(187, 25, 113, 0.35);
}
.picker__day--today {
  position: relative;
}
.picker__day--today::before {
  height: 0;
  width: 0;
  content: '';
  border-top: 0.6em solid #e515d9;
  border-left: 0.6em solid transparent;
}
.picker__day--today::before {
  position: absolute;
  top: 0;
  right: 0;
}
.picker__day--selected {
  background-color: #bb1971;
  color: #fff;
}
.picker__day--disabled {
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
.picker__footer {
  display: flex;
}
.picker__button--today, .picker__button--clear, .picker__button--close {
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.2s;
  flex: 1 0 0;
  background-color: transparent;
  border-width: 0;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.5em;
}
.picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {
  color: #e515d9;
}
.picker__button--today::before, .picker__button--clear::before, .picker__button--close::before {
  margin-right: 0.5em;
}
.picker__button--clear::before, .picker__button--close::before {
  font-size: 1.2em;
}
.picker__button--today::before {
  height: 0;
  width: 0;
  content: '';
  border-top: 0.6em solid #e515d9;
  border-left: 0.6em solid transparent;
}
.picker__button--clear::before {
  content: "–";
}
.picker__button--close::before {
  content: "×";
}

form .field .picker {
  z-index: 1;
}
form .field .picker select {
  cursor: pointer;
  height: 3rem;
  flex-grow: 1;
}
form .field .picker .picker__holder {
  min-width: 250px;
  width: auto;
  box-shadow: 0 14px 48px -5px rgba(93, 93, 93, 0.4);
  border-radius: 0;
  right: 0;
}
form .field .picker .picker__header {
  padding-top: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
}
form .field .picker .picker__weekday {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.33333em;
  color: #1c1c1c;
  text-align: center;
}
form .field .picker .picker__button--today,
form .field .picker .picker__button--clear {
  display: none;
}
form .field .picker .picker__day {
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.65rem;
  border: 0;
  border-radius: 1rem;
}
form .field .picker .picker__day.picker__day--infocus:hover,
form .field .picker .picker__day.picker__day--outfocus:hover {
  background: #e5e5e5;
}
form .field .picker .picker__day--selected,
form .field .picker .picker__day--selected:hover,
form .field .picker .picker--focused .picker__day--selected {
  background: #bb1971;
  color: #fff;
  box-shadow: 0 3px 16px 0 rgba(93, 93, 93, 0.6);
}
form .field .picker .picker__nav--prev,
form .field .picker .picker__nav--next {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background: #fff;
  color: #1c1c1c;
  right: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  transition: background-color 0.2s ease-in-out;
}
form .field .picker .picker__nav--prev span, form .field .picker .picker__nav--prev::after,
form .field .picker .picker__nav--next span,
form .field .picker .picker__nav--next::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
form .field .picker .picker__nav--prev::after,
form .field .picker .picker__nav--next::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
form .field .picker .picker__nav--prev::after,
form .field .picker .picker__nav--next::after {
  width: 1rem;
  height: 1rem;
}
form .field .picker .picker__nav--prev:hover,
form .field .picker .picker__nav--next:hover {
  background-color: #bb1971;
}
form .field .picker .picker__nav--prev:hover::after,
form .field .picker .picker__nav--next:hover::after {
  border-color: #fff;
}
form .field .picker .picker__nav--prev::after,
form .field .picker .picker__nav--next::after {
  border-color: #1c1c1c;
  padding-left: 0;
  margin-left: -0.5rem;
}
@media screen and (min-width: 0\0) {
  form .field .picker .picker__nav--prev::after,
  form .field .picker .picker__nav--next::after {
    margin-left: -12px;
  }
}
form .field .picker .picker__nav--prev::before,
form .field .picker .picker__nav--next::before {
  content: initial;
}
form .field .picker .picker__nav--prev::after,
form .field .picker .picker__nav--next::after {
  width: 0.75rem;
  height: 0.75rem;
}
form .field .picker .picker__nav--prev {
  transform: scaleX(-1);
}
form .field .picker .picker__nav--prev > span {
  transform: scaleX(-1);
}
form .field .picker .picker__nav--prev:hover > span {
  transform: scaleX(-1);
}

.picker--opened .picker__holder {
  overflow: visible;
}
.picker--opened .picker__button--close {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25em;
  position: absolute;
  height: 2rem;
  top: 100%;
  right: 0;
  color: #bb1971;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.picker--opened .picker__button--close:focus, .picker--opened .picker__button--close:active, .picker--opened .picker__button--close:hover {
  background-color: #bb1971;
  color: #fff;
}
.picker--opened .picker__button--close::before {
  content: initial;
}

.payment_type {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 540px) {
  .payment_type:last-child {
    margin-bottom: 1rem;
  }
}

.payment_types .item_label_title {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.7px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.payment_types .item_label_title .discount {
  color: #bb1971;
}
.payment_types .item_label_title .title {
  padding-top: 2px;
}
.payment_types .picture_tag_image {
  margin-bottom: 0.5rem;
}

.notification {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.28571em;
}
.notification::before, .notification::after {
  content: '!';
}
.notification::before {
  margin-right: 0.4em;
}
.notification::after {
  margin-left: 0.4em;
}
.notification:not(:last-child) {
  margin-bottom: 0.7rem;
}

.notifications {
  background-color: #bb1971;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
}

.popup_control .popup_container {
  background-color: rgba(54, 54, 54, 0.7);
  z-index: 101;
}
@media only screen and (min-width: 721px) {
  .popup_control .popup_container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 720px) {
  .popup_control .popup_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup_control .popup_container .controls {
  display: none;
}
.popup_control .popup_container .body {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  background-color: #fff;
  position: relative;
}
.popup_control .popup_container .body .controls .close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  height: 4rem;
  width: 4rem;
  background: transparent url("/media/nw7-module//img/icons/ico-close.svg") no-repeat center center/30%;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s;
}
.popup_control .popup_container .body .controls .close:hover {
  opacity: 1;
}
@media only screen and (max-width: 430px) {
  .popup_control .popup_container .body {
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 0;
  }
}
.popup_control .popup_container .button {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
  margin-top: 2rem;
  display: inline-flex !important;
}
.popup_control .popup_container .button span, .popup_control .popup_container .button::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.popup_control .popup_container .button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.popup_control .popup_container .button:hover {
  background-color: #1c1c1c;
}
body.popup_shown > .container,
body.popup_shown .header {
  filter: blur(5px);
}
@media only screen and (max-width: 540px) {
  .popup_control .popup_container {
    padding-left: 0;
    padding-right: 0;
  }
  .popup_control .popup_container .body {
    max-width: calc(540px - 10rem);
  }
}
.popup_control .popup_container .body.modal_confirm_content .reason {
  margin-top: 1rem;
}
.popup_control .popup_container .body.modal_confirm_content .reason strong {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}

.nwcsp_item_button a {
  -webkit-appearance: none;
  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;
}

.nwcsp_item_button_group {
  display: block;
  margin-top: 30px;
}
.nwcsp_item_button_group::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.nwcsp_item_button_group .nwcsp_item_button {
  float: left;
  margin: 0 6px 0 0;
}

.nwcsp_item_ico img,
.nwcsp_photogallery_item img {
  max-width: 100%;
}

.nwcsp_item_ico_description {
  font-size: 0.9em;
  margin-top: 5px;
  text-align: center;
}

.nwcsp_wiki .nwcsp_col_wrapper {
  display: block;
}
.nwcsp_wiki .nwcsp_col_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.nwcsp_wiki.nwcsp_1_col .nwcsp_col.with_ico, .nwcsp_wiki.nwcsp_2_cols .nwcsp_col.with_ico {
  display: block;
  display: block;
}
.nwcsp_wiki.nwcsp_1_col .nwcsp_col.with_ico::after, .nwcsp_wiki.nwcsp_2_cols .nwcsp_col.with_ico::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.nwcsp_wiki.nwcsp_1_col .nwcsp_col.with_ico .nwcsp_item_ico,
.nwcsp_wiki.nwcsp_1_col .nwcsp_col.with_ico .nwcsp_item_body, .nwcsp_wiki.nwcsp_2_cols .nwcsp_col.with_ico .nwcsp_item_ico,
.nwcsp_wiki.nwcsp_2_cols .nwcsp_col.with_ico .nwcsp_item_body {
  float: left;
}
.nwcsp_wiki.nwcsp_1_col .nwcsp_col.with_ico .nwcsp_item_ico, .nwcsp_wiki.nwcsp_2_cols .nwcsp_col.with_ico .nwcsp_item_ico {
  width: 25%;
}
.nwcsp_wiki.nwcsp_1_col .nwcsp_col.with_ico .nwcsp_item_body, .nwcsp_wiki.nwcsp_2_cols .nwcsp_col.with_ico .nwcsp_item_body {
  padding-left: 3%;
  width: 75%;
}
.nwcsp_wiki.nwcsp_2_cols, .nwcsp_wiki.nwcsp_3_cols {
  display: block;
}
.nwcsp_wiki.nwcsp_2_cols::after, .nwcsp_wiki.nwcsp_3_cols::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.nwcsp_wiki.nwcsp_2_cols .nwcsp_col, .nwcsp_wiki.nwcsp_3_cols .nwcsp_col {
  float: left;
}
.nwcsp_wiki.nwcsp_2_cols .nwcsp_col {
  width: 50%;
}
.nwcsp_wiki.nwcsp_2_cols .nwcsp_col:nth-of-type(2n+1) {
  padding-left: 0;
  padding-right: 10%;
}
.nwcsp_wiki.nwcsp_2_cols .nwcsp_col:nth-of-type(2n) {
  padding-left: 10%;
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .nwcsp_wiki.nwcsp_2_cols .nwcsp_col:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }
}
.nwcsp_wiki.nwcsp_2_cols .nwcsp_col.with_ico .nwcsp_item_ico {
  padding-right: 5%;
  width: 40%;
}
.nwcsp_wiki.nwcsp_2_cols .nwcsp_col.with_ico .nwcsp_item_body {
  float: none;
  padding-left: 0;
  width: auto;
}
.nwcsp_wiki.nwcsp_3_cols .nwcsp_col {
  width: 33.33%;
}
.nwcsp_wiki.nwcsp_3_cols .nwcsp_col:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 5%;
}
.nwcsp_wiki.nwcsp_3_cols .nwcsp_col:nth-of-type(3n+2) {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.nwcsp_wiki.nwcsp_3_cols .nwcsp_col:nth-of-type(3n) {
  padding-left: 5%;
  padding-right: 0;
}
@media only screen and (max-width: 720px) {
  .nwcsp_wiki.nwcsp_3_cols .nwcsp_col:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }
}
.nwcsp_wiki.nwcsp_3_cols .nwcsp_col.with_ico .nwcsp_item_ico {
  margin-bottom: 15px;
}

.nwcsp_photogallery .nwcsp_cont {
  position: relative;
}
.nwcsp_photogallery .nwcsp_title {
  padding: 0 200px 0 0;
}
.nwcsp_photogallery .photogallery_wrapper .photos_count {
  padding: 10px 0;
  position: absolute;
  right: 0;
}
.nwcsp_photogallery .photogallery_wrapper .photos_count .total {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.nwcsp_photogallery .photogallery_wrapper .photos_count.before {
  top: 0;
}
.nwcsp_photogallery .photogallery_wrapper .photos_count.after {
  bottom: 0;
}
.nwcsp_photogallery .photogallery_wrapper .items {
  display: block;
}
.nwcsp_photogallery .photogallery_wrapper .items::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper {
  float: left;
  margin-bottom: 20px;
  width: 25%;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a {
  display: block;
  overflow: hidden;
  position: relative;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a img {
  display: block;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a .description,
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a .hover_overlay {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  transition: all 0.2s;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a .description {
  top: 100%;
  z-index: 1;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a .description > span {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 12px;
  display: block;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a .hover_overlay {
  top: 0;
  opacity: 0;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a .hover_overlay::after {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  content: 'O-';
  display: block;
  font-size: 40px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a:hover .description {
  top: 0;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper a:hover .hover_overlay {
  opacity: 1;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper:nth-of-type(4n+1) {
  padding-left: 0;
  padding-right: 15px;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper:nth-of-type(4n+2) {
  padding-left: 5px;
  padding-right: 10px;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper:nth-of-type(4n+3) {
  padding-left: 10px;
  padding-right: 5px;
}
.nwcsp_photogallery .photogallery_wrapper .items .item_wrapper:nth-of-type(4n) {
  padding-left: 15px;
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .nwcsp_photogallery .photogallery_wrapper .items .item_wrapper:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }
  .nwcsp_photogallery .photogallery_wrapper .items .item_wrapper:nth-of-type(2n+1) {
    padding-left: 0;
    padding-right: 10px;
  }
  .nwcsp_photogallery .photogallery_wrapper .items .item_wrapper:nth-of-type(2n) {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_photogallery .photogallery_wrapper .items .item_wrapper:nth-of-type(1n) {
    padding-left: 0;
    padding-right: 0;
  }
}
.nwcsp_photogallery .photogallery_wrapper .load_more {
  padding: 0 200px;
}
.nwcsp_photogallery .photogallery_wrapper .load_more span {
  border: 1px solid #1c1c1c;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 200px;
}

.nwcsp_gmap .gmap_whole_wrapper .gmap_wrapper .gmap {
  height: 400px;
  width: 100%;
}
.nwcsp_gmap .gmap_whole_wrapper .gmap_wrapper .gmap .gm-style img {
  max-width: none;
}

.nwcsp_paragraph_left_right .nwcsp_item_ico {
  width: 35%;
}
.nwcsp_paragraph_left_right .nwcsp_item_body {
  width: 65%;
}
.nwcsp_paragraph_left_right .nwcsp_item_group {
  padding-top: 0.01px;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item {
  margin-bottom: 50px;
  display: block;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item .nwcsp_item_ico,
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item .nwcsp_item_body {
  float: left;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item .nwcsp_item_ico {
  padding: 0 4% 0 0;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_ico,
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_body {
  float: right;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_ico {
  padding: 0 0 0 4%;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_body {
  text-align: right;
}

.nwcsp_timeline .milestone {
  display: block;
  margin: 1em 0;
}
.nwcsp_timeline .milestone::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.nwcsp_timeline .milestone .picture,
.nwcsp_timeline .milestone .item_texts {
  float: left;
  max-width: 50%;
}
@media only screen and (max-width: 960px) {
  .nwcsp_timeline .milestone .picture,
  .nwcsp_timeline .milestone .item_texts {
    float: none;
    max-width: none;
  }
}
.nwcsp_timeline .milestone .picture {
  margin-right: 1em;
}
@media only screen and (max-width: 960px) {
  .nwcsp_timeline .milestone .picture {
    margin: 0 auto;
    text-align: center;
  }
}

.nwcsp_iframe .outer_iframe_wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.nwcsp_iframe .outer_iframe_wrapper .iframe_wrapper {
  padding-bottom: 56.25%;
}
.nwcsp_iframe .outer_iframe_wrapper.has_height .iframe_wrapper, .nwcsp_iframe .outer_iframe_wrapper.has_width .iframe_wrapper {
  height: auto;
  padding-bottom: 0;
}
.nwcsp_iframe .outer_iframe_wrapper.has_height .iframe_wrapper iframe, .nwcsp_iframe .outer_iframe_wrapper.has_width .iframe_wrapper iframe {
  position: static;
}
.nwcsp_iframe .outer_iframe_wrapper.has_height .iframe_wrapper iframe {
  height: auto;
}
.nwcsp_iframe .outer_iframe_wrapper.has_width .iframe_wrapper iframe {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.nwcsp_plugin_wrapper {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_plugin_wrapper {
    margin-bottom: 3rem;
  }
}

.nwcsp_title,
.subheader .title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .nwcsp_title,
  .subheader .title {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .nwcsp_title,
  .subheader .title {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}

.nwcsp_perex,
.subheader .perex {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  color: #1c1c1c;
  margin-bottom: 3rem;
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .nwcsp_perex,
  .subheader .perex {
    font-size: 1.125rem;
    line-height: 1.44444em;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .nwcsp_perex,
  .subheader .perex {
    margin-bottom: 1rem;
  }
}

.plugin_header {
  max-width: 66%;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 720px) {
  .plugin_header {
    max-width: 100%;
  }
}
.plugin_header .nwcsp_title,
.plugin_header .nwcsp_perex {
  padding: 0;
}

.nwcsp_item_title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 1.5625rem;
  line-height: 1.2em;
  letter-spacing: 1.1px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_item_title {
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: 0.9px;
  }
}

.nwcsp_item_perex {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  color: #1c1c1c;
  margin-bottom: 3rem;
  margin-left: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_item_perex {
    font-size: 1.125rem;
    line-height: 1.44444em;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .nwcsp_item_perex {
    margin-bottom: 1rem;
  }
}

.nwcsp_item_ico_description {
  display: none;
}

.nwcsp_item_button:not(.emphasised) a {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
}
.nwcsp_item_button:not(.emphasised) a span, .nwcsp_item_button:not(.emphasised) a::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_item_button:not(.emphasised) a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_item_button:not(.emphasised) a:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_item_button:not(.emphasised) a:hover::after {
  border-color: #fff;
}
.nwcsp_item_button:not(.emphasised) a::after {
  border-color: #1c1c1c;
}
.nwcsp_item_button.emphasised a {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
}
.nwcsp_item_button.emphasised a span, .nwcsp_item_button.emphasised a::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_item_button.emphasised a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_item_button.emphasised a:hover {
  background-color: #1c1c1c;
}

.nwcsp_item_button_group {
  display: flex;
  margin-top: 3rem;
}
@media only screen and (min-width: 961px) {
  .nwcsp_item_button_group {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_item_button_group {
    flex-flow: wrap column;
    margin-top: 1.5rem;
  }
  .nwcsp_item_button_group .nwcsp_item_button {
    margin-bottom: 1.5rem;
  }
  .nwcsp_item_button_group .nwcsp_item_button a {
    justify-content: space-between !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.nwcsp_item_button_group .nwcsp_item_button {
  margin-right: 0.5rem;
}

.nwcsp_cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_cont {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nwcsp_youtube:not(.nwcsp_youtube_gallery) .nwcsp_cont,
.nwcsp_photogallery_flex .nwcsp_cont,
.nwcsp_logo .nwcsp_cont {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.nwcsp_youtube:not(.nwcsp_youtube_gallery) .nwcsp_title_outer,
.nwcsp_youtube:not(.nwcsp_youtube_gallery) .nwcsp_perex,
.nwcsp_photogallery_flex .nwcsp_title_outer,
.nwcsp_photogallery_flex .nwcsp_perex,
.nwcsp_logo .nwcsp_title_outer,
.nwcsp_logo .nwcsp_perex {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_youtube:not(.nwcsp_youtube_gallery) .nwcsp_title_outer,
  .nwcsp_youtube:not(.nwcsp_youtube_gallery) .nwcsp_perex,
  .nwcsp_photogallery_flex .nwcsp_title_outer,
  .nwcsp_photogallery_flex .nwcsp_perex,
  .nwcsp_logo .nwcsp_title_outer,
  .nwcsp_logo .nwcsp_perex {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_youtube:not(.nwcsp_youtube_gallery) .nwcsp_title_outer,
  .nwcsp_youtube:not(.nwcsp_youtube_gallery) .nwcsp_perex,
  .nwcsp_photogallery_flex .nwcsp_title_outer,
  .nwcsp_photogallery_flex .nwcsp_perex,
  .nwcsp_logo .nwcsp_title_outer,
  .nwcsp_logo .nwcsp_perex {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.wysiwyg_wrapper a,
.nw_error_page a {
  color: #bb1971;
  text-decoration: underline;
}
.wysiwyg_wrapper a:hover,
.nw_error_page a:hover {
  color: #262626;
  text-decoration: none;
}

.folding {
  margin-bottom: 2rem;
}
.folding .nwcsp_inner {
  overflow: hidden;
  min-height: 0;
}
.folding .plugin_header {
  background: #fff;
  position: relative;
  z-index: 1;
}
.folding .nwcsp_title_outer {
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.folding .nwcsp_title_outer::before {
  content: "";
  display: block;
  position: absolute;
  height: 1rem;
  width: 1rem;
  transform: rotate(0.125turn);
  border-bottom: 0.0625rem solid #363636;
  border-right: 0.0625rem solid #363636;
  position: static;
  margin-right: 1rem;
  margin-left: 3px;
  margin-top: -0.5rem;
  transition-property: border, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transform-origin: center;
}
.folding .nwcsp_title_outer::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #e5e5e5;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: background-color 0.2s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .folding .nwcsp_title_outer::after {
    margin-top: 0.75rem;
  }
}
.folding .nwcsp_title_outer:hover::before {
  transform: rotate(-45deg);
  margin-top: 0;
  border-color: #bb1971;
}
.folding .nwcsp_title_outer:hover::after {
  background-color: #bb1971;
}
.folding .nwcsp_title {
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity 0.2s ease-in-out;
}
.folding .nwcsp_folding_cont {
  display: none;
}

.folding.opened .nwcsp_title_outer::before {
  transform: rotate(-135deg);
  margin-top: 0.5rem;
  border-color: #bb1971;
}
.folding.opened .nwcsp_title_outer::after {
  background-color: #bb1971;
}

.nwcsp_1_col.nwcsp_wiki .nwcsp_inner {
  position: relative;
}
.nwcsp_1_col.nwcsp_wiki .nwcsp_col {
  max-width: 66%;
}
@media only screen and (max-width: 1024px) {
  .nwcsp_1_col.nwcsp_wiki .nwcsp_col {
    max-width: 100%;
  }
}
.nwcsp_1_col.nwcsp_wiki .nwcsp_col.with_ico {
  max-width: 100%;
}
.nwcsp_1_col.nwcsp_wiki .nwcsp_col.with_ico .nwcsp_item_ico {
  float: left;
  margin-right: 3rem;
  margin-bottom: 1rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  width: auto;
}
@media only screen and (max-width: 720px) {
  .nwcsp_1_col.nwcsp_wiki .nwcsp_col.with_ico .nwcsp_item_ico {
    width: 100%;
    float: none;
    margin: auto;
    border: 0;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_1_col.nwcsp_wiki .nwcsp_col.with_ico .nwcsp_item_ico {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}
.nwcsp_1_col.nwcsp_wiki .nwcsp_col.with_ico .nwcsp_item_body {
  padding-left: 0;
  padding-right: 3rem;
  width: calc(66% + 3rem);
  float: none;
}
@media only screen and (max-width: 720px) {
  .nwcsp_1_col.nwcsp_wiki .nwcsp_col.with_ico .nwcsp_item_body {
    width: 100%;
  }
}
.nwcsp_1_col.nwcsp_wiki .nwcsp_col.with_ico .wysiwyg_wrapper ul,
.nwcsp_1_col.nwcsp_wiki .nwcsp_col.with_ico .wysiwyg_wrapper ol {
  clear: left;
}

.nwcsp_2_cols.nwcsp_wiki .with_ico .nwcsp_item_ico {
  padding-right: 0;
  width: 100%;
  margin-bottom: 2rem;
}
.nwcsp_2_cols.nwcsp_wiki .nwcsp_col {
  width: calc(50% - 3rem);
}
@media only screen and (max-width: 540px) {
  .nwcsp_2_cols.nwcsp_wiki .nwcsp_col {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.nwcsp_2_cols.nwcsp_wiki .nwcsp_col:nth-of-type(2n) {
  padding-left: 2%;
}
.nwcsp_2_cols.nwcsp_wiki .nwcsp_col:nth-of-type(2n+1) {
  padding-right: 2%;
}
.nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 721px) {
  .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper > * {
    width: calc(50% - 2.5rem);
    margin-bottom: 5rem;
  }
  .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 5rem;
  }
  .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}

.nwcsp_3_cols.nwcsp_wiki .nwcsp_col {
  padding: 0 !important;
}
@media only screen and (max-width: 720px) {
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col {
    width: 100%;
    margin-bottom: 4rem;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) {
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > * {
    width: calc(33.33333% - 2rem - 0.01%);
    margin-bottom: 3rem;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 3rem;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1301px) {
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > * {
    width: calc(33.33333% - 4rem - 0.01%);
    margin-bottom: 6rem;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 6rem;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_3_cols.nwcsp_wiki .nwcsp_col_wrapper > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}

.nwcsp_article .nwcsp_inner {
  position: relative;
  margin-bottom: 9rem;
}
@media only screen and (min-width: 961px) {
  .nwcsp_article .articles_items_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_article .articles_items_wrapper > * {
    width: calc(25% - 1.5rem);
    margin-bottom: 2rem;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .nwcsp_article .articles_items_wrapper > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 2rem;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .nwcsp_article .articles_items_wrapper > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(4n+1):nth-last-child(-n+4), .nwcsp_article .articles_items_wrapper > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_article .articles_items_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_article .articles_items_wrapper > * {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 2rem;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_article .articles_items_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_article .articles_items_wrapper > * {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 2rem;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_article .articles_items_wrapper > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_article .articles_items_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_article .articles_items_wrapper > * {
    width: calc(100% - 0rem);
    margin-bottom: 2rem;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_article .articles_items_wrapper > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 2rem;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_article .articles_items_wrapper > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_article .articles_items_wrapper > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_article .articles_items_wrapper > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
.nwcsp_article .article_box {
  display: block;
}
.nwcsp_article .article_box .item_cont {
  cursor: pointer;
  border-top: 0;
  display: block;
  height: 100%;
  position: relative;
}
.nwcsp_article .article_box .photo {
  position: relative;
}
.nwcsp_article .article_box .tags {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.nwcsp_article .article_box .tags .list {
  display: flex;
  flex-wrap: wrap-reverse;
}
.nwcsp_article .article_box .tags .item {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.42857em;
  padding: 0.5rem 1rem 0.3rem;
  background: #fff;
  margin-right: 1px;
  margin-top: 1px;
}
.nwcsp_article .article_box .tags .item:first-of-type {
  padding-left: 0;
}
.nwcsp_article .article_box .picture_tag_image {
  padding-bottom: 66.66667%;
  position: relative;
  overflow: hidden;
}
.nwcsp_article .article_box .picture_tag_image img,
.nwcsp_article .article_box .picture_tag_image picture {
  display: block;
}
.nwcsp_article .article_box .picture_tag_image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: initial;
  max-width: initial;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .nwcsp_article .article_box .picture_tag_image img {
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}
.nwcsp_article .article_box .title {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  transition: color 0.5s ease-in-out;
}
.nwcsp_article .article_box .perex {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.42857em;
  letter-spacing: 0.3px;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 1rem;
}
.nwcsp_article .article_box .date {
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  transition: border 0.5s ease-in-out;
}
.nwcsp_article .article_box .hidden_link {
  display: none !important;
}
.nwcsp_article .article_box .item_cont:hover .picture_tag_image img {
  transform: scale(1.1);
}
.nwcsp_article .article_box .item_cont:hover .title {
  color: #bb1971;
}
.nwcsp_article .article_box .item_cont:hover .date {
  border-color: #bb1971;
}
.nwcsp_article .nwcsp_item_button {
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.nwcsp_full_width_image {
  overflow: hidden;
  position: relative;
}
.nwcsp_full_width_image .nwcsp_cont {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.nwcsp_full_width_image .plugin_header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .nwcsp_full_width_image .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_full_width_image .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nwcsp_full_width_image .nwcsp_item_ico {
  position: relative;
}
.nwcsp_full_width_image .nwcsp_item_ico img {
  display: block;
  width: 100%;
}
.nwcsp_full_width_image .nwcsp_item_ico > a::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 721px) {
  .nwcsp_full_width_image .nwcsp_title,
  .nwcsp_full_width_image .nwcsp_perex {
    color: #fff;
  }
  .nwcsp_full_width_image .nwcsp_perex {
    font-size: 1.25rem;
    line-height: 1.45em;
    text-shadow: 1px 1px rgba(93, 93, 93, 0.6);
  }
  .nwcsp_full_width_image .plugin_header_outer {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
  }
  .nwcsp_full_width_image .plugin_header_outer .plugin_header {
    position: relative;
    z-index: 1;
  }
}
.nwcsp_full_width_image.gradient_cover .nwcsp_item_ico::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to left, transparent 20%, rgba(0, 0, 0, 0.65) 100%);
}
.nwcsp_full_width_image + .nwcsp_contact_form {
  margin-top: -4rem;
}
@media only screen and (max-width: 720px) {
  .nwcsp_full_width_image + .nwcsp_contact_form {
    margin-top: -3rem;
  }
}
.nwcsp_full_width_image + .nwcsp_full_width_image {
  margin-top: -4rem;
}
@media only screen and (max-width: 720px) {
  .nwcsp_full_width_image + .nwcsp_full_width_image {
    margin-top: -3rem;
  }
}
.nwcsp_full_width_image:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 720px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery > .nwcsp_cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .plugin_header {
  max-width: 66%;
  margin-left: 0;
  margin-right: auto;
  max-width: none;
}
@media only screen and (max-width: 720px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery .plugin_header {
    max-width: 100%;
  }
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .plugin_header .nwcsp_title,
.nwcsp_plugin_wrapper.nwcsp_photogallery .plugin_header .nwcsp_perex {
  padding: 0;
}
@media only screen and (max-width: 720px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photos_count,
.nwcsp_plugin_wrapper.nwcsp_photogallery .description {
  display: none;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] {
  display: flex;
  justify-content: center;
  margin-top: 4em;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] .load_more {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
  transition-duration: 0.2s;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] .load_more span, .nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] .load_more::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] .load_more::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] .load_more:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] .load_more:hover::after {
  border-color: #fff;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] .load_more::after {
  border-color: #1c1c1c;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] .load_more::after {
  transform: rotate(135deg);
  margin-left: 1rem;
  margin-top: -0.4rem;
}
@media only screen and (max-width: 720px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery [id*='loadMoreButton'] {
    margin-bottom: 2rem;
  }
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .picture_tag_image {
  overflow: hidden;
  position: relative;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .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_plugin_wrapper.nwcsp_photogallery .photogallery .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 68.97375%;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .picture_tag_image img {
  transition: transform 0.5s;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .picture_tag_image img {
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .hover_overlay {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(187, 25, 113, 0.48);
  transition: background-color 0.5s;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .item_wrapper {
  position: relative;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items .item_wrapper {
  padding: 0;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items .item_wrapper .hover_overlay::after, .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items .item_wrapper .hover_overlay::before {
  content: initial;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items:hover .item_wrapper .hover_overlay {
  background-color: rgba(187, 25, 113, 0);
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items:hover .item_wrapper .hover_overlay::after, .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items:hover .item_wrapper .hover_overlay::before {
  opacity: 0;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items:hover .item_wrapper:hover .picture_tag_image img {
  transform: scale(1.1);
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items:hover .item_wrapper:hover .hover_overlay {
  background-color: rgba(187, 25, 113, 0.48);
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items:hover .item_wrapper:hover .hover_overlay::after, .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items:hover .item_wrapper:hover .hover_overlay::before {
  opacity: 0;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items .item_wrapper a .description {
  top: -100%;
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items .item_wrapper a .description > span {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.44444em;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items .item_wrapper a:hover .description {
  top: 0;
}
@media only screen and (min-width: 961px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > * {
    width: calc(33.33333% - 6.66667px - 0.01%);
    margin-bottom: 10px;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 10px;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > * {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 10px;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > * {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 10px;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > * {
    width: calc(100% - 0px);
    margin-bottom: 10px;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 10px;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_plugin_wrapper.nwcsp_photogallery .photogallery .items > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}

.columns .photogallery .items {
  display: block !important;
  column-count: 3;
}
.columns .photogallery .items .item_wrapper {
  break-inside: avoid-column;
  margin-left: 0 !important;
  margin-bottom: 1rem !important;
  width: 100%;
}
.columns .photogallery .picture_tag_image {
  padding-bottom: 0;
}
.columns .photogallery .picture_tag_image img {
  position: static;
}
@media only screen and (max-width: 720px) {
  .columns .photogallery .items {
    column-count: 2;
  }
}
@media only screen and (max-width: 430px) {
  .columns .photogallery .items {
    column-count: 1;
  }
}

.nwcsp_paragraph_left_right .nwcsp_perex {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_paragraph_left_right .nwcsp_perex {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_paragraph_left_right .nwcsp_item_button_group .nwcsp_item_button a {
    border: 1px solid #262626 !important;
    height: 3rem;
  }
}
.nwcsp_paragraph_left_right .nwcsp_item_button a {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
  background: none;
}
.nwcsp_paragraph_left_right .nwcsp_item_button a span, .nwcsp_paragraph_left_right .nwcsp_item_button a::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_paragraph_left_right .nwcsp_item_button a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_paragraph_left_right .nwcsp_item_button a:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_paragraph_left_right .nwcsp_item_button a:hover::after {
  border-color: #fff;
}
.nwcsp_paragraph_left_right .nwcsp_item_button a::after {
  border-color: #1c1c1c;
}
.nwcsp_paragraph_left_right .nwcsp_item_ico {
  position: relative;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .nwcsp_paragraph_left_right .nwcsp_item_ico {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.nwcsp_paragraph_left_right .nwcsp_item_ico .picture_tag_image picture {
  display: block;
  line-height: 0;
}
.nwcsp_paragraph_left_right .nwcsp_item_body {
  text-align: left !important;
  width: 50%;
  padding-left: 4rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_paragraph_left_right .nwcsp_item_body {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1301px) {
  .nwcsp_paragraph_left_right .nwcsp_item_body {
    max-width: calc(630px - 4rem);
  }
}
.nwcsp_paragraph_left_right .nwcsp_item_title {
  margin-top: 0;
  text-align: left;
}
.nwcsp_paragraph_left_right .nwcsp_item_perex {
  text-align: left;
}
.nwcsp_paragraph_left_right .nwcsp_item_button_group {
  margin-bottom: 0;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:last-child {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item {
    flex-direction: column;
  }
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_ico {
  padding: 0;
}
.nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_body {
  padding-left: 0;
}
@media only screen and (min-width: 961px) {
  .nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_body {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 960px) {
  .nwcsp_paragraph_left_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) {
    flex-direction: column;
  }
}
@media only screen and (min-width: 961px) {
  .nwcsp_paragraph_left_right.nwcsp_paragraph_slick_right .nwcsp_paragraph_left_right_item:nth-of-type(2n-1) {
    flex-direction: row-reverse;
  }
  .nwcsp_paragraph_left_right.nwcsp_paragraph_slick_right .nwcsp_paragraph_left_right_item:nth-of-type(2n-1) .nwcsp_item_body {
    padding-left: 0;
  }
}
@media only screen and (min-width: 961px) and (min-width: 961px) {
  .nwcsp_paragraph_left_right.nwcsp_paragraph_slick_right .nwcsp_paragraph_left_right_item:nth-of-type(2n-1) .nwcsp_item_body {
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 961px) {
  .nwcsp_paragraph_left_right.nwcsp_paragraph_slick_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) {
    flex-direction: row;
  }
  .nwcsp_paragraph_left_right.nwcsp_paragraph_slick_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_body {
    padding-right: 0;
  }
}
@media only screen and (min-width: 961px) and (min-width: 961px) {
  .nwcsp_paragraph_left_right.nwcsp_paragraph_slick_right .nwcsp_paragraph_left_right_item:nth-of-type(2n) .nwcsp_item_body {
    padding-left: 4rem;
  }
}

.nwcsp_youtube .outer_video_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.nwcsp_youtube .plugin_header {
  max-width: 100%;
}

.nwcsp_youtube_gallery .video_preview::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  height: 70px;
  width: 70px;
  transition: opacity 0.2s;
  background: transparent url("/media/img/icons/yt-play.svg") no-repeat center center/contain;
  opacity: 0.8;
}
.nwcsp_youtube_gallery .video_preview:hover::after {
  opacity: 1;
}
.nwcsp_youtube_gallery .video_play_button_default {
  display: none;
}
@media only screen and (min-width: 961px) {
  .nwcsp_youtube_gallery .videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_youtube_gallery .videos > * {
    width: calc(50% - 2.5rem);
    margin-bottom: 5rem;
  }
  .nwcsp_youtube_gallery .videos > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_youtube_gallery .videos > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 5rem;
  }
  .nwcsp_youtube_gallery .videos > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_youtube_gallery .videos > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_youtube_gallery .videos > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_youtube_gallery .videos > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 960px) {
  .nwcsp_youtube_gallery .videos {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .nwcsp_youtube_gallery .videos .texts {
    padding: 0 5rem 2rem;
  }
}

.nwcsp_gmap {
  margin-bottom: 0;
}
.nwcsp_gmap .gmap_whole_wrapper .gmap_wrapper .gmap {
  height: 55vh;
}
@media only screen and (max-width: 720px) {
  .nwcsp_gmap .gmap_whole_wrapper .gmap_wrapper .gmap {
    height: 70vh;
  }
}
.nwcsp_gmap .nwcsp_cont {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.nwcsp_gmap .plugin_header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_gmap .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_gmap .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nwcsp_gmap .nwcsp_title,
.nwcsp_gmap .nwcsp_perex {
  max-width: 66%;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 960px) {
  .nwcsp_gmap .nwcsp_title,
  .nwcsp_gmap .nwcsp_perex {
    max-width: 100%;
    min-width: initial;
  }
}

.nwcsp_contact_form {
  background-color: #fff;
}
.nwcsp_contact_form .nwcsp_cont {
  max-width: 66%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 2rem;
  margin-left: auto;
  max-width: 100%;
}
@media only screen and (max-width: 960px) {
  .nwcsp_contact_form .nwcsp_cont {
    max-width: 100%;
    min-width: initial;
  }
}
.nwcsp_contact_form .nwcsp_title,
.nwcsp_contact_form .nwcsp_perex {
  max-width: 100%;
  min-width: initial;
}
@media only screen and (min-width: 541px) {
  .nwcsp_contact_form .form__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_contact_form .form__items .input,
  .nwcsp_contact_form .form__items .select {
    width: calc(50% - 1rem);
  }
  .nwcsp_contact_form .form__items .submit_button,
  .nwcsp_contact_form .form__items .textarea {
    width: 100%;
  }
  .nwcsp_contact_form .form__items .form_container {
    display: contents;
  }
}
.nwcsp_contact_form .nwcsp_cont {
  max-width: 1260px;
}
.nwcsp_contact_form.contact_form_dark {
  color: #b8b8b7;
  background-color: #1c1c1c;
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.nwcsp_contact_form.contact_form_dark .nwcsp_title,
.nwcsp_contact_form.contact_form_dark .nwcsp_perex {
  color: #fff;
}
.nwcsp_contact_form.contact_form_dark input[type=text], .nwcsp_contact_form.contact_form_dark input[type=time], .nwcsp_contact_form.contact_form_dark input[type=search], .nwcsp_contact_form.contact_form_dark input[type=password], .nwcsp_contact_form.contact_form_dark input[type=number], .nwcsp_contact_form.contact_form_dark input[type=email], .nwcsp_contact_form.contact_form_dark input[type=tel], .nwcsp_contact_form.contact_form_dark input[type=url], .nwcsp_contact_form.contact_form_dark select, .nwcsp_contact_form.contact_form_dark textarea {
  background-color: transparent;
  border-bottom-color: #e5e5e5;
  color: #fff;
}
.nwcsp_contact_form.contact_form_dark input[type=text]:focus, .nwcsp_contact_form.contact_form_dark input[type=time]:focus, .nwcsp_contact_form.contact_form_dark input[type=search]:focus, .nwcsp_contact_form.contact_form_dark input[type=password]:focus, .nwcsp_contact_form.contact_form_dark input[type=number]:focus, .nwcsp_contact_form.contact_form_dark input[type=email]:focus, .nwcsp_contact_form.contact_form_dark input[type=tel]:focus, .nwcsp_contact_form.contact_form_dark input[type=url]:focus, .nwcsp_contact_form.contact_form_dark select:focus, .nwcsp_contact_form.contact_form_dark textarea:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.nwcsp_contact_form.contact_form_dark input[type=text]:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark input[type=time]:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark input[type=search]:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark input[type=password]:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark input[type=number]:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark input[type=email]:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark input[type=tel]:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark input[type=url]:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark select:focus::-webkit-input-placeholder, .nwcsp_contact_form.contact_form_dark textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
.nwcsp_contact_form.contact_form_dark input[type=text]:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark input[type=time]:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark input[type=search]:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark input[type=password]:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark input[type=number]:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark input[type=email]:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark input[type=tel]:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark input[type=url]:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark select:focus::-moz-placeholder, .nwcsp_contact_form.contact_form_dark textarea:focus::-moz-placeholder {
  color: #fff;
}
.nwcsp_contact_form.contact_form_dark textarea {
  border-color: #b8b8b7;
}
.nwcsp_contact_form.contact_form_dark textarea:focus {
  color: #fff;
  border-color: #fff;
}
.nwcsp_contact_form.contact_form_dark textarea:focus::-webkit-input-placeholder {
  color: #fff;
}
.nwcsp_contact_form.contact_form_dark textarea:focus::-moz-placeholder {
  color: #fff;
}
.nwcsp_contact_form.contact_form_dark .submit_button button {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
  background-color: #fff;
  color: #1c1c1c;
}
.nwcsp_contact_form.contact_form_dark .submit_button button span, .nwcsp_contact_form.contact_form_dark .submit_button button::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_contact_form.contact_form_dark .submit_button button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_contact_form.contact_form_dark .submit_button button:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_contact_form.contact_form_dark .submit_button button:hover::after {
  border-color: #fff;
}
.nwcsp_contact_form.contact_form_dark .submit_button button::after {
  border-color: #1c1c1c;
}
.nwcsp_contact_form.contact_form_dark .submit_button button:hover, .nwcsp_contact_form.contact_form_dark .submit_button button:focus, .nwcsp_contact_form.contact_form_dark .submit_button button:active {
  color: #fff;
  background-color: #bb1971;
}
.nwcsp_contact_form .thanks_backlink a {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
  margin-top: 2rem;
}
.nwcsp_contact_form .thanks_backlink a span, .nwcsp_contact_form .thanks_backlink a::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_contact_form .thanks_backlink a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_contact_form .thanks_backlink a:hover {
  background-color: #1c1c1c;
}

@media only screen and (min-width: 961px) {
  .contact_map_wrapper {
    position: relative;
  }
  .contact_map_wrapper .cmw_cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 12rem;
    padding-top: 4rem;
    position: relative;
    margin-bottom: -9rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 960px) {
  .contact_map_wrapper .cmw_cont {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 540px) {
  .contact_map_wrapper .cmw_cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 961px) {
  .contact_map_wrapper .plugin_header {
    max-width: 100%;
  }
  .contact_map_wrapper .nwcsp_contact_form,
  .contact_map_wrapper .nwcsp_gmap {
    box-shadow: 0 14px 48px -5px rgba(93, 93, 93, 0.4);
    overflow: hidden;
    margin-bottom: 0;
    width: 40%;
  }
  .contact_map_wrapper .nwcsp_gmap {
    width: 61%;
  }
  .contact_map_wrapper .nwcsp_contact_form {
    margin-top: -5rem;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1;
  }
  .contact_map_wrapper .nwcsp_contact_form .nwcsp_cont {
    padding-top: 0;
  }
  .contact_map_wrapper .nwcsp_contact_form .nwcsp_cont > div > .wysiwyg_wrapper {
    text-align: left;
  }
  .contact_map_wrapper .nwcsp_contact_form .nwcsp_title,
  .contact_map_wrapper .nwcsp_contact_form .nwcsp_perex {
    text-align: left;
  }
  .contact_map_wrapper .nwcsp_contact_form .nwcsp_perex {
    display: none;
  }
  .contact_map_wrapper .nwcsp_contact_form .nwcsp_cont {
    padding-left: 0;
    padding-right: 0;
  }
  .contact_map_wrapper .nwcsp_gmap {
    height: calc(100% - 20rem);
    top: 40%;
    position: absolute;
    transform: translateY(-50%);
    right: 5rem;
  }
  .contact_map_wrapper .nwcsp_gmap .nwcsp_title_outer,
  .contact_map_wrapper .nwcsp_gmap .nwcsp_perex {
    display: none;
  }
  .contact_map_wrapper .nwcsp_gmap .gmap_whole_wrapper .gmap_wrapper .gmap {
    height: 100%;
    position: absolute;
    width: 100%;
  }
}
.nwcsp_order_form .nwcsp_cont {
  max-width: 66%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 2rem;
  margin-left: auto;
  max-width: 100%;
}
@media only screen and (max-width: 960px) {
  .nwcsp_order_form .nwcsp_cont {
    max-width: 100%;
    min-width: initial;
  }
}
.nwcsp_order_form .nwcsp_title,
.nwcsp_order_form .nwcsp_perex {
  max-width: 100%;
  min-width: initial;
}
@media only screen and (min-width: 541px) {
  .nwcsp_order_form .form__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_order_form .form__items .input,
  .nwcsp_order_form .form__items .select {
    width: calc(50% - 1rem);
  }
  .nwcsp_order_form .form__items .submit_button,
  .nwcsp_order_form .form__items .textarea {
    width: 100%;
  }
  .nwcsp_order_form .form__items .form_container {
    display: contents;
  }
}

.nwcsp_signpost .item_cont {
  border-top: 0;
  display: block;
  height: 100%;
  position: relative;
}
.nwcsp_signpost .plugin_signpost_item .picture_tag_image {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.nwcsp_signpost .plugin_signpost_item .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_signpost .plugin_signpost_item .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 66.66667%;
}
@media only screen and (max-width: 430px) {
  .nwcsp_signpost .plugin_signpost_item .picture_tag_image {
    padding-bottom: 50%;
  }
}
.nwcsp_signpost .plugin_signpost_item .picture_tag_image img,
.nwcsp_signpost .plugin_signpost_item .picture_tag_image picture {
  display: block;
}
.nwcsp_signpost .plugin_signpost_item .picture_tag_image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: initial;
  max-width: initial;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .nwcsp_signpost .plugin_signpost_item .picture_tag_image img {
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}
.nwcsp_signpost .plugin_signpost_item .texts {
  position: relative;
  z-index: 1;
}
.nwcsp_signpost .plugin_signpost_item .nwcsp_item_title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 1.5625rem;
  line-height: 1.2em;
  letter-spacing: 1.1px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  letter-spacing: normal;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_signpost .plugin_signpost_item .nwcsp_item_title {
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: 0.9px;
  }
}
.nwcsp_signpost .plugin_signpost_item .nwcsp_item_button {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
}
.nwcsp_signpost .plugin_signpost_item .nwcsp_item_button span, .nwcsp_signpost .plugin_signpost_item .nwcsp_item_button::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_signpost .plugin_signpost_item .nwcsp_item_button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_signpost .plugin_signpost_item .nwcsp_item_button:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_signpost .plugin_signpost_item .nwcsp_item_button:hover::after {
  border-color: #fff;
}
.nwcsp_signpost .plugin_signpost_item .nwcsp_item_button::after {
  border-color: #1c1c1c;
}
.nwcsp_signpost .item_cont:hover .nwcsp_item_button {
  color: #fff;
  background-color: #bb1971;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.nwcsp_signpost .item_cont:hover .nwcsp_item_button:hover {
  background-color: #bb1971;
}
.nwcsp_signpost .item_cont:hover .nwcsp_item_button::after {
  border-color: #fff;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.nwcsp_signpost .plugin_signpost_tags ul {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  height: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 540px) {
  .nwcsp_signpost .plugin_signpost_tags ul {
    align-items: flex-start;
    height: auto;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
}
.nwcsp_signpost .plugin_signpost_tags ul li {
  color: #bb1971;
  display: table;
  position: relative;
  align-items: center;
  color: #262626;
  cursor: pointer;
  display: inline-flex;
  font-weight: 500;
  height: 3rem;
  letter-spacing: 0.33px;
  line-height: 120%;
  margin-right: 1rem;
  padding: 6px 1.5rem;
  text-align: center;
  transition: color 0.2s ease-out;
  white-space: nowrap;
}
.nwcsp_signpost .plugin_signpost_tags ul li:before {
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.2s;
  background-color: #bb1971;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center;
  transform: scaleX(0);
  width: 100%;
}
.nwcsp_signpost .plugin_signpost_tags ul li:hover:before {
  transform: scaleX(1);
}
@media only screen and (max-width: 1125px) {
  .nwcsp_signpost .plugin_signpost_tags ul li {
    margin-right: 0.75rem;
  }
}
@media only screen and (max-width: 1100px) {
  .nwcsp_signpost .plugin_signpost_tags ul li {
    padding: 6px 1rem;
  }
}
@media only screen and (max-width: 990px) {
  .nwcsp_signpost .plugin_signpost_tags ul li {
    padding: 6px 0.75rem;
  }
}
@media only screen and (max-width: 680px) {
  .nwcsp_signpost .plugin_signpost_tags ul li {
    padding: 6px 0.5rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 610px) {
  .nwcsp_signpost .plugin_signpost_tags ul li {
    font-size: 94%;
    padding: 6px 0.35rem;
    margin-right: 0.35rem;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_signpost .plugin_signpost_tags ul li {
    font-size: 82%;
    height: 2.25rem;
    padding: 6px 0.35rem;
  }
}
.nwcsp_signpost .plugin_signpost_tags ul li::before {
  transform-origin: right;
}
@media only screen and (max-width: 540px) {
  .nwcsp_signpost .plugin_signpost_tags ul li::before {
    bottom: -1px;
  }
}
.nwcsp_signpost .plugin_signpost_tags ul li:hover {
  color: #bb1971;
}
.nwcsp_signpost .plugin_signpost_tags ul li:hover::before {
  transform: scaleX(1);
}
.nwcsp_signpost .plugin_signpost_tags ul li.active {
  color: #bb1971;
  vertical-align: middle;
}
.nwcsp_signpost .plugin_signpost_tags ul li.active::before {
  transform: scaleX(1);
}
.nwcsp_signpost .plugin_signpost_tags ul li.active > span {
  vertical-align: middle;
}
@media only screen and (min-width: 961px) {
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > * {
    width: calc(33.33333% - 2rem - 0.01%);
    margin-bottom: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > * {
    width: calc(33.33333% - 2rem - 0.01%);
    margin-bottom: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_signpost.nwcsp_signpost_3col:not(.nwcsp_signpost_4col_cooldance) .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 961px) {
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > * {
    width: calc(25% - 2.25rem);
    margin-bottom: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(4n+1):nth-last-child(-n+4), .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > * {
    width: calc(33.33333% - 2rem - 0.01%);
    margin-bottom: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_signpost.nwcsp_signpost_3col.nwcsp_signpost_4col_cooldance .plugin_signpost_items > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}

.nwcsp_timeline .wysiwyg_wrapper,
.nwcsp_timeline .milestones_wrapper {
  max-width: 66%;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 960px) {
  .nwcsp_timeline .wysiwyg_wrapper,
  .nwcsp_timeline .milestones_wrapper {
    max-width: 100%;
    min-width: initial;
  }
}
.nwcsp_timeline .milestones_wrapper {
  margin-left: auto;
  max-width: 80%;
}
@media only screen and (max-width: 960px) {
  .nwcsp_timeline .milestones_wrapper {
    max-width: 100%;
  }
}
.nwcsp_timeline .milestones_wrapper {
  margin-top: 4rem;
  position: relative;
  text-align: left;
}
.nwcsp_timeline .milestone {
  margin: -5rem 0 0;
  padding: 0 calc(50% + 80px) 0 0;
  position: relative;
  text-align: right;
}
.nwcsp_timeline .milestone .milestone_inner {
  border: 1px solid transparent;
}
.nwcsp_timeline .milestone .milestone_inner:hover {
  border-color: #bb1971;
  transition-delay: 0.2s;
}
.nwcsp_timeline .milestone .milestone_inner:hover .picture_tag_image picture::after {
  background-color: #bb1971;
}
.nwcsp_timeline .milestone .year {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.7px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #1c1c1c;
  background-color: #fff;
  padding: 1rem;
  margin: 0;
  margin-bottom: -3rem;
  position: relative;
  display: inline-block;
  z-index: 1;
  top: -3rem;
}
.nwcsp_timeline .milestone .text {
  color: #262626;
  padding: 1rem;
  padding-top: 0;
  margin-top: -1.5rem;
}
.nwcsp_timeline .milestone .picture_tag_image {
  position: relative;
}
.nwcsp_timeline .milestone .picture_tag_image img,
.nwcsp_timeline .milestone .picture_tag_image picture {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.nwcsp_timeline .milestone .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  background: #e5e5e5;
  height: 200%;
  left: calc(100% + 5rem + 1px);
  margin-left: -0.5px;
  top: 50%;
  width: 1px;
  z-index: -1;
}
@media only screen and (max-width: 720px) {
  .nwcsp_timeline .milestone .picture_tag_image::after {
    transform-origin: left;
    left: calc(-80px - 1px);
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone .picture_tag_image::after {
    left: calc(-40px - 1px);
  }
}
.nwcsp_timeline .milestone .picture_tag_image::before {
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  top: 50%;
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: right;
  transition-duration: 0.3s;
  width: calc(100% + 80px);
  z-index: 1;
}
@media only screen and (max-width: 720px) {
  .nwcsp_timeline .milestone .picture_tag_image::before {
    transform-origin: left;
    left: calc(-80px - 1px);
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone .picture_tag_image::before {
    left: calc(-40px - 1px);
  }
}
.nwcsp_timeline .milestone .picture_tag_image picture {
  color: #bb1971;
  display: table;
  position: relative;
  background-color: #fff;
  display: block;
  min-height: 8rem;
  transition: background-color 0.2s ease-in-out;
}
.nwcsp_timeline .milestone .picture_tag_image picture:before {
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.2s;
  background-color: #bb1971;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center;
  transform: scaleX(0);
  width: 100%;
}
.nwcsp_timeline .milestone .picture_tag_image picture:hover:before {
  transform: scaleX(1);
}
.nwcsp_timeline .milestone .picture_tag_image picture::before {
  background-color: #bb1971;
  content: '';
  top: 50%;
  height: 1px;
  left: 0;
  transform-origin: right;
  transition-duration: 0.3s;
  width: calc(100% + 80px);
  z-index: 1;
}
@media only screen and (max-width: 720px) {
  .nwcsp_timeline .milestone .picture_tag_image picture::before {
    transform-origin: left;
    left: calc(-80px - 1px);
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone .picture_tag_image picture::before {
    width: calc(100% + 40px);
    left: calc(-40px - 1px);
  }
}
.nwcsp_timeline .milestone .picture_tag_image picture::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #bb1971;
  border-radius: 7.5px;
  height: 15px;
  left: -80px;
  margin-left: calc(-7.5px);
  top: calc(50% - 7.5px);
  transform: rotate(45deg);
  width: 15px;
  transition-property: box-shadow, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone .picture_tag_image picture::after {
    left: -40px;
  }
}
.nwcsp_timeline .milestone:first-of-type {
  margin-top: 0;
}
.nwcsp_timeline .milestone:last-of-type {
  margin-bottom: 0;
}
.nwcsp_timeline .milestone:last-of-type .picture_tag_image::after {
  content: initial;
}
.nwcsp_timeline .milestone:nth-of-type(2n-1) {
  text-align: left;
}
.nwcsp_timeline .milestone:nth-of-type(2n-1) .picture_tag_image picture::after {
  left: calc(100% + 80px + 1px);
}
@media only screen and (max-width: 720px) {
  .nwcsp_timeline .milestone:nth-of-type(2n-1) .picture_tag_image picture::after {
    left: -80px;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone:nth-of-type(2n-1) .picture_tag_image picture::after {
    left: -40px;
  }
}
.nwcsp_timeline .milestone:nth-of-type(2n) {
  padding-left: calc(50% + 80px);
  padding-right: 0;
  text-align: left;
}
.nwcsp_timeline .milestone:nth-of-type(2n) .picture_tag_image::after {
  transform-origin: left;
  left: calc(-80px - 1px);
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone:nth-of-type(2n) .picture_tag_image::after {
    left: calc(-40px - 1px);
  }
}
.nwcsp_timeline .milestone:nth-of-type(2n) .picture_tag_image::before {
  transform-origin: left;
  left: -5rem;
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone:nth-of-type(2n) .picture_tag_image::before {
    left: calc(-40px - 1px);
  }
}
.nwcsp_timeline .milestone:nth-of-type(2n) .picture_tag_image picture {
  margin-left: 0;
  margin-right: 0;
}
.nwcsp_timeline .milestone:nth-of-type(2n) .picture_tag_image picture::before {
  left: -80px;
  transform-origin: left;
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone:nth-of-type(2n) .picture_tag_image picture::before {
    left: calc(-40px - 1px);
  }
}
.nwcsp_timeline .milestone:nth-of-type(2n) .picture_tag_image picture::after {
  margin-left: calc(-7.5px - 1px);
}
.nwcsp_timeline .nwcsp_item_button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .nwcsp_timeline .milestone {
    margin-top: 0;
    margin-bottom: 3rem;
    min-height: 0;
    text-align: left;
    padding-right: 0;
  }
  .nwcsp_timeline .milestone::after {
    left: 0;
    margin-left: 0;
  }
  .nwcsp_timeline .milestone:nth-of-type(n) {
    padding-left: 87.5px;
  }
  .nwcsp_timeline .milestone:nth-of-type(n) .milestone_inner::before {
    left: -80px;
    transform-origin: left;
  }
  .nwcsp_timeline .milestone:nth-of-type(2n)::after {
    left: -1px;
  }
  .nwcsp_timeline .milestone:nth-of-type(2n)::before {
    left: 0;
    transform-origin: left;
  }
  .nwcsp_timeline .milestones_wrapper:before {
    left: 7px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_timeline .milestone:nth-of-type(n) {
    padding-left: 47.5px;
  }
  .nwcsp_timeline .milestone:nth-of-type(n) .milestone_inner::before {
    left: -40px;
  }
}

.nwcsp_logo {
  background-color: #f2f2f0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 1px;
}
.nwcsp_logo .plugin_header {
  max-width: 100%;
}
.nwcsp_logo ._cont {
  position: relative;
}
.nwcsp_logo .nwcsp_cont {
  position: relative;
}
.nwcsp_logo .nwcsp_title,
.nwcsp_logo .nwcsp_perex {
  max-width: 66%;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .nwcsp_logo .nwcsp_title,
  .nwcsp_logo .nwcsp_perex {
    max-width: 100%;
    min-width: initial;
  }
}
.nwcsp_logo .nwcsp_title {
  margin-bottom: 2rem;
}
.nwcsp_logo .nwcsp_title::after {
  content: initial;
}
.nwcsp_logo .slick-track {
  align-items: center;
  display: flex;
}
.nwcsp_logo .banner_slides {
  margin-left: 4rem;
  margin-right: 4rem;
}
.nwcsp_logo .banner_slide .banner_graphics .banner_link {
  align-items: center;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 720px) {
  .nwcsp_logo .banner_slide .banner_graphics .banner_link {
    padding: 0 1.5rem;
  }
}
.nwcsp_logo .banner_slide .banner_graphics .img_wrap {
  position: relative;
  width: 100%;
}
.nwcsp_logo .logo_banner_buttons {
  top: calc(50% - 1.5rem);
  position: absolute;
  left: 0;
  width: 100%;
  text-align: right;
}
.nwcsp_logo .logo_banner_buttons ._cont {
  height: 0;
}
.nwcsp_logo .logo_banner_buttons .wrap {
  height: 0;
  display: flex;
  justify-content: space-between;
}
.nwcsp_logo .logo_banner_buttons .slick-arrow {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background: #fff;
  color: #1c1c1c;
  right: 0;
  padding: 0;
  width: 3rem;
  height: 3rem;
  transition: background-color 0.2s ease-in-out;
}
.nwcsp_logo .logo_banner_buttons .slick-arrow span, .nwcsp_logo .logo_banner_buttons .slick-arrow::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_logo .logo_banner_buttons .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_logo .logo_banner_buttons .slick-arrow::after {
  width: 1rem;
  height: 1rem;
}
.nwcsp_logo .logo_banner_buttons .slick-arrow:hover {
  background-color: #bb1971;
}
.nwcsp_logo .logo_banner_buttons .slick-arrow:hover::after {
  border-color: #fff;
}
.nwcsp_logo .logo_banner_buttons .slick-arrow::after {
  border-color: #1c1c1c;
  padding-left: 0;
  margin-left: -0.5rem;
}
@media screen and (min-width: 0\0) {
  .nwcsp_logo .logo_banner_buttons .slick-arrow::after {
    margin-left: -12px;
  }
}
.nwcsp_logo .logo_banner_buttons .slick-arrow.logo_slick_prev {
  left: 0;
  transform: scaleX(-1);
}

.nwcsp_countdown {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main_banner + .static_page_wrapper .nwcsp_countdown:first-child {
  margin-top: -3rem;
}
.nwcsp_countdown::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent url("/media/img/bg/counter-bg.jpg") no-repeat top center/1920px 100%;
  padding-bottom: 25%;
  z-index: -1;
}
.nwcsp_countdown .nwcsp_title,
.nwcsp_countdown .nwcsp_perex {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5625rem;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-width: 50%;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 720px) {
  .nwcsp_countdown .nwcsp_title,
  .nwcsp_countdown .nwcsp_perex {
    max-width: 100%;
  }
}
.nwcsp_countdown .nwcsp_title {
  padding-top: 3rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
.nwcsp_countdown .body {
  font-size: 0.75rem;
  line-height: 1.33333em;
  margin-bottom: 2rem;
}
.nwcsp_countdown .countdown {
  margin-bottom: 3rem;
  max-width: 100%;
}
.nwcsp_countdown .order_count {
  margin-bottom: 2rem;
}
.nwcsp_countdown .countdown_number {
  display: inline-block;
  padding: 0 4%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  color: #1c1c1c;
  position: relative;
}
.nwcsp_countdown .countdown_number:last-child {
  border-right: 0;
  margin-bottom: 0;
}
.nwcsp_countdown .countdown_number.pairs::before {
  content: '';
  display: inline-block;
  background: url("/media/img/icons/dancers.svg") no-repeat;
  background-size: cover;
  width: 45px;
  height: 49px;
  top: 2px;
  position: relative;
}
.nwcsp_countdown .countdown_value {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 4.0625rem;
  line-height: 1.23077em;
  display: inline-block;
  min-width: 5rem;
}
@media only screen and (max-width: 720px) {
  .nwcsp_countdown .countdown_value {
    font-size: 2.8125rem;
    line-height: 1.33333em;
    min-width: 4rem;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_countdown .countdown_value {
    font-size: 2.1875rem;
    line-height: 1.42857em;
    min-width: 3rem;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_countdown .countdown_value {
    font-size: 1.875rem;
    line-height: 1.5em;
    min-width: 2rem;
  }
}
.nwcsp_countdown .countdown_unit {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3em;
}

.nwcsp_bookmark_cooldance {
  width: 100%;
}
@media only screen and (max-width: 1260px) {
  .nwcsp_bookmark_cooldance {
    padding: 0;
  }
}
.nwcsp_bookmark_cooldance > .nwcsp_cont {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}
.nwcsp_bookmark_cooldance > .nwcsp_cont .nwcsp_title {
  max-width: inherit;
}
.nwcsp_bookmark_cooldance > .nwcsp_cont .nwcsp_text {
  padding-bottom: 1rem;
}
.nwcsp_bookmark_cooldance > .nwcsp_cont .nwcsp_title_outer:first-child,
.nwcsp_bookmark_cooldance > .nwcsp_cont > .nwcsp_perex {
  margin: auto;
  max-width: 1260px;
  width: 100%;
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection {
  margin: 2rem auto 0;
  max-width: 1260px;
  width: 100%;
}
@media only screen and (max-width: 1260px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1260px) and (max-width: 960px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1260px) and (max-width: 540px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (max-width: 720px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection {
    margin-top: 0;
  }
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul {
  position: relative;
  padding: 15px 0 0;
  margin: 0;
  text-align: center;
  z-index: 2;
  max-height: 335px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab {
  display: block;
  height: 160px;
  margin: 0 15px;
  position: relative;
  text-align: center;
  top: 0;
  transition-property: all;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 960px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab {
    height: 120px;
    margin: 0 10px;
  }
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a {
  background-size: cover;
  background-color: #fff;
  border-radius: 50%;
  display: table-cell;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  height: 130px;
  line-height: 130%;
  max-width: 130px;
  position: static;
  overflow: hidden;
  vertical-align: middle;
  text-transform: uppercase;
  width: 130px;
  transition-property: all;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 960px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a {
    width: 100px;
    height: 100px;
  }
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a .link {
  border-radius: 50%;
  border: 0.5px solid #d9e0e7;
  bottom: 0;
  display: table-cell;
  height: 130px;
  left: 0;
  position: relative;
  right: 0;
  margin: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  width: 130px;
  transition-property: all;
  transition-duration: 0.2s;
}
@media only screen and (min-width: 721px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a .link:not(.desktop_visible) {
    color: transparent;
    font-size: 0;
    overflow: hidden;
    text-indent: -5000;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a .link .text {
    margin: auto;
  }
}
@media only screen and (max-width: 960px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a .link {
    width: 100px;
    height: 100px;
  }
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a:hover .link {
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 721px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a:hover .link {
    border-color: #bb1971;
  }
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active {
  top: -15px;
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active a {
  background-size: cover;
  height: 160px;
  font-size: 15px;
  line-height: 140%;
  max-width: 160px;
  width: 160px;
}
@media only screen and (max-width: 960px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active a {
    width: 120px;
    height: 120px;
  }
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active a .link {
  border: 2.5px solid #bb1971;
  width: 160px;
  height: 160px;
}
@media only screen and (max-width: 960px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active a .link {
    width: 120px;
    height: 120px;
  }
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul {
  position: relative;
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul::before, .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d9e0e7;
  height: 1px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul::before {
  top: 80px;
}
.nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul::after {
  top: 240px;
}
@media only screen and (max-width: 960px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul {
    max-height: 255px;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul::before {
    top: 65px;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul::after {
    top: 185px;
  }
}
@media only screen and (max-width: 720px) {
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul {
    max-height: inherit;
    width: 100%;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a {
    background-image: none !important;
    background-color: #fff;
    border: 1px solid;
    border-top: none;
    border-radius: 0;
    border-color: #d9e0e7 !important;
    display: block;
    height: auto;
    max-width: 100%;
    min-height: 60px;
    text-align: left;
    width: 100%;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a .link {
    font-size: 1.125rem;
    line-height: 1.33333em;
    transition: 0.2s 0.2s;
    transition-timing-function: ease-in-out;
    background: transparent;
    border-radius: 0;
    border: 0;
    color: #000;
    display: block;
    height: 100%;
    position: relative;
    padding: 0.4em;
    text-align: left;
    vertical-align: middle;
    width: 100%;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a:hover {
    background: #f5f7fa;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.tab a:hover .link {
    background: transparent;
    color: #000;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active,
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active:hover {
    top: 0;
    display: table;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active a,
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active:hover a {
    background: #bb1971;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active a .link,
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li.active:hover a .link {
    color: #fff;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li:first-child a {
    border-top: 1px solid #d9e0e7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .nwcsp_bookmark_cooldance .nwcsp_bookmarks_selection ul li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.nwcsp_bookmark_cooldance .nwcsp_plugin_wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
.nwcsp_bookmark_cooldance.max_4 .nwcsp_bookmarks_selection ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
@media only screen and (max-width: 960px) {
  .nwcsp_bookmark_cooldance.max_4 .nwcsp_bookmarks_selection ul {
    max-width: 540px;
  }
}
@media only screen and (max-width: 720px) {
  .nwcsp_bookmark_cooldance.max_4 .nwcsp_bookmarks_selection ul {
    max-width: inherit;
  }
}

@media only screen and (min-width: 961px) {
  .nwcsp_registration .category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .category_list > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .category_list > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .category_list > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .category_list > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .category_list > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .category_list > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .category_list > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_registration .category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .category_list > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_registration .category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .category_list > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .category_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .category_list > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .category_list > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
.nwcsp_registration .category_date {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: -2rem;
}
.nwcsp_registration .category_date::before {
  content: '';
  display: inline-block;
  background: url("/media/img/icons/calendar.svg") no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  top: 4px;
  position: relative;
  margin-right: 0.5rem;
}
.nwcsp_registration .category_day_list {
  margin-bottom: 2rem;
}
.nwcsp_registration .category_day_list:only-child {
  width: 100%;
}
.nwcsp_registration .category_price_heading {
  font-size: 0.75rem;
  line-height: 1.33333em;
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 1.25rem;
  padding-right: 0;
}
.nwcsp_registration .category_price_heading > span {
  width: 20%;
  text-align: right;
  margin-left: 1.25rem;
}
.nwcsp_registration .category_price_heading > span.recap_price {
  text-align: center;
}
.nwcsp_registration .category_item {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.33333em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.nwcsp_registration .category_item span.title {
  width: 40%;
}
.nwcsp_registration .category_item span:not(.title) {
  width: 20%;
  text-align: right;
}
.nwcsp_registration .categories:not(.recap) .category_item:hover {
  border-color: #bb1971;
}
.nwcsp_registration .selected > .category_item {
  background-color: #bb1971;
  color: #fff;
}
.nwcsp_registration .selected > .category_item .price.active {
  color: #fff;
}
.nwcsp_registration .selected > .category_item .price {
  color: #fff;
}
.nwcsp_registration .selected > .category_item .wdsf.active > span {
  background-color: #fff;
  color: #bb1971;
}
.nwcsp_registration .selected > .category_item .wdsf.active > span::after {
  border-left-color: #fff;
}
.nwcsp_registration .price {
  color: #b8b8b7;
}
.nwcsp_registration .price.active {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.33333em;
  color: #bb1971;
}
.nwcsp_registration .wdsf.active > span {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25em;
  background-color: #bb1971;
  color: #fff;
  padding: 0.2rem 0.6rem;
  height: 2rem;
  position: relative;
  top: 1px;
  left: -0.5rem;
}
.nwcsp_registration .wdsf.active > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: calc(1em - 2.5px) solid transparent;
  border-left: 1rem solid #bb1971;
  border-bottom: calc(1em - 2px) solid transparent;
  right: -1rem;
  top: 0;
}
@media only screen and (max-width: 720px) {
  .nwcsp_registration .wdsf.active > span::after {
    border-top-width: calc(1em - 1px);
    border-bottom-width: calc(1em - 1.5px);
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .wdsf {
    display: none;
  }
}
.nwcsp_registration .order_navigation {
  display: flex;
  margin-bottom: 2rem;
}
.nwcsp_registration .order_step {
  width: 33%;
}
.nwcsp_registration .order_step:not(.link),
.nwcsp_registration .order_step.link > a {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.42857em;
  letter-spacing: 0.4px;
  color: #1c1c1c;
  color: #bb1971;
  display: table;
  position: relative;
  color: inherit;
  padding: 1rem;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: color 0.2s ease-in-out;
}
.nwcsp_registration .order_step:not(.link):before,
.nwcsp_registration .order_step.link > a:before {
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.2s;
  background-color: #bb1971;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  width: 100%;
}
.nwcsp_registration .order_step:not(.link):hover:before,
.nwcsp_registration .order_step.link > a:hover:before {
  transform: scaleX(1);
}
.nwcsp_registration .order_step:not(.link)::before,
.nwcsp_registration .order_step.link > a::before {
  bottom: -1px;
}
.nwcsp_registration .order_step:not(.link).no_active::before,
.nwcsp_registration .order_step.link > a.no_active::before {
  content: initial;
}
.nwcsp_registration .order_step:not(.link):not(.no_active):hover,
.nwcsp_registration .order_step.link > a:not(.no_active):hover {
  color: #bb1971;
}
.nwcsp_registration .order_step:not(.link).active,
.nwcsp_registration .order_step.link > a.active {
  color: #bb1971;
}
.nwcsp_registration .order_step:not(.link).active::before,
.nwcsp_registration .order_step.link > a.active::before {
  transform: scaleX(1);
}
.nwcsp_registration .order_step.link > a {
  width: 100%;
  cursor: pointer;
}
.nwcsp_registration .categories_footer {
  padding-bottom: 2rem;
}
.nwcsp_registration .order_next_step {
  text-align: right;
}
.nwcsp_registration .order_next_step .button:not(.disabled) {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
}
.nwcsp_registration .order_next_step .button:not(.disabled) span, .nwcsp_registration .order_next_step .button:not(.disabled)::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_registration .order_next_step .button:not(.disabled)::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_registration .order_next_step .button:not(.disabled):hover {
  background-color: #1c1c1c;
}
.nwcsp_registration .order_next_step .button.disabled {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #737b83;
  cursor: not-allowed;
  background-color: #b8b8b7;
  border-color: #b8b8b7;
}
.nwcsp_registration .order_next_step .button.disabled span, .nwcsp_registration .order_next_step .button.disabled::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_registration .order_next_step .button.disabled::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_registration .order_next_step .button.disabled:hover {
  background-color: #b8b8b7;
}
.nwcsp_registration .order_next_step .button.disabled::after {
  border-color: #737b83;
}
.nwcsp_registration .order_form_buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.nwcsp_registration .order_form_buttons .submit_button {
  padding-left: 0;
  display: flex;
}
.nwcsp_registration .order_form_buttons .submit_button button {
  height: 100%;
}
.nwcsp_registration .order_form_buttons .submit_button.back a,
.nwcsp_registration .order_form_buttons .submit_button.back button {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
  transform: scaleX(-1);
}
.nwcsp_registration .order_form_buttons .submit_button.back a span, .nwcsp_registration .order_form_buttons .submit_button.back a::after,
.nwcsp_registration .order_form_buttons .submit_button.back button span,
.nwcsp_registration .order_form_buttons .submit_button.back button::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_registration .order_form_buttons .submit_button.back a::after,
.nwcsp_registration .order_form_buttons .submit_button.back button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_registration .order_form_buttons .submit_button.back a:hover,
.nwcsp_registration .order_form_buttons .submit_button.back button:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_registration .order_form_buttons .submit_button.back a:hover::after,
.nwcsp_registration .order_form_buttons .submit_button.back button:hover::after {
  border-color: #fff;
}
.nwcsp_registration .order_form_buttons .submit_button.back a::after,
.nwcsp_registration .order_form_buttons .submit_button.back button::after {
  border-color: #1c1c1c;
}
.nwcsp_registration .order_form_buttons .submit_button.back a > span,
.nwcsp_registration .order_form_buttons .submit_button.back button > span {
  transform: scaleX(-1);
}
.nwcsp_registration .order_form_buttons .submit_button.back a:hover > span,
.nwcsp_registration .order_form_buttons .submit_button.back button:hover > span {
  transform: scaleX(-1);
}
.nwcsp_registration .static_block_wrap {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 720px) {
  .nwcsp_registration .static_block_wrap {
    margin-bottom: 1rem;
  }
}
.nwcsp_registration .static_block_wrap.step1 .static_block {
  margin-bottom: 2rem;
  padding-right: 10rem;
}
.nwcsp_registration .static_block h3 {
  color: #bb1971;
}
.nwcsp_registration .currency_select {
  display: flex;
  justify-content: flex-end;
  margin-top: -5rem;
  margin-bottom: 2rem;
}
.nwcsp_registration .currency_select .currency > a {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
  transition: background-color 0.2s ease-in-out;
}
.nwcsp_registration .currency_select .currency > a span, .nwcsp_registration .currency_select .currency > a::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_registration .currency_select .currency > a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_registration .currency_select .currency > a:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_registration .currency_select .currency > a:hover::after {
  border-color: #fff;
}
.nwcsp_registration .currency_select .currency > a::after {
  border-color: #1c1c1c;
}
.nwcsp_registration .currency_select .currency > a::after {
  content: initial;
}
.nwcsp_registration .currency_select .currency > a .waiter-inspire {
  background-color: transparent;
}
.nwcsp_registration .currency_select .currency > a .waiter-inspire .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  max-width: 2rem;
}
.nwcsp_registration .currency_select .currency > a .waiter-inspire .waiter-inspire-text {
  display: none;
}
.nwcsp_registration .currency_select .currency.selected {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
  cursor: default;
}
.nwcsp_registration .currency_select .currency.selected span, .nwcsp_registration .currency_select .currency.selected::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_registration .currency_select .currency.selected::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_registration .currency_select .currency.selected:hover {
  background-color: #1c1c1c;
}
.nwcsp_registration .currency_select .currency.selected::after {
  content: initial;
}
.nwcsp_registration .currency_select .currency.selected:hover {
  background-color: #bb1971;
}
.nwcsp_registration .total_price {
  padding-left: calc(50% + 1.5rem);
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.nwcsp_registration .total_price_item {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 1.5625rem;
  line-height: 1.2em;
  letter-spacing: 1.1px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_registration .total_price_item {
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: 0.9px;
  }
}
.nwcsp_registration .categories.recap {
  display: flex;
  flex-wrap: wrap;
}
.nwcsp_registration .categories.recap .category_list {
  width: 100%;
}
.nwcsp_registration .categories.recap + .total_price {
  width: 100%;
  margin-left: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nwcsp_registration .categories.recap + .total_price .total_price_item {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.7px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.nwcsp_registration .categories.recap + .total_price .total_price_item.discount {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.7px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #bb1971;
}
.nwcsp_registration .partners_title {
  margin-bottom: 3rem;
  color: #bb1971;
}
@media only screen and (min-width: 961px) {
  .nwcsp_registration .partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .partners > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_registration .partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .partners > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_registration .partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .partners > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .partners > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .partners > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .partners > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .partners > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .partners > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .partners > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .partners > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .partners > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 961px) {
  .nwcsp_registration .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .partner > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .partner > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .partner > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .partner > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .partner > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .partner > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .partner > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_registration .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .partner > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_registration .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .partner > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .partner > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .partner > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .partner_col:first-of-type {
    margin-bottom: 1rem;
  }
}
.nwcsp_registration .partner_country {
  width: 100%;
}
.nwcsp_registration .partner_country .form_item {
  margin-bottom: 1rem;
}
.nwcsp_registration .partner_country .form_item.select .field {
  max-width: calc(50% - 1.5rem);
}
@media only screen and (max-width: 720px) {
  .nwcsp_registration .partner_country .form_item.select .field {
    max-width: 100%;
  }
}
.nwcsp_registration .partner .title {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.7px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
}
.nwcsp_registration .partner .title::before {
  content: '';
  display: inline-block;
  background: url("/media/img/icons/male-dancer.svg");
  width: 2rem;
  height: 2rem;
  top: 0.5rem;
  position: relative;
  left: -0.5rem;
}
.nwcsp_registration .partner_col:nth-of-type(2n) .partner .title::before {
  background: url("/media/img/icons/female-dancer.svg");
}
.nwcsp_registration .partner1_birthday .error_messages,
.nwcsp_registration .partner2_birthday .error_messages {
  top: 48px;
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .partner1_birthday.form_item[data-travel-label],
  .nwcsp_registration .partner2_birthday.form_item[data-travel-label] {
    margin-bottom: 1rem;
  }
}
.nwcsp_registration .partner1_birthday.form_item[data-travel-label] > .label,
.nwcsp_registration .partner2_birthday.form_item[data-travel-label] > .label {
  font-size: 0.8rem;
  line-height: 1.40625em;
  display: flex !important;
  margin-right: 1rem;
  margin-top: -1rem;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .partner1_birthday.form_item[data-travel-label] > .label,
  .nwcsp_registration .partner2_birthday.form_item[data-travel-label] > .label {
    width: auto;
  }
}
.nwcsp_registration .partner1_birthday.form_item[data-travel-label] > .field::before,
.nwcsp_registration .partner2_birthday.form_item[data-travel-label] > .field::before {
  content: '';
  display: inline-block;
  background: url("/media/img/icons/calendar.svg") no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.875rem;
  position: absolute;
  margin-right: 0.5rem;
}
.nwcsp_registration .partner1_birthday.form_item[data-travel-label] .field input:not([type='checkbox']),
.nwcsp_registration .partner2_birthday.form_item[data-travel-label] .field input:not([type='checkbox']) {
  -webkit-user-select: none;
  user-select: none;
  text-align: right;
  padding-left: 1.5rem;
  min-width: 6.5rem;
  cursor: pointer;
}
.nwcsp_registration .partner1_birthday.form_item[data-travel-label] .field .label,
.nwcsp_registration .partner2_birthday.form_item[data-travel-label] .field .label {
  display: none;
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .partner1_birthday.form_item[data-travel-label] {
    margin-bottom: 0;
  }
}
.nwcsp_registration .partners_contact {
  margin-bottom: 3rem;
}
.nwcsp_registration .contact_title {
  margin-bottom: 3rem !important;
  color: #bb1971;
  width: 100%;
}
@media only screen and (min-width: 961px) {
  .nwcsp_registration .contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .contact_form > * {
    width: calc(25% - 2.25rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .contact_form > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .nwcsp_registration .contact_form > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .contact_form > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .nwcsp_registration .contact_form > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .contact_form > *:nth-child(4n+1):nth-last-child(-n+4), .nwcsp_registration .contact_form > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_registration .contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .contact_form > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_registration .contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .contact_form > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .contact_form > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .contact_form > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .contact_form > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .contact_form > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .contact_form > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .contact_form > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .contact_form > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .contact_form > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
.nwcsp_registration .contact_form .textarea {
  width: calc(50% - 1.5rem);
}
@media only screen and (max-width: 960px) {
  .nwcsp_registration .contact_form .textarea {
    width: 100%;
  }
}
.nwcsp_registration .recap_festival_order {
  display: flex !important;
}
@media only screen and (min-width: 961px) {
  .nwcsp_registration .recap_festival_order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .recap_festival_order > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_registration .recap_festival_order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .recap_festival_order > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_registration .recap_festival_order > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .nwcsp_registration .recap_festival_order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .recap_festival_order > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_registration .recap_festival_order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_registration .recap_festival_order > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_registration .recap_festival_order > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
.nwcsp_registration .recap_festival_order .waiter-inspire {
  margin-left: 0 !important;
  width: 100% !important;
}
.nwcsp_registration .recap_col {
  margin-bottom: 0;
}
.nwcsp_registration .recap_col.payment_select .static_block {
  margin-bottom: 2rem;
}
.nwcsp_registration .recap_col .partners {
  margin-bottom: 0.5rem;
}
.nwcsp_registration .recap_col .partner.recap {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
}
.nwcsp_registration .recap_col .contact_recap_wrap {
  margin-bottom: 2rem;
}
.nwcsp_registration .recap_col .contact_recap_wrap .contact_recap_title {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.nwcsp_registration .recap_col .category_day_list {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
}
.nwcsp_registration .recap_col .categories.recap + .total_price {
  border-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.nwcsp_registration .recap_col .total_price_item {
  padding-left: 0;
  padding-right: 0;
}
.nwcsp_registration .recap_col .total_price_recap .total_price {
  padding-left: 0;
}
.nwcsp_registration .recap_col .total_price_recap .total_price_item.discount {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.7px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #bb1971;
}
.nwcsp_registration .agree_before_order {
  padding-left: calc(50% + 1.5rem);
  padding-bottom: 2rem;
}
@media only screen and (max-width: 720px) {
  .nwcsp_registration .agree_before_order {
    padding-left: 0;
  }
}
.nwcsp_registration .agree_before_order .agreement_evidence {
  width: 100%;
}
.nwcsp_registration .recap_footer {
  position: relative;
  width: 100%;
}
.nwcsp_registration .recap_footer .form {
  position: static;
}
.nwcsp_registration .recap_footer .submit_button {
  padding-left: 0;
  text-align: right;
}
.nwcsp_registration .recap_footer .submit_button button {
  width: auto;
}
.nwcsp_registration .recap_footer .submit_button:not(.back) {
  position: absolute;
  right: 0;
  bottom: 2rem;
}
@media only screen and (max-width: 540px) {
  .nwcsp_registration .recap_footer .submit_button button,
  .nwcsp_registration .recap_footer .submit_button .button {
    justify-content: center;
    width: 100%;
  }
  .nwcsp_registration .recap_footer .submit_button:not(.back) button {
    font-family: "lorabold", Arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .nwcsp_registration .recap_footer .submit_button:not(.back) button::after {
    display: none;
  }
}
.nwcsp_registration .recap_footer .order_form_buttons {
  flex-direction: row;
}
.nwcsp_registration .recap_footer .order_form_buttons .button_info {
  font-size: 0.8125rem;
  line-height: 1.30769em;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 540px) {
  .nwcsp_registration .recap_footer .order_form_buttons {
    display: block;
    padding-bottom: 5.5rem;
  }
  .nwcsp_registration .recap_footer .order_form_buttons .button_info {
    position: static;
    padding-top: 1rem;
    text-align: center;
  }
}

@media only screen and (min-width: 721px) {
  .nwcsp_day .plugin_header {
    margin-top: 4rem;
  }
}
.nwcsp_day .plugin_header .nwcsp_title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 1.5625rem;
  line-height: 1.2em;
  letter-spacing: 1.1px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #bb1971;
  text-transform: none;
}
@media only screen and (max-width: 960px) {
  .nwcsp_day .plugin_header .nwcsp_title {
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: 0.9px;
  }
}
.nwcsp_day .plugin_header .nwcsp_perex {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.46667em;
  margin-bottom: 2rem;
}
.nwcsp_day .days_view .day {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.33333em;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.nwcsp_day .days_view .day .free {
  color: #bb1971;
}
.nwcsp_day .days_view .day svg {
  height: 20px;
  width: 20px;
  margin-right: 0.8rem;
}
.nwcsp_day .days_view .day .date {
  align-items: center;
  display: flex;
}
.nwcsp_day .days_view .day.past {
  background-color: #f2f2f0;
}
.nwcsp_day .days_view .day.past * {
  color: #b8b8b7;
}
.nwcsp_day .days_view .day.past svg * {
  fill: #b8b8b7;
}
.nwcsp_day .days_view a.day:hover {
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_day .days_view a.day:hover * {
  color: #fff;
}
.nwcsp_day .days_view a.day:hover svg * {
  fill: #fff;
}
@media only screen and (min-width: 961px) {
  .nwcsp_day .days_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_day .days_view > * {
    width: calc(25% - 1.5rem);
    margin-bottom: 2rem;
  }
  .nwcsp_day .days_view > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .nwcsp_day .days_view > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 2rem;
  }
  .nwcsp_day .days_view > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .nwcsp_day .days_view > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_day .days_view > *:nth-child(4n+1):nth-last-child(-n+4), .nwcsp_day .days_view > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_day .days_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_day .days_view > * {
    width: calc(33.33333% - 1.33333rem - 0.01%);
    margin-bottom: 2rem;
  }
  .nwcsp_day .days_view > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_day .days_view > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 2rem;
  }
  .nwcsp_day .days_view > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_day .days_view > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_day .days_view > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_day .days_view > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .nwcsp_day .days_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_day .days_view > * {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .nwcsp_day .days_view > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_day .days_view > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 1rem;
  }
  .nwcsp_day .days_view > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_day .days_view > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_day .days_view > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_day .days_view > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_day .days_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_day .days_view > * {
    width: calc(100% - 0rem);
    margin-bottom: 1rem;
  }
  .nwcsp_day .days_view > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_day .days_view > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 1rem;
  }
  .nwcsp_day .days_view > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_day .days_view > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_day .days_view > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_day .days_view > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
.nwcsp_day .body + .days_view {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 721px) {
  .nwcsp_section .plugin_header {
    margin-top: 4rem;
  }
}
.nwcsp_section .plugin_header .nwcsp_title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 1.5625rem;
  line-height: 1.2em;
  letter-spacing: 1.1px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #bb1971;
  text-transform: none;
}
@media only screen and (max-width: 960px) {
  .nwcsp_section .plugin_header .nwcsp_title {
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: 0.9px;
  }
}
.nwcsp_section .plugin_header .nwcsp_perex {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.46667em;
  margin-bottom: 2rem;
}
.nwcsp_section .sections_view .section {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.33333em;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.nwcsp_section .sections_view .section .free {
  color: #bb1971;
}
.nwcsp_section .sections_view .section.no_free_seats {
  background-color: #f2f2f0;
}
.nwcsp_section .sections_view .section.no_free_seats * {
  color: #b8b8b7;
}
.nwcsp_section .sections_view .section.no_free_seats svg * {
  fill: #b8b8b7;
}
.nwcsp_section .sections_view a.section:hover {
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_section .sections_view a.section:hover * {
  color: #fff;
}
.nwcsp_section .sections_view a.section:hover svg * {
  fill: #fff;
}
@media only screen and (min-width: 961px) {
  .nwcsp_section .sections_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_section .sections_view > * {
    width: calc(25% - 1.5rem);
    margin-bottom: 2rem;
  }
  .nwcsp_section .sections_view > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .nwcsp_section .sections_view > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 2rem;
  }
  .nwcsp_section .sections_view > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .nwcsp_section .sections_view > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_section .sections_view > *:nth-child(4n+1):nth-last-child(-n+4), .nwcsp_section .sections_view > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_section .sections_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_section .sections_view > * {
    width: calc(33.33333% - 1.33333rem - 0.01%);
    margin-bottom: 2rem;
  }
  .nwcsp_section .sections_view > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_section .sections_view > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 2rem;
  }
  .nwcsp_section .sections_view > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_section .sections_view > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_section .sections_view > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_section .sections_view > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .nwcsp_section .sections_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_section .sections_view > * {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .nwcsp_section .sections_view > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_section .sections_view > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 1rem;
  }
  .nwcsp_section .sections_view > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_section .sections_view > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_section .sections_view > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_section .sections_view > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_section .sections_view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_section .sections_view > * {
    width: calc(100% - 0rem);
    margin-bottom: 1rem;
  }
  .nwcsp_section .sections_view > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .nwcsp_section .sections_view > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 1rem;
  }
  .nwcsp_section .sections_view > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .nwcsp_section .sections_view > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_section .sections_view > *:nth-child(1n+1):nth-last-child(-n+1), .nwcsp_section .sections_view > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
.nwcsp_section .body + .sections_view {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 721px) {
  .nwcsp_ticket .plugin_header {
    margin-top: 4rem;
  }
}
.nwcsp_ticket .plugin_header .nwcsp_title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 1.5625rem;
  line-height: 1.2em;
  letter-spacing: 1.1px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #bb1971;
  text-transform: none;
}
@media only screen and (max-width: 960px) {
  .nwcsp_ticket .plugin_header .nwcsp_title {
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: 0.9px;
  }
}
.nwcsp_ticket .plugin_header .nwcsp_perex {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.46667em;
  margin-bottom: 2rem;
}
.nwcsp_ticket .seats_select_label {
  font-size: 0.875rem;
  line-height: 1.28571em;
  margin-bottom: 0.7rem;
}
.nwcsp_ticket .waiter-inspire {
  background-color: rgba(255, 255, 255, 0.7);
}
.nwcsp_ticket .body + .ticket_order {
  margin-top: 1.5rem;
}
.nwcsp_ticket .seats_select_outer_wrapper {
  position: relative;
}
.nwcsp_ticket .seats_select_outer_wrapper .seat_form_inner {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}
.nwcsp_ticket .seats_select {
  max-height: 507px;
  overflow-y: auto;
}
@media only screen and (max-width: 720px) {
  .nwcsp_ticket .seats_select {
    max-height: 471px;
  }
}
.nwcsp_ticket .seats_select .seat .seat_inner {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.33333em;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  border-width: 0 1px 1px 0;
  cursor: pointer;
}
.nwcsp_ticket .seats_select .seat .seat_inner .free {
  color: #bb1971;
}
.nwcsp_ticket .seats_select .seat .seat_inner.selected {
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_ticket .seats_select .seat .seat_inner.selected * {
  color: #fff;
}
.nwcsp_ticket .seats_select .seat .seat_inner.selected svg * {
  fill: #fff;
}
.nwcsp_ticket .seats_select .seat .seat_inner.reserved {
  background-color: #f2f2f0;
  cursor: not-allowed;
}
.nwcsp_ticket .seats_select .seat .seat_inner.reserved * {
  color: #b8b8b7;
}
.nwcsp_ticket .seats_select .seat .seat_inner.reserved svg * {
  fill: #b8b8b7;
}
.nwcsp_ticket .seats_select .bucket {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
}
.nwcsp_ticket .seats_select .seat_select_inner {
  align-items: flex-start;
}
@media only screen and (min-width: 801px) {
  .nwcsp_ticket .seats_select .seat_select_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > * {
    width: calc(33.33333% - 0 - 0.01%);
    margin-bottom: 0;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > * {
    width: 33.33333%;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
  .nwcsp_ticket .seats_select .seat_select_inner .bucket:nth-child(3n-2) {
    border-left-width: 1px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  .nwcsp_ticket .seats_select .seat_select_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > * {
    width: calc(50% - 0);
    margin-bottom: 0;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > * {
    width: 50%;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 0;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_ticket .seats_select .seat_select_inner > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
  .nwcsp_ticket .seats_select .seat_select_inner .bucket:nth-child(2n-1) {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_ticket .seats_select .seat_select_inner .bucket {
    border-left-width: 1px;
  }
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dt {
  padding-right: 0.4rem;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dd {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dd.price {
  font-size: 1.25rem;
  color: #bb1971;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.seats {
  display: block;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.seats::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  clear: both;
  visibility: hidden;
  height: 0;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.seats dt,
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.seats dd {
  float: left;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.seats dt {
  clear: left;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.price_n_count {
  display: table-row;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.price_n_count dt,
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.price_n_count dd {
  display: table-cell;
}
.nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.price_n_count dt {
  white-space: nowrap;
}
@media only screen and (min-width: 541px) {
  .nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats {
    display: flex;
    justify-content: space-between;
  }
  .nwcsp_ticket :not(.recap_wrap) > .selected_seats_stats dl.seats {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 721px) {
  .nwcsp_ticket .ticket_form .tf_block,
  .nwcsp_ticket .ticket_form .ticket_form_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_ticket .ticket_form .tf_block > *,
  .nwcsp_ticket .ticket_form .ticket_form_main > * {
    width: calc(33.33333% - 2.66667rem - 0.01%);
    margin-bottom: 4rem;
  }
  .nwcsp_ticket .ticket_form .tf_block > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .nwcsp_ticket .ticket_form .tf_block > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)),
  .nwcsp_ticket .ticket_form .ticket_form_main > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)),
  .nwcsp_ticket .ticket_form .ticket_form_main > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 4rem;
  }
  .nwcsp_ticket .ticket_form .tf_block > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .nwcsp_ticket .ticket_form .tf_block > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child,
  .nwcsp_ticket .ticket_form .ticket_form_main > *:nth-child(3n+1):nth-last-child(-n+3):last-child,
  .nwcsp_ticket .ticket_form .ticket_form_main > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_ticket .ticket_form .tf_block > *:nth-child(3n+1):nth-last-child(-n+3), .nwcsp_ticket .ticket_form .tf_block > *:nth-child(3n+1):nth-last-child(-n+3) ~ *,
  .nwcsp_ticket .ticket_form .ticket_form_main > *:nth-child(3n+1):nth-last-child(-n+3),
  .nwcsp_ticket .ticket_form .ticket_form_main > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
.nwcsp_ticket .ticket_form .ticket_form_main {
  margin-bottom: 3rem;
}
.nwcsp_ticket .ticket_form .ticket_form_additional {
  margin-top: -2rem;
}
.nwcsp_ticket .ticket_form .submit_button {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 4rem;
  padding-top: 2.5rem;
}
@media only screen and (min-width: 721px) {
  .nwcsp_ticket .ticket_recap .cols_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nwcsp_ticket .ticket_recap .cols_wrap > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .nwcsp_ticket .ticket_recap .cols_wrap > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .nwcsp_ticket .ticket_recap .cols_wrap > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .nwcsp_ticket .ticket_recap .cols_wrap > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .nwcsp_ticket .ticket_recap .cols_wrap > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .nwcsp_ticket .ticket_recap .cols_wrap > *:nth-child(2n+1):nth-last-child(-n+2), .nwcsp_ticket .ticket_recap .cols_wrap > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
.nwcsp_ticket .ticket_recap .recap_wrap,
.nwcsp_ticket .ticket_recap .payment_wrap {
  padding-bottom: 3rem;
}
.nwcsp_ticket .ticket_recap .recap_wrap dt {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.nwcsp_ticket .ticket_recap .recap_wrap dd {
  margin-bottom: 0.7rem;
}
.nwcsp_ticket .ticket_recap .payment_wrap {
  position: relative;
}
.nwcsp_ticket .ticket_recap .payment_wrap .form {
  position: static;
}
.nwcsp_ticket .ticket_recap .payment_wrap .submit_button {
  position: absolute;
  right: 0;
  top: calc(100% + 2rem);
}
@media only screen and (max-width: 430px) {
  .nwcsp_ticket .ticket_recap .payment_wrap .submit_button {
    top: calc(100% + 3rem);
  }
  .nwcsp_ticket .ticket_recap .payment_wrap .submit_button button {
    justify-content: center;
    width: 100%;
    font-family: "lorabold", Arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  .nwcsp_ticket .ticket_recap .payment_wrap .submit_button button::after {
    display: none;
  }
}
.nwcsp_ticket .ticket_recap .payment_wrap .agreement_evidence {
  width: auto;
}
.nwcsp_ticket .button_group {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.nwcsp_ticket .button_group .back {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
  transform: scaleX(-1);
  display: inline-flex !important;
}
.nwcsp_ticket .button_group .back span, .nwcsp_ticket .button_group .back::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.nwcsp_ticket .button_group .back::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.nwcsp_ticket .button_group .back:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.nwcsp_ticket .button_group .back:hover::after {
  border-color: #fff;
}
.nwcsp_ticket .button_group .back::after {
  border-color: #1c1c1c;
}
.nwcsp_ticket .button_group .back > span {
  transform: scaleX(-1);
}
.nwcsp_ticket .button_group .back:hover > span {
  transform: scaleX(-1);
}
@media only screen and (max-width: 430px) {
  .nwcsp_ticket .button_group {
    border-top-width: 0;
    padding-top: 0;
  }
  .nwcsp_ticket .button_group .back {
    display: flex !important;
  }
}

.nwcsp_csv_table .text {
  margin-bottom: 3rem;
}
.nwcsp_csv_table table {
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 540px) {
  .nwcsp_csv_table table {
    table-layout: auto;
  }
}
.nwcsp_csv_table table td {
  border: 2px solid #fff;
  padding: 0.5rem 1.2rem;
}
@media only screen and (max-width: 540px) {
  .nwcsp_csv_table table td {
    font-size: 0.8125rem;
    line-height: 1.38462em;
    padding: 0.4rem 0.2rem;
  }
}
.nwcsp_csv_table table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.nwcsp_csv_table table tr:hover td {
  background-color: #c5c5c5;
}
.nwcsp_csv_table table.hightlight_first_row tr:first-child td, .nwcsp_csv_table table.hightlight_first_col tr td:first-child {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  color: #bb1971;
}

.nwcsp_competitors_view table .up_header {
  color: #363636 !important;
  padding-bottom: 0;
}
.nwcsp_competitors_view table thead tr:nth-child(n) td {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: transparent;
  color: #bb1971;
}
.nwcsp_competitors_view table .category_title,
.nwcsp_competitors_view table .category_count {
  font-size: 1.375rem;
  line-height: 1.40909em;
}
.nwcsp_competitors_view table .category_count {
  text-align: right;
}
.nwcsp_competitors_view table .category_title {
  padding-left: 0;
}
.nwcsp_competitors_view .select {
  margin-bottom: 2rem;
  position: relative;
  width: 20rem;
}
.nwcsp_competitors_view .table_responsive_wrapper {
  display: none;
}
.nwcsp_competitors_view .table_responsive_wrapper.visible {
  display: block;
}
.nwcsp_competitors_view .table_responsive_wrapper.visible + .table_responsive_wrapper.visible {
  margin-top: 4rem;
}

.nwcsp_socialfeed .nwcsp_cont {
  max-width: none;
  padding: 0;
  width: 100%;
}
.nwcsp_socialfeed .plugin_header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .nwcsp_socialfeed .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .nwcsp_socialfeed .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nwcsp_socialfeed .instagram_feed {
  margin-top: 1rem;
}
.nwcsp_socialfeed .instagram_feed .picture_tag_image {
  overflow: hidden;
  position: relative;
}
.nwcsp_socialfeed .instagram_feed .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_socialfeed .instagram_feed .picture_tag_image::after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 100%;
}
.nwcsp_socialfeed .instagram_feed .instagram_feed_item__link {
  display: block;
  position: relative;
}
.nwcsp_socialfeed .instagram_feed .instagram_feed_item__link .infobox {
  font-size: 0.75rem;
  line-height: 1em;
  color: #fff;
  display: none;
  justify-content: center;
  padding: 0.5rem;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  z-index: 2;
}
.nwcsp_socialfeed .instagram_feed .instagram_feed_item__link .infobox .infobox__item {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 1.5rem;
  min-width: 1.5rem;
  margin: 0 0.5rem;
  padding-left: 2rem;
}
.nwcsp_socialfeed .instagram_feed .instagram_feed_item__link .infobox .infobox__item .instagram_feed_item__likes_count {
  background-image: url("/media/img/icons/heart-white.svg");
}
.nwcsp_socialfeed .instagram_feed .instagram_feed_item__link .infobox .infobox__item.instagram_feed_item__comments_count {
  background-image: url("/media/img/icons/comments-white.svg");
  padding-bottom: 0.2rem;
}
.nwcsp_socialfeed .instagram_feed .instagram_feed_item__link::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(187, 25, 113, 0.8) url("/media/img/icons/instagram.svg") no-repeat center center/35px;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 1;
}
.nwcsp_socialfeed .instagram_feed .instagram_feed_item__link:hover .infobox {
  display: flex;
}
.nwcsp_socialfeed .instagram_feed .instagram_feed_item__link:hover::after {
  opacity: 1;
}
@media only screen and (min-width: 2501px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2500px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1300px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 720px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 540px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (max-width: 430px) {
  .nwcsp_socialfeed .instagram_feed .instagram_feed__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }
}

.container > .header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 5;
}
.container > .header > ._cont {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .container > .header > ._cont {
    padding-top: 0;
  }
}
.container > .header .inner {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.container > .header .logo {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  max-height: 82px;
  position: absolute;
  z-index: 2;
  left: 55%;
  transform: translateX(-50%);
  width: 14.3%;
  top: 62px;
}
.container > .header .logo svg {
  display: block;
  width: 9rem;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .container > .header .logo svg {
    width: 8rem;
  }
}
@media only screen and (max-width: 540px) {
  .container > .header .logo svg {
    width: 7rem;
  }
}
.container > .header .hamburger_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.container > .header .side_menu {
  margin-top: -3px;
  width: 100%;
}
.container > .header.fixed {
  background-color: #fff;
  position: fixed;
  z-index: 15;
}
.container > .header.fixed .logo {
  background-color: transparent;
}
@media only screen and (min-width: 961px) {
  .container > .header {
    position: absolute;
    transition-duration: 0.2s;
    transition-property: background-color, box-shadow, transform;
  }
  .container > .header.fixed {
    transform: translateY(-61px);
  }
  .container > .header .inner {
    height: 144px;
    justify-content: space-between;
  }
  .container > .header .menu_main > ul {
    display: flex;
  }
  .container > .header .menu_main > ul > li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container > .header .menu_main > ul > li:nth-child(4) {
    margin-left: 24% !important;
  }
  .container > .header .hamburger {
    display: none;
  }
  .container > .header .top_nav .social {
    display: flex;
  }
  .container > .header .top_nav .logo {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .container > .header .menu_main > ul > li:not(:first-child) {
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 960px) {
  .container > .header .inner {
    height: 60px;
  }
  .container > .header .top_nav {
    display: block;
    background: none;
    height: 60px;
  }
  .container > .header .top_nav .social {
    display: none;
  }
  .container > .header .top_nav .logo svg {
    width: 7rem;
  }
  .container > .header .menu_main {
    background: #fff url("/media/img/bg/hamburger-bg.jpg") no-repeat center bottom;
    max-height: calc(100% - (60px + 4rem));
    height: 100%;
    overflow-y: auto;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
  }
  .container > .header .menu_main > ul {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .container > .header .menu_main > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .container > .header .menu_main > ul > li:nth-of-type(4) {
    margin-left: 0 !important;
  }
  .container > .header .menu_main > ul > li > a {
    font-family: "pt_sansbold", Arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9375rem;
    line-height: 1.2em;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    text-align: center;
  }
  .container > .header .menu_main > ul > li.submenu > a > span::after {
    display: none;
  }
  .container > .header .menu_main > ul > li.submenu ul {
    margin-top: -0.3rem;
  }
  .container > .header .menu_main > ul > li.submenu ul li a {
    font-size: 0.75rem;
    line-height: 1.5em;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
  }
  .container > .header .menu_main .language_select {
    display: block;
    width: 100%;
  }
  .container > .header .menu_main .language_select .languages {
    margin-left: auto;
    margin-right: auto;
    height: inherit;
    position: relative;
    width: 11rem;
    display: flex;
    align-items: center;
  }
  .container > .header .menu_main .language_select .languages ul {
    display: flex;
    justify-content: center;
    position: static;
    padding-right: 0;
    margin-right: 0;
  }
  .container > .header .menu_main .language_select .languages ul li {
    display: block;
  }
  .container > .header .menu_main .language_select .languages ul li::after {
    position: absolute;
    left: calc(50% - 1.25rem);
    top: calc(50% - 1.25rem);
    height: 2.5rem;
    width: 2.5rem;
    background-size: cover;
    border: 1px solid #b8b8b7;
    border-radius: 50%;
  }
  .container > .header .menu_main .language_select .languages ul li.lang_cs::after {
    background-image: url("/media/img/flags/CZ.svg") !important;
  }
  .container > .header .menu_main .language_select .languages ul li.lang_en::after {
    background-image: url("/media/img/flags/GB.svg") !important;
  }
  .container > .header .menu_main .language_select .languages ul li.lang_ru::after {
    background-image: url("/media/img/flags/RU.svg") !important;
  }
  .container > .header .menu_main .language_select .languages ul li .language_item__link {
    height: 4rem;
    width: 4rem;
    padding: 0;
  }
  .container > .header .menu_main .language_select .languages ul li.active::after {
    border: 2px solid #bb1971;
  }
  .container > .header .menu_main .language_select .languages ul li.active .language_item__link::after {
    display: none;
  }
  .container > .header .hamburger {
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 14;
  }
  .container > .header .hamburger:hover {
    opacity: 1;
  }
  .container > .header .hamburger:hover .hamburger-inner,
  .container > .header .hamburger:hover .hamburger-inner::after,
  .container > .header .hamburger:hover .hamburger-inner::before {
    background-color: #bb1971;
  }
  .container > .header .hamburger .hamburger-box {
    display: block;
  }
  .container > .header .side_menu {
    background-color: #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    right: -320px;
    top: 0;
    transition-duration: 0.2s;
    transition-property: right, box-shadow;
    width: 320px;
    z-index: 13;
  }
  .container > .header .logo {
    width: 9rem;
    left: 0;
    transform: translateX(0);
    position: static;
    margin-left: 0;
  }
  body .blur_layer {
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 12;
  }
  body.side_menu_opened {
    overflow: hidden;
  }
  body.side_menu_opened .header .side_menu {
    box-shadow: 0 2px 64px 0 rgba(0, 0, 0, 0.5);
    right: 0;
  }
  body.side_menu_opened .header .side_menu ul > li::before {
    content: initial;
  }
  body.side_menu_opened .header .side_menu ul > li:not(.submenu)::before {
    content: initial;
  }
  body.side_menu_opened .header .side_menu ul > li.submenu ul {
    opacity: 1;
    padding-left: 0;
    position: static;
    transform: scaleX(1);
  }
  body.side_menu_opened .header .side_menu ul > li.submenu ul > li > a {
    box-shadow: none;
    opacity: 1;
    transition: none;
    transform: translateX(0) !important;
    text-align: center;
  }
  body.side_menu_opened .header .side_menu .search.form .form_item.input .field::after {
    bottom: -2px;
  }
  body.side_menu_opened .blur_layer {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    cursor: pointer;
  }
}
@media only screen and (max-width: 540px) {
  .container > .header .hamburger {
    right: -1rem;
  }
  .container > .header .inner {
    height: 60px;
  }
}

.footer {
  background-color: #1c1c1c;
  position: relative;
  flex-shrink: 0;
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #3f3f3f;
  height: 0;
  left: 0;
  top: calc(100% - 5rem);
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 720px) {
  .footer::after {
    top: calc(100% - 5rem - 1.5rem);
  }
}
@media only screen and (max-width: 720px) {
  .footer .footer_top {
    padding-top: 0;
  }
}
.footer .footer_top ._cont {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 961px) {
  .footer .footer_top ._cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer_top ._cont > * {
    width: calc(33.33333% - 2rem - 0.01%);
    margin-bottom: 3rem;
  }
  .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 3rem;
  }
  .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3), .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .footer .footer_top ._cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer_top ._cont > * {
    width: calc(33.33333% - 2rem - 0.01%);
    margin-bottom: 3rem;
  }
  .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 3rem;
  }
  .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3), .footer .footer_top ._cont > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .footer .footer_top ._cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer_top ._cont > * {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
  .footer .footer_top ._cont > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .footer .footer_top ._cont > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 3rem;
  }
  .footer .footer_top ._cont > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .footer .footer_top ._cont > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .footer .footer_top ._cont > *:nth-child(2n+1):nth-last-child(-n+2), .footer .footer_top ._cont > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .footer .footer_top ._cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer_top ._cont > * {
    width: calc(100% - 0rem);
    margin-bottom: 3rem;
  }
  .footer .footer_top ._cont > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .footer .footer_top ._cont > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 3rem;
  }
  .footer .footer_top ._cont > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .footer .footer_top ._cont > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .footer .footer_top ._cont > *:nth-child(1n+1):nth-last-child(-n+1), .footer .footer_top ._cont > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 720px) {
  .footer .footer_top ._cont {
    margin-bottom: 0;
  }
}
.footer .footer_top .logo {
  padding-right: 3rem;
  max-width: 9rem;
  margin-bottom: 3px;
  margin-top: -2px;
}
.footer .footer_top .logo svg {
  height: auto;
}
.footer .footer_top .col {
  padding-right: 3rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 720px) {
  .footer .footer_top .col {
    padding-bottom: 2rem;
    margin-top: 1rem;
    border-bottom: 1px solid #3f3f3f;
  }
}
@media only screen and (max-width: 540px) {
  .footer .footer_top .col {
    border-right: 0 !important;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 960px) {
  .footer .footer_top .col.column_2 {
    border-right: 0 !important;
  }
}
@media only screen and (max-width: 720px) {
  .footer .footer_top .col.column_3 {
    border-bottom-width: 0;
    width: 100%;
  }
}
.footer .footer_top .col .title {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.44444em;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.footer .footer_top .col .email {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.44444em;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: inline-flex;
}
.footer .footer_top .col .email svg {
  width: 17px;
  height: 17px;
  top: 4px;
  position: relative;
  margin-right: 0.5rem;
}
.footer .footer_top .col .email:hover {
  color: #bb1971;
}
.footer .footer_top .col .wysiwyg_wrapper ul,
.footer .footer_top .col .wysiwyg_wrapper ol {
  list-style: none;
}
.footer .footer_top .col .wysiwyg_wrapper ul > li,
.footer .footer_top .col .wysiwyg_wrapper ol > li {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.71429em;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}
.footer .footer_top .col .wysiwyg_wrapper ul > li::before,
.footer .footer_top .col .wysiwyg_wrapper ol > li::before {
  content: initial;
}
.footer .footer_top .col .wysiwyg_wrapper a,
.footer .footer_top .col .nw_error_page a {
  color: #bb1971;
  padding-left: 0;
  text-decoration: underline;
}
.footer .footer_top .col .wysiwyg_wrapper a:hover,
.footer .footer_top .col .nw_error_page a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .footer_top .col .wysiwyg_wrapper p,
.footer .footer_top .col .nw_error_page p {
  font-family: "loraregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.71429em;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .agreement_evidence.text {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 75%;
}
@media only screen and (max-width: 720px) {
  .footer .agreement_evidence.text {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 430px) {
  .footer .agreement_evidence.text {
    padding-top: 1rem;
  }
}
.footer .footer_bottom .footer_inner {
  height: 5rem;
}
@media only screen and (max-width: 720px) {
  .footer .footer_bottom .footer_inner {
    height: auto;
  }
}
.footer .footer_bottom .copyright {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 2em;
  letter-spacing: 0.3px;
  color: #fff;
  align-items: center;
  display: block;
}
@media only screen and (max-width: 720px) {
  .footer .footer_bottom .copyright {
    margin-bottom: 0.75rem;
  }
}
.footer .footer_bottom .copyright .company_name {
  margin-left: 0.5rem;
}
.footer .footer_bottom .company_url,
.footer .footer_bottom .mbi_label {
  display: none;
}
.footer .footer_bottom .made_by_inspire .mbi_link {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_bottom .made_by_inspire .mbi_link [data-id='svg_logo_inspire_base'] {
  display: block;
}
.footer .footer_bottom .made_by_inspire .mbi_link [data-id='svg_logo_inspire_base'] stop {
  transition: stop-color 0.2s;
}
.footer .footer_bottom .made_by_inspire .mbi_link:hover [data-id='svg_logo_inspire_base'] stop {
  stop-color: #f69a68;
}
.footer .footer_bottom .made_by_inspire .mbi_link {
  margin: 0.5rem auto;
}
.footer .footer_bottom .footer_inner {
  display: flex;
}
@media only screen and (min-width: 721px) {
  .footer .footer_bottom .footer_inner {
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 720px) {
  .footer .footer_bottom .footer_inner {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.footer .footer_top ._cont > * {
  margin-bottom: 0;
}

.top_nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 62px;
  background-color: #1c1c1c;
  position: relative;
}
.top_nav::after, .top_nav::before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #1c1c1c;
}
@media only screen and (max-width: 960px) {
  .top_nav::after, .top_nav::before {
    display: none;
  }
}
.top_nav::after {
  left: 100%;
}
.top_nav .social_link a span {
  min-height: 25px;
  min-width: 25px;
}
.top_nav .signpost a {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.33333em;
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  position: relative;
}
.top_nav .signpost a::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  background: transparent url("/media/img/icons/signpost-icon.svg") no-repeat center center/90%;
  left: 0.25rem;
}
.top_nav .signpost a:hover {
  background-color: #fff;
  color: #bb1971;
}
body.side_menu_opened .signpost {
  position: absolute;
  right: 3rem;
  top: 1.2rem;
}
body.side_menu_opened .signpost a {
  color: #000;
}

.top_button_group .button {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
}
.top_button_group .button span, .top_button_group .button::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.top_button_group .button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.top_button_group .button:hover {
  background-color: #1c1c1c;
}
.top_button_group .button::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.4rem;
  width: 1.4rem;
  background: transparent none no-repeat center center / contain;
  display: none;
  left: 0.8rem;
  top: calc(50% - 0.7rem);
}
.top_button_group .button::after {
  content: initial;
}
.top_button_group .button.competition::before {
  background-image: url("/media/img/icons/dancers-white.svg");
}
.top_button_group .button.ticket::before {
  background-image: url("/media/img/icons/ticket.svg");
}
@media only screen and (min-width: 961px) {
  .header:not(.fixed) .top_button_group {
    flex-grow: 1;
  }
  .header:not(.fixed) .top_button_group .button_group {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .header:not(.fixed) .top_button_group .button .top {
    display: inline;
  }
  .header:not(.fixed) .top_button_group .button .fixed {
    display: none;
  }
  .header:not(.fixed) .top_button_group .button:hover {
    background-color: #fff;
    color: #bb1971;
  }
}
@media only screen and (max-width: 960px) {
  body.side_menu_opened .top_button_group {
    padding-bottom: 1rem;
    padding-top: 1rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  body.side_menu_opened .top_button_group .button_group {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  body.side_menu_opened .top_button_group .button {
    font-size: 0.875rem;
    line-height: 1.28571em;
  }
  body.side_menu_opened .top_button_group .button .top {
    display: inline;
  }
  body.side_menu_opened .top_button_group .button .fixed {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  body:not(.side_menu_opened) .top_button_group {
    position: fixed;
    right: 0;
    top: 100px;
    width: 10rem;
    transition: right 0.5s;
    z-index: 10;
  }
  body:not(.side_menu_opened) .top_button_group .button {
    font-size: 0.75rem;
    line-height: 1.33333em;
    height: 3rem;
    margin: 0 0 2px;
    padding: 5px 1rem 5px 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body:not(.side_menu_opened) .top_button_group .button::before {
    display: block;
  }
  body:not(.side_menu_opened) .top_button_group .button .top {
    display: none;
  }
  body:not(.side_menu_opened) .top_button_group .button .fixed {
    display: inline;
  }
  body:not(.side_menu_opened) .top_button_group.tiny {
    right: -7rem;
  }
  body:not(.side_menu_opened) .top_button_group.tiny .button {
    position: relative;
    left: 0;
    transition-property: background-color, left;
    transition-duration: 0.5s;
  }
  body:not(.side_menu_opened) .top_button_group.tiny .button:hover {
    left: calc(-100% + 3rem);
  }
}
@media only screen and (max-width: 960px) and (max-width: 430px) {
  body:not(.side_menu_opened) .top_button_group {
    right: -7rem;
  }
  body:not(.side_menu_opened) .top_button_group .button {
    position: relative;
    left: 0;
    transition-property: background-color, left;
    transition-duration: 0.5s;
  }
  body:not(.side_menu_opened) .top_button_group .button:hover {
    left: calc(-100% + 3rem);
  }
  body:not(.side_menu_opened) .top_button_group .button:hover {
    left: 0 !important;
  }
}
@media only screen and (min-width: 961px) {
  body:not(.side_menu_opened) .header.fixed .top_button_group {
    position: fixed;
    right: 0;
    top: 100px;
    width: 10rem;
    transition: right 0.5s;
    z-index: 10;
    margin-top: 62px;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group .button {
    font-size: 0.75rem;
    line-height: 1.33333em;
    height: 3rem;
    margin: 0 0 2px;
    padding: 5px 1rem 5px 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group .button::before {
    display: block;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group .button .top {
    display: none;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group .button .fixed {
    display: inline;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group.tiny {
    right: -7rem;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group.tiny .button {
    position: relative;
    left: 0;
    transition-property: background-color, left;
    transition-duration: 0.5s;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group.tiny .button:hover {
    left: calc(-100% + 3rem);
  }
}
@media only screen and (min-width: 961px) and (max-width: 430px) {
  body:not(.side_menu_opened) .header.fixed .top_button_group {
    right: -7rem;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group .button {
    position: relative;
    left: 0;
    transition-property: background-color, left;
    transition-duration: 0.5s;
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group .button:hover {
    left: calc(-100% + 3rem);
  }
  body:not(.side_menu_opened) .header.fixed .top_button_group .button:hover {
    left: 0 !important;
  }
}

.menu_main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 82px;
  align-items: center;
}
.menu_main ul ul ul {
  display: none;
}
.menu_main a {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.42857em;
  letter-spacing: 0.4px;
  color: #1c1c1c;
  display: block;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}
.menu_main a:hover {
  color: #bb1971;
}
.menu_main > ul {
  width: calc(100% + 5rem);
  margin-left: -1rem;
  margin-right: -4rem;
}
.menu_main > ul > li {
  width: 14.3%;
  position: relative;
  flex-shrink: 0;
}
.menu_main > ul > li:nth-of-type(4) {
  margin-left: 14.3% !important;
}
.menu_main > ul > li:nth-of-type(n + 4) {
  flex-shrink: 1;
}
.menu_main > ul > li:last-child {
  margin-right: 4rem;
}
.menu_main > ul > li:hover, .menu_main > ul > li.active {
  color: #bb1971;
}
.menu_main > ul > li > a {
  text-align: left;
}
.menu_main > ul > li > a span {
  position: relative;
}
.menu_main > ul > li.active > a {
  color: #bb1971;
}
.menu_main > ul > li.submenu > a span::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.4em;
  width: 0.4em;
  transform: rotate(0.125turn);
  border-bottom: 0.1em solid currentColor;
  border-right: 0.1em solid currentColor;
  left: calc(100% + 0.5rem);
  top: calc(50% - 0.3rem);
  transition-property: transform, top;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 11;
}
.menu_main > ul > li.submenu:hover > a span::after {
  top: calc(50% - 0.1rem);
  transform: rotate(-135deg);
}
@media only screen and (min-width: 961px) {
  .menu_main > ul > li.submenu > ul {
    left: 0;
    position: absolute;
    top: 100%;
  }
  .menu_main > ul > li.submenu > ul > li {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
  }
  .menu_main > ul > li.submenu > ul > li a {
    background: #fff;
    box-shadow: 0 2px 4px -1px rgba(93, 93, 93, 0.4);
    min-width: 11rem;
  }
  .menu_main > ul > li.submenu:hover > ul > li {
    max-height: 3rem;
    overflow: visible;
  }
}

.container.staticpage .subheader {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 720px) {
  .container.staticpage .subheader {
    margin-bottom: 2rem;
  }
}
.container.staticpage .subheader .title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  margin-top: 3rem;
}
@media only screen and (max-width: 960px) {
  .container.staticpage .subheader .title {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.staticpage .subheader .title {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}
.container.staticpage .subheader .perex {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  color: #1c1c1c;
  margin-bottom: 3rem;
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .container.staticpage .subheader .perex {
    font-size: 1.125rem;
    line-height: 1.44444em;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.staticpage .subheader .perex {
    margin-bottom: 1rem;
  }
}
.container.staticpage .subheader.hidden-title {
  margin-bottom: 0;
}
.container.staticpage .subheader h1 {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .container.staticpage .subheader h1 {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.staticpage .subheader h1 {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}

.container.list .subheader {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 720px) {
  .container.list .subheader {
    margin-bottom: 2rem;
  }
}
.container.list .subheader .title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  margin-top: 3rem;
}
@media only screen and (max-width: 960px) {
  .container.list .subheader .title {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.list .subheader .title {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}
.container.list .subheader .perex {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  color: #1c1c1c;
  margin-bottom: 3rem;
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .container.list .subheader .perex {
    font-size: 1.125rem;
    line-height: 1.44444em;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.list .subheader .perex {
    margin-bottom: 1rem;
  }
}
.container.list .subheader.hidden-title {
  margin-bottom: 0;
}
.container.list .subheader h1 {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .container.list .subheader h1 {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.list .subheader h1 {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}
.container.list .articles {
  margin-bottom: 3rem;
}
.container.list .articles .items .ajax_help_wrap {
  margin-bottom: 0;
}
@media only screen and (min-width: 961px) {
  .container.list .articles .items .ajax_help_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container.list .articles .items .ajax_help_wrap > * {
    width: calc(25% - 1.5rem);
    margin-bottom: 2rem;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 2rem;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4), .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
  .container.list .articles .items .ajax_help_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container.list .articles .items .ajax_help_wrap > * {
    width: calc(25% - 1.5rem);
    margin-bottom: 2rem;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 2rem;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4), .container.list .articles .items .ajax_help_wrap > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 431px) and (max-width: 720px) {
  .container.list .articles .items .ajax_help_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container.list .articles .items .ajax_help_wrap > * {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .container.list .articles .items .ajax_help_wrap > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 2rem;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .container.list .articles .items .ajax_help_wrap > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(2n+1):nth-last-child(-n+2), .container.list .articles .items .ajax_help_wrap > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 430px) {
  .container.list .articles .items .ajax_help_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .container.list .articles .items .ajax_help_wrap > * {
    width: calc(100% - 0rem);
    margin-bottom: 2rem;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(1n+1):nth-last-child(-n+1):not(:nth-child(1n-0)), .container.list .articles .items .ajax_help_wrap > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:not(:nth-child(1n-0)) {
    margin-left: 2rem;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(1n+1):nth-last-child(-n+1):last-child, .container.list .articles .items .ajax_help_wrap > *:nth-child(1n+1):nth-last-child(-n+1) ~ *:last-child {
    margin-right: auto;
  }
  .container.list .articles .items .ajax_help_wrap > *:nth-child(1n+1):nth-last-child(-n+1), .container.list .articles .items .ajax_help_wrap > *:nth-child(1n+1):nth-last-child(-n+1) ~ * {
    margin-bottom: 0;
  }
}
.container.list .article_box {
  display: block;
}
.container.list .article_box .item_cont {
  cursor: pointer;
  border-top: 0;
  display: block;
  height: 100%;
  position: relative;
}
.container.list .article_box .photo {
  position: relative;
}
.container.list .article_box .tags {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
}
.container.list .article_box .tags .list {
  display: flex;
  flex-wrap: wrap-reverse;
}
.container.list .article_box .tags .item {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.42857em;
  padding: 0.5rem 1rem 0.3rem;
  background: #fff;
  margin-right: 1px;
  margin-top: 1px;
}
.container.list .article_box .tags .item:first-of-type {
  padding-left: 0;
}
.container.list .article_box .picture_tag_image {
  padding-bottom: 66.66667%;
  position: relative;
  overflow: hidden;
}
.container.list .article_box .picture_tag_image img,
.container.list .article_box .picture_tag_image picture {
  display: block;
}
.container.list .article_box .picture_tag_image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: initial;
  max-width: initial;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .container.list .article_box .picture_tag_image img {
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}
.container.list .article_box .title {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  transition: color 0.5s ease-in-out;
}
.container.list .article_box .perex {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.42857em;
  letter-spacing: 0.3px;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 1rem;
}
.container.list .article_box .date {
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  transition: border 0.5s ease-in-out;
}
.container.list .article_box .hidden_link {
  display: none !important;
}
.container.list .article_box .item_cont:hover .picture_tag_image img {
  transform: scale(1.1);
}
.container.list .article_box .item_cont:hover .title {
  color: #bb1971;
}
.container.list .article_box .item_cont:hover .date {
  border-color: #bb1971;
}
.container.list .image {
  margin-bottom: 1px;
}
.container.list .filter_restriction {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  height: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 540px) {
  .container.list .filter_restriction {
    align-items: flex-start;
    height: auto;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
}
.container.list .filter_restriction > .item {
  margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
  .container.list .multichoice_items {
    flex-wrap: wrap;
  }
}
.container.list .multichoice_items .label {
  display: inline-flex;
}
.container.list .multichoice_items .field > input[type='radio'] {
  display: none;
}
.container.list .multichoice_item {
  margin-bottom: 0;
  float: left;
}
.container.list .multichoice_item.selected .label > label,
.container.list .item.fake.selected .label_wrapper > label {
  color: #bb1971;
  vertical-align: middle;
}
.container.list .multichoice_item.selected .label > label::before,
.container.list .item.fake.selected .label_wrapper > label::before {
  transform: scaleX(1);
}
.container.list .multichoice_item.selected .label > label > span,
.container.list .item.fake.selected .label_wrapper > label > span {
  vertical-align: middle;
}
.container.list .label_wrapper > label,
.container.list .label > label {
  color: #bb1971;
  display: table;
  position: relative;
  align-items: center;
  color: #262626;
  cursor: pointer;
  display: inline-flex;
  font-weight: 500;
  height: 3rem;
  letter-spacing: 0.33px;
  line-height: 120%;
  margin-right: 1rem;
  padding: 6px 1.5rem;
  text-align: center;
  transition: color 0.2s ease-out;
  white-space: nowrap;
}
.container.list .label_wrapper > label:before,
.container.list .label > label:before {
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.2s;
  background-color: #bb1971;
  bottom: 0;
  height: 1px;
  left: 0;
  transform-origin: center;
  transform: scaleX(0);
  width: 100%;
}
.container.list .label_wrapper > label:hover:before,
.container.list .label > label:hover:before {
  transform: scaleX(1);
}
@media only screen and (max-width: 1125px) {
  .container.list .label_wrapper > label,
  .container.list .label > label {
    margin-right: 0.75rem;
  }
}
@media only screen and (max-width: 1100px) {
  .container.list .label_wrapper > label,
  .container.list .label > label {
    padding: 6px 1rem;
  }
}
@media only screen and (max-width: 990px) {
  .container.list .label_wrapper > label,
  .container.list .label > label {
    padding: 6px 0.75rem;
  }
}
@media only screen and (max-width: 680px) {
  .container.list .label_wrapper > label,
  .container.list .label > label {
    padding: 6px 0.5rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 610px) {
  .container.list .label_wrapper > label,
  .container.list .label > label {
    font-size: 94%;
    padding: 6px 0.35rem;
    margin-right: 0.35rem;
  }
}
@media only screen and (max-width: 540px) {
  .container.list .label_wrapper > label,
  .container.list .label > label {
    font-size: 82%;
    height: 2.25rem;
    padding: 6px 0.35rem;
  }
}
.container.list .label_wrapper > label::before,
.container.list .label > label::before {
  transform-origin: right;
}
@media only screen and (max-width: 540px) {
  .container.list .label_wrapper > label::before,
  .container.list .label > label::before {
    bottom: -1px;
  }
}
.container.list .label_wrapper > label:hover,
.container.list .label > label:hover {
  color: #bb1971;
}
.container.list .label_wrapper > label:hover::before,
.container.list .label > label:hover::before {
  transform: scaleX(1);
}
.container.list .buttons_wrapper {
  display: none;
}
.container.list .no_data {
  margin-bottom: 4rem;
}
.container.list .paginator .waiter-inspire {
  background-color: transparent;
}
.container.list .paginator .waiter-inspire .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  max-width: 2rem;
}
.container.list .paginator .waiter-inspire .waiter-inspire-text {
  display: none;
}

.container.detail .subheader {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 720px) {
  .container.detail .subheader {
    margin-bottom: 2rem;
  }
}
.container.detail .subheader .title {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  margin-top: 3rem;
}
@media only screen and (max-width: 960px) {
  .container.detail .subheader .title {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.detail .subheader .title {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}
.container.detail .subheader .perex {
  font-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  color: #1c1c1c;
  margin-bottom: 3rem;
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .container.detail .subheader .perex {
    font-size: 1.125rem;
    line-height: 1.44444em;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.detail .subheader .perex {
    margin-bottom: 1rem;
  }
}
.container.detail .subheader.hidden-title {
  margin-bottom: 0;
}
.container.detail .subheader h1 {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .container.detail .subheader h1 {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .container.detail .subheader h1 {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}
.container.detail .back_link {
  color: #1c1c1c;
  text-decoration: underline;
  color: #bb1971;
  margin-top: 2rem;
  display: inline-block;
  position: relative;
  padding-left: 0.8rem;
}
.container.detail .back_link:hover {
  text-decoration: none;
}
.container.detail .back_link::before {
  content: "";
  display: block;
  position: absolute;
  content: '\00007C';
  left: 0;
  top: 0;
}

.landing_page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .landing_page {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .landing_page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.landing_page .nw_order_main_headline {
  font-family: "pt_sansbold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-size: 2.25rem;
  line-height: 1.16667em;
  letter-spacing: 1.9px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
  .landing_page .nw_order_main_headline {
    font-size: 2rem;
    line-height: 1.1875em;
    letter-spacing: 1.4px;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 720px) {
  .landing_page .nw_order_main_headline {
    font-size: 1.5625rem;
    line-height: 1.2em;
  }
}
.landing_page .lp_order_number {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.18182em;
  margin-top: -1.5rem;
}
.landing_page .lp_subtitles {
  margin-top: 3rem;
}
.landing_page .button {
  margin: 0 0.5rem 1rem;
}
.landing_page .button a {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  background-color: #bb1971;
  color: #fff;
}
.landing_page .button a span, .landing_page .button a::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.landing_page .button a::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.landing_page .button a:hover {
  background-color: #1c1c1c;
}
.landing_page .buttons_wrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.landing_page .order_information {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.landing_page .order_information .partner {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.landing_page .order_information .partner:nth-child(2) {
  margin-bottom: 1rem;
}
.landing_page .order_information .categories {
  margin-top: 2rem;
}
.landing_page .order_information .categories .label {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.landing_page .edit_form .checkbox_group {
  margin-bottom: 1rem;
}
.landing_page .edit_form .checkbox_group > .label {
  font-family: "lorabold", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.landing_page .edit_form .submit_button {
  display: flex;
  justify-content: center;
  padding-left: 0;
}
.landing_page .edit_form .submit_button button {
  -webkit-appearance: none;
  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-family: "pt_sansregular", Arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 0.4px;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-align: left;
  z-index: 2;
  transition-timing-function: ease-in-out;
  color: #1c1c1c;
  background: none;
  border: 1px solid #bb1971;
  padding: calc(0.75rem - 1px) calc(1.5rem - 1px);
  padding-bottom: 0.6em;
  padding-top: 0.6em;
  font-size: 80%;
}
.landing_page .edit_form .submit_button button span, .landing_page .edit_form .submit_button button::after {
  border: 0;
  padding: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.landing_page .edit_form .submit_button button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  transform: rotate(0.125turn);
  border-right: 0.04688rem solid #fff;
  border-top: 0.04688rem solid #fff;
  position: static;
  margin-left: 0.5rem;
  top: calc(50% - 0.3rem);
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.landing_page .edit_form .submit_button button:hover {
  color: #fff;
  background-color: #bb1971;
  border-color: #bb1971;
}
.landing_page .edit_form .submit_button button:hover::after {
  border-color: #fff;
}
.landing_page .edit_form .submit_button button::after {
  border-color: #1c1c1c;
}
.landing_page .edit_form .submit_button button::after {
  display: none;
}

.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;
}
