/*
Theme Name: Avenir Main Website Theme
Theme URI: https://peakseven.com
Author: Peak Seven Advertising
Author URI: https://peakseven.com
*/

/* https://fonts.google.com/?selection.family=Frank+Ruhl+Libre:wght@300|Montserrat:wght@300;700&sidebar.open   */
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300&family=Montserrat:wght@300;700&display=swap");

/* Reset */
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
a {
  color: inherit;
}
input,
textarea,
button {
  font-family: inherit;
}
button {
  cursor: pointer;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.85;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.85;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 0.85;
}
::placeholder {
  color: inherit;
  opacity: 0.85;
}

/* Magnific Popup Animation */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: translateY(0);
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Default Typography */
html {
  background: #000e2f;
  color: #fff;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

/* Header Common Styles */
.main-header .header-navigation ul {
  list-style: none;
}
.main-header .header-navigation ul li {
  display: inline-block;
}
.main-header .header-navigation ul li a {
  letter-spacing: 0.1em;
  color: #6b6c6c;
  padding: 25px 10px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}
.main-header .header-navigation ul li a:hover {
  color: #000e2f;
}
.main-header .header-navigation ul li.active a {
  font-weight: bold;
  color: #000e2f;
}
@media (max-width: 1024px) {
  .main-header .header-navigation ul li a {
  }
}

/* Homepage Header */
.main-header.homepage-header {
    padding: 79px 17px;
    position: relative;
}
.main-header.homepage-header .logo {
    text-align: center;
    margin-bottom: 20px;
}
.main-header.homepage-header .logo a {
    display: inline-block;
}
.main-header.homepage-header .promotions-button {
    position: absolute;
    right: 6%;
    top: 79px;
}
.main-header.homepage-header .header-navigation {
    text-align: center;
}
@media (max-width: 576px) {
  .main-header.homepage-header {
    padding: 20px;
  }
  .main-header.homepage-header .logo {
    margin-bottom: 15px;
  }
  .main-header.homepage-header .promotions-button {
    position: static;
    text-align: center;
    margin-top: 15px;
  }
  .main-header.homepage-header .header-navigation {
    display: none;
  }
}

/* Normal Header */
.main-header.normal-header {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px #666;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s ease-out;
}
body.p7-show-normal-header .main-header.normal-header {
  opacity: 1;
  top: 0;
}
.main-header.normal-header .top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.main-header.normal-header .top .logo {
  flex: 0 0 100px;
}
.main-header.normal-header .top .header-navigation {
  margin-left: auto;
}
.main-header.normal-header .top .header-navigation ul li a {
}
.main-header.normal-header .top .header-navigation ul li a:hover,
.main-header.normal-header .top .header-navigation ul li.active a {
  background: #edeff0;
}
.main-header.normal-header .top .mobile-menu-toggle {
  display: none;
}
.main-header.normal-header .bottom {
  background: #000e2f;
  color: #fff;
}
.main-header.normal-header .bottom ul {
  list-style: none;
}
.main-header.normal-header .bottom ul li {
  display: inline-block;
}
.main-header.normal-header .bottom ul li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
  .main-header.normal-header .top {
    flex-wrap: wrap;
  }
  .main-header.normal-header .top .header-navigation {
    display: none;
    flex: 0 0 100%;
    background: #edeff0;
    padding: 10px 0 30px;
  }
  .main-header.normal-header .top .header-navigation ul li {
    display: block;
  }
  .main-header.normal-header .top .header-navigation ul li a {
    padding: 15px;
  }
  .main-header.normal-header .top .logo {
    padding: 10px;
  }
  .main-header.normal-header .top .mobile-menu-toggle {
    display: block;
    margin: auto 50px auto auto;
    background: none;
    padding: 10px;
    font-size: 14px;
    color: #000e2f;
  }
  .main-header.normal-header .top .mobile-menu-toggle svg {
    height: 10px;
    fill: #000e2f;
  }
}
@media (max-width: 768px) {
  .main-header.normal-header .bottom {
    display: none;
  }
  .main-header.normal-header {
    top: auto;
    bottom: -100px;
  }
  body.p7-show-normal-header .main-header.normal-header {
    top: auto;
    bottom: 0;
  }
}

/* Footer */
.main-footer {
  background: #000e2f;
  color: #fff;
}
.main-footer .inside {
  max-width: 1920px;
  margin: 0 auto;
  padding: 36px 36px 60px;
}
.main-footer .inside .top {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}
.main-footer .inside .top > * {
  display: inline-block;
  vertical-align: middle;
}
.main-footer .inside .top .address {
  padding: 0 30px;
  letter-spacing: 0.2em;
}
.main-footer .inside .top .social {
  list-style: none;
}
.main-footer .inside .top .social li {
  height: 30px;
  width: auto;
  display: inline-block;
}
.main-footer .inside .top .social li svg {
  fill: #fff;
  height: 100%;
  width: auto;
}
.main-footer .inside .bottom {
  text-align: left;
  padding-top: 25px;
}
.main-footer .inside .bottom p {
  font-size: 11px;
  line-height: 12px;
}
.main-footer .inside .bottom .landstar-logo {
  float: right;
  margin: 0 0 30px 30px;
}
.main-footer .inside .bottom .eho-logo {
  float: right;
  clear: right;
  margin: 0 0 30px 30px;
}
@media (max-width: 1024px) {
  .main-footer .inside .top > * {
    padding: 20px;
  }
}

