/* u */

.object-fit {
    position: relative;
}

.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}

.object-fit > video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}

.cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 10;
}
.cont.cont-sm {
    max-width: 830px;
}
.cont.cont-full {
    max-width: 100%;
}
.cont.nopad {
    padding-left: 0;
    padding-right: 0;
}

.intro-fi-section {
    min-height: 100vh;
    padding: 120px 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.intro-fi-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.30);
    z-index: 1;
}

.intro-fi-section .row {
    position: relative;
    z-index: 10;
}

.reg-label {
    /* font-family: "Graphik"; */
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.intro-fi-section .reg-label {
    margin-bottom: 17px;
}



.title-64,
.title-64 h1,
.title-64 h2 {
    font-family: "ColumbiaSans";
    margin: 0;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.title-64:not(:last-child) {
    margin-bottom: 24px;
}

.title-48,
.title-48 h1,
.title-48 h2 {
    font-family: "ColumbiaSans";
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.05em;
}

.bg-beige {
    background: #E7E0D4;
}

.intro-fi-overview-section {
    padding-bottom: 88px;
}


.title-40,
.title-40 h1,
.title-40 h2,
.title-40 h3 {
    font-family: "ColumbiaSans";
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.05em;
}
.title-40:not(:last-child) {
    margin-bottom: 24px;
}

.title-32,
.title-32 h1,
.title-32 h2,
.title-32 h3 {
    font-family: "ColumbiaSans";
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.title-32:not(:last-child) {
    margin-bottom: 24px;
}


.intro-fi-overview-box {
    padding: 64px 14%;
    background: #FFFEF8;
    margin-top: -205px;
    margin-bottom: 96px;
}

.text-16,
.text-16 p {
    /* font-family: "Graphik"; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.scroll-text.scroll-text-v2 {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 6px;
    transform: translate(0px, 0px)!important;
    opacity: 1!important;
}

.scroll-text.scroll-text-v2 a {
    font-size: 14px;
    letter-spacing: 1.12px;
    color: #404040 !important;
}

.intro-fi-overview-section .caret-pos.caret-pos-v2 .caret-down {
    transform: translate(0px, 0px)!important;
    opacity: 1!important;
}

.caret-pos.caret-pos-v2 {
    position: relative;
    left: auto;
    right: auto;
    filter: brightness(0.25);
    max-width: 32px;
    margin-top: 65px;
    margin-bottom: -65px;
}

.mt40 {
    margin-top: 40px !important;
}

.intro-fi-overview-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.intro-fi-overview-left {
    width: 65%;
    padding-right: 20px;
}

.intro-fi-overview-right {
    width: 35%;
    padding-left: 20px;
}

.intro-fi-overview-left-image {
    padding-bottom: 71.579%;
}

.intro-fi-overview-right-image-1-hold {
    margin-bottom: 40px;
}

.intro-fi-overview-right-image-1 {
    padding-bottom: 64%;
}

.intro-fi-overview-right-image-2-hold {
    padding-right: 26%;
}

.intro-fi-overview-right-image-2 {
    padding-bottom: 108.11%;
}

.location-map-section {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.location-map-section img {
    width: 100%;
}

.lm-dot {
    position: absolute;
    width: 1px;
    height: 1px;
    z-index: 2;
    z-index: 21;
}
.lm-dot:hover  {
    z-index: 22;
}
.lm-dot:hover .lm-box {
    opacity: 1;
    visibility: visible;
}

.lm-circle {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.80);
    cursor: pointer;
    transition: 0.2s;
}
.lm-circle:hover {
    background: rgba(255, 255, 255, 1);
}

.lm-circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.40);
    transition: 0.2s;
    animation: pulse-anim 2s infinite;
}
@-webkit-keyframes pulse-anim {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		transform: translate(-50%, -50%) scale(0.95);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
	}
	
	70% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		box-shadow: 0 0 0 10px rgba(255,255,255, 0);
	}
	
	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		transform: translate(-50%, -50%) scale(0.95);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	}
}
@-moz-keyframes pulse-anim {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		transform: translate(-50%, -50%) scale(0.95);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
	}
	
	70% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		box-shadow: 0 0 0 10px rgba(255,255,255, 0);
	}
	
	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		transform: translate(-50%, -50%) scale(0.95);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	}
}
@keyframes pulse-anim {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		transform: translate(-50%, -50%) scale(0.95);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.7);
	}
	
	70% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		box-shadow: 0 0 0 10px rgba(255,255,255, 0);
	}
	
	100% {
		-webkit-transform: translate(-50%, -50%) scale(0.95);
		transform: translate(-50%, -50%) scale(0.95);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	}
}

.lm-circle:hover:before {
    background: rgba(255, 255, 255, 0.50);
}

.lm-dot.active .lm-box {
    opacity: 1;
    visibility: visible;
}

.lm-box {
    position: absolute;
    left: -1px;
    bottom: 72px;
    bottom: 40px;
    width: 550px;
    background: rgba(0, 0, 0, 0.36);

    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    color: #fff;
    padding: 40px 30px 50px 50px;
    padding: 30px 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.lm-box:before {
    content: '';
    position: absolute;
    bottom: -72px;
    bottom: -40px;
    left: 0;
    width: 2px;
    background: #fff;
    z-index: 2;
    height: 72px;
    height: 40px;
}

.lm-box .title-40:not(:last-child) {
    margin-bottom: 12px;
}

.lm-dot-right .lm-box {
    left: auto;
    right: -1px;
}
.lm-dot-right .lm-box:before {
    left: auto;
    right: 0;
}

.lm-dot-bottom .lm-box {
    bottom: auto;
    top: 40px;
}
.lm-dot-bottom .lm-box:before {
    bottom: auto;
    top: -40px;
}



.location-map-box-section .cont {
    z-index: 30;
}

.location-map-box {
    margin-top: -140px;
    padding: 80px 14%;
    background: #fff;
}

.location-map-box-button {
    margin-top: 24px;
}

.btn-border-dark,
.btn-border-dark:focus,
.btn-border-dark:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;

    /* font-family: "Graphik"; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    padding: 11px 24px;
    border: 1px solid #404040;
    color: #404040;
    text-decoration: none !important;
    transition: 0.2s;
}
.btn-border-dark:hover {
    border: 1px solid #404040;
    background: #404040;
    color: #fff;
}

.tdc-section {
    padding: 160px 0 95px;
}

.tdc-section .section-top {
    margin-bottom: 88px;
    position: relative;
    overflow: hidden;
}
.tdc-section .section-top .text-16 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tdc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 160px;
}
.tdc-item:last-child {
    margin-bottom: 0px;
}

.tdc-item-button {
    margin-top: 24px;
}

.tdc-item-left {
    width: 40%;
    padding-right: 35px;
    padding-top: 48px;
}

.tdc-item-right {
    width: 60%;
    padding-left: 35px;
}

.tdc-item-left-image {
    margin-top: 107px;
    padding-bottom: 67.416%;
}

.tdc-item-left-content {
    max-width: 410px;
}

.tdc-carousel-image {
    padding-bottom: 75.725%;
    /* margin-bottom: 28px; */
}

.tdc-carousel-image-disclaimer {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 16px;
    width: 100%;
    padding: 0 16px;
    color: #fff;
    text-align: right;
    /* font-family: "Graphik"; */
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    opacity: 0;
    transition: 0.2s;
}

.tdc-carousel-image:hover .tdc-carousel-image-disclaimer {
    opacity: 1;
}

.tdc-carousel-text {
    /* font-family: "Graphik"; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    padding-right: 200px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel button.owl-dot {
    outline: none;
}

.has-nav button svg path,
.has-nav button svg line,
.has-nav button svg rect {
    transition: 0.2s;
}
.has-nav button:hover svg path,
.has-nav button:hover svg line {
    stroke: #E7E0D4;
}
.has-nav button:hover svg rect {
    fill: #404040;
}

.tdc-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    padding-top: calc(75.725% + 36px);
}

.tdc-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 16px;
}

.tdc-item:nth-child(2n) .tdc-item-left {
    order: 2;
    padding-right: 0;
    padding-left: 35px;
}
.tdc-item:nth-child(2n) .tdc-item-right {
    padding-left: 0px;
    padding-right: 35px;
}

.tdc-item:nth-child(2n) .tdc-item-left-content {
    margin-left: auto;
}

.tdc-item:nth-child(2n) .tdc-carousel-image-disclaimer {
    text-align: left;
}

.ci-section {
    padding: 175px 0 120px;
    background: #FFFEF8;
}

.ci-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.ci-left {
    width: 50%;
    padding-right: 10.5%;
}
.ci-right {
    width: 50%;
    padding-left: 15px;
}

.ci-right-image {
    padding-bottom: 87.18%;
}

.links-section {
    min-height: 485px;
    padding: 120px 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.links-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.links-left {
    width: calc(100% - 266px);
    padding-right: 15%;
}
.links-right {
    width: 266px;
}

.links-list ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.links-list ul li {
    border-bottom: 1px solid #ffff;
}

.links-list ul li a {
    display: block;
    /* font-family: "Graphik"; */

    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 20px 0; 
    position: relative;
    transition: 0.2s;
}
.links-list ul li a:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/link-arrow.svg) no-repeat center center / 100% 100%;
    transition: 0.2s;
}
.links-list ul li a:hover:after {
    transform: translate(5px, -50%);
}

.tdc-section .section-top .title-40 span {
    display: inline-block;
    position: relative;
}
.tdc-section .section-top .title-40 span:before,
.tdc-section .section-top .title-40 span:after {
    /* content: '';
    position: absolute;
    bottom: -2px;
    height: 2px;
    background: #404040;
    width: 50vw; */

    content: '';
    position: absolute;
    top: 50%;
    top: 54%;
    margin-top: -1px;
    height: 2px;
    background: #404040;
    width: 50vw;
}

.tdc-section .section-top .title-40 span:before {
    right: calc(100% + 90px);
    right: 130%;
}
.tdc-section .section-top .title-40 span:after {
    left: calc(100%  +  90px);
    left: 130%;
}

.tt-intro-section {
    padding: 184px 0 0px;
    background: #FFFEF8;
}

.tt-intro-section .title-48:not(:last-child) {
    margin-bottom: 24px;
}
.tt-intro-section .section-top {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 56px;
}

.tt-intro-image {
    padding-bottom: 46.128%;
}

.tdc-v2-section {
    padding: 107px 0 123px;
}

.tdc-v2-section .section-top {
    position: relative;
    overflow: hidden;
    margin-bottom: 59px;
}
.tdc-v2-section .section-top .text-16 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.tdc-v2-section .section-top .title-40 span {
    display: inline-block;
    position: relative;
}

.tdc-v2-section .section-top .title-40 span:before, 
.tdc-v2-section .section-top .title-40 span:after {
    content: '';
    position: absolute;
    top: 50%;
    top: 54%;
    margin-top: -1px;
    height: 2px;
    background: #404040;
    width: 50vw;
}

.tdc-v2-section .section-top .title-40 span:before {
    right: calc(100% + 90px);
}

.tdc-v2-section .section-top .title-40 span:after {
    left: calc(100% + 90px);
}

.tdc-v2-section .cont.cont-full.nopad {
    z-index: 500;
}

.tdc-subnav-hold {
    position: relative;
    min-height: 63px;
}
.tdc-subnav-hold.top-reached .tdc-subnav {
    position: fixed;
}

.tdc-subnav {
    padding: 21px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #E7E0D4;
}

.tdc-subnav ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tdc-subnav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 14px;
}
.tdc-subnav ul li:last-child {
    display: none !important; 
}

