@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

#lg-detect,
#md-detect,
#hd-lg-detect {
  display: none;
  position: absolute;
  z-index: -9999;
  left: -9999px;
  top: -9999px;
}

@media (min-width: 1300px) {
  #lg-detect {
    left: 1px;
  }
}

@media (min-width: 768px) {
  #md-detect {
    left: 1px;
  }
}

@media (min-width: 1300px) {
  #hd-lg-detect {
    left: 1px;
  }
}

html, body {
  margin: 0;
  padding: 0;
  border: none;
  background: #FFF;
  font-size: 18px;
  line-height: 35px;
  scroll-behavior: smooth;
}

body {
  font-family: "Lora", serif;
  min-width: 375px;
  color: #07023C;
}
body.popup-open {
  overflow: hidden;
}

.wsp-container ul {
  list-style: none;
  padding: 0;
  margin: 1em auto;
}
.wsp-container li {
  padding: 0;
  margin: 0.25em 0;
}

#si-vph-detect {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100vh;
  display: block;
  z-index: -99;
  opacity: 0;
  width: 0;
}

.container {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1300px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.container.pt-none {
  padding-top: 0;
}
.container.pt-medium {
  padding-top: clamp(3rem, 9vw, 4rem);
}
.container.pt-large {
  padding-top: clamp(4rem, 12vw, 8rem);
}
.container.pb-none {
  padding-bottom: 0;
}
.container.pb-medium {
  padding-bottom: clamp(3rem, 9vw, 4rem);
}
.container.pb-large {
  padding-bottom: clamp(4rem, 12vw, 8rem);
}
.container > * {
  position: relative;
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  container-type: inline-size;
}

.main-header {
  position: relative;
  top: 0;
  z-index: 80;
  background: #07023C;
  margin-bottom: 9px;
  transition: background 0.2s;
}
.main-header::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  height: 9px;
  width: 100%;
  background: #DB2D2C;
  transition: height 0.2s;
}
body.first-block-page-header .main-header, body.archive .main-header {
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.main-header-rows,
.main-header-row {
  height: 100%;
}

.main-header-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.main-header-col, .main-header-col > div {
  display: flex;
  align-items: center;
}
.main-header-col > div {
  width: 100%;
}
.main-header-col:nth-child(2) {
  display: none;
}

.main-header-logo {
  display: flex;
  align-items: center;
}
.main-header-logo, .main-header-logo img {
  position: relative;
  width: 230px;
  text-decoration: none;
  transition: width 0.2s;
}
.main-header-logo a.logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.main-header-logo img {
  display: block;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 1024px) {
  .main-header {
    position: sticky;
  }
  body.first-block-page-header .main-header, body.archive .main-header {
    background: transparent;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  body.scrolled .main-header {
    background: #07023C;
  }
  body.scrolled .main-header::after {
    height: 5px;
  }
  .main-header-col, .main-header-col:nth-child(2) {
    display: flex;
    align-items: center;
  }
  .main-header-col:nth-child(3) {
    display: none;
  }
  .main-header-logo img {
    width: 350px;
  }
  body.scrolled .main-header-logo img {
    width: 250px;
  }
}
.main-header ul.menu {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.main-header ul.menu, .main-header ul.menu ul, .main-header ul.menu li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-header ul.menu a,
.main-header ul.menu ul.sub-menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #FFF;
}
.main-header ul.menu > li > a {
  display: block;
  padding: 8px 20px;
  transition-duration: 0.2s;
  transition-property: padding, color;
}
.main-header ul.menu > li:last-of-type() a {
  padding-right: 0;
}
.main-header ul.menu ul.sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  background-color: #FFF;
  transition: opacity 0.2s;
}
.main-header ul.menu ul.sub-menu > li {
  position: relative;
  display: block;
}
.main-header ul.menu ul.sub-menu ul.sub-menu {
  width: auto;
  left: 100%;
  right: auto;
  top: 0;
  z-index: 50;
}
.main-header ul.menu > li > ul.sub-menu.reverse-position {
  right: 0;
  left: auto;
}
.main-header ul.menu ul.sub-menu ul.sub-menu.reverse-position {
  right: 100%;
  left: auto;
}
.main-header ul.menu li:hover > .sub-menu,
.main-header ul.menu li:focus-within > .sub-menu {
  opacity: 1;
  max-height: none;
  overflow: visible;
}
.main-header ul.menu ul.sub-menu > li > a {
  display: block;
  padding: 10px 10px;
  white-space: nowrap;
}

.main-footer {
  position: relative;
  text-align: center;
  background: #07023C;
  color: #FFF;
}
.main-footer a {
  color: #FFF;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .main-footer a:hover {
    color: #FFF;
    opacity: 0.8;
  }
}
.main-footer .si-link-wrap {
  text-align: center;
}
.main-footer .si-link {
  padding: 0.75rem;
  font-size: 12px;
}
.main-footer ul.menu, .main-footer ul.menu > li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-footer ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.main-footer ul.menu a {
  font-size: 14px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.main-footer ul.menu a::after {
  content: "/";
  margin: 0 5px;
}
.main-footer ul.menu li:last-of-type a::after {
  content: "";
  margin: 0;
}

.main-footer-rows {
  position: relative;
}

.main-footer-row {
  display: flex;
  flex-direction: column;
}
.main-footer-row:nth-child(1) > div:nth-child(1) {
  order: 2;
  border-top: 1px #707070 solid;
}
.main-footer-row:nth-child(1) > div:nth-child(2) {
  order: 1;
}
.main-footer-row:nth-child(1) > div:nth-child(2) img {
  margin-bottom: 1.25rem;
}
.main-footer-row:nth-child(1) > div:nth-child(3) {
  order: 3;
}

@media (min-width: 1024px) {
  .main-footer-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
  .main-footer-row p {
    margin-bottom: 0;
  }
  .main-footer-row:nth-child(1) > div {
    flex-basis: 30%;
  }
  .main-footer-row:nth-child(1) > div:nth-child(1) {
    order: 1;
    border-top: none;
  }
  .main-footer-row:nth-child(1) > div:nth-child(2) {
    flex-basis: 40%;
    order: 2;
    border-bottom: 1px #707070 solid;
    padding-bottom: 2rem;
  }
  .main-footer-row:nth-child(1) > div:nth-child(3) {
    order: 3;
    text-align: right;
  }
  .main-footer-row:nth-child(2) {
    text-align: center;
  }
  .main-footer-row:nth-child(2) .main-footer-col {
    width: 100%;
  }
}
.post-content, .post-content > div {
  position: relative;
}

body.single-post .post-content,
.post-content.post-content-error {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 30px;
}
body.single-post .post-content > div,
.post-content.post-content-error > div {
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
}

.post-content.post-content-error,
.post-content.post-content-password-form {
  text-align: center;
}

body.single-post .featured-image div {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
}
body.single-post .featured-image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-post .post-content {
  text-align: center;
}
body.single-post .post-content h1 {
  margin: 3rem 0;
  font-size: clamp(30px, 5vw + 1rem, 40px);
}
body.single-post .post-content p:first-child {
  margin-top: 0;
}
body.single-post .back-button {
  text-align: center;
}

#body-wrapper {
  position: relative;
  z-index: 0;
  min-height: 80vh;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

h1, h2, h3 {
  margin-top: 0;
}

h2, h3 {
  text-transform: uppercase;
}

h1 {
  font-family: "Lora", serif;
  font-size: clamp(35px, 5vw, 55px);
  line-height: clamp(45px, 5vw, 60px);
}

h2 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-weight: 500;
}

