@charset "UTF-8";
/*
 * Stylesheet for Calisto custom theme
 * Author: Spot On Earth Team
 */
/* Import fonts */
.bebas-neue-regular {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}

.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

/* Main Styles */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
  font-size: 18px;
  line-height: calc(30 / 18);
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  color: #74706C;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F7F5ED;
}

textarea,
button,
input,
select {
  font-family: "futura-pt", "Futura PT", sans-serif;
}

*, *:focus,
a, a:focus {
  outline: 0;
}

a {
  color: #F15A29;
  text-decoration: none;
  transition: color 0.25s ease 0s;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:hover {
    text-decoration: underline;
    color: #F15A29;
  }
}
a:focus-visible {
  color: #F15A29;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: top;
}

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

progress {
  display: inline-block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0 0 32px 0;
}
figure > figcaption {
  display: block;
}

figcaption {
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
}

p {
  margin: 0 0 26px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
  font-weight: 500;
  font-family: "futura-pt", "Futura PT", sans-serif;
}

h1,
.h1 {
  font-size: 84px;
  line-height: 1.119047619;
  letter-spacing: 0.38px;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  h1,
.h1 {
    font-size: 60px;
    line-height: 1.1333333333;
    letter-spacing: 0.27px;
  }
}

h2 {
  font-size: 30px;
  line-height: 1.2666666667;
}

h3 {
  font-size: 25px;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  line-height: 1.4545454545;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  font-size: 17px;
  line-height: 1.5294117647;
  font-weight: 500;
}

blockquote,
blockquote p {
  margin: 25px 0;
  font-size: 30px;
  line-height: 1.2666666667;
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #676660;
  margin: 25px 0;
  padding: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 75%;
}

ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 16px;
  list-style-type: disc;
}

ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 24px;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

pre {
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table td {
  border-top: 2px solid #000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 15px 40px 40px 0;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  table td {
    padding: 12px 16px 24px 0;
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
table th {
  border: 0;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  table th {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
table th[scope=col] {
  padding: 0 40px 3px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=col] {
    padding-right: 16px;
  }
}
table th[scope=row] {
  border-top: 2px solid #000;
  padding: 15px 40px 40px 0;
}
@media screen and (max-width: 860px) {
  table th[scope=row] {
    padding: 12px 16px 24px 0;
  }
}
table caption {
  margin: 0 0 3px 0;
  padding: 0 0 16px 0;
  font-size: 32px;
  line-height: 1.25;
  font-style: normal;
}
@media screen and (max-width: 860px) {
  table caption {
    margin: 0 0 3px 0;
    padding: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.3333333333;
  }
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

html,
body {
  scroll-padding-top: var(--header-height);
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1190px) {
  .container {
    width: auto;
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-top: 16px;
  padding-right: 21px;
  padding-bottom: 16px;
  padding-left: 21px;
  border: 0;
  border-radius: 0;
  transition: background-color 0.25s ease 0s, color 0.25s ease 0s, border-color 0.25s ease 0s;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 450;
  text-align: center;
  text-transform: uppercase;
  background: #F15A29;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
}
.button:hover, .button:focus-visible {
  color: #fff;
  background: #676660CC;
  text-decoration: none;
}

a.cta {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid #F15A29;
  color: #F15A29;
  font-size: 30px;
  line-height: 1.2666666667;
  font-weight: 500;
  text-decoration: none;
  transition: border-bottom-color 0.35s ease 0s;
}
a.cta:hover, a.cta:focus {
  color: #F15A29;
  border-bottom-color: #F15A29;
}

.invisible,
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}

.message {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 10px 8px 30px;
  border: 1px solid;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  background-position: 6px 10px !important;
  background-repeat: no-repeat !important;
}

.warning {
  border-color: #E6DB55;
  background: url("../images/ui/warning.png") repeat scroll 0 0 #FFFBCC;
}

:root {
  --header-height: 116px;
}
@media screen and (max-width: 1180px) {
  :root {
    --header-height: 90px;
  }
}
@media screen and (max-width: 860px) {
  :root {
    --header-height: 74px;
  }
}

#header {
  position: relative;
  padding: 43px 0 35px 0;
  border-bottom: 1px solid #6766604D;
  background: #F7F5ED;
  transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
  z-index: 100;
}
@media screen and (max-width: 1180px) {
  #header {
    padding: 30px 0;
  }
}
@media screen and (max-width: 860px) {
  #header {
    padding: 25px 0;
  }
}
#header > .container {
  display: grid;
  grid-template-columns: 1fr minmax(0, 474px) 1fr;
  align-items: center;
}
#header #navigation {
  display: contents;
}
#header #main-navigation {
  grid-column: 1;
  grid-row: 1;
}
#header #logo {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}
#header #main-navigation-2 {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}
@media screen and (max-width: 1180px) {
  #header > .container {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header #navigation {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: calc((var(--vh) * 100) - 100%);
    padding: 30px 25px;
    transform: translateX(100%);
    background-color: #F7F5ED;
    transition: transform 0.4s ease 0s;
  }
  html.nav-open #header #navigation {
    display: block;
  }
  html.nav-is-open #header #navigation {
    transform: translateX(0);
  }
}
#header .hours {
  position: absolute;
  right: 0;
  top: calc(100% + 36px);
  max-width: 300px;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  font-weight: 450;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #F7F5ED;
  background-color: #676660;
  transition: opacity 0.35s ease 0s, visibility 0.35s ease 0s;
}
.has-scroll #header .hours {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1180px) {
  #header .hours {
    display: none;
  }
}
#header .mobile-hours {
  display: none;
  margin-top: 20px;
  border-top: 1px solid #6766604D;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1180px) {
  #header .mobile-hours {
    display: block;
  }
}

#logo {
  display: block;
  height: 37px;
  color: #676660;
}
@media screen and (max-width: 1180px) {
  #logo {
    height: 29px;
  }
}
@media screen and (max-width: 860px) {
  #logo {
    height: 23px;
  }
}
#logo svg {
  display: block;
  height: 100%;
  width: auto;
}
#logo svg * {
  transition: fill 0.35s ease 0s, stroke 0.35s ease 0s;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation .menu {
  display: flex;
  gap: 60px;
  color: #676660;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  font-family: "futura-pt", "Futura PT", sans-serif;
  text-transform: uppercase;
}
#navigation .menu ul {
  display: none;
}
#navigation .menu a {
  color: inherit;
  text-decoration: none;
}
#navigation .menu a:hover, #navigation .menu a:focus-visible {
  color: #F15A29;
}
@media screen and (max-width: 1180px) {
  #navigation {
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  #navigation .menu {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    justify-self: start !important;
  }
  #navigation .menu > li:not(:last-child) {
    margin-bottom: 20px;
  }
}

#nav-toggle {
  display: none;
  position: relative;
  width: 32px;
  height: 21px;
  margin: 0;
  border: 0;
  padding: 0;
  transform: rotate(0);
  transition: 0.5s ease-in-out 0s;
  background: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 1180px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: currentColor;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(0deg);
  transition: all 0.25s ease 0s;
}
#nav-toggle > span:nth-child(1) {
  top: 0px;
}
#nav-toggle > span:nth-child(2), #nav-toggle > span:nth-child(3) {
  top: 9px;
}
#nav-toggle > span:nth-child(4) {
  top: 18px;
}
html.nav-is-open #nav-toggle > span {
  width: 32px;
  height: 2px;
}
html.nav-is-open #nav-toggle > span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
html.nav-is-open #nav-toggle > span:nth-child(2) {
  transform: rotate(45deg);
}
html.nav-is-open #nav-toggle > span:nth-child(3) {
  transform: rotate(-45deg);
}
html.nav-is-open #nav-toggle > span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.single-shop #header,
.single-event #header,
.page-template-default #header,
.page-template-template-homepage #header,
.page-template-template-live #header,
.page-template-template-shop #header,
.page-template-template-events #header,
.page-template-template-leasing #header,
.page-template-template-about #header,
.page-template-template-visit #header,
.page-template-template-contact #header,
.page-template-template-giftcard #header,
.page-template-template-dine #header,
.page-template-template-work #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.single-shop #container,
.single-event #container,
.page-template-default #container,
.page-template-template-leasing #container {
  padding-top: var(--header-height);
}

html:not(.has-scroll, .nav-is-open) .page-template-template-homepage #header,
html:not(.has-scroll, .nav-is-open) .page-template-template-live #header,
html:not(.has-scroll, .nav-is-open) .page-template-template-shop #header,
html:not(.has-scroll, .nav-is-open) .page-template-template-events #header,
html:not(.has-scroll, .nav-is-open) .page-template-template-about #header,
html:not(.has-scroll, .nav-is-open) .page-template-template-dine #header,
html:not(.has-scroll, .nav-is-open) .page-template-template-work #header {
  color: #F7F5ED;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
html:not(.has-scroll, .nav-is-open) .page-template-template-homepage #logo,
html:not(.has-scroll, .nav-is-open) .page-template-template-live #logo,
html:not(.has-scroll, .nav-is-open) .page-template-template-shop #logo,
html:not(.has-scroll, .nav-is-open) .page-template-template-events #logo,
html:not(.has-scroll, .nav-is-open) .page-template-template-about #logo,
html:not(.has-scroll, .nav-is-open) .page-template-template-dine #logo,
html:not(.has-scroll, .nav-is-open) .page-template-template-work #logo {
  color: inherit;
}
html:not(.has-scroll, .nav-is-open) .page-template-template-homepage #navigation .menu,
html:not(.has-scroll, .nav-is-open) .page-template-template-live #navigation .menu,
html:not(.has-scroll, .nav-is-open) .page-template-template-shop #navigation .menu,
html:not(.has-scroll, .nav-is-open) .page-template-template-events #navigation .menu,
html:not(.has-scroll, .nav-is-open) .page-template-template-about #navigation .menu,
html:not(.has-scroll, .nav-is-open) .page-template-template-dine #navigation .menu,
html:not(.has-scroll, .nav-is-open) .page-template-template-work #navigation .menu {
  color: inherit;
}
html:not(.has-scroll, .nav-is-open) .page-template-template-homepage #nav-toggle,
html:not(.has-scroll, .nav-is-open) .page-template-template-live #nav-toggle,
html:not(.has-scroll, .nav-is-open) .page-template-template-shop #nav-toggle,
html:not(.has-scroll, .nav-is-open) .page-template-template-events #nav-toggle,
html:not(.has-scroll, .nav-is-open) .page-template-template-about #nav-toggle,
html:not(.has-scroll, .nav-is-open) .page-template-template-dine #nav-toggle,
html:not(.has-scroll, .nav-is-open) .page-template-template-work #nav-toggle {
  color: inherit;
}

nav.breadcrumb {
  padding: 13px 0 10px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  color: #676660;
  text-transform: uppercase;
}
nav.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav.breadcrumb ol li {
  display: inline;
}
nav.breadcrumb ol li:not(:last-child)::after {
  content: "/";
  margin: 0 1ch;
}
nav.breadcrumb a {
  color: inherit;
  text-decoration: none;
}

article.page {
  padding: 44px 0 150px 0;
}
@media screen and (max-width: 860px) {
  article.page {
    padding: 22px 0 50px 0;
  }
}
article.page .page-title {
  max-width: 811px;
  margin: 0 0 15px 0;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: calc(52 / 38);
  color: #74706C;
}
article.page .page-content h2 {
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
}
article.page .page-content h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
article.page .page-content h4, article.page .page-content h5, article.page .page-content h6 {
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
article.page .page-content a {
  color: inherit;
  text-decoration: underline;
}
article.page .page-content a:hover, article.page .page-content a:focus-visible {
  color: #F15A29;
}
article.page .page-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
article.page .page-content ul > li {
  position: relative;
  padding-left: 26px;
}
article.page .page-content ul > li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 9px;
  width: 5px;
  height: 5px;
  overflow: hidden;
  border-radius: 50%;
  background-color: currentColor;
}
article.page .page-content .table-wraper {
  overflow-y: auto;
}
article.page .page-content > *:last-child {
  margin-bottom: 0;
}

article.page-404 {
  padding: 114px 0;
}
@media screen and (max-width: 1180px) {
  article.page-404 {
    padding: 70px 0;
  }
}