.tdc-subnav ul li a {
    color: #404040;
    /* font-family: "Graphik"; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    opacity: 0.24;
    transition: 0.2s;
}

.tdc-subnav ul li a:hover {
    opacity: 1;
}
.tdc-subnav ul li.current a {
    opacity: 1;
}

.tdc-subnav ul li span {
    display: inline-block;
    width: 56px;
    height: 2px;
    background: #404040;
    opacity: 0.24;
}

.tdc-item-v2-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.tdc-item-v2-left {
    width: 50%;
    padding-right: 6.667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tdc-item-v2-link {
    margin-top: 40px;
    margin-top: 24px;
}

.link-reg,
.link-reg:focus,
.link-reg:active {
    /* font-family: "Graphik"; */
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.56px;
    text-decoration-line: underline;
    text-transform: uppercase;
    cursor: pointer;
}
.link-reg:hover {
    text-decoration-line: none;
}

.tdc-item-v2-right {
    width: 50%;
    padding-left: 9.5%;
}

.tdc-item-v2-details ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: -32px;
}

.tdc-item-v2-details ul li {
    color: rgba(64, 64, 64, 0.70);
    /* font-family: "Graphik"; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-right: 48px;
    margin-bottom: 32px;
}
.tdc-item-v2-details ul li span {
    display: block;
    padding-top: 16px;
    color: #404040;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: initial;
    letter-spacing: 0px;
    font-family: "Graphik";
}

.tdc-item-v2-grid {
    margin-bottom: 64px;
}

.tdc-2-carousel-image {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 24px;
    transform: scale(0.8);
    transition: 0.3s;
}
.owl-item.active .tdc-2-carousel-image {
    transform: scale(1);
}

.tdc-2-carousel-image .tdc-carousel-image-disclaimer {
    text-align: left;
}
.owl-item.active .tdc-2-carousel-image:hover .tdc-carousel-image-disclaimer {
    opacity: 1;
}

.tdc-2-carousel-text {
    /* font-family: "Graphik"; */
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    padding-right: 220px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}
.owl-item.active .tdc-2-carousel-text {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s 0.3s;
}

.tdc-2-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    padding-top: calc(60% + 24px);
    pointer-events: none;
}

.tdc-2-carousel.owl-carousel .owl-nav button.owl-prev,
.tdc-2-carousel.owl-carousel .owl-nav button.owl-next {
    pointer-events: all;
}
.tdc-2-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 16px;
}

.tdc-item-v2 {
    margin-bottom: 160px;
    position: relative;
}

.tdc-item-v2-id {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    left: 0;
    top: -140px;
}

.tdc-item-v2:last-child {
    margin-bottom: 0px;
}

.tdc-items-v2-section {
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
}

.tdc-2-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.location-map-section.site-map-section {
    display: block;
}

.site-map-section .lm-box {
    padding: 24px 24px;
    width: 230px;
}

.lm-dot-detail {
    /* font-family: "Graphik"; */
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.26;
    margin-bottom: 16px;
}

.lm-dot-detail:last-child {
    margin-bottom: 0px;
}
.lm-dot-detail span {
    display: block;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.bedcount-section {
    padding: 160px 0;
    background: #FFFEF8;
}

.upgrades-setion {
    padding: 120px 0;
}
.upgrades-setion .section-top {
    margin-bottom: 80px;
}
.upgrades-setion .section-top .text-16 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.uc-left-image {
    padding-bottom: 67.073%;
}

.uc-right-image {
    padding-bottom: 61.136%;
}

.uc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.uc-left {
    width: 58%;
    padding-right: 40px;
}
.uc-right {
    width: 42%;
    padding-left: 5.334%;
}

.uc-right .title-32 {
    margin-bottom: 20px;
}
.owl-item.active .uc-right .title-32 {
    opacity: 1;
    transition: 0.3s;
}
.uc-right .text-16 {
    min-height: 72px;
    margin-bottom: 24px;
}

.uc-right .title-32 {
    opacity: 0;
    transition: 0.3s;
}
.owl-item.active .uc-right .title-32 {
    opacity: 1;
    transition: 0.3s 0.3s;
}

.uc-right .text-16 {
    opacity: 0;
    transition: 0.3s;
}
.owl-item.active .uc-right .text-16 {
    opacity: 1;
    transition: 0.3s 0.3s;
}

.uc-counter {
    /* font-family: "Graphik"; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.uc-nav {
    margin-bottom: 24px;
}

.uc-nav ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.uc-nav ul li {
    margin-right: 16px;
}
.uc-nav ul li:last-child {
    margin-right: 0px;
}

.uc-nav ul li a {
    display: block;
    cursor: pointer;
    float: left;
}
.uc-nav ul li a svg {
    float: left;
}
.uc-nav ul li a svg rect,
.uc-nav ul li a svg path,
.uc-nav ul li a svg line {
    transition: 0.2s;
}

.uc-nav ul li a:hover svg rect {
    fill: #404040;
}

.uc-nav ul li a:hover svg path,
.uc-nav ul li a:hover svg line {
    stroke: #E7E0D4;
}

.cu-section {
    padding: 120px 0;
}

.cu-content-hold {
    position: relative;
    z-index: 5;
    width: 49%;
    background: rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
    color: #fff;
    min-height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 11% 80px 6.5%;
}

.cu-content-hold .title-32 {
    margin-bottom: 20px;
}

.cu-link {
    margin-top: 20px;
}

.link-reg.link-reg-white,
.link-reg.link-reg-white:focus,
.link-reg.link-reg-white:active {
    color: #fff;
}

.site-box-section {
    position: relative;
    z-index: 21;
}

.site-box {
    background: #fff;
    padding: 80px 18%;
    margin-bottom: -160px;
}

.site-map-section-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-map-section-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
}
.site-map-section-image:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0.5;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.map-mob {
    display: none;
}

.page-template-template-casitas_detail .main-navigation .menu li a {
    color: #42403f;
}

.page-template-template-casitas_detail .site-branding a.dark-logo img {
    display: block !important;
    position: absolute;
    left: 20px;
    top: 5px;
    z-index: 101;
    width: 100%;
    max-width: 130px;
    margin: auto;
    text-align: left;
}

.page-template-template-casitas_detail .fancybox-infobar,
.page-template-template-casitas_detail .fancybox-button.fancybox-button--zoom,
.page-template-template-casitas_detail .fancybox-button.fancybox-button--play,
.page-template-template-casitas_detail .fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.footer-spacer {
    height: 36px;
}

.bedcount-section .tt-hold {
    margin-bottom: 52px;
}

.tt-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.tt-left {
    width: 50%;
    padding-right: 8%;
}

.tt-right {
    width: 50%;
}
.tt-right .text-16 {
    max-width: 440px;
}

.bedcount-filter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.bedcount-filter-group span {
    position: absolute;
    left: 0;
    top: 33px;
    color: #6F6F6F;
    /* font-family: "Graphik"; */
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.bedcount-filter-item {
    margin-right: 16px;
}
.bedcount-filter-item:last-child {
    margin-right: 0px;
}

.bedcount-filter-item input {
    display: none;
}
.bedcount-filter-item label {
    cursor: pointer;
    display: block;
    color: #404040;
    /* font-family: "Graphik"; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    padding-left: 26px;
    position: relative;
}
.bedcount-filter-item label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #404040;
}
.bedcount-filter-item label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: #404040;
    opacity: 0;
    transition: 0.1s;
}
.bedcount-filter-item input:checked + label:after {
    opacity: 1;
}

.bedcount-filter-group {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
    border-right: 1px solid #404040;
    margin-right: 16px;
}
.bedcount-filter-group:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.bedcount-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 63px;
}

.bedcount-filter-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.bedcount-filter-item-left {
    width: 68%;
    padding-right: 16px;
}
.bedcount-filter-item-right {
    width: 32%;
    padding-left: 13px;
}

.bedcount-filter-item-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.bedcount-filter-item-image a:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    right: 26px;
    bottom: 16px;
    background: url(../img/icon-zoom.svg) no-repeat center center / 100% 100%;
}

.bedcount-filter-item-info-box {
    background: #E7E0D4;
    padding: 42px 48px;
}

.bedcount-filter-item-info-title {
    font-family: "ColumbiaSans";
    color: #0C0C0C;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.05em;
}
.bedcount-filter-item-info-title span {
    display: block;
    padding-top: 8px;
    font-size: 18px;
}

.bedcount-filter-item-info-details-block {
    margin-top: 16px;
    border-top: 1px solid rgba(12,12,12,0.31);
    padding-top: 16px;
}

.bedcount-filter-item-info-details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.bedcount-filter-item-info-details-item:last-child {
    margin-bottom: 0px;
}

.bfii-col {
    color: #0C0C0C;
    /* font-family: "Graphik"; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: -0.01em;
}

.bfii-col-1 {
    width: 52%;
}

.bfii-col-2 {
    width: 24%;
    font-weight: 500;
}
.bfii-col-3 {
    width: 24%;
}

.alt-version .bfii-col-2 {
    width: 48%;
}

.bedcount-filtered-item {
    display: none;
}
.bedcount-filtered-item.active {
    display: block;
}

.text-disclaimer {
    /* font-family: "Graphik"; */
    /* color: rgba(64, 64, 64, 0.72);
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    margin-top: 24px; */
}

.page-template-template-home #vision {
    padding-top: 40px;
    padding-bottom: 120px;
}

.page-template-template-home .container-fluid {
    width: 90%;
}

.page-template-template-casitas_detail .fancybox__thumbs,
.page-template-template-casitas_detail .fancybox__button--zoom,
.page-template-template-casitas_detail .fancybox__button--slideshow,
.page-template-template-casitas_detail .fancybox__button--fullscreen,
.page-template-template-casitas_detail .fancybox__button--thumbs,
.page-template-template-casitas_detail .fancybox__counter {
    display: none !important;
}

.page-template-template-casitas_detail .fancybox__backdrop {
    background: rgba(30,30,30,.9);
}

.page-template-template-casitas_detail .fancybox-container.fancybox-is-open {
    opacity: 0!important;
    visibility: hidden!important;
    pointer-events: none!important;
    display: none !important;
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
}

.dn {
	display: none !important;
}

@media (min-width: 1921px) {
    .tdc-items-v2-section .cont.cont-sm {
        max-width: 1230px;
    }
}

@media (max-width: 1280px) {
    .tdc-item-left-image {
        margin-top: 80px;
    }
    .lm-box {
        width: 500px;
        padding: 40px 30px;
    }
}

@media (max-width: 1199px) {
    .lm-box .title-40:not(:last-child) {
        font-size: 32px;
    }
    .bedcount-filter {
        margin-bottom: 50px;
    }
    .bedcount-filter-group {
        margin-bottom: 12px;
    }
    .bedcount-filter-item-left {
        padding-right: 0;
    }
    .bedcount-filter-item-info-box {
        padding: 24px 24px;
    }
    .bedcount-filter-item-info-details-item {
        margin-bottom: 6px;
    }
    .title-64, .title-64 h1, .title-64 h2 {
        font-size: 56px;
    }
    .title-32, .title-32 h1, .title-32 h2, .title-32 h3 {
        font-size: 28px;
    }
    .cu-section {
        padding: 100px 0;
    }
    .cu-content-hold {
        width: 50%;
        padding: 80px 10% 80px 6%;
    }
    .bedcount-section {
        padding: 120px 0;
    }
    .site-box {
        padding: 60px 18%;
        margin-bottom: -100px;
    }
    .tdc-items-v2-section {
        padding-bottom: 120px;
    }
    .tdc-item-v2 {
        margin-bottom: 120px;
    }
    .tdc-item-v2-right {
        padding-left: 8%;
    }
    .tdc-item-v2-details ul li span {
        font-size: 28px;
    }
    .tdc-v2-section {
        padding: 107px 0 107px;
    }
    .tdc-subnav ul li {
        margin: 0px 10px;
    }
    .tdc-subnav ul li span {
        width: 40px;
    }
    .tt-intro-section {
        padding: 160px 0 0px;
    }
    .lm-box:before {
        bottom: -40px;
        bottom: -30px;
        height: 40px;
        height: 30px;
    }
    .lm-box {
        bottom: 40px;
        bottom: 30px;
        width: 450px;
        padding: 30px 20px;
    }
    .lm-dot-bottom .lm-box {
        bottom: auto;
        top: 30px;
    }
    .lm-dot-bottom .lm-box:before {
        bottom: auto;
        top: -30px;
    }
    .ci-section {
        padding: 130px 0 100px;
    }
    .tdc-item {
        margin-bottom: 120px;
    }
    .tdc-section .section-top {
        margin-bottom: 80px;
    }
    .tdc-carousel-text {
        padding-right: 130px;
    }
    .location-map-box {
        margin-top: -100px;
        padding: 60px 10%;
    }
    .title-48, .title-48 h1, .title-48 h2 {
        font-size: 42px;
    }
    .links-list ul li a {
        font-size: 16px;
    }
    .title-40, .title-40 h1, .title-40 h2, .title-40 h3 {
        font-size: 36px;
    }
    .intro-fi-overview-box {
        padding: 48px 10%;
        margin-top: -160px;
        margin-bottom: 80px;
    }
    .tdc-section {
        padding: 110px 0 95px;
    }
}

@media (max-width: 991px) {
    .page-template-template-home .container-fluid {
        width: 100%;
    }
    .page-template-template-home #vision {
        padding-top: 0px;
        padding-bottom: 80px;
    }
    .lm-box .title-40:not(:last-child) {
        font-size: 28px;
    }
    .bedcount-filter-item-right {
        width: 100%;
        max-width: 370px;
        padding-left: 0;
    }
    .bedcount-filter-item-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .tt-right {
        width: 100%;
    }
    .tt-left {
        width: 100%;
        padding-right: 25%;
        margin-bottom: 24px;
    }
    .uc-right {
        padding-left: 20px;
    }
    .uc-left {
        padding-right: 20px;
    }
    .cu-content-hold {
        width: 60%;
        padding: 80px 10% 80px 30px;
    }
    .lm-dot-detail {
        font-size: 16px;
    }
    .lm-dot-detail span {
        padding-bottom: 4px;
    }
    .tdc-2-carousel-image {
        transform: scale(1);
    }
    .site-box {
        padding: 60px 10%;
        margin-bottom: -40px;
    }
    .tdc-item-v2-details ul li span {
        font-size: 24px;
    }
    .tdc-item-v2-link {
        margin-top: 24px;
    }
    .tdc-item-v2-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 36px;
    }
    .tdc-item-v2-right {
        padding-left: 0;
        width: 100%;
    }
    .tdc-subnav ul li a {
        font-size: 12px;
    }
    .show-for-large {
        display: none !important;
    }
    .tdc-section .section-top .title-40 span:before {
        right: 120%;
    }
    .tdc-section .section-top .title-40 span:after {
        left: 120%;
    }
    .lm-box {
        width: 350px;
        padding: 20px 20px;
    }
    .links-left {
        width: calc(100% - 220px);
    }
    .links-right {
        width: 220px;
    }
    .ci-left {
        padding-right: 6%;
    }
    .ci-right {
        padding-left: 0;
    }
    .ci-section {
        padding: 110px 0 100px;
    }
    .tdc-item:nth-child(2n) .tdc-item-left {
        padding-left: 20px;
    }
    .tdc-item:nth-child(2n) .tdc-item-right {
        padding-right: 20px;
    }
    .tdc-item-left-image {
        margin-top: 48px;
    }
    .tdc-item-left {
        padding-right: 20px;
        padding-top: 0;
    }
    .tdc-item-right {
        padding-left: 20px;
    }
    .intro-fi-overview-right-image-1-hold {
        margin-bottom: 20px;
    }
    .intro-fi-overview-right {
        padding-left: 10px;
    }
    .intro-fi-overview-left {
        padding-right: 10px;
    }
    .location-map-box {
        margin-top: -60px;
        padding: 48px 10%;
    }
}

