@charset "UTF-8";
@font-face {
  font-family: "Helvetica-Neue";
  src: url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EB5B35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}
.preloader {
  cursor: pointer;
}
.preloader:hover .preloader__skip-hint {
  opacity: 1;
}

.preloader__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin: 48px;
}
@media (max-width: 768px) {
  .preloader__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .preloader__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 48px;
  }
}

.headline {
  font-family: "Helvetica-Neue", sans-serif;
  font-style: normal;
  color: #0D0708;
  line-height: normal;
  color: #0D0708;
}
.headline--primary {
  letter-spacing: -1.6px;
  line-height: 1;
  margin-bottom: 3rem;
  margin-top: 24px;
}
@media (max-width: 480px) {
  .headline--primary {
    letter-spacing: -0.64px;
  }
}
@media (min-width: 768px) {
  .headline--primary {
    letter-spacing: -1.12px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica-Neue", sans-serif;
  font-style: normal;
  color: #0D0708;
  line-height: normal;
  color: #0D0708;
  font-weight: 400;
  line-height: 100%;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 110%;
}

.h1, h1 {
  font-size: clamp(7.75rem, 0.4908vw + 7.6365rem, 8.25rem);
}

.h2, h2 {
  font-size: clamp(2rem, 2.9448vw + 1.319rem, 5rem);
}

.h3, h3 {
  font-size: clamp(2rem, 0.9816vw + 1.773rem, 3rem);
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

.body-text, p {
  font-family: "Helvetica-Neue", sans-serif;
  font-style: normal;
  color: #0D0708;
  line-height: normal;
  color: #0D0708;
  line-height: 28px; /* 155.556% */
}

p {
  color: #0D0708;
}

.btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
}
.btn:focus {
  outline: none;
  outline-offset: 2px;
}
.btn {
  font-family: "Helvetica-Neue", sans-serif;
  font-style: normal;
  color: #0D0708;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 32px;
  border-radius: 32px;
  min-width: 230px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.site-header {
  background-color: transparent;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 1030;
  overflow: hidden;
}
.site-header.fixed {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 991.98px) {
  .site-header.fixed {
    background: #EB5B35;
  }
}
.home .site-header {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
@media (min-width: 768px) {
  .home .site-header {
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
  }
}
.loaded .site-header {
  opacity: 1;
}
.site-header .custom-navbar {
  padding-top: 3rem;
  padding-bottom: 0.75rem;
}
.site-header .custom-navbar .container-fluid {
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .site-header .custom-navbar .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.site-header .navbar-brand {
  padding: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site-header .navbar-brand .logo-img {
  width: 100%;
  height: auto;
  max-width: 100px;
}
@media (min-width: 991.98px) {
  .site-header .navbar-brand .logo-img {
    max-width: 130px;
  }
}
.site-header .navbar-brand span {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--brand-primary);
}
@media (max-width: 991.98px) {
  .site-header .navbar-brand span {
    display: none;
  }
}
.site-header .navbar-nav {
  gap: 1.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site-header .sale-lease-link {
  max-width: 150px;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.site-header .sale-lease-link span {
  opacity: 1;
  font-family: "minion-pro", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: -0.32px;
  margin-top: 5px;
  display: block;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media (min-width: 991.98px) {
  .site-header .sale-lease-link span {
    font-size: 32px;
    line-height: 32px; /* 100% */
  }
}
.site-header .btn {
  display: none;
  border: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 0;
}
@media (min-width: 991.98px) {
  .site-header .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.site-header .custom-hamburger {
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.site-header .custom-hamburger:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site-header .custom-hamburger .hamburger-lines {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .custom-hamburger .line {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--brand-primary);
  border-radius: 1.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.site-header .custom-hamburger .line.line1 {
  top: 8px;
}
.site-header .custom-hamburger .line.line2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-header .custom-hamburger .line.line3 {
  bottom: 8px;
}
.site-header .custom-hamburger:hover .line {
  background-color: var(--brand-accent);
}
.site-header .custom-hamburger[aria-expanded=true] .line1 {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.site-header .custom-hamburger[aria-expanded=true] .line2 {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}
.site-header .custom-hamburger[aria-expanded=true] .line3 {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
.site-header .custom-hamburger:focus-visible .line {
  background-color: var(--brand-accent);
}
.site-header .menu-icon {
  display: none !important;
}
.site-header .fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: none;
}
.site-header .fullscreen-menu:not(.show) {
  display: none;
}
.site-header .fullscreen-menu.show {
  display: block;
}
.site-header .menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand-primary);
  z-index: 1;
}
.site-header .menu-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .site-header .menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.site-header .menu-sidebar {
  width: 185.904px;
  height: 100%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .site-header .menu-sidebar {
    width: 100%;
    height: 98px;
    margin-bottom: 100px;
  }
}
.site-header .menu-sidebar .sidebar-pattern {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url("../images/Union.svg");
}
@media (max-width: 991.98px) {
  .site-header .menu-sidebar .sidebar-pattern {
    background-image: url("../images/Union-horizontal.svg");
  }
}
.site-header .menu-sections {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 95px 0 0 42px;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.site-header .menu-close-btn {
  position: absolute;
  top: 25px;
  right: 45px;
  width: 39px;
  height: 39px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .site-header .menu-close-btn {
    right: 20px;
  }
}
.site-header .menu-close-btn .close-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.site-header .menu-close-btn .close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 3px;
  background-color: var(--brand-light);
  border-radius: 1.5px;
}
.site-header .menu-close-btn .close-line.close-line-1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .menu-close-btn .close-line.close-line-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header .menu-close-btn:hover .close-line {
  background-color: var(--brand-accent);
}
.site-header .menu-sections {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 95px 0 0 42px;
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.site-header .menu-section {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #4f4f4f;
  width: 949px;
  max-width: calc(100% - 42px);
}
.site-header .menu-section:last-child {
  border-bottom: none;
}
.site-header .section-title {
  font-family: "Helvetica-Neue", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: var(--brand-light);
  margin: 0 0 1.25rem 0;
}
.site-header .section-title:last-child {
  margin-bottom: 0;
}
.site-header .menu-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.site-header .menu-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.site-header .menu-item-wrapper:last-child {
  margin-bottom: 0;
}
.site-header .menu-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.site-header .menu-item-link {
  color: var(--brand-light);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-header .menu-item-link:hover {
  color: var(--brand-accent);
  text-decoration: none;
}
.site-header .menu-item-title {
  font-family: "Helvetica-Neue", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  color: inherit;
  margin: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media (max-width: 1199.98px) {
  .site-header .menu-item-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .site-header .menu-item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .site-header .menu-item-title {
    font-size: 1.25rem;
  }
}
.site-header .menu-item-description {
  font-family: "Helvetica-Neue", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #b3b3b3;
  margin-top: 0.25rem;
  display: block;
}
@media (max-width: 767.98px) {
  .site-header .menu-item-description {
    font-size: 0.875rem;
  }
}
.site-header .menu-submenu {
  margin-top: 0.75rem;
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .site-header .menu-submenu {
    margin-left: 1rem;
  }
}
.site-header .menu-submenu-link {
  font-family: "Helvetica-Neue", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #cccccc;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 0.25rem 0;
}
.site-header .menu-submenu-link:hover {
  color: var(--brand-accent);
  text-decoration: none;
}
.site-header .menu-submenu-link:focus {
  outline: 2px solid var(--brand-accent);
  outline-offset: 2px;
}
@media (max-width: 991.98px) {
  .site-header .menu-submenu-link {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .site-header .menu-submenu-link {
    font-size: 0.875rem;
  }
}
.site-header .menu-item-wrapper.menu-item-featured .menu-item-title {
  color: var(--brand-accent);
}
.site-header .menu-item-wrapper.menu-item-external .menu-item-link::after {
  content: " ↗";
  font-size: 0.875em;
  opacity: 0.7;
}
.site-header .menu-item-wrapper.menu-item-cta .menu-item-link {
  background-color: var(--brand-accent);
  color: var(--brand-light);
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.site-header .menu-item-wrapper.menu-item-cta .menu-item-link:hover {
  background-color: var(--brand-primary);
}
.site-header .menu-item-wrapper.menu-item-cta .menu-item-link {
  color: var(--brand-light);
}
.site-header .menu-item-wrapper .menu-item-title {
  font-size: 1rem;
  font-weight: 400;
}
.site-header .menu-item-wrapper {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-animation: slideInFromLeft 0.4s ease-out forwards;
  animation: slideInFromLeft 0.4s ease-out forwards;
}
.site-header .menu-item-wrapper:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.site-header .menu-item-wrapper:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.site-header .menu-item-wrapper:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.site-header .menu-item-wrapper:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.site-header .menu-item-wrapper:nth-child(5) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.site-header .menu-item-wrapper:nth-child(6) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.site-header .menu-item-wrapper:nth-child(7) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.site-header .menu-item-wrapper:nth-child(8) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.site-header .menu-item-wrapper:nth-child(9) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.site-header .menu-item-wrapper:nth-child(10) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1199.98px) {
  .site-header .menu-sections {
    padding-left: 2rem;
  }
  .site-header .menu-section {
    width: 100%;
    max-width: calc(100% - 2rem);
  }
}
@media (max-width: 991.98px) {
  .site-header .menu-submenu {
    margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .site-header .menu-sections {
    padding: 80px 0 0 1rem;
  }
  .site-header .menu-submenu {
    margin-left: 0.5rem;
  }
}
.site-header .menu-item-link:focus-visible,
.site-header .menu-submenu-link:focus-visible {
  outline: 0px solid var(--brand-accent);
  outline-offset: 0x;
}
.site-header .menu-section.loading {
  opacity: 0.5;
}
.site-header .menu-section.loading .menu-items-list {
  min-height: 100px;
}
.site-header .menu-section.loading .menu-items-list::after {
  content: "Loading menu...";
  display: block;
  color: #666;
  font-style: italic;
  text-align: center;
  padding: 2rem 0;
}

#hero {
  background: #EB5B35;
  text-align: center;
}
#hero .home-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  #hero .home-wrapper {
    height: 110vh;
    min-height: 900px;
  }
}
@media (min-width: 1440px) {
  #hero .home-wrapper {
    height: 110vh;
    min-height: 1200px;
  }
}
#hero .copy {
  position: relative;
  z-index: 5;
  margin-bottom: 48px;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.loaded #hero .copy {
  opacity: 1;
}
@media (min-width: 768px) {
  #hero .copy {
    margin-top: 150px;
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
  }
}
@media (min-width: 1025px) {
  #hero .copy {
    margin-top: 100px;
  }
}
#hero .copy .ill--mobile {
  position: relative;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  #hero .copy .ill--mobile {
    display: none;
  }
}
#hero.home .container-fluid {
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
#hero .headline {
  width: 100%;
  max-width: 1300px;
  margin-top: 24px;
}
@media (min-width: 1025px) {
  #hero .headline {
    margin-top: 50px;
    width: 80%;
  }
}
#hero .headline h2 {
  position: relative;
  z-index: 3;
  margin-bottom: -6rem;
  margin-top: 5px;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  font-size: 48px;
}
#hero .headline h2 span {
  font-size: 54px;
}
.loaded #hero .headline h2 {
  opacity: 1;
}
@media (min-width: 768px) {
  #hero .headline h2 {
    display: none;
  }
}
#hero .headline h2.right {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  margin-bottom: auto;
  margin-top: -2rem;
  text-align: right;
}
@media (min-width: 768px) {
  #hero .headline h2.right {
    margin-top: -1rem;
  }
}
#hero #tagline {
  display: none;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #hero #tagline {
    display: block;
    margin-top: 150px;
  }
}
@media (min-width: 1025px) {
  #hero #tagline {
    margin-top: 80px;
  }
}
#hero #tagline path {
  opacity: 0;
  fill: #0d0708;
  -webkit-transition: opacity 2.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 2.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 2.5s ease, transform 1.5s ease;
  transition: opacity 2.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
#hero #tagline path:nth-child(1) {
  -webkit-transform: translateX(-1%);
  transform: translateX(-1%);
}
#hero #tagline path:nth-child(2) {
  -webkit-transform: translateX(-4%);
  transform: translateX(-4%);
}
#hero #tagline path:nth-child(3), #hero #tagline path:nth-child(4) {
  -webkit-transform: translateX(4%);
  transform: translateX(4%);
}
.loaded #hero #tagline path {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.loaded #hero #tagline path:nth-child(1) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.loaded #hero #tagline path:nth-child(2) {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
.loaded #hero #tagline path:nth-child(3) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.loaded #hero #tagline path:nth-child(4) {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}
#hero .register-btn {
  position: fixed;
  bottom: 25px;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  background: #fff;
  border-radius: 50px;
  padding: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #hero .register-btn {
    width: auto;
    bottom: 50px;
  }
}
#hero .register-btn span {
  font-family: "minion-pro", serif;
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: -0.2px;
  text-transform: uppercase;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #hero .register-btn span {
    font-size: 20px;
  }
}
#hero .register-btn .btn {
  background: #EB5B35;
  color: #000;
  text-transform: uppercase;
  padding: 12px 32px 8px;
  min-width: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  #hero .register-btn .btn {
    font-size: 20px;
  }
}
#hero .register-btn .btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
#hero .ill {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
}
.loaded #hero .ill {
  opacity: 1;
}
#hero .ill--bag {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 50%;
  top: -5%;
  left: 31%;
  width: 12%;
  min-width: 160px;
  display: none;
}
@media (min-width: 768px) {
  #hero .ill--bag {
    display: block;
  }
}
#hero .ill--food {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  top: -4%;
  right: 7rem;
  width: 11%;
  min-width: 115px;
  display: none;
}
@media (min-width: 768px) {
  #hero .ill--food {
    display: block;
  }
}
#hero .ill--drink {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 50%;
  top: 22%;
  left: 21%;
  width: 7%;
  min-width: 120px;
  display: none;
}
@media (min-width: 768px) {
  #hero .ill--drink {
    display: block;
  }
}
#hero .ill--hand {
  position: relative;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  width: 120%;
  left: 47%;
  max-width: 600px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  #hero .ill--hand {
    position: absolute;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    bottom: 0;
    left: auto;
    right: 1rem;
    width: 40%;
    -webkit-transform: translateY(50%) translateX(50%);
    transform: translateY(50%) translateX(50%);
    min-width: 518px;
  }
}
#hero .ill--hand .handcopy {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 35%;
  margin: 0 auto;
  max-width: 320px;
  text-align: left;
}
@media (min-width: 1025px) {
  #hero .ill--hand .handcopy {
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
    top: 55%;
    left: 35%;
  }
}
.loaded #hero .ill--hand .handcopy {
  opacity: 1;
}
#hero .ill--hand .handcopy h1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 133.333% */
}
@media (min-width: 1025px) {
  #hero .ill--hand .handcopy h1 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
}
#hero .ill--waves {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 20%;
  top: 55%;
  left: 20%;
  width: 15%;
  min-width: 120px;
  display: none;
}
@media (min-width: 768px) {
  #hero .ill--waves {
    display: block;
  }
}
#hero .ill--bike {
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 60%;
  width: 12%;
  min-width: 140px;
  margin-top: 48px;
}
@media (min-width: 1440px) {
  #hero .ill--bike {
    top: 66%;
  }
}
#hero .ill--bike {
  display: none;
}
@media (min-width: 768px) {
  #hero .ill--bike {
    display: block;
  }
}
#hero .ill--leaf {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
  left: 6rem;
  bottom: 0;
  width: 5%;
  min-width: 60px;
  display: none;
}
@media (min-width: 768px) {
  #hero .ill--leaf {
    display: block;
  }
}

#intro {
  position: relative;
  z-index: 3;
}
#intro .container-fluid {
  overflow: visible;
  padding-top: 0;
}
.home #intro .copy {
  position: relative;
  top: -150px;
  max-width: 1250px;
  margin: 0 auto -50px;
}
@media (min-width: 1025px) {
  .home #intro .copy {
    margin: 0 auto;
  }
}
.home #intro .copy .img .caption {
  margin-top: 24px;
  max-width: 730px;
  margin-left: auto;
}
.home #intro .copy .img .caption p {
  font-size: 1.125rem;
  color: #0D0708;
}

#amenities {
  position: relative;
  background: #EB5B35;
  overflow: hidden;
}
#amenities .container-fluid {
  padding-bottom: 70px;
}
@media (min-width: 1025px) {
  #amenities .container-fluid {
    padding-bottom: 295px;
  }
}
#amenities:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1%;
  right: -2%;
  width: 33%;
  aspect-ratio: 1/1;
  background-image: url("../images/ill-hand.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
@media (min-width: 1025px) {
  #amenities:after {
    bottom: -3%;
    right: -5%;
    width: 33%;
  }
}
#amenities:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -6%;
  width: 20%;
  aspect-ratio: 1/1;
  background-image: url("../images/ill-waves.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
#amenities ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 48px;
}
#amenities ul li {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem; /* 110% */
}
@media (min-width: 1025px) {
  #amenities ul li {
    font-size: 1.5rem;
    line-height: 2rem; /* 133.333% */
  }
}
#amenities .dog {
  margin-top: 6rem;
}
#amenities .offset {
  margin-top: 1.5rem;
}
#amenities .offset h3 {
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  #amenities .offset {
    padding-left: 10rem;
  }
}