.credits {
  padding: 30px;
  color: #fff;
  background: #00081a;
}
.credits a {
  opacity: 0.5;
  letter-spacing: 0.2em;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .credits {
    padding-bottom: 120px;
  }
}

/* Footer Form */
.footer-form {
  background: #000e2f no-repeat center center;
  color: #fff;
  background-size: cover;
  padding: 200px 0;
}
body.single-landing-pages .footer-form {
  display: none;
}
@media (max-width: 576px) {
  .footer-form {
    padding: 100px 0;
  }
}

/* Main Form */
.main-form {
  padding: 80px;
}
.main-form h5 {
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.main-form p {
  margin-bottom: 56px;
}
.main-form .fields {
  max-width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  gap: 20px;
  text-align: left;
}
.main-form .fields fieldset {
  flex: 1;
  padding: 0;
}
.main-form .fields fieldset.large {
  flex-basis: 100%;
}
.main-form .fields fieldset label.error {
  display: block;
  font-size: 11px;
  color: #ff0000;
}
.main-form .fields fieldset input,
.main-form .fields fieldset select,
.main-form .fields fieldset textarea {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  background: none;
  color: #000;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}

/* Override styles for footer form */
.footer-form .main-form .fields fieldset input,
.footer-form .main-form .fields fieldset select,
.footer-form .main-form .fields fieldset textarea {
  background: #f5f5f5;
  border-color: #fff;
  color: #fff;
}

.footer-form .main-form .fields fieldset input::placeholder,
.footer-form .main-form .fields fieldset select::placeholder,
.footer-form .main-form .fields fieldset textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.main-form .fields fieldset input::placeholder {
  color: #666;
}
.main-form .fields fieldset input:focus {
  outline: none;
  border-color: #000e2f;
  background: #fff;
}
.main-form .fields fieldset input.error,
.main-form .fields fieldset select.error,
.main-form .fields fieldset textarea.error {
  border-color: #ff0000;
}
.main-form .btn {
  margin-top: 0;
}

@media (max-width: 768px) {
  .main-form .fields {
    flex-wrap: wrap;
  }
  .main-form .fields fieldset {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .main-form .fields fieldset {
    flex: 0 0 100%;
  }
}
.mfp-content .main-form {
  background: #000e2f;
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 620px;
  margin: auto;
  padding: 50px;
}

.mfp-content .main-form .mfp-close {
  color: #fff;
}

.mfp-content .main-form .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.mfp-content .main-form .fields fieldset {
  margin: 0;
  padding: 0;
}

.mfp-content .main-form input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  background: none;
  color: #000;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}

.mfp-content .main-form input::placeholder {
  color: #666;
  opacity: 1;
}

.mfp-content .main-form button[type="submit"] {
  background: #fff;
  color: #000e2f;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mfp-content .main-form button[type="submit"]:hover {
  background: rgba(255,255,255,0.9);
}

@media (max-width: 576px) {
  .mfp-content .main-form .fields {
    grid-template-columns: 1fr;
  }
  
  .mfp-content .main-form {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .main-form {
    padding: 80px 30px;
  }
  .main-form .fields {
    display: block;
  }
}

/* Form Thank You */
.mfp-content .thankyou-message {
  background: #fff;
  color: #000;
  position: relative;
  text-align: center;
  max-width: 620px;
  margin: auto;
  padding: 100px 50px;
}

/* Headlines */
.headline {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000e2f;
}
.headline:after {
  content: " ";
  background: url("img/separator-dark.svg") no-repeat center center;
  width: 195px;
  height: 15px;
  display: block;
  margin: 23px auto 0;
}
.headline.headline-light {
  color: #fff;
}
.headline.headline-light:after {
  background-image: url("img/separator-light.svg");
}
.sub_headline {
  padding-bottom: 10px;
  display: inline-block;
}
.sub_headline a {
  text-decoration: none;
  padding-bottom: 3px;
}
.sub_headline a:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid black;
}

/* Anywhere we are using textarea for copy */
.copy p {
  margin-bottom: 28px;
  line-height: 28px;
}
.copy p:last-child {
  margin-bottom: 0;
}

/* Buttons */
.btn {
  display: inline-block;
  background: #000e2f;
  color: #fff;
  font-weight: bold;
  padding: 10px 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(0);
  box-shadow: 0 0 0 transparent;
  transition: all 0.25s ease-out;
}
.btn:hover {
  box-shadow: 0 5px 2px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(2px);
}
.btn.btn-light {
  background: #fff;
  color: #000e2f;
}
.btn.btn-light:hover {
  box-shadow: 0 5px 2px rgba(255, 255, 255, 0.25);
}

.homepage-hero {
  position: relative;
  height: calc(100vh - 255px);
}
.homepage-hero .swiper-slide {
  position: relative;
  height: 100%;
}
.homepage-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-hero h2 {
  position: absolute;
  top: 10vh;
  left: 0;
  width: 100%;
  font-size: 81px;
  color: white;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  padding: 0 50px;
  z-index: 2;
}
.homepage-hero .see-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  color: #fff;
  z-index: 2;
}
.homepage-hero .see-more a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.homepage-hero .see-more a:after {
  content: "";
  display: block;
  background: url(img/arrow-down.svg);
  background-size: contain;
  margin: 25px auto 0;
  width: 36px;
  height: 18px;
}

/* Swiper Navigation Styles */
.homepage-hero .swiper-button-next,
.homepage-hero .swiper-button-prev {
  color: #fff;
}

.homepage-hero .swiper-pagination {
  bottom: 120px;
  z-index: 3;
}

.homepage-hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.homepage-hero .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 810px) {
  .homepage-hero {
    height: 60vh;
  }
}
@media (max-width: 700px) {
  .homepage-hero {
    height: 40vh;
  }
  .homepage-hero h2 {
    font-size: 32px;
    top: 4vh;
  }
  .homepage-hero .see-more {
    display: none;
  }
}


.full-width-image img {
  display: block;
  margin: auto;
}

.hero-image {
  position: relative;
  height: 32vw;
}
.hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.basic-content-standalone {
  margin: 100px 0;
}
.basic-content h5 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 25px;
  font-weight: 300;
}
.basic-content h1 {
  margin-bottom: 40px;
}
.basic-content .copy {
  max-width: 922px;
  margin: 0 auto 40px;
}
.basic-content ul.bullet-points {
  max-width: 980px;
  margin: 0 auto 40px;
  list-style: disc inside;
  display: flex;
  flex-wrap: wrap;
}
.basic-content ul.bullet-points li {
  flex: 0 0 33.33%;
  padding: 0 10px 20px;
  font-weight: bold;
}
.basic-content-standalone.bg-color-light-gray {
  background: #edeff0;
  color: #000e2f;
  padding: 100px 0;
  margin: 0;
}