@media (max-width: 767px) {
    .tdc-carousel-image-disclaimer {
        text-align: left;
    }
    .tt-left {
        padding-right: 0;
        margin-bottom: 16px;
    }
    .bedcount-filter {
        margin-bottom: 36px;
    }
    .bedcount-filter-group span {
        top: 100%;
    }
    .bedcount-section .tt-hold {
        margin-bottom: 36px;
    }
    .bedcount-filter-group {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-spacer {
        height: 20px;
    }
    .uc-right-image {
        margin-bottom: 20px;
    }
    .uc-nav {
        margin-bottom: 0;
    }
    .uc-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .uc-right .text-16 {
        order: 2;
    }
    .uc-right .uc-nav {
        order: 3;
    }
    .page-template-template-casitas_overview .fancybox-content {
        /* width: 100% !important;
        height: auto !important; */
    }
    .page-template-template-casitas_overview .fancybox-content .fancybox-image {
        /* position: relative !important;  */
    }
    .location-map-section .lm-dot {
        display: none;
    }
    .site-map-section .lm-dot {
        display: none;
    }
    .map-desk {
        display: none;
    }
    .map-mob {
        display: inline-block;
    }
    .cu-content-hold {
        width: 100%;
        padding: 80px 20px 80px 20px;
    }
    .cu-section {
        padding: 70px 0;
    }
    .uc-right {
        padding-left: 0;
        width: 100%;
    }
    .uc-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 36px;
    }
    .upgrades-setion .section-top {
        margin-bottom: 40px;
    }
    .upgrades-setion {
        padding: 70px 0;
    }
    .bedcount-section {
        padding: 70px 0;
    }
    .site-box {
        padding: 48px 20px;
        margin-bottom: -20px;
    }
    .tdc-items-v2-section {
        padding-bottom: 70px;
    }
    .tdc-item-v2 {
        margin-bottom: 70px;
    }
    .tdc-2-carousel-image {
        margin-bottom: 20px;
    }
    .tdc-2-carousel-text {
        padding-right: 100px;
    }
    .tdc-2-carousel.owl-carousel .owl-nav button.owl-prev {
        margin-right: 8px;
    }
    .tdc-item-v2-details ul li span {
        padding-top: 8px;
    }
    .title-64, .title-64 h1, .title-64 h2 {
        font-size: 48px;
    }
    .tdc-item-v2-details ul li {
        margin-right: 0;
        margin-bottom: 24px;
        width: 100%;
    }
    .tdc-v2-section .section-top {
        margin-bottom: 0;
    }
    .tdc-subnav-hold {
        display: none !important;
    }
    .tt-intro-section .section-top {
        padding-bottom: 48px;
    }
    .tdc-v2-section {
        padding: 70px 0;
    }
    .tdc-section .section-top .title-40 span:before {
        right: 110%;
    }
    .tdc-section .section-top .title-40 span:after {
        left: 110%;
    }
    .lm-box:before {
        bottom: -20px;
        height: 20px;
    }
    .lm-box {
        bottom: 20px;
    }
    .lm-dot-bottom .lm-box {
        bottom: auto;
        top: 20px;
    }
    .lm-dot-bottom .lm-box:before {
        bottom: auto;
        top: -20px;
    }
    .lm-box .title-40:not(:last-child) {
        margin-bottom: 8px;
    }
    .lm-box .title-40, 
    .lm-box .title-40 h1, 
    .lm-box .title-40 h2, 
    .lm-box .title-40 h3 {
        font-size: 20px;
    }
    .lm-box .text-16, 
    .lm-box .text-16 p {
        font-size: 12px;
    }
    .lm-box {
        width: 180px;
        padding: 15px 10px;
    }
    .lm-circle:before {
        width: 20px;
        height: 20px;
    }
    .lm-circle {
        left: -5px;
        top: -5px;
        width: 10px;
        height: 10px;
    }
    .links-section {
        min-height: 400px;
        padding: 80px 0;
    }    
    .links-right {
        width: 100%;
    }
    .links-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .ci-section {
        padding: 80px 0;
    }
    .ci-right {
        width: 100%;
    }
    .ci-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 36px;
        text-align: center;
    }
    .tdc-item:nth-child(2n) .tdc-item-right {
        padding-right: 0;
    }
    .tdc-item:nth-child(2n) .tdc-item-left {
        padding-left: 0;
        order: 0;
    }
    .tdc-item {
        margin-bottom: 80px;
    }
    .tdc-carousel.owl-carousel .owl-nav button.owl-prev {
        margin-right: 5px;
    }
    .tdc-carousel-text {
        padding-right: 100px;
    }
    .tdc-carousel-image {
        /* margin-bottom: 16px; */
    }
    .tdc-carousel .owl-nav {
        padding-top: calc(75.725% + 20px);
        padding-top: calc(81.725%);
    }
    .tdc-item-right {
        padding-left: 0;
        width: 100%;
    }
    .tdc-item-left-image {
        margin-top: 36px;
    }
    .tdc-item-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 48px;
    }
    .tdc-section {
        padding: 80px 0 70px;
    }
    .location-map-box {
        margin-top: -20px;
        padding: 48px 20px;
    }
    .intro-fi-overview-section {
        padding-bottom: 60px;
    }
    .intro-fi-overview-right-image-1-hold {
        padding-left: 10%;
    }
    .intro-fi-overview-right {
        padding-left: 0;
        width: 100%;
    }
    .intro-fi-overview-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .title-40, .title-40 h1, .title-40 h2, .title-40 h3 {
        font-size: 28px;
    }
    .intro-fi-overview-box {
        padding: 48px 24px;
        margin-top: -100px;
        margin-bottom: 60px;
    }
}





