


@font-face {
  font-family: 'Holland';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Holland'),
       url('assets/fonts/Holland.ttf') format('truetype')
}

:root {
    --primary: #06b0e8;
    --black: #000005;
    --gray: #9696a0;
    --light-gold: #f1eada;
    --source: 'Source Sans Pro', sans-serif;
    --abhaya: 'Abhaya Libre', serif;
    --letter-spacing: .5px;
}

body {
    font-family: var(--source);
    color: var(--black);
}

/* @media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) { */
	body {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
	}
/* } */

main {
    overflow-x: hidden;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-family: var(--abhaya);
    line-height: 1;
}


.navbar.fixed-top {
    top: 0;
    position: fixed;
}

.navbar-nav a {
    line-height: 1;
}

section p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: var(--letter-spacing);
}
/** Adding media query to fix override of bootstrap responsive font-sizes */
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 72px;
    }
    
    h2,
    .h2 {
        font-size: 60px;
    }
    
    h2.display {
        font-size: 48px;
    }
    
    h3,
    .h3 {
        font-size: 30px;
    }
    
    h5, .h5 {
        font-size: 18px;
    }
    
    section p {
        font-size: 21px;
    }
}

section, .section {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    section, .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

input:focus {
    font-size: 16px;
}
/** Burger Menu styles */
.burger{-webkit-tap-highlight-color:transparent;cursor:pointer;font-size:12px;height:3em;position:relative;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;width:3em}.burger:after{content:"";display:block;height:150%;left:-25%;position:absolute;top:-25%;width:150%}.burger .burger-lines{margin-top:-.125em;top:50%}.burger .burger-lines,.burger .burger-lines:after,.burger .burger-lines:before{background-color:#fff;border-radius:.25em;content:"";display:block;height:.25em;pointer-events:none;position:absolute;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);width:100%}.burger .burger-lines:after{left:0;top:-1em}.burger .burger-lines:before{left:1em;top:1em}.burger.burger-squeeze .burger-lines,.burger.burger-squeeze .burger-lines:after,.burger.burger-squeeze .burger-lines:before{-webkit-transition:top .2s .2s,left .1s,transform .2s,background-color .4s .2s;-o-transition:top .2s .2s,left .1s,transform .2s,background-color .4s .2s;transition:top .2s .2s,left .1s,transform .2s,background-color .4s .2s}.burger.burger-squeeze .burger-lines:after,.burger.burger-squeeze .burger-lines:before{width:2em}.burger.burger-squeeze.open .burger-lines,.burger.burger-squeeze.open .burger-lines:after,.burger.burger-squeeze.open .burger-lines:before{-webkit-transition:background-color .2s,top .2s,left .2s,transform .2s .15s;-o-transition:background-color .2s,top .2s,left .2s,transform .2s .15s;transition:background-color .2s,top .2s,left .2s,transform .2s .15s}.burger.burger-squeeze.open .burger-lines{background-color:transparent}.burger.burger-squeeze.open .burger-lines:after,.burger.burger-squeeze.open .burger-lines:before{left:.5em;top:0}.burger.burger-squeeze.open .burger-lines:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.burger.burger-squeeze.open .burger-lines:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.burger {
    height: 2em;
    width: 2em;
}
.burger .burger-lines,
.burger .burger-lines::after,
.burger .burger-lines::before {
    background: var(--primary);
    border-radius: 10px;
}
.burger .burger-lines::before {
    left: 0;
    top: 0.5em;
}
.burger .burger-lines::after {
    top: -0.5em;
}
.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
    width: 100%;
}
.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
    left: 0;
}


.play-btn:not(:hover):not(:focus) {
    transform: scale(0.9);
}
html:not(.fontawesome-i2svg-complete) .play-btn {
    opacity: 0;
}

html:not(.fontawesome-i2svg-complete) :is(.far,.fas,.fab) {
    opacity: 0;
    transition: opacity 0.25s ease;
}


.holland {
    font-family: 'Holland';
    font-size: max(10vw, 130px);
    font-weight: 400;
    color: #FFF;
    transform: rotate(-5deg);
    line-height: 1.25;
}

@media screen and (max-width: 992px) {
    .holland {
        font-size: clamp(60px, 10vw, 90px);
        line-height:1.45;
    }
}



.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    letter-spacing: var(--letter-spacing);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:not(.w-100) {
    max-width: 165px;
}

