@charset "UTF-8";
/*--------------------------------------------------------------
# Bootstrap v4.0
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slick Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*===================================
=            Breakpoints            =
===================================*/
/*=================================
=           Normalize             =
=================================*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  overflow-x: hidden;
  position: static !important;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
  color: #79242f;
}
li a {
  color: inherit;
}
a:active, a:hover {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
/*=================================
=           Alignments            =
=================================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*=================================
=            Clearings            =
=================================*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*================================
=            Elements            =
================================*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*================================
=             Lists              =
================================*/
.entry-content ol {
  list-style: none;
  counter-reset: li;
}
.entry-content ol li {
  counter-increment: li;
}
.entry-content ol li::before {
  content: counter(li);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 12px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 3.5;
  color: #b5be00;
}
.entry-content ul {
  list-style: none;
}
.entry-content ul li::before {
  content: 'o';
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 12px;
  font-weight: 500;
  line-height: 3.5;
  color: #b5be00;
  position: relative;
  top: -2px;
}
.letter-spacing-none {
  letter-spacing: 0 !important;
}
@media (max-width: 767px) {
  .spacing-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .spacing-mobile {
    display: none;
  }
}
.gallery .gallery-item {
  float: left;
  text-align: center;
  width: 33%;
}
/*================================
=            Buttons             =
================================*/
.btn {
  font-family: Avenir;
  font-stretch: condensed;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 100px;
  background-color: #ab192d;
  color: #fff;
  padding: 15px 30px 12px;
  margin: 25px auto;
  min-width: 250px;
  max-width: 100%;
  text-transform: uppercase;
  border: 3px solid #ab192d;
}
@media (max-width: 767px) {
  .btn {
    max-width: 25px;
    white-space: pre-line;
    font-size: 16px;
    min-width: 200px;
  }
}
.btn:hover {
  background-color: #fff;
  color: #ab192d !important;
}
.btn.orange {
  background-color: #e18533;
  border-color: #e18533;
}
.btn.orange:hover {
  background-color: #fff;
  color: #e18533 !important;
}
.btn.green {
  background-color: #b5be00;
  border-color: #b5be00;
  color: #fff;
}
.btn.green:hover {
  background-color: #fff;
  color: #b5be00 !important;
}
.btn.transparent {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.transparent:hover {
  background-color: #fff;
  color: #ab192d !important;
}
.btn.inherit-color:hover {
  color: inherit !important;
}
.learn-more {
  font-family: Avenir;
  color: #c8c8c8;
  letter-spacing: 1px;
  font-weight: 300;
}
/*================================
=          Others                =
================================*/
.white {
  color: #fff;
}
.uc {
  text-transform: uppercase;
}
.social-media {
  margin-right: 20px;
}
.social-media .social-icon {
  font-size: 16px;
  margin: 20px;
}
.flex {
  display: flex;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.col-dir {
  flex-direction: column;
}
.flex.row-dir {
  flex-direction: row;
}
.flex.align-center {
  align-items: center;
}
.green {
  color: #b5be00;
}
.burgundy {
  color: #79242f;
}
.rouge {
  color: #ab192d;
}
.hidden {
  visibility: hidden !important;
}
@media (min-width: 1200px) {
  .pl-lg-10 {
    padding-left: 10%;
  }
}
@media (min-width: 768px) {
  .slider-cursor.show-cursor {
    cursor: none;
  }
  .slider-cursor.show-cursor .cursor {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #79242f;
    border-radius: 50%;
    color: #fff;
    transform: translate(-25px, -25px);
    z-index: 50;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 25px;
  }
  .slider-cursor.show-cursor .cursor.left-arrow {
    transform: scaleX(-1) translate(25px, -25px);
  }
  .slider-cursor .slick-slider {
    pointer-events: none;
  }
  .slider-cursor .slick-slider.restaurants, .slider-cursor .slick-slider.cards-slider {
    pointer-events: all;
    z-index: 50;
  }
  .slider-cursor .slick-slider.restaurants .slick-center, .slider-cursor .slick-slider.cards-slider .slick-center {
    cursor: default;
  }
}
/*================================
=          Search Form           =
================================*/
form label {
  margin: 0;
}
form label .form-control {
  font-family: Avenir;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  color: #c8c8c8;
  text-transform: uppercase;
  padding-top: 10px;
}
form label .form-control::placeholder {
  font-family: Avenir;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  color: #c8c8c8;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/*================================
=          Containers            =
================================*/
@media (min-width: 1292px) {
  .container {
    max-width: 1400px;
  }
}
.container.-small {
  max-width: 1000px;
}
@media (min-width: 1400px) {
  .container.-small {
    max-width: 1260px;
  }
}
@media (max-width: 1199px) {
  .container.-small {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .container.-small-xs {
    max-width: 85%;
  }
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Avenir";
  src: url('../fonts/Avenir/AvenirNext-Regular.eot');
  src: url('../fonts/Avenir/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir/AvenirNext-Regular.woff2') format('woff2'), url('../fonts/Avenir/AvenirNext-Regular.woff') format('woff'), url('../fonts/Avenir/AvenirNext-Regular.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: "Avenir";
  src: url('../fonts/Avenir/AvenirNext-DemiBold.eot');
  src: url('../fonts/Avenir/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir/AvenirNext-DemiBold.woff2') format('woff2'), url('../fonts/Avenir/AvenirNext-DemiBold.woff') format('woff'), url('../fonts/Avenir/AvenirNext-DemiBold.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: "Avenir";
  src: url('../fonts/Avenir/AvenirNext-Bold.eot');
  src: url('../fonts/Avenir/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir/AvenirNext-Bold.woff2') format('woff2'), url('../fonts/Avenir/AvenirNext-Bold.woff') format('woff'), url('../fonts/Avenir/AvenirNext-Bold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'AvenirNext Cn';
  src: url('../fonts/new-fonts/AvenirNextLTPro-DemiCn.woff2') format('woff2'), url('../fonts/new-fonts/AvenirNextLTPro-DemiCn.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*================================
=          Typography            =
================================*/
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: Avenir;
  font-family: 'Avenir';
  font-weight: 300;
  font-size: 18px;
  color: #898B8E;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  color: #79242f;
}
h1 {
  font-family: 'Avenir';
  font-size: 32px;
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}
h2 {
  padding-bottom: 0.3em;
  line-height: 1.25;
  font-family: 'Avenir';
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2.8px;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: 'AvenirNext Cn';
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #79242f;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.3em;
  }
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-family: 'AvenirNext Cn';
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 2px;
}
p {
  margin-bottom: 1.5em;
  font-family: 'Avenir';
  font-weight: 400;
  font-size: 18px;
  color: #898B8E;
}
li {
  font-family: 'Avenir';
  font-weight: 200;
  font-size: 18px;
  color: #898B8E;
  font-weight: 300;
}
h1.entry-title {
  font-size: 21px;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
.pre-title {
  text-align: center;
  position: relative;
  color: #c8c8c8;
  font-family: 'AvenirNext Cn';
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
}
/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.admin-bar, .admin-bar #masthead {
  margin-top: 32px;
}
.page-template-dining #page-sub-header {
  padding-bottom: 18% !important;
}
.single-post #page-sub-header::before {
  display: none;
}
body.menu-open {
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-toggler {
  background: #7a1317;
  border-radius: 0;
  padding: 10px 15px 25px;
}
.navbar-toggler span.navbar-toggler-icon {
  background: #fff;
  height: 2px;
  position: relative;
  top: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.navbar-toggler span.navbar-toggler-icon::before {
  content: '';
  height: 2px;
  width: 75%;
  position: absolute;
  top: 7px;
  background: #fff;
  left: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.navbar-toggler span.navbar-toggler-icon::after {
  content: '';
  height: 2px;
  width: 50%;
  position: absolute;
  top: 14px;
  background: #fff;
  left: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.navbar-toggler.active span.navbar-toggler-icon {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.active span.navbar-toggler-icon::before {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}
.navbar-toggler.active span.navbar-toggler-icon::after {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header#masthead {
  margin-bottom: 0;
  padding: 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 300;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  header#masthead {
    padding: 0;
  }
  header#masthead > .container {
    padding: 0;
    max-width: none;
  }
}
header#masthead .navbar-brand {
  height: auto;
  max-width: 150px;
  width: 100%;
  padding: 0;
  transition: margin 0.5s linear;
}
@media (max-width: 767px) {
  header#masthead .navbar-brand {
    max-width: 100px;
    margin-top: -5px;
    margin-bottom: -15px;
  }
}
header#masthead .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
header#masthead .navbar-brand a svg .st0 {
  transition: opacity 0.3s linear;
}
header#masthead .navbar-brand a:visited, header#masthead .navbar-brand a:hover {
  text-decoration: none;
}
header#masthead .top-bar {
  transition: margin 0.3s linear;
  border-bottom: 1px solid #e5e5e5;
  color: #c8c8c8;
}
@media (max-width: 767px) {
  header#masthead .top-bar {
    display: none;
  }
}
header#masthead .top-bar .left-side a:last-of-type {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 2.5px;
  padding-top: 2px;
}
header#masthead .top-bar .right-side {
  transition: margin 0.3s linear;
}
header#masthead .top-bar .right-side .mysycuan-btn {
  border-radius: 50px;
  padding: 10px 30px 8px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  transition: all 0.3s linear;
  font-weight: 500;
  font-stretch: condensed;
  letter-spacing: 0.1em;
  margin: 8px 0;
}
header#masthead .top-bar .right-side .mysycuan-btn:hover {
  color: #fff;
  background: #000;
}
header#masthead .top-bar .right-side form .search-submit {
  display: none;
}
header#masthead .top-bar .right-side form .search-field {
  border: none;
  box-shadow: none;
  letter-spacing: 1px;
  width: 175px;
  transition: width 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 2.5px;
  color: #c8c8c8;
  /* &:hover,*/
}
header#masthead .top-bar .right-side form .search-field::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 2.5px;
  color: #c8c8c8;
}
header#masthead .top-bar .right-side form .search-field:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 2.5px;
  color: #c8c8c8;
}
header#masthead .top-bar .right-side form .search-field::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 2.5px;
  color: #c8c8c8;
}
header#masthead .top-bar .right-side form .search-field::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 2.5px;
  color: #c8c8c8;
}
header#masthead .top-bar .right-side form .search-field:focus {
  width: 400px;
}
header#masthead .navbar {
  transition: margin 0.3s linear;
}
@media (min-width: 1200px) {
  header#masthead.minified .navbar-brand {
    margin-right: -65px;
    margin-bottom: -25px;
    margin-top: -15px;
  }
  header#masthead.minified .navbar-brand svg .st0:not(.bigS) {
    opacity: 0;
  }
  header#masthead.minified .navbar {
    margin-right: 30%;
  }
  header#masthead.minified .top-bar {
    margin-top: -28px;
  }
  header#masthead.minified .top-bar .right-side {
    margin-bottom: -85px;
  }
  header#masthead.minified .top-bar .right-side .search-field {
    width: 150px !important;
  }
  header#masthead.minified #menu-main > li {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1291px) {
  header#masthead.minified .top-bar .right-side .search-field {
    width: 115px !important;
  }
}
#page-sub-header {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 5rem;
  text-align: center;
  font-size: 1.25rem;
  background-position: center !important;
  background-size: cover !important;
  min-height: 580px;
  margin-bottom: 0px;
  overflow: hidden;
  /* background: #000 !important;
  opacity: 0.40 !important;*/
  /*
    @include breakpoint(0, 1286px){
    padding-top: 5rem;
    min-height: 480px;
    }
  */
}
@media (min-width: 569px) and (max-width: 1286px) {
  #page-sub-header {
    padding-top: 5rem;
    min-height: 480px;
  }
}
@media (max-width: 568px) {
  #page-sub-header {
    padding-top: 3rem;
    min-height: 300px;
  }
}
#page-sub-header.hero-menu {
  padding-bottom: 425px;
  padding-top: 200px;
}
@media (min-width: 768px) and (max-width: 1286px) {
  #page-sub-header.hero-menu {
    padding-top: 120px;
    height: 900px;
  }
}
@media (max-width: 767px) {
  #page-sub-header.hero-menu {
    height: auto;
    min-height: 0px;
    padding-bottom: 170px;
    padding-top: 120px;
  }
}
#page-sub-header.hero-menu.home .overlay {
  background: #000 !important;
  opacity: 0.45 !important;
  z-index: 0;
  width: 100vw;
  /* @include breakpoint(xs){*/
  /*   display: none;*/
  /* }*/
}
#page-sub-header.hero-menu.home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to top, #5c0f1d 30%, transparent 100%);
  z-index: 1;
  opacity: 1;
  /* @include breakpoint(xs){*/
  /*   display: none;*/
  /* }*/
}
#page-sub-header.hero-menu.casino::before {
  background: linear-gradient(to top, #fff 15%, transparent 60%);
}
#page-sub-header.wave-hero:not(.blog) {
  padding-bottom: 0;
  min-height: auto;
  margin-bottom: 0px;
}
#page-sub-header.wave-hero {
  background: #5c0f1d;
}
#page-sub-header.wave-hero::before {
  display: none;
}
#page-sub-header.wave-hero .wave {
  z-index: 1;
}
#page-sub-header h1, #page-sub-header h3, #page-sub-header h5, #page-sub-header h4, #page-sub-header h2 {
  color: #ffffff;
  text-transform: uppercase !important;
  /* text-shadow: 0 0 15px #ffffff;*/
}
#page-sub-header .white-wave {
  position: absolute !important;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 1;
}
#page-sub-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.6;
}
#page-sub-header.single-post {
  background: #550c1a;
  /* min-height: 390px;*/
  padding-top: 3rem;
  min-height: 430px;
}
#page-sub-header.single-post .wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
}
.bokeh {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0.5;
}
.bokeh.bokeh-back {
  z-index: 2;
}
.bokeh.bokeh-front {
  z-index: 5;
}
.bokeh img {
  width: 100%;
}
@media (max-width: 767px) {
  .bokeh {
    max-width: 100%;
    overflow-x: hidden;
  }
  .bokeh.bokeh-back, .bokeh.bokeh-front {
    width: 160%;
  }
}
.error-404 .hero-navigation {
  margin-top: 0 !important;
}
.hero-navigation {
  margin-top: -350px;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  .hero-navigation {
    margin-top: -215px;
    margin-bottom: -50px;
  }
}
@media (max-width: 480px) {
  .hero-navigation.casino {
    margin-top: -175px;
    margin-bottom: 0px;
  }
}
.hero-navigation .hero-nav .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  align-items: stretch;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .hero-navigation .hero-nav .navbar-nav {
    padding: 10px 0;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
  }
}
.hero-navigation .hero-nav .navbar-nav .hero-item {
  flex: 1;
  background: #fff;
  text-transform: uppercase;
  color: #898b8e;
  position: relative;
  min-height: 220px;
  border-right: solid 1px #e5e5e5;
}
@media (max-width: 767px) {
  .hero-navigation .hero-nav .navbar-nav .hero-item {
    /* border-bottom: solid 1px #e5e5e5;*/
    /* min-height: 190px;*/
    /* max-width: 50%;*/
    /* min-width: 33.3%;*/
    flex-direction: row;
    border: none;
    min-height: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .hero-navigation .hero-nav .navbar-nav .hero-item {
    margin-left: 0px;
  }
}
.hero-navigation .hero-nav .navbar-nav .hero-item:last-child {
  border: none;
}
.hero-navigation .hero-nav .navbar-nav .hero-item a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-navigation .hero-nav .navbar-nav .hero-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 40px;
    flex-direction: column;
  }
}
.hero-navigation .hero-nav .navbar-nav .hero-item figure {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .hero-navigation .hero-nav .navbar-nav .hero-item figure {
    padding: 0 30px 0 0px;
    margin: 10px 0;
  }
}
.hero-navigation .hero-nav .navbar-nav .hero-item span {
  font-family: 'Avenir';
  font-weight: 600;
  letter-spacing: 1.5px;
}
.hero-navigation .hero-nav .navbar-nav .hero-item svg {
  width: 100%;
  min-width: 75px;
}
@media (max-width: 767px) {
  .hero-navigation .hero-nav .navbar-nav .hero-item svg {
    max-width: 50px;
    min-width: 1px;
  }
}
.hero-navigation .hero-nav .navbar-nav .hero-item:hover {
  background: #f2f2f2;
  color: #ab192d;
}
.hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg circle, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg ellipse, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg path, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg line, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .stay-3, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .meet-3, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .dine-1, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .show-9, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .card-5, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .hl-3, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .hl-2, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .win-1, .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .slot-1 {
  stroke: #b5be00 !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash-hover 5s linear forwards;
  animation: dash-hover 5s linear forwards;
}
.hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg polygon:not(.meet-3):not(.show-9):not(.win-1), .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg rect:not(.stay-3):not(.dine-1):not(.meet-3):not(.card-5):not(.hl-3):not(.hl-2), .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .chips-4 {
  fill: #b5be00 !important;
}
.hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg circle, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg ellipse, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg path, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg line, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .stay-3, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .meet-3, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .dine-1, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .show-9 {
  stroke-width: 1px;
  stroke: #ab1e2e;
  fill: transparent;
}
.hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .card-5, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .hl-3, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .hl-2, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .win-1, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .slot-1 {
  stroke-width: 1px;
  stroke: #ab1e2e;
  /* fill: #fff;*/
}
.hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg .slot-1 {
  fill: #b5be00;
}
.hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg polygon:not(.meet-3):not(.show-9):not(.win-1), .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg rect:not(.stay-3):not(.dine-1):not(.meet-3):not(.card-5):not(.hl-3):not(.hl-2) {
  fill: #ab1e2e;
}
.hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover circle, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover ellipse, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover path, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover line, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .stay-3, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .meet-3, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .dine-1, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .show-9, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .card-5, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .hl-3, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .hl-2, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .win-1, .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .slot-1 {
  stroke: #b5be00 !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash-hover 5s linear forwards;
  animation: dash-hover 5s linear forwards;
}
.hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover polygon:not(.meet-3):not(.show-9):not(.win-1), .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover rect:not(.stay-3):not(.dine-1):not(.meet-3):not(.card-5):not(.hl-3):not(.hl-2), .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .chips-4 {
  fill: #b5be00 !important;
}
@media (max-width: 767px) {
  .home .hero-navigation {
    margin-bottom: -250px !important;
  }
}
.quick-links {
  background: #5c0e1c;
  text-align: center;
  position: relative;
  padding-top: 100px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1286px) {
  .quick-links {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .quick-links {
    padding-top: 260px;
  }
}
.quick-links > div {
  position: relative;
  z-index: 5;
}
.quick-links h2 {
  color: #fff;
}
.quick-links .links {
  display: flex;
  flex-wrap: wrap;
}
.quick-links .links a {
  flex: 1;
  margin: 1px;
}
@media (max-width: 767px) {
  .quick-links .links a {
    flex-basis: calc(50% - 2px);
  }
}
.quick-links .links .link {
  min-height: 400px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .quick-links .links .link {
    min-height: 180px;
  }
}
.quick-links .links .link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  z-index: 1;
}
.quick-links .links .link:hover figure {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.quick-links .links .link figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin: 0;
}
.quick-links .links .link figure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
}
.quick-links .links .link h5 {
  position: relative;
  color: #fff;
  z-index: 2;
  font-weight: 500;
  white-space: pre-line;
  padding: 0 5px;
}
.wave {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .wave {
    margin-top: -165px;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ab1e2e;
  }
}
@keyframes fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: #ab1e2e;
  }
}
@-webkit-keyframes dash-hover {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-hover {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fill-hover {
  0% {
    fill: #ab1e2e;
  }
  100% {
    fill: #b5be00;
  }
}
@keyframes fill-hover {
  0% {
    fill: #ab1e2e;
  }
  100% {
    fill: #b5be00;
  }
}
.overlay {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 0;
  opacity: 0.88;
  pointer-events: none;
}
#page-sub-header > * {
  position: relative;
  z-index: 10;
}
#page-sub-header h1 {
  line-height: 1;
  font-size: 4rem;
  color: #fff;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  #page-sub-header h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #page-sub-header h3 {
    font-size: 1.3rem;
  }
}
#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
}
.video_container {
  position: absolute !important;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0 !important;
}
.video_container video {
  min-width: 100%;
}
@media (max-width: 767px) {
  .video_container {
    width: auto;
  }
  .video_container video {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .top-bar {
    display: none;
  }
}
.mobile-search-icon {
  width: 40px;
  cursor: pointer;
}
.mobile-search {
  width: 100%;
  position: absolute;
  z-index: 10;
  background: #5c0e1c;
  height: calc(100vh - 54px);
  padding: 15px;
  top: 54px;
  left: 100%;
  transition: left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mobile-search.active {
  left: 0;
}
.mobile-search form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mobile-search form input[type=search] {
  background-color: transparent !important;
  color: #fff !important;
  border: none;
  border-bottom: 1px solid #79242f;
}
.mobile-search form input[type=submit] {
  background-color: transparent;
  color: #fff;
  border-color: #fff !important;
}
.mobile-search .dropdown-goback {
  display: block;
  width: 100%;
  background: #79242f;
  cursor: pointer;
  padding: 35px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}
.social-mobile {
  padding-bottom: 35px;
}
.social-mobile .social-media {
  margin-right: 10px;
}
.social-mobile .social-media .social-icon {
  margin: 10px;
}
/*============================
=            Menu            =
============================*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
#masthead .navbar-nav > li > a {
  color: #898b8e;
  padding: 0.5rem;
  font-weight: 500;
  font-family: Avenir;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 1.2px;
  text-align: center;
  color: #898b8e;
}
#masthead .navbar-nav > li > a svg {
  width: 0.4em;
}
#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
  color: #ccc;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}
.three-cols .dropdown-menu li.menu-item {
  width: 33.3%;
}
#menu-main .menu-item > ul.dropdown-menu {
  min-width: 12.5rem;
  width: 100%;
  position: absolute !important;
  margin-top: -1px;
  left: 0;
  border: 0;
  border-radius: 0;
  background: #5c0e1c;
  min-height: 300px;
}
#menu-main .menu-item > ul.dropdown-menu li.dropdown-header, #menu-main .menu-item > ul.dropdown-menu li.menu-item {
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.35;
  letter-spacing: 1.2px;
  text-align: left;
  color: #ffffff;
}
#menu-main .menu-item > ul.dropdown-menu li.dropdown-header.menu-item, #menu-main .menu-item > ul.dropdown-menu li.menu-item.menu-item {
  width: 50%;
  float: left;
  position: relative !important;
  padding: 10px 0;
}
@media (max-width: 767px) {
  #menu-main .menu-item > ul.dropdown-menu li.dropdown-header.menu-item, #menu-main .menu-item > ul.dropdown-menu li.menu-item.menu-item {
    margin: 10px 0;
    padding-bottom: 15px;
    width: 100% !important;
    border-bottom: 1px solid #79242f;
    position: static !important;
    padding: 0;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
#menu-main .menu-item > ul.dropdown-menu li.dropdown-header a, #menu-main .menu-item > ul.dropdown-menu li.menu-item a {
  color: #fff;
}
#menu-main .menu-item > ul.dropdown-menu li.dropdown-header a:hover, #menu-main .menu-item > ul.dropdown-menu li.menu-item a:hover {
  color: #d09e46;
}
#menu-main .menu-item > ul.dropdown-menu .mega-menu-header {
  position: relative;
}
#menu-main .menu-item > ul.dropdown-menu .mega-menu-header .dropdown-header {
  border-bottom: 2px solid #79242f;
  font-size: 32px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  #menu-main .menu-item > ul.dropdown-menu .mega-menu-header .dropdown-header {
    border: none;
  }
}
#menu-main .menu-item > ul.dropdown-menu .mega-menu-header .learn-more {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #menu-main .menu-item > ul.dropdown-menu .mega-menu-header .learn-more a {
    color: #79242f !important;
  }
}
#menu-main .menu-item > ul.dropdown-menu .menu-img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 28%;
  background-size: cover !important;
}
@media (max-width: 991px) {
  #menu-main .menu-item > ul.dropdown-menu .menu-img {
    display: none;
  }
}
#menu-main .menu-item > ul.dropdown-menu.depth-0 > .container {
  margin-left: 28%;
  width: calc(100% - 28%);
}
@media (max-width: 991px) {
  #menu-main .menu-item > ul.dropdown-menu.depth-0 > .container {
    width: calc(100% - 30px);
    margin-left: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #menu-main .menu-item > ul.dropdown-menu.depth-0 > .container {
    width: 100%;
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  #menu-main .menu-item > ul.dropdown-menu.depth-1 > .container {
    width: calc(100% - 30px);
    margin-left: auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #menu-main .menu-item > ul.dropdown-menu.depth-1 > .container .mega-menu-header {
    display: none;
  }
}
#menu-main .menu-item > ul.dropdown-menu .dropdown-menu.depth-1 {
  top: 40px;
  min-height: 0;
  height: 100% !important;
}
@media (min-width: 768px) and (max-width: 1092px) {
  #menu-main .menu-item > ul.dropdown-menu .dropdown-menu.depth-1 {
    max-height: 50vh;
    overflow-y: scroll;
    height: auto !important;
  }
}
#menu-main .menu-item > ul.dropdown-menu .dropdown-menu.depth-1 .container {
  padding: 0;
}
#menu-main .menu-item > ul.dropdown-menu .dropdown-menu.depth-1 .container .menu-item {
  width: 100%;
  background: #79242f;
  border: 1px solid #5c0e1c;
}
@media (max-width: 767px) {
  #menu-main .menu-item > ul.dropdown-menu .dropdown-menu.depth-1 .container .menu-item {
    background: none;
    margin: 10px 0;
    padding-bottom: 15px;
    width: 100% !important;
    border-bottom: 1px solid #79242f;
    position: static !important;
  }
}
.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 14px;
}
.navbar .menu-item-has-children:hover > .dropdown-menu.depth-1 {
  display: block;
}
.static {
  position: static !important;
}
.dropdown {
  position: static !important;
}
#menu-main {
  width: 100%;
}
#menu-main > li {
  flex: 1;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #menu-main > li {
    margin: 10px 15px;
    padding: 5px 0;
    flex: unset;
    border-bottom: 1px solid #79242f;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  #menu-main > li a {
    color: #fff !important;
    text-align: left !important;
  }
  #menu-main > li a svg {
    width: 0.5em;
    position: absolute;
    right: 20px;
    margin-top: 5px;
    color: #79242f;
  }
  #menu-main > li a svg.fa-caret-down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #menu-main > li a svg.fa-external-link-alt {
    width: 0.8em !important;
  }
}
#menu-main > li.book-btn {
  background: #79242f;
  color: #fff;
  position: relative;
  z-index: 10;
  border: none;
}
#menu-main > li.book-btn a {
  color: #fff;
  text-align: center !important;
}
@media (max-width: 767px) {
  #menu-main > li.book-btn {
    order: -1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#menu-main > li.mysycuan-btn {
  border: 2px solid #fff !important;
  border-radius: 50px;
  width: 90%;
  margin: 20px auto !important;
  padding: 10px 0px !important;
  max-width: 300px;
}
#menu-main > li.mysycuan-btn:hover {
  background: #fff;
  color: #5c0e1c !important;
}
#magic-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #b5be00;
  padding: 0 !important;
  padding: 0;
  margin: 0;
  transition: left 0.25s linear;
  pointer-events: none;
}
#magic-line.unactive {
  left: -20% !important;
}
@media (max-width: 767px) {
  #magic-line {
    display: none;
  }
}
#masthead .navbar-nav > li > a {
  padding-bottom: 0.625rem;
  padding-top: 0.313rem;
}
.navbar-light .navbar-toggler {
  border: medium none;
  outline: none;
}
.dropdown-goback {
  display: none;
}
@media (max-width: 767px) {
  #menu-main {
    height: calc(100vh - 54px);
    background: #5c0e1c;
    overflow-y: scroll;
  }
  #menu-main .menu-item > ul.dropdown-menu {
    position: absolute !important;
    display: flex !important;
    opacity: 1 !important;
    left: 100%;
    top: 55px;
    margin: 0;
    height: calc(100% - 54px);
    transition: left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    padding-bottom: 0px;
    overflow-y: scroll;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
  }
  #menu-main .menu-item > ul.dropdown-menu.active {
    left: 0;
  }
  #menu-main .menu-item > ul.dropdown-menu.depth-1 {
    height: auto;
    top: 0 !important;
  }
  #menu-main .menu-item > ul.dropdown-menu .dropdown-goback {
    display: block;
    width: 100%;
    background: #79242f;
    cursor: pointer;
    padding: 35px 0;
    text-align: center;
  }
  #menu-main .menu-item > ul.dropdown-menu .dropdown-goback span {
    color: #fff;
    font-size: 20px;
    font-family: Avenir;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  border-top: solid 2px #f2f2f2;
  padding-top: 3rem;
  margin-top: 3rem;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  border: 1px solid #ab192d;
  width: 100px;
  padding: 10px 10px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  order: 2;
}
.comment-navigation .nav-previous svg, .posts-navigation .nav-previous svg, .post-navigation .nav-previous svg {
  width: 100%;
}
.comment-navigation .nav-previous::before, .posts-navigation .nav-previous::before, .post-navigation .nav-previous::before {
  content: 'NEXT';
  font-size: 16px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  color: #ab192d;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  position: absolute;
  left: 120px;
  top: 22.5%;
  pointer-events: none;
}
.comment-navigation .nav-previous:hover, .posts-navigation .nav-previous:hover, .post-navigation .nav-previous:hover {
  background: #ab192d;
}
.comment-navigation .nav-previous:hover svg path, .posts-navigation .nav-previous:hover svg path, .post-navigation .nav-previous:hover svg path {
  fill: #fff !important;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border: 1px solid #ab192d;
  width: 100px;
  padding: 10px 10px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.comment-navigation .nav-next svg, .posts-navigation .nav-next svg, .post-navigation .nav-next svg {
  width: 100%;
}
.comment-navigation .nav-next::before, .posts-navigation .nav-next::before, .post-navigation .nav-next::before {
  content: 'PREVIOUS';
  font-size: 16px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  color: #ab192d;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: 120px;
  top: 22.5%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .comment-navigation .nav-next::before, .posts-navigation .nav-next::before, .post-navigation .nav-next::before {
    content: 'PREV';
  }
}
.comment-navigation .nav-next:hover, .posts-navigation .nav-next:hover, .post-navigation .nav-next:hover {
  background: #ab192d;
}
.comment-navigation .nav-next:hover svg path, .posts-navigation .nav-next:hover svg path, .post-navigation .nav-next:hover svg path {
  fill: #fff !important;
}
.nav-next.disabled, .nav-previous.disabled {
  border: solid 1px #c8c8c8;
}
.nav-next.disabled::before, .nav-previous.disabled::before {
  color: #c8c8c8;
}
.nav-next.disabled path, .nav-previous.disabled path {
  fill: #c8c8c8;
}
.nav-next.disabled:hover, .nav-previous.disabled:hover {
  background: #c8c8c8;
}
#menu-overlay {
  position: fixed;
  top: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #000000;
  display: none;
  z-index: 100;
  left: 0;
  top: 0;
}
.head-tag {
  width: 350px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #8cb8ca;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 5px;
  position: absolute;
  top: -26px;
  left: 0;
  text-align: center;
  right: 0;
  z-index: 10;
  text-transform: uppercase;
}
.head-tag span {
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  border-top: solid 2px #f2f2f2;
  padding-top: 3rem;
  margin-top: 3rem;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: " →";
}
.post-navigation .nav-previous a::before {
  content: "←";
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover circle, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover ellipse, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover path, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover line, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .stay-3, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .meet-3, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .dine-1, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .show-9, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .card-5, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .hl-3, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .hl-2, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .win-1, #page .hero-navigation .hero-nav .navbar-nav .hero-item .hero-svg:hover .slot-1 {
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
  }
  #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg circle, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg ellipse, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg path, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg line, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .stay-3, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .meet-3, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .dine-1, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .show-9, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .card-5, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .hl-3, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .hl-2, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .win-1, #page .hero-navigation .hero-nav .navbar-nav .hero-item:hover .hero-svg .slot-1 {
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
  }
  .white-wave svg, .wave svg {
    visibility: hidden;
  }
  .slick-initialized .slick-next svg, .slick-initialized .slick-prev svg {
    height: 10px;
  }
  .navbar-brand svg {
    max-height: 75px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #5c0e1c;
  position: relative;
}
#footer::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, #5c0e1c 55%);
  top: 0;
  left: 0;
  z-index: 1;
}
#footer .footer-book {
  padding: 50px 0;
  background-position: 100% 65% !important;
  background-size: cover !important;
  z-index: 1;
}
#footer .footer-book .container {
  border-bottom: solid 1px #fff;
}
#footer .footer-book .container * {
  color: #fff;
}
@media (max-width: 767px) {
  #footer .site-info {
    flex-direction: column;
  }
  #footer .site-info > div {
    flex-direction: column;
    margin: 5px 0;
    font-weight: 500;
  }
  #footer .site-info > div img {
    margin-bottom: 20px;
  }
}
#footer .app-links img {
  height: 35px;
}
@media (min-width: 768px) {
  #footer #menu-footer {
    flex-direction: row;
    display: flex !important;
  }
  #footer #menu-footer ul {
    display: block !important;
  }
}
#footer #menu-footer ul {
  display: none;
}
#footer .container * {
  position: relative;
  z-index: 2;
}
#footer .copyright {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
#footer .copyright a {
  color: inherit;
}
#footer .copyright > a strong {
  margin-right: 15px;
}
#footer #colophon {
  background-color: #40000c;
  position: relative;
  z-index: 1;
  color: #79242f;
  padding: 20px 0;
}
#footer #colophon a {
  color: inherit;
}
#footer .navbar {
  justify-content: center;
}
#footer .navbar .navbar-nav > li {
  font-family: 'AvenirNext Cn';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1.35px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #footer .navbar .navbar-nav > li span.item-cross {
    position: absolute;
    right: 25%;
    top: 0;
    width: 16px;
    height: 20px;
    transform: rotate(45deg);
    transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  #footer .navbar .navbar-nav > li span.item-cross.menu-open {
    transform: rotate(135deg);
  }
  #footer .navbar .navbar-nav > li span.item-cross::before {
    content: '✕';
    color: #fff;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  #footer .navbar .navbar-nav > li span.item-cross {
    right: 5%;
  }
}
#footer .navbar .navbar-nav > li ul {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}
#footer .navbar .navbar-nav > li ul li {
  font-family: 'Avenir';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  text-align: center;
  color: #b74d5b;
  text-transform: none;
  margin: 6px 0;
}
#footer .logo-footer {
  height: auto;
  width: 120px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
@media (min-width: 768px) {
  h2.blog-single {
    font-size: 3.75rem;
  }
}
.sidebar .widget_text, .sidebar .widget_categories {
  background: #79242f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.sidebar .widget_text h3, .sidebar .widget_categories h3 {
  font-family: Avenir;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}
.sidebar .widget_text p, .sidebar .widget_text li, .sidebar .widget_categories p, .sidebar .widget_categories li {
  color: #fff;
}
.sidebar .widget_text ul, .sidebar .widget_categories ul {
  list-style: none;
  padding-left: 0;
}
.sidebar .cta_widget {
  position: relative;
  padding: 60px 30px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sidebar .cta_widget::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(226deg, #8cb8ca, #867ae5 51%, #ab192d);
  z-index: 1;
  opacity: 0.9;
}
.sidebar .cta_widget .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.sidebar .cta_widget * {
  position: relative;
  color: #fff !important;
  z-index: 2;
}
.sidebar .cta_widget h3 {
  font-stretch: none !important;
  font-size: 32px;
}
.sidebar .cta_widget h5 {
  margin-bottom: -24px;
  font-size: 20px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #page {
    margin-top: 35px;
  }
}
.search #page {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .search #page {
    margin-top: 75px;
  }
}
#content {
  margin-top: 75px;
}
@media (max-width: 767px) {
  #content {
    margin-top: 0px;
  }
  #content .slider-content {
    padding-top: 0px;
  }
}
.error404 #primary {
  background: url(/wp-content/uploads/2018/06/bg-img-1.png);
  background-position: center;
  background-size: cover;
}
.error404 #primary .error-404 {
  padding-bottom: 100px;
}
.error404 #primary .error-404 .slot-404 {
  display: flex;
  justify-content: center;
  transform: scale(0.6);
  margin-bottom: -50px;
}
.error404 #primary .error-404 .slot-404 .slot {
  min-width: 180px;
  height: 400px;
  border: 5spx solid #808080;
  border-radius: 16px;
  margin: 1px;
  box-shadow: inset 0 0 0px 4px #000;
  position: relative;
  overflow: hidden;
}
.error404 #primary .error-404 .slot-404 .slot::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 25%;
  background: linear-gradient(to bottom, #000, transparent);
  opacity: 0.3;
}
.error404 #primary .error-404 .slot-404 .slot::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.3;
  bottom: 0;
}
.error404 #primary .error-404 .slot-404 .slot .img {
  background-image: url(/wp-content/uploads/2018/06/404-slot-full-REVISED.jpg);
  background-position: center -3500px;
  animation: slot 2s ease-in-out forwards 2s;
  background-size: 100% auto;
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
}
.error404 #primary .error-404 .slot-404 .slot.slot-2 .img {
  background-position: center 3715px;
  animation: slot_second 3s ease-in-out forwards 2s;
}
.error404 #primary .error-404 .slot-404 .slot.slot-3 .img {
  animation: slot_third 4s ease-in-out forwards 2s;
  background-position: center -3732px;
}
.delay {
  animation: delay 2.5s ease-in-out forwards 4.25s;
  opacity: 0;
}
@keyframes delay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slot {
  0% {
    background-position: center -3500px;
  }
  100% {
    background-position: center 35px;
  }
}
@keyframes slot_second {
  0% {
    background-position: center 3715px;
  }
  100% {
    background-position: center -195px;
  }
}
@keyframes slot_third {
  0% {
    background-position: center -3732px;
  }
  100% {
    background-position: center 368px;
  }
}
/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Event Widget
--------------------------------------------------------------*/
.event-widget {
  display: flex;
}
@media (max-width: 991px) {
  .event-widget {
    flex-direction: column;
  }
}
.event-widget .sidebar {
  width: 100%;
  order: 2;
}
@media (min-width: 992px) {
  .event-widget .sidebar {
    width: 33.3%;
    margin: 25px 0;
    order: 0;
  }
}
.event-widget .sidebar ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .event-widget .sidebar ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.event-widget .sidebar ul li {
  background-color: #f2f2f2;
  border: solid 1px #e5e5e5;
  padding: 15px 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .event-widget .sidebar ul li {
    width: 50%;
  }
}
.event-widget .sidebar ul li .datetime {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  color: #898b8e;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .event-widget .sidebar ul li .datetime {
    font-size: 14px;
  }
}
.event-widget .sidebar ul li .datetime.mobile {
  display: none;
}
@media (max-width: 767px) {
  .event-widget .sidebar ul li .datetime.mobile {
    display: block !important;
  }
  .event-widget .sidebar ul li .datetime:not(.mobile) {
    display: none;
  }
}
.event-widget .sidebar ul li .title {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 1.1px;
  text-align: left;
  color: #79242f;
  display: block;
}
@media (max-width: 1199px) {
  .event-widget .sidebar ul li .title {
    font-size: 14px;
  }
}
.event-widget .sidebar ul li:hover {
  background-color: #ab192d;
  border: solid 1px #e5e5e5;
}
.event-widget .sidebar ul li:hover .datetime, .event-widget .sidebar ul li:hover .title {
  color: #fff;
}
.event-widget .sidebar .view-all {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
}
.event-widget .event-display {
  width: 100%;
  position: relative;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.3);
  min-height: 400px;
}
@media (min-width: 992px) {
  .event-widget .event-display {
    width: 66.7%;
  }
}
.event-widget .event-display::after {
  content: '';
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.event-widget .event-display ._event {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
  visibility: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.event-widget .event-display ._event:first-child {
  visibility: visible;
}
.event-widget .event-display ._event .date-time {
  font-family: Avenir;
  text-transform: uppercase;
  background-color: #8cb8ca;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 25%;
  left: -2.5%;
  z-index: 1;
  min-width: 170px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  font-stretch: condensed;
  line-height: 1.17;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  .event-widget .event-display ._event .date-time {
    bottom: auto;
    top: 10%;
  }
}
.event-widget .event-display ._event .date-time time {
  display: block;
  font-size: 18px;
}
.event-widget .event-display ._event ._event-title {
  padding-left: 235px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .event-widget .event-display ._event ._event-title {
    padding-left: 0;
    text-align: center;
  }
}
.event-widget .event-display ._event ._event-title h3 {
  font-family: Avenir;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.event-widget .event-display ._event .links {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .event-widget .event-display ._event .links {
    display: flex;
    flex-direction: column;
  }
}
.event-widget .event-display ._event .links .learn-more {
  font-size: 20px;
  color: #c8c8c8;
  margin-left: 50px;
  font-family: 'Avenir';
  letter-spacing: 0.1em;
  font-weight: 500;
  font-stretch: condensed;
}
@media (max-width: 767px) {
  .event-widget .event-display ._event .links .learn-more {
    order: 2;
    margin: 0;
  }
}
/*--------------------------------------------------------------
## Club Sycuan Cards
--------------------------------------------------------------*/
.club-sycuan-cards {
  padding: 75px 0 35px;
  background-color: rgba(225, 133, 51, 0.8);
  position: relative;
}
.club-sycuan-cards .content {
  padding-bottom: 75px;
  padding-left: 15%;
}
@media (max-width: 767px) {
  .club-sycuan-cards .content {
    padding-left: 0;
  }
}
.club-sycuan-cards .content h1, .club-sycuan-cards .content h2, .club-sycuan-cards .content h3, .club-sycuan-cards .content h4, .club-sycuan-cards .content h5, .club-sycuan-cards .content p {
  color: #fff;
  font-family: Avenir;
}
.club-sycuan-cards .content h2 {
  font-family: Avenir;
  font-weight: 600;
}
.club-sycuan-cards .overflow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.club-sycuan-cards::before {
  content: '';
  background-image: -webkit-linear-gradient(75deg, #ab192d, rgba(222, 126, 51, 0.06) 70%, rgba(225, 133, 51, 0));
  background-image: -o-linear-gradient(75deg, #ab192d, rgba(222, 126, 51, 0.06) 70%, rgba(225, 133, 51, 0));
  background-image: linear-gradient(15deg, #ab192d, rgba(222, 126, 51, 0.06) 70%, rgba(225, 133, 51, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.club-sycuan-cards .bokeh-overlay {
  top: 35%;
  z-index: 0;
  opacity: 0.5;
}
.club-sycuan-cards .cards {
  position: relative;
  height: 600px;
  width: 90%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .club-sycuan-cards .cards {
    height: 500px;
  }
}
.club-sycuan-cards .cards ul {
  list-style: none;
  padding-left: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transition: -webkit-transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  -o-transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8), -webkit-transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
}
.club-sycuan-cards .cards ul.rotate {
  -webkit-transform: rotate(-7.5deg);
  -ms-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
}
.club-sycuan-cards .cards ul.rotate-back {
  -webkit-transform: rotate(7.5deg);
  -ms-transform: rotate(7.5deg);
  transform: rotate(7.5deg);
}
.club-sycuan-cards .cards ul ._card {
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transition: -webkit-transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  -o-transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8), -webkit-transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
}
.club-sycuan-cards .cards ul ._card:first-child {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 5;
}
.club-sycuan-cards .cards ul ._card:nth-child(2) {
  -webkit-transform: rotate(-7.5deg);
  -ms-transform: rotate(-7.5deg);
  transform: rotate(-7.5deg);
  z-index: 4;
}
.club-sycuan-cards .cards ul ._card:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 3;
}
.club-sycuan-cards .cards ul ._card:nth-child(4) {
  -webkit-transform: rotate(7.5deg);
  -ms-transform: rotate(7.5deg);
  transform: rotate(7.5deg);
  z-index: 2;
}
.club-sycuan-cards .cards ul ._card:nth-child(5) {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: 1;
}
.club-sycuan-cards .cards ul ._card::before {
  display: none;
}
.club-sycuan-cards .cards ul ._card .card_image {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
  border-radius: 50px;
}
.club-sycuan-cards .cards ul ._card.card--out {
  -webkit-animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  animation: card-out 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  -webkit-transform: translateY(0px) rotate(15deg) translateX(0px);
  -ms-transform: translateY(0px) rotate(15deg) translateX(0px);
  transform: translateY(0px) rotate(15deg) translateX(0px);
  z-index: 1;
}
.club-sycuan-cards .cards ul ._card.card--in {
  -webkit-animation: card-in 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  animation: card-in 0.6s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  -webkit-transform: translateY(0px) rotate(-15deg) translateX(0px);
  -ms-transform: translateY(0px) rotate(-15deg) translateX(0px);
  transform: translateY(0px) rotate(-15deg) translateX(0px);
  z-index: 10;
}
.club-sycuan-cards .cards .cards-description {
  position: absolute;
  bottom: 0;
  width: 400px;
  max-width: 100%;
}
.club-sycuan-cards .cards .cards-description .card_description {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  color: #fff;
  font-size: 20px;
}
.club-sycuan-cards .cards .cards-description h5 {
  font-size: 22px;
  margin-bottom: 4px;
}
.club-sycuan-cards .cards .cards-description p {
  font-size: 16px;
}
.club-sycuan-cards .cards .cards-description .hint {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 600;
  color: #b5be00;
  position: absolute;
  bottom: 0;
  -webkit-animation: fading 4s linear infinite;
  animation: fading 4s linear infinite;
}
@media (max-width: 480px) {
  .club-sycuan-cards .cards .cards-description .hint {
    margin-bottom: 0px;
  }
}
@-webkit-keyframes fading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.25;
  }
  45% {
    opacity: 1;
  }
  70% {
    opacity: 0.25;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fading {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.25;
  }
  45% {
    opacity: 1;
  }
  70% {
    opacity: 0.25;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.bokeh-overlay {
  content: '';
  background: url(/wp-content/themes/wp-pdm/assets/images/bokeh-BACK.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
.pos-rel {
  position: relative;
}
.pos-rel .overflow {
  position: absolute;
  bottom: 27%;
  height: 115%;
  width: 100%;
  left: 0;
  transform: scaleY(-1);
}
.pos-rel .overflow .bokeh-overlay-2 {
  content: '';
  background: url(/wp-content/themes/wp-pdm/assets/images/bokeh-FRONT.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  background-size: contain;
}
@-webkit-keyframes card-out {
  0% {
    z-index: 20;
    -webkit-transform: translateY(0px) rotate(-15deg);
    transform: translateY(0px) rotate(-15deg);
  }
  50% {
    -webkit-transform: translateY(-120%) rotate(0deg) translateX(-40px);
    transform: translateY(-120%) rotate(0deg) translateX(-40px);
  }
  80% {
    z-index: 0;
  }
  100% {
    -webkit-transform: translateY(0px) rotate(15deg) translateX(0px);
    transform: translateY(0px) rotate(15deg) translateX(0px);
  }
}
@keyframes card-out {
  0% {
    z-index: 20;
    -webkit-transform: translateY(0px) rotate(-15deg);
    transform: translateY(0px) rotate(-15deg);
  }
  50% {
    -webkit-transform: translateY(-120%) rotate(0deg) translateX(-40px);
    transform: translateY(-120%) rotate(0deg) translateX(-40px);
  }
  80% {
    z-index: 0;
  }
  100% {
    -webkit-transform: translateY(0px) rotate(15deg) translateX(0px);
    transform: translateY(0px) rotate(15deg) translateX(0px);
  }
}
@-webkit-keyframes card-in {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 3;
  }
  50% {
    -webkit-transform: translateY(-120%) rotate(0deg) translateX(-40px);
    transform: translateY(-120%) rotate(0deg) translateX(-40px);
  }
  80% {
    z-index: 10;
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-15deg) translateX(0px);
    transform: translateY(0px) rotate(-15deg) translateX(0px);
  }
}
@keyframes card-in {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 3;
  }
  50% {
    -webkit-transform: translateY(-120%) rotate(0deg) translateX(-40px);
    transform: translateY(-120%) rotate(0deg) translateX(-40px);
  }
  80% {
    z-index: 10;
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-15deg) translateX(0px);
    transform: translateY(0px) rotate(-15deg) translateX(0px);
  }
}
/*--------------------------------------------------------------
## Promotions
--------------------------------------------------------------*/
.promotions {
  padding-top: 0px;
}
.promotions ._promotions {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  perspective: 400px;
}
.promotions ._promotions .promotion {
  margin: 1px;
  position: relative;
  width: calc(25% - 2px);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .promotions ._promotions .promotion {
    width: calc(50% - 2px);
  }
}
.featured-promo {
  padding-bottom: 60px;
}
.promotion .promo-day {
  width: 80%;
  margin: 0 auto;
  background-color: #8cb8ca;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 5px;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  text-transform: uppercase;
}
.promotion .promo-day span {
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .promotion .promo-day span {
    font-size: 12px;
    line-height: 1;
  }
}
.promotion figure.bg {
  height: 512px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .promotion figure.bg {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .promotion figure.bg {
    height: 312px;
  }
}
.promotion .promo-title {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-align: center;
  color: #79242f;
}
.promotion .learn-more {
  font-size: 18px;
  color: #c8c8c8;
  font-family: 'Avenir';
  font-weight: 500;
  font-stretch: condensed;
  letter-spacing: 0.1em;
}
[data-aos="fade-perspective"] {
  transform: rotateY(10deg) translateX(-300px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos="fade-perspective"].aos-animate {
  transform: rotateY(0) translateX(0);
  opacity: 1;
}
/*--------------------------------------------------------------
## Text Content
--------------------------------------------------------------*/
.text-content {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}
.w-image.text-content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.text-content.light *:not(.btn):not(select) {
  color: #fff !important;
}
.text-content.light select {
  color: #999 !important;
}
.text-content .bokeh-overlay {
  top: 150%;
  top: 0;
  height: 300%;
}
.text-content .container {
  position: relative;
}
@media (max-width: 767px) {
  .text-content h2 {
    font-size: 1.5em;
  }
  .text-content p {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
## Community Posts
--------------------------------------------------------------*/
.community-posts {
  background: #79242f;
  padding: 50px 0 120px;
  overflow: hidden;
  position: relative;
}
.community-posts h3 {
  text-transform: uppercase;
  font-size: 24px;
}
.community-posts * {
  color: #fff;
}
.community-posts a.category-page {
  position: absolute;
  bottom: -60px;
  margin-left: 172px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .community-posts a.category-page {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .community-posts a.category-page {
    text-align: left;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .community-posts a.category-page {
    text-align: right;
  }
}
.community-posts .top-content {
  margin-bottom: 50px;
}
.community-posts .slick-slider .slick-arrow {
  width: 75px;
  border: 1px solid #fff;
  padding: 5px 10px 5px;
  position: absolute;
  bottom: -60px;
  cursor: pointer;
}
.community-posts .slick-slider .slick-arrow path {
  fill: #fff;
}
.community-posts .slick-slider .slick-arrow.slick-disabled {
  cursor: default;
}
.community-posts .slick-slider .slick-arrow.slick-next {
  left: 74px;
}
.community-posts .slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.community-posts .slick-slider .slick-arrow:hover {
  background: #fff;
}
.community-posts .slick-slider .slick-arrow:hover path {
  fill: #79242f;
}
.community-posts .slick-slider .slick-list {
  overflow: visible;
}
.community-posts .slick-slider .slick-list .slide {
  display: flex;
  height: 230px;
  background: #8b3e48;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.31);
  margin-right: 10px;
  position: relative;
}
.community-posts .slick-slider .slick-list .slide .post_img {
  height: 100%;
  width: 30%;
  background-size: cover !important;
  background-position: center !important;
}
.community-posts .slick-slider .slick-list .slide .post_content {
  width: 70%;
  padding: 15px 30px;
}
.community-posts .slick-slider .slick-list .slide .post_content h4 {
  font-size: 24px;
  margin-top: 5px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .community-posts .slick-slider .slick-list .slide .post_content h4 {
    font-size: 18px;
  }
}
.community-posts .slick-slider .slick-list .slide .post_content p {
  font-size: 16px;
}
.community-posts .slick-slider .slick-list .slide .post_content date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ccc;
}
.community-posts .slick-slider .slick-list .slide .post_content * {
  color: #fff;
}
.community-posts .slick-slider .slick-list .slide .post_content .learn-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: 'Avenir';
  font-stretch: condensed;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .community-posts .slick-slider .slick-list .slide .post_content .learn-more {
    font-size: 14px;
    position: static;
    float: right;
  }
}
@media (max-width: 767px) {
  .community-posts .slick-slider .slick-list .slide {
    flex-direction: column;
  }
  .community-posts .slick-slider .slick-list .slide .post_img {
    width: 100%;
  }
  .community-posts .slick-slider .slick-list .slide .post_content {
    width: 100%;
  }
  .community-posts .slick-slider .slick-list .slide .post_content p {
    display: none;
  }
}
.community-posts.white-style {
  background: #f2f2f2;
}
.community-posts.white-style * {
  color: #79242f;
}
.community-posts.white-style .slick-slider .slick-arrow {
  border-color: #79242f;
}
.community-posts.white-style .slick-slider .slick-arrow path {
  fill: #79242f;
}
.community-posts.white-style .slick-slider .slick-arrow:hover {
  background: #79242f;
}
.community-posts.white-style .slick-slider .slick-arrow:hover path {
  fill: #f2f2f2;
}
.community-posts.white-style .slick-slider .slide {
  background: #fff;
}
.community-posts.white-style .slick-slider .slide h4 {
  color: #79242f !important;
}
.community-posts.white-style .slick-slider .slide h4 font {
  color: #79242f !important;
}
.community-posts.white-style .slick-slider .slide date, .community-posts.white-style .slick-slider .slide p {
  color: #898b8e !important;
}
.community-posts.white-style .slick-slider .slide date font, .community-posts.white-style .slick-slider .slide p font {
  color: #898b8e !important;
}
.community-posts.white-style .slick-slider .slide .learn-more {
  color: #c8c8c8;
}
.slick-slider .slick-list {
  overflow: visible;
}
.slick-slider .slick-arrow {
  width: 75px;
  border: 1px solid #79242f;
  padding: 5px 10px 5px;
  position: absolute;
  bottom: -60px;
  cursor: pointer;
}
.slick-slider .slick-arrow path {
  fill: #79242f;
}
.slick-slider .slick-arrow.slick-disabled {
  cursor: default;
}
.slick-slider .slick-arrow.slick-next {
  left: 74px;
}
.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.slick-slider .slick-arrow:hover {
  background: #79242f;
}
.slick-slider .slick-arrow:hover path {
  fill: #fff;
}
/*--------------------------------------------------------------
## Slider + Content
--------------------------------------------------------------*/
.slider-content {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
.slider-content .col-lg-6 {
  position: relative;
}
.slider-content .pagingInfo {
  position: absolute;
  right: 230px;
  letter-spacing: 0.07em;
  bottom: 72.5px;
  font-family: 'Avenir';
  font-size: 16px;
  font-weight: 500;
  color: #79242f;
}
@media (min-width: 992px) {
  .slider-content::before {
    content: '';
    position: absolute;
    width: 55%;
    height: 100%;
    background: #fff;
    z-index: 5;
    top: 0;
    left: 50%;
  }
}
.slider-content .image-slider {
  height: 100%;
  padding: 35px 0 135px;
}
.slider-content .image-slider .slick-arrow {
  bottom: 70px;
  right: 124px;
  left: auto;
}
.slider-content .image-slider .slick-arrow.slick-next {
  right: 50px;
  left: auto;
}
.slider-content .slider-gallery {
  height: 100%;
  padding: 35px 0 135px;
}
@media (max-width: 767px) {
  .slider-content .slider-gallery {
    max-height: 525px;
  }
}
.slider-content .slider-gallery .slick-arrow {
  bottom: 70px;
  right: 124px;
  left: auto;
}
.slider-content .slider-gallery .slick-arrow.slick-next {
  right: 50px;
  left: auto;
}
.slider-content .slider-gallery .slick-list {
  height: 100%;
  min-height: 600px;
  overflow: visible;
}
.slider-content .slider-gallery .slick-list .slick-track {
  height: 100%;
}
.slider-content .slider-gallery .slick-list .slick-track .slide {
  height: 100%;
  margin-left: 65px;
  background-size: cover !important;
  background-position: center !important;
  transform: scale(0.8);
  opacity: 0.5;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 1199px) {
  .slider-content .slider-gallery .slick-list .slick-track .slide {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .slider-content .slider-gallery .slick-list .slick-track .slide {
    margin-left: 0;
    max-height: 350px;
  }
}
.slider-content .slider-gallery .slick-list .slick-track .slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.slider-content .slider-no-gallery {
  height: 100%;
  padding: 35px 0 135px;
}
@media (max-width: 767px) {
  .slider-content .slider-no-gallery {
    padding: 35px 0 15px;
  }
}
.slider-content .slider-no-gallery .slide {
  height: 100%;
  margin-left: 65px;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 767px) {
  .slider-content .slider-no-gallery .slide {
    margin-left: 0;
    min-height: 300px;
  }
}
.slider-content .content {
  position: relative;
  z-index: 10;
}
.slider-content .slide-img-cont .slick-arrow {
  bottom: 72.5;
  right: 99px;
  left: auto;
}
.slider-content .slide-img-cont .slick-arrow.slick-next {
  right: 25px;
  left: auto;
}
.slider-content .slide-img-cont .image-slider .slick-list {
  overflow: hidden;
}
.slider-content .slide-img-cont .image-slider .slick-list .slide {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  margin: 0 25px;
}
@media (max-width: 767px) {
  .slider-content .slide-img-cont .image-slider .slick-list .slide {
    min-height: 350px;
  }
}
.slider-content .slide-img-cont .content-slider .slick-list {
  overflow: hidden;
}
/*--------------------------------------------------------------
## Features / Benefits
--------------------------------------------------------------*/
.features {
  display: flex;
  flex-wrap: wrap;
}
.features .feature {
  min-width: calc(50% - 20px);
  margin: 25px 10px;
  border-radius: 15px;
  background-color: #f2f2f2;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 30px 20px;
  flex: 1;
}
@media (max-width: 480px) {
  .features .feature {
    min-width: calc(100% - 20px);
  }
}
.features .feature .icon {
  background-color: #e18533;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(-60px / 2);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
}
.features .feature .icon svg {
  padding: 5px;
  min-width: 60px;
  margin: 0 auto;
}
.features .feature .learn-more {
  font-size: 16px;
  color: #ab192d;
}
@media (min-width: 768px) {
  .features.no-content .feature {
    min-width: calc(33.3% - 20px);
  }
}
.features h4 {
  font-family: 'Avenir';
  font-stretch: condensed;
  font-size: 20px;
  font-weight: 500;
  color: #79242f;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.3em;
}
.features p {
  margin-bottom: 1.5em;
  font-family: 'Avenir';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #898b8e;
}
.alternate .features {
  justify-content: space-between;
  padding-top: 2em;
}
.alternate .features:after {
  content: "";
  flex: auto;
}
.alternate .features .feature {
  margin: 0 0 2.5rem;
  padding: 0 1rem;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}
.alternate .features .feature .icon {
  width: 70px;
  left: calc(50% - 35px);
  background-color: transparent;
  box-shadow: none;
}
.alternate .features .feature .icon svg path, .alternate .features .feature .icon svg rect {
  fill: black !important;
  fill: #792450 !important;
}
.alternate .features .feature h4 {
  margin-top: 2.5em;
  color: #898b8e;
}
@media only screen and (min-width: 768px) {
  .alternate .features .feature {
    width: calc(33.33% - 1rem);
    min-width: calc(33.33% - 1rem);
    max-width: calc(33.33% - 1rem);
  }
}
@media only screen and (min-width: 960px) {
  .alternate .features .feature {
    width: calc(25% - 1rem);
    min-width: calc(25% - 1rem);
    max-width: calc(25% - 1rem);
  }
}
@media only screen and (min-width: 1200px) {
  .alternate .features .feature {
    width: calc(20% - 1rem);
    min-width: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
  }
}
.alternate .row .col-lg-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: none;
  margin: 0 auto 2rem;
}
.alternate .row .col-lg-6:last-of-type {
  padding-bottom: 2em;
}
@media only screen and (min-width: 1000px) {
  .alternate .row .col-lg-6.align-items-start {
    width: 60% !important;
    max-width: 60% !important;
  }
}
.single-dining .feature, .f_big .feature {
  min-width: calc(50% - 20px) !important;
}
@media (max-width: 480px) {
  .single-dining .feature, .f_big .feature {
    min-width: calc(100% - 20px) !important;
  }
}
section.accordion article .top {
  border: 1px solid white;
  border-bottom: 0;
  padding: 0.5rem 2rem;
  cursor: pointer;
  position: relative;
}
section.accordion article .top:after {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 0.25rem;
}
@media only screen and (min-width: 720px) {
  section.accordion article .top {
    padding: 1rem 3rem;
  }
  section.accordion article .top:after {
    top: 0.75rem;
  }
}
section.accordion article .top h4 {
  margin: 0;
}
section.accordion article .bottom {
  padding: 0;
  display: none;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background-color: white;
  color: #898b8e !important;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
section.accordion article .bottom .inside {
  padding: 1.5rem;
}
@media only screen and (min-width: 720px) {
  section.accordion article .bottom .inside {
    padding: 3rem;
  }
}
section.accordion article .bottom *:not(.btn) {
  color: black !important;
}
section.accordion article .bottom p {
  margin-bottom: 0;
  color: black !important;
}
section.accordion article .bottom p:last-of-type {
  margin-bottom: 0;
}
section.accordion article:last-of-type .top {
  border-bottom: 1px solid white;
}
section.accordion article.accordion--active .top:after {
  content: '-';
}
/*--------------------------------------------------------------
## Two Column Accordion
--------------------------------------------------------------*/
section.accordion--two-column h3 {
  text-transform: uppercase;
}
section.accordion--two-column article {
  margin-bottom: 1rem;
}
section.accordion--two-column article .top {
  border: 1px solid #ffffff;
}
section.accordion--two-column article .top:after {
  position: initial;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 767px) {
  section.accordion--two-column article .top:after {
    font-size: 1.3em;
  }
}
section.accordion--two-column article.active .bottom {
  max-height: 2000px;
}
@media (min-width: 992px) {
  section.accordion--no-padding article {
    padding: 0 2rem;
  }
}
section.accordion--no-padding article .top {
  padding: 0.5rem 0rem;
}
@media only screen and (min-width: 720px) {
  section.accordion--no-padding article .top {
    padding: 0.5rem 0rem 0rem 0;
  }
}
section.accordion--no-padding article .top:after {
  color: #79242f;
}
section.accordion--no-padding article .bottom {
  border-bottom: 2px solid #dadada;
}
section.accordion--no-padding article .bottom .inside {
  padding: 0.5rem;
}
@media only screen and (min-width: 720px) {
  section.accordion--no-padding article .bottom .inside {
    padding: 0;
  }
}
/*--------------------------------------------------------------
## Membership Card Slider
--------------------------------------------------------------*/
.membership-cards {
  margin: 100px 0;
  overflow: hidden;
}
.membership-cards .cards-slider .slide {
  text-align: center;
  background-color: #ccc !important;
  margin: 0;
  border-radius: 25px;
  padding: 60px 30px 30px;
  transform: scale(0.8);
  transition: transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.25;
  overflow: hidden;
}
@media (max-width: 767px) {
  .membership-cards .cards-slider .slide {
    transform: scale(0.85);
    min-height: 70vh;
  }
}
.membership-cards .cards-slider .slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .membership-cards .cards-slider .slide.slick-center {
    min-height: 75vh;
  }
}
.membership-cards .cards-slider .slide .overlay {
  z-index: -1;
}
.membership-cards .cards-slider .slide .card-image {
  max-width: 360px;
  margin: 0 auto;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.35);
  border-radius: 25px;
}
.membership-cards .cards-slider .slide .card-title {
  font-family: Avenir;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .membership-cards .cards-slider .slide .card-title {
    font-size: 24px;
  }
}
.membership-cards .cards-slider .slide p {
  font-family: Avenir;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .membership-cards .cards-slider .slide p {
    font-size: 12px;
  }
}
.membership-comparison .table-comparison {
  overflow-x: scroll;
}
.membership-comparison .table-comparison img {
  width: 125px;
}
@media (max-width: 767px) {
  .membership-comparison .table-comparison h3 {
    font-size: 28px;
  }
}
.membership-comparison .table-comparison tr.section-start {
  background: #fff !important;
}
.membership-comparison .table-comparison tr.section-start td {
  background: #fff !important;
}
.membership-comparison .table-comparison tr.section-start td h4 {
  font-family: Avenir;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #ab192d;
}
@media (max-width: 767px) {
  .membership-comparison .table-comparison tr.section-start td h4 {
    font-size: 20px;
  }
}
.membership-comparison .table-comparison tr:nth-child(even) {
  background: rgba(242, 242, 242, 0.5);
}
.membership-comparison .table-comparison tr td {
  color: #666666;
  padding: 15px 10px;
}
.membership-comparison .table-comparison tr td:nth-child(even) {
  background: rgba(242, 242, 242, 0.5);
}
.membership-comparison .table-comparison tr td small {
  display: block;
}
.membership-comparison .table-comparison tr td.dot {
  padding: 0;
  font-size: 35px;
}
.membership-comparison .table-comparison td, .membership-comparison .table-comparison th {
  text-align: center;
}
@media (max-width: 767px) {
  .membership-comparison .table-comparison td, .membership-comparison .table-comparison th {
    font-size: 12px;
  }
}
.membership-comparison .table-comparison td:first-child, .membership-comparison .table-comparison th:first-child {
  text-align: left;
}
.membership-comparison .table-comparison td:nth-child(n+2), .membership-comparison .table-comparison th:nth-child(n+2) {
  min-width: 180px;
  max-width: 180px;
}
/*--------------------------------------------------------------
## Flexible Blocks
--------------------------------------------------------------*/
.flexible-blocks .blocks {
  display: flex;
  flex-wrap: wrap;
}
.flexible-blocks .blocks > a {
  flex: 1;
  min-width: 25%;
}
@media (max-width: 767px) {
  .flexible-blocks .blocks > a {
    min-width: 50% !important;
  }
}
.flexible-blocks .blocks > a .block {
  background-image: #ccc;
  min-height: 160px;
  margin: 2px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .flexible-blocks .blocks > a .block.tall-block {
    min-height: 450px;
  }
}
.flexible-blocks .blocks > a .block .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center !important;
  background-size: cover !important;
  transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.flexible-blocks .blocks > a .block h4 {
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.43;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .flexible-blocks .blocks > a .block h4 {
    font-size: 1.2em;
  }
}
.flexible-blocks .blocks > a .block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.flexible-blocks .blocks > a .block:hover .background {
  transform: scale(1.2);
}
/*--------------------------------------------------------------
## Casino Games
--------------------------------------------------------------*/
.casino-games .game {
  display: flex;
  margin-bottom: 48px;
  border-top: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .casino-games .game {
    flex-direction: column;
  }
}
.casino-games .game .image {
  position: relative;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .casino-games .game .image {
    width: 100%;
  }
}
.casino-games .game .image img {
  position: relative;
}
.casino-games .game .image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000, #fff);
  opacity: 0;
}
.casino-games .game .content {
  width: 100%;
  padding: 15px 10%;
}
@media (max-width: 767px) {
  .casino-games .game .content {
    padding: 15px 0;
  }
}
/*--------------------------------------------------------------
## Colored Boxes
--------------------------------------------------------------*/
.colored-boxes .boxes {
  display: flex;
  flex-wrap: wrap;
}
.colored-boxes .boxes .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  margin: 10px 2.5px;
  overflow: hidden;
  text-align: center;
  transition: all 0.2s linear;
  min-width: 350px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .colored-boxes .boxes .box {
    min-width: 200px;
  }
}
.colored-boxes .boxes .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.colored-boxes .boxes .box .top-area {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.colored-boxes .boxes .box .top-area .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: grayscale(100%) contrast(100%);
  background-size: cover !important;
  background-position: center !important;
}
.colored-boxes .boxes .box .top-area h5 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.colored-boxes .boxes .box .positioner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5rem 3rem 3rem;
}
.colored-boxes .boxes .box .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background: #fff;
  top: -37.5px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colored-boxes .boxes .box .icon svg {
  width: 100%;
}
.colored-boxes .boxes .box .bottom-area {
  position: relative;
}
.colored-boxes .boxes .box .bottom-area p {
  color: #fff;
  margin-bottom: 0;
}
.colored-boxes .boxes .box .btn-outer {
  padding-top: 2rem;
}
/*--------------------------------------------------------------
# Single Dining
--------------------------------------------------------------*/
.single-dining aside .sidebar-info {
  border-radius: 15px;
  background-color: #79242f;
  padding: 15px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.single-dining aside .sidebar-info * {
  color: #fff;
}
.single-dining aside .sidebar-info align-content p.price-disclaimer .postid-8902 {
  font-size: 10px;
}
.single-dining aside .sidebar-info .btn {
  width: 100%;
  max-width: 100%;
  min-width: 100px;
  padding: 15px 0;
}
.single-dining aside .openTable {
  margin: 0 auto;
  text-align: center;
}
/*--------------------------------------------------------------
# Single Class
--------------------------------------------------------------*/
.single-class #page-sub-header {
  min-height: 650px;
}
@media (max-width: 767px) {
  .single-class #page-sub-header {
    min-height: 250px;
  }
}
.single-class .event-details {
  border-radius: 25px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 0 auto;
  width: 930px;
  max-width: 90%;
  margin: 0 auto;
  padding: 60px 100px;
  margin-top: -10%;
  z-index: 10;
}
@media (max-width: 767px) {
  .single-class .event-details {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-class .event-details .top-title {
  position: absolute;
  top: -30px;
  width: 358.9px;
  background-color: #8cb8ca;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.single-class .event-details .content-info {
  display: flex;
  flex-wrap: wrap;
}
.single-class .event-details .content-info section {
  width: 50%;
  padding-right: 10px;
}
/*===============================
=            Gallery            =
===============================*/
.gallery {
  overflow: hidden;
}
.gallery .single-slide .slick-track {
  left: 0 !important;
}
.gallery .gallery-slick {
  margin: 25px 0;
}
.gallery .gallery-slick .slick-track {
  display: flex;
  align-items: center;
}
.gallery .gallery-slick img {
  transform: scale(0.75);
  opacity: 0.5;
  transition: transform 0.2s linear, opacity 0.2s linear;
}
.gallery .gallery-slick img.slick-center {
  transform: scale(1);
  opacity: 1;
}
/*===============================
          Large Video          s=
===============================*/
.large-video .embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.large-video .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .large-video .content {
    padding-left: 15%;
  }
}
/*===============================
         Content Wave          s=
===============================*/
.image-content-wave {
  padding-top: 100px;
  background-image: linear-gradient(to bottom, #5c0e1c, #AB192D 50%);
}
.image-content-wave *:not(.btn) {
  color: #fff;
  position: relative;
  z-index: 2;
}
.image-content-wave .wave {
  margin-top: -250px;
  z-index: 1;
  background: #fff;
}
@media (max-width: 1199px) {
  .image-content-wave .wave {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .image-content-wave .wave {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
# Restaurant Slider
--------------------------------------------------------------*/
.restaurant-slider {
  padding: 50px 0;
  overflow: hidden;
}
.restaurant-slider .slick-list {
  overflow: visible;
}
.restaurant-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.restaurant-slider .slide {
  display: flex !important;
  background-color: #999 !important;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
  transform: scale(0.75);
  transition: 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  transition-property: transform, opacity;
  opacity: 0.25;
  object-fit: contain;
  border-radius: 25px;
  box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.38);
  padding: 30px;
}
@media (max-width: 767px) {
  .restaurant-slider .slide {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .restaurant-slider .slide {
    transform: scale(0.85);
    min-height: 50vh;
  }
}
.restaurant-slider .slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .restaurant-slider .slide.slick-center {
    min-height: 55vh;
  }
}
.restaurant-slider .slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
}
.restaurant-slider .slide .overlay {
  z-index: -1;
}
.restaurant-slider .slide .left-info {
  width: 40%;
  position: relative;
}
@media (max-width: 767px) {
  .restaurant-slider .slide .left-info {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .restaurant-slider .slide .left-info .logo {
    max-width: 200px;
  }
}
.restaurant-slider .slide .left-info .bottom-info {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 767px) {
  .restaurant-slider .slide .left-info .bottom-info {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .restaurant-slider .slide .left-info .bottom-info .btn {
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  .restaurant-slider .slide .left-info .logo img {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.restaurant-slider .slide .right-info {
  width: 60%;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .restaurant-slider .slide .right-info {
    width: 100%;
    padding-left: 0;
    display: none;
  }
}
.restaurant-slider .slide .right-info section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
.restaurant-slider .slide .right-info section .section-title {
  position: relative;
}
.restaurant-slider .slide .right-info section .section-title h5 {
  text-transform: uppercase;
  color: #fff;
}
.restaurant-slider .slide .right-info section .section-title .price {
  position: absolute;
  top: 0;
  right: 0;
}
.restaurant-slider .slide .right-info section .section-title .price h5 {
  margin: 0;
}
.restaurant-slider .slide .right-info section .content-info p {
  color: #fff;
}
.dining-hero-slider {
  overflow: hidden;
  padding: 25px 0;
  margin-top: -18%;
  position: relative;
  z-index: 10;
}
.dining-hero-slider .dining-slider .slick-list {
  overflow: visible;
}
.dining-hero-slider .dining-slider:not(.slick-initialized) {
  display: flex;
}
.dining-hero-slider .dining-slider .slide {
  padding: 30px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  margin: 0 20px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.65);
  cursor: -webkit-grab;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.dining-hero-slider .dining-slider .slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.65);
}
.dining-hero-slider .dining-slider .slide .background {
  background-size: cover !important;
  filter: grayscale(100%);
}
.dining-hero-slider .dining-slider .slide .logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dining-hero-slider .dining-slider .slide .logo h3 {
  font-size: 28px;
  padding-bottom: 0.3em;
  line-height: 1.25;
  font-family: Avenir;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-stretch: condensed;
}
/*--------------------------------------------------------------
# Room Slider
--------------------------------------------------------------*/
.room-slider {
  padding: 50px 0;
  overflow: hidden;
}
.room-slider .slick-list {
  overflow: visible;
}
.room-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.room-slider .slide {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #999 !important;
  overflow: hidden;
  position: relative;
  background-size: cover !important;
  transform: scale(0.75);
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8), opacity 0.5s cubic-bezier(0.8, 0.2, 0.1, 0.8);
  object-fit: contain;
  border-radius: 25px;
  box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.38);
  padding: 30px 1.5%;
  min-height: 500px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .room-slider .slide {
    padding: 20px 15px;
    text-align: center;
  }
  .room-slider .slide .transparent {
    margin-bottom: 0;
  }
}
.room-slider .slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.room-slider .slide h2 {
  color: #fff;
  margin: 0;
}
.room-slider .slide h5 {
  color: #fff;
  margin: 0;
}
.room-slider .slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events-widget {
  margin-top: -150px;
  z-index: 10;
  position: relative;
  background: #fff;
  padding: 0 30px;
  border-radius: 30px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .events-widget {
    margin-bottom: -150px;
  }
}
/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
.gform_body .ginput_address_state select {
  padding: 38px 20px 8px !important;
  border: 1px solid #e5e5e5;
  margin-top: 0 !important;
}
.gform_body .ginput_address_state select option {
  color: #000000 !important;
}
.gform_body .gfield {
  position: relative;
}
.gform_body .gfield .gfield_label {
  position: static;
  top: 22px;
  left: 20px;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 500;
  font-stretch: condensed;
  color: #999;
  text-transform: uppercase;
  transition: all 0.2s linear;
  z-index: 1;
}
.gform_body .gfield .gfield_label .gfield_required {
  color: #999;
}
.gform_body .gfield.label-fx .gfield_label {
  position: absolute;
}
.gform_body .gfield .ginput_container input, .gform_body .gfield .ginput_container textarea {
  width: 100% !important;
  padding: 38px 20px 8px !important;
  font-size: 20px !important;
  color: #999 !important;
  font-family: Avenir !important;
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .gform_body .gfield .ginput_container input, .gform_body .gfield .ginput_container textarea {
    padding-top: 23px !important;
    padding-bottom: 0px !important;
  }
}
.gform_body .gfield .ginput_container.ginput_container_fileupload {
  width: 65%;
  float: right;
  margin-top: 0 !important;
}
.gform_body .gfield .ginput_container.ginput_container_fileupload input {
  padding: 20px !important;
}
.gform_body .gfield.focused .gfield_label {
  font-size: 16px;
  color: #ab192d;
  top: 10px;
}
.gform_body .gfield.focused .gfield_label .gfield_required {
  color: #ab192d;
}
.gform_body .gfield .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gform_body .gfield .gfield_checkbox li {
  width: 100px;
}
.gform_body .gfield.file_upload {
  display: flex;
  align-items: center;
}
.gform_body .gfield.file_upload .gfield_label {
  width: calc(100% - 65% - 50px);
}
.gform_body .gfield.file_upload .ginput_container {
  width: 65%;
  margin-left: 50px;
  margin-top: 0 !important;
}
.gform_footer input[type=submit] {
  width: 300px !important;
}
/*--------------------------------------------------------------
# Blog
-------------------------------------------------------------*/
.wp-caption-text {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.1em;
  text-align: left;
  color: #898b8e;
}
.blog article.post, .category article.post, .search article.post, .single article.post {
  margin-bottom: 40px;
}
.blog article.post .post-thumbnail, .category article.post .post-thumbnail, .search article.post .post-thumbnail, .single article.post .post-thumbnail {
  background-size: cover !important;
  background-position: center !important;
  width: 200px;
  height: 100%;
}
.blog article.post .header, .category article.post .header, .search article.post .header, .single article.post .header {
  border-bottom: solid 2px #f2f2f2;
  padding-bottom: 28px;
}
.blog article.post .header .date, .category article.post .header .date, .search article.post .header .date, .single article.post .header .date {
  font-size: 18px;
  color: #c8c8c8;
  font-style: italic;
  font-weight: 400;
}
.blog article.post .header .at-style-responsive .at-share-btn, .category article.post .header .at-style-responsive .at-share-btn, .search article.post .header .at-style-responsive .at-share-btn, .single article.post .header .at-style-responsive .at-share-btn {
  border-radius: 5px !important;
}
.blog article.post .entry-content, .category article.post .entry-content, .search article.post .entry-content, .single article.post .entry-content {
  width: 100%;
  padding: 10px 25px 0;
  border-top: solid 2px #f2f2f2;
}
@media (max-width: 767px) {
  .blog article.post .entry-content, .category article.post .entry-content, .search article.post .entry-content, .single article.post .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog article.post .entry-content h4, .category article.post .entry-content h4, .search article.post .entry-content h4, .single article.post .entry-content h4 {
  font-family: Avenir;
  margin-top: 5px;
  font-size: 24px;
  line-height: 30px;
}
.blog article.post .entry-content date, .blog article.post .entry-content .date, .category article.post .entry-content date, .category article.post .entry-content .date, .search article.post .entry-content date, .search article.post .entry-content .date, .single article.post .entry-content date, .single article.post .entry-content .date {
  font-family: Avenir;
  font-size: 16px;
  color: #898b8e;
}
.blog article.post .entry-content img, .category article.post .entry-content img, .search article.post .entry-content img, .single article.post .entry-content img {
  margin: 10px;
}
.blog h2.screen-reader-text, .category h2.screen-reader-text, .search h2.screen-reader-text, .single h2.screen-reader-text {
  display: none;
}
@media (min-width: 992px) {
  .blog .blog-features, .category .blog-features, .search .blog-features, .single .blog-features {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
  }
}
.blog .wave, .category .wave, .search .wave, .single .wave {
  margin-top: -250px;
  margin-bottom: 150px;
}
@media (max-width: 1291px) {
  .blog .wave, .category .wave, .search .wave, .single .wave {
    margin-bottom: 220px;
  }
}
@media (max-width: 992px) {
  .blog .wave, .category .wave, .search .wave, .single .wave {
    margin-bottom: 0px;
    background: white;
  }
}
.search .search-form-body label {
  width: 100%;
  position: relative;
}
.search .search-form-body label input[type=search] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  font-family: Avenir;
  font-size: 32px;
  color: #898b8e;
  text-transform: none;
}
.search .search-form-body label input[type=search]:focus {
  box-shadow: none;
}
.search .search-form-body label .close {
  width: 50px;
  height: 50px;
  float: none;
  position: absolute;
  right: 0;
  top: 20%;
}
.search .search-form-body label .close::after {
  content: '';
  position: absolute;
  right: 10px;
  width: 30px;
  height: 2px;
  background: #ccc;
  transform: rotate(45deg);
  top: 50%;
}
.search .search-form-body label .close::before {
  content: '';
  position: absolute;
  right: 10px;
  width: 30px;
  height: 2px;
  background: #ccc;
  transform: rotate(-45deg);
  top: 50%;
}
.search .search-form-body input[type=submit] {
  display: none;
}
#scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper {
  max-width: 100% !important;
}
.show-on-click {
  display: none;
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@import 'partials/media-query'

.disclaimer-text {
  font-size: 15px;
  color: #000;
}
/*--------------------------------------------------------------
# Oleg Edits
--------------------------------------------------------------*/
#page-sub-header .booking-form {
  background-color: white;
  border-bottom: 4px solid #b5be00;
  border-radius: 20px 20px 0 0;
  padding: 20px 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#page-sub-header .booking-form .row > div {
  padding-left: 0px;
  padding-right: 0px;
}
#page-sub-header .booking-form h3 {
  font-family: "Avenir";
  font-weight: 600;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 1.9px;
  text-align: center;
  font-stretch: normal;
  color: #79242f;
}
#page-sub-header .booking-form h4 {
  color: #ab192d;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 14px;
}
#page-sub-header .booking-form .select-box {
  border: solid 1px #e5e5e5;
  padding: 15px;
  margin: 10px;
}
#page-sub-header .booking-form .form-group {
  margin-bottom: 0px;
}
#page-sub-header .booking-form .select-box select {
  border: 0px;
  background-color: white;
}
#page-sub-header input[type="submit"] {
  color: white;
  display: block;
  font-family: "Avenir";
  border-radius: 100px;
  background-color: #79242f;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 1.2px;
  margin: 20px auto;
  padding: 25px 60px 25px 90px;
  text-transform: uppercase;
  font-stretch: normal;
  background-image: url("../images/search.svg");
  background-size: 24px 24px;
  background-position: 40px 50%;
  background-repeat: no-repeat;
}
#page-sub-header .booking-form select {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  #page-sub-header .booking-form h3 {
    font-size: 1.5rem;
  }
  #page-sub-header .booking-form h3 span {
    display: none;
  }
  #page-sub-header input[type="submit"] {
    padding: 25px 40px 25px 80px;
    font-size: 17px;
  }
  #page-sub-header .booking-form {
    padding: 20px 20px;
  }
  .booking-container {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #menu-main > li.booking-item {
    border-bottom: 0px;
    background-color: #79242f;
    margin-top: 0px;
  }
  #menu-main > li.booking-item > a {
    text-align: center !important;
    padding: 22px 0px 20px 0px;
  }
  #menu-main > li.booking-item a div svg {
    display: none;
  }
  #menu-main .booking-item .container .btn-large input {
    white-space: pre-line;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    text-align: center;
    padding: 23px 30px 20px;
    margin-top: 30px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
  }
  #masthead #menu-main .booking-item ul.dropdown-menu .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  #menu-main > li.booking-item h3.mobile-header {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    color: white;
    font-family: Avenir;
  }
  #menu-main .booking-item .container .select-box {
    padding-bottom: 6px !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  #menu-main .booking-item .container select, #menu-main .booking-item .container input[type=text] {
    padding-left: 5px;
    padding-right: 5px;
  }
  #menu-main .booking-item .container input[type=text] {
    background-image: url('data:image/svg+xml;utf8,<svg class="svg-inline--fa fa-caret-down fa-w-10" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="caret-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="#fff" d="M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z"></path></svg>');
    background-position: right center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
  }
  #menu-main .booking-item .container .form-group {
    padding-right: 10px;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 18rem !important;
  position: absolute !important;
  top: 36px !important;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  background-color: white;
}
@media (min-width: 768px) {
  #menu-main .booking-item {
    background-color: #79242f;
  }
  #menu-main .booking-item:hover {
    background-color: #5c0e1c;
  }
  #masthead .navbar-nav li.booking-item > a {
    color: white;
  }
  #masthead:not(.minified) #menu-main .booking-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #masthead:not(.minified) .navbar-nav > li.booking-item > a {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  #page-sub-header .booking-form .select-box select {
    margin-bottom: 9px;
  }
  #menu-main .booking-item > a > div > svg {
    display: none;
  }
  #masthead .booking-item ul.dropdown-menu {
    width: 320px;
    left: auto;
    right: 0;
    min-height: 200px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #masthead.minified .booking-item ul.dropdown-menu {
    width: 320px;
    left: -90px;
  }
  #masthead.minified #menu-main .booking-item.dropdown {
    position: relative !important;
  }
  #menu-main .booking-item .container .btn-large {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #79242f;
    text-align: center;
  }
  #menu-main .booking-item .container .btn-large input {
    background-color: transparent;
    color: white;
    font-weight: 600;
    border: 0px;
    margin: 25px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
  }
  #menu-main > li.booking-item .mobile-header {
    display: none;
  }
}
@media (min-width: 1500px) {
  #masthead .booking-item ul.dropdown-menu {
    width: 320px;
    left: -60px;
  }
  #masthead #menu-main .booking-item.dropdown {
    position: relative !important;
  }
}
@media (max-width: 992px) {
  /*#masthead .booking-item ul.dropdown-menu
  {
    display: none!important;
  }*/
}
.booking-close {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 2px;
  right: 8px;
  cursor: pointer;
}
#masthead #menu-main .booking-item ul.dropdown-menu .container {
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 25px !important;
  padding-left: 25px;
  width: auto;
  color: white;
  position: relative;
  min-height: 280px;
}
#menu-main .booking-item .container h3 {
  color: #CCC;
  font-size: 12px;
}
#menu-main .booking-item .container select {
  background-color: transparent;
  color: white;
  display: block;
  border: 0px;
  width: 100%;
  font-size: 14px;
  margin-left: -8px;
  font-weight: 600;
}
#menu-main .booking-item .container option {
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#menu-main .booking-item .container .select-box {
  border-bottom: 1px solid #79242f;
  padding-bottom: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#menu-main .booking-item .container .datetimepicker-input {
  background-color: transparent;
  color: white;
  border: 0;
  padding: 0px;
  margin-top: 5px;
}
#menu-main .booking-item .container .input-group-append {
  display: none;
}
#menu-main .booking-item .container .form-group {
  margin-bottom: 0px;
}
.wcs-timetable__list .wcs-class .wcs-class__time {
  min-width: 100px;
}
@media (min-width: 1200px) {
  .col-xl-15 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.bootstrap-datetimepicker-widget table th {
  font-weight: normal;
  color: black;
}
.bootstrap-datetimepicker-widget table td:not(.disabled) {
  color: #79242f;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #79242f !important;
  color: white !important;
}
/* SYCUAN TICKER START */
#sbcountdown {
  width: 410px;
  background: url("https://www.sycuan.com/wp-content/uploads/2019/02/sycuan-grand-bg.png") no-repeat;
  /*background: url("http://ftpcontent.worldnow.com/kfmb/partnerships/sycuan/countdown-clock/Sycuan-Grand-Opening-Countdown-Back.jpg") no-repeat;*/
  background-size: contain;
  height: 138px;
  position: relative;
  margin: 0 auto;
}
#countdown_dashboard {
  width: 350px;
  /*background-color:#2e2e2e;*/
  position: absolute;
  top: 10px;
  left: 33px;
  float: left;
}
.dash {
  width: 86px;
  height: 50px;
  float: left;
  padding-left: 20px;
  position: relative;
  /*color: #f8bd1d*/
  color: #B72027;
  overflow: hidden;
}
/*	.days_dash {
			background: transparent url('http://ftpcontent.worldnow.com/kfmbam/custom/js/countdown/small_days_dash.png') 0 0 no-repeat;
		}

		.hours_dash {
			background: transparent url('http://ftpcontent.worldnow.com/kfmbam/custom/js/countdown/small_hours_dash.png') 0 0 no-repeat;
		}

		.minutes_dash {
			background: transparent url('http://ftpcontent.worldnow.com/kfmbam/custom/js/countdown/small_minutes_dash.png') 0 0 no-repeat;
		}

		.seconds_dash {
			background: transparent url('http://ftpcontent.worldnow.com/kfmbam/custom/js/countdown/small_seconds_dash.png') 0 0 no-repeat;
		}*/