.gallery {
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .gallery h2 {
    padding-left: 10rem;
    padding-bottom: 3rem;
  }
}
.gallery .logomark {
  max-width: 210px;
  margin: 25px auto;
}
.gallery .txt {
  max-width: 600px;
  margin-top: 0.25rem;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .gallery .txt {
    margin-top: 4rem;
    margin-bottom: 9rem;
  }
}
.gallery .img {
  overflow: hidden;
  position: relative;
  border-radius: 0;
  aspect-ratio: 2/3;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .gallery .img {
    aspect-ratio: auto;
  }
}
@media (min-width: 1440px) {
  .gallery .img.img1 {
    margin-left: 10%;
    margin-right: 8%;
  }
}
@media (min-width: 1440px) {
  .gallery .img.img2 {
    margin-right: 10%;
  }
}
@media (min-width: 1440px) {
  .gallery .img.img3 {
    margin-top: 3rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .gallery .img.img4 {
    margin-top: 3rem;
    margin-bottom: 8rem;
    margin-right: 6%;
    margin-left: 12%;
  }
}
@media (min-width: 1440px) {
  .gallery .img.img5 {
    margin-top: 3rem;
    margin-right: 6%;
  }
}
@media (min-width: 1440px) {
  .gallery .img.img6 {
    margin-top: 6rem;
    margin-bottom: 5.5rem;
    margin-right: 30%;
    margin-left: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .gallery .img.img7 {
    margin-right: 22%;
    margin-left: -1.5rem;
  }
}
@media (min-width: 1440px) {
  .gallery .img.img8 {
    margin-top: 4rem;
    margin-left: 3rem;
  }
}
.gallery .img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 12px;
  border-radius: 0;
}
.gallery .img .overlay {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EB5B35;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .gallery .img .overlay {
    padding: 3rem;
  }
}
.gallery .img .overlay:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.gallery .img .overlay.waves:after {
  background-image: url("../images/ill-waves.svg");
  max-width: 500px;
  bottom: -30px;
  left: -30px;
}
@media (min-width: 768px) {
  .gallery .img .overlay.waves:after {
    width: 50%;
  }
}
.gallery .img .overlay.coffee:after {
  background-image: url("../images/ill-coffee.svg");
  max-width: 500px;
  bottom: -30px;
  left: -20px;
}
@media (min-width: 768px) {
  .gallery .img .overlay.coffee:after {
    width: 80%;
  }
}
.gallery .img .overlay.drinks:after {
  background-image: url("../images/ill-drinks.svg");
  max-width: 500px;
  bottom: -30px;
  left: -10px;
}
@media (min-width: 768px) {
  .gallery .img .overlay.drinks:after {
    width: 80%;
  }
}
.gallery .img .overlay.dining:after {
  background-image: url("../images/ill-food.svg");
  max-width: 600px;
  bottom: -45%;
  left: 25%;
  width: 100%;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
@media (min-width: 768px) {
  .gallery .img .overlay.dining:after {
    width: 120%;
  }
}
.gallery .img .overlay.plant:after {
  background-image: url("../images/ill-leaf.svg");
  max-width: 600px;
  bottom: -20px;
  left: 40px;
  width: 100%;
  max-width: 200px;
}
.gallery .img .overlay.bag:after {
  background-image: url("../images/ill-colche.svg");
  max-width: 550px;
  bottom: 0;
  left: 0px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media (min-width: 768px) {
  .gallery .img .overlay.bag:after {
    width: 80%;
  }
}
.gallery .img .overlay h6 {
  text-transform: uppercase;
}
.gallery .img .overlay p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
@media (min-width: 1440px) {
  .gallery .img .overlay p {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
  }
}
.gallery .img .overlay p.caption {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 0;
}
.gallery .img:before {
  content: "";
  position: absolute;
  z-index: 4;
  width: 30px;
  height: 30px;
  bottom: 2.5rem;
  right: 2.5rem;
  background-image: url("../images/more.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .gallery .img:before {
    display: none;
  }
}
@media (min-width: 1440px) {
  .gallery .img:before {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gallery .img:hover {
    cursor: pointer;
  }
  .gallery .img:hover img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
  }
  .gallery .img:hover .overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .gallery .img:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.gallery .img.active img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.gallery .img.active .overlay {
  opacity: 1;
  pointer-events: auto;
}
.gallery .img.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#register {
  position: relative;
  z-index: 6;
  background-color: var(--brand-light);
}
#register .register {
  margin-top: 48px;
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  width: 90%;
}
@media (max-width: 991.98px) {
  #register .register {
    width: 100%;
    margin-bottom: 110px;
  }
}
#register .register h4 {
  font-size: 48px;
}
@media (max-width: 991.98px) {
  #register .register h4 {
    font-size: 32px;
  }
}
#register .register .disclaimer {
  color: #0D0708;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem; /* 116.667% */
  letter-spacing: 0.0075rem;
  margin-top: 2rem;
}
.home #register .register .disclaimer {
  max-width: 743px;
}

.grecaptcha-badge {
  display: none;
}

.form-item {
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .form-item.pets {
    margin-top: 10px;
  }
}
.form-item.pets label.first {
  margin-top: -6px;
  margin-bottom: 10px;
}
.form-item.short {
  margin-bottom: 0;
}
.form-item#brokerage {
  display: none;
  margin-top: 15px;
}
.form-item.consent {
  padding-left: 0;
  padding-right: 15px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 35px;
  vertical-align: middle;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .form-item.consent {
    max-width: 80%;
  }
}
.form-item.consent label {
  margin-top: 5px;
  letter-spacing: 0;
  color: #0D0708;
  font-size: 0.9rem;
  line-height: 1.3em;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .form-item.consent label {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.form-item.consent label a {
  text-decoration: underline;
}
.form-item #brokerage {
  display: none;
  margin-top: 15px;
}
.form-item.url {
  position: fixed;
  top: -9999px;
  left: -9999px;
}
.form-item .form-check {
  padding-left: 0;
}

.form-control {
  padding: 15px 15px 15px 0;
  color: #0D0708;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0D0708;
  border-radius: 0;
}
.form-control:focus {
  color: #0D0708;
  background-color: transparent;
  border-color: #0D0708;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-floating > label {
  padding: 15px;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0rem);
}