.btn-white {
    background-color: #FFF;
    border-color: #FFF;
    color: var(--primary);
    
}

.btn-transparent {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
    color: #FFF;
    
}

.btn-outline {
    background-color: transparent;
    border-color: var(--primary);
    border-width: 1px;
    color: var(--primary);
    
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #FFF;
}

.btn-form {
    border-color: #FFF;
    color: #FFF;
    background-color: transparent;
    border-width: 2px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
  max-width:50px;
  font-size:20px;
  line-height:1;
}

.glightbox-button-hidden {
    display: none;
}
.play-btn {
    background-color: var(--primary);
    color: white;
    width: 100%;
    font-size: 3rem;
    aspect-ratio: 1;
    border-style: solid;
    border-radius: calc(1em * 10000000);
    padding-left: 0.25em;
    border-color: currentcolor;
    border-width: 3px;
    transition: all 0.25s ease;
    transition-property: transform, opacity;
}

.play-btn:not(:hover):not(:focus) {
    transform: scale(0.9);
}


.play-btn--virtual-tour {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .play-btn--virtual-tour {
        font-size: 2.5rem;
    }
}
.gold-bg {
    background-color: var(--light-gold);
}

.primary-bg {
    background-color: var(--primary);
}

.primary-bg p,
.primary-bg .h2,
.primary-bg h2,
.primary-bg .h1,
.primary-bg h1 {
    color: #FFF;
}

.cta h2,
.cta .h1 {
    text-align: center;
    margin-bottom: 25px;
}

@media (min-width:768px){
    .cta h2,
    .cta .h1 {
        margin-bottom: 45px;
    }
}

@media (max-width:768px){
    .cta h2,
    .cta .h1 {
        font-weight: 600;
    }
}

.navbar {
    background-color: rgba(255,255,255,0.95);
    border-bottom: 1px solid #f5f5f5;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1000;
    transition: background-color .75s;
}

.navbar-brand {
    max-width: 70%;
}


.navbar .collapse {
    flex-wrap: wrap;    
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary);
}

.top-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 13px;
}
.top-nav .social:not(:first-child){
    margin-left:10px;
}

.top-nav > li {
    padding: 0.45rem;
}
.top-nav > li > span,
.top-nav > li > a {
    text-decoration: none;
    color: var(--black);
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
}
/* .navbar.white .top-nav a {
    --shadow-color: var(--bs-gray-500);
    text-shadow: -.5px -.5px 0 var(--shadow-color),
        .5px -.5px 0 var(--shadow-color),
        -.5px .5px 0 var(--shadow-color),
        .5px .5px 0 var(--shadow-color);
    -webkit-text-stroke: 0.5px var(--gray);
} */
.top-nav > li > a:not(.social):hover {
    color: var(--black);
}

@media (min-width:992px){
    .top-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .navbar {
        background-color: rgba(255,255,255,0.85);
    }
}

@media screen and (max-width: 991px) {
    
    .top-nav > li {
        padding-right: 0;
        padding-left: 0;
        margin-right: 10px;
    }
}

.navbar:is(.white) {
    background-color: transparent;
    border-bottom-color: transparent;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0));
    border-bottom: 0 transparent;
}

.navbar:is(.white) .top-nav > li > a{
    color: #FFF;
    border-color: #FFF;
}

.navbar:is(.white) .top-nav > li > a:hover {
    background-color: transparent;    
}

.navbar .offcanvas .top-nav > li > .social {
    letter-spacing: 2px;
    font-size: 0.95em;
}

.navbar-light:is(.white) .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-light:is(.white) .logo {
    display: none;
}

.navbar-light:is(.white) .logo-white {
    display: block;
}

.navbar-light:is(.white) .navbar-toggler {
    color: rgba(255, 255, 255, .75);
    border-color: rgba(255, 255, 255, 0.5);
}
/** Cloning french gin site menu toggler */
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler.collapsed {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
    border-radius: 10000000px;
    aspect-ratio: 1; /* Make height and width the same */
}
.navbar-toggler > * {
    grid-row: 1;
    grid-column: 1;
    transition: opacity 0.25s ease;
}
.navbar-light .navbar-toggler:focus {
    box-shadow: unset;
}
.navbar-light .logo-white {
    display: none;
}

.navbar-light .logo {
    display: block;
}

.navbar-light:is(.white) .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
    display: grid;
}
.navbar-brand > * {
    grid-column: 1;
    grid-row: 1;
    transition: opacity 0.25s ease;
}

