.section-footer-inq a {
  text-decoration: none;
}
@media (hover: hover) {
  .section-footer-inq a:hover {
    text-decoration: underline;
  }
}

.sectionAvailability {
  position: relative;
  text-align: center;
}
.sectionAvailability__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sectionAvailability .container {
  position: relative;
  max-width: 850px;
  z-index: 1;
}
.sectionAvailability h3 {
  color: currentColor;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
}
.sectionAvailability h3 a {
  font-weight: 400;
}
@media (hover: hover) {
  .sectionAvailability h3 a:hover {
    text-decoration: underline;
  }
}
.sectionAvailability .btn-border-blue {
  border-color: #fff;
  color: #fff;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (hover: hover) {
  .sectionAvailability .btn-border-blue:hover {
    background: #fff;
    color: #1b2a39;
  }
}
.sectionAvailability p:has(.btn-white) {
  margin-top: 50px;
}

.formGroup {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .formGroup {
    margin-top: 45px;
  }
}
.formGroup:first-child {
  margin-top: 30px;
}
.formGroup__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .formGroup__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .formGroup__fields {
    display: flex;
    flex-wrap: wrap;
  }
}

.fieldWrap {
  margin-top: 2.5%;
}
@media (min-width: 768px) {
  .fieldWrap {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media (min-width: 768px) {
  .fieldWrap:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .fieldWrap:nth-child(-n+2) {
    margin-top: 0;
  }
}
.fieldWrap--fullWidth {
  width: 100%;
  margin: 2.5% 0 0;
}
.fieldWrap--acceptance .wpcf7-checkbox .wpcf7-list-item {
  width: 100% !important;
  margin-bottom: 0;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: 1px solid #afafaf;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
  height: 50px;
  color: #55565a;
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  input[type=date],
  input[type=search],
  input[type=url],
  input[type=password],
  textarea,
  select {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  input[type=date],
  input[type=search],
  input[type=url],
  input[type=password],
  textarea,
  select {
    height: 65px;
    padding: 0 30px;
    font-size: 22px;
  }
}

select {
  background: url("../images/select-arrow.svg") no-repeat right 20px center;
  background-size: 14px auto;
  padding-right: 60px;
}
@media (min-width: 1200px) {
  select {
    background-size: 18px auto;
    padding-right: 80px;
    background-position: right 30px center;
  }
}

::-webkit-input-placeholder {
  color: #55565a;
  text-transform: none;
}

:-moz-placeholder {
  color: #55565a;
  text-transform: none;
}

::-moz-placeholder {
  color: #55565a;
  text-transform: none;
}

:-ms-input-placeholder {
  color: #55565a;
  text-transform: none;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #afafaf;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=checkbox]:checked + span:after {
  display: block;
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  color: #55565a;
  font-style: normal;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
}

input[type=date]:not(.has-value):before {
  content: attr(placeholder);
}

.btnWrap {
  position: relative;
}
.btnWrap input {
  margin-bottom: 0;
}

.ajax-loader {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-checkbox, .wpcf7-acceptance {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .wpcf7-checkbox, .wpcf7-acceptance {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 135px;
  }
}
@media (min-width: 1200px) {
  .wpcf7-checkbox, .wpcf7-acceptance {
    max-height: 95px;
  }
}
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
  margin: 15px 0 0;
  display: block;
}
@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wpcf7-checkbox .wpcf7-list-item:nth-child(3n), .wpcf7-acceptance .wpcf7-list-item:nth-child(3n) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .wpcf7-checkbox .wpcf7-list-item:nth-child(2n), .wpcf7-acceptance .wpcf7-list-item:nth-child(2n) {
    margin-bottom: 0;
  }
}
.wpcf7-checkbox .wpcf7-list-item label, .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  padding-left: 45px;
  line-height: 25px;
}

@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 37%;
  }
}
@media (min-width: 1200px) {
  .wpcf7-checkbox .wpcf7-list-item:nth-child(n+5) {
    width: 26% !important;
  }
}