/* footer  */


.footer-upg {
    background: #3F3F3F;
    color: #fff;
}
.footer-upg-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-upg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.footer-upg-logo {
    margin-right: 69px;
}
.footer-upg-logo img {
    max-width: 111px;
}

.footer-upg-text {
    font-size: 16px;
    line-height: 1.42;
    letter-spacing: 0.01em;
}

.footer-upg-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.footer-upg-right-col:not(:last-child) {
    margin-right: 49px;
}

.footer-upg-nav ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.footer-upg-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.80);
}
.footer-upg-nav ul li:after {
    content: '|';
    margin-left: 11px;
    margin-right: 11px;
}
.footer-upg-nav ul li:last-child:after {
    display: none;
}
.footer-upg-nav ul li a {
    color: rgba(255, 255, 255, 0.80);
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s;
}
.footer-upg-nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-upg-copyrights {
    color: rgba(255, 255, 255, 0.50);
    text-align: right;
    font-size: 12px;
    line-height: 1.46;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.footer-upg-socials {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.footer-upg-socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: 0.2s;
}
.footer-upg-socials a:hover  {
    opacity: 0.8;
}
.footer-upg-socials a svg path {
    transition: 0.2s;
}
.footer-upg-socials a:hover svg path {
    
}

.footer-upg-socials a:not(:last-child){
    margin-right: 21px;
}

.footer-upg .site-info {
    padding-top: 62px;
    padding-bottom: 42px;
}

.footer-spacer {
    display: none !important;
}

.links-section-spacer {
    height: 60px;
    background: #fff;
}

#footer-block-section {
    display: none !important;
}

#events-section {
    margin-bottom: 0!important;
}