@media (max-width: 960px) {
  .basic-content ul.bullet-points li {
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .basic-content-standalone {
    padding: 100px 50px;
  }
  .basic-content ul.bullet-points {
    display: block;
  }
}

@keyframes p7_swipe_up {
  0% {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
  }
  1% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.grid-of-links,
.grid-of-links-full {
  display: flex;
  flex-wrap: wrap;
}

.grid-of-links .link,
.grid-of-links-full .link {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.grid-of-links .link h3,
.grid-of-links-full .link h3 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
}

.grid-of-links .link > h3,
.grid-of-links-full .link > h3 {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
}

.grid-of-links .link .overlay,
.grid-of-links-full .link .overlay {
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 14, 47, 0.9);
  color: #fff;
}

.grid-of-links .link .overlay img,
.grid-of-links-full .link .overlay img {
  margin-bottom: 30px;
  animation: 0.5s ease-out 0.1s backwards p7_swipe_up;
}

.grid-of-links .link .overlay h3,
.grid-of-links-full .link .overlay h3 {
  margin-bottom: 10px;
  animation: 0.5s ease-out 0.2s backwards p7_swipe_up;
}

.grid-of-links .link .overlay p,
.grid-of-links-full .link .overlay p {
  line-height: 28px;
  margin-bottom: 30px;
  animation: 0.5s ease-out 0.3s backwards p7_swipe_up;
}

.grid-of-links .link .overlay div,
.grid-of-links-full .link .overlay div {
  animation: 0.5s ease-out 0.4s backwards p7_swipe_up;
}

.grid-of-links .link:hover > h3,
.grid-of-links-full .link:hover > h3 {
  display: none;
}

.grid-of-links .link:hover .overlay,
.grid-of-links-full .link:hover .overlay {
  display: flex;
  animation: 0.5s ease-out backwards p7_swipe_up;
}

/* Specific sizing for each layout */
.grid-of-links .link {
  flex: 0 0 33.33%;
  min-height: 33.33vw;
}

.grid-of-links-full .link {
  flex: 0 0 100%;
  min-height: 33.33vw;
}

@media (max-width: 1024px) {
  .grid-of-links .link,
  .grid-of-links-full .link {
    height: 60vw;
  }
  
  .grid-of-links .link h3,
  .grid-of-links-full .link h3 {
    font-size: 18px;
  }
  
  .grid-of-links .link .overlay > *,
  .grid-of-links-full .link .overlay > * {
    animation: none;
  }
  
  .grid-of-links .link .overlay p,
  .grid-of-links-full .link .overlay p {
    font-size: 12px;
  }
  
  .grid-of-links .link {
    flex-basis: 50%;
  }
}

@media (max-width: 576px) {
  .grid-of-links,
  .grid-of-links-full {
    display: block;
  }
  
  .grid-of-links .link {
    height: 120vw;
  }
  
  .grid-of-links-full .link {
    min-height: 80vw;
  }
}

.slideshow-main {
}
.slideshow-main .basic-content {
  background: #000e2f;
  color: #fff;
  padding: 123px 0 370px;
}
.slideshow-main .slideshow {
  margin-top: -270px;
  padding-bottom: 100px;
}
.slideshow-main .slideshow .slides {
  margin: 0 auto;
  max-width: 1255px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slideshow-main .slideshow .slides .slick-arrow {
  flex: 0 0 60px;
  background: transparent no-repeat center center;
  overflow: hidden;
  text-indent: -100vw;
}
.slideshow-main .slideshow .slides .slick-arrow.slick-prev {
  background-image: url("img/arrow-left.svg");
}
.slideshow-main .slideshow .slides .slick-arrow.slick-next {
  background-image: url("img/arrow-right.svg");
}
.slideshow-main .slideshow .slides .slick-list {
  flex: 1 0 calc(100% - 120px);
}
.slideshow-main .slideshow .slides .slick-dots {
  margin-top: 14px;
  list-style: none;
  flex: 0 0 calc(100% - 120px);
  display: flex;
}
.slideshow-main .slideshow .slides .slick-dots li {
  height: 5px;
  background: #d0d2d5;
  margin: 1px;
  overflow: hidden;
  text-indent: -100vw;
  flex: 1 1;
}
.slideshow-main .slideshow .slides .slick-dots li.slick-active {
  background: #000e2f;
}
.slideshow-main .slideshow .slides .slide {
  height: 650px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.slideshow-main .slideshow .slides .slide h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
}
.slideshow-main .slideshow .slides .slide h2 span {
  font-weight: 300;
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 10px;
}
.slideshow-main .slideshow .slides .slide h2 strong {
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 1255px) {
  .slideshow-main .basic-content {
    padding-bottom: 25vw;
  }
  .slideshow-main .slideshow {
    margin-top: -20vw;
  }
  .slideshow-main .slideshow .slides .slick-arrow {
    flex-basis: 40px;
  }
  .slideshow-main .slideshow .slides .slick-list {
    flex-basis: calc(100% - 80px);
  }
  .slideshow-main .slideshow .slides .slide {
    height: 50vw;
  }
}
@media (max-width: 768px) {
  .slideshow-main .slideshow .slides .slick-arrow {
    flex-basis: 20px;
    opacity: 0;
  }
  .slideshow-main .slideshow .slides .slick-list {
    flex-basis: calc(100% - 40px);
  }
  .slideshow-main .basic-content {
    padding: 100px 50px 35vw;
  }
}

.two-images-content {
  position: relative;
}
.two-images-content ul {
  margin-left: 20px;
}
.two-images-content ul li {
  list-style-position: outside;
  line-height: 165%;
  padding-bottom: 20px;
}
.two-images-content .top-image {
  position: relative;
  height: calc(100vh + 174px);
  z-index: 1;
}
.two-images-content .top-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-images-content .bottom-image {
  padding-bottom: 130px;
  background: no-repeat center center;
  background-size: cover;
}
.two-images-content .bottom-image.bg-color.bg-color-light-gray {
  background: #edeff0;
  color: #000e2f;
}
.two-images-content .bottom-image.bg-color.bg-color-dark-blue {
  background: #000e2f;
  color: #fff;
}
.two-images-content .bottom-image.bg-image {
  color: #fff;
}
.two-images-content .bottom-image .basic-content {
  background: #fff;
  color: #000;
  max-width: 1154px;
  margin: -30vh auto 0;
  padding: 174px 116px;
  position: relative;
  z-index: 2;
}
.two-images-content .bottom-image .basic-content .icon {
  margin-bottom: 50px;
}
.two-images-content .bottom-image .basic-content.content-bg-dark-blue {
  background: #000e2f;
  color: #fff;
}
.two-images-content .bottom-image .basic-content.content-bg-earth {
  background: url("img/earth-texture.jpg") center center;
  background-size: cover;
  color: #fff;
}
.two-images-content .bottom-image h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 54px;
  font-weight: 300;
  margin: 100px auto 0;
  max-width: 900px;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .two-images-content .bottom-image .basic-content {
    max-width: 80vw;
  }
}
@media (max-width: 768px) {
  .two-images-content .top-image {
    height: calc(60vh + 100px);
  }
  .two-images-content .bottom-image {
    padding-bottom: 50px;
  }
  .two-images-content .bottom-image .basic-content {
    padding: 100px 50px;
  }
  .two-images-content .bottom-image h3 {
    font-size: 42px;
  }
}

.home-builders {
  background: #edeff0;
  padding: 180px 0 100px;
}
.home-builders .basic-content {
  margin-bottom: 70px;
}
.home-builders .new-builders {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home-builders .new-builders .builder {
  flex: 0 0 33.33%;
  padding: 0 30px;
}
.home-builders .new-builders .builder .inside {
  padding: 30px;
  background: #fff;
}
.home-builders .new-builders .builder .inside .logo {
  display: block;
  margin-bottom: 30px;
  height: 60px;
}
.home-builders .new-builders .builder .inside .logo img {
  filter: grayscale(1);
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.home-builders .new-builders .builder .inside .pic {
  position: relative;
  display: block;
  padding-bottom: 56%;
  margin-bottom: 30px;
}
.home-builders .new-builders .builder .inside .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-builders .new-builders .builder .inside p {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .home-builders {
    padding: 100px 0;
  }
  .home-builders .basic-content {
    padding: 0 50px;
  }
  .home-builders .new-builders .builder {
    padding: 0 10px;
  }
  .home-builders .new-builders .builder .inside .logo {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .home-builders .new-builders .builder .inside .logo {
    height: 30px;
  }
}
@media (max-width: 560px) {
  .home-builders .new-builders {
    display: block;
  }
  .home-builders .new-builders .builder {
    padding: 10px;
  }
  .home-builders .new-builders .builder .inside .pic {
    display: none;
  }
  .home-builders .new-builders .builder .inside .logo {
    height: auto;
  }
  .home-builders .new-builders .builder .inside .logo img {
    width: 80%;
    height: auto;
  }
}

.cubhouse-two-images {
  background: #000e2f;
}
.cubhouse-two-images .top-image,
.cubhouse-two-images .bottom-image {
  height: 120vh;
  position: relative;
  z-index: 1;
}
.cubhouse-two-images .top-image img,
.cubhouse-two-images .bottom-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cubhouse-two-images .basic-content-container {
  margin: -40vh auto;
  position: relative;
  z-index: 2;
}
.cubhouse-two-images .basic-content-container .basic-content {
  max-width: 1154px;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
  background: #000e2f;
  color: #fff;
  margin: auto;
}
.cubhouse-two-images .basic-content-container .basic-content img {
  max-width: 90px;
  margin: 0 auto 27px;
}
@media (max-width: 1154px) {
  .cubhouse-two-images .basic-content-container .basic-content {
    max-width: 80vw;
  }
}
@media (max-width: 800px) {
  .cubhouse-two-images .top-image,
  .cubhouse-two-images .bottom-image {
    height: 90vw;
  }
  .cubhouse-two-images .basic-content-container {
    margin: -80px auto;
  }
  .cubhouse-two-images .basic-content-container .basic-content {
    height: auto;
    padding: 70px 30px 50px;
  }
}

.headline-and-image {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.headline-and-image .text,
.headline-and-image .image {
  flex: 0 0 calc(50% - 10px);
}
.headline-and-image .text {
  background: #edeff0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px;
}
.headline-and-image .text h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 54px;
  color: #000e2f;
  font-weight: 300;
}
.headline-and-image .image {
  position: relative;
  min-height: 50vh;
}
.headline-and-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .headline-and-image .text {
    padding: 50px;
  }
  .headline-and-image .text h2 {
    font-size: 42px;
  }
  .headline-and-image .image {
    min-height: 0;
  }
}
@media (max-width: 576px) {
  .headline-and-image {
    display: block;
  }
  .headline-and-image .text {
    margin-bottom: 20px;
  }
  .headline-and-image .image img {
    position: relative;
  }
}

.two-images {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.two-images .image {
  flex: 0 0 calc(50% - 10px);
  position: relative;
  min-height: 30vw;
}
.two-images .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.three-images {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.three-images .left-image,
.three-images .right-images {
  flex: 0 0 calc(50% - 10px);
  position: relative;
}
.three-images .right-images > div {
  position: relative;
  min-height: 30vw;
}
.three-images .right-images > div.top {
  margin-bottom: 20px;
}
.three-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video {
}
.video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-location {
  padding: 20px 0;
}
.gallery-location .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gallery-location .row .image {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  min-height: 30vw;
  overflow: hidden;
}
.gallery-location .row .image .overlay {
  background: rgba(0, 14, 47, 0.9);
  color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.gallery-location .row .image:hover .overlay {
  display: flex;
  animation: 0.5s ease-out backwards p7_swipe_up;
}
.gallery-location .row .image .overlay h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  font-size: 54px;
  animation: 0.5s ease-out 0.1s backwards p7_swipe_up;
}
.gallery-location .row .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.gallery-location .row.row-small_then_large .left-image {
  flex-basis: calc(33.33% - 10px);
}
.gallery-location .row.row-small_then_large .right-image {
  flex-basis: calc(66.66% - 10px);
}
.gallery-location .row.row-equal_size .image {
  flex-basis: calc(50% - 10px);
}
.gallery-location .row.row-large_then_small .left-image {
  flex-basis: calc(66.66% - 10px);
}
.gallery-location .row.row-large_then_small .right-image {
  flex-basis: calc(33.33% - 10px);
}
@media (max-width: 800px) {
  .gallery-location .row .image .overlay {
    padding: 20px;
  }
  .gallery-location .row .image .overlay h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .gallery-location .row .image .overlay {
    padding: 10px;
  }
  .gallery-location .row .image .overlay h3 {
    font-size: 14px;
  }
}

.gallery-main {
  padding: 20px 0;
}
.gallery-main .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gallery-main .row:nth-child(even) {
  flex-direction: row-reverse;
}
.gallery-main .row > * {
  flex: 0 0 calc(50% - 10px);
}
.gallery-main .row .image {
  position: relative;
  height: 30vw;
  overflow: hidden;
  display: block;
}
.gallery-main .row .image .overlay {
  background: rgba(0, 14, 47, 0.9);
  color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.gallery-main .row .image:hover .overlay {
  display: flex;
  animation: 0.5s ease-out backwards p7_swipe_up;
}
.gallery-main .row .image .overlay h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  font-size: 18px;
  animation: 0.5s ease-out 0.1s backwards p7_swipe_up;
}
.gallery-main .row .image .overlay h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("img/magnifier.svg");
  background-size: contain;
  margin: 0 auto 10px;
}
.gallery-main .row .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.gallery-main .row .big-image {
  height: calc(30vw + 20px);
}
.gallery-main .row .small-images .image {
  height: 15vw;
}

.gallery-main .row.row-three_small_and_one_big .small-images .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gallery-main .row.row-three_small_and_one_big .small-images .top .image {
  flex: 0 0 calc(50% - 10px);
}

.gallery-main .row.row-one_big_and_four_small .small-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-main .row.row-one_big_and_four_small .small-images .image {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .gallery-main .row {
    display: block;
  }
  .gallery-main .row .image .overlay h3:before {
    width: 30px;
    height: 30px;
  }
  .gallery-main .row .big-image {
    height: 50vw;
    margin-bottom: 20px;
  }
  .gallery-main .row .small-images .image {
    height: 40vw;
  }
}

.poi-map {
}
.poi-map .tabs {
  list-style: none;
}
.poi-map .tabs li {
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 25px 10px;
  color: #6b6c6c;
  cursor: pointer;
}
.poi-map .tabs li:hover,
.poi-map .tabs li.active {
  color: #000e2f;
  font-weight: 600;
}
.poi-map .mobile-tabs {
  display: none;
}
.poi-map .data {
  display: none;
}
.poi-map .google-map {
  height: 70vh;
  background: #ccc;
}
.poi-map .p7-infowindow {
  padding: 10px;
  max-width: 287px;
}
.poi-map .p7-infowindow h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 24px;
  font-weight: 300;
  color: #000e2f;
}
.poi-map .p7-infowindow h3:after {
  content: "";
  display: block;
  margin: 13px auto 15px;
  border-top: 1px solid #000e2f;
  width: 80px;
}
.poi-map .p7-infowindow p {
  line-height: 28px;
}
@media (max-width: 1200px) {
  .poi-map .tabs {
    display: none;
  }
  .poi-map .mobile-tabs {
    display: block;
    padding: 10px;
  }
  .poi-map .mobile-tabs select {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #000e2f;
    -webkit-appearance: none;
  }
}

.slideshow-gallery {
  padding: 70px 0;
}
.slideshow-gallery .slideshow {
  margin: 0 auto;
  max-width: 1255px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slideshow-gallery .slideshow .slick-arrow {
  flex: 0 0 60px;
  background: transparent no-repeat center center;
  overflow: hidden;
  text-indent: -100vw;
}
.slideshow-gallery .slideshow .slick-arrow.slick-prev {
  background-image: url("img/arrow-left.svg");
}
.slideshow-gallery .slideshow .slick-arrow.slick-next {
  background-image: url("img/arrow-right.svg");
}
.slideshow-gallery .slideshow .slick-list {
  flex: 1 0 calc(100% - 120px);
}
.slideshow-gallery .slideshow .slick-list a {
  text-decoration: none;
}
.slideshow-gallery .slideshow .slick-list a img {
  width: 100%;
}
.slideshow-gallery .slideshow .slick-list a p {
  text-transform: uppercase;
  padding: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.slideshow-gallery .slideshow .slick-dots {
  list-style: none;
  flex: 0 0 100%;
  padding: 20px;
}
.slideshow-gallery .slideshow .slick-dots li {
  display: inline-block;
  overflow: hidden;
  text-indent: -100px;
  width: 8px;
  height: 8px;
  border: 1px solid #000e2f;
  border-radius: 8px;
  margin: 0 3px;
}
.slideshow-gallery .slideshow .slick-dots li.slick-active {
  background: #000e2f;
}

.video-for-gallery {
  padding: 70px 0;
}
.video-for-gallery .video-wrapper {
  max-width: 1135px;
  margin: 0 auto;
}
.video-for-gallery .video-wrapper .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-for-gallery .video-wrapper .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-wrapper {
  padding: 100px 0;
  background: #edeff0;
}
.news-wrapper .news {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.news-wrapper .news .post {
  flex: 1 0 50%;
  padding: 15px;
}
.news-wrapper .news .post .thumbnail {
  position: relative;
  padding-bottom: 56%;
  display: block;
}
.news-wrapper .news .post .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrapper .news .post .content {
  background: #fff;
  padding: 30px;
}
.news-wrapper .news .post .content h5 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  font-weight: 300;
  color: #000e2f;
}
.news-wrapper .news .post .content h1 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000e2f;
  text-transform: capitalize;
}
.news-wrapper .news .post .content p {
  line-height: 28px;
  margin-bottom: 20px;
}
.news-wrapper .news .post:hover .content {
  background: #000e2f;
  color: #fff;
}
.news-wrapper .news .post:hover .content h5,
.news-wrapper .news .post:hover .content h1 {
  color: #fff;
}
.news-wrapper .news .post:hover .content .btn {
  background: #fff;
  color: #000e2f;
}
@media (max-width: 700px) {
  .news-wrapper .news {
    display: block;
  }
}

.article-wrapper {
  padding: 100px 0;
  background: #edeff0;
  display: flex;
  justify-content: center;
}
.article-wrapper .main-article {
  flex: 0 1 900px;
  padding: 0 20px;
  text-align: left;
}
.article-wrapper .main-article .article-header {
}
.article-wrapper .main-article .article-header h5 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  font-weight: 300;
  color: #000e2f;
}
.article-wrapper .main-article .article-header h1 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000e2f;
  text-transform: capitalize;
}
.article-wrapper .main-article .article-header img {
  display: block;
  width: 100%;
  height: auto;
}
.article-wrapper .main-article .content {
  background: #fff;
  padding: 30px;
}
.article-wrapper .main-article .content > * {
  margin: 1em 0 0;
}
.article-wrapper .main-article .content > *:first-child {
  margin-top: 0;
}
.article-wrapper .main-article .content p {
  line-height: 28px;
}
.article-wrapper .main-article .content h1,
.article-wrapper .main-article .content h2,
.article-wrapper .main-article .content h3 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 24px;
  font-weight: 300;
  color: #000e2f;
}
.article-wrapper .main-article .content .alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.article-wrapper .main-article .content .alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
.article-wrapper .main-article .content .aligncenter {
  display: block;
  margin: 20px auto;
}
.article-wrapper .main-article .content .gallery a {
  display: block;
  padding: 10px;
  position: relative;
  padding-bottom: 56%;
}
.article-wrapper .main-article .content .gallery a img {
  border: 0 none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-wrapper .main-article .content .gallery .gallery-caption {
  padding: 5px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
}
.article-wrapper .sidebar {
  flex: 0 0 20%;
  padding: 30px 20px 0 0;
  text-align: left;
}
.article-wrapper .sidebar h2 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  font-weight: 300;
}
.article-wrapper .sidebar .post {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.article-wrapper .sidebar .post img {
  display: block;
  width: 100%;
  height: auto;
}
.article-wrapper .sidebar .post .content {
  padding: 20px;
  background: #fff;
}
.article-wrapper .sidebar .post .content h1 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.article-wrapper .sidebar .post .content h5 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .article-wrapper .sidebar {
    flex-basis: 30%;
  }
}
@media (max-width: 728px) {
  .article-wrapper {
    display: block;
  }
  .article-wrapper .sidebar {
    padding: 30px;
  }
}

.builder-promo {
  background: #000e2f;
  color: #fff;
  padding: 30px;
}
.builder-promo p {
  line-height: 1.4;
}
.builder-promo a {
  display: inline-block;
  text-decoration: none;
  margin-top: 15px;
  padding: 10px 20px;
  border: 1px solid #fff;
}

.builder-top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.builder-top .pics {
  flex: 0 0 60%;
  position: relative;
}
.builder-top .pics .slick-arrow {
  position: absolute;
  top: calc(50% - 15px);
  background: no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 30px;
  z-index: 5;
  text-indent: -100vw;
  overflow: hidden;
}
.builder-top .pics .slick-arrow.slick-prev {
  background-image: url("img/arrow-left.svg");
  left: 10px;
}
.builder-top .pics .slick-arrow.slick-next {
  background-image: url("img/arrow-right.svg");
  right: 10px;
}
.builder-top .content {
  flex: 0 0 40%;
  text-align: left;
  padding: 50px;
}
.builder-top .content .logo {
  display: inline-block;
  margin-bottom: 30px;
}
.builder-top .content .btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .builder-top {
    display: block;
  }
  .builder-top .content {
    text-align: center;
  }
}