.section-footer-book-viewing {
  background-color: #f9f9f9;
  color: #3c3c3c;
}
.section-footer-book-viewing .btnRow {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

div.wpcf7-response-output {
  margin: 2em 0;
}

.fancybox-slide--html {
  padding: 44px 20px;
}
@media (min-width: 1200px) {
  .fancybox-slide--html {
    padding: 80px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: -10px;
  top: -44px;
  color: #ffffff;
  opacity: 1;
}
.bookPopup {
  padding: 30px 20px;
  max-width: 1070px;
  overflow: visible;
}
@media (min-width: 768px) {
  .bookPopup {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  .bookPopup {
    padding: 75px 100px;
  }
}
.bookPopup__textContainer {
  text-align: center;
}
@media (min-width: 768px) {
  .bookPopup .wpcf7-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .bookPopup .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.bookPopup .wpcf7-acceptance {
  margin-top: 0;
}
.bookPopup .btnRow {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .bookPopup .btnRow {
    margin-top: 60px;
  }
}
.bookPopup .btnRow input[type=submit] {
  width: auto;
}
@media (min-width: 768px) {
  .bookPopup .btnRow input[type=submit] {
    min-width: 325px;
  }
}

.floorPlansTable {
  width: 100%;
  font-size: 20px;
}
.floorPlansTable thead {
  display: none;
}
@media (min-width: 1200px) {
  .floorPlansTable thead {
    display: table-header-group;
  }
}
.floorPlansTable th, .floorPlansTable td {
  padding: 10px;
}
@media (min-width: 1200px) {
  .floorPlansTable th, .floorPlansTable td {
    padding: 30px 10px;
  }
}
.floorPlansTable th:nth-child(1), .floorPlansTable td:nth-child(1) {
  padding-left: 0;
}
.floorPlansTable th:nth-child(7), .floorPlansTable td:nth-child(7) {
  padding-right: 0;
}
.floorPlansTable th {
  text-transform: uppercase;
  color: #1b2a39;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: #f9f9f9;
  position: sticky;
  top: 0;
  z-index: 1;
}
.floorPlansTable th:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #495561;
}
@media (min-width: 1200px) {
  .floorPlansTable td {
    border-top: 1px solid #d6d6d6;
  }
}
@media (min-width: 1200px) {
  .floorPlansTable td:nth-child(1) {
    width: 160px;
  }
}
@media (min-width: 1600px) {
  .floorPlansTable td:nth-child(1) {
    width: 250px;
  }
}
.floorPlansTable td:nth-child(2) {
  padding-top: 20px;
  border-top: 1px solid #d6d6d6;
}
@media (min-width: 1200px) {
  .floorPlansTable td:nth-child(2) {
    padding-top: 30px;
  }
}
.floorPlansTable td:nth-child(5) {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .floorPlansTable td:nth-child(5) {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .floorPlansTable td:nth-child(7) {
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .floorPlansTable td:nth-child(7) {
    width: 310px;
  }
}
@media (min-width: 768px) {
  .floorPlansTable tbody tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .floorPlansTable tbody tr {
    display: table-row;
  }
}
.floorPlansTable tbody tr:first-child td {
  border-top: none;
}
.floorPlansTable tbody tr.open td {
  display: block;
}
@media (min-width: 1200px) {
  .floorPlansTable tbody tr.open td {
    display: table-cell;
  }
}
.floorPlansTable tbody tr.open td:nth-child(1) {
  display: none;
}
@media (min-width: 1200px) {
  .floorPlansTable tbody tr.open td:nth-child(1) {
    display: table-cell;
  }
}
.floorPlansTable tbody tr.open td:nth-child(5) {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .floorPlansTable tbody tr.open td:nth-child(5) {
    padding-bottom: 30px;
  }
}
.floorPlansTable tbody tr.open td:nth-child(7) {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .floorPlansTable tbody tr.open td:nth-child(7) {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .floorPlansTable tbody tr.open td:nth-child(7) {
    padding-bottom: 30px;
    width: auto;
  }
}
.floorPlansTable tbody tr.open .unit_desc_icon:after {
  display: none;
}
.floorPlansTable tbody td {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .floorPlansTable tbody td {
    position: static;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .floorPlansTable tbody td {
    display: table-cell;
    width: auto;
  }
}
.floorPlansTable tbody td:before {
  content: attr(data-title);
  display: block;
  text-transform: uppercase;
  color: #1b2a39;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .floorPlansTable tbody td:before {
    display: none;
  }
}
.floorPlansTable tbody td:nth-child(2) {
  padding-right: 60px;
}
@media (min-width: 768px) {
  .floorPlansTable tbody td:nth-child(2) {
    order: -2;
  }
}
@media (min-width: 1200px) {
  .floorPlansTable tbody td:nth-child(2) {
    padding-right: 10px;
  }
}
.floorPlansTable tbody td:nth-child(2) .unit_desc_icon {
  top: 30px;
  right: 10px;
}
@media (min-width: 768px) {
  .floorPlansTable tbody td:nth-child(2) .unit_desc_icon {
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .floorPlansTable tbody td:nth-child(2) .unit_desc_icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .floorPlansTable tbody td:nth-child(5) {
    order: -1;
    border-top: 1px solid #d6d6d6;
  }
}
.floorPlansTable tbody td:nth-child(1), .floorPlansTable tbody td:nth-child(3), .floorPlansTable tbody td:nth-child(4), .floorPlansTable tbody td:nth-child(6), .floorPlansTable tbody td:nth-child(7) {
  display: none;
}
@media (min-width: 1200px) {
  .floorPlansTable tbody td:nth-child(1), .floorPlansTable tbody td:nth-child(3), .floorPlansTable tbody td:nth-child(4), .floorPlansTable tbody td:nth-child(6), .floorPlansTable tbody td:nth-child(7) {
    display: table-cell;
  }
}
.floorPlansTable__floorplanImage {
  max-width: 100px;
  height: auto;
}
@media (min-width: 1200px) {
  .floorPlansTable__floorplanImage {
    max-width: 225px;
  }
}

@media (min-width: 1024px) {
  .logoTextBlock {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.logoTextBlock__logo {
  margin-bottom: 60px;
  max-width: 370px;
}
@media (min-width: 768px) {
  .logoTextBlock__logo {
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .logoTextBlock__logo {
    flex: 1;
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .logoTextBlock__logo {
    margin-right: 60px;
  }
}
@media (min-width: 1024px) {
  .logoTextBlock__textContainer {
    width: 60%;
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .logoTextBlock__textContainer {
    padding-top: 120px;
  }
}

.collab-row {
  width: 100%;
}
@media (min-width: 1024px) {
  .collab-row {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .collab-row--inverted {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .offeringBlock {
    padding: 50px 0;
  }
}
@media (min-width: 1600px) {
  .offeringBlock {
    padding: 110px 0;
  }
}
.offeringBlock h2, .offeringBlock h3 {
  color: #3c3c3c;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 22px;
}
.offeringBlock__title {
  text-align: center;
}
.offeringBlock__inner {
  text-align: center;
}
.offeringBlock__listing {
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 1200px) {
  .offeringBlock__listing {
    display: flex;
    justify-content: space-between;
  }
}
.offeringBlock__col {
  padding-left: 60px;
  margin-bottom: 40px;
  margin-left: -10px;
}
@media (min-width: 1200px) {
  .offeringBlock__col {
    width: calc((100% - 60px) / 3);
    margin-bottom: 0;
    max-width: 420px;
  }
}
.offeringBlock__item {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.38;
}
@media (min-width: 768px) {
  .offeringBlock__item {
    margin-bottom: 30px;
  }
}
.offeringBlock__item:last-child {
  margin-bottom: 0;
}
.offeringBlock__item ul {
  list-style-type: none;
  padding: 0;
}
.offeringBlock__item ul li {
  position: relative;
  margin-bottom: 0;
  padding-left: 23px;
}
.offeringBlock__item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 2px;
  background: #b3b3b3;
}
.offeringBlock__item p + ul {
  margin-top: -10px;
}
.offeringBlock__icon {
  position: absolute;
  left: -30px;
  top: 5px;
  transform: translateX(-50%) scale(1.4);
}

.popupSpring {
  position: relative;
  background: #ffffff;
  max-width: 700px;
  padding: 0;
  font-weight: 400;
  overflow: visible;
}
@media (min-width: 768px) {
  .popupSpring {
    font-size: 24px;
    line-height: 1.2;
  }
}
.popupSpring:before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #1b2a39;
}
.popupSpring .popup__inner {
  position: relative;
  text-align: center;
  padding: 8% 8.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.popupSpring .popup__title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .popupSpring .popup__title {
    font-size: 52px;
    margin: 0 auto 25px;
    max-width: 440px;
  }
}
.popupSpring .btn-border-blue {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .popupSpring .btn-border-blue {
    margin: 25px 0;
  }
}
.popupSpring .note {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
}
.popupSpring .fancybox-close-small {
  padding: 0;
  color: #ffffff;
  opacity: 1;
  width: 40px;
  height: 40px;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupSpring .fancybox-close-small svg {
  width: 20px;
  height: auto;
}

.siteFooter {
  text-align: center;
}
.siteFooter__row1 {
  background: #eeeeee;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding: 50px 30px;
}
@media (min-width: 768px) {
  .siteFooter__row1 {
    padding: 80px 0 100px;
  }
}
@media (min-width: 1024px) {
  .siteFooter__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
  }
}
@media (min-width: 1024px) {
  .siteFooter__logo {
    display: flex;
    align-items: center;
    gap: 25px;
  }
}
.siteFooter__logoText {
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .siteFooter__logoText {
    width: 210px;
    text-align: left;
    margin-top: 21px;
  }
}
.siteFooter__logoSite {
  width: 100%;
  max-width: 315px;
}
@media (min-width: 768px) {
  .siteFooter__logoSite {
    width: 200px;
  }
}
.siteFooter__logoWinner {
  width: 190px;
}
.siteFooter__divider {
  width: 106px;
  height: 1px;
  margin: 30px auto;
  background: #484848;
}
@media (min-width: 1024px) {
  .siteFooter__divider {
    width: 1px;
    height: 106px;
    margin: 0;
  }
}
.siteFooter__nav {
  margin-top: 50px;
}
@media (min-width: 1260px) {
  .siteFooter__nav {
    margin-top: 80px;
  }
}
.siteFooter__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .siteFooter__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}
.siteFooter__button {
  border: 2px solid currentColor;
  color: #565656;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (min-width: 768px) {
  .siteFooter__button {
    display: inline-flex;
  }
}
@media (hover: hover) {
  .siteFooter__button:hover {
    background: #565656;
    color: #ffffff;
    border-color: #565656;
  }
}
.siteFooter__row2 {
  color: #484848;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.siteFooter__row2 a {
  color: currentColor;
}
@media (hover: hover) {
  .siteFooter__row2 a:hover {
    text-decoration: underline;
  }
}
.siteFooter__row2 span {
  display: block;
  padding: 2px 0;
}
@media (min-width: 768px) {
  .siteFooter__row2 span {
    display: inline-block;
    position: relative;
  }
}
@media (min-width: 768px) {
  .siteFooter__row2 span:after {
    display: block;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    position: absolute;
  }
}

.footerMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .footerMenu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
@media (min-width: 1260px) {
  .footerMenu {
    gap: 20px 35px;
    justify-content: center;
    margin: 0 -30px;
  }
}
@media (min-width: 1400px) {
  .footerMenu {
    gap: 20px 45px;
  }
}
.footerMenu > li {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .footerMenu > li {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footerMenu > li {
    width: 25%;
  }
}
@media (min-width: 1260px) {
  .footerMenu > li {
    width: auto;
  }
}
@media (min-width: 1260px) {
  .footerMenu > li:not(:last-child):after {
    content: "";
    width: 1px;
    background-color: currentColor;
    height: 16px;
    position: absolute;
    top: 58%;
    translate: 0 -50%;
    right: -18px;
  }
}
.footerMenu > li > a {
  color: #1b2a39;
}
@media (hover: hover) {
  .footerMenu > li > a:hover {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=styles.css.map */
