html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio:not([controls]) {
  height: 0;
  display: none;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover,
a:active {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
hr {
  border: 0;
  height: 1px;
  overflow: hidden;
  background: none;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font: inherit;
}
optgroup {
  font-weight: bold;
}
input,
button {
  overflow: visible;
}
select,
button {
  text-transform: none;
}
button,
[type="reset"],
[type="submit"],
html [type="button"] {
  -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;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  padding: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
[type="radio"],
[type="checkbox"] {
  padding: 0;
  box-sizing: border-box;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.btn {
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  position: relative;
  color: currentColor;
  display: inline-table;
  text-decoration: none;
  vertical-align: middle;
  border-collapse: separate;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: color 100ms, background 100ms, border 100ms, box-shadow 200ms;
}
button.btn {
  display: inline-block;
}
button.btn .btn__body {
  display: inline-block;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn.is-loading {
  pointer-events: none;
}
.btn.is-loading .btn__body {
  color: transparent;
}
.btn.is-loading .btn__body:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 20;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  border: solid 3px #fff;
  border-top-color: transparent;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}
.btn[disabled] {
  cursor: default;
}
.btn[disabled]:hover {
  pointer-events: none;
}
.btn:focus:not([disabled]),
.btn:active:not([disabled]) {
  outline: 0;
}
.btn.btn_outline {
  background: transparent;
  border-color: currentColor;
}
.btn [class*=icon-] {
  top: -0.1em;
}
.btn [class*=icon-]:first-of-type {
  margin-right: 10px;
}
.btn [class*=icon-]:last-of-type {
  margin-left: 10px;
}
.btn__body {
  display: table-cell;
  vertical-align: middle;
}
.btn_small {
  font-weight: 700;
  font-size: 1.4rem;
  border: solid 0.2rem transparent;
  font-family: NotoSans, 'Helvetica Neue', Arial, sans-serif;
}
.btn_small:not(button) {
  height: 3.4rem;
}
button.btn_small {
  min-height: 3.4rem;
}
.btn_small .btn__body {
  padding: 0.1rem 20px 0.2rem 20px;
}
.btn_smaller {
  font-weight: 700;
  font-size: 1.4rem;
  border: solid 0.2rem transparent;
  font-family: NotoSans, 'Helvetica Neue', Arial, sans-serif;
}
.btn_smaller:not(button) {
  height: 4.4rem;
}
button.btn_smaller {
  min-height: 4.4rem;
}
.btn_smaller .btn__body {
  padding: 0.1rem 35px 0.2rem 35px;
}
.btn_base {
  font-weight: 700;
  font-size: 1.6rem;
  border: solid 0.2rem transparent;
  font-family: NotoSans, 'Helvetica Neue', Arial, sans-serif;
}
.btn_base:not(button) {
  height: 5.4rem;
}
button.btn_base {
  min-height: 5.4rem;
}
.btn_base .btn__body {
  padding: 0.3rem 35px 0.5rem 35px;
}
.btn_fluid {
  width: 100%;
}
.btn_red {
  color: #fff;
  background: #c61932;
}
.btn_red:hover:not([disabled]) {
  color: #fff;
  background: #e5334d;
}
.btn_red:active:not([disabled]),
.btn_red:active:hover:not([disabled]) {
  background: #9e1428;
}
.btn_red.btn_outline {
  color: #add8e6;
}
.btn_red.btn_outline:hover:not([disabled]) {
  background: rgba(198,25,50,0.1);
}
.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.containerInner {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .containerInner {
    padding-top: 7rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .containerInner {
    padding-top: 10rem;
  }
}
main {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin-left: auto;
  max-width: 1580px;
  margin-right: auto;
}
@media only screen and (max-width: 999px) {
  main {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1250px) {
  main {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 999px) {
  main {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding-bottom: 90px;
  }
}
main > *:last-child {
  margin-bottom: 0;
}
main > *:last-child > *:last-child {
  margin-bottom: 0;
}
.footer {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
@media only screen and (max-width: 999px) {
  ._baseMarginBtm {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  ._baseMarginBtm {
    margin-bottom: 5rem;
  }
}
.row {
  width: 100%;
  width: 100%;
  margin-left: auto;
  max-width: 1580px;
  margin-right: auto;
}
@media only screen and (max-width: 999px) {
  .row {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .row {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1250px) {
  .row {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.row .row:not(.rowFluid > .row) {
  padding-left: 0;
  padding-right: 0;
}
.rowNarrow {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 780px) {
  .rowNarrow {
    width: 780px;
  }
}
.rowFluid {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: calc(100vw - (var(--scrollbarWidth) / 2));
}
.layout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .layout {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.layout_2cols_wideLeft > .layoutSpan:nth-child(1) {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
@media only screen and (max-width: 999px) {
  .layout_2cols_wideLeft > .layoutSpan:nth-child(1) {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .layout_2cols_wideLeft > .layoutSpan:nth-child(1) {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .layout_2cols_wideLeft > .layoutSpan:nth-child(1) {
    padding-right: 60px;
  }
}
.layout_2cols_wideLeft > .layoutSpan:nth-child(2) {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media only screen and (max-width: 999px) {
  .layout_2cols_wideLeft > .layoutSpan:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .layout_2cols_wideLeft > .layoutSpan:nth-child(2) {
    width: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .layout_2cols_wideLeft > .layoutSpan:nth-child(2) {
    width: 240px;
  }
}
.layout_2cols_wideLeft:last-child > .layoutSpan:nth-child(1) > *:last-child {
  margin-bottom: 0;
}
.layout_2cols_wideLeft:last-child > .layoutSpan:nth-child(1) > *:last-child > *:last-child {
  margin-bottom: 0;
}
.layout_2cols_wideRight > .layoutSpan:nth-child(1) {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media only screen and (max-width: 1249px) {
  .layout_2cols_wideRight > .layoutSpan:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1399px) {
  .layout_2cols_wideRight > .layoutSpan:nth-child(1) {
    width: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .layout_2cols_wideRight > .layoutSpan:nth-child(1) {
    width: 240px;
  }
}
.layout_2cols_wideRight > .layoutSpan:nth-child(2) {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layout_2cols_wideRight > .layoutSpan:nth-child(2) {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1399px) {
  .layout_2cols_wideRight > .layoutSpan:nth-child(2) {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .layout_2cols_wideRight > .layoutSpan:nth-child(2) {
    padding-left: 60px;
  }
}
.layout_2cols_wideRight:last-child > .layoutSpan:nth-child(2) > *:last-child {
  margin-bottom: 0;
}
.layout_2cols_wideRight:last-child > .layoutSpan:nth-child(2) > *:last-child > *:last-child {
  margin-bottom: 0;
}
.layout_3cols > .layoutSpan:nth-child(2) {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .layout_3cols > .layoutSpan:nth-child(2) {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .layout_3cols > .layoutSpan:nth-child(2) {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1399px) {
  .layout_3cols > .layoutSpan:nth-child(2) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .layout_3cols > .layoutSpan:nth-child(2) {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.layout_3cols > .layoutSpan:nth-child(1),
.layout_3cols > .layoutSpan:nth-child(3) {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .layout_3cols > .layoutSpan:nth-child(1),
  .layout_3cols > .layoutSpan:nth-child(3) {
    width: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .layout_3cols > .layoutSpan:nth-child(1),
  .layout_3cols > .layoutSpan:nth-child(3) {
    width: 240px;
  }
}
@media only screen and (max-width: 1249px) {
  .layout_3cols > .layoutSpan:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .layout_3cols > .layoutSpan:nth-child(3) {
    width: auto;
  }
}
.layout_3cols:last-child > .layoutSpan:nth-child(2) > *:last-child {
  margin-bottom: 0;
}
.layout_3cols:last-child > .layoutSpan:nth-child(2) > *:last-child > *:last-child {
  margin-bottom: 0;
}
.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.grid[class*="m-"] > *,
.grid[class*="mw-"] > *,
.grid[class*="t-"] > *,
.grid[class*="tw-"] > *,
.grid[class*="d-"] > *,
.grid[class*="dw-"] > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.grid > * {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
.grid > *[class*="m-"],
.grid > *[class*="mw-"],
.grid > *[class*="t-"],
.grid > *[class*="tw-"],
.grid > *[class*="d-"],
.grid > *[class*="dw-"] {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media only screen and (max-width: 1399px) {
  .grid_wideGutter {
    margin-left: -4vw;
  }
  .grid_wideGutter > * {
    padding-left: 4vw;
  }
}
@media only screen and (min-width: 1400px) {
  .grid_wideGutter {
    margin-left: -56px;
  }
  .grid_wideGutter > * {
    padding-left: 56px;
  }
}
.grid_justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid_justify > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.grid.m-1\/2 > * {
  width: 50%;
}
.grid.m-1\/5 > * {
  width: 20%;
}
.grid.m-2\/5 > * {
  width: 40%;
}
.grid.m-3\/5 > * {
  width: 60%;
}
.grid.m-4\/5 > * {
  width: 80%;
}
.grid.m-fluid > * {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .grid.mw-1\/2 > * {
    width: 50%;
  }
  .grid.mw-1\/5 > * {
    width: 20%;
  }
  .grid.mw-2\/5 > * {
    width: 40%;
  }
  .grid.mw-3\/5 > * {
    width: 60%;
  }
  .grid.mw-4\/5 > * {
    width: 80%;
  }
  .grid.mw-fluid > * {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid.t-1\/2 > * {
    width: 50%;
  }
  .grid.t-1\/5 > * {
    width: 20%;
  }
  .grid.t-2\/5 > * {
    width: 40%;
  }
  .grid.t-3\/5 > * {
    width: 60%;
  }
  .grid.t-4\/5 > * {
    width: 80%;
  }
  .grid.t-fluid > * {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .grid.tw-1\/2 > * {
    width: 50%;
  }
  .grid.tw-1\/5 > * {
    width: 20%;
  }
  .grid.tw-2\/5 > * {
    width: 40%;
  }
  .grid.tw-3\/5 > * {
    width: 60%;
  }
  .grid.tw-4\/5 > * {
    width: 80%;
  }
  .grid.tw-fluid > * {
    width: 100%;
  }
}
@media only screen and (min-width: 1250px) {
  .grid.d-1\/2 > * {
    width: 50%;
  }
  .grid.d-1\/5 > * {
    width: 20%;
  }
  .grid.d-2\/5 > * {
    width: 40%;
  }
  .grid.d-3\/5 > * {
    width: 60%;
  }
  .grid.d-4\/5 > * {
    width: 80%;
  }
  .grid.d-fluid > * {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid.dw-1\/2 > * {
    width: 50%;
  }
  .grid.dw-1\/5 > * {
    width: 20%;
  }
  .grid.dw-2\/5 > * {
    width: 40%;
  }
  .grid.dw-3\/5 > * {
    width: 60%;
  }
  .grid.dw-4\/5 > * {
    width: 80%;
  }
  .grid.dw-fluid > * {
    width: 100%;
  }
}
.grid > .m-1\/2 {
  width: 50%;
}
.grid > .m-1\/5 {
  width: 20%;
}
.grid > .m-2\/5 {
  width: 40%;
}
.grid > .m-3\/5 {
  width: 60%;
}
.grid > .m-4\/5 {
  width: 80%;
}
.grid > .m-fluid {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .grid > .mw-1\/2 {
    width: 50%;
  }
  .grid > .mw-1\/5 {
    width: 20%;
  }
  .grid > .mw-2\/5 {
    width: 40%;
  }
  .grid > .mw-3\/5 {
    width: 60%;
  }
  .grid > .mw-4\/5 {
    width: 80%;
  }
  .grid > .mw-fluid {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid > .t-1\/2 {
    width: 50%;
  }
  .grid > .t-1\/5 {
    width: 20%;
  }
  .grid > .t-2\/5 {
    width: 40%;
  }
  .grid > .t-3\/5 {
    width: 60%;
  }
  .grid > .t-4\/5 {
    width: 80%;
  }
  .grid > .t-fluid {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .grid > .tw-1\/2 {
    width: 50%;
  }
  .grid > .tw-1\/5 {
    width: 20%;
  }
  .grid > .tw-2\/5 {
    width: 40%;
  }
  .grid > .tw-3\/5 {
    width: 60%;
  }
  .grid > .tw-4\/5 {
    width: 80%;
  }
  .grid > .tw-fluid {
    width: 100%;
  }
}
@media only screen and (min-width: 1250px) {
  .grid > .d-1\/2 {
    width: 50%;
  }
  .grid > .d-1\/5 {
    width: 20%;
  }
  .grid > .d-2\/5 {
    width: 40%;
  }
  .grid > .d-3\/5 {
    width: 60%;
  }
  .grid > .d-4\/5 {
    width: 80%;
  }
  .grid > .d-fluid {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid > .dw-1\/2 {
    width: 50%;
  }
  .grid > .dw-1\/5 {
    width: 20%;
  }
  .grid > .dw-2\/5 {
    width: 40%;
  }
  .grid > .dw-3\/5 {
    width: 60%;
  }
  .grid > .dw-4\/5 {
    width: 80%;
  }
  .grid > .dw-fluid {
    width: 100%;
  }
}
a {
  color: #c61932;
  text-decoration: none;
  border-bottom: solid 1px rgba(198,25,50,0.5);
  transition: color 150ms, border-color 150ms;
}
a:hover {
  color: #c61932;
  transition: border-color 0ms;
  border-bottom-color: transparent;
}
@media only screen and (max-width: 999px) {
  p {
    margin: 0 0 1.4em 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  p {
    margin: 0 0 1.4em 0;
  }
}
@media only screen and (min-width: 1400px) {
  p {
    margin: 0 0 1em 0;
  }
}
hr {
  height: 2px;
  margin: 5.1rem 0;
  background: #252525;
}
ul {
  padding: 0;
  line-height: 1.6;
  margin: 0 0 2.2rem 15px;
}
ul li {
  margin-bottom: 1.4rem;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  text-align: center;
  border-top: solid 6px #252525;
  border-bottom: solid 6px #252525;
}
@media only screen and (max-width: 999px) {
  h1,
  .h1 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 -6vw 3rem -6vw;
    padding: 1.1rem 2rem 1.2rem 2rem;
  }
  h1 + .pageNav1,
  .h1 + .pageNav1 {
    margin-top: -3rem;
  }
}
@media only screen and (min-width: 1000px) {
  h1,
  .h1 {
    line-height: 1.3;
    font-size: 3.5rem;
    margin: 0 0 5rem 0;
    padding: 3rem 0 2.9rem 0;
  }
  h1 + .pageNav1,
  .h1 + .pageNav1 {
    margin-top: -5.2rem;
  }
}
h1 a,
.h1 a {
  border: 0;
}
h1.noborders,
.h1.noborders {
  border: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  h1.noborders,
  .h1.noborders {
    margin: 0 0 1.8rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  h1.noborders,
  .h1.noborders {
    margin-bottom: 3rem;
  }
}
h1.noborders + .pageNav1,
.h1.noborders + .pageNav1 {
  margin-top: 0;
}
@media only screen and (max-width: 999px) {
  h2,
  .h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 3rem 0 2rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  h2,
  .h2 {
    line-height: 1.4;
    font-size: 2.5rem;
    margin: 4rem 0 2.1rem 0;
  }
}
@media only screen and (max-width: 999px) {
  .h2-bigger {
    margin: 2rem 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1000px) {
  .h2-bigger {
    line-height: 1.3;
    font-size: 3.5rem;
    margin: 4rem 0 3.3rem 0;
  }
}
h3,
.h3 {
  line-height: 1.29;
  margin: 3rem 0 1.6rem 0;
}
@media only screen and (max-width: 999px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1000px) {
  h3,
  .h3 {
    font-size: 2.1rem;
  }
}
h4,
.h4 {
  line-height: 1.29;
  margin: 3rem 0 0.5rem 0;
}
@media only screen and (max-width: 999px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}
.h3-bigger {
  line-height: 1.29;
  font-size: 2.2rem;
  margin: 4rem 0 1rem 0;
}
.title-borders {
  text-align: center;
  border-top: solid 6px #252525;
  border-bottom: solid 6px #252525;
}
@media only screen and (max-width: 999px) {
  .title-borders {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
h2.title-borders {
  padding: 1.8rem 0 2rem 0;
}
@media only screen and (max-width: 999px) {
  h2.title-borders {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  h2.title-borders {
    margin-bottom: 3rem;
  }
}
h2.title-borders a {
  border: 0;
}
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
::-moz-selection {
  color: #fff;
  background: #c61932;
}
::selection {
  color: #fff;
  background: #c61932;
}
body {
  color: #252525;
  font-family: NotoSans, 'Helvetica Neue', Arial, sans-serif;
}
@media only screen and (max-width: 999px) {
  body {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  body {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  body {
    line-height: 3rem;
    font-size: 1.7rem;
  }
}
body.is-lockedScroll,
body.is-lockedScroll_cart,
body.is-lockedScroll_authors,
body.is-lockedScroll_primaryNav {
  overflow: hidden;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
  line-height: 0;
}
.clear:after {
  clear: both;
}
[class*="icon-"] {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
[class*="icon-"] svg {
  height: 1px;
  width: 100%;
  overflow: visible;
  fill: currentColor;
  vertical-align: top;
  box-sizing: content-box;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.accordion {
  padding: 0;
  border-top: solid 1px #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .accordion {
    margin: 10px 0 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .accordion {
    margin: 35px 0;
  }
}
.accordion li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
}
.accordion li.has-content:before {
  left: 0;
  top: 16px;
  width: 0;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: transform 200ms;
  border: solid 4px transparent;
  border-right-color: $navyblue;
  border-bottom-color: $navyblue;
}
.accordion li.has-content .accordion__title {
  cursor: pointer;
}
.accordion li.is-active:before {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.accordion li.is-active .accordion__body {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 0 20px 10px 22px;
}
.accordion__title {
  margin: 0;
  cursor: default;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 30px 11px 22px;
}
.accordion__body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: visible;
  padding: 0 20px 0 22px;
  transition: opacity 200ms, visibility 200ms;
}
.article {
  padding: 4rem 0 0 0;
  border-top: solid 6px #252525;
}
.articleDate {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .articleDate {
    margin-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .articleDate {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -1.1rem 0 1.8rem 0;
  }
}
.articleDate_longEvent dt,
.articleDate_longEvent dd {
  display: inline;
  color: #c61932;
}
.articleDate_longEvent dt:after {
  content: '·';
  line-height: 0;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .articleDate_longEvent dt:after {
    top: 0.4rem;
    font-size: 3rem;
    margin: 0 -0.2rem 0 0.4rem;
  }
}
@media only screen and (min-width: 1000px) {
  .articleDate_longEvent dt:after {
    top: 0.6rem;
    font-size: 5rem;
    margin: 0 -0.2rem 0 0.7rem;
  }
}
.articleDate_longEvent .articleDate__time {
  margin-left: 0;
}
.articleDate__date {
  border: 0;
  line-height: 1;
  color: #c61932;
}
@media only screen and (max-width: 767px) {
  .articleDate__date {
    display: inline;
    font-weight: 700;
    font-size: 1.6rem;
    margin-right: 0.5ex;
  }
}
@media only screen and (min-width: 768px) {
  .articleDate__date {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 8rem;
  }
}
.articleDate__time {
  padding: 0;
}
.articleDate__time dt {
  color: #c61932;
}
.articleDate__time dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .articleDate__time {
    margin: 0;
    display: inline;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .articleDate__time dt,
  .articleDate__time dd {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .articleDate__time {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin: 0.7rem 0 0 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .articleDate__loc {
    font-weight: 700;
    line-height: 1.7;
    text-align: right;
    font-size: 1.4rem;
    margin: 1rem 0 0 0;
  }
}
.articleDate__loc div {
  color: #c61932;
}
.articleDate__until span {
  color: #c61932;
}
.author {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0 1.2rem 0;
  border-top: solid 6px #252525;
  border-bottom: solid 2px #252525;
}
@media only screen and (max-width: 767px) {
  .author {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .author dt {
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .author dt {
    width: 325px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .author dt + dd {
    padding-left: 40px;
  }
}
.author dt .image {
  margin-bottom: 0;
}
.author dd {
  margin: 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .author dd {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-bottom: 3rem;
  }
}
.author dd p {
  margin-bottom: 0.8rem;
}
.author dd p.author__name {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .author dd p.author__name {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .author dd p.author__name {
    line-height: 1.4;
    font-size: 3.5rem;
    margin-bottom: 2.8rem;
  }
}
.authorBlocks {
  border-bottom: solid 6px #252525;
}
.authorBlock {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  line-height: 1.4;
  font-size: 1.3rem;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: solid 2px #252525;
}
.authorBlock dt {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 999px) {
  .authorBlock dt {
    width: 25vw;
    height: 20vw;
  }
}
@media only screen and (min-width: 1000px) {
  .authorBlock dt {
    width: 190px;
    height: 150px;
  }
}
.authorBlock dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.authorBlock dd {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin: -0.5rem 0 0 25px;
}
@media only screen and (max-width: 479px) {
  .authorBlock dd {
    margin: -0.5rem 0 0 15px;
  }
}
@media only screen and (min-width: 480px) {
  .authorBlock dd {
    margin: -0.5rem 0 0 25px;
  }
}
.authorBlock p {
  margin-bottom: 0.5rem;
}
p.authorBlock__name {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
p.authorBlock__more {
  font-weight: 700;
  margin: 1.2rem 0 0 0;
}
@media only screen and (min-width: 1000px) {
  .combinedBlocks {
    font-size: 1.6rem;
    margin-bottom: 80px;
  }
}
.combinedBlocks h2 {
  margin-bottom: 0;
}
.combinedBlocks .combinedBlock:not(:last-child) {
  border-bottom: solid 2px #252525;
}
@media only screen and (max-width: 999px) {
  .combinedBlocks .btn {
    width: 100vw;
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
.combinedBlocks .btn__body {
  padding-left: 5px;
  padding-right: 5px;
}
.combinedBlock {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .combinedBlock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6vw;
    margin-right: -6vw;
    padding: 3rem 6vw 2.5rem 6vw;
  }
}
@media only screen and (min-width: 768px) {
  .combinedBlock {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout_3cols .combinedBlock {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .layout_3cols .combinedBlock dt {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .layout_3cols .combinedBlock dt {
    width: 300px;
    height: 225px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_3cols .combinedBlock dd {
    padding-left: 25px;
  }
}
.layout_3cols .combinedBlock .textBlock1 {
  font-size: 1.3rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 480px) {
  .layout_3cols .combinedBlock .textBlock1 {
    padding-top: 0;
  }
}
.layout_3cols .combinedBlock .textBlock1__timestamp {
  font-size: 1.6rem;
  margin-top: -0.5rem;
  margin-bottom: 0.2rem;
}
.layout_3cols .combinedBlock .textBlock1__loc {
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
}
.layout_3cols .combinedBlock .textBlock1__title {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.combinedBlock dt {
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .combinedBlock dt {
    width: 100%;
    height: 66vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .combinedBlock dt {
    width: 300px;
    height: 225px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .combinedBlock dt {
    width: 384px;
    height: 288px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.combinedBlock dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.combinedBlock dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .combinedBlock dd {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .combinedBlock dd {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: 40px;
  }
}
.combinedBlock .textBlock1 {
  padding-top: 1.5rem;
}
.combinedBlock .textBlock2 {
  padding-top: 1.2rem;
}
.combinedBlockBig {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 6px #252525;
}
@media only screen and (max-width: 999px) {
  .combinedBlockBig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6vw;
    padding-left: 6vw;
    margin-right: -6vw;
    padding-right: 6vw;
  }
  .combinedBlockBig:not(.combinedBlockBig_swapped) {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .combinedBlockBig {
    padding: 80px 0 75px 0;
  }
}
@media only screen and (max-width: 999px) {
  .combinedBlockBig__more {
    font-weight: 700;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 999px) {
  .combinedBlockBig__text {
    padding: 2.2rem 0 1.5rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  .combinedBlockBig__text {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 2.2rem 50px 0 0;
  }
}
.combinedBlockBig__text p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .combinedBlockBig__text .h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .combinedBlockBig__text .h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 999px) {
  .combinedBlockBig__media {
    width: 100%;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .combinedBlockBig__media {
    width: 48%;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.combinedBlockBig__media img {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .combinedBlockBig_swapped .combinedBlockBig__media {
    padding-top: 4rem !important;
  }
}
.combinedBlockBig_swapped .combinedBlockBig__text {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media only screen and (max-width: 999px) {
  .combinedBlockBig_swapped .combinedBlockBig__text {
    padding-top: 3.5rem;
    padding-bottom: 5.3rem;
  }
}
@media only screen and (min-width: 1000px) {
  .combinedBlockBig_swapped .combinedBlockBig__text {
    padding-top: 2.2rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .combinedBlockBig_swapped .combinedBlockBig__text {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .combinedBlockBig_swapped .combinedBlockBig__text {
    padding-left: 60px;
  }
}
.combinedBlockBig .combinedBlockBig__media {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (max-width: 999px) {
  .combinedBlockBig .combinedBlockBig__media {
    padding-bottom: 0;
    padding-top: 2.2rem;
  }
}
.cookiesInfo {
  opacity: 0;
  color: #fff;
  bottom: 15px;
  position: fixed;
  font-size: 13px;
  line-height: 1.7;
  padding: 25px 32px;
  visibility: hidden;
  z-index: 2147483646;
  background: #252525;
  transition: all 300ms;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
  .cookiesInfo {
    left: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .cookiesInfo {
    right: 15px;
    width: 310px;
  }
}
.cookiesInfo.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cookiesInfo a {
  color: #fff;
  border-bottom-color: #fff;
}
.cookiesInfo .btn {
  width: 100%;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.datepicker {
  margin-bottom: 35px;
}
.datepicker__item {
  display: block;
  border: 0 !important;
  outline: none !important;
  pointer-events: auto !important;
}
.datepicker__item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  margin: auto;
  height: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  color: #fff !important;
  content: attr(data-text);
  background: #c61932 !important;
}
.datepicker__item:hover {
  background: none !important;
}
.datepicker__body {
  padding: 25px 0;
  background: #fff;
  border-top: solid 6px #252525;
  border-bottom: solid 6px #252525;
}
.datepicker .flatpickr-day {
  pointer-events: none;
}
.nextMonthDay .datepicker__item {
  pointer-events: none !important;
}
.eventsSlider {
  position: relative;
}
@media only screen and (max-width: 999px) {
  .eventsSlider {
    width: 100vw;
    margin: 0 -6vw 6rem -6vw;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .eventsSlider {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .eventsSlider {
    margin-bottom: 10rem;
  }
}
.eventsSlider.is-initialized [data-nav] {
  visibility: visible;
  pointer-events: auto;
}
.eventsSlider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.62, 0.01, 0.39, 1);
}
.eventsSlider .swiper-slide {
  border: 0;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
}
.eventsSlider [data-nav] {
  z-index: 10;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  visibility: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
@media only screen and (max-width: 999px) {
  .eventsSlider [data-nav] {
    right: 20px;
    top: calc(76vw - 70px);
  }
}
@media only screen and (min-width: 1000px) {
  .eventsSlider [data-nav] {
    right: 20px;
    bottom: 20px;
  }
}
.eventsSlider [data-nav] .swiper-button-disabled {
  visibility: hidden;
}
.eventsSlider [data-count] {
  width: 50px;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  color: #fff;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.1ex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
}
@media only screen and (min-width: 768px) {
  .eventsSlider [data-count] {
    margin: 0 2px;
  }
}
.eventsSlider [data-prev],
.eventsSlider [data-next] {
  color: #fff;
  width: 50px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer;
  text-align: center;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
  transition: background 300ms;
}
@media only screen and (max-width: 767px) {
  .eventsSlider [data-prev],
  .eventsSlider [data-next] {
    display: none;
  }
}
.eventsSlider [data-prev]:hover,
.eventsSlider [data-next]:hover {
  background: #000;
}
.eventsSlider [data-prev]:after,
.eventsSlider [data-next]:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 12px;
  margin: auto;
  height: 12px;
  position: absolute;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.eventsSlider [data-prev]:after {
  -webkit-transform: rotate(135deg) translate(-1px, -1px);
  -ms-transform: rotate(135deg) translate(-1px, -1px);
  transform: rotate(135deg) translate(-1px, -1px);
}
.eventsSlider [data-next]:after {
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
  -ms-transform: rotate(-45deg) translate(-1px, -1px);
  transform: rotate(-45deg) translate(-1px, -1px);
}
.eventsSlider [data-next] .icon-arrow {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.eventsSlider__circle {
  top: 0;
  left: 0;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.eventsSlider__circle rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  transition: all 6s;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  transition-timing-function: linear !important;
}
.eventsSlider__circle rect.is-timeout {
  transition: none;
}
.eventSlide {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .eventSlide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.eventSlide dt {
  color: #fff;
  line-height: 1.5;
  background: #c61932;
}
@media only screen and (max-width: 999px) {
  .eventSlide dt {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    font-size: 1.2rem;
    padding: 3rem 6vw 2vw 6vw;
  }
}
@media only screen and (min-width: 1000px) {
  .eventSlide dt {
    width: 43.6%;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 45px 50px 50px 50px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .eventSlide dt {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .eventSlide dt {
    font-size: 2.2rem;
  }
}
.eventSlide dd {
  margin: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .eventSlide dd {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 75vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .eventSlide dd {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 60vw;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .eventSlide dd {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .eventSlide dd:after {
    height: 0;
    width: 1px;
    content: '';
    display: block;
    padding-top: 73%;
  }
}
.eventSlide__timestamp {
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .eventSlide__timestamp {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .eventSlide__timestamp {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .eventSlide__timestamp {
    font-size: 2rem;
    margin-bottom: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .eventSlide__loc {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .eventSlide__loc {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .eventSlide__loc {
    font-size: 2rem;
    margin-bottom: 4.2rem;
  }
}
.eventSlide__title {
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .eventSlide__title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .eventSlide__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .eventSlide__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  .headerCalendar {
    display: none;
  }
}
.headerCalendar.is-visible .headerCalendar__toggle {
  background: none;
}
.headerCalendar.is-visible .headerCalendar__toggle:before,
.headerCalendar.is-visible .headerCalendar__toggle:after {
  display: block;
}
.headerCalendar.is-visible .datepicker {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.headerCalendar__toggle {
  top: 10px;
  width: 5rem;
  height: 5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-top: 2px;
  position: absolute;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: calc(5vw - 10px);
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: no-repeat 50% 45%/23px 24px url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxOCIgd2lkdGg9IjE3IiBoZWlnaHQ9IjE4Ij4KCTxwYXRoIGZpbGw9IiNjNjE5MzIiIGQ9Ik0zLDE1SDVWMTNIM1ptMywwSDhWMTNINlptMywwaDJWMTNIOVpNMywxMkg1VjEwSDNabTMsMEg4VjEwSDZabTMsMGgyVjEwSDlabTMsMGgyVjEwSDEyWk02LDlIOFY3SDZaTTksOWgyVjdIOVptMywwaDJWN0gxMlpNMSw1SDE2VjE3SDFaTTEyLDBWM0g1VjBINFYzSDBWMThIMTdWM0gxM1YwWiIvPgo8L3N2Zz4=");
}
@media only screen and (max-width: 767px) {
  .headerCalendar__toggle {
    background-size: auto;
  }
}
.headerCalendar__toggle:before,
.headerCalendar__toggle:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 25px;
  height: 2px;
  margin: auto;
  display: none;
  background: #252525;
  position: absolute;
}
.headerCalendar__toggle:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.headerCalendar__toggle:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 999px) {
  .headerCalendar__toggle {
    color: #c61932;
  }
}
.headerCalendar .datepicker {
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: absolute;
  pointer-events: none;
  padding: 10px 0 50px 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: transform 150ms ease-in, opacity 150ms;
}
@media only screen and (max-width: 999px) {
  .headerCalendar .datepicker {
    top: 7rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .headerCalendar .datepicker {
    top: 10rem;
  }
}
.headerCalendar .datepicker__body {
  padding: 10px 0 20px 0;
}
@media only screen and (max-width: 999px) {
  .headerCalendar .datepicker__body {
    width: 200px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .headerCalendar .datepicker__body {
    width: 240px;
  }
}
.headerCalendar .datepicker .flatpickr-calendar {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.headerSearch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 1250px) {
  .headerSearch {
    width: 360px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1249px) {
  .headerSearch {
    display: none;
  }
}
.headerSearch.is-visible .headerSearch__main {
  opacity: 1;
  visibility: visible;
}
.headerSearch.is-visible .headerSearch__toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.headerSearch__main {
  opacity: 0;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .headerSearch__main {
    width: 100%;
  }
}
body.is-resizing .headerSearch__main {
  transition: none;
}
.headerSearch input[type=text] {
  padding: 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  height: 50px;
  font-weight: 400;
  font-size: 1.7rem;
  text-align: right;
  border: 0 !important;
  background: transparent;
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .headerSearch input[type=text] {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .headerSearch input[type=text] {
    font-size: 2rem;
  }
}
.headerSearch input[type=text]::-webkit-input-placeholder {
  color: #ddd;
}
.headerSearch input[type=text]::-moz-placeholder {
  color: #ddd;
}
.headerSearch input[type=text]:-ms-input-placeholder {
  color: #ddd;
}
.headerSearch input[type=text]::placeholder {
  color: #ddd;
}
body.is-resizing .headerSearch input[type=text] {
  transition: none;
}
.headerSearch button {
  border: 0;
  z-index: 5;
  width: 40px;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: visible;
  position: relative;
  padding: 4px 0 0 0;
  margin: 0 -10px 0 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
}
.headerSearch__toggle {
  cursor: pointer;
}
@media only screen and (max-width: 1249px) {
  .headerSearch__toggle {
    display: none;
  }
}
.headerSearchMobi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .headerSearchMobi {
    width: 40px;
  }
}
@media only screen and (max-width: 1249px) {
  .headerSearchMobi.is-visible {
    background: #ebebeb;
  }
  .headerSearchMobi.is-visible .headerSearchMobi__main {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1249px) {
  .headerSearchMobi {
    width: 50px;
  }
}
@media only screen and (min-width: 1250px) {
  .headerSearchMobi {
    display: none;
  }
}
.headerSearchMobi__main {
  left: 0;
  right: 0;
  opacity: 0;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #fff;
  visibility: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 100ms;
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 999px) {
  .headerSearchMobi__main {
    top: 7rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .headerSearchMobi__main {
    top: 10rem;
  }
}
body.is-resizing .headerSearchMobi__main {
  transition: none;
}
.headerSearchMobi input[type=text] {
  z-index: 5;
  font-size: 1.2rem;
  padding-left: 28px;
  padding-right: 6vw;
  background: #ebebeb;
  transition: width 100ms, height 100ms, font-size 100ms, padding 100ms;
}
.headerSearchMobi input[type=text]::-webkit-input-placeholder {
  color: #bbb;
}
.headerSearchMobi input[type=text]::-moz-placeholder {
  color: #bbb;
}
.headerSearchMobi input[type=text]:-ms-input-placeholder {
  color: #bbb;
}
.headerSearchMobi input[type=text]::placeholder {
  color: #bbb;
}
@media only screen and (max-width: 479px) {
  .headerSearchMobi input[type=text] {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .headerSearchMobi input[type=text] {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1249px) {
  .headerSearchMobi input[type=text] {
    height: 50px;
    border: 0 !important;
    width: calc(100vw - 50px);
    box-shadow: none !important;
  }
}
@media only screen and (min-width: 1250px) {
  .headerSearchMobi input[type=text] {
    width: 15rem;
    right: 3.5rem;
    height: 2.6rem;
    position: absolute;
  }
}
body.is-resizing .headerSearchMobi input[type=text] {
  transition: none;
}
.headerSearchMobi button {
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 5;
  height: 7rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: visible;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ebebeb no-repeat 50% 50%/22px 22px url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ij4KCTxwYXRoIGQ9Ik02LjUsMUE1LjUsNS41LDAsMSwxLDEsNi41LDUuNTEsNS41MSwwLDAsMSw2LjUsMW0wLTFBNi41LDYuNSwwLDEsMCwxMyw2LjUsNi41LDYuNSwwLDAsMCw2LjUsMCIvPgoJPHBhdGggZD0iTTE3LDE4YTEsMSwwLDAsMS0uNzEtLjI5bC00LjUtNC41YTEsMSwwLDAsMSwxLjQxLTEuNDFsNC41LDQuNUExLDEsMCwwLDEsMTcsMThaIi8+Cjwvc3ZnPg==");
}
@media only screen and (max-width: 1249px) {
  .headerSearchMobi button {
    width: 50px;
    height: 100%;
  }
}
@media only screen and (min-width: 1250px) {
  .headerSearchMobi button {
    width: 3.5rem;
  }
}
.headerSearchMobi__toggle {
  width: 100%;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-top: 2px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: no-repeat 50% 50% url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxOCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ij4KCTxwYXRoIGQ9Ik02LjUsMUE1LjUsNS41LDAsMSwxLDEsNi41LDUuNTEsNS41MSwwLDAsMSw2LjUsMW0wLTFBNi41LDYuNSwwLDEsMCwxMyw2LjUsNi41LDYuNSwwLDAsMCw2LjUsMCIvPgoJPHBhdGggZD0iTTE3LDE4YTEsMSwwLDAsMS0uNzEtLjI5bC00LjUtNC41YTEsMSwwLDAsMSwxLjQxLTEuNDFsNC41LDQuNUExLDEsMCwwLDEsMTcsMThaIi8+Cjwvc3ZnPg==");
}
@media only screen and (max-width: 1249px) {
  .headerSearchMobi__toggle {
    color: #c61932;
  }
}
@media only screen and (min-width: 1250px) {
  .headerSearchMobi__toggle {
    display: none;
  }
}
body.is-resizing .miniCartContainer {
  transition: none;
}
@media only screen and (max-width: 999px) {
  .miniCartContainer {
    left: 0;
    right: 0;
    bottom: 0;
    top: 7rem;
    opacity: 0;
    z-index: 1000;
    position: fixed;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
    padding: 10px 0 40px 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: transform 150ms ease-in, opacity 150ms;
  }
  .miniCartContainer.is-headerVisible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.miniCart {
  line-height: 1.4;
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  border-top: solid 6px #252525;
  border-bottom: solid 6px #252525;
}
@media only screen and (min-width: 480px) and (max-width: 999px) {
  .miniCart {
    width: 250px;
  }
}
@media only screen and (max-width: 999px) {
  .miniCart {
    margin-left: auto;
    margin-right: auto;
  }
}
.miniCart.is-success .miniCart__emptyText {
  display: none;
}
.miniCart.is-success .form__message {
  opacity: 1;
  height: auto;
  color: inherit;
  font-weight: 700;
  visibility: visible;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .miniCart.is-success .form__message {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.miniCart.is-step2 .miniCart__step2 {
  display: block;
}
@media only screen and (max-width: 479px) {
  .miniCart.is-step2 .miniCart__step2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.miniCart.is-step2 .miniCart__title {
  pointer-events: auto;
}
.miniCart.is-step2 .miniCart__title:after {
  top: -5px;
  bottom: 0;
  content: '';
  right: 5px;
  width: 14px;
  height: 14px;
  margin: auto 0;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 3px #000;
  border-bottom: solid 3px #000;
}
@media only screen and (max-width: 479px) {
  .miniCart.is-step2 .miniCart__title:after {
    right: calc(6vw + 5px);
  }
}
.miniCart.is-step2 [data-id=toCartStep2] {
  display: none;
}
.miniCart.is-filled .miniCart__body {
  display: block;
}
.miniCart.is-filled .miniCart__emptyText {
  display: none;
}
.miniCart.is-visible .miniCart__title:after {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.miniCart__body {
  display: none;
}
.miniCart__emptyText {
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .miniCart__emptyText {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.miniCart__step2 {
  display: none;
}
.miniCart__title {
  color: #000;
  cursor: pointer;
  font-weight: 700;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  position: relative;
  pointer-events: none;
  margin-bottom: 1.55rem;
  padding: 1.4rem 0 1.55rem 0;
  border-bottom: solid 6px #252525;
}
@media only screen and (max-width: 479px) {
  .miniCart__title {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.miniCart__title1 {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 0.6rem 0;
}
.miniCart .form .form__row {
  margin-bottom: 0.6rem;
}
.miniCart .form .form__label {
  margin-bottom: 0.1rem;
}
.miniCart .form .btn {
  margin-top: 1.5rem;
}
.miniCart .form .btn .btn__body {
  padding-left: 5px;
  padding-right: 5px;
}
.miniCart__options {
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.6rem;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: solid 2px #252525;
}
@media only screen and (max-width: 479px) {
  .miniCart__options {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.miniCart__options.is-visible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.miniCart__options dd {
  font-weight: 700;
  color: #c61932;
  margin: 0 0 0 4px;
}
.miniCart__total {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.5rem;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 479px) {
  .miniCart__total {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.miniCart__total dd {
  color: #c61932;
  margin: 0 0 0 4px;
}
.miniCart p {
  margin-bottom: 1rem;
}
.miniCart__text {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.miniCart__info {
  margin: 1.8rem 0 0 0;
}
.miniCart__info p {
  margin-bottom: 0.4rem;
}
.miniCartItem {
  padding: 0 0 1.8rem 0;
  margin-bottom: 1.5rem;
  border-bottom: solid 2px #252525;
}
@media only screen and (max-width: 479px) {
  .miniCartItem {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
p.miniCartItem__name {
  color: #000;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
}
.miniCartItem__qtty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.miniCartItem__qttyClear {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: no-repeat 50% 50% url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj4KCTxwb2x5Z29uIHBvaW50cz0iMTAuNjcgMCA2IDQuNjcgMS4zMyAwIDAgMCAwIDEuMzMgNC42NyA2IDAgMTAuNjcgMCAxMiAxLjMzIDEyIDYgNy4zMyAxMC42NyAxMiAxMiAxMiAxMiAxMC42NyA3LjMzIDYgMTIgMS4zMyAxMiAwIDEwLjY3IDAiLz4KPC9zdmc+");
}
.miniCartItem__price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.miniCartItem__price dl {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.miniCartItem__price dt {
  margin: 0;
}
.miniCartItem__price dd {
  font-weight: 700;
  color: #c61932;
  margin: 0 0 0 4px;
}
.miniCartItem .spinner {
  width: 81px;
  height: 23px;
  margin: 0 9px 0 8px;
}
.miniCartItem .spinner input[type=text] {
  font-size: 1.2rem;
  pointer-events: none;
}
.miniCartItem .spinner .btn {
  width: 23px;
  margin: 0 !important;
}
.miniCartItem .spinner .btn:after,
.miniCartItem .spinner .btn:before {
  width: 11px;
  height: 1px;
}
.miniCartItem .spinner .btn[data-spinup]:before {
  width: 1px;
  height: 11px;
}
body.is-resizing .miniSearchContainer {
  transition: none;
}
@media only screen and (max-width: 999px) {
  .miniSearchContainer {
    left: 0;
    right: 0;
    bottom: 0;
    top: 7rem;
    opacity: 0;
    z-index: 1000;
    position: fixed;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
    padding: 10px 0 40px 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: transform 150ms ease-in, opacity 150ms;
  }
  .miniSearchContainer[data-stickable] {
    display: block;
  }
  .miniSearchContainer.is-headerVisible {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.miniSearch {
  line-height: 1.4;
  font-size: 1.2rem;
  border-top: solid 6px #252525;
}
@media only screen and (min-width: 480px) and (max-width: 999px) {
  .miniSearch {
    width: 250px;
  }
}
@media only screen and (max-width: 999px) {
  .miniSearch {
    margin-left: auto;
    margin-right: auto;
  }
}
.miniSearch__title {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 0.6rem 0;
}
.miniSearch .form {
  padding: 1.5rem 0 2rem 0;
  border-bottom: solid 2px #252525;
}
@media only screen and (max-width: 479px) {
  .miniSearch .form {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.miniSearch .form select,
.miniSearch .form input[type=text],
.miniSearch .form .ui-selectmenu-button {
  width: 100%;
}
.miniSearch .form .form__row {
  margin-bottom: 0.6rem;
}
.miniSearch .form .form__label {
  margin-bottom: 0.1rem;
}
.miniSearch .form .btn {
  margin-top: 1.5rem;
}
.miniSearch p {
  margin-bottom: 1rem;
}
.miniSearch__index {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 30px;
  padding: 1.5rem 0 1.4rem 0;
  border-bottom: solid 6px #252525;
}
@media only screen and (max-width: 479px) {
  .miniSearch__index {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.miniSearch__index p {
  width: 100%;
  margin-bottom: 0.6rem;
}
.miniSearch__index > a {
  width: 2.6ex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 1.36;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-color: transparent;
}
.miniSearch__index > a.is-current {
  color: #252525;
  pointer-events: none;
}
.pageNav {
  font-weight: 700;
  margin-bottom: 50px;
  padding: 3.5rem 0 3.7rem 0;
  border-top: solid 6px #252525;
  border-bottom: solid 6px #252525;
}
@media only screen and (max-width: 999px) {
  .pageNav {
    display: none;
  }
}
.pageNav a {
  border-bottom-color: transparent;
}
.pageNav a:hover {
  border-bottom-color: rgba(37,37,37,0.5);
}
.pageNav a.is-current {
  color: #c61932;
}
.pageNav__l1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pageNav__l1 > li {
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.41;
  margin: 0 0 2.3rem 0;
}
.pageNav__l1 > li:last-child {
  margin-bottom: 0;
}
.pageNav__l1 > li:last-child .pageNav__l2 {
  margin-bottom: 0;
}
.pageNav__l1 > li > a {
  color: #252525;
}
.pageNav__l2 {
  padding: 0;
  list-style: none;
  margin: 1.5rem 0 2.6rem 0;
}
.pageNav__l2 > li {
  font-size: 1.5rem;
  line-height: 1.33;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 15px;
}
.pageNav__l2 > li:last-child {
  margin-bottom: 0;
}
.pageNav__l2 > li:last-child .pageNav__l3 {
  margin-bottom: 0;
}
.pageNav__l2 > li > a {
  color: #252525;
}
.pageNav__l3 {
  padding: 0;
  list-style: none;
  margin: 1.5rem 0 1.6rem 0;
}
.pageNav__l3 > li {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.33;
  margin: 0 0 1.55rem 0;
  padding: 0 0 0 15px;
}
.pageNav__l3 > li:last-child {
  margin-bottom: 0;
}
.pageNav__l3 > li > a {
  color: #252525;
}
.pageNav1 {
  font-weight: 700;
  line-height: 1.4;
  border-bottom: solid 6px #252525;
}
@media only screen and (max-width: 767px) {
  .pageNav1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 999px) {
  .pageNav1 {
    padding: 0 1rem;
    margin-left: -6vw;
    text-align: center;
    margin-right: -6vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 479px) {
  .pageNav1 {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 480px) {
  .pageNav1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1000px) {
  .pageNav1 {
    font-size: 1.6rem;
  }
}
.pageNav1 a {
  border: 0;
  color: #999;
  margin: 0 4px;
}
@media only screen and (max-width: 479px) {
  .pageNav1 a {
    display: block;
    padding: 0.5rem 0;
  }
}
@media only screen and (min-width: 480px) {
  .pageNav1 a {
    padding: 1rem 0;
  }
}
.pageNav1 a:hover {
  color: #c61932;
}
.pageNav1 a.is-current {
  color: #252525;
  pointer-events: none;
}
@media only screen and (max-width: 1249px) {
  .primaryNav {
    display: none;
  }
}
@media only screen and (min-width: 1250px) {
  .primaryNav {
    font-size: 2rem;
  }
}
.primaryNav__l1 {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .primaryNav__l1 > li {
    margin: 0 0 1.3rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  .primaryNav__l1 > li {
    margin: 0 0 2rem 0;
  }
}
.primaryNav__l1 > li:last-child {
  margin-bottom: 0;
}
.primaryNav__l1 > li > a {
  border: 0;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
.primaryNav__l1 > li > a:hover {
  color: #c61932;
}
.primaryNav__l1 > li > a.is-current {
  color: #c61932;
}
.primaryNavMobi {
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  overflow-y: auto;
  background: #fff;
  overflow-x: hidden;
  padding: 10px 0 0 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: transform 150ms ease-in, opacity 150ms;
}
@media only screen and (max-width: 999px) {
  .primaryNavMobi {
    top: 7rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .primaryNavMobi {
    top: 10rem;
  }
}
@media only screen and (max-width: 1249px) {
  .primaryNavMobi {
    bottom: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .primaryNavMobi {
    display: none;
  }
}
.primaryNavMobi .is-current > a {
  color: #c61932;
}
.primaryNavMobi.is-visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.primaryNavMobi .is-visibleSubnav > ul {
  opacity: 1;
  height: auto;
  visibility: visible;
  margin-bottom: 1rem;
}
.primaryNavMobi .is-visibleSubnav > ul > *:not(ul):after {
  top: 15px !important;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.primaryNavMobi li {
  position: relative;
}
.primaryNavMobi li.has-subnav:before {
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  width: 40px;
  z-index: 10;
  position: absolute;
}
.primaryNavMobi li.has-subnav > *:not(ul) {
  position: relative;
}
.primaryNavMobi li.has-subnav > *:not(ul):before {
  top: 10px;
  left: 15px;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 2px #252525;
  border-bottom: solid 2px #252525;
}
.primaryNavMobi li.has-subnav.is-visibleSubnav > *:not(ul):before {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.primaryNavMobi__l1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 480px) and (max-width: 1249px) {
  .primaryNavMobi__l1 {
    width: 400px;
  }
}
@media only screen and (max-width: 1249px) {
  .primaryNavMobi__l1 {
    margin-left: auto;
    padding-top: 20px;
    margin-right: auto;
    padding-bottom: 20px;
    border-top: solid 6px #252525;
    border-bottom: solid 6px #252525;
  }
}
.primaryNavMobi__l1 > li {
  margin: 0;
  padding: 0;
}
.primaryNavMobi__l1 > li > a {
  border: 0;
  color: #252525;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.4rem;
  padding: 10px 40px;
  text-transform: uppercase;
}
.primaryNavMobi__l1 > li > a:hover {
  color: #c61932;
}
.primaryNavMobi__l2 {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  list-style: none;
}
.primaryNavMobi__l2 > li {
  margin: 0;
  padding: 0;
}
.primaryNavMobi__l2 > li.has-subnav:before {
  width: 50px;
}
.primaryNavMobi__l2 > li.has-subnav.is-visibleSubnav > *:not(ul):before {
  top: 11px !important;
}
.primaryNavMobi__l2 > li.has-subnav > *:not(ul):before {
  top: 7px !important;
  left: 30px !important;
}
.primaryNavMobi__l2 > li > a {
  border: 0;
  color: #252525;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.2rem;
  padding: 7px 50px;
  text-transform: uppercase;
}
.primaryNavMobi__l2 > li > a:hover {
  color: #c61932;
}
.primaryNavMobi__l3 {
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  list-style: none;
}
.primaryNavMobi__l3 > li {
  margin: 0;
  padding: 0;
}
.primaryNavMobi__l3 > li.has-subnav:before {
  width: 70px;
}
.primaryNavMobi__l3 > li.has-subnav.is-visibleSubnav > *:not(ul):before {
  top: 11px !important;
}
.primaryNavMobi__l3 > li.has-subnav > *:not(ul):before {
  top: 7px !important;
  left: 50px !important;
}
.primaryNavMobi__l3 > li > a {
  border: 0;
  color: #252525;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.2rem;
  padding: 6px 70px;
}
.primaryNavMobi__l3 > li > a:hover {
  color: #c61932;
}
.primaryNavMobi__l4 {
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  list-style: none;
}
.primaryNavMobi__l4 > li {
  margin: 0;
  padding: 0;
}
.primaryNavMobi__l4 > li > a {
  border: 0;
  color: #252525;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.2rem;
  padding: 6px 70px 6px 90px;
}
.primaryNavMobi__l4 > li > a:hover {
  color: #c61932;
}
.primaryNavBtn {
  top: 1rem;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  .primaryNavBtn {
    width: 4rem;
    background: transparent;
    right: calc(6vw - 10px);
    transition: background 0s;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1249px) {
  .primaryNavBtn {
    width: 5rem;
    right: calc(6vw - 16px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .primaryNavBtn {
    width: 5rem;
    right: 34px;
  }
}
@media only screen and (min-width: 1250px) {
  .primaryNavBtn {
    display: none;
  }
}
.primaryNavBtn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  background: transparent;
  transition: transform 200ms ease-out;
}
.primaryNavBtn div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 16px;
  margin: auto;
  position: absolute;
}
.primaryNavBtn div:before,
.primaryNavBtn div:after {
  width: 50%;
  content: '';
  height: 2px;
  margin: 0 auto;
  background: #252525;
  position: absolute;
  transition: transform 100ms ease-out;
}
.primaryNavBtn .primaryNavBtn__top:before {
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.primaryNavBtn .primaryNavBtn__top:after {
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.primaryNavBtn .primaryNavBtn__btm:before {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.primaryNavBtn .primaryNavBtn__btm:after {
  right: 0;
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.primaryNavBtn:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 20px;
  height: 2px;
  margin: auto;
  background: #252525;
  position: absolute;
  transition: width 100ms ease-out;
}
@media only screen and (max-width: 1249px) {
  .primaryNavBtn.is-active {
    background: #eee;
    -webkit-animation: fadeOut 0.8s linear forwards;
    animation: fadeOut 0.8s linear forwards;
  }
}
.primaryNavBtn.is-active:after {
  width: 0;
}
.primaryNavBtn.is-active div {
  width: 18px;
  height: 18px;
}
.primaryNavBtn.is-active div:before,
.primaryNavBtn.is-active div:after {
  width: 70%;
  background: #252525;
}
.primaryNavBtn.is-active .primaryNavBtn__top:before {
  top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.primaryNavBtn.is-active .primaryNavBtn__top:after {
  top: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.primaryNavBtn.is-active .primaryNavBtn__btm:before {
  bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.primaryNavBtn.is-active .primaryNavBtn__btm:after {
  bottom: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spinner {
  height: 40px;
  width: 170px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.spinner .btn {
  width: 40px;
  height: 100%;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 100ms;
  border: solid 1px #000;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: inset 1px 1px 0 #f1f1f1;
}
.spinner .btn:after,
.spinner .btn:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: '';
  width: 15px;
  height: 1px;
  margin: auto;
  background: #000;
  position: absolute;
  transition: background 100ms;
}
.spinner .btn[data-spinup]:before {
  width: 1px;
  height: 15px;
}
.spinner .btn:hover {
  box-shadow: none;
  background: #c61932;
}
.spinner .btn:hover:after,
.spinner .btn:hover:before {
  background: #fff;
}
.spinner .ui-spinner {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  height: 100%;
}
.spinner input[type=text] {
  border: 0;
  padding: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  background: #ebebeb;
  vertical-align: top;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.spinner__note {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
  width: 50px;
  margin-left: 10px;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ui-selectmenu-button {
  color: #252525;
  cursor: default;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  white-space: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  outline: 0 !important;
  vertical-align: middle;
  font: 400 1.5rem/1 NotoSans, 'Helvetica Neue', Arial, sans-serif;
  transition: background 300ms, color 300ms;
}
.ui-selectmenu-button-open {
  z-index: 3000;
  transition: none;
}
.ui-selectmenu-button-open .ui-selectmenu-icon:after {
  top: 2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ui-selectmenu-button:hover:not(.ui-selectmenu-button-open) {
  transition: none;
  border-color: rgba(37,37,37,0.4);
}
.ui-selectmenu-button[data-placeholder]:after {
  top: 50%;
  left: 20px;
  color: #888;
  z-index: 2001;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: attr(data-placeholder);
  font: 400 1.5rem/1 NotoSans, 'Helvetica Neue', Arial, sans-serif;
}
.ui-selectmenu-button[data-placeholder] .ui-selectmenu-text {
  opacity: 0;
}
.ui-selectmenu-button[data-placeholder].is-filled:after {
  top: 8px;
  font-size: 1.2rem;
  color: rgba(136,136,136,0.8);
}
.ui-selectmenu-button[data-placeholder].is-filled .ui-selectmenu-text {
  opacity: 1;
  line-height: 5.2rem;
}
.ui-selectmenu-text {
  color: #252525;
  height: 100%;
  z-index: 2000;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  font-size: 1.5rem;
  position: relative;
  line-height: 5.4rem;
  background: inherit;
  text-overflow: ellipsis;
  padding: 0 5.4rem 0 20px;
}
.ui-selectmenu-text.is-placeholder {
  color: #888;
}
.ui-selectmenu-icon {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2003;
  width: 5.4rem;
  position: absolute;
}
.ui-selectmenu-icon:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  content: '';
  margin: auto;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  transition: all 200ms;
}
.ui-selectmenu-icon:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  top: -0.3rem;
  z-index: 9;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  position: absolute;
  transition: all 200ms;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-right: solid 2px #252525;
  border-bottom: solid 2px #252525;
}
div.ui-selectmenu-open {
  opacity: 1;
  transition: none;
  visibility: visible;
  pointer-events: auto;
  box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.ui-selectmenu-menu {
  top: 0;
  margin: 0;
  opacity: 0;
  z-index: 1003;
  padding: 5px 0;
  min-width: 100%;
  text-align: left;
  overflow-y: auto;
  max-height: 25rem;
  position: absolute;
  overflow-x: hidden;
  visibility: hidden;
  pointer-events: none;
  background: #ebebeb;
  transition: opacity 100ms, visibility 100ms;
}
@media only screen and (max-width: 479px) {
  .ui-selectmenu-menu {
    max-width: calc(100vw - 30px);
  }
}
.ui-selectmenu-menu:after {
  display: none;
}
.ui-selectmenu-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 479px) {
  .ui-selectmenu-menu ul {
    width: 100%;
  }
}
.ui-selectmenu-menu li {
  margin: 0;
  padding: 0;
  cursor: default;
  background: none;
  font-size: 1.4rem;
}
.ui-selectmenu-menu li[aria-disabled="true"] {
  display: none;
}
.ui-selectmenu-menu li:before {
  display: none;
}
.ui-selectmenu-menu .ui-menu-item-wrapper {
  color: #252525;
  padding: 10px 20px;
}
.ui-selectmenu-menu .ui-menu-item-wrapper:empty {
  display: none;
}
.ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active {
  color: #c61932;
}
select.selectSmaller,
.selectSmaller.ui-selectmenu-button {
  height: 3.4rem;
}
.selectSmaller .ui-selectmenu-text {
  font-size: 1.3rem;
  line-height: 3.4rem;
  padding: 0 4rem 0 15px;
}
.selectSmaller .ui-selectmenu-icon {
  width: 3rem;
}
.selectSmaller .ui-selectmenu-icon:before {
  width: 2rem;
  height: 2rem;
}
.selectSmaller .ui-selectmenu-menu li {
  font-size: 1.3rem;
}
.selectSmaller .ui-selectmenu-menu .ui-menu-item-wrapper {
  padding: 13px 15px;
}
.flatpickr-calendar {
  border: 0;
  opacity: 0;
  padding: 0;
  width: 100%;
  display: none;
  direction: ltr;
  -webkit-animation: none;
  animation: none;
  background: #fff;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  top: 2px;
  display: block;
  position: relative;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  width: 0;
  height: 0;
  left: 22px;
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  margin: 0 -5px;
  border-width: 5px;
}
.flatpickr-calendar:after {
  margin: 0 -4px;
  border-width: 4px;
}
.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before {
  top: 100%;
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.flatpickr-months .flatpickr-month {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 34px;
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  position: relative;
  fill: rgba(0,0,0,0.9);
  color: rgba(0,0,0,0.9);
  background: transparent;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 0;
  z-index: 3;
  height: 34px;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  fill: rgba(0,0,0,0.9);
  color: rgba(0,0,0,0.9);
  text-decoration: none;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  top: -3px;
  position: relative;
}
.flatpickr-months .flatpickr-prev-month {
  margin-left: -10px;
}
.flatpickr-months .flatpickr-next-month {
  margin-right: -10px;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.numInputWrapper {
  height: auto;
  position: relative;
}
.numInputWrapper:hover span {
  opacity: 1;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  right: 0;
  opacity: 0;
  width: 14px;
  height: 50%;
  cursor: pointer;
  line-height: 50%;
  position: absolute;
  padding: 0 4px 0 2px;
  border: 1px solid rgba(57,57,57,0.15);
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span svg {
  height: auto;
  width: inherit;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  top: 26%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  top: 40%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
}
.flatpickr-current-month {
  left: 10%;
  width: 80%;
  height: 34px;
  line-height: 1;
  color: inherit;
  position: absolute;
  text-align: center;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month .ui-selectmenu-button {
  height: 34px;
  cursor: pointer;
  background: transparent;
}
.flatpickr-current-month .ui-selectmenu-button:hover .ui-selectmenu-text {
  color: #c61932;
  border-bottom-color: #c61932;
}
.flatpickr-current-month .ui-selectmenu-text {
  padding: 0;
  height: 26px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 5px;
  border-bottom: solid 1px transparent;
}
.flatpickr-current-month .ui-selectmenu-icon {
  display: none;
}
.flatpickr-current-month span.cur-month {
  padding: 0;
  color: inherit;
  font-weight: 700;
  margin-left: 0.5ch;
  font-family: inherit;
  display: inline-block;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 55px;
  margin-left: 5px;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  border: 0;
  margin: 0;
  padding: 0;
  height: 34px;
  cursor: text;
  color: inherit;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: inherit;
  font-family: inherit;
  display: inline-block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  vertical-align: initial;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year:hover {
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:not(.ui-selectmenu-button) {
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
  border-radius: 0;
  font-size: 1.6rem;
  margin: -1px 0 0 0;
  position: relative;
  appearance: menulist;
  font-family: inherit;
  line-height: inherit;
  background: transparent;
  vertical-align: initial;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:not(.ui-selectmenu-button):focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:not(.ui-selectmenu-button):active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:not(.ui-selectmenu-button):hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months:not(.ui-selectmenu-button) .flatpickr-monthDropdown-month {
  padding: 0;
  outline: none;
  background-color: transparent;
}
.flatpickr-weekdays {
  width: 100%;
  height: 28px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
span.flatpickr-weekday {
  margin: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  line-height: 1;
  font-size: 90%;
  cursor: default;
  text-align: center;
  font-weight: bolder;
  background: transparent;
  color: rgba(0,0,0,0.54);
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  opacity: 1;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  margin: 0;
  height: 29px;
  color: #252525;
  cursor: pointer;
  background: none;
  font-weight: 700;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  width: 14.2857143%;
  display: inline-block;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-basis: 14.2857143%;
  flex-basis: 14.2857143%;
  border: 1px solid transparent;
}
.flatpickr-day:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  margin: auto;
  height: 24px;
  display: block;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  border: solid 1px transparent;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  outline: 0;
  cursor: pointer;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today:after {
  width: 26px;
  content: '';
  height: 26px;
  border-color: rgba(37,37,37,0.5);
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  box-shadow: none;
  background: #c61932;
  border-color: #c61932;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #c61932;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  cursor: default;
  background: transparent;
  color: rgba(57,57,57,0.3);
  border-color: transparent;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #c61932, 5px 0 0 #c61932;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  width: 100%;
  float: none;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  width: 100%;
  border: none;
  max-width: none;
  display: block;
  cursor: default;
  background: transparent;
  color: rgba(57,57,57,0.3);
}
.flatpickr-innerContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.flatpickr-rContainer {
  padding: 0;
  width: 100%;
  display: inline-block;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-moz-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.siteError {
  color: #000;
  background: #fff;
  font-family: Arial;
}
.siteError img {
  width: auto;
}
.siteError main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-top: 5vh;
  line-height: 1.3;
  text-align: cente;
  padding-bottom: 5vh;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .siteError main {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .siteError main {
    font-size: 30px;
  }
}
.siteError p {
  margin-bottom: 10px;
}
p.siteError__h1 {
  color: #95d1ff;
  margin: 0 0 70px 0;
  font: 400 80px/0.8 Arial;
}
p.siteError__h2 {
  color: #95d1ff;
  margin: 0 0 20px 0;
  font: 400 30px/0.8 Arial;
}
.siteError__logo {
  border: 0;
}
@media only screen and (max-width: 479px) {
  .siteError__logo {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .siteError__logo {
    width: 100px;
  }
}
@media only screen and (min-width: 480px) {
  .siteError__logo {
    left: 12px;
    position: relative;
  }
}
.video {
  width: 100%;
}
.video__body {
  height: 0;
  width: 100%;
  padding-top: 56.3%;
  position: relative;
  margin-bottom: 1rem;
}
.video video,
.video iframe {
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video__info {
  font-size: 1.3rem;
}
.video__info p {
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.image {
  margin-bottom: 3rem;
}
.image img {
  width: 100%;
}
.image__info {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .image__info {
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .image__info {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}
.textBlocks {
  margin-top: 5rem;
  border-bottom: solid 6px #252525;
}
.textBlock {
  padding: 3rem 0;
  border-top: solid 2px #252525;
}
.textBlock > *:last-child {
  margin-bottom: 0;
}
.textBlock1__timestamp {
  font-weight: 700;
}
@media only screen and (max-width: 999px) {
  .textBlock1__timestamp {
    margin: 0;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .textBlock1__timestamp {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 999px) {
  .textBlock1__loc {
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
  }
}
@media only screen and (min-width: 1000px) {
  .textBlock1__loc {
    margin-bottom: 2rem;
  }
}
.textBlock1__title {
  font-weight: 700;
}
@media only screen and (max-width: 999px) {
  .textBlock1__title {
    font-size: 1.8rem;
    margin-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .textBlock1__title {
    font-size: 2.2rem;
    margin-bottom: 1.8rem;
  }
}
.textBlock1 p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .textBlock2 {
    font-size: 1.6rem;
    line-height: 1.67;
  }
}
.textBlock2 p:last-child {
  margin-bottom: 0;
}
.textBlock2 .h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) {
  .textBlock2 .h3 {
    font-size: 2.2rem;
  }
}
.textBlock2 .h3 + .h3 {
  margin: 0.9rem 0 1.4rem 0;
}
.textImageBlock1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 75px 0;
  border-top: solid 6px #252525;
}
.textImageBlock1__text {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding-top: 2.2rem;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .textImageBlock1__text {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .textImageBlock1__text {
    padding-right: 60px;
  }
}
.textImageBlock1__media {
  width: 48%;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.textImageBlock1__media img {
  width: 100%;
}
.pagination {
  font-size: 0;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0 0 0;
  margin-bottom: 2rem;
  border-top: solid 6px #252525;
}
.pagination a {
  margin: 0 5px;
  width: 2.3rem;
  height: 2.3rem;
  font-size: 1.4rem;
  border-radius: 50%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 100ms;
  border: solid 1px transparent;
}
.pagination a:hover {
  transition: none;
  border-color: #c61932;
}
.pagination a.is-current {
  color: #fff;
  background: #252525;
}
.inProject {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
.priceRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}
.priceRow__price {
  font-size: 3rem;
  font-weight: 700;
  color: #c61932;
  margin-right: 2.8rem;
}
.contacts__map {
  height: 400px;
  margin-bottom: 5rem;
  border-top: solid 6px #252525;
  border-bottom: solid 6px #252525;
}
@media only screen and (max-width: 999px) {
  .contacts__map {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 5.5rem;
}
.contacts .vcard {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .contacts .vcard {
    margin-left: -120px;
  }
  .contacts .vcard > .gridSpan {
    padding-left: 120px;
  }
}
.contacts .vcard .adr {
  margin-bottom: 1.5rem;
}
.contacts .vcard .tel .value,
.contacts .vcard .fax .value {
  color: #252525;
  border-bottom-color: transparent;
}
.contacts .vcard .tel .value:hover,
.contacts .vcard .fax .value:hover {
  color: #c61932;
  border-bottom-color: rgba(198,25,50,0.5);
}
.contacts h2 {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 999px) {
  .sideDatepicker {
    display: none;
  }
}
.adblock {
  text-align: center;
}
@media only screen and (max-width: 999px) {
  [data-stickable] {
    display: none;
  }
}
[data-stickable].is-sticked {
  position: fixed;
}
@media only screen and (max-width: 999px) {
  [data-stickable].is-sticked {
    top: 7rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  [data-stickable].is-sticked {
    top: 10rem;
  }
}
@media only screen and (min-width: 1250px) {
  [data-stickable].is-sticked {
    top: 0;
  }
}
[data-stickable].is-hidden {
  visibility: hidden;
  pointer-events: none;
}
[data-stickable].is-hidden * {
  visibility: inherit;
}
.intro {
  border-top: 0;
  padding-top: 0;
}
.intro .combinedBlockBig__text {
  padding-top: 0;
}
.intro h1 {
  border: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  .intro h1 {
    margin: 0 0 1.8rem 0;
  }
}
@media only screen and (min-width: 1000px) {
  .intro h1 {
    margin-bottom: 3rem;
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  z-index: 10000;
}
@media only screen and (max-width: 999px) {
  .header {
    height: 7rem;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .header {
    height: 10rem;
  }
}
@media only screen and (max-width: 1249px) {
  .header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background: #fff;
  }
}
@media only screen and (min-width: 1250px) {
  .header {
    padding: 60px 0 48px 0;
  }
}
.header > .row {
  height: inherit;
}
.header__logo {
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  .header__logo {
    width: 120px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .header__logo {
    width: 130px;
  }
}
@media only screen and (min-width: 1250px) {
  .header__logo {
    width: 260px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 479px) {
  .header__searchMobi {
    right: calc(6vw + 30px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header__searchMobi {
    right: calc(6vw + 35px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .header__searchMobi {
    right: calc(6vw + 40px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .header__searchMobi {
    right: 90px;
  }
}
@media only screen and (max-width: 1249px) {
  .header__searchMobi {
    top: 1rem;
    height: 5rem;
    position: absolute;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1000px) {
  .header__cart {
    display: none;
  }
}
.headerCartLink,
.headerAuthorsLink {
  cursor: pointer;
  color: #c61932;
  font-weight: 700;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  margin-left: -10px;
  display: inline-block;
  line-height: 1.2;
  margin-right: 30px;
}
.headerCartLink.is-active,
.headerAuthorsLink.is-active {
  color: #252525;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .headerCartLink,
  .headerAuthorsLink {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .headerCartLink,
  .headerAuthorsLink {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) {
  .headerCartLink,
  .headerAuthorsLink {
    display: none;
  }
}
.headerGrid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
.headerGrid > .gridSpan {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerGrid > .gridSpan:nth-child(1) {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
@media only screen and (min-width: 1000px) {
  .headerGrid > .gridSpan:nth-child(1) {
    padding-top: 20px;
  }
}
.headerGrid > .gridSpan:nth-child(2) {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.headerGrid > .gridSpan:nth-child(3) {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (min-width: 1000px) {
  .headerGrid > .gridSpan:nth-child(3) {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .footer {
    border-top: solid 6px #252525;
  }
}
@media only screen and (max-width: 767px) {
  .footer__row1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__row1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__row1 {
    border-top: solid 6px #252525;
    border-bottom: solid 6px #252525;
  }
}
@media only screen and (max-width: 999px) {
  .footer__row2 {
    width: 100vw;
    margin-left: -6vw;
    margin-right: -6vw;
    padding: 0 6vw 4.7rem 6vw;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__row2 {
    padding-top: 58px;
    padding-bottom: 55px;
  }
}
.footer__rss {
  border: 0;
}
@media only screen and (max-width: 999px) {
  .footer__rss {
    left: 0;
    right: 0;
    width: 26px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__rss {
    width: 18px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: -5px;
  }
}
.footer__sitedev {
  border: 0;
  color: #252525;
  margin-top: 1.1rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 999px) {
  .footer__sitedev {
    display: block;
    text-align: center;
  }
}
.footer__sitedev:hover {
  color: #252525;
}
.footer__sitedev img {
  width: 80px;
}
@media only screen and (max-width: 999px) {
  .footer__sitedev img {
    margin: -0.7rem 0 0 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__sitedev img {
    margin: -0.3rem 0 0 15px;
  }
}
.footerNav {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
@media only screen and (max-width: 767px) {
  .footerNav {
    display: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  .footerNav {
    margin-right: -7vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footerNav {
    margin-right: -110px;
  }
}
.footerNav a {
  color: #252525;
  border-bottom-color: transparent;
}
.footerNav a.is-current {
  color: #c61932;
  pointer-events: none;
}
.footerNav a:hover {
  border-bottom-color: rgba(37,37,37,0.5);
}
.footerNav__l1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .footerNav__l1 {
    columns: 2;
  }
}
@media only screen and (min-width: 1000px) {
  .footerNav__l1 {
    columns: 4;
  }
}
.footerNav__l1 > li {
  padding: 0;
  max-width: 80%;
  line-height: 1.2;
  margin: 0 0 3.2rem 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .footerNav__l1 > li {
    max-width: 19vw;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1399px) {
  .footerNav__l1 > li {
    max-width: 17vw;
  }
}
@media only screen and (min-width: 1400px) {
  .footerNav__l1 > li {
    max-width: 15vw;
  }
}
.footerNav__l1 > li > a {
  font-weight: 700;
  font-size: 1.8rem;
}
.footerNav__l2 {
  padding: 0;
  display: table;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .footerNav__l2 {
    margin: 2rem 0 3.2rem 0;
  }
}
.footerNav__l2 > li {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .footerNav__l2 > li {
    margin: 0 0 0.8rem 0;
  }
}
.footerNav__l2 > li > a {
  font-size: 1.4rem;
}
.footerGrid1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .footerGrid1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footerGrid1 > .gridSpan {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .footerGrid1 {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footerGrid1 > .gridSpan {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.footerNav1 {
  font-weight: 700;
  font-size: 1.5rem;
}
@media only screen and (max-width: 999px) {
  .footerNav1 {
    text-align: center;
    margin-bottom: 3.6rem;
  }
}
@media only screen and (min-width: 1000px) {
  .footerNav1 {
    margin-top: 1.2rem;
  }
}
.footerNav1 a {
  color: #252525;
  margin-right: 4rem;
  border-bottom-color: transparent;
}
.footerNav1 a:hover {
  border-bottom-color: rgba(37,37,37,0.5);
}
.footerNav1 a.is-current {
  color: #c61932;
  pointer-events: none;
}
.footerNav1 a:last-child {
  margin-right: 0;
}
::-webkit-input-placeholder {
  color: #957621;
  opacity: 1;
}
::-moz-placeholder {
  color: #957621;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #957621;
  opacity: 1;
}
::placeholder {
  color: #957621;
  opacity: 1;
}
::-ms-clear {
  display: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
}
select,
textarea,
input[type="text"],
input[type="password"] {
  border: none;
  position: relative;
  background: #ebebeb;
  vertical-align: middle;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  outline: none;
}
input[type="text"],
input[type="password"] {
  height: 5.4rem;
  padding: 0 19px;
}
select {
  padding-left: 19px;
}
.option-default {
  display: none;
}
textarea {
  height: 100px;
  resize: vertical;
  padding: 5px 0 5px 19px;
}
.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form .field {
  width: 100%;
}
.form__message {
  height: 0;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #c61932;
  overflow: hidden;
  font-size: 1.2rem;
  visibility: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 300ms ease-in-out, visibility 300ms;
}
.form.is-success .form__content {
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.form.is-success .form__message {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.field {
  position: relative;
  background: #ebebeb;
  display: inline-block;
  vertical-align: middle;
}
.field[data-placeholder]:after {
  top: 17px;
  left: 15px;
  line-height: 1;
  color: #9e9e9e;
  background: #fff;
  padding: 3px 6px;
  font-size: 1.5rem;
  position: absolute;
  pointer-events: none;
  transition: all 100ms;
  content: attr(data-placeholder);
}
body.is-loading .field[data-placeholder]:after {
  transition: none !important;
}
.field[data-placeholder].is-filled:after {
  top: -0.9rem;
  font-size: 1.3rem;
}
.field[data-placeholder] textarea {
  padding-top: 20px;
}
.field_smaller input {
  height: 3.4rem;
}
.field_cp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.field_cp input {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: 150px;
  margin-right: 10px;
}
.field_cp img {
  margin: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: inline-block;
}
.field__message {
  color: #f00;
  font-size: 13px;
  padding-top: 3px;
  background: #fff;
}
[class*="frm_"].is-error input,
[class*="frm_"].is-error textarea,
[class*="frm_"].is-error select {
  border-color: #c61932 !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1249px) {
  .formSubscribe {
    width: 400px;
  }
}
@media only screen and (min-width: 1250px) {
  .formSubscribe {
    width: 570px;
  }
}
.formSubscribe .form__message {
  color: #252525;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .formSubscribe .form__message {
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .formSubscribe .form__message {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.formSubscribe .form__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1249px) {
  .formSubscribe .field {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1250px) {
  .formSubscribe .field {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-right: 10px;
  }
}
.formSubscribe input[type=text] {
  width: 100%;
  height: 5.4rem;
  background: #fff;
  border: solid 2px #252525;
}
.formSubscribe button {
  cursor: pointer;
}
@media only screen and (max-width: 1249px) {
  .formSubscribe button {
    width: 100%;
  }
}
@media only screen and (min-width: 1250px) {
  .formSubscribe button {
    width: 250px;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.formSubscribe__note {
  width: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media only screen and (max-width: 999px) {
  .formSubscribe__note {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .formSubscribe__note {
    margin-top: 3rem;
  }
}
.formNewsletter {
  line-height: 1.4;
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  border-top: solid 6px #252525;
  border-bottom: solid 6px #252525;
}
.formNewsletter__title {
  color: #000;
  cursor: pointer;
  font-weight: 700;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  position: relative;
  pointer-events: none;
  margin-bottom: 1.55rem;
  padding: 1.4rem 0 1.55rem 0;
  border-bottom: solid 6px #252525;
}
.formNewsletter .form__note {
  margin-bottom: 1.6rem;
}
.formNewsletter .form__label {
  margin-bottom: 0.2rem;
}
.formNewsletter .field {
  margin-bottom: 1.2em;
}
.formNewsletter input[type=text] {
  height: 3.4rem;
  padding: 0 1rem;
}
.bild_links {
  float: left;
  margin: 10px 15px 10px 0;
}
@media only screen and (max-width: 767px) {
  .bild_links {
    display: block;
    margin: 20px 0;
  }
}
.bild_rechts {
  float: right;
  margin: 10px 0 10px 15px;
}
@media only screen and (max-width: 767px) {
  .bild_rechts {
    display: block;
    margin: 20px 0;
  }
}