@media (max-width: 1099px) {
    .footer-upg-left {
        width: 100%;
        margin-bottom: 32px;
    }
    .footer-upg-right {
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .footer-upg-right-col:not(:last-child) {
        margin-right: 0;
    }
    .footer-upg .site-info {
        padding-top: 48px;
    }
}

@media (max-width: 1023px) {
}

@media (max-width: 639px) {
    
    .links-section-spacer {
        height: 40px;
    }
    .footer-upg .site-info {
        padding-top: 36px;
        padding-bottom: 30px;
    }
    .footer-upg-text {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .footer-upg-logo {
        margin-right: 0;
        width: 100%;
        margin-bottom: 12px;
        text-align: center;
    }

    .footer-upg-right-col {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-upg-right-col:last-child {
        margin-bottom: 0px;
    }
    .footer-upg-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-upg-copyrights {
        text-align: center;
    }
    .footer-upg-socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}




/* courts starts */

.courts-carousel-section {
    background: #FFFEF8;
    padding: 160px 0;
    position: relative;
    overflow: hidden;
}

.courts-carousel-section .section-top {
    max-width: 714px;
    margin: 0 auto 75px;
}
.courts-carousel-section .section-top .title-48:not(:last-child) {
    margin-bottom: 24px;
}

.courts-carousel-section .cont.cont-sm {
    max-width: 747px;
}
.courts-carousel-section .tdc-2-carousel-image {
    padding-bottom: 81%;
    cursor: default;
    pointer-events: none;
}
.courts-carousel-section .tdc-2-carousel .owl-nav {
    top: auto;
    padding-top: 0;
    bottom: 0;
}
.courts-carousel-section .tdc-2-carousel-item .text-16 {
    padding-right: 200px;
}
.courts-carousel-section .tdc-2-carousel-item .title-32,
.courts-carousel-section .tdc-2-carousel-item .text-16 {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}

.courts-carousel-section .owl-item.active .title-32,
.courts-carousel-section .owl-item.active .text-16 {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s 0.3s;
}

.courts-carousel-section .has-nav button svg rect {
    fill: transparent;
}
.courts-carousel-section .has-nav button:hover svg rect {
    fill: #404040;
}

.very-custom-grid-section {
    padding: 227px 0 182px;
}

.vcg-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.vcg-top .title-48:not(:last-child) {
    margin-bottom: 24px;
}

.vcg-top-left {
    width: 32%;
    padding-right: 4px;
}
.vcg-top-left-image {
    padding-bottom: 66.58%;
    margin-top: 33px;
}

.vcg-top-right {
    width: 68%;
    padding-left: 36px;
}

.vcg-top-right-image-width {
    max-width: 639px;
    max-width: 640px;
}
.vcg-top-right-image {
    padding-bottom: 71.05%;
    padding-bottom: 70.938%;
}

.vcg-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.vcg-bottom-left {
    width: 70%;
    padding-left: 8.334%;
    padding-right: 20px;
    position: relative;
}
.vcg-bottom-right {
    width: 30%;
    padding-left: 20px;
}

.vcg-bottom-right-image {
    padding-bottom: 92.65%;
}

.vcg-carousel-image {
    padding-bottom: 58.889%;
    margin-bottom: 30px;
}

.vcg-carousel .title-32:not(:last-child) {
    margin-bottom: 20px;
}
.vcg-carousel .tdc-2-carousel-text {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}
.vcg-carousel .title-32,
.vcg-carousel .text-16 {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}
.vcg-carousel .owl-item.active .title-32,
.vcg-carousel .owl-item.active .text-16 {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s 0.3s;
}

.vcg-carousel .text-16 {
    padding-right: 200px;
    max-width: 660px;
}

.vcg-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
}
.vcg-carousel .owl-nav button.owl-prev {
    margin-right: 16px;
}
.vcg-carousel .owl-nav button svg rect,
.vcg-carousel .owl-nav button svg path,
.vcg-carousel .owl-nav button svg line {
    transition: 0.2s;
}
.vcg-carousel .owl-nav button:hover svg rect {
    fill: #404040;
}
.vcg-carousel .owl-nav button:hover svg path,
.vcg-carousel .owl-nav button:hover svg line {
    stroke: #E7E0D4;
}

.vcg-bottom-left .uc-counter {
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    padding-right: inherit;
    bottom: 61px;
}

.intro-courts-box {
    background: #FFFEF8;
    padding: 66px 10% 70px;
    position: relative;
    top: 44px;
    margin-top: 30px;
}

.intro-courts-section {
    position: relative;
    
}
.intro-courts-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 41.62%, rgba(0, 0, 0, 0.00) 100%);
}
.intro-courts-section .title-64 {
    color: #fff;
}

.intro-courts-section .cont {
    min-height: calc(100vh - 44px);
    min-height: calc(100svh - 44px);
    padding-top: 37vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.vcg-top-left-image-width {
    display: none;
}

@media (min-width: 1600px) {
    .courts-carousel-section .cont.cont-sm {
        max-width: 900px;
    }
}

@media (max-width: 1199px) {
    .courts-carousel-section {
        padding: 120px 0;
    }
    .very-custom-grid-section {
        padding: 160px 0 130px;
    }
}

@media (max-width: 991px) {
    .intro-courts-box {
        padding: 48px 30px 48px;
    }
    .courts-carousel-section .section-top {
        margin: 0 auto 56px;
    }
    .vcg-top-left-image {
        margin-top: 24px;
    }
    .vcg-carousel .text-16 {
        padding-right: 120px;
    }
    .vcg-bottom-left {
        padding-left: 0;
    }
    .vcg-bottom-right {
        padding-left: 0;
    }
    .vcg-top {
        margin-bottom: 20px;
    }
    .vcg-top-left {
        width: 40%;
        padding-right: 0;
    }
    .vcg-top-right {
        width: 60%;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .vcg-top-left-image {
        display: none;
    }
    .vcg-top-left-image-width .vcg-top-left-image {
        display: block;
        width: 100%;
        padding-bottom: 66.58%;
        margin-top: 0;
    }
    .vcg-top-left-image-width {
        display: block;
    }
    .vcg-carousel-image {
        margin-bottom: 20px;
    }
    .vcg-carousel .owl-nav button.owl-prev {
        margin-right: 10px;
    }
    .courts-carousel-section .tdc-2-carousel-item .text-16 {
        padding-right: 100px;
        font-size: 14px;
    }
    .vcg-carousel .text-16 {
        padding-right: 100px;
        font-size: 14px;
    }
    .courts-carousel-section {
        padding: 70px 0;
    }
    .intro-courts-box {
        padding: 48px 24px;
    }
    .intro-courts-section .cont {
        padding-top: 140px;
        padding-top: 80px;
        min-height: 1px;
    }
    .intro-courts-section .cont .title-64 {
        margin-bottom: 0 !important;
        padding-top: 20vh;
        padding-bottom: 20vh;
    }
    .intro-courts-box {
        margin-top: 0;
    }
    .courts-carousel-section {
        padding: 70px 0;
    }
    .very-custom-grid-section {
        padding: 114px 0 70px;
    }
    .vcg-top-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .vcg-top-left-image {
        width: calc(100% - 60px);
        padding-bottom: 56.58%;
    }
    .vcg-top-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-left: 0;
    }
    .vcg-top-left-image-width {
        width: calc(45% - 10px);
    }
    .vcg-top-right-image-width {
        width: calc(55% - 10px);
    }
    .vcg-bottom-left {
        padding-left: 0;
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .vcg-bottom-right {
        width: 100%;
        padding-left: 16%;
        margin-bottom: 20px;
    }
}


/* courts ends */


/* membership v2 starts */

.intro-fi-overview-section.v2 {
    padding-bottom: 140px;
}
.intro-fi-overview-section.v2 .intro-fi-overview-box {
    margin-top: -180px;
    margin-bottom: 144px;
}
.intro-fi-overview-section.v2 .intro-fi-overview-left {
    width: 72%;
}
.intro-fi-overview-section.v2 .intro-fi-overview-right {
    width: 28%;
}
.intro-fi-overview-section.v2 .intro-fi-overview-left-image {
    padding-bottom: 0;
    height: 100%;
}
.intro-fi-overview-section.v2 .intro-fi-overview-right-image-1 {
    padding-bottom: 81.2%;
}
.intro-fi-overview-section.v2 .intro-fi-overview-right-image-2-hold {
    padding-right: 0%;
}
.intro-fi-overview-section.v2 .intro-fi-overview-right-image-2 {
    padding-bottom: 85.26%;
}

.amenities-section {
    padding-top: 140px;
    padding-bottom: 196px;
    position: relative;
    overflow: hidden;
}

.amenities-section .section-top {
    max-width: 690px;
    margin-bottom: 64px;
}

.lifestyle-section {
    padding-bottom: 210px;
}

.lifestyle-section .section-top {
    max-width: 652px;
    margin: 0 auto 64px;
}

.wide-scaled-carousel-section {
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}
.wide-scaled-carousel-section .section-top {
    max-width: 792px;
    margin: 0 auto 72px;
}

.title-23 {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
}
.wide-scaled-carousel-section .section-top .text-16 {
    margin-top: 24px;
}
.wide-scaled-carousel-section .section-top .title-23 {
    margin-top: 24px;
}

.wide-scaled-carousel-section .tdc-2-carousel-item .title-32 {
    padding-right: 220px;
    opacity: 0;
    transform: translateY(20px);
    min-height: 58px;
    transition: 0.3s;
}
.wide-scaled-carousel-section .owl-item.active .tdc-2-carousel-item .title-32 {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s 0.3s;
}

.wide-scaled-carousel-section .cont.cont-sm {
    max-width: 1026px;
}
.wide-scaled-carousel-section .tdc-2-carousel-image {
    padding-bottom: 50.4%;
    margin-bottom: 40px;
    transform: scale(0.85);
}
.wide-scaled-carousel-section .owl-item.active .tdc-2-carousel-image {
    transform: scale(1);
}
.wide-scaled-carousel-section .tdc-2-carousel .owl-nav {
    padding-top: calc(50.4% + 40px);
}
.wide-scaled-carousel-section .has-nav button svg rect {
    fill: transparent;
}
.wide-scaled-carousel-section .has-nav button:hover svg rect {
    fill: #404040;
}

.tdc-wide-carousel .tdc-2-carousel-item a {
    pointer-events: none;
}

.tdc-wide-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.tdc-wide-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    pointer-events: none;
}

.tdc-wide-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 16px;
}

.tdc-wide-carousel.owl-carousel .owl-nav button.owl-prev, 
.tdc-wide-carousel.owl-carousel .owl-nav button.owl-next {
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tdc-wide-counter {
    position: absolute;
    bottom: 56px;
    right: 0px;
}

.counter-style {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.32px;
}

.lifestyle-section .uc-right {
    width: calc(30% - 12px);
    padding-left: 0;
} 
.lifestyle-section .uc-left {
    width: calc(70% + 12px);
    padding-right: 44px;
}

.lifestyle-section .uc-right-image {
    padding-bottom: 66.6667%;
    margin-bottom: 48px;
}

.lifestyle-section .uc-nav ul {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.lifestyle-section .ugrades-carousel-hold {
    margin-left: -120px;
    width: calc(100% + 120px);
}

.amenities-carousel-hold {
    max-width: 792px;
    position: relative;
}

.amenities-section .vcg-carousel-image {
    padding-bottom: 51.641%;
}

.amenities-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}


.amenities-carousel .title-32 {
    padding-right: 220px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}

.amenities-carousel .owl-item.active .title-32 {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s 0.3s;
}
.amenities-carousel .text-16 {
    padding-right: 220px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}

.amenities-carousel .owl-item.active .text-16 {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s 0.3s;
}
.amenities-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.amenities-carousel.owl-carousel .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.amenities-carousel.owl-carousel .owl-nav button.owl-prev {
    margin-right: 16px;
}

.amenities-counter  {
    position: absolute;
    bottom: 56px;
    right: 0px;
}

.amenities-carousel-counter-hold {
    position: relative;
}
.amenities-carousel-counter-hold:before {
    content: '';
    position: absolute;
    top: -1%;
    bottom: -1%;
    height: 102%;
    right: 100%;
    width: 100vw;
    background: rgb(231, 224, 212);
    z-index: 5;
}

.site-map-section-content-hold {
    max-width: 690px;
}
.site-map-section-content-hold .title-48 {
    color: #E7E0D4;
    color: #fff;
}
.site-map-section-content-hold .text-16 {
    color: #fff;
    opacity: 0.6;
    opacity: 0.8;
    margin-top: 24px;
}

.site-map-section-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    top: 120px;
}

.lifestyle-section .uc-nav {
    margin-bottom: 0;
}

.show-for-mob-only {
    display: none;
}

.wide-scaled-carousel-section .tdc-items-v2-carousel-hold {
    position: relative;
}

@media screen and (min-width: 1601px) {
    .amenities-carousel-hold {
        max-width: 960px;
    }
}