.section-frontpage-hero {
  position: relative;
  color: #F7F5ED;
  background-color: #000;
}
.section-frontpage-hero .video-wrapper {
  width: 100%;
  height: calc(var(--vh, 1dvh) * 100);
  max-height: 760px;
}
@media screen and (max-width: 860px) {
  .section-frontpage-hero .video-wrapper {
    max-height: 600px;
  }
}
.section-frontpage-hero .video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-frontpage-hero .video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}
.section-frontpage-hero .video-wrapper::after {
  content: "";
  position: absolute;
  top: -79px;
  left: 0;
  right: 0;
  height: 376px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-frontpage-hero .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: var(--header-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.section-frontpage-hero .content-wrapper .title {
  margin: 0;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 135px;
  line-height: 1;
  color: #F7F5ED;
}
@media screen and (max-width: 860px) {
  .section-frontpage-hero .content-wrapper .title {
    font-size: 70px;
  }
}
.section-frontpage-hero .content-wrapper .title > span {
  display: block;
  margin-bottom: 35px;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 30px;
  line-height: calc(38 / 30);
  letter-spacing: 2px;
}
@media screen and (max-width: 860px) {
  .section-frontpage-hero .content-wrapper .title > span {
    font-size: 20px;
  }
}

.section-visit {
  padding: 73px 0 76px 0;
  text-align: center;
  color: #F7F5ED;
  background-color: #F15A29;
}
.section-visit .title {
  margin: 0 0 22px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: calc(26 / 20);
  letter-spacing: 2px;
}
@media screen and (max-width: 860px) {
  .section-visit .title {
    font-size: 18px;
  }
}
.section-visit .content {
  width: 100%;
  max-width: 721px;
  margin: 0 auto;
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: calc(52 / 45);
}
@media screen and (max-width: 860px) {
  .section-visit .content {
    font-size: 35px;
  }
}
.section-visit .content * {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.section-visit .content + .button {
  margin-top: 60px;
}
.section-visit .button {
  color: #554C3A;
  background-color: #F7F5ED;
}
.section-visit .button:hover, .section-visit .button:focus-visible {
  color: #fff;
  background: #676660CC;
}

.section-activities .activities {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1180px) {
  .section-activities .activities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 860px) {
  .section-activities .activities {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-activities .activity {
  aspect-ratio: 468/562;
}
.section-activities .activity > a {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #F7F5ED;
  text-align: center;
  background-color: #000;
  text-decoration: none;
}
.section-activities .activity > a:hover .bg {
  transform: scale(1.05);
}
.section-activities .activity .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s ease 0s;
}
.section-activities .activity .title {
  position: relative;
  margin: 0;
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  .section-activities .activity .title {
    font-size: 50px;
  }
}
.section-activities .activity .subtitle {
  position: relative;
  margin: -10px 0 0 0;
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  .section-activities .activity .subtitle {
    font-size: 23px;
  }
}

.section-intro {
  padding: 96px 0 66px 0;
  text-align: center;
  color: #676660;
  background-color: #F7F5ED;
}
@media screen and (max-width: 860px) {
  .section-intro {
    padding: 60px 0 50px 0;
  }
}
.section-intro .title {
  margin: 0 0 22px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: calc(26 / 20);
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  .section-intro .title {
    font-size: 18px;
  }
}
.section-intro .content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: calc(52 / 38);
}
@media screen and (max-width: 860px) {
  .section-intro .content {
    font-size: 24px;
  }
  .section-intro .content br {
    display: none;
  }
}
.section-intro .content * {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.section-intro .content + .button {
  margin-top: 40px;
  min-width: 168px;
}
.section-intro .ctas {
  display: flex;
  flex-flow: row wrap;
  gap: 36px;
  justify-content: center;
  margin-top: 36px;
}
@media screen and (max-width: 860px) {
  .section-intro .ctas {
    margin-top: 30px;
    gap: 16px;
  }
}
.page-template-template-live .section-intro {
  padding: 60px 0 58px 0;
}
.page-template-template-live .section-intro title {
  margin-bottom: 10px;
}
.page-template-template-live .section-intro .content {
  max-width: 755px;
}
.page-template-template-live .section-intro .content + .button {
  margin-top: 35px;
}

.section-slider {
  overflow: hidden;
  padding: 64px 0 70px 0;
  background: #fff;
}
@media screen and (max-width: 860px) {
  .section-slider {
    padding: 45px 0;
  }
}
.section-slider .title {
  margin: 0 0 30px 0;
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
  color: #676660;
}
@media screen and (max-width: 860px) {
  .section-slider .title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.section-slider .slider-container {
  position: relative;
}
.section-slider .slider {
  position: static;
  width: 100%;
  max-width: 932px;
  margin: 0 auto;
}
.section-slider .slider .slick-list {
  overflow: visible;
}
.section-slider .slider .slide {
  padding: 0 16px;
  color: #676660;
  text-align: center;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(55 / 18);
}
.section-slider .slider .slide > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.section-slider .slider .slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 900/520;
  object-fit: cover;
}
.section-slider .slider .slide .caption {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-slider .slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: block;
  width: calc(50% - 466px);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-indent: -99999em;
  background: none;
  appearance: none;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  .section-slider .slider .slick-arrow {
    display: none !important;
  }
}
.section-slider .slider .slick-prev {
  left: 0;
  cursor: url("../images/slider-cursor-prev.png"), w-resize;
}
.section-slider .slider .slick-next {
  right: 0;
  cursor: url("../images/slider-cursor-next.png"), e-resize;
}

.section-hero {
  position: relative;
  height: 468px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  .section-hero {
    height: 240px;
  }
}
.section-hero .title {
  position: relative;
  bottom: -0.21em;
  margin: 0;
  font-family: "Bebas Neue", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 105px;
  line-height: 1;
  text-align: right;
  color: #FAFAFA;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  .section-hero .title {
    font-size: 90px;
  }
}

.section-communities {
  padding-bottom: 35px;
}
@media screen and (max-width: 860px) {
  .section-communities {
    padding-bottom: 0;
  }
}
.section-communities .communities {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 860px) {
  .section-communities .communities {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-communities .community {
  overflow: hidden;
  position: relative;
  aspect-ratio: 468/562;
}
.section-communities .community .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s ease 0s;
}
.section-communities .community .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 90px 30px 60px 30px;
}
.section-communities .community .logo-wrapper {
  min-height: 193px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-communities .community .logo-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-communities .community .cta-wrapper {
  text-align: center;
}
.section-communities .community .cta-wrapper .button {
  position: static;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.section-communities .community .cta-wrapper .button:hover, .section-communities .community .cta-wrapper .button:focus-visible {
  border-color: #F15A29;
  background-color: #F15A29;
}
.section-communities .community .cta-wrapper .button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-communities .community:hover .bg {
  transform: scale(1.05);
}

.section-shop-filters {
  padding: 35px 0 25px 0;
  background-color: #fff;
}
.section-shop-filters .filter > .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: 1px;
  color: #74706C;
}
.section-shop-filters .filter > .wrapper > span {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.section-shop-filters .filter > .wrapper > span.active {
  font-weight: 700;
  border-top-color: #F15A29;
  border-bottom-color: #F15A29;
}

.section-shop-items {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 16px 87px 16px;
}
.section-shop-items .items {
  margin-left: -8px;
  margin-right: -8px;
}
.section-shop-items .items .grid-sizer,
.section-shop-items .items .grid-item {
  width: 100%;
}
.section-shop-items .items .grid-sizer {
  margin: 0;
}
.section-shop-items .items .grid-item {
  margin-bottom: 16px;
  padding: 0 8px;
}
@media screen and (min-width: 861px) {
  .section-shop-items .items .grid-sizer,
.section-shop-items .items .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 1181px) {
  .section-shop-items .items .grid-sizer,
.section-shop-items .items .grid-item {
    width: 25%;
  }
}
.section-shop-items .grid-item > a {
  display: block;
  text-decoration: none;
  color: #676660;
  background-color: #fff;
}
.section-shop-items .grid-item > a:hover .img img {
  transform: scale(1.05);
}
.section-shop-items .grid-item .img {
  overflow: hidden;
}
.section-shop-items .grid-item .img img {
  display: block;
  aspect-ratio: 341/321;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease 0s;
}
.section-shop-items .grid-item .inner {
  padding: 26px 7px 21px 22px;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(22 / 16);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1180px) {
  .section-shop-items .grid-item .inner {
    padding: 25px;
  }
}
@media screen and (max-width: 860px) {
  .section-shop-items .grid-item .inner {
    padding: 25px 20px;
  }
}
.section-shop-items .grid-item .title {
  margin: 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: calc(22 / 20);
  text-transform: uppercase;
  letter-spacing: 0;
}
@media screen and (max-width: 860px) {
  .section-shop-items .grid-item .title {
    font-size: 18px;
  }
}
.section-shop-items .grid-item .phone {
  margin-top: 2px;
}
.section-shop-items .grid-item .phone:empty::after {
  content: " ";
}

.breadcrumbs {
  padding: 13px 0 10px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
  color: #676660;
}
.breadcrumbs .container {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs span {
  margin: 0 1ch;
}

.single-shop-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  .single-shop-container {
    padding: 0;
  }
}
.single-shop-container > .inner {
  padding: 72px 126px 151px 79px;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  .single-shop-container > .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 860px) {
  .single-shop-container > .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.single-shop-container > .inner > .inner {
  display: flex;
  gap: 84px;
}
@media screen and (max-width: 1180px) {
  .single-shop-container > .inner > .inner {
    gap: 50px;
  }
}
@media screen and (max-width: 860px) {
  .single-shop-container > .inner > .inner {
    flex-direction: column;
    gap: 30px;
  }
}
.single-shop-container .image-wrapper {
  flex: 0 0 auto;
  width: 513px;
}
@media screen and (max-width: 1180px) {
  .single-shop-container .image-wrapper {
    width: 450px;
  }
}
@media screen and (max-width: 860px) {
  .single-shop-container .image-wrapper {
    width: 100%;
  }
}
.single-shop-container .image-wrapper img {
  display: block;
}
.single-shop-container .content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.single-shop-container .content-wrapper .details {
  order: -1;
  display: flex;
  margin-bottom: 60px;
  padding-bottom: 12px;
  border-bottom: 1px solid #74706C4D;
}
@media screen and (max-width: 860px) {
  .single-shop-container .content-wrapper .details {
    flex-direction: column;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }
}
.single-shop-container .content-wrapper .details .logo {
  flex: 0 0 auto;
  width: 55%;
  padding-right: 47px;
  padding-top: 12px;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  .single-shop-container .content-wrapper .details .logo {
    width: 50%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 860px) {
  .single-shop-container .content-wrapper .details .logo {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.single-shop-container .content-wrapper .details .logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.4;
}
.single-shop-container .content-wrapper .details .contacts {
  flex: 0 0 auto;
  width: 45%;
  padding-left: 59px;
  padding-top: 12px;
  border-left: 1px solid #74706C4D;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(22 / 18);
  color: #74706C;
}
@media screen and (max-width: 1180px) {
  .single-shop-container .content-wrapper .details .contacts {
    width: 50%;
    padding-left: 25px;
  }
}
@media screen and (max-width: 860px) {
  .single-shop-container .content-wrapper .details .contacts {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
    padding-top: 20px;
    border-left: 0;
    border-top: 1px solid #74706C4D;
    font-size: 16px;
  }
}
.single-shop-container .content-wrapper .details .contacts > div:not(:last-child) {
  margin-bottom: 10px;
}
.single-shop-container .content-wrapper .details .contacts a {
  text-decoration: none;
}
.single-shop-container .content-wrapper .title {
  margin: 0 0 20px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: #74706C;
}
.single-shop-container .content-wrapper .description {
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(30 / 18);
}
@media screen and (max-width: 860px) {
  .single-shop-container .content-wrapper .description {
    font-size: 16px;
  }
}
.single-shop-container .content-wrapper .description a {
  color: inherit;
  text-decoration: underline;
}
.single-shop-container .content-wrapper .description a:hover, .single-shop-container .content-wrapper .description a:focus-visible {
  color: #F15A29;
}
.single-shop-container .content-wrapper .description > * {
  margin-bottom: 32px;
}
.single-shop-container .content-wrapper .description > *:last-child {
  margin-bottom: 0;
}
.single-shop-container .content-wrapper .links-wrapper {
  margin-top: 32px;
  padding: 9px 0;
  display: flex;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(32 / 18);
  color: #F15A29;
}
@media screen and (max-width: 860px) {
  .single-shop-container .content-wrapper .links-wrapper {
    font-size: 16px;
  }
}
.single-shop-container .content-wrapper .links-wrapper a {
  color: #F15A29;
  text-decoration: none;
}
.single-shop-container .content-wrapper .links-wrapper .directions a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 860px) {
  .single-shop-container .content-wrapper .links-wrapper .directions a {
    gap: 10px;
  }
}
.single-shop-container .content-wrapper .links-wrapper .directions a .icon {
  flex: 0 0 auto;
  width: 20px;
}
.single-shop-container .content-wrapper .links-wrapper .social {
  margin-left: 25px;
  padding-left: 22px;
  border-left: 1px solid #74706C4D;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 860px) {
  .single-shop-container .content-wrapper .links-wrapper .social {
    margin-left: 20px;
    padding-left: 20px;
    gap: 12px;
  }
}
.single-shop-container .content-wrapper .links-wrapper .social > span {
  margin-right: 5px;
}
.single-shop-container .content-wrapper .links-wrapper .social a {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  overflow: hidden;
  text-indent: -99999em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.single-shop-container .content-wrapper .links-wrapper .social a.facebook {
  background-image: url("../images/icon-facebook.svg");
}
.single-shop-container .content-wrapper .links-wrapper .social a.instagram {
  background-image: url("../images/icon-instagram.svg");
}
.single-shop-container .content-wrapper .links-wrapper .social a.youtube {
  background-image: url("../images/icon-youtube.svg");
}
.single-shop-container .content-wrapper .links-wrapper .social a.x {
  background-image: url("../images/icon-x.svg");
}

.page-template-template-events .breadcrumbs {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 15px 40px;
}
@media screen and (max-width: 1180px) {
  .page-template-template-events .breadcrumbs {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-template-template-events .breadcrumbs .container {
  max-width: none;
  margin: 0;
}

.section-events {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px 44px 16px;
}
.section-events .events {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1180px) {
  .section-events .events {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 860px) {
  .section-events .events {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-events .event a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #676660;
  background-color: #fff;
}
.section-events .event a:hover .img img {
  transform: scale(1.05);
}
.section-events .event .img {
  overflow: hidden;
  aspect-ratio: 458/304;
}
.section-events .event .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease 0s;
}
.section-events .event .inner {
  padding: 35px 25px 45px 35px;
}
@media screen and (max-width: 860px) {
  .section-events .event .inner {
    padding: 30px 20px;
  }
}
.section-events .event .date {
  margin-bottom: 15px;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.section-events .event .title {
  margin: 0 0 38px 0;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 31px;
  line-height: calc(38 / 31);
}
@media screen and (max-width: 860px) {
  .section-events .event .title {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
.section-events .event .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(30 / 18);
}
.section-events .event .excerpt * {
  margin: 0;
}
.section-events .event .more {
  display: block;
  color: #F15A29;
}

.single-event-container {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  padding-top: 8px;
  padding-bottom: 88px;
}
@media screen and (max-width: 860px) {
  .single-event-container {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.single-event-container .details {
  flex: 0 0 auto;
  width: 445px;
  padding: 42px 28px 39px 25px;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(24 / 18);
  color: #676660;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  .single-event-container .details {
    width: 335px;
    padding: 35px 25px;
  }
}
@media screen and (max-width: 860px) {
  .single-event-container .details {
    width: 100%;
    padding: 30px 20px;
    font-size: 16px;
  }
}
.single-event-container .details > .inner {
  border-top: 1px solid #6766604D;
  border-bottom: 1px solid #6766604D;
  padding: 34px 20px 32px 47px;
}
@media screen and (max-width: 1180px) {
  .single-event-container .details > .inner {
    padding: 20px 0;
  }
}
.single-event-container .details > .inner > div:not(:last-child) {
  margin-bottom: 17px;
}
.single-event-container .details .title {
  margin: 0 0 20px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #676660;
}
.single-event-container .details .label {
  font-weight: 500;
  text-transform: uppercase;
}
.single-event-container .content-wrapper {
  flex: 1;
}
.single-event-container .content-wrapper .image {
  margin-bottom: 44px;
}
@media screen and (max-width: 860px) {
  .single-event-container .content-wrapper .image {
    margin-bottom: 25px;
  }
}
.single-event-container .content-wrapper .image img {
  display: block;
  width: 100%;
}
.single-event-container .content-wrapper .title {
  margin: 0 0 32px 0;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 31px;
  line-height: calc(38 31);
  color: #676660;
}
.single-event-container .content-wrapper .description {
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(30 / 18);
}
@media screen and (max-width: 860px) {
  .single-event-container .content-wrapper .description {
    font-size: 16px;
  }
}
.single-event-container .content-wrapper .description a {
  color: #F15A29;
  text-decoration: underline;
}
.single-event-container .content-wrapper .description a:hover, .single-event-container .content-wrapper .description a:focus-visible {
  color: #74706C;
}
.single-event-container .content-wrapper .description > * {
  margin-bottom: 32px;
}
.single-event-container .content-wrapper .description > *:last-child {
  margin-bottom: 0;
}

.single-post .single-event-container {
  padding-top: 20px;
}
.single-post .single-event-container .title {
  margin-bottom: 10px;
}
.single-post .single-event-container .date {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.single-post .single-event-container .content-wrapper {
  max-width: 810px;
}

.page-template-template-leasing .section-intro {
  padding-top: 14px;
  padding-bottom: 67px;
}
@media screen and (max-width: 860px) {
  .page-template-template-leasing .section-intro {
    padding-bottom: 40px;
  }
}
.page-template-template-leasing .section-intro .content {
  max-width: 505px;
}

.section-image-spacer img {
  display: block;
  width: 100%;
  height: 552px;
  object-fit: cover;
}
@media screen and (max-width: 860px) {
  .section-image-spacer img {
    height: auto;
    aspect-ratio: 4/3;
  }
}

.section-leasing {
  margin: 17px 0;
}
.section-leasing .leasing {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 860px) {
  .section-leasing .leasing {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section-leasing .leasing > a {
  position: relative;
  overflow: hidden;
  aspect-ratio: 468/563;
  padding: 130px 0;
  color: #fff;
  text-align: center;
  background: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .section-leasing .leasing > a {
    padding: 90px;
  }
}
@media screen and (max-width: 860px) {
  .section-leasing .leasing > a {
    padding: 80px;
  }
}
.section-leasing .leasing > a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s ease 0s;
}
.section-leasing .leasing > a h5 {
  position: relative;
  z-index: 1;
  order: -1;
  margin: 0 0 10px 0;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: calc(50 / 25);
}
@media screen and (max-width: 860px) {
  .section-leasing .leasing > a h5 {
    font-size: 22px;
  }
}
.section-leasing .leasing > a h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: #F8F5EC;
}
@media screen and (max-width: 1180px) {
  .section-leasing .leasing > a h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 860px) {
  .section-leasing .leasing > a h3 {
    font-size: 40px;
  }
}
.section-leasing .leasing > a span.button {
  position: absolute;
  bottom: 59px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  .section-leasing .leasing > a span.button {
    bottom: 30px;
  }
}
.section-leasing .leasing > a:hover .bg {
  transform: scale(1.05);
}

.page-template-template-about .section-intro {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 860px) {
  .page-template-template-about .section-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page-template-template-about .section-intro .content {
  max-width: 755px;
}
.page-template-template-about .section-image-spacer {
  width: 100%;
  max-width: 1038px;
  margin: 12px auto 94px auto;
}
@media screen and (max-width: 860px) {
  .page-template-template-about .section-image-spacer {
    margin-bottom: 0;
  }
}

.section-about {
  margin-bottom: 65px;
}
.section-about .about-container {
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 860px) {
  .section-about .about-container {
    flex-direction: column;
    gap: 30px;
  }
}
.section-about .about-container .content {
  flex: 1;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(30 / 18);
  color: #676660;
}
@media screen and (max-width: 860px) {
  .section-about .about-container .content {
    font-size: 16px;
  }
}
.section-about .about-container .content * {
  margin: 0;
}
.section-about .about-container .disclaimer-wrapper {
  flex: 0 0 auto;
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  padding-left: 64px;
  border-left: 1px solid #6766604D;
}
@media screen and (max-width: 860px) {
  .section-about .about-container .disclaimer-wrapper {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    border-top: 1px solid #6766604D;
    border-left: 0;
    gap: 20px;
  }
}
.section-about .about-container .disclaimer-wrapper .disclaimer {
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(30 / 18);
  color: #676660;
}
@media screen and (max-width: 860px) {
  .section-about .about-container .disclaimer-wrapper .disclaimer {
    font-size: 16px;
  }
}
.section-about .about-container .disclaimer-wrapper .button {
  margin-right: auto;
}

.section-news .news-container {
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  padding: 59px 90px 24px 75px;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  .section-news .news-container {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 860px) {
  .section-news .news-container {
    padding: 30px 20px;
  }
}
.section-news .news-container .title {
  margin: 0 0 25px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #74706C;
}
@media screen and (max-width: 860px) {
  .section-news .news-container .title {
    font-size: 22px;
  }
}
.section-news .news-container .news {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-news .news-container .news > li {
  border-top: 1px solid #6766604D;
}
.section-news .news-container .news a {
  display: flex;
  align-items: center;
  gap: 37px;
  padding: 20px 20px 20px 23px;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: calc(34 / 20);
  color: #676660;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .section-news .news-container .news a {
    padding: 15px 0;
    font-size: 18px;
    gap: 15px;
  }
}
.section-news .news-container .news a svg {
  flex: 0 0 auto;
  width: 31px;
}
.section-news .news-container .news a:hover, .section-news .news-container .news a:focus-visible {
  color: #F15A29;
}

.split-layout {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 19px;
}
@media screen and (max-width: 860px) {
  .split-layout {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 10px;
  }
}

.section-main-content {
  padding: 18px 53px 45px 0;
}
@media screen and (max-width: 1180px) {
  .section-main-content {
    padding-right: 30px;
  }
}
@media screen and (max-width: 860px) {
  .section-main-content {
    padding: 0;
  }
}
.section-main-content .title {
  margin: 0 0 10px 0;
  font-family: "Martel Sans", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #676660;
}
@media screen and (max-width: 860px) {
  .section-main-content .title {
    font-size: 18px;
  }
}
.section-main-content .subtitle {
  margin: 0 0 15px 0;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: calc(52 / 38);
  color: #74706C;
}
@media screen and (max-width: 860px) {
  .section-main-content .subtitle {
    font-size: 30px;
  }
}
.page-template-template-contact .section-main-content .subtitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .page-template-template-contact .section-main-content .subtitle {
    margin-bottom: 20px;
  }
}
.section-main-content .content {
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(30 / 18);
  color: #676660;
}
@media screen and (max-width: 860px) {
  .section-main-content .content {
    font-size: 16px;
  }
}
.section-main-content .content p, .section-main-content .content ul, .section-main-content .content ol {
  margin: 0 0 32px 0;
}
.section-main-content .content h4 {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  .section-main-content .content h4 {
    font-size: 18px;
  }
}
.section-main-content .content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.section-main-content .content ul > li {
  position: relative;
  padding-left: 26px;
}
.section-main-content .content ul > li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 9px;
  width: 5px;
  height: 5px;
  overflow: hidden;
  border-radius: 50%;
  background-color: currentColor;
}
.section-main-content .content a {
  text-decoration: underline;
}
.section-main-content .content > *:last-child {
  margin-bottom: 0;
}
.section-main-content .signup-cta {
  margin-top: 50px;
}
@media screen and (max-width: 860px) {
  .section-main-content .signup-cta {
    margin-top: 30px;
  }
}

.section-side {
  padding: 51px 47px 45px 53px;
  color: #676660;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  .section-side {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 860px) {
  .section-side {
    margin-left: -25px;
    margin-right: -25px;
    padding: 30px 25px;
  }
}
.section-side .image-wrapper img {
  display: block;
  width: 100%;
}
.section-side .form-wrapper {
  margin-top: 38px;
  border-top: 1px solid #74706C4D;
}
.section-side .row {
  display: flex;
  flex-flow: row wrap;
  column-gap: 36px;
}
@media screen and (max-width: 860px) {
  .section-side .row {
    display: block;
  }
}
.section-side .row > .title {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 0 19px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  .section-side .row > .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.section-side .row > .column {
  font-size: 18px;
  line-height: calc(22 / 18);
}
@media screen and (max-width: 860px) {
  .section-side .row > .column {
    font-size: 16px;
  }
}
.section-side .row > .column * {
  margin: 0;
}
.section-side .row > .column p {
  margin-bottom: 20px;
}
.section-side .row > .column > *:last-child {
  margin-bottom: 0;
}
.section-side .row > .column.column-left {
  flex: 1;
}
.section-side .row > .column.column-right {
  flex: 0 0 auto;
  width: 182px;
}
@media screen and (max-width: 860px) {
  .section-side .row > .column.column-right {
    width: 100%;
    margin-top: 20px;
  }
}
.section-side .row > .column.column-right:empty {
  display: none;
}
.section-side .row:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 1px solid #6766604D;
  padding-bottom: 35px;
}
@media screen and (max-width: 860px) {
  .section-side .row:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.page-template-template-giftcard .section-main-content > * {
  max-width: 480px;
}
.page-template-template-giftcard .section-main-content .subtitle {
  margin-bottom: 45px;
}
@media screen and (max-width: 860px) {
  .page-template-template-giftcard .section-main-content .subtitle {
    margin-bottom: 30px;
  }
}
.page-template-template-giftcard .section-side {
  padding: 44px 47px 55px 53px;
}
@media screen and (max-width: 1180px) {
  .page-template-template-giftcard .section-side {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 860px) {
  .page-template-template-giftcard .section-side {
    padding: 30px 20px;
  }
}

.gift-card-form {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 90px 90px;
  column-gap: 45px;
  row-gap: 20px;
}
@media screen and (max-width: 1180px) {
  .gift-card-form {
    column-gap: 20px;
  }
}
@media screen and (max-width: 860px) {
  .gift-card-form {
    grid-template-columns: 1fr 1fr;
  }
}
.gift-card-form .gift-card-form-legend {
  margin: 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: calc(28 / 16);
  text-transform: uppercase;
  color: #676660;
}
@media screen and (max-width: 860px) {
  .gift-card-form .gift-card-form-legend {
    grid-column: 1/span 2;
  }
}
.gift-card-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.gift-card-form input[type=number] {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 450;
  color: #74706C;
  background-color: #F7F5ED;
  appearance: none;
}
.gift-card-form input[type=number]::-webkit-outer-spin-button, .gift-card-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gift-card-form input[type=number][type=number] {
  -moz-appearance: textfield;
}
.gift-card-form button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  background-color: #676660CC;
  cursor: pointer;
  transition: background-color 0.25s ease 0s;
}
.gift-card-form button:hover, .gift-card-form button:focus-visible {
  background-color: #F15A29;
}
.gift-card-form .field-terms {
  grid-column: 1/span 2;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.gift-card-form .field-terms input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.gift-card-form .field-terms input:checked ~ label:before {
  background-color: #F15A29;
}
.gift-card-form .field-terms label {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}
.gift-card-form .field-terms label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #B6B6B3;
  padding: 2px;
  background-clip: content-box;
}
.gift-card-form .field-terms label a {
  color: inherit;
  text-decoration: underline;
}
.gift-card-form .field-terms label a:hover, .gift-card-form .field-terms label a:focus-visible {
  color: #F15A29;
}
.gift-card-form .field-terms.error {
  color: #c00;
}
.gift-card-form .field-amount {
  position: relative;
}
.gift-card-form .field-amount .wrapper {
  position: relative;
}
.gift-card-form .field-amount input {
  pointer-events: none;
}
.gift-card-form .field-amount .trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6px;
  cursor: pointer;
}
.gift-card-form .field-amount .trigger svg {
  pointer-events: none;
}
.gift-card-form .field-amount ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #F7F5ED;
  z-index: 20;
  max-height: 360px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.gift-card-form .field-amount ul > li {
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 450;
  cursor: pointer;
}
.gift-card-form .field-amount ul > li:hover {
  color: #F15A29;
}
.gift-card-form .field-amount ul > li.selected {
  display: none;
}
.gift-card-form .field-amount.open ul {
  display: block;
}
@media screen and (max-width: 860px) {
  .gift-card-form .gift-card-actions {
    grid-column: 1/span 2;
  }
}

.sr-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s, visibility 0.25s ease-in 0s;
}
@media screen and (max-width: 860px) {
  .sr-video-modal {
    padding: 25px;
  }
}
.sr-video-modal.active {
  display: flex !important;
}
html.video-modal-active .sr-video-modal {
  visibility: visible;
  opacity: 1;
}
.sr-video-modal .video-wrapper {
  max-width: 100%;
  max-height: 100%;
}
.sr-video-modal video {
  display: block;
  width: 100%;
  height: 100%;
}
.sr-video-modal button.close {
  overflow: hidden;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 33px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-indent: -99999em;
  appearance: none;
  background: transparent url("../images/modal-close.svg") no-repeat center center/33px 34px;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .sr-video-modal button.close {
    top: 10px;
    right: 12px;
  }
}

#footer {
  padding: 114px 0;
  color: #F7F5ED;
  background: #676660;
}
@media screen and (max-width: 1180px) {
  #footer {
    padding: 70px 0;
  }
}
@media screen and (max-width: 860px) {
  #footer {
    padding: 50px 0;
  }
}
#footer .footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 180px;
}
@media screen and (max-width: 1180px) {
  #footer .footer-main {
    display: block;
  }
}
#footer .footer-main .footer-right {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #footer .footer-main .footer-right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 860px) {
  #footer .footer-main .footer-right {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
#footer .footer-main .footer-logo {
  margin-bottom: 25px;
}
#footer .footer-main .footer-logo img {
  display: block;
  width: auto;
  height: 26px;
}
@media screen and (max-width: 1180px) {
  #footer .footer-main .footer-logo img {
    height: 24px;
  }
}
@media screen and (max-width: 860px) {
  #footer .footer-main .footer-logo img {
    height: 20px;
  }
}
#footer .footer-main .address {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14);
  letter-spacing: 0.56px;
}
#footer .footer-main .social-links {
  margin-top: 70px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1180px) {
  #footer .footer-main .social-links {
    margin-top: 40px;
  }
}
@media screen and (max-width: 860px) {
  #footer .footer-main .social-links {
    margin-top: 30px;
  }
}
#footer .footer-main .footer-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1180px) {
  #footer .footer-main .footer-menu {
    flex: 0 0 auto;
    gap: 50px;
  }
}
@media screen and (max-width: 860px) {
  #footer .footer-main .footer-menu {
    flex: 1;
  }
}
#footer .footer-main .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-main .footer-menu .menu {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(40 / 18);
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1180px) {
  #footer .footer-main .footer-menu .menu {
    font-size: 16px;
  }
}
#footer .footer-main .footer-menu .menu a {
  color: inherit;
  text-decoration: none;
}
#footer .footer-main .footer-menu .menu a:hover, #footer .footer-main .footer-menu .menu a:focus-visible {
  color: #F15A29;
}
#footer .footer-main .footer-menu .menu ul {
  display: none;
}
#footer .footer-main .signup .button:hover, #footer .footer-main .signup .button:focus-visible {
  color: #000;
  background-color: #F7F5ED;
}
#footer .legal {
  margin-top: 62px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 180px;
  align-items: end;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14);
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1180px) {
  #footer .legal {
    display: block;
  }
}
#footer .legal .footer-right {
  display: flex;
  align-items: flex-end;
  gap: 33px;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #footer .legal .footer-right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 860px) {
  #footer .legal .footer-right {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-top: 30px;
  }
}
#footer .legal a {
  color: inherit;
  text-decoration: none;
}
#footer .legal a:hover, #footer .legal a:focus-visible {
  color: #F15A29;
}
#footer .legal .copyright a {
  color: inherit;
  text-decoration: underline;
}
#footer .legal .copyright a:hover, #footer .legal .copyright a:focus-visible {
  color: #F15A29;
}