h3 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
}

iframe {
  border: none;
  max-width: 100%;
}

img.alignleft {
  float: left;
  margin: 12px 24px 12px 0;
}
img.alignright {
  float: right;
  margin: 12px 0 12px 12px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption.alignleft {
  float: left;
}
.wp-caption.alignright {
  float: right;
}

img.background,
.parallax img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
Image alignment
---------------------------------
ACF select field values for image:

center : Center
top : Top
left : Left
right : Right
bottom : Bottom
top-left : Top left
top-right : Top right
bottom-left : Bottom left
bottom-right : Bottom right

*/
img.pos-align-left {
  object-position: left center;
}

img.pos-align-right {
  object-position: right center;
}

img.pos-align-top {
  object-position: center top;
}

img.pos-align-bottom {
  object-position: center bottom;
}

img.pos-align-top-left {
  object-position: left top;
}

img.pos-align-top-right {
  object-position: right top;
}

img.pos-align-bottom-left {
  object-position: left bottom;
}

img.pos-align-bottom-right {
  object-position: right bottom;
}

input,
select,
textarea {
  max-width: 100%;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  border: none;
  background: #F0F0F0;
  font-size: 18px;
  color: #07023C;
  padding: 0.75rem;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #07023C;
  opacity: 1;
}
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border: 2px solid #DB2D2C !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjI0IiAgaGVpZ2h0PSIyNCIgIHZpZXdCb3g9IjAgMCAyNCAyNCIgIGZpbGw9Im5vbmUiICBzdHJva2U9ImN1cnJlbnRDb2xvciIgIHN0cm9rZS13aWR0aD0iMiIgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgIHN0cm9rZS1saW5lam9pbj0icm91bmQiICBjbGFzcz0iaWNvbiBpY29uLXRhYmxlciBpY29ucy10YWJsZXItb3V0bGluZSBpY29uLXRhYmxlci1jaGV2cm9uLWRvd24iPjxwYXRoIHN0cm9rZT0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik02IDlsNiA2bDYgLTYiIC8+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: right 12px center;
}

textarea {
  height: 120px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 7px 0;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
}
input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #F0F0F0;
  margin-right: 8px;
}
input[type=checkbox]:checked + label:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgd2lkdGg9IjI0IiAgaGVpZ2h0PSIyNCIgIHZpZXdCb3g9IjAgMCAyNCAyNCIgIGZpbGw9Im5vbmUiICBzdHJva2U9ImN1cnJlbnRDb2xvciIgIHN0cm9rZS13aWR0aD0iMiIgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgIHN0cm9rZS1saW5lam9pbj0icm91bmQiICBjbGFzcz0iaWNvbiBpY29uLXRhYmxlciBpY29ucy10YWJsZXItb3V0bGluZSBpY29uLXRhYmxlci1jaGVjayI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTUgMTJsNSA1bDEwIC0xMCIgLz48L3N2Zz4=');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.button-shortcode-wrap {
  display: block;
}

.button,
a.button {
  cursor: pointer;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  background: transparent;
  color: inherit;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  background: #07023C;
  color: #FFF;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  border-radius: 999px;
  font-weight: 500;
  text-align: center;
  transition: color 0.2s, background-color 0.2s;
}
@media (hover: hover) {
  .button:hover,
  a.button:hover {
    background: rgb(4.1209677419, 1.1774193548, 35.3225806452);
    color: #FFF;
  }
}

/* Gravity Forms Specific */
.gfield_label {
  font-size: 1px;
  height: 0;
  width: 0;
  display: block;
  text-indent: -99999px;
}

.gfield {
  margin-bottom: 15px;
}

.gfield--type-multi_choice .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 1rem;
}
.gfield--type-multi_choice .gfield_checkbox > div {
  min-width: 180px;
}