@media screen and (max-width: 1440px) {
    .amenities-section {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .lifestyle-section {
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 1199px) {
    .lifestyle-section .ugrades-carousel-hold {
        margin-left: -15px;
        width: calc(100% + 15px);
    }
    .lifestyle-section {
        padding-bottom: 120px;
    }
    .amenities-section {
        padding-top: 110px;
        padding-bottom: 120px;
    }
    .intro-fi-overview-section.v2 .intro-fi-overview-box {
        margin-top: -140px;
        margin-bottom: 100px;
    }
    .intro-fi-overview-section.v2 {
        padding-bottom: 120px;
    }
    .site-map-section-content {
        top: 80px;
    }
    .lifestyle-section .uc-right-image {
        margin-bottom: 32px;
    }
    .wide-scaled-carousel-section {
        padding: 120px 0;
    }    
}

@media screen and (max-width: 991px) {
    .lifestyle-section .ugrades-carousel-hold {
        margin-left: 0;
        width: 100%;
    }
    .wide-scaled-carousel-section {
        padding: 100px 0;
    }
    .lifestyle-section {
        padding-bottom: 100px;
    }
    .lifestyle-section .uc-left {
        padding-right: 20px;
    }
    .amenities-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .site-map-section-content {
        top: 60px;
    }
    .intro-fi-overview-section.v2 .intro-fi-overview-box {
        margin-bottom: 80px;
    }
    .intro-fi-overview-section.v2 {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .lifestyle-section .section-top {
        margin: 0 auto 32px;
    }
    .title-23 {
        font-size: 20px;
    }
    .wide-scaled-carousel-section .tdc-2-carousel-image {
        margin-bottom: 24px;
    }
    .tdc-wide-counter {
        bottom: 50px;
        right: 0;
    }
    .tdc-wide-carousel.owl-carousel .owl-nav button.owl-prev {
        margin-right: 8px;
    }
    .wide-scaled-carousel-section .tdc-2-carousel-item .title-32 {
        padding-right: 100px;
    }
    .wide-scaled-carousel-section .section-top {
        margin: 0 auto 48px;
    }
    .wide-scaled-carousel-section {
        padding: 80px 0;
    }
    .lifestyle-section .uc-right {
        width: 100%;
    }
    .lifestyle-section .uc-left {
        padding-right: 0;
        width: 100%;
    }
    .amenities-counter {
        bottom: 50px;
        right: 0;
    }
    .amenities-carousel .title-32 {
        padding-right: 100px;
    }
    .amenities-carousel .text-16 {
        padding-right: 100px;
    }
    .amenities-carousel.owl-carousel .owl-nav button.owl-prev {
        margin-right: 8px;
    }
    .amenities-section .section-top {
        margin-bottom: 32px;
    }
    .amenities-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .site-map-section-content {
        display: none;
    }
    .location-map-section .section-top {
        margin-bottom: 32px;
    }
    .location-map-section .section-top .text-16 {
        margin-top: 20px;
    }
    .show-for-mob-only {
        display: block;
    }
    .intro-fi-overview-section.v2 {
        padding-bottom: 80px;
    }
    .intro-fi-overview-section.v2 .intro-fi-overview-right-image-2-hold {
        padding-right: 26%;
    }
    .intro-fi-overview-section.v2 .intro-fi-overview-right {
        width: 100%;
    }
    .intro-fi-overview-section.v2 .intro-fi-overview-left-image {
        padding-bottom: 71.579%;
    }
    .intro-fi-overview-section.v2 .intro-fi-overview-box {
        margin-top: -100px;
        margin-bottom: 60px;
    }
    .intro-fi-overview-section.v2 .intro-fi-overview-left {
        width: 100%;
    }
    .site-map-section-image:before,
    .site-map-section-image:after {
        display: none;
    }

}

/* membership v2 ends */


/* new nav starts  */

.logged-in .uwy.userway_p1 {
    display: none !important;
}

.mob-nav-hold {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 670px;
    background: #E7E0D4;
    z-index: 5500;
    padding: 40px 15px 40px 80px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    /* transform: translateX(100%); */
    transition: 0.3s;
    
}
.mob-nav-hold.active {
    /* transform: translateX(0); */
    opacity: 1;
    visibility: visible;
}

.mob-nav-hold-trigger {
    margin-bottom: 38px;
    padding-right: calc(100vw * 0.039 - 15px);
}
.mob-nav-hold-trigger:after {
    content: '';
    display: block;
    clear: both;
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 32px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #fff;
}
.mob-nav-hold-trigger .hamburger-inner,
.mob-nav-hold-trigger .hamburger-inner:after,
.mob-nav-hold-trigger .hamburger-inner:before {
    background-color: #404040 !important;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.new-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.new-nav-wrapper .main-navigation ul li:not(:last-child) {
    margin-right: 32px;
}
.new-nav-wrapper .main-navigation ul li a {
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}
.new-nav-wrapper .main-navigation ul li a:after {
    bottom: 2px !important;
}

.nav-trigger {
    margin-left: 40px;
}

.mob-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
}
.mob-nav ul li:not(:last-child) {
    margin-bottom: 30px;
}
.mob-nav ul li a {
    font-family: "Graphik" !important;
    text-transform: uppercase;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: 0 0 10px;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
    position: relative;
    color: #404040;
    cursor: pointer;
}
.mob-nav ul li a:after {
    content: "";
    width: 0;
    background-color: #404040;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mob-nav ul li a:hover:after {
    width: 100%;
}

#inquire-form {
    background: #E7E0D4 !important;
}
#inquire-form form input[type="text"],
#inquire-form form input[type="email"],
#inquire-form form input[type="tel"],
#inquire-form form textarea {
    background: transparent !important;
}

.mob-nav-logo {
    display: none;
    position: absolute;
    left: 15px;
    top: 13px;
}

#inquire-form[style="display: block;"] {
    z-index: 5600;
}

header .site-branding {
    padding-left: 0;
    padding-right: 0;
    height: 100px;
}
header .site-branding.sticky {
    height: 80px;
}
header .row {
    max-width: 100%;
    padding-left: calc(3.9% - 15px);
    padding-right: calc(3.9% - 15px);
    margin-left: auto;
    margin-right: auto;
}

.site-branding a.white-logo img, 
.site-branding a.dark-logo img {
    transition: top 0.3s;
}

.site-branding a.white-logo img, 
.logo-dark .site-branding a.dark-logo img {
    top: 13px;
}
header .site-branding.sticky a.dark-logo img {
    top: 5px;
}

.intro-fi-overview-section.intro-courts-overview-section {
    padding-bottom: 0;
}
.intro-fi-overview-section.intro-courts-overview-section .intro-fi-overview-box {
    margin-bottom: 0;
}


@media (max-height: 600px) and (min-width: 1024px) {
    .mob-nav ul li:not(:last-child) {
        margin-bottom: 24px;
    }
    .mob-nav-hold-trigger {
        margin-bottom: 24px;
    }
}

@media (max-width: 1460px) {
    /* header .row {
        padding-left: calc((100vw - 1230px - 20px) / 2);
        padding-right: calc((100vw - 1230px - 20px) / 2);
    }
    .mob-nav-hold-trigger {
        padding-right: calc((100vw - 1230px - 20px) / 2);
    } */
}

@media (max-width: 1240px) {
    /* header .row {
        padding-left: 60px;
        padding-right: 60px;
    }
    .mob-nav-hold-trigger {
        padding-right: 60px;
    } */
}

@media (max-width: 1023px) {
    /* header .row {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mob-nav-hold-trigger {
        padding-right: 0;
    } */
    .new-nav-wrapper .main-navigation ul li:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 739px) {
    header .row {
        padding-left: 3.9%;
        padding-right: 3.9%;
    }
    .mob-nav-hold-trigger {
        padding-right: calc(100vw * 0.039);
    }
    header .site-branding {
        height: 80px;
    }
    .site-branding a.white-logo img, 
    .logo-dark .site-branding a.dark-logo img {
        top: 18px;
        transition: top 0.3s;
    }
    header .site-branding.sticky a.dark-logo img {
        top: 18px;
    }
    .mob-nav-logo {
        display: block;
    }
    .mob-nav ul li:not(:last-child) {
        margin-bottom: 24px;
    }
    .mob-nav-hold {
        padding: 30px 15px 20px 20px;
        max-width: 100%;
    }
    .mob-nav ul li a {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 1.8px;
        padding: 0 0 7px;
    }
    .site-logo {
        width: 82px;
    }
    .site-branding a.white-logo img, .site-branding.sticky a.dark-logo img, 
    .logo-dark .site-branding a.dark-logo img {
        top: 18px;
    }
    .mob-nav-hold-trigger {
        margin-bottom: 50px;
    }
}

/* new nav ends */