.dash .digit {
  font: bold 28pt Arial;
  font-weight: bold;
  float: left;
  width: 25px;
  text-align: center;
  position: relative;
}
.dash_title {
  display: none;
}
#sponsorbox {
  width: 395px;
  height: 137px;
  position: absolute;
  top: 5px;
  left: 7px;
  /*border:1px solid red;*/
  display: block;
}
@media (max-width: 767px) {
  #sbcountdown {
    max-width: 100%;
  }
  #sbcountdown #countdown_dashboard {
    max-width: 100%;
  }
  #sbcountdown #countdown_dashboard .dash {
    width: 67px;
  }
  #sbcountdown #countdown_dashboard .dash .digit {
    width: 18px;
    font-size: 22pt;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  #sbcountdown #countdown_dashboard {
    padding-left: 7px;
  }
}
#mc_embed_signup {
  background: #ffffff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
  color: #7A1318;
}
.mc_signup {
  background: #5c0e1c;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
  color: #7A1318;
  font-weight: 100;
}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
.sui-wrap {
  display: none;
}
.slider-arrows .arrow {
  background-color: #79242f;
  border-radius: 22px;
  padding: 10px;
  text-align: center;
  color: white;
  width: 44px;
  height: 44px;
  margin: 10px;
  cursor: pointer;
  z-index: 1;
}
.slider-arrows .arrow svg {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .slider-arrows .arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .slider-arrows .arrow {
    position: absolute;
  }
  .slider-arrows .arrow-left {
    left: -40px;
    top: 45%;
  }
  .slider-arrows .arrow-right {
    right: -40px;
    top: 45%;
  }
  .slider-arrows-4 .arrow-left {
    top: 40%;
    left: -10px;
  }
  .slider-arrows-4 .arrow-right {
    top: 40%;
    right: -10px;
  }
  .slider-arrows-4 .dining-slider .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}