.builder-collections {
  padding: 50px;
  background: #edeff0;
}
.builder-collections .collections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.builder-collections .collections .collection {
  flex: 1 0 33.33%;
}
.builder-collections .collections .collection h3 {
  font-size: 26px;
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.builder-collections .collections .collection p {
  margin-bottom: 10px;
}
.builder-collections .collections .collection a {
  text-decoration: none;
  border: 1px solid #000e2f;
  color: #000e2f;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
}

.lp-hero-image {
  margin: 0 0 100px;
}
.lp-hero-image .desktop-hero {
  display: block;
}
.lp-hero-image .desktop-hero img {
  display: block;
  margin: 0 auto;
}
.lp-hero-image .mobile-hero {
  display: none;
}
@media (max-width: 700px) {
  .lp-hero-image {
    margin: 50px 0;
  }
  .lp-hero-image .desktop-hero {
    display: none;
  }
  .lp-hero-image .mobile-hero {
    display: block;
  }
  .lp-hero-image .mobile-hero img {
    display: block;
    width: 100%;
  }
}

.lp-builders {
  margin: 100px 0;
}
.lp-builders .builders {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1400px;
}
.lp-builders .builders .builder {
  flex: 0 0 calc(50% - 60px);
  margin: 0 30px;
  display: flex;
  flex-direction: column;
}
.lp-builders .builders .builder .collection {
  font-size: 32px;
  margin-bottom: 15px;
}
.lp-builders .builders .builder .logo {
  position: relative;
  height: 60px;
  margin-bottom: 15px;
}
.lp-builders .builders .builder .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-builders .builders .builder .short-desc {
  font-size: 24px;
  margin-bottom: 15px;
}
.lp-builders .builders .builder .big-image {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
}
.lp-builders .builders .builder .big-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-builders .builders .builder .copy {
  max-width: 50ch;
  margin: 0 auto 15px;
}
.lp-builders .builders .builder .button-wrapper {
  margin-bottom: 30px;
}
.lp-builders .builders .builder .homes {
  margin-top: auto;
}
.lp-builders .builders .builder .homes .home {
  display: flex;
  margin-bottom: 15px;
}
.lp-builders .builders .builder .homes .image {
  flex: 0 0 35%;
  position: relative;
}
.lp-builders .builders .builder .homes .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-builders .builders .builder .homes .name-price-info {
  flex: 0 0 calc(65%);
  text-align: left;
  padding: 10px;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
}
.lp-builders .builders .builder .homes .name-price-info .name-price {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #000e2f;
  margin-bottom: 10px;
}
.lp-builders .builders .builder .homes .name-price-info .name-price .name {
  font-size: 24px;
  font-family: "Frank Ruhl Libre", serif;
  color: #000e2f;
}
.lp-builders .builders .builder .homes .name-price-info .name-price .price {
  font-size: 14px;
  margin-left: auto;
}
.lp-builders .builders .builder .homes .name-price-info ul.info {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.lp-builders .builders .builder .homes .name-price-info ul.info li {
  display: flex;
  flex: 0 0 50%;
  padding: 5px;
  align-items: center;
}
.lp-builders .builders .builder .homes .name-price-info ul.info li .icon {
  flex: 0 0 25px;
  margin-right: 5px;
  opacity: 0.3;
}
.lp-builders .builders .builder .homes .name-price-info ul.info li .icon img {
  width: 100%;
}
.lp-builders .builders .builder .homes .name-price-info ul.info li .value {
  font-size: 11px;
  text-transform: uppercase;
}
@media (max-width: 810px) {
  .lp-builders .builders {
    display: block;
  }
  .lp-builders .builders .builder {
    margin-bottom: 100px;
  }
}
@media (max-width: 700px) {
  .lp-builders .builders .builder .homes .home {
    display: block;
  }
  .lp-builders .builders .builder .homes .home .image {
    aspect-ratio: 16/9;
  }
  .lp-builders .builders .builder .homes .home .name-price-info {
    border-width: 1px;
  }
}

/* Pop-ups */
.mfp-content .p7-popup {
  background: #fff;
  color: #000;
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 50px 20px 20px;
}
.mfp-content .p7-popup .p7-popup-content .mobile-image {
  display: none;
}
@media (max-width: 700px) {
  .mfp-content .p7-popup .p7-popup-content .desktop-image {
    display: none;
  }
  .mfp-content .p7-popup .p7-popup-content .mobile-image {
    display: block;
  }
}
.background-image-content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 33vw;
}
.background-image-content .container {
  padding: 68px 0 78px 0;
  z-index: 2;
  position: relative;
}
.background-image-content h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 53px;
  letter-spacing: 15.9px;
  margin-top: 38px;
  margin-bottom: 19px;
  line-height: 1.8em;
  font-weight: normal;
}
.background-image-content .overlay {
  background: #000e2f;
  position: absolute;
  opacity: 90%;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .background-image-content h2 {
    font-size: 32px;
  }
  .background-image-content .container {
    padding: 50px;
  }
}
.image-parent {
  display: flex;
  justify-content: center;
}