nav[data-status="hidden"] :is(.navbar-brand, .navbar-toggler) .on-open,
nav[data-status="show"] :is(.navbar-brand, .navbar-toggler) .on-closed {
    opacity: 0;
}
nav[data-status="hidden"] :is(.navbar-brand, .navbar-toggler) .on-closed,
nav[data-status="show"] :is(.navbar-brand, .navbar-toggler) .on-open {
    opacity: 1;
}
nav.white .navbar-brand .on-closed {
    opacity: 0;
}
nav.white .navbar-brand .on-open {
    opacity: 1;
}
@media (max-width: 992px) {
    .navbar-brand,
    .navbar-toggler {
        position: relative;
        z-index: 10000000000;
    }
    .offcanvas-start {
        border-right: unset;
    }
    .navbar .offcanvas .navbar-nav {
        gap: inherit;
    }
    .navbar-light button.navbar-toggler,
    .navbar-light button.navbar-toggler.collapsed {
        background: white;
        color:var(--primary);
    }
    .navbar .offcanvas .top-nav > li > a,
    .navbar .offcanvas .navbar-nav .nav-link {
        color: white;
    }
    .top-nav > li > a,
    .navbar .offcanvas .navbar-nav .nav-link {
        font-size: max(calc(2.7rem - 1.5vw), 36px);
        font-weight: 400;
        letter-spacing: 0.01em;
    }
    .top-nav {
        flex-direction: column;
    }
    .offcanvas-body {
        padding-inline: max(40px, 2vw);
        display: flex;
        flex-flow: column;
        justify-content: center;
        gap: 0.5rem;
        background: var(--primary);
    }
    .offcanvas .top-nav > li {
        padding: 0;
    }
    .offcanvas .top-nav {
        display: flex;
        font-size: 1.1rem;
        flex-wrap: no-wrap;
        gap: 0.5rem;
        color: white;
    }
}
/** default width for .offcanvas-start is 400px, on mobile though we want it to be full-width */
.offcanvas-start {
    width: 100vw;
    max-width: 100%;
}
@media (min-width: 576px) {
    .offcanvas-start {
        width: 400px;
    }
}
@media (min-width: 992px) {
    .offcanvas-start {
        width: auto;
    }
}
.social-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social {
    display: flex;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    border-radius: 22px;
}

.top-nav .social {
    color: var(--primary);
}

.social:hover {
   background-color: var(--primary);
   color: #FFF;
}
.nav-extra-pad{
    padding-top:var(--nav-height, 84.3px);
}

@media (min-width: 576px){
    .nav-extra-pad{
        padding-top:var(--nav-height, 104px);
    }
}

.hero {
    position: relative;
}

.hero.overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    z-index: -1;
}
.hero.overlay::before,
.hero.overlay.overlay-40::before {
    opacity: .4;
}
.hero.overlay.overlay-15::before{
    opacity:.15;
}
.hero.home-hero.overlay::before{
    opacity: .25;
}

.hero p {
    color: #FFF;
}

.hero:first-child {
    height: 80vh;
}
.hero .glightbox{
    height:60px;
    width:60px;
    border:2px solid #fff;
    color:#fff;
    font-size:22px;
    display:block;
    line-height:1;
    border-radius:50%;
    padding-top:16px;
    transition:transform 0.3s ease;
}
.hero .glightbox:hover,
.hero .glightbox:focus{
    transform:scale(1.15);
}

.hero .hero-subtitle {
    font-size: 24px;
    font-weight: 400;
}
@media (min-width:576px){
    .hero:first-child {
        height: 500px;
    }
    .hero:first-child h1.holland {
        margin-bottom: 100px;
    }
    .hero .glightbox{
        height:80px;
        width:80px;
        font-size:26px;
        padding-top:26px;
    }
}
@media (min-width:768px){
    .hero:first-child {
        height: 900px;
    }
    .hero:first-child h1.holland {
        margin-bottom: 202px;
    }
    .hero .glightbox{
        height:100px;
        width:100px;
        border:4px solid #fff;
        font-size:30px;
        padding-top:34px;
    }
    .hero.model-hero:first-child{
        height:750px;
    }

}
.glightbox-mobile .goverlay {
    background-color: var(--primary);
}
@media (min-width:769px){
    .goverlay{
        background: rgba(0,0,5,.5) !important;
    }
}