.gform_button {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .gfield {
    margin-bottom: 8px;
  }
  .gfield--width-half {
    width: calc(50% - 4px);
    display: inline-block;
  }
  .gfield--width-half:nth-child(odd) {
    margin-right: 4px;
  }
  .gfield--width-half:nth-child(even) {
    margin-left: 4px;
  }
}
a {
  color: #07023C;
  transition: color 0.2s;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    color: #07023C;
  }
}
a.download-link {
  color: #07023C;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
}
a.download-link::before {
  content: "";
  display: block;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMi4yMzYiIGhlaWdodD0iMTQuODI0IiB2aWV3Qm94PSIwIDAgMjIuMjM2IDE0LjgyNCI+CiAgPHBhdGggaWQ9Ikljb25faW9uaWMtbWQtY2xvdWQtZG93bmxvYWQiIGRhdGEtbmFtZT0iSWNvbiBpb25pYy1tZC1jbG91ZC1kb3dubG9hZCIgZD0iTTE5LjA1MywxMi4zNTVBNi45MzcsNi45MzcsMCwwLDAsNi4wODIsMTAuNWE1LjU1Miw1LjU1MiwwLDAsMCwuNiwxMS4wNzJIMTguNzI5YTQuNjQ2LDQuNjQ2LDAsMCwwLDQuNjMzLTQuNjMzQTQuNTc2LDQuNTc2LDAsMCwwLDE5LjA1MywxMi4zNTVabS04LjI5MiwyLjM2M1YxMS4yaDIuOTY1djMuNTIxaDMuMTVsLTQuNjMzLDQuNjMzTDcuNjExLDE0LjcxOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjEyNSAtNi43NSkiIGZpbGw9IiMwNzAyM2MiLz4KPC9zdmc+Cg==') center/contain no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (hover: hover) {
  a.download-link:hover {
    color: #07023C;
  }
  a.download-link:hover::before {
    animation: bounce infinite 0.8s;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

p:empty {
  display: none;
}

p {
  margin: 2rem 0;
}

video {
  max-width: 100%;
}

video.background,
.video-iframe-background,
.video-iframe-background iframe {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.video-iframe-background {
  overflow: hidden;
}
.video-iframe-background > div {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-iframe-background iframe {
  border: none;
}

body.js video.video-load-fade {
  opacity: 0;
  transition: opacity 0.8s;
}
body.js video.video-load-fade.video-loaded {
  opacity: 1;
}

.accordions,
.accordion {
  position: relative;
  overflow: hidden;
}

.accordion {
  background: #FFF;
  border: 1px #E0E0E0 solid;
  margin-bottom: 20px;
  padding: 1rem;
}
.accordion:last-child {
  margin-bottom: 0;
}

.accordion-header {
  user-select: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-header h3 {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

.accordion-header-main {
  width: calc(100% - 32px);
  padding: 0 0.75rem 0 0;
}

.accordion-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  transition: transform 0.2s;
}

.accordion-button-plus {
  position: relative;
  width: 16px;
  height: 16px;
}
.accordion-button-plus::before, .accordion-button-plus::after {
  content: "";
  display: block;
  background-color: #07023C;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.2s ease;
  width: 100%;
  height: 3px;
}
.accordion-button-plus::before {
  transform: translateY(-50%);
}
.accordion-button-plus::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion.open,
.accordion.opening {
  opacity: 1;
}
.accordion.open .accordion-button,
.accordion.opening .accordion-button {
  transform: rotate(180deg);
}
.accordion.open .accordion-button-plus::before,
.accordion.opening .accordion-button-plus::before {
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
}
.accordion.open .accordion-button-plus::after,
.accordion.opening .accordion-button-plus::after {
  transform: translateY(-50%) rotate(0deg);
}

.accordion-body {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  height: 0;
  transition: opacity 0.2s, height 0.2s;
  font-size: 15px;
  line-height: 23px;
}
.accordion-body > div {
  padding: 1rem 18px 0 0;
}
.accordion-body p {
  margin: 20px 0;
}
.accordion-body p:first-child {
  margin-top: 0;
}
.accordion-body p:last-child {
  margin-bottom: 1rem;
}

.accordion.open .accordion-body {
  height: auto;
}

@media print {
  .accordion {
    opacity: 1;
  }
  .accordion .accordion-body {
    height: auto;
  }
}
button.chevron {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
button.chevron svg {
  width: 24px;
  height: 24px;
}
button.chevron.disabled {
  opacity: 0.25;
  cursor: default;
}

.chevron-prev {
  left: 0;
}

.chevron-next {
  right: 0;
}

.dot-controls {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
}
.dot-controls .dot {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
}
.dot-controls .dot::after {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #F0F0F0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: background-color 0.2s;
}
.dot-controls .dot.selected::after {
  background-color: #707070;
}
@media (hover: hover) {
  .dot-controls .dot:hover::after {
    background-color: #707070;
  }
}

.empty-message {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .empty-message {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1300px) {
  .empty-message {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.empty-message.pt-none {
  padding-top: 0;
}
.empty-message.pt-medium {
  padding-top: clamp(3rem, 9vw, 4rem);
}
.empty-message.pt-large {
  padding-top: clamp(4rem, 12vw, 8rem);
}
.empty-message.pb-none {
  padding-bottom: 0;
}
.empty-message.pb-medium {
  padding-bottom: clamp(3rem, 9vw, 4rem);
}
.empty-message.pb-large {
  padding-bottom: clamp(4rem, 12vw, 8rem);
}
.empty-message > * {
  position: relative;
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  container-type: inline-size;
}

.carousel {
  opacity: 0;
  transition: opacity 0.8s;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.carousel.finite-carousel, .carousel.infinite-carousel {
  width: 100%;
}
.carousel.finite-carousel > div, .carousel.infinite-carousel > div {
  position: relative;
  width: calc(100% + var(--carousel-gap, 0));
  max-width: none;
}
.carousel.finite-carousel .carousel-item, .carousel.infinite-carousel .carousel-item {
  padding-left: calc(var(--carousel-gap, 0) / 2);
  padding-right: calc(var(--carousel-gap, 0) / 2);
  position: relative;
  width: 100%;
}
.carousel.background,
.carousel.background > div,
.carousel.background .carousel-items-display,
.carousel.background .carousel-items-carousel,
.carousel.background .carousel-item {
  height: 100%;
}
.carousel.background .carousel-item img {
  height: 100%;
}
.carousel.background, .carousel.background img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel.background img {
  object-fit: cover;
}
.carousel.show {
  opacity: 1;
}
.carousel .carousel-items-display {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.carousel .carousel-items-display .dot-controls, .carousel .carousel-items-display .number-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.carousel.all-nav-disabled .chevron {
  display: none;
}
.carousel .chevron {
  z-index: 20;
}
.carousel.has-chevrons:not(.all-nav-disabled) > div {
  padding-left: 32px;
  padding-right: 32px;
}

.carousel.finite-carousel .carousel-items-carousel {
  position: relative;
  padding: 0;
  margin: 0;
  transition: transform 0.25s;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.carousel.finite-carousel .carousel-item {
  position: relative;
  width: 100%;
}
.carousel.finite-carousel.all-nav-disabled .carousel-items-carousel {
  margin-left: auto;
  margin-right: auto;
}
.carousel.finite-carousel.no-anim .carousel-items-carousel {
  transition-duration: 0s !important;
}
.carousel.finite-carousel[data-return-to-start] .chevron.disabled {
  opacity: 1;
  cursor: pointer;
}

.carousel.infinite-carousel .carousel-items-carousel {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: 100%;
  transition: transform 0.2s;
  z-index: 5;
}
.carousel.infinite-carousel .carousel-item {
  position: absolute;
  max-width: none;
  margin: 0;
  left: 0;
  top: 0;
  height: auto;
}

.carousel.fading-carousel {
  z-index: 0;
}
.carousel.fading-carousel .carousel-items-display {
  position: relative;
  width: 100%;
  container-type: inline-size;
}
.carousel.fading-carousel .carousel-items-carousel {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 200px;
}
.carousel.fading-carousel .carousel-item {
  position: relative;
  width: 100cqw;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  opacity: 0;
  transform: scale(1.1);
  z-index: 0;
}
.carousel.fading-carousel .carousel-item.current {
  opacity: 1;
  transform: none;
  z-index: 5;
}
.carousel.fading-carousel.disable-scale-anim .carousel-item {
  transition-property: opacity;
  transform: none;
}
.carousel.fading-carousel.no-anim .carousel-item {
  transition-duration: 0s !important;
}
.carousel.fading-carousel .chevron.disabled {
  opacity: 1;
  cursor: pointer;
}

.hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  cursor: pointer;
  user-select: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
}

.hamburger-inner {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31px;
  height: 31px;
  transition: transform 0.2s;
}
.hamburger-inner div {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #FFF;
  transition: transform 0.2s;
  transform-origin: center;
}
.hamburger-inner div:nth-child(1) {
  transform-origin: top left;
  transform: translateY(24.8px);
}
.hamburger-inner div:nth-child(3) {
  transform-origin: bottom left;
  transform: translateY(-24.8px);
}

.popup-hamburger-wrap {
  position: absolute;
  right: 32px;
  top: 45.5px;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 100;
  padding: 2px;
}
body.popup-open .popup-hamburger-wrap {
  position: fixed;
  display: block;
}
@media (min-width: 768px) {
  .popup-hamburger-wrap {
    right: 2rem;
  }
}
@media (min-width: 1024px) {
  .popup-hamburger-wrap {
    position: fixed;
    display: none;
  }
}

.hamburger.hamburger-x .hamburger-inner,
body.popup-open .popup-hamburger-wrap .hamburger-inner {
  transform: rotate(180deg);
}
.hamburger.hamburger-x .hamburger-inner div:nth-child(1),
body.popup-open .popup-hamburger-wrap .hamburger-inner div:nth-child(1) {
  transform: translateX(1.5px) rotate(45deg);
  width: 40.8707719526px;
}
.hamburger.hamburger-x .hamburger-inner div:nth-child(2),
body.popup-open .popup-hamburger-wrap .hamburger-inner div:nth-child(2) {
  transform: scaleX(0);
}
.hamburger.hamburger-x .hamburger-inner div:nth-child(3),
body.popup-open .popup-hamburger-wrap .hamburger-inner div:nth-child(3) {
  transform: translateX(1.5px) rotate(-45deg);
  width: 40.8707719526px;
}

.load-more-posts-wrap {
  text-align: center;
}

.teases {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.teases.pt-none {
  padding-top: 0;
}
.teases.pt-medium {
  padding-top: clamp(3rem, 9vw, 4rem);
}
.teases.pt-large {
  padding-top: clamp(4rem, 12vw, 8rem);
}
.teases.pb-none {
  padding-bottom: 0;
}
.teases.pb-medium {
  padding-bottom: clamp(3rem, 9vw, 4rem);
}
.teases.pb-large {
  padding-bottom: clamp(4rem, 12vw, 8rem);
}
.teases ul, .teases li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.teases ul {
  display: grid;
  grid-template-columns: repeat(1fr, 1fr);
  gap: 3rem 4rem;
}

@media (min-width: 768px) {
  ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-teases {
  text-align: center;
}

.number-controls {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
}
.number-controls .number {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #D8D8D8;
  padding: 5px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
}
.number-controls .number.selected {
  color: #707070;
}
@media (min-width: 1300px) {
  .number-controls .number {
    transition: color 0.2s;
  }
  .number-controls .number:hover {
    color: #707070;
  }
}

ul.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
ul.pagination > li {
  padding: 5px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background: #07023C center/cover no-repeat;
  color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.popup.showing {
  display: block;
}
.popup.show {
  opacity: 1;
}
.popup.show.busy {
  opacity: 0.6;
}
.popup.show.busy, .popup.show.busy * {
  cursor: wait;
}
.popup .popup-close-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.popup .popup-close {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.popup .popup-close svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1300px) {
  .popup .popup-close-wrap {
    height: 48px;
  }
  .popup .popup-close {
    width: 48px;
    opacity: 0.9;
    transition: opacity 0.2s;
  }
  .popup .popup-close:hover {
    opacity: 1;
  }
}
.popup .popup-main {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 40px 15px;
}
.popup .popup-main > div {
  position: relative;
  margin: auto;
  max-width: 100%;
  width: 1440px;
}
.popup.too-tall .popup-main {
  display: block;
}

.popup.popup-main-menu .popup-content {
  position: relative;
}
.popup.popup-main-menu .popup-content ul.menu, .popup.popup-main-menu .popup-content ul.menu ul, .popup.popup-main-menu .popup-content ul.menu li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.popup.popup-main-menu .popup-content ul.menu > li > a {
  display: block;
  transition-duration: 0.2s;
  transition-property: padding, color;
}
.popup.popup-main-menu .popup-content ul.sub-menu {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transform: scaleY(0);
  transition-duration: 0.2s;
  transition-property: transform, opacity, padding, max-height;
}
.popup.popup-main-menu .popup-content ul.sub-menu.open {
  transform: scaleY(1);
  opacity: 1;
  max-height: 900px;
}
.popup.popup-main-menu .popup-content a {
  color: #FFF;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  padding: 4px 0;
}

@media (min-width: 1300px) {
  ul.menu li.menu-item.mobile-only {
    display: none;
  }
}
.simple-header {
  position: relative;
  background: center/cover no-repeat;
}
.simple-header-text-align-left {
  text-align: left;
}
.simple-header-text-align-center {
  text-align: center;
}

body.single-post .simple-header > div {
  width: 800px;
}

.social-links {
  display: block;
  position: relative;
}
.social-links ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-link a {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 12px;
  margin: 0 7px;
  text-decoration: none;
  background: #FFF;
  border-radius: 50%;
  color: inherit;
}
.social-link a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.social-links.social-links-pinned {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 50;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.social-links.social-links-pinned .social-link,
.social-links.social-links-pinned .social-link a {
  display: block;
}
.social-links.social-links-pinned .social-link {
  padding: 4px 0;
}

.tabbed-content,
.tabbed-content-views,
.tabbed-content-view-main,
.tabbed-content-menu {
  position: relative;
}

.tabbed-content-menu ul {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

button.tabbed-content-menu-item {
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.75rem;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.tabbed-content-view-heading {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 5px;
  height: 1px;
  text-indent: -9999px;
}

.tabbed-content-view {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  overflow: hidden;
}
.tabbed-content-view.selected {
  position: relative;
  z-index: 10;
  visibility: visible;
}

@media (max-width: 767px) {
  .tabbed-content.stack-sm .tabbed-content-menu {
    display: none;
  }
  .tabbed-content.stack-sm .tabbed-content-view-heading {
    display: block;
    position: relative;
    left: auto;
    text-indent: 0;
    width: auto;
    height: auto;
    pointer-events: all;
  }
  .tabbed-content.stack-sm .tabbed-content-view {
    position: relative;
    right: auto;
    visibility: visible;
  }
  .tabbed-content.stack-sm .tabbed-content-view-main {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity, max-height;
  }
  .tabbed-content.stack-sm .tabbed-content-view.stack-open .tabbed-content-view-main {
    max-height: 9999px;
    opacity: 1;
  }
}
@media (max-width: 1299px) {
  .tabbed-content.stack-md .tabbed-content-menu {
    display: none;
  }
  .tabbed-content.stack-md .tabbed-content-view-heading {
    display: block;
    position: relative;
    left: auto;
    text-indent: 0;
    width: auto;
    height: auto;
    pointer-events: all;
  }
  .tabbed-content.stack-md .tabbed-content-view {
    position: relative;
    right: auto;
    visibility: visible;
  }
  .tabbed-content.stack-md .tabbed-content-view-main {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity, max-height;
  }
  .tabbed-content.stack-md .tabbed-content-view.stack-open .tabbed-content-view-main {
    max-height: 9999px;
    opacity: 1;
  }
}

.parallax {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.screen-reader {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 5px;
  height: 1px;
  text-indent: -9999px;
}

.marquee {
  position: relative;
  overflow: hidden;
  z-index: 8;
}

.marquee-inner {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  user-select: none;
}

.marquee-item {
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-block;
  padding: 0 4px;
}

.form-field-required .form-field-label::after {
  content: "*";
  color: #c22;
}

.form-input-error {
  outline: 1px solid #c22;
}

.form-hide,
.form-submit-wrap.form-hide,
[data-form-submit].form-hide {
  display: none;
}

.tease-post {
  background-color: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2901960784);
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
}
.tease-post .post-thumbnail {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.tease-post .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.tease-post h2 {
  margin: 1rem 0;
  transition: transform 0.2s ease;
}
.tease-post h2, .tease-post h2 a {
  font-family: "Lora", serif;
  text-transform: none;
  letter-spacing: normal;
  font-size: 1rem;
  text-align: center;
  color: #07023C;
}
@media (hover: hover) {
  .tease-post:hover img {
    transform: scale(1.05);
  }
  .tease-post:hover h2 {
    transform: translateY(-10px);
  }
}

@media (min-width: 768px) {
  .tease-post h2 {
    margin: 2rem 0;
  }
}
.tease-properties {
  background: #07023C;
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.3333333333);
  overflow: hidden;
  height: 100%;
  transition: background 0.2s ease;
}
.tease-properties.property-status-under-offer, .tease-properties.property-status-under-offer .tease-thumbnail .tease-status, .tease-properties.property-status-sold, .tease-properties.property-status-sold .tease-thumbnail .tease-status, .tease-properties.property-status-let, .tease-properties.property-status-let .tease-thumbnail .tease-status {
  background: #DB2D2C;
}
@media (hover: hover) {
  .tease-properties:hover, .tease-properties:hover .tease-status {
    background: rgb(4.1209677419, 1.1774193548, 35.3225806452);
  }
  .tease-properties.property-status-under-offer:hover, .tease-properties.property-status-under-offer:hover .tease-thumbnail .tease-status, .tease-properties.property-status-sold:hover, .tease-properties.property-status-sold:hover .tease-thumbnail .tease-status, .tease-properties.property-status-let:hover, .tease-properties.property-status-let:hover .tease-thumbnail .tease-status {
    background: rgb(202.8846153846, 35.5769230769, 34.6153846154);
  }
}
.tease-properties a {
  color: #FFF;
}
.tease-properties .tease-thumbnail {
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.tease-properties .tease-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tease-properties .tease-thumbnail .tease-status {
  background: #07023C;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.75rem 1rem;
  z-index: 1;
  transition: background 0.2s ease;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}
.tease-properties .tease-title {
  margin: 2rem 0 1rem;
  font-family: "Lora", serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 30px;
}

.rise-up, .fall-down, .slide-left, .slide-right {
  transition-property: transform, opacity;
  transition-duration: 1.2s;
}
.rise-up.hidden, .fall-down.hidden, .slide-left.hidden, .slide-right.hidden {
  opacity: 0;
}
@media (min-width: 560px) {
  .rise-up, .fall-down, .slide-left, .slide-right {
    transition-duration: 0.8s;
  }
}

.rise-up.hidden {
  transform: translateY(250px);
}

.fall-down.hidden {
  transform: translateY(-250px);
}

.slide-left.hidden {
  transform: translateX(250px);
}

.slide-right.hidden {
  transform: translateX(-250px);
}

#order_review img.stripe-icon {
  max-width: 40px;
}

.post-type-archive-properties .teases::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background: #F8F8F4;
}
.post-type-archive-properties .teases ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.properties-filters {
  background: #F8F8F4;
}

.properties-filters-inner form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
}
.properties-filters-inner form > div {
  flex: 1;
  min-width: 230px;
}
.properties-filters-inner form > div > input,
.properties-filters-inner form > div > button[type=submit] {
  width: 100%;
}
.properties-filters-inner form .filters-footer {
  flex-basis: 100%;
  display: flex;
  flex-direction: column-reverse;
  text-align: right;
}
.properties-filters-inner form .filters-footer button {
  cursor: pointer;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  background: transparent;
  color: inherit;
}
.properties-filters-inner form .filters-footer button {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  opacity: 0.6;
}
.properties-filters-inner form .filters-footer .validation-log {
  font-size: 12px;
  color: #DB2D2C;
  line-height: 1;
}
.properties-filters-inner form label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
}
.properties-filters-inner form input[type=text],
.properties-filters-inner form select {
  background-color: #FFF;
  border: 1px solid #707070;
}

@media screen and (min-width: 600px) {
  .properties-filters-inner form .filters-footer {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.single-properties .single-property-header {
  background: #F8F8F4;
}
.single-properties .single-property-header .single-property-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.single-properties .single-property-header .single-property-header-inner > h1 {
  flex: 1;
  margin: 0;
  min-width: min(450px, 100%);
  max-width: 70%;
}
.single-properties .single-property-header .single-property-header-inner .single-property-meta {
  background: #07023C;
  color: #FFF;
  padding: 17px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  line-height: 1;
}
.single-properties .single-property-content {
  background: #F8F8F4;
}
.single-properties .single-property-content .download-link {
  margin-bottom: 10px;
}
.single-properties .single-property-content .single-property-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin: 1.25rem 0 1.25rem;
}
.single-properties .single-property-content .single-property-contact a {
  flex: 1;
  white-space: nowrap;
}
.single-properties .single-property-content .single-property-contact p {
  margin: 0;
  width: 80%;
}
.single-properties .single-property-content .single-property-gallery .carousel > div {
  padding: 0 !important;
}
.single-properties .single-property-content .single-property-gallery .carousel .carousel-items-display {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.single-properties .single-property-content .single-property-gallery .carousel .gallery-image {
  cursor: pointer;
  position: relative;
}
.single-properties .single-property-content .single-property-gallery .carousel .gallery-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 2, 60, 0.4);
  opacity: 0;
  transition: opacity 0.2s;
}
.single-properties .single-property-content .single-property-gallery .carousel .gallery-image:hover::after {
  opacity: 1;
}
.single-properties .single-property-content .single-property-gallery .chevrons > div {
  position: relative;
  margin-top: 1.25rem;
}
.single-properties .single-property-content .single-property-gallery .chevrons > div > button.chevron {
  position: relative;
}
.single-properties .single-property-content .single-property-gallery .gallery-image {
  margin: 0 15px;
}
.single-properties .single-property-content .single-property-gallery .gallery-image > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 80%;
}
.single-properties .single-property-content .single-property-gallery .gallery-image > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-properties .single-property-map iframe {
  width: 100%;
  max-width: 1300px;
  max-height: 415px;
  margin: auto;
  display: block;
}
.single-properties .single-property-related .related-properties {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
.single-properties .single-property-back > div {
  text-align: center;
}
.single-properties .property-gallery-lightbox {
  background-color: rgba(0, 0, 0, 0.9);
}
.single-properties .property-gallery-lightbox .popup-main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-properties .property-gallery-lightbox .property-gallery-lightbox-inner > div img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
}
.single-properties .property-gallery-lightbox .popup-close {
  color: #FFF;
}
@media (min-width: 1024px) {
  .single-properties .single-property-content {
    padding-left: max(50vw - 720px, 2rem);
    padding-right: 0;
  }
  .single-properties .single-property-content > div {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .single-properties .single-property-gallery {
    width: 50%;
  }
  .single-properties .single-property-gallery .carousel {
    position: sticky;
    top: 120px;
  }
  .single-properties .single-property-gallery .chevrons > div {
    text-align: right;
    padding-right: max(50vw - 720px, 4rem);
  }
  .single-properties .single-property-info {
    flex: 1;
  }
}
@media (min-width: 1300px) {
  .single-properties .single-property-content {
    padding-left: max(50vw - 720px, 4rem);
    padding-right: 0;
  }
  .single-properties .single-property-content .single-property-gallery {
    width: 60%;
  }
}

.page-header {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(110px, 20px + 10vw, 155px);
}
.page-header.page-header-overlay {
  margin-bottom: -50px;
}
.page-header.page-header-overlay + section {
  position: relative;
  z-index: 20;
}
.page-header.page-header-size-small {
  min-height: 75dvh;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.page-header.page-header-size-small {
  padding-top: 92px;
}
.page-header.page-header-size-small::before {
  height: 80%;
}
.page-header.page-header-size-small::after {
  display: none;
}
.page-header .page-header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}
.page-header .page-header-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-header .carousel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.page-header .carousel > div,
.page-header .carousel .carousel-items-display,
.page-header .carousel .carousel-items-carousel,
.page-header .carousel .carousel-item {
  height: 100%;
}
.page-header::before, .page-header::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: linear-gradient(360deg, #05003C 0%, rgba(88, 84, 124, 0) 100%);
  height: 60%;
  width: 100%;
}
.page-header::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.page-header::after {
  bottom: 0;
  left: 0;
}

.page-header-inner {
  position: relative;
  z-index: 10;
}

.page-header-heading {
  color: #FFF;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9490196078);
}

.page-header-slider-controls {
  display: none;
}

@media (min-width: 1024px) {
  .page-header.page-header-size-small {
    min-height: 75vh;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .page-header.page-header-size-small {
    padding-top: 130px;
  }
  .page-header-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .page-header-slider-controls {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .page-header-slider-control {
    width: 9px;
    height: 9px;
    background: #FFF;
    opacity: 0.4;
    border-radius: 50%;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .page-header-slider-control.active {
    opacity: 1;
  }
  .page-header-heading {
    width: 100%;
    max-width: 830px;
  }
}
.property-slider .carousel > div {
  padding: 0 !important;
}
.property-slider .carousel .carousel-item > article {
  margin: 0 15px;
}
.property-slider .carousel, .property-slider .carousel .carousel-items-display {
  overflow-y: visible;
  overflow-x: clip;
}
.property-slider .carousel .tease-properties {
  padding-bottom: 2.5rem;
}

.property-slider-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.property-slider-footer .chevrons > div {
  position: relative;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.property-slider-footer .chevrons > div button {
  position: relative;
  width: 32px;
  height: 32px;
}
.property-slider-footer .property-slider-button {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .property-slider-footer {
    margin-top: 2rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
  .property-slider-footer .chevrons > div {
    margin-top: 0;
  }
  .property-slider-footer .property-slider-button {
    margin-top: 0;
  }
}
.text-slider-and-media.bg-lt-grey {
  background-color: #F8F8F4;
}
.text-slider-and-media .blue-accent {
  display: none;
}

.text-slider-and-media-content .dot-controls {
  text-align: left;
  padding: 25px 0 0;
}
.text-slider-and-media-content .dot-controls button.dot {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 25px;
}
.text-slider-and-media-content .dot-controls button.dot::after {
  width: 20px;
  height: 20px;
  background-color: #07023C;
  opacity: 0.3;
}
.text-slider-and-media-content .dot-controls button.dot.selected::after {
  background-color: #07023C;
  opacity: 1;
}

.text-slider-and-media-images {
  display: none;
}

@media (min-width: 1024px) {
  .text-slider-and-media {
    position: relative;
  }
  .text-slider-and-media .blue-accent {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 0%;
    width: calc(50vw - 720px + 70px);
    background-color: #07023C;
    z-index: 1;
  }
  .text-slider-and-media-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6rem;
    position: relative;
    z-index: 10;
  }
  .text-slider-and-media-content {
    flex: 1;
  }
  .text-slider-and-media-content .dot-controls {
    padding-top: 0;
  }
  .text-slider-and-media-content .dot-controls button.dot {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
  .text-slider-and-media-content .dot-controls button.dot::after {
    width: 14px;
    height: 14px;
  }
  .text-slider-and-media-images {
    display: block;
    width: 50%;
    text-align: right;
    position: relative;
  }
  .text-slider-and-media-images img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2901960784);
  }
  .text-slider-and-media-image-one {
    width: 0%;
    height: 0;
    margin-left: auto;
    padding-top: 50%;
    position: relative;
  }
  .text-slider-and-media-image-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .text-slider-and-media-image-two {
    position: absolute;
    width: 230px;
    height: 0px;
    top: calc(100% - 115px);
    left: 0;
  }
  .text-slider-and-media-image-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.masonry-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.masonry-grid-header h2 {
  margin: 0;
}
.masonry-grid-header .masonry-grid-link {
  display: none;
}

.masonry-grid-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.masonry-grid-item:last-child {
  margin-bottom: 0;
}
.masonry-grid-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #05003C 0%, rgba(88, 84, 124, 0) 100%);
  opacity: 0.85;
  z-index: 2;
}
.masonry-grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.masonry-grid-item .masonry-grid-item-label {
  position: absolute;
  bottom: 26px;
  left: 18px;
  right: 18px;
  z-index: 3;
  color: #FFF;
  margin: 0;
  font-weight: 500;
}

.masonry-grid-footer {
  margin-top: 3rem;
}
.masonry-grid-footer .button {
  width: 100%;
}

@media (min-width: 560px) {
  .masonry-grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.75rem;
  }
  .masonry-grid-row .masonry-grid-item {
    padding-top: 100%;
  }
}
@media (min-width: 1024px) {
  .masonry-grid-header .masonry-grid-link {
    display: block;
  }
  .masonry-grid-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .masonry-grid-footer {
    display: none;
  }
}
@media (min-width: 1300px) {
  .masonry-grid-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .masonry-grid-row:nth-child(odd) .masonry-grid-item:nth-child(1) {
    grid-column: span 2;
    padding-top: calc(50% - 0.375rem);
  }
  .masonry-grid-row:nth-child(odd) .masonry-grid-item:nth-child(3) {
    grid-row: span 2;
    padding-top: calc(200% + 0.75rem);
  }
  .masonry-grid-row:nth-child(odd).items-1 .masonry-grid-item:nth-child(3), .masonry-grid-row:nth-child(odd).items-2 .masonry-grid-item:nth-child(3), .masonry-grid-row:nth-child(odd).items-3 .masonry-grid-item:nth-child(3) {
    grid-row: span 1;
    padding-top: 100%;
  }
  .masonry-grid-row:nth-child(even) .masonry-grid-item:nth-child(1) {
    grid-row: span 2;
    padding-top: calc(200% + 0.75rem);
  }
  .masonry-grid-row:nth-child(even) .masonry-grid-item:nth-child(3) {
    grid-column: span 2;
    padding-top: calc(50% - 0.375rem);
  }
  .masonry-grid-row:nth-child(even).items-1 .masonry-grid-item:nth-child(1), .masonry-grid-row:nth-child(even).items-2 .masonry-grid-item:nth-child(1), .masonry-grid-row:nth-child(even).items-3 .masonry-grid-item:nth-child(1) {
    grid-row: span 1;
    padding-top: 100%;
  }
}
.latest-news {
  overflow: hidden;
}

.latest-news-heading {
  margin-bottom: 2rem;
}

.latest-news-posts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .latest-news-posts {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .latest-news-posts > article {
    width: calc(50% - 0.625rem);
  }
  .latest-news-posts > article:nth-child(2) {
    transition-delay: 0.5s;
  }
}
@media (min-width: 1300px) {
  .latest-news-heading {
    margin: 0;
    position: absolute;
    rotate: -90deg;
    top: 50%;
    right: 100%;
    margin: 0;
    transform: translateX(50%);
  }
}
.contact-form {
  position: relative;
  overflow: hidden;
  background-color: #F8F8F4;
}
.contact-form.contact-form-style-dual-form {
  background-color: #FFF;
}

.contact-form-form {
  background: #FFF;
  padding: 3rem 2rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2901960784);
  border-radius: 0.75rem;
  margin: 4rem 0 6rem;
}

.contact-form-form-heading {
  font-weight: 500;
  margin: 0 0 2rem;
}

.contact-form-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
}
.contact-form-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #05003C 0%, rgba(88, 84, 124, 0) 100%);
  opacity: 0.85;
}
.contact-form-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-form-appended-text {
  margin-top: 4rem;
}

@media (min-width: 1024px) {
  .contact-form-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    padding: 4rem 0;
  }
  .contact-form-style-dual-form .contact-form-inner {
    align-items: flex-start;
  }
  .contact-form-body {
    flex: 1;
  }
  .contact-form-form {
    width: 60%;
    margin: 0;
  }
  .contact-form-image {
    top: 50%;
    left: auto;
    bottom: auto;
    right: 0;
    transform: translateY(-50%);
    height: calc(100% - 8rem);
    width: 40vw;
  }
}
.text-and-media {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-and-media.pt-none {
  padding-top: 0;
}
.text-and-media.pt-medium {
  padding-top: clamp(3rem, 9vw, 4rem);
}
.text-and-media.pt-large {
  padding-top: clamp(4rem, 12vw, 8rem);
}
.text-and-media.pb-none {
  padding-bottom: 0;
}
.text-and-media.pb-medium {
  padding-bottom: clamp(3rem, 9vw, 4rem);
}
.text-and-media.pb-large {
  padding-bottom: clamp(4rem, 12vw, 8rem);
}

.text-and-media-content-inner {
  margin-bottom: 1rem;
}

.text-and-media-content-inner {
  background: #F8F8F4;
  padding: 1.25rem;
}

.text-and-media-body p:first-child {
  margin-top: 0;
}
.text-and-media-body p:last-child {
  margin-bottom: 0;
}

.text-and-media-image {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
}
.text-and-media-image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-and-media-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.text-and-media-link {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .text-and-media {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .text-and-media {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) and (min-width: 1300px) {
  .text-and-media {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .text-and-media.pt-none {
    padding-top: 0;
  }
  .text-and-media.pt-medium {
    padding-top: clamp(3rem, 9vw, 4rem);
  }
  .text-and-media.pt-large {
    padding-top: clamp(4rem, 12vw, 8rem);
  }
  .text-and-media.pb-none {
    padding-bottom: 0;
  }
  .text-and-media.pb-medium {
    padding-bottom: clamp(3rem, 9vw, 4rem);
  }
  .text-and-media.pb-large {
    padding-bottom: clamp(4rem, 12vw, 8rem);
  }
  .text-and-media > * {
    position: relative;
    max-width: 100%;
    width: 1440px;
    margin: 0 auto;
    container-type: inline-size;
  }
}
@media (min-width: 768px) {
  .text-and-media.align-content-right .text-and-media-inner {
    flex-direction: row-reverse;
  }
  .text-and-media.align-content-right .text-and-media-image {
    right: auto;
    left: 0;
  }
  .text-and-media.align-content-right .text-and-media-content-inner {
    padding: 4rem;
    padding-right: max(50vw - 720px, 2rem);
  }
  .text-and-media-inner {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .text-and-media-content {
    width: 60%;
    display: flex;
    align-items: center;
  }
  .text-and-media-content-inner {
    margin: 4rem 0;
    padding: 4rem;
    padding-left: max(50vw - 720px, 2rem);
  }
  .text-and-media-image {
    width: 60%;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-top: 0;
    height: 100%;
  }
}
@media (min-width: 1300px) {
  .text-and-media-content-inner {
    padding-left: max(50vw - 720px, 4rem);
  }
  .text-and-media.align-content-right .text-and-media-content-inner {
    padding-left: 4rem;
    padding-right: max(50vw - 720px, 4rem);
  }
}
@media screen and (min-width: 1440px) {
  .text-and-media {
    max-width: 100%;
    width: 1440px;
    margin: 0 auto;
  }
  .text-and-media-content-inner {
    padding: 6rem;
  }
}
.text-and-image-rows {
  overflow: hidden;
}

.text-and-image-rows-heading {
  margin-bottom: 2rem;
}

.text-and-image-rows-row {
  background: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2901960784);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.text-and-image-rows-row:last-child {
  margin-bottom: 0;
}
.row-background-grey .text-and-image-rows-row {
  background-color: #F8F8F4;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.0784313725);
}

.text-and-image-rows-rows-body h2, .text-and-image-rows-rows-body h3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-bottom: 1rem;
}
.text-and-image-rows-rows-body p {
  margin-top: 0;
}
.text-and-image-rows-rows-body p:last-child {
  margin-bottom: 0;
}

.text-and-image-rows-rows-image {
  display: none;
}

@media (min-width: 768px) {
  .text-and-image-rows-row {
    display: grid;
    grid-template-columns: 295px 1fr;
    align-items: center;
    gap: 2rem;
  }
  .text-and-image-rows-rows-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 70%;
    display: block;
  }
  .text-and-image-rows-rows-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.cards-heading {
  margin-bottom: 2rem;
}

.cards-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.cards-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #07023C;
  color: #FFF;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cards-card h2, .cards-card h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 1.25rem;
  letter-spacing: 2.6px;
}
.cards-card a {
  color: #FFF;
}
.cards-card a:hover {
  color: #FFF;
}

.cards-card-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.cards-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards-card-body {
  width: 100%;
  padding: 1.25rem;
}
.cards-card-body p {
  margin-bottom: 0;
}
.cards-card-body p:first-of-type {
  margin-top: 0;
}

.address {
  background-color: #F8F8F4;
}
.address h2, .address h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  margin-bottom: 2rem;
}

.address-map-embed iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .address-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
  }
  .address-body {
    flex: 1;
  }
  .address-map {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
  }
  .address-map-embed {
    flex: 1;
  }
}

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