input, select, textarea {
  width: 100%;
  outline: 0;
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "Helvetica-Neue", sans-serif;
  font-style: normal;
  color: #0D0708;
  line-height: normal;
  color: #0D0708;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #0D0708;
  background: transparent;
  padding: 15px 15px 15px 0;
  border-radius: 0;
  text-transform: none;
  min-height: 35px;
}
@media (min-width: 768px) {
  input, select, textarea {
    font-size: 1rem;
  }
}

textarea {
  width: 100%;
  border: none;
  min-height: 120px;
  line-height: 1.5em;
}

label {
  line-height: 1.5em;
  font-family: "Helvetica-Neue", sans-serif;
  font-style: normal;
  color: #0D0708;
  line-height: normal;
  text-transform: none;
  color: #0D0708;
  text-align: left;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
label a {
  color: #0D0708;
}
label a:hover {
  color: #0D0708;
}
label.error {
  letter-spacing: 0;
  text-transform: none;
  color: #f00;
  font-size: 12px;
  position: relative;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}
label.radiolabel {
  text-align: left;
  display: inline-block;
  width: 60%;
  font-size: 1em;
  padding: 0 0 10px 5px;
}

input[type=radio] {
  width: auto;
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}

.radios {
  display: inline-block;
  float: right;
  text-align: left;
  font-size: 0.9em;
  margin-top: 5px;
  width: 38%;
}
.radios input[type=radio] {
  text-align: right;
  margin-top: 5px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 16px 16px;
  padding: 15px 30px 15px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
select option {
  padding: 10px;
  font-weight: 400;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000 !important;
  background: #fff;
}

input[type=radio] {
  cursor: pointer;
  margin-top: 0;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label,
[type=checkbox]:checked + label.error + label {
  position: relative;
  padding-left: 30px;
  padding-right: 0;
  padding-top: 0;
  cursor: pointer;
  text-align: left;
  font-size: 0.9rem;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before,
[type=checkbox]:checked + label.error + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #0D0708;
  border-radius: 20px;
  color: #0D0708;
  font-size: 20px;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after,
[type=checkbox]:checked + label.error + label:after {
  content: "";
  display: block;
  background-color: #0d0708;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:not(:checked) + label.error + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=checkbox]:checked + label:after,
[type=checkbox]:checked + label.error + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type=checkbox]:disabled,
[type=checkbox]:disabled + label {
  opacity: 0.5;
}

[type=checkbox]:disabled + label:after {
  background: transparent;
}

.radio-col {
  display: block;
  margin: 20px 0 5px;
}
@media (min-width: 768px) {
  .radio-col {
    text-align: left;
  }
}
.radio-col ul {
  margin: 0;
  padding: 0;
}
.radio-col ul li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .radio-col ul li:first-of-type {
    display: block;
  }
}
@media (min-width: 768px) {
  .radio-col ul li:first-of-type {
    float: left;
  }
}
.radio-col ul li p {
  font-size: 1em;
  color: #0D0708;
}
.radio-col ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.radio-col ul li .check {
  display: inline-block;
  position: absolute;
  border: 1px solid #0D0708;
  border-radius: 100%;
  height: 17px;
  width: 17px;
  top: 8px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.radio-col ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.radio-col ul li input[type=radio]:checked ~ .check {
  border: 1px solid #0D0708;
}
.radio-col ul li input[type=radio]:checked ~ .check::before {
  background: #0D0708;
}
.radio-col ul li input[type=radio]:checked ~ label {
  color: #0D0708;
}
.radio-col ul li label {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  z-index: 9;
  font-size: 0.9em;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color: #0D0708;
}
.radio-col ul li label.first {
  padding-left: 0;
}

::-webkit-input-placeholder,
placeholder {
  letter-spacing: 0;
  color: #0D0708;
  display: block;
  opacity: 1;
}

::-moz-placeholder {
  letter-spacing: 0;
  color: #0D0708;
  opacity: 1;
}

:-moz-placeholder {
  letter-spacing: 0;
  color: #0D0708;
  opacity: 1;
}

placeholder:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s 0.1s ease;
  transition: opacity 0.1s 0.1s ease;
  opacity: 0.5;
}

.submit-btn {
  position: relative;
  text-align: left;
  margin: 32px 0;
}
.submit-btn .btn {
  margin: 0 !important;
}
.submit-btn input[type=submit],
.submit-btn .btn {
  width: 100%;
  font-family: "Helvetica-Neue", sans-serif;
  font-style: normal;
  color: #0D0708;
  line-height: normal;
  border-radius: 35px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  white-space: normal;
  position: relative;
  background: #EB5B35;
  color: #0D0708;
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 24px 10px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.submit-btn input[type=submit]:hover,
.submit-btn .btn:hover {
  background: #B03F21;
  color: #0D0708;
}
@media (min-width: 1025px) {
  .submit-btn input[type=submit],
  .submit-btn .btn {
    padding: 8px 25px;
    width: 403px;
    height: 65px;
  }
}
.submit-btn input[type=submit]:disabled,
.submit-btn .btn:disabled {
  background: rgb(133.0526315789, 47.6267942584, 24.9473684211);
  color: #fff;
  opacity: 0.6;
}

.site-footer {
  position: relative;
  background-color: var(--brand-accent);
  z-index: 20;
  border-top: none;
  margin-top: auto;
}
.site-footer .footer-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .site-footer .footer-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.site-footer .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-footer .details .detail {
  max-width: 300px;
}
@media (min-width: 1025px) {
  .site-footer .details .detail {
    width: 45%;
  }
}
.site-footer .details .detail p {
  color: #0D0708;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.site-footer .details .detail p a {
  color: #0D0708;
  text-decoration: underline;
}
.site-footer .details .detail p a:hover {
  text-decoration: underline;
}
.site-footer .tagline {
  max-width: 1100px;
  margin-top: 100px;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .site-footer .tagline {
    width: 90%;
    margin-top: 220px;
    gap: 182px;
  }
}
.site-footer .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .site-footer .logos {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.site-footer .logos .pacificcove {
  max-width: 185px;
}
.site-footer .logos .pacificcove img {
  width: 100%;
}
.site-footer .logos .westmark {
  max-width: 200px;
}
.site-footer .logos .westmark img {
  width: 100%;
}
.site-footer .logomark {
  max-width: 120px;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .site-footer .logomark {
    max-width: 200px;
    margin-left: auto;
  }
}
.site-footer .disclaimer {
  margin-bottom: 24px;
  font-size: 14px;
  color: #0D0708;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  max-width: 705px;
}
.site-footer .disclaimer a {
  color: #0D0708;
  text-decoration: underline;
}
.site-footer .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
}
@media (min-width: 1025px) {
  .site-footer .privacy {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.site-footer .privacy a:hover {
  cursor: pointer;
}

:root {
  --brand-primary: #0D0708;
  --brand-accent: #EB5B35;
  --brand-accent-alt: #B03F21;
  --brand-light: #E1D4CE ;
}

/* Add scroll-padding to the html element */
html {
  scroll-padding-top: 150px;
}

body {
  background: #EB5B35;
  font-family: "Heletica-Neue", sans-serif;
  margin: 0;
  padding: 0;
}
body.page-id-17 {
  background: #E1D4CE;
}

a {
  color: var(--brand-primary);
}
a:hover {
  text-decoration: underline;
}

main {
  overflow-x: hidden;
}
.home main {
  overflow: visible;
}

.container-fluid {
  overflow-x: hidden;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: var(--bs-gutter-x, 1.25rem);
  padding-left: var(--bs-gutter-x, 1.25rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1025px) {
  .container-fluid {
    padding: 7.75rem 3rem;
  }
}

section {
  background-color: var(--brand-light);
}
section.thankyou .container-fluid {
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
}
section.thankyou .thankyou--hand {
  position: relative;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  width: 110%;
  margin: 0 auto;
  max-width: 800px;
}
section.thankyou .thankyou--hand img {
  max-width: 660px;
  margin: 0 auto;
}
section.thankyou .thankyou--hand .handcopy {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  position: absolute;
  z-index: 2;
  top: 25%;
  margin: 0 auto;
  text-align: left;
}
.loaded section.thankyou .thankyou--hand .handcopy {
  opacity: 1;
}
section.thankyou .thankyou--hand .handcopy h2, section.thankyou .thankyou--hand .handcopy h1 {
  text-transform: uppercase;
  font-size: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1025px) {
  section.thankyou .thankyou--hand .handcopy h2, section.thankyou .thankyou--hand .handcopy h1 {
    font-size: 124px;
  }
}
section.thankyou .thankyou--hand .handcopy h2 span, section.thankyou .thankyou--hand .handcopy h1 span {
  margin-left: 6rem;
}
@media (min-width: 1025px) {
  section.thankyou .thankyou--hand .handcopy h2 span, section.thankyou .thankyou--hand .handcopy h1 span {
    margin-left: auto;
    text-align: right;
    margin-right: -50px;
  }
}
section.thankyou .thankyou--hand .handcopy p {
  width: 100%;
  max-width: 280px;
  margin-left: 20%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 133.333% */
}
@media (min-width: 1025px) {
  section.thankyou .thankyou--hand .handcopy p {
    max-width: 320px;
    margin-left: 70%;
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
}

img {
  width: 100%;
  height: auto;
}

.lightbox-close {
  padding: 0 !important;
}

/* Custom modal backdrop */
.modal-backdrop.show {
  opacity: 0.64;
  background: #0D0708;
}

/* Modal sizing */
.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}

/* Mobile responsive - 90% width on small screens */
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
  }
}
.modal-content {
  background: #E1D4CE;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}
.modal-content .img {
  background: #EB5B35;
  aspect-ratio: 600/354;
}
.modal-content .img.sq {
  aspect-ratio: 1/1;
}
.modal-content .img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.modal-content .modal-body {
  padding: 48px 32px 48px 32px;
}
.modal-content .modal-body h5 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 137.5% */
}
.modal-content .modal-body p {
  font-size: 1.125rem;
}
.modal-content .modal-body p.disclaimer {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.modal-content .modal-body .btn {
  width: 260px;
}

/* Custom close button styling */
.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  width: 24px;
  height: 24px;
}

.modal-close-btn img {
  width: 100%;
  height: 100%;
}

/* Remove default Bootstrap close button */
.modal-header {
  border-bottom: none;
  position: relative;
}

#disclaimer .modal-dialog {
  max-width: 600px;
}
#disclaimer .modal-header {
  border: none;
}
#disclaimer .disclaimer-content {
  line-height: 1.6;
  padding-top: 0;
}
#disclaimer .disclaimer-content h5 {
  color: var(--brand-primary);
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#disclaimer .disclaimer-content p {
  color: var(--brand-primary);
  font-size: 16px;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=style.css.map */