.signup-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 245, 237, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s, visibility 0.25s ease-in 0s;
}
html.signup-modal-active .signup-modal {
  visibility: visible;
  opacity: 1;
}
.signup-modal .signup-modal-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 85px 25px;
  color: #F7F5ED;
  background-color: #676660;
}
@media screen and (max-width: 860px) {
  .signup-modal .signup-modal-container {
    padding: 40px 25px;
  }
}
.signup-modal .signup-modal-container .signup-modal-content {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.signup-modal .signup-modal-container .signup-modal-content h2 {
  margin: 0 0 25px 0;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.37;
}
@media screen and (max-width: 860px) {
  .signup-modal .signup-modal-container .signup-modal-content h2 {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.signup-modal .signup-modal-container .signup-modal-content h3 {
  margin: 0 0 10px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  .signup-modal .signup-modal-container .signup-modal-content h3 {
    font-size: 18px;
  }
}
.signup-modal .signup-modal-container .signup-modal-content p {
  margin: 0 0 30px 0;
  font-family: "futura-pt", "Futura PT", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (max-width: 860px) {
  .signup-modal .signup-modal-container .signup-modal-content p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.signup-modal .signup-modal-container .signup-modal-content p.signup-disclaimer {
  font-size: 14px;
  line-height: calc(20 / 14);
}
.signup-modal .signup-modal-container .signup-modal-content form {
  width: 100%;
  margin: 30px 0 60px 0;
}
@media screen and (max-width: 860px) {
  .signup-modal .signup-modal-container .signup-modal-content form {
    margin: 25px 0;
  }
}
.signup-modal .signup-modal-container .signup-modal-content form .subscribeBox {
  display: flex;
}
@media screen and (max-width: 860px) {
  .signup-modal .signup-modal-container .signup-modal-content form .subscribeBox {
    flex-direction: column;
    gap: 16px;
  }
}
.signup-modal .signup-modal-container .signup-modal-content form input[type=text],
.signup-modal .signup-modal-container .signup-modal-content form input[type=email] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: normal;
  color: #F7F5ED;
  background-color: #828077;
  appearance: none;
}
.signup-modal .signup-modal-container .signup-modal-content form input[type=text]::-webkit-input-placeholder,
.signup-modal .signup-modal-container .signup-modal-content form input[type=email]::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-style: italic;
  color: #F7F5ED;
}
.signup-modal .signup-modal-container .signup-modal-content form input[type=text]:-moz-placeholder,
.signup-modal .signup-modal-container .signup-modal-content form input[type=email]:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-style: italic;
  color: #F7F5ED;
}
.signup-modal .signup-modal-container .signup-modal-content form input[type=text]::-moz-placeholder,
.signup-modal .signup-modal-container .signup-modal-content form input[type=email]::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-style: italic;
  color: #F7F5ED;
}
.signup-modal .signup-modal-container .signup-modal-content form input[type=text]:-ms-input-placeholder,
.signup-modal .signup-modal-container .signup-modal-content form input[type=email]:-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
  font-style: italic;
  color: #F7F5ED;
}
.signup-modal .signup-modal-container .signup-modal-content form input[type=button],
.signup-modal .signup-modal-container .signup-modal-content form input[type=submit] {
  display: block;
  height: 50px;
  width: 120px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  text-align: center;
  line-height: normal;
  font-weight: 450;
  text-transform: uppercase;
  color: #F7F5ED;
  background-color: #F15A29;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .signup-modal .signup-modal-container .signup-modal-content form input[type=button],
.signup-modal .signup-modal-container .signup-modal-content form input[type=submit] {
    width: 100%;
  }
}
.signup-modal .signup-modal-close {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 33px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-indent: -99999em;
  appearance: none;
  background: transparent url("../images/modal-close.svg") no-repeat center center/33px 34px;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .signup-modal .signup-modal-close {
    top: 10px;
    right: 10px;
  }
}