.image-title {
  position: absolute;
 bottom: -56px;
  color: #000e2f;
  padding: 5px;
  border-radius: 3px;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000e2f;
}

.landing-page-form {
  padding-top: 15px;
}

.landing-page-button {
  display: inline-block;
  background: #000e2f;
  color: #fff;
  font-weight: bold;
  padding: 10px 22px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(0);
  box-shadow: 0 0 0 transparent;
  transition: all 0.25s ease-out;
}

.landing-page-fields {
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  .fields fieldset {
    margin-bottom: 15px;
  }
  .fields fieldset:last-child {
    margin-bottom: 20px;
  }
}

/* Footer Landing Form */
.footer-landing-form {
  padding: 60px 20px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-landing-form h2 {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #fff;
}

.footer-landing-form form {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-landing-form .fields {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-landing-form fieldset {
  flex: 1;
  margin: 0;
  padding: 0;
}

.footer-landing-form input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.footer-landing-form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.footer-landing-form input:focus {
  outline: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.footer-landing-form .btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.footer-landing-form .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .footer-landing-form .fields {
    flex-wrap: wrap;
  }
  .footer-landing-form fieldset {
    flex: 0 0 calc(50% - 10px);
  }
  .footer-landing-form h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .footer-landing-form {
    padding: 40px 20px;
  }
  .footer-landing-form fieldset {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .footer-landing-form h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

/* Loading Spinner */
.form-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1000;
}

.form-loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 999;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}