@media (min-width:1200px){
    .hero:first-child {
        height: 900px;
    }
    .hero.home-hero:first-child {
        height: 100vh;
    }
}



.hero ~ .hero {
    height: 700px;
}

@media (min-width:576px){
    .hero ~ .hero {
        height: 500px;
    }
}

@media (min-width:768px){
    .hero ~ .hero {
        height: 900px;
    }
}
.hero ~ .hero h1 {
    margin-bottom: 0.5em;
}

.hero picture > img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

.hero > picture {
    display: flex;
}

.hero .container,
.hero .row {
    height: 100%;
}

.hero picture,
.hero > :is(video, .glide, .poster) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit:cover;
}
.hero.model-hero > .glide{
    z-index:unset;
}
.hero.model-hero > .glide .glide__bullets{
    z-index:12;
}
.hero.model-hero + .svg-container .svg{
    z-index:1;
}
.hero.model-hero + .svg-container .container{
    z-index:10;
    position:relative;
}
.hero > .glide{
    object-position:center top;
}

.hero .glide .glide__track,
.hero .glide .glide__slides {
    height: 100%;
}
.home-hero a {
  padding-top: 80px;
  display:block;
  width:24px;
  position:relative;
}
.home-hero a span {
  position: absolute;
  display:block;
  width: 24px;
  height: 24px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.home-hero a span:nth-of-type(1) {
    top:0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.home-hero a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.home-hero a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.view.pnlm-container {
    padding: 0;
    height: calc(75vh - var(--nav-height));
}

@media (min-width: 768px) {
    .view.pnlm-container {
        height: calc(85vh - var(--nav-height));
    }
}

.svg-container {
    position: relative;
    width: 100%;
}

.svg-container .svg {
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .svg-container .svg {
       height: 400px;
    }   
}

.svg-container .svg:first-child {
    top: -81px;
}

/*.home-hero + .svg-container .svg:first-child {
    top: -20px;
}*/

.svg-container .svg:last-child {
    bottom: -45px;
}

@media screen and (min-width: 2000px) {
    .svg-container .svg:first-child {
        top: -100px;
    } 
    
    .svg-container .svg:last-child {
        bottom: -90px;
    }
}

.stats {
    padding-top: 25px;
    padding-bottom: 15px;
    border: 1px solid var(--light-gold);
    background-color: #FFF;
}

.stats .stat {
   margin-bottom: 20px;
   padding-right: 15px;
   padding-left: 15px;
}
.stats .stat:first-child:last-child {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .stats .stat {
      width: 50%;
    }
    
}
@media (min-width:1200px){
    .stats {
        margin-top: 7vw;
    }
}

.stats .stat p {
    text-align: center;
    color: var(--primary);
    margin-bottom: 0;
    /* line-height: 35px; */
}
.stats .stat .h1 {
    font-size: 80px;
}
.stats .stat p:not(.h1) {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.collage {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
    .collage {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .collage {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .collage {
        max-width: 100%;
    }
    .collage.top img.top-img-01{
        width:503px;
        height:auto;
    }
    .collage.top img.top-img-02{
        width:222px;
        height:auto;
    }
    .collage.bottom img.bottom-img-01{
        width:724px;
        height:auto;
    }
    .collage.bottom img.bottom-img-02{
        width:300px;
        height:auto;
    }
    .collage.bottom img.bottom-img-03{
        width:300px;
        height:auto;
    }
}

@media screen and (min-width: 1200px) {
    .collage {
        max-width: 100%;
    }
    .collage.top img.top-img-01{
        width:615px;
    }
    .collage.top img.top-img-02{
        width:335px;
    }
    .collage.bottom img.bottom-img-01{
        width:847px;
    }
    .collage.bottom img.bottom-img-02{
        width:375px;
    }
    .collage.bottom img.bottom-img-03{
        width:375px;
    }
}

@media screen and (min-width: 1400px) {
    
    .collage.top img.top-img-01{
        width:655px;
    }
    .collage.top img.top-img-02{
        width:472px;
    }
}

@media screen and (min-width: 1500px) {
    .collage {
        max-width: 1500px;
    }
}

.collage.top {
    align-items: flex-end;
}

.collage.bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.collage img {
    border: solid 2px #FFFFFF;
    max-width: 100%;
}

.collage > img:last-child {
    border-left: none;
}

.collage > div > img:last-child {
    border-top: none;
}

.collage.bottom > img {
    border-right: none;
    border-top: none;
}

.collage > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -75px;
}

@media (min-width:1200px){
    .collage > div {
        margin-top: -100px;
    }
}
@media screen and (max-width: 991px) {
    .collage > div {
        flex-direction: row;
        margin-top: 0;
    }
    
    .collage.top,
    .collage.bottom {
        justify-content: center;
    }
    
    .collage.bottom {
        margin-bottom: 2.5em;
    }
    
    .collage.bottom > img {
        border-right: 2px solid #FFFFFF;
    }
    
    .collage.bottom div > img:first-child {
        border-top: none;
    }
    
    .collage.bottom div > img:last-child {
        border-left: none;
    }
    
    .collage > div {
        width: 100%;
        justify-content: center;
    }
    
    .collage.top img {
        height: 215px;
        width: calc(50vw - 24px);
        object-fit: cover;
    }
    
    .collage.bottom > img {
        width: 100%;
        max-width: 1140px;
        height:  auto;
        object-fit: cover;
    }
    .collage.bottom > div > picture > img {
        height: 215px;
        width: calc(50vw - 24px);
        object-fit: cover;
    }
    .collage.top picture,
    .collage.bottom > div > picture{
        height: 215px;
        width: calc(50vw - 24px);
    }
    
}

@media screen and (max-width: 575px) {
    
    .collage.bottom div > img:last-child {
        border-left: 2px solid #FFFFFF;
    }
    .collage > img:last-child {
        border-left: 2px solid #FFFFFF;
        border-top: none;
    }
    
    .collage.bottom > img {
        max-width: 100%;
        width: 100%;
        height:  100%;
    }
}

.form label {
    width: 100%;
    margin-bottom: 5px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: var(--letter-spacing);
}

.form .pretty {
    font-size: 15px;
    margin-bottom: 15px;
}

.form .pretty label {
    font-size: 15px;
}

.form .form-control {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
    font-family: var(--abhaya);
    font-size: 18px;
}

.form .form-control:not(textarea) {
    height: 50px;
}

.form .pretty.p-icon .state label:before {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent;
}

.form .pretty.p-icon .state svg {
   color: var(--primary);
   top:-2px;
   left:-1px;
}

.form .pretty.p-icon input:checked~.state label:after {
    background-color: #FFF;
}

section.map {
    position: relative;
    overflow: hidden;
}
section.map .container{
    position:relative;
    z-index:3;
}

section.map svg {
    position: absolute;
    height: 100%;
    top: 0;
    right: -25px;
    z-index: 1;
}

.info {
    padding-right: 30px;
    padding-left: 15px;
    max-width: 390px;
}

.info .title {
    margin-bottom: 4rem;
}

.info .stat {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-gold);
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.info .stat:last-of-type {
    border-bottom: none;
}

.info .stat span:last-of-type {
    width: 30%;
    text-align: left;
}

.info .floor-image {
    padding-top: 30px;
    padding-bottom: 30px;
}



.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 100%;
}


.img-container .zoom:hover,
.img-container .zoom:active {
    cursor: zoom-in;
    display: block;
}

.img-container .zoom [data-duplicate] {
    transform: scale(0);
    transition: transform 0.25s ease;
    pointer-events: none;
}

.img-container .zoom [data-duplicate="over"],
.img-container .zoom [data-duplicate="over"] {
    transform: scale(1);
}

.img-container > .zoom:not(.d-none) {
    cursor: zoom-in;
    position: relative;
}

footer {
    font-size: 11px;
    padding-top: 2.5em;
}

footer p a.social {
    color: inherit;
    font-size: 13px;
    border-color: var(--black);
    margin-left: 5px;
    margin-right: 5px;
}

footer p a.social:hover {
    color: #FFF;
    background-color: var(--black);
}

footer span {
    margin-right: 5px;
    margin-left: 5px;
    letter-spacing: var(--letter-spacing);
}

footer p:not(.h5) {
    text-transform: uppercase;
    color: var(--primary);
}
footer p:not(.h5) a{
    color: var(--primary);
}
footer .legal p a {
    color: currentColor;
}

footer .h5 span {
    margin-left: 25px;
    margin-right: 25px;
    letter-spacing: initial;
}

@media screen and (max-width: 768px) {
    footer p.h5 span {
        line-height:30px;
    }
}

footer .legal p {
    color: var(--gray);
    font-family: var(--abhaya);
    text-align: justify;
}

footer .legal div:first-child {
    padding-top: 5.5px;
}