/*@media only screen and (min-width: 1292px)
{
	.slider-arrows-4 .dining-slider .slide
	{
		margin-left: 84px;
		margin-right: 84px;
	}
}*/
@media only screen and (min-width: 1400px) {
  .slider-arrows-4 .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lang {
  display: inline-block;
  position: relative;
}
.lang button {
  margin: 0.2rem 0 0 20px;
  border: 0px;
  background-color: transparent;
  color: #79242f;
  height: 27px;
  vertical-align: middle;
}
.minified .lang button {
  margin-top: 0px;
  height: 25px;
}
.lang button span {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.lang button:focus {
  outline: none;
}
.translate {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 200px;
  background-color: white;
  border: 1px solid #ccc;
  min-height: 30px;
  padding: 7px 12px;
  padding-bottom: 10px;
  z-index: 9999999;
}
.lang:hover + .translate {
    display: block;
}
.translate:hover{
	display: block;
}
.translate a:link, .translate a:visited {
  padding: 2px;
  display: block;
  width: 100%;
}
.translate a span {
  font-size: 14px;
}
.translate a:hover, .translate a:active {
  color: black;
}
@media (max-width: 767px) {
  .lang button {
    display: none;
  }
  .translate {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    background-color: transparent;
    width: auto;
    top: auto;
    left: auto;
    border: 0px;
    min-height: auto;
    margin-left: 10px;
  }
  .translate a:link, .translate a:visited {
    display: inline-block;
    width: auto;
    padding: 0px;
  }
  .translate span {
    display: none;
  }
  .social-mobile {
    margin: 10px 15px;
    justify-content: space-between !important;
  }
}
.twitter-tweet {
  float: left;
  padding-bottom: 50px;
  padding-left: 10px;
}
.instagram-media {
  float: left;
  width: 50px;
}
.fbpost {
  float: left;
  padding-left: 10px;
}
#mc_embed_signup input {
  display: inline-block;
  width: 350px;
  padding: 8px 0;
  text-indent: 2%;
}
p.disclaimer-copy {
  font-weight: 200;
  color: #a8aaac;
}
page-id-158750 a:active {
  background-color: #79242f;
}
#social-posts {
  margin: 0 auto;
  width: 950px;
}
page-id-13247 .container .col-md-6 a:active {
  text-decoration: underline;
}
#page-sub-header.hero-menu.home .overlay {
  background: #000 !important;
  opacity: 0.05 !important;
  z-index: 0;
  width: 100vw;
}
/*
#page-sub-header .overlay {
    background: #000 !important;
    opacity: 0.05 !important;
    z-index: 0;
    width: 100vw;
}
*/
.mobile-comparison {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 960px) {
  .mobile-comparison {
    display: none;
  }
}
.mobile-comparison h3 {
  text-align: center;
  margin-bottom: 3rem;
}
.mobile-comparison .card-select-wrap {
  position: relative;
  padding: 1em;
  border: 2px solid #e5e5e5;
}
.mobile-comparison .card-select-wrap .fa-caret-down {
  position: absolute;
  right: 2rem;
  bottom: 45%;
}
.mobile-comparison .card-select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  color: transparent;
  border: 0;
  appearance: none;
}
.mobile-comparison .card-select-wrap select option {
  color: black;
}
.mobile-comparison .card-select-wrap .card-select-face {
  pointer-events: none;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-comparison .card-select-wrap .card-select-face .thumb {
  width: 30%;
  max-width: 120px;
}
.mobile-comparison .card-select-wrap .card-select-face .thumb img {
  width: 100%;
  height: auto;
}
.mobile-comparison .card-select-wrap .card-select-face .content {
  padding-left: 1.5rem;
  padding-right: 3rem;
}
.mobile-comparison .card-select-wrap .card-select-face .content span {
  font-family: Avenir;
  font-size: 0.9em;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  letter-spacing: 0.02em;
}
.mobile-comparison .card-select-wrap .card-select-face .content .subheading {
  text-transform: uppercase;
  display: block;
}
.mobile-comparison .card-select-wrap .card-select-face .content .heading {
  color: #79242f;
  font-size: 1.5em;
}
.mobile-comparison .cards-info .expander {
  border-bottom: 2px solid rgba(242, 242, 242, 0.5);
}
.mobile-comparison .cards-info .expander .trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  position: relative;
}
.mobile-comparison .cards-info .expander .trigger h4 {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.mobile-comparison .cards-info .expander .trigger span {
  cursor: pointer;
  color: #b5be00;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  padding-right: 1.5em;
}
.mobile-comparison .cards-info .expander .trigger svg {
  position: absolute;
  right: 0;
  pointer-events: none;
  transition: all 500ms ease-in-out;
}
.mobile-comparison .cards-info .expander .content {
  display: none;
}
.mobile-comparison .cards-info .expander .content table tr {
  display: none;
}
.mobile-comparison .cards-info .expander .content table tr.active {
  display: table-row;
}
.mobile-comparison .cards-info .expander .content table tr td {
  color: #898b8e;
  font-weight: 600;
  width: 50%;
  border-top: 2px solid rgba(242, 242, 242, 0.5);
  padding: 1rem 0;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 20px;
}
.mobile-comparison .cards-info .expander .content table tr td:nth-child(even) {
  border-top: 2px solid white;
  text-align: center;
  padding-left: 1rem;
  background-color: rgba(242, 242, 242, 0.5);
}
.mobile-comparison .cards-info .expander .content table tr .dot {
  font-size: 1.5em;
}
.community-posts .post_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  #comparison-chart {
    display: none;
  }
}
.scss_errors {
  position: fixed;
  top: 100px;
  background: white;
  z-index: 10;
}
/*--------------------------------------------------------------
# Event Cards
--------------------------------------------------------------*/
.container--events {
  margin-top: -5%;
}
.events-widget--sc {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.event-card {
  height: 312px;
  /* width: 312px; */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.65);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  border-radius: 25px;
}
.event-card h4 {
  color: #ffffff;
  font-family: Avenir;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  padding: 0 15px;
}
.event-card .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}
.event-card:hover {
  transition: 0.3s ease;
  transform: translateY(-5px);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.65);
}
@media (max-width: 991px) {
  .event-card {
    margin-bottom: 30px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.65);
  }
}
.pdm-lightbox {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 3rem 1.5rem;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .pdm-lightbox {
    padding: 6rem 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pdm-lightbox {
    padding: 6rem 6rem;
  }
}
.pdm-lightbox__overflow {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.pdm-lightbox__popup {
  position: relative;
}
.pdm-lightbox__container {
  display: inline-block;
  width: 100%;
  max-width: 850px;
  max-height: 80vh;
  margin: 0 auto;
  position: relative;
}
.pdm-lightbox__close {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: -1.5rem;
  right: 0rem;
  text-indent: -999em;
  display: block;
  height: 1em;
  width: 1em;
  z-index: 2;
  cursor: pointer;
}
.pdm-lightbox__close:after, .pdm-lightbox__close:before {
  content: '';
  left: 0;
  top: 0.5em;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
}
.pdm-lightbox__close:after {
  transform: rotate(45deg);
}
.pdm-lightbox__close:before {
  transform: rotate(-45deg);
}
.tool-tip--trigger {
  cursor: pointer;
}
.tool-tip-modal .pdm-lightbox__popup {
  background: rgba(121, 36, 47, 0.85);
  color: white;
  padding: 1.5rem;
  font-size: 0.9em;
}
#mc_embed_signup .button {
  background-color: #79242f;
}
#mc-embedded-subscribe {
  background-color: #79242f;
}
.iframe-gallery {
  text-align: center;
}
.iframe-gallery .btn {
  margin: 0 auto 1.5rem;
  display: inline-block;
}
.iframe-gallery .image-wrap {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  transform: scale(0.75);
  opacity: 0.5;
  transition: transform 0.2s linear, opacity 0.2s linear;
}
.iframe-gallery .image-wrap .positioner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-gallery .image-wrap .positioner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  transform: scale(1);
  opacity: 1;
}
.iframe-gallery .slick-center .image-wrap {
  transform: scale(1);
  opacity: 1;
}
.pdm-lightbox.vr-popup .pdm-lightbox__container {
  max-width: 960px;
}
.pdm-lightbox.vr-popup .vr-iframe {
  width: 100%;
  padding-bottom: 99%;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .pdm-lightbox.vr-popup .vr-iframe {
    padding-bottom: 64%;
  }
}
.pdm-lightbox.vr-popup .vr-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.sycuan.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fwp-pdm%2Fassets%2Fcss%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fwp-pdm%2Fassets%2Fcss%2Fscss%2Fpartials%2F_structure.scss%22%2C%22wp-content%2Fthemes%2Fwp-pdm%2Fassets%2Fcss%2Fscss%2Fpartials%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Fwp-pdm%2Fassets%2Fcss%2Fscss%2Fpartials%2F_navigation.scss%22%2C%22wp-content%2Fthemes%2Fwp-pdm%2Fassets%2Fcss%2Fscss%2Fpartials%2F_footer.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADtQA%3BAAAA%3BAAAA%3BACgRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5RA%3BAAAA%3BAAAA%3BACuSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BADxTA%3BAAAA%3BAAAA%3BACqUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BADtVA%3BAAAA%3BAAAA%3BACiWE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAhYM%3BAAqYJ%3BAAAA%3BAAAA%3BAAAA%3BAAjYI%3BAAsYJ%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3ZA%3BAAAA%3BAAAA%3BACoaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzZM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BaJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpeA%3BAAAA%3BAAAA%3BAC8eA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAlgBM%3BAAsgBJ%3BAAAA%3BAAAA%3BAAAA%3BAA9gBI%3BAAohBF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAD7jBR%3BAAAA%3BAAAA%3BACwkBE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrlBN%3BAAAA%3BAAAA%3BACwmBA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAA3iBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7DA%3BAAknBF%3BAAAA%3BAAAA%3BAAAA%3BAD7nBJ%3BAAAA%3BAAAA%3BAEAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhFA%3BAAAA%3BAAAA%3BAE6FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5GM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0HN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1HM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuIN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzLA%3BAAAA%3BAAAA%3BAAAA%3BAGAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAFEM%3BAEGF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFZM%3BAAAA%3BAAAA%3BAAAA%3BAEwBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAFtNM%3BAE4NF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAFtMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8MN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9MM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0OJ%3BAAAA%3BAAAA%3BAAAA%3BAF1OI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoTF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAF5ZI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmaF%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhbM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FbE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEidA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEueC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwfA%3BAAAA%3BAAAA%3BAF5fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFxgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEihBA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAF7jBD%3BAEukBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9gBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwlBJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAFlmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEymBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEonBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAF5pBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqqBN%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlwBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqxBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAFpyBI%3BAAAA%3BAAAA%3BAAAA%3BAE0yBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAHx4BJ%3BAAAA%3BAAAA%3BAGg5BA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2F6BA%3BAGs7BA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFp5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEo6BA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF5%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEo%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFp%2FBA%3BAE0%2FBI%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFn8BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE88BF%3BAAAA%3BAAAA%3BAAAA%3BAF98BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEk%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFx%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEk%2FBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjjCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmkCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1lCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwmCA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAFjoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4oCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAF3mCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEonCN%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF7nCM%3BAEkoCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrvCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwwCL%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAHz%2BCD%3BAAAA%3BAAAA%3BAIEA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAHZA%3BAGkBF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAH7BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsCA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrBE%3BAGmCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ5JF%3BAAAA%3BAAAA%3BAAkCA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAvGJ%3BAAAA%3BAAAA%3BAAmHA%3BAAAA%3BAAAA%3BACxGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8GN%3BAAAA%3BAAAA%3BAC9GM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoHN%3BAAAA%3BAAAA%3BACpHM%3BAAAA%3BAAAA%3BAAAA%3BADwHH%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAA7NF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwOA%3BAAAA%3BAAAA%3BAChKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqKJ%3BAAAA%3BAAAA%3BAAAA%3BAC1NI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmOF%3BAAAA%3BAAAA%3BAAAA%3BAC9KE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8LE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4MI%3BAAAA%3BAAAA%3BACzQJ%3BAD6QM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FSI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuTF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkXE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADXN%3BAAAA%3BAAAA%3BAA%2BaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BACzaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BaF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACndI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6dF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADggBN%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjpBF%3BAAAA%3BAAAA%3BAAupBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACppBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BpBN%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClnBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FrBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8oBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAA%2FuBF%3BAAAA%3BAAAA%3BAAwvBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACzwBI%3BAD6wBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA3xBJ%3BAAAA%3BAAAA%3BAAoyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACryBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyvBJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC32BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADm3BI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2F3BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADk5BI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAA3%2BBN%3BAAAA%3BAAAA%3BAAs%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1%2BBI%3BADq%2FBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BACthCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6hCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACj%2FBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgkCI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BACzkCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADglCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChlCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2lCJ%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FmCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2nCA%3BAAAA%3BAAAA%3BAAtoCN%3BAAAA%3BAAAA%3BAAkpCA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7kCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2lCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BACzqCE%3BADgrCA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BACruCM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8uCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAA%2F2ChB%3BAAAA%3BAAAA%3BAA83CE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA57CR%3BAAAA%3BAAAA%3BAA68CA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACz4CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu5CD%3BAAAA%3BAAAA%3BAAAA%3BACv5CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD85CH%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACx6CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACv7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu8CJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BACzgDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkhDA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACthDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqiDA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BACvjDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6jDA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAllDN%3BAAAA%3BAAAA%3BAA8lDE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAC1hDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjiDA%3BAD4iDI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACznDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwoDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAA9pDR%3BAAAA%3BAAAA%3BAA6qDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClqDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0qDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1qDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmrDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAClsDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADXN%3BAAAA%3BAAAA%3BAA8tDE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACttDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwuDA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAArzDJ%3BAAAA%3BAAAA%3BAAy0DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAh2DJ%3BAAAA%3BAAAA%3BAA22DE%3BAAAA%3BAAAA%3BACh2DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADs2DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzyDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4zDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBD%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAz5DJ%3BAAAA%3BAAAA%3BAAm6DA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAt7DN%3BAAAA%3BAAAA%3BAAi8DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACh7DE%3BADy7DF%3BAAAA%3BAAAA%3BAAAA%3BAAh9DJ%3BAAAA%3BAAAA%3BAAw9DA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC15DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADXN%3BAAAA%3BAAAA%3BAAi%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACh%2FDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD28DF%3BAAAA%3BAAAA%3BAAAA%3BAC38DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADm9DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC9hEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BADkiEE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAC7%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADq%2FDE%3BAAAA%3BAAAA%3BAAAA%3BACr%2FDF%3BAD2%2FDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjkEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0kEJ%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7pEN%3BAAAA%3BAAAA%3BAA%2BqEA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9qEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADisEA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5tEJ%3BAAAA%3BAAAA%3BAA6uEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9tEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADfN%3BAAAA%3BAAAA%3BAAmwEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsyED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAA%2F1EF%3BAAAA%3BAAAA%3BAAw2EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC93EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu4EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAC%2F4EM%3BADq5EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BACx2EM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu3EF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAv%2FEA%3BAAAA%3BAAAA%3BAA6%2FEA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA7%2FEA%3BAAAA%3BAAAA%3BAAygFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAr4FA%3BAA44FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAh6FA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAA27FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAt%2BFA%3BAAAA%3BAA0%2BFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAniGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmjGA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzsGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0tGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA93GA%3BAAAA%3BAAAA%3BAAy4GA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */