/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaaaaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.39;
  color: #000;
  letter-spacing: -0.05em;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.39em / 2);
}
.h1,
h1 {
  font-size: 3.6rem;
  font-weight: 800;
}
.h2,
h2 {
  font-size: 2.4rem;
  font-weight: 800;
}
.h3,
h3 {
  font-size: 2rem;
  font-weight: 800;
}
.h4,
h4 {
  font-size: 1.8rem;
  font-weight: 800;
}
.h5,
h5 {
  font-size: 1.6rem;
  font-weight: 800;
}
.h6,
h6 {
  font-size: 1.4rem;
  font-weight: 800;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.39em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

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

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

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

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

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

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

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

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

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

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

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

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Block
\* ------------------------------------------------------------ */
.block {
  height: calc(100% - 1.7rem);
  margin-bottom: 1.7rem;
  padding: 1px 12px 20px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.5rem;
  border: 0.2rem dashed #000;
  /*box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .25);*/
  font-size: 2rem;
}
.block .block__aside {
  max-width: 12.9rem;
  padding-top: 1rem;
}
.block .block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-top: 1.1rem;
  padding-left: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block .block__content {
    padding-left: 2rem;
  }
}
.block .block__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block .block__aside strong {
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: 800;
  display: block;
  color: #C19043;
  line-height: 1;
}
.block .block__aside span {
  margin-bottom: 1.1rem;
  margin-left: 4.3rem;
  display: block;
  font-weight: 800;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: line-through;
}
.block .block__aside a {
  margin-left: 0.5rem;
}
.block figure {
  margin-left: -0.5rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block figure {
    min-height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.block h2 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: 1.04;
}
@media (max-width: 1023px) {
  .block h2 {
    word-break: break-all;
  }
}
/* ------------------------------------------------------------ *\
	box
\* ------------------------------------------------------------ */
.box {
  padding-bottom: 1.6rem;
  font-size: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box {
    padding-bottom: 2.2rem;
  }
}
.box .box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.box .box__aside {
  padding-left: 6.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__aside {
    padding-left: 2rem;
  }
}
.box .box__aside ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 0;
  margin-bottom: 0.8rem;
}
.box figure {
  margin-bottom: 1.4rem;
}
.box p {
  margin-bottom: 0.3rem;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn-dark {
  padding: 1.3rem 1.6rem 1.4rem;
  border: 0.1rem solid #000;
  border-radius: 0.3rem;
  background: #000;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.btn-dark:hover {
  background: #fff;
  color: #000;
}
.btn-dark {
  padding: 1.3rem 1.4rem 1.4rem;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Countdown
\* ------------------------------------------------------------ */
.countdown {
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
}
.countdown span {
  position: relative;
  top: 0.7rem;
  display: inline-block;
  float: none;
  font-size: 2rem !important;
}
.countdown span ~ span {
  margin-left: -0.3rem;
  margin-right: 0.4rem;
}
.countdown .flipper-delimiter {
  display: none;
}
.countdown label {
  display: none;
}
.countdown .flipper-group {
  float: none;
}
.countdown .flipper-digit {
  margin-left: 0.2rem;
  padding: 1.4rem 0.5rem;
  display: inline-block;
  border-radius: 0.3rem;
  background: #fff;
  font-size: 2rem !important;
  font-weight: 700;
  color: #000;
}
.countdown .flipper-digit:after {
  display: none;
}
.countdown--alt {
  color: #000;
}
/* ------------------------------------------------------------ *\
	Date
\* ------------------------------------------------------------ */
.date {
  font-size: 2.4rem;
  line-height: 1.04;
  color: #000;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .date {
    font-size: 1.8rem;
  }
}
.date .date__inner {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.2rem solid #000;
  border-radius: 50%;
  font-size: 2.4rem;
  color: #000;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  -o-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .date .date__inner {
    width: 3.9rem;
    height: 3.9rem;
    font-size: 1.6rem;
  }
}
.date .date__inner p {
  margin-bottom: 0;
}
.date p {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .date p {
    margin-bottom: 0.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 2rem 0 10px;
  background: #000;
  color: #fff;
}
.footer .footer__nav {
  padding: 0 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav {
    padding: 0;
  }
}
.footer .footer__nav h4 {
  margin-bottom: 0.7rem;
}
.footer .footer__nav ul {
  font-size: 1.6rem;
  list-style: none;
}
.footer .footer__nav li {
  margin-bottom: 0.5rem;
}
.footer .footer__nav a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer .footer__nav a:hover {
  color: #C19043;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -0.5rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 0.5rem;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 2rem 0 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 2rem 0 0.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
    padding-bottom: 1.4rem;
  }
}
.hero .hero__content {
  padding: 2.1rem 3.4rem 2.1rem;
  border-radius: 0.5rem;
  background: #C19043;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    padding: 2.1rem 2.4rem 1.9rem;
  }
}
.hero h1 {
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.11;
  letter-spacing: -0.05em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero h1 {
    margin-bottom: 0.3rem;
  }
}
.hero h2 {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.05em;
}
.hero h2 ~ a {
  margin-top: 1.5rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero h2 ~ a {
    margin-top: 1.3rem;
    margin-bottom: 0.3rem;
  }
}
.hero .hero__actions {
  padding-top: 0.8rem;
  padding-bottom: 3.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__actions {
    padding-top: 1.2rem;
  }
}
.hero .hero__actions a {
  font-size: 2.4rem;
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1;
}
.hero .hero__actions a:hover {
  opacity: 0.7;
}
.hero .hero__actions a i {
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}
.hero--alt .hero__content {
  position: relative;
  padding: 2.1rem 2rem 3.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__content {
    padding: 2.1rem 2.3rem 4.7rem;
  }
}
.hero--alt h1 {
  margin-bottom: 0.7rem;
}
.hero--alt h2 ~ a {
  margin-top: 1.7rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt h2 ~ a {
    margin-top: 2.2rem;
    margin-bottom: 0.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*=ico-] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

[class*=ico-] svg {
  width: 3.2rem;
  height: 3.2rem;
}

/* ------------------------------------------------------------ *\
	Item
\* ------------------------------------------------------------ */
.item {
  position: relative;
  z-index: 2;
  min-height: 20rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1.4rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.5rem;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.item:hover {
  opacity: 0.7;
}
.item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 0.7;
}
.item h2 {
  margin-bottom: 0.3rem;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.05em;
}
.item .item__bar {
  min-width: 22.3rem;
  padding: 5px 11px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3rem;
  background: #fff;
  font-size: 1.4rem;
  color: #000;
}
.item .item__bar strong {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #C19043;
  line-height: 1;
}
.item .item__bar span {
  font-size: 1.6rem;
  font-weight: 800;
  text-decoration: line-through;
}
.item .item__bar p {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Items
\* ------------------------------------------------------------ */
.items {
  padding-bottom: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .items {
    padding-bottom: 0.7rem;
  }
}
.items .items__head {
  padding-bottom: 1.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .items .items__head {
    padding-bottom: 0.6rem;
  }
}
.items .items__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.items .items__head-inner i {
  margin-right: 1.3rem;
}
/* ------------------------------------------------------------ *\
	List Icons
\* ------------------------------------------------------------ */
.list-icons {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.04;
  letter-spacing: -0.05em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-icons {
    margin-bottom: 1.2rem;
  }
}
.list-icons li {
  margin-right: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-icons li {
    margin-right: 2rem;
    margin-bottom: 1.4rem;
  }
}
.list-icons i,
.list-icons figure {
  margin-right: 1.4rem;
}
/* ------------------------------------------------------------ *\
	List Shapes
\* ------------------------------------------------------------ */
.list-shapes {
  margin-right: 2.3rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	SEction Blocks
\* ------------------------------------------------------------ */
.section-blocks .section__select {
  font-size: 2rem;
}
.section-blocks .section__select a {
  padding-bottom: 0.8rem;
  position: relative;
  text-decoration: none;
}
.section-blocks .section__select a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.2rem;
  background: #000;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section-blocks .section__select a:hover:before {
  opacity: 0;
}
.section-blocks .section__select p {
  margin-bottom: 1.6rem;
}
/* ------------------------------------------------------------ *\
	SEction Dates
\* ------------------------------------------------------------ */
.section-dates {
  padding-top: 0.6rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-dates {
    padding-top: 1rem;
  }
}
.section-dates .section__shell {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-dates .section__shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.section-dates .section__slider h2 {
  margin-bottom: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-dates .section__slider h2 {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Items
\* ------------------------------------------------------------ */
.section-items {
  padding-bottom: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-items {
    padding-bottom: 2.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  margin-bottom: 1rem;
}
.select select::-ms-expand {
  display: none;
}
.select .selectric-wrapper {
  width: calc(50% - .4rem);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select .selectric-wrapper {
    width: 100%;
  }
}
.select .selectric {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0.3rem;
  background: #C19043;
}
.select .selectric .label {
  height: auto;
  margin: 0 4.8rem 0 1rem;
  padding: 1rem 0.8rem 1.2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  color: #000;
}
.select .selectric .label span {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.6rem;
}
.select .selectric .button {
  top: 50%;
  right: 1.3rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #C19043;
}
.select .selectric .button:after {
  border-top: 1.4rem solid #000;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
}
.select .selectric-items {
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.select .selectric-items li {
  padding: 1rem 1.8rem 1.2rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  color: #000;
}
.select .selectric-items li span {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.6rem;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 114rem + 6.7rem * 2 );
  padding-left: 6.7rem;
  padding-right: 6.7rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider Dates
\* ------------------------------------------------------------ */
.slider-dates {
  padding-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-dates {
    padding-bottom: 2.3rem;
  }
}
.slider-dates .slick-list {
  margin: 0 8.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-dates .slick-list {
    margin: 0 4.5rem;
  }
}
.slider-dates .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.2rem solid #000;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 3.5rem 2.4rem;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider-dates .slick-arrow:hover {
  opacity: 0.4;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-dates .slick-arrow {
    width: 3.9rem;
    height: 3.9rem;
    background-size: 1.8rem 2.4rem;
  }
}
.slider-dates .slick-prev {
  left: 0;
  background-image: url(../images/temp/arrow-prev@2x.png);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-dates .slick-prev {
    background-image: url(../images/temp/arrow-prev-mobile@2x.png);
  }
}
.slider-dates .slick-next {
  right: 0;
  background-image: url(../images/temp/arrow-next@2x.png);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-dates .slick-next {
    background-image: url(../images/temp/arrow-next-mobile@2x.png);
  }
}
.slider-dates .slick-current .date .date__inner {
  background: #000;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Times
\* ------------------------------------------------------------ */
.times .times__items {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .times .times__items {
    display: block;
    margin: 0;
  }
}
.times .times__item {
  padding: 0 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .times .times__item {
    max-width: 100%;
    padding: 0;
  }
}
.times ul {
  list-style: none;
}
.times li {
  margin-bottom: 1rem;
}
.times a {
  display: block;
  padding: 0.9rem 1rem;
  border: 0.2rem solid #000000;
  border-radius: 0.3rem;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.times a:hover {
  background: #000;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */