:root {
    --color-w: #fff;
    --color-b: #000;
    --color-b-2: #010203;
    --color-gray: #949494;
    --font-main: 'Inter Regular', sans-serif;
    --font-title: 'Nuovo Deco', sans-serif;
    --font-head: 'Neue Montreal', sans-serif;
    --font-fractul: 'Fractul Alt Regular', sans-serif;
    --body-font-size: 16px;
    --max-width: 1680px;
    --max-width-pad: 7rem;
}

a {
    text-decoration: none;
    display: inline-block;
}


html,
body {
    overflow-x: hidden;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}



body {
    font-size: var(--body-font-size);
    font-family: var(--font-head);
    max-width: unset;
    color: var(--color-w);
}

.container {
    width: 100%;
    padding-right: 50px;
    margin: 0 auto;
    padding-left: 50px;
    height: unset;
}

.con-m--width {
    max-width: 1550px;
}

/* Misc */



.gap--1 {
    gap: 1rem;
}

.gap--2 {
    gap: 2rem;
}

.gap--3 {
    gap: 3rem;
}

.gap--4 {
    gap: 4rem;
}

.gap--5 {
    gap: 5rem;
}

.gap--6 {
    gap: 6rem;
}

.gap--7 {
    gap: 7rem;
}

.gap--8 {
    gap: 8rem;
}

.gap--9 {
    gap: 9rem;
}

.gap--10 {
    gap: 10rem;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
}

span {
    line-height: inherit;
}

p:last-of-type {
    margin-bottom: 0;
}

h1 {
    font-size: 5rem;
    margin: 0;
    font-weight: 400;
    line-height: 100%;
    font-family: var(--font-title) !important;
}

.home h1 {
    font-size: 6rem;
    margin: 0;
    font-weight: 400;
    line-height: 100%;
    font-family: var(--font-title) !important;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 400;
}

h3 {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 400;
}

h4 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
}

h5 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
}

h6 {
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 3.8rem;
        margin: 0;
    }

    h2 {
        font-size: 32px;
        line-height: 1.4;
    }

    h3 {
        font-size: 30px;
        line-height: 1.3;
    }

    h4 {
        font-size: 25px;
        line-height: 1.3;
    }

    h5 {
        font-size: 22px;
        line-height: 1.3
    }

    h6 {
        font-size: 20px;
    }

    .container {
        padding-right: 25px;
        padding-left: 25px;

    }
}

.black-bg {
    background: var(--color-b);
}

.get-tickets--button a,
.info-button a {
    padding: 12px 32px;
    border-radius: 24px;
    -ms-border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border: 1px solid;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--font-helvetica);
    line-height: 13px;
    letter-spacing: 1px;
}

.get-tickets--button.primary--btn a,
.primary--btn button {
    background-color: var(--color-w);
    border-color: var(--color-w);
    color: var(--color-b);
}

.get-tickets--button.primary--btn a:hover,
.primary--btn button:hover {
    background-color: var(--color-b);
    border-color: var(--color-w);
    color: var(--color-w);
}

.info-button.trans--btn a {
    background-color: transparent;
    border-color: var(--color-w);
    color: var(--color-w);

}

.info-button.trans--btn a:hover {
    background-color: var(--color-w);
    border-color: var(--color-w);
    color: var(--color-b);
}

section {
    padding: 8rem 0;
}

.dp--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}

.margin--auto {
    margin: auto;
}

.pt--0 {
    padding-top: 0 !important;
}

.pb--0 {
    padding-bottom: 0 !important;
}

.pb--12px {
    padding-bottom: 12px;
}

.pb--16px {
    padding-bottom: 16px;
}

.pb--24px {
    padding-bottom: 24px;
}

.pb--28px {
    padding-bottom: 28px;
}

.pb--32px {
    padding-bottom: 32px;
}

.pb--36px {
    padding-bottom: 36px;
}

.pt--36px {
    padding-top: 36px;
}

.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col---1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col---2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col---3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col---4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col---5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col---6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col---7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col---8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col---9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col---10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col---11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col---12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

img {
    width: auto;
}

.width--full img {
    width: 100%;
}

.has--height img {
    height: 100%;
}

.content-button input,
.content-button a,
.form-submit input,
.primary--btn .wo-see-more--btn {
    padding: 20px 24px;
    transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    border: 1px solid;
    font-size: 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-head);
}

.primary--btn a,
.form-submit input {
    background-color: var(--color-w);
    border-color: var(--color-w);
    color: var(--color-b);
}

.primary--btn a:hover,
.form-submit input:hover {
    background-color: var(--color-b);
    border-color: var(--color-w);
    color: var(--color-w);
}



.trans--btn a {
    background-color: transparent;
    border-color: var(--color-w);
    color: var(--color-w);
}

.trans--btn a:hover {
    background-color: var(--color-w);
    border-color: var(--color-w);
    color: var(--color-b);
}

.primary--btn-yellow a {
    background-color: var(--color-b);
    border-color: var(--color-b);
    color: var(--color-b);
}

.primary--btn-yellow a:hover {
    background-color: var(--color-w);
    border-color: var(--color-b);
    color: var(--color-b);
}

.black--btn a {
    background-color: #06152199;
    border-color: var(--color-w);
    color: var(--color-w);
}

.black--btn a:hover {
    background-color: var(--color-w);
    border-color: var(--color-w);
    color: var(--color-b);
}

.black--bg {
    background: var(--color-b-2);
}

.p--absolute img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.p--relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.p-relative__image {
    position: relative;
    padding-top: 56%;
    height: 100%;
    width: 100%;
}

.po-relative--image__square {
    position: relative;
    padding-top: 80%;
}

.h--100vh {
    height: 100vh;
}


@media screen and (max-width: 560px) {
    .content--button {
        width: 100%;
    }

    .content--button a {
        width: 100%;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -o-flex;
        display: flex;
    }
}


.header-menu {
    position: relative;
    z-index: 1001;
    cursor: pointer;
}

.mega-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 50vh;
    background: var(--color-b-2);
    color: #fff;
    z-index: 1000;

    display: flex;
    align-items: center;

    transition: left .45s ease;
}

.mega-menu.active {
    left: 0;
}

.mega-menu-inner {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 80px;

    display: flex;
    justify-content: center;
    gap: 80px;
}

.column {
    display: flex;
    flex-direction: column;
}

.column h2 {
    font-size: 22px;
    margin-bottom: 12px;
    margin-top: 12px;
    opacity: .8;
}

.column a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    margin: 12px 0;
    transition: .3s;
    opacity: .8;
}

.column a:hover {
    opacity: .6;
}

.mega-menu-inner ul li {
    list-style-type: none;
}

/* Header  */
.header-section {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 999;
}

.header-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-right {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

/* Hero Banner */
.hero-banner {
    position: relative;
    height: 100%;
}

.hero-banner .bottom-contents {
    width: 100%;
    padding-top: 4rem;
}

.hero-banner .background-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    background-position: center;
}

.hero-banner .background-image::before,
.hero-banner .content-bg--wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 66.7%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 38.77%, #000000 100%);
    z-index: 1;

}

.hero-banner .container {
    height: 100%;
}

.hero-banner .content--wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 2;
    padding-top: 12rem;
}

.hero-banner .content-title h1 {
    font-size: 8em;
    font-weight: 400;
}

.home .hero-banner .content-title h1 {
    font-size: 8em;
    font-weight: 400;
}

.hero-banner .upper-title {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.hero-banner .sub-text p {
    font-size: 20px;
    color: var(--color-gray);
    font-weight: 400;
}

.hero-banner .content-text a {
    font-size: 24px;
    color: var(--color-w);
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedule-contents {
    position: relative;
    z-index: 2;
    gap: 8rem;
}

.event-location,
.event-schedule-date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date--wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-title span {
    font-size: 18px;
}

.event-location span,
.date--wrapper span {
    font-size: 18px;
    color: var(--color-gray);
    font-weight: 400;
}

/* Regular Content */
.regular-content {
    position: relative;
    height: 100%;
}

.regular-content .background-image img,
.form-section .background-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
}

.regular-content .content-title h2 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -3%;
    font-weight: 500;
    color: var(--color-w);
}

.regular-content .content-sub--title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #b5b5b5;
}

@media screen and (max-width: 1300px) {
    .schedule-contents {
        gap: 5rem;
    }
}

@media screen and (max-width: 1200px) {
    .schedule-contents {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .schedule-contents {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .schedule-contents {
        display: block;
    }

    .schedule--each {
        margin: 0 10px;
    }

    .schedule-contents .slick-list {
        margin: 0 -10px;
    }
}

/* Events Section  */

.upcoming-events--each {
    position: relative;
    height: 660px;
    overflow: hidden;
    background: #000;
}

.upcoming-events--each .background-image,
.upcoming-events--each .background-image img {
    width: 100%;
    height: 100%;
}

.upcoming-events--each .background-image img {
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.upcoming-events--each:hover .background-image img {
    transform: scale(1);
}

.upcoming-events--each::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.95) 5%,
            rgba(0, 0, 0, 0.45) 45%,
            rgba(0, 0, 0, 0.15) 100%);
    z-index: 1;
}

.uee-contents {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}

.top-content {
    display: flex;
    gap: 15px;
    align-items: center;
}

.uee-date span,
.uee-time span {
    font-size: 42px;
    font-weight: 500;
    font-family: var(--font-head);
    line-height: 100%;

}

.uee-date span {
    color: var(--color-w);
}

.uee-time span {
    color: #949494;
}

.bottom-content {
    display: flex;
    flex-direction: column;
}

.uee-location span {
    font-size: 20px;
    color: #C0C0C0;
    font-weight: 400;
    font-family: var(--font-head);
}

.uee-event-name {
    max-width: 350px;
}

.uee-event-name span, .wo-card--title span {
    font-size: 28px;
    line-height: 120%;
    font-weight: bold;
    color: var(--color-w);
    font-family: var(--font-head);
    text-transform: uppercase;
}

.uee-venue span {
    display: inline-block;
    padding: 5px 10px;
    background: #E19C60;
    border-radius: 3px;
    font-size: 12px;
    text-transform: capitalize;
    font-family: var(--font-head);
}

.repeater--contents .slick-slide {
    padding: 0 12px;
}

.repeater--contents .slick-list {
    margin: 0 -12px;
}

/* footer */
.footer-logo img {
    width: 260px;
    height: 90px;
    object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
}

.footer-contents ul li {
    list-style-type: none;
}

.footer-contents ul li a {
    font-size: 1.2em;
    color: #949494;
    font-family: var(--font-head);
    font-weight: 400;
    line-height: 100%;
}

.footer-contents ul li:not(:last-child) {
    padding-bottom: 2rem;
}










.newsletter-form {
    width: 100%;
}

.newsletter-form p {
    display: flex;
    margin: 0;
}

.newsletter-form input[type="email"] {
    flex: 1 1 250px;
    min-width: 0;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid grey;
    border-right: none;
    color: var(--color-w);
}

.newsletter-form input[type="submit"] {
    flex: 0 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .text-with-image.type--2 .content-wrapper {
        padding: 0 60px !important;
    }
}

/* Mobile stacking */
@media (max-width: 480px) {
    .newsletter-form p {
        flex-direction: column;
    }

    .newsletter-form input[type="submit"] {
        width: 100%;
    }
}

.footer .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {

    padding-top: 1rem !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    background: var(--color-w) !important;
    padding: 5px 12px;
    margin-bottom: 5px;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1em 1em !important;
    margin: 0 !important;
}

.footer-right .wpcf7 form .wpcf7-response-output {
    margin-top: 2rem !important;
    font-size: 14px !important;
    width: 327px;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background: #d1d1d1;
}

.custom-form>p,
.newsletter-form>p {
    position: relative !important;
}

.newsletter-form .wpcf7-spinner {
    left: unset !important;
    right: 20px !important;
}

.menu-form .menu-title span,
.footer--bottom .privacy a,
.footer--bottom .copyright span {
    font-size: 20px;
    color: #949494;
    font-family: var(--font-head);
    font-weight: 400;
}

.footer--bottom {
    border-top: 1px solid #FFFFFF1A;
    padding-top: 2rem;

}

.newsletter-form input[type="email"]:focus-visible {
    outline: none;
}

.regular-content .content-image--wrapper {
    height: 100%;
    position: relative;
    margin-right: calc((100vw - 100%) / -2);
}

.page-id-121 .regular-content .content-image--wrapper,
.no--overflow.regular-content .content-image--wrapper {
    height: 100%;
    position: relative;
    margin-right: 0;
}

.regular-content .content-image--wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.regular-content .text--wrapper {
    height: 100%;
    padding: 10rem 0;
}

@media screen and (max-width: 991px) {
    .grid-boxes .boxes-contents {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .regular-content .content-sub-title--wrapper.pb--10 {
        padding-bottom: 2rem;
    }

    .regular-content .text--wrapper {
        padding: 0;
    }

    .regular-content .content-inner {
        grid-template-columns: 1fr;
    }

    .regular-content .content-image--wrapper {
        margin-left: calc((100vw - 100%) / -2);
        order: 1;
        padding-top: 100%;
    }

    .regular-content.type--2 .content-image--wrapper {
        margin-right: calc((100vw - 100%) / -2);
        order: 1;
        padding-top: 100%;
    }

    .regular-content .text--wrapper {
        order: 2;
    }

    .hero-banner .content-title h1 {
        font-size: 80px;
    }

    .hero-banner.type--2 .content-title h1 {
        font-size: 80px !important;
    }

    .hero-banner .upper-title {
        justify-content: flex-start;
        padding-left: 3rem;
    }

    .hero-banner .bottom-contents {
        grid-template-columns: 1fr;
        width: 100%;
        padding-top: 2rem;
    }

    .hero-banner .content-text {
        max-width: 300px;
    }
}

@media screen and (max-width: 499px) {

    .hero-banner.type--2 .content-title h1,
    .hero-banner .content-title h1 {
        font-size: 68px !important;
    }
}

.events-section .content-button--wrapper.mobile--view {
    display: none;
}

@media screen and (max-width: 767px) {
    .grid-boxes .boxes-contents.grid {
        grid-template-columns: 1fr !important;
    }

    .events-section .content-button--wrapper.mobile--view {
        display: block;
        text-align: center;
        padding-top: 4rem;
    }

    .events-section .content--wrapper {
        align-items: center;
        justify-content: center;
    }

    .events-section .content--wrapper .content-button--wrapper {
        display: none;
    }

    .regular-content .content-title h2 {
        font-size: 32px;
    }

    .regular-content .content-sub--title span {
        font-size: 14px;
    }

    .regular-content .content-text p {
        color: #949494;
        font-size: 20px;
    }

    .regular-content .content-button--wrapper.pt--10 {
        padding-top: 4rem;
        display: none;
    }

    .regular-content .content-text {
        border-bottom: 1px solid #FFFFFF1A;
        padding-bottom: 4rem;

    }

    .events-section .repeater--contents.pt--8 {
        padding-top: 4rem;
    }

    .uee-date span,
    .uee-time span, .uee-event-name span {
        font-size: 28px;
    }

    .uee-location span,
    .content-button input,
    .content-button a {
        font-size: 14px;
    }

    .uee-event-name.pt--2,
    .uee-venue.pt--3 {
        padding-top: 1rem;
    }

    .uee-buttons.flex.flex-align--center.gap--2.pt--4 {
        padding-top: 2rem;
        flex-wrap: wrap;
    }

    .top-content {
        flex-wrap: wrap;
    }

    .upcoming-events--each {
        height: 450px;
    }

    .footer-section .main-content,
    .footer-section .footer-contents {
        grid-template-columns: 1fr;
    }

    .footer-section .footer-contents {
        gap: 4rem;
    }

    .footer--bottom {
        flex-direction: column;
        gap: 2rem;
    }
}

.footer-section {
    padding-top: 8rem;
}

.flex-end--text .bottom-contents {
    align-items: flex-end !important;
}

.custom-text--color .content-sub--title span {
    color: #E19C60;
}

.custom-text--color .content-sub-title--wrapper {
    padding-bottom: 2rem !important;
}

.custom-text--color .content-text p {
    color: #b5b5b5;
}


/* Blurbs Content  */
.blurbs-content .content-title span {
    font-size: 32px;
    color: var(--color-w);
}

.blurbs-content .content-text p {
    color: #b5b5b5;
}

.blurbs-content .content-repeater--wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    align-items: stretch;
}

.blurbs-content .blurbs-each {
    border: 1px solid #FFFFFF1A;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

/* Tablet */
@media (max-width: 1024px) {
    .blurbs-content .content-repeater--wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mega-menu-inner {
        padding: 0 20px;
        gap: 20px;
    }

    .full-image .content--image {
        padding-top: 50%;
    }

    .blurbs-content .content--icon__wrapper {
        padding-bottom: 2rem !important;
    }

    .blurbs-content .content-title span {
        font-size: 24px;
    }

    .blurbs-content .content-repeater--wrapper {
        grid-template-columns: 1fr;
    }
}





.our-team .content-wrapper {
    max-width: 720px;
    margin: 0 auto 85px;
}

.our-team .content-sub--title span,
.slider-section .content-sub--title span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0%;
    color: #E19C60;
}

.our-team .content-title h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -3%;
    color: #fff;
}

.our-team .content-text {
    max-width: 520px;
    margin: auto;
}

.our-team .content-text p {

    font-size: 20px;
    line-height: 100%;
    color: #b5b5b5;
}

/*---------------------------------
Cards
---------------------------------*/

.our-team .content-repeater--wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.our-team .blurbs-each {
    width: 100%;
}

/*---------------------------------
Image
---------------------------------*/

.our-team .content--icon__wrapper {
    padding-bottom: 26px;
    width: 100%;
}

.our-team .content--icon {
    position: relative;
    overflow: hidden;
    background: #111;
    aspect-ratio: 0.84;
}

.our-team .content--icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .45s ease;
}

.our-team .blurbs-each:hover img {
    transform: scale(1.06);
}

/*---------------------------------
Name
---------------------------------*/

.our-team .content-name span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}



.our-team .content-position span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #E19C60;
}

/*---------------------------------
Responsive
---------------------------------*/

@media(max-width:1200px) {



    .our-team .content-title h3 {
        font-size: 48px;
    }

    .our-team .content-name span {
        font-size: 28px;
    }

}

@media(max-width:991px) {

    .our-team {
        padding: 90px 0;
    }

    .our-team .content-wrapper {
        margin-bottom: 60px;
    }

    .our-team .content-title h3 {
        font-size: 40px;
    }

    .our-team .content-text p {
        font-size: 17px;
    }

    .our-team .content-repeater--wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .our-team .content-name span {
        font-size: 24px;
    }

    .our-team .content-position span {
        font-size: 16px;
    }

}

@media(max-width:767px) {

    .our-team {
        padding: 70px 0;
    }

    .our-team .content-wrapper {
        margin-bottom: 45px;
    }

    .our-team .content-sub-title span {
        font-size: 12px;
    }

    .our-team .content-title h3 {
        font-size: 32px;
        line-height: 1.15;
    }

    .our-team .content-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .our-team .content-repeater--wrapper {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .our-team .content--icon {
        aspect-ratio: 0.82;
    }

    .our-team .content-name span {
        font-size: 24px;
    }

}

/* Full Image  */
.full-image .content--image {
    position: relative;
    padding-top: 30%;
}

.full-image .content--image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
}

.full-image .content--each .content-title span {
    font-size: 42px;
    color: #fff;
}

.full-image .content--each .content-text p {
    font-size: 20px;
    color: #b5b5b5;
}










/* ==========================================
   SPACES SLIDER
========================================== */
.content-repeater--wrapper.spaces-slider.js-spaces-slider.slick-initialized.slick-slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    left: 0;
    z-index: 1;
    transform: translateX(-100%);
}

.spaces-slider {
    width: 100%;
    overflow: unset !important;
}

.slider-section .content-wrapper {
    position: relative;
    z-index: 11;
}

.spaces-slider .slick-list {
    overflow: unset !important;
}

.slider-section .grid-wrapper {
    grid-template-columns: 30% 70%;
}

.spaces-slider .slick-track {
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    overflow: unset !important;
}

.spaces-slider .slick-slide {
    margin: 0 12px;
    height: inherit !important;
}

.spaces-slider .slick-slide>div {
    height: 100%;
    width: 100%;
}

.spaces-slider .blurbs-each {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.spaces-slider .content--image {
    overflow: hidden;
}

.spaces-slider .content--image img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    display: block;
}

.spaces-slider .content-text--wrapper {
    margin-top: 18px;
}

.spaces-slider .content-text span {
    color: #fff;
    font-size: 22px;
}

@media(max-width:991px) {

    .spaces-slider .content--image img {
        height: 360px;
    }

    .slider-section .grid-wrapper {
        display: flex;
        flex-direction: column
    }

}

@media(max-width:767px) {


    .spaces-slider .content--image img {
        height: 280px;
    }

    .spaces-slider .content-text span {
        font-size: 18px;
    }

}

.spaces-slider .blurbs-each .content-text--wrapper {
    width: 100%;
}




/* ===========================
   HERO CTA
=========================== */

.cta-section {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    align-items: center;
    isolation: isolate;
}

.cta-section .background-image {
    position: absolute;
    inset: 0;
    z-index: -3;
}

.cta-section .background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* dark overlay */
.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .92) 0%,
            rgba(0, 0, 0, .80) 28%,
            rgba(0, 0, 0, .55) 48%,
            rgba(0, 0, 0, .18) 70%,
            rgba(0, 0, 0, 0) 100%);
    z-index: -2;
}

/* subtle bottom fade */
.cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, .05),
            rgba(0, 0, 0, .25));
    z-index: -1;
}

.cta-section .container {
    width: 100%;
}

.cta-section .content--wrapper {
    min-height: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.cta-section .content-title {
    max-width: 800px;
}

.cta-section .content-title h3 {
    margin: 0;
    color: #FAFAFA;
    font-size: 42px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -2%;
}

.cta-section .content-button {
    flex-shrink: 0;
}

.cta-section .content-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    background: #fff;
    color: #000;

    text-decoration: none;
    text-transform: uppercase;

    padding: 18px 34px;

    font-size: 15px;
    font-weight: 600;
    letter-spacing: .05em;

    transition: .3s ease;
}

.cta-section .content-button a svg {
    width: 18px;
    height: 18px;
    transition: .35s;
}

.cta-section .content-button a:hover {
    background: #f5f5f5;
}

.cta-section .content-button a:hover svg {
    transform: translateX(5px);
}




@media (max-width:991px) {

    .cta-section {
        min-height: 320px;
    }

    .cta-section .content--wrapper {
        min-height: 320px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 35px;
        padding: 45px 0;
    }

    .cta-section .content-title {
        max-width: 100%;
    }

    .cta-section .content-title h3 {
        font-size: 30px;
        line-height: 1.15;
    }


}

@media (max-width:767px) {
    section {
        padding: 4rem 0 !important;
    }

    .full-image .content-repeater--wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .full-image .content--each .content-title span {
        font-size: 32px;
    }

    .full-image .content--each .content-text p {
        font-size: 16px;
    }

    .cta-section {
        min-height: 300px;
    }

    .cta-section::before {

        background:
            linear-gradient(180deg,
                rgba(0, 0, 0, .82) 0%,
                rgba(0, 0, 0, .60) 60%,
                rgba(0, 0, 0, .30) 100%);

    }

    .cta-section .content--wrapper {
        min-height: 300x;
        gap: 25px;
        padding: 35px 0;
    }

    .cta-section .content-title h3 {
        font-size: 30px;
        line-height: 1.2;
    }

    .cta-section .content-button {
        width: 100%;
    }

    .cta-section .content-button a {
        width: 100%;
        justify-content: center;
        padding: 16px 25px;
        font-size: 14px;
    }

}


/* spacing between slides */
.repeater--contents .slick-slide {
    padding: 0 15px;
}

.repeater--contents .slick-list {
    margin: 0 -15px;
}

.repeater--contents .slick-track {
    display: flex !important;
}



/* arrows */
.repeater--contents .slick-prev,
.repeater--contents .slick-next {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    z-index: 10;
    transition: .3s;
}

.repeater--contents .slick-prev:hover,
.repeater--contents .slick-next:hover {
    background: #d3b14a;
}

.repeater--contents .slick-prev {
    left: -60px;
}

.repeater--contents .slick-next {
    right: -60px;
}

.repeater--contents .slick-prev:before,
.repeater--contents .slick-next:before {
    color: #000;
    font-size: 22px;
    opacity: 1;
}

/* Tablet */
@media(max-width:1199px) {

    .repeater--contents .slick-prev {
        left: -20px;
    }

    .repeater--contents .slick-next {
        right: -20px;
    }

}

/* Mobile */
@media(max-width:767px) {

    .repeater--contents .slick-slide {
        padding: 0 8px;
    }

    .repeater--contents .slick-list {
        margin: 0 -8px;
    }

    .repeater--contents .slick-prev,
    .repeater--contents .slick-next {
        display: none !important;
    }

}


.lower-content .content--wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 10rem 0;
}

.content-text p {
    color: #949494;
}

.lower-content .content-text {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.lower-content .content-title h2 {
    font-size: 62px;
    font-weight: 300;
    font-family: var(--font-inter--thin);
}

.form-title h3 {
    font-family: var(--font-inter--thin);
    font-size: 62px;
    color: #FFFFFFB2;

}

.form-text p {
    font-size: 16px;
    color: #FFFFFFB2;
}

.fbw-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.form-submit p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}

.form-email input {
    width: 200px;
    font-size: 12px;
    text-align: left;
    padding: 12px 25px;
}

.form-submit>p {
    position: relative !important;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background: #d1d1d1;
}

.form-submit .wpcf7-spinner {
    left: unset !important;
    right: 20px !important;
}

.form--shortcode .wpcf7 form .wpcf7-response-output {
    position: absolute;
}

.form-email .wpcf7-not-valid-tip {
    position: absolute;
    top: 30px;
}

.form--shortcode .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}


.form--footer,
.inner-title {
    position: relative;
    height: 100%;
    background: var(--color-b);
}

.inner-title .content-title h2 {
    font-size: 64px;
    font-family: var(--font-helvetica);
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
}

.inner-title .subtitle--wrapper span {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--font-helvetica);
    color: var(--color-w);

}

.inner-title .content-description p {
    font-size: 16px;
    color: #CCCCCC;
    font-family: var(--font-helvetica);
    letter-spacing: 0px;
}

.about-event--section {
    position: relative;
    background: var(--color-w);
    height: 100%;
}

.about-event--section .content-sub--title span {
    font-size: 16px;
    color: #2F2F2F80;
    font-family: var(--font-helvetica);
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 400;
}

.about-event--section .content-description--about-event span,
.about-event--section .content-description--about-event p {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: var(--font-helvetica);
    font-weight: 700;
}

.about-event--section .content-description--about-event p {
    color: #2F2F2F40;
}

.about-event--section .content-description--about-event span {
    color: #2F2F2F;
}

.bottom-contents .event--label span {
    font-size: 16px;
    color: var(--color-b);
    font-family: var(--font-helvetica);
    font-weight: 700;
}

.bottom-contents .event-text span {
    font-size: 16px;
    color: var(--color-b);
    font-family: var(--font-helvetica);


}

.bottom-contents .event-text {
    padding-top: 1rem;
}

.bottom-contents .content-sub-title--wrapper {
    border-bottom: 1px solid #00000040;
}

.lower-content {
    position: relative;
    height: 100%;
}

.lower-content .background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lower-content .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1300px) {
    .events--wrapper .mid-part {
        gap: 4rem;
    }
}

@media screen and (max-width: 991px) {
    .events-section .ew-inner {
        flex-direction: column;
        gap: 2rem;
    }

    .events--wrapper .left-part,
    .events--wrapper .mid-part {
        display: flex;
        text-align: center;
        justify-content: center !important;
        flex: 0 0 100% !important;
        flex-wrap: wrap;
        gap: 4rem !important;
    }

    .events--wrapper .right-part {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .bottom-contents .event--info {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }

    .form--footer .content-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .inner-title .grid--wrapper {
        grid-template-columns: 1fr;
        gap: 4rem !important;
    }

    .inner-title .subtitle--wrapper {
        padding-top: 4rem !important;
    }

    .inner-title .content-title h2,
    .lower-content .content-title h2,
    .form-title h3,
    .contact-section .content-title h2 {
        font-size: 40px !important;
    }

    .inner-title .subtitle--wrapper span {
        font-size: 24px;
    }

    .bottom-contents .event--info {
        grid-template-columns: repeat(3, 1fr);
    }

    .lower-content .content--wrapper {
        padding: 5rem 0;
    }

    .about-event--section .content-description--about-event span, .about-event--section .content-description--about-event p {
        font-size: 24px;
    }

}

@media screen and (max-width: 500px) {
    .bottom-contents .event--info {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Hero Banner */
.events-single--page .hero-banner {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

/* BACKGROUND LAYER */
.events-single--page .hero-banner .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.events-single--page .hero-banner .background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.events-single--page .hero-banner .container {
    height: 100%;
}

.events-single--page .hero-banner .content--wrapper {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.events-single--page .hero-banner .content-title h2,
.events-single--page .hero-banner .content-text p {
    color: var(--color-w);
}

.events-single--page .hero-banner .content-text p {
    font-size: 26px;
    font-family: var(--font-inter);
    font-weight: 600;
}

.events-single--page .hero-banner .content-title h2 {
    font-family: var(--font-inter);
    font-weight: 400;
}

.events-single--page .hero-banner .scroll-section {
    font-size: 18px;
    font-family: var(--font-inter);
    color: var(--color-w);
}

.events-single--page .hero-banner.image-has--space .background-image {
    position: fixed;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: var(--max-width) !important;
    height: 100% !important;

    overflow: hidden;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.events-single--page .hero-banner.image-has--space .background-image img {
    padding-top: 150px;
}

.events-single--page .hero-banner .container {
    position: relative;
    z-index: 3;
}


.background-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.background-media .bg-image,
.background-media .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.background-media .bg-image {
    z-index: 1;
}

.background-media .bg-video {
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .events-single--page .hero-banner.image-has--space .background-image {
        height: auto !important;
    }

    .events-single--page .hero-banner.image-has--space {
        height: 50vh;
    }

    .header-section .main-content {
        gap: 30px;
    }



    .events-single--page .hero-banner.image-has--space .background-image img {
        padding-top: 100px !important;
    }

    .has-pad-t--150 {
        padding-top: 100px !important;
    }

    .image-has-f-width--mobile .content--image {
        width: 100% !important;
    }


    .events-single--page .hero-banner .content-title h2 {
        font-weight: 600;
    }

    .events-single--page .hero-banner .content-inner {
        grid-template-columns: 80% auto;
        gap: 10px;
    }
}

@media screen and (max-width: 500px) {
    .events-single--page .hero-banner .content-inner {
        grid-template-columns: 100%;
    }
}


/* Hero Banner */
.hero-banner--archive {
    position: relative;
    height: 62vh;
    overflow: hidden;
}

/* BACKGROUND LAYER */
.hero-banner--archive .background-image,
.events-section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner--archive .background-image img,
.events-section .background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-banner--archive .container {
    height: 100%;
}

.hero-banner--archive .content--wrapper {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.hero-banner--archive .content-title h1,
.hero-banner--archive .content-text p {
    color: var(--color-w);
}

.hero-banner--archive .content-text p {
    font-size: 26px;
    font-family: var(--font-inter);
    font-weight: 600;
}

.hero-banner--archive .content-title h1 {
    font-family: var(--font-inter);
    font-weight: 400;
}

.hero-banner--archive .scroll-section {
    font-size: 18px;
    font-family: var(--font-inter);
    color: var(--color-w);
}


@media screen and (max-width: 767px) {
    .hero-banner--archive {
        height: 70vh;
    }

    .hero-banner--archive.image-has--space .background-image {
        height: auto !important;
    }

    .hero-banner--archive.image-has--space {
        height: 50vh;
    }

    .hero-banner--archive.image-has--space .background-image img {
        padding-top: 100px !important;
    }

    .has-pad-t--150 {
        padding-top: 100px !important;
    }

    .image-has-f-width--mobile .content--image {
        width: 100% !important;
    }

    .hero-banner--archive .content-title h2 {
        font-weight: 600;
    }

    .hero-banner--archive .content-inner {
        grid-template-columns: 80% auto;
        gap: 10px;
    }
}

/* Events Section  */
.events-section {
    background: #141617;
}

.events-section,
.lower-content {
    position: relative;
    height: 100%;
}

.events-section .content--wrapper {
    position: relative;
}

.events-section .ew-inner {
    background: #0A0A0A;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #333333;
    align-items: center;
}

.events-section .event--label {
    padding-bottom: 1rem;
}

.events-section .event--label span {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-w);
    font-family: var(--font-head);
}

.events-section .event-title span {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-w);
    text-transform: uppercase;
    line-height: 100%;
    font-family: var(--font-head);
}

.events-section .event-name span {
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    font-family: var(--font-head);
}

.events-section .event-text span {
    font-size: 10px;
    font-weight: 400;
    color: #CCCCCC;
    font-family: var(--font-head);
}

.events--wrapper .left-part {
    flex: 0 0 30%;
}

.events--wrapper .mid-part {
    flex: 0 0 30%;
    gap: 8rem;
    justify-content: space-between;
}

.active-line h2 {
    position: relative;
    width: 100%;
    padding-bottom: 1rem;
}

/* the animated line */
.active-line h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;

    transform: scaleX(0);
    transform-origin: left;
    animation: drawLine 0.8s ease forwards;
}

@keyframes drawLine {
    to {
        transform: scaleX(1);
    }
}

section.full-image--v2 {
    position: relative;
    padding: 0 0 2px 0;
    background: var(--color-b);
}

section.full-image--v2 .content--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.full-image--v2 .content--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 767px) {
    .full-image .content-title h2 {
        font-size: 40px;
    }

    .full-image--v2 .content--image img {
        width: 100% !important;
    }

}

/* Two Column Text  */
.two-column-text {
    position: relative;
}

.two-column-text .col--1 {
    will-change: transform;
}

.two-column-text--type2 .col--1 {
    will-change: transform, opacity;
}

.two-column-text .content-text p {
    font-size: 20px;
}

.two-column-text .content-text {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 76px;
}

.two-column-text--type2 .content-text p {
    font-size: 20px;
    line-height: 28.6px;
}

.two-column-text--type2 .grid--wrapper,
.two-column-text .grid--wrapper {
    gap: 25px;
}

.two-column-text h2 {
    font-size: 60px;
}

@media screen and (max-width: 767px) {

    .two-column-text--type2 .grid--wrapper,
    .two-column-text .grid--wrapper {
        grid-template-columns: 1fr;
    }

    .two-column-text--type2 .content-title,
    .two-column-text .content-title {
        padding-bottom: 25px;
        border-bottom: 1px solid #ffffff26;
    }

    .two-column-text .content-text,
    .two-column-text {
        padding-bottom: 10px;
    }

    .has-pad-b--150 {
        padding-bottom: 0 !important;
    }

    .two-column-text--type2 h2,
    .two-column-text h2,
    .two-column-text h3 {
        font-size: 40px;
    }

    .two-column-text .content-text {
        border-bottom: none;
        padding-bottom: 20px;
    }

    .two-column-text.no-pad--mobile .content-text {
        padding-bottom: 20px;
    }


}

.hero-banner.type--2 .content-title h1 {
    font-size: 120px;
}












.proposal-form-wrap {}

.proposal-form-wrap .form-row {
    display: flex;
    gap: 60px;
    margin-bottom: 30px;
}

.proposal-form-wrap .form-group {
    flex: 1;
    min-width: 0;
}

.proposal-form-wrap label {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.proposal-form-wrap input[type="text"],
.proposal-form-wrap input[type="email"],
.proposal-form-wrap input[type="number"],
.proposal-form-wrap select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 16px;
    padding: 8px 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

.proposal-form-wrap select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='white' stroke-width='1.5' fill='none' fill-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.proposal-form-wrap select option {
    background: #0a0a0a;
    color: #ffffff;
}

.proposal-form-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.proposal-form-wrap input:focus,
.proposal-form-wrap select:focus {
    border-bottom-color: #ffffff;
}

.proposal-form-wrap .form-submit-row {
    margin-top: 20px;
}

.proposal-form-wrap input[type="submit"] {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.proposal-form-wrap input[type="submit"]:hover {
    opacity: 0.85;
}

.proposal-form-wrap .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 6px;
}

.proposal-form-wrap .wpcf7-response-output {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

/* Responsive: stack fields on smaller screens */
@media (max-width: 768px) {


    .proposal-form-wrap .form-row {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
    }


}


.regular-content.type--2 .content-text p {
    font-size: 42px;
}

.regular-content.type--2 .texts--each .te-inner {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 4rem;
}

.regular-content.type--2 .texts--each:not(:last-child) {
    padding-bottom: 4rem;
}

.regular-content.type--2 .has--reverse .text--wrapper {
    order: 2;
}

.regular-content.type--2 .has--reverse .content-image--wrapper {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: unset !important;
}

/* GRID BOXES */
.grid-boxes .boxes--each {
    position: relative;
}
.grid-boxes .boxes--each .content--image__wrapper,
.grid-boxes .boxes--each .content--image__wrapper *{
    height: 100%;
}
.grid-boxes .boxes--each .content--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;

}

.grid-boxes .boxes--each .content--image span {
    left: 0;
    position: absolute;
    top: 0;
    padding: 2rem;
    font-size: 42px;
    color: var(--color-w);
}

.grid-boxes .content-title h3 {
    font-size: 60px;
    color: #F7F6F2;
}

.grid-boxes .content-text--wrapper .content-text p {
    font-size: 16px;
    color: #FFFFFFCC;
}


/* Gallery  */

.gallery-imgaes .content--gallery__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-imgaes .gallery--each {
    overflow: hidden;
}

.gallery-imgaes .ge--inner {
    height: 100%;
}

.gallery-imgaes .content--image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    /* keeps images square like the screenshot; remove if not needed */
    overflow: hidden;
}

.gallery-imgaes .content--image a,
.gallery-imgaes .content--image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-imgaes .content--image:hover img {
    transform: scale(1.05);
}





/* Responsive */
@media (max-width: 768px) {
    .gallery-imgaes .content--gallery__inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .gallery-imgaes .content--gallery__inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}


/* Form Section  */

.form-section {
    position: relative;
    height: 100%;
}


.proposal-form-wrap select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='white' stroke-width='1.5' fill='none' fill-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}



.proposal-form-wrap input:focus,
.proposal-form-wrap select:focus,
.proposal-form-wrap textarea:focus {
    border-bottom-color: #ffffff;
}

.proposal-form-wrap .form-submit-row {
    margin-top: 20px;
}

.proposal-form-wrap input[type="submit"] {
    background: #ffffff;
    color: #0a0a0a;
    border: none;
    padding: 18px 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: opacity 0.2s ease;
    position: relative;
    padding-right: 60px;
    /* room for the arrow */
}

.proposal-form-wrap input[type="submit"] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><path d='M7 17L17 7M17 7H8M17 7V16' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 24px center;
}

.proposal-form-wrap input[type="submit"]:hover {
    opacity: 0.85;
}

.proposal-form-wrap .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 6px;
}

.proposal-form-wrap .wpcf7-response-output {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

/* Responsive */
@media (max-width: 768px) {


    .proposal-form-wrap .form-row {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
    }

}



.form-section .background-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(11, 11, 11, 0.5), rgba(11, 11, 11, 0.5)), linear-gradient(270deg, rgba(0, 0, 0, 0.75) 52.19%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.form-section .grid-wrapper {
    position: relative;
    z-index: 2;
}

.form-section .content-title h3 {
    font-size: 64px;
}

.form-section .content-text p {
    font-size: 16px;
    color: #DFE1E7;
}

.proposal-form-wrap textarea {
    min-height: 100px;
    line-height: 1.5;
    padding-top: 10px;
}


@media (max-width: 767px) {
    .form-section .grid-wrapper {
        grid-template-columns: 1fr !important;
    }

    .regular-content.type--2 .content-text {
        border-bottom: unset !important;
        padding-bottom: unset !important;
    }

    .grid-boxes .content-title h3,
    .form-section .content-title h3 {
        font-size: 32px;
    }

    .regular-content.type--2 .content-text p {
        font-size: 24px;
    }

    .grid-boxes .content--wrapper.grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-bottom: 4rem !important;
    }

    .boxes-contents.grid.grid--3 {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        /* was auto — no more manual drag/swipe */
        gap: 0;
        margin: 0;
        padding: 0;

        touch-action: pan-y;
        /* blocks horizontal drag gestures */
        scroll-snap-type: none;
        /* snap no longer needed, JS drives position */
    }

    .boxes-contents.grid.grid--3 .boxes--each {
        flex: 0 0 100%;
        width: 100%;
        user-select: none;
        /* prevents accidental text/image drag-select */
    }

    .boxes-contents.grid.grid--3 .content--image__wrapper,
    .boxes-contents.grid.grid--3 .content--image {
        width: 100%;
        height: 100%;
    }

    .boxes-contents.grid.grid--3 .content--image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
        /* image itself can't be dragged */
    }

    .boxes-slider-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin-top: 12px;
    }

    /* Arrows: rounded square instead of circle */
    .slider-arrow {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 16px;
        line-height: 1;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        transition: background 0.2s ease, transform 0.15s ease;
    }

    .slider-arrow:hover {
        background: #f2f2f2;
    }

    .slider-arrow:active {
        transform: scale(0.94);
    }

    .slider-dots {
        display: flex;
        gap: 8px;
    }

    .slider-dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ccc;
        cursor: pointer;
        transition: background 0.2s ease;
    }

    .slider-dots .dot.active {
        background: #333;
    }
}

.boxes-slider-nav {
    display: none;
}

@media (max-width: 767px) {
    .boxes-slider-nav {
        display: flex;
    }
}





















.cf-section .cf7-form {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.cf-section .form-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.cf-section .form-row .form-group {
    flex: 1;
    min-width: 0;
}

.cf-section .form-group label {
    display: block;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #FFFFFFCC;
    margin-bottom: 10px;
    font-weight: 500;
}


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

.cf-section input[type="text"],
.cf-section input[type="email"],
.cf-section input[type="tel"],
.cf-section textarea {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 16px;
    padding: 8px 0 12px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    transition: border-color 0.3s ease;
}

.cf-section input[type="text"]:focus,
.cf-section input[type="email"]:focus,
.cf-section input[type="tel"]:focus,
.cf-section textarea:focus {
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

.cf-section input::placeholder,
.cf-section textarea::placeholder {
    color: #FFFFFF33;
}

.cf-section textarea {
    min-height: 50px;
    resize: none;
}

.cf-section .form-row--submit {
    margin-top: 6px;
}

.cf-section input[type="submit"] {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 17px 44px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    transition: opacity 0.3s ease;
}

.cf-section input[type="submit"]:hover {
    opacity: 0.85;
}


.cf-section .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 6px;
}

.cf-section .wpcf7-response-output {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3) !important;
    font-size: 13px;
    margin-top: 20px;
}

.cf-section input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.cf-section .wpcf7-spinner {
    filter: invert(1);
}


.top-map {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.top-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.top-map p {
    margin: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .contact-section .bottom-contents {
        grid-template-columns: 1fr;
    }

    .cf-section .cf7-form {
        gap: 26px;
    }

    .cf-section .form-row {
        gap: 20px;
    }

    .cf-section input[type="submit"] {
        padding: 15px 36px;
    }
}


@media (max-width: 768px) {
    .cf-section .cf7-form {
        gap: 24px;
    }

    .cf-section .form-row {
        flex-direction: column;
    }

    .cf-section .form-group label {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cf-section input[type="text"],
    .cf-section input[type="email"],
    .cf-section input[type="tel"],
    .cf-section textarea {
        font-size: 16px;
        padding: 8px 0 10px;
    }

    .bottom-contents .content--wrapper.pb--6 {
        padding-bottom: 4rem !important;
    }

    .full-text .content-text--wrapper {
        padding-top: 7rem;
    }
}


@media (max-width: 480px) {
    .top-map {
        height: 200px;

    }

    .cf-section .cf7-form {
        gap: 20px;
    }

    .cf-section .form-row {
        gap: 18px;
    }

    .cf-section .form-row--submit {
        margin-top: 4px;
    }

    .cf-section input[type="submit"] {
        width: 100%;
        padding: 16px 0;
        text-align: center;
    }

    .cf-section .wpcf7-response-output {
        font-size: 12px;
        margin-top: 16px;
    }
}

.contact-section .content-sub--title span {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.contact-section .content-title h2 {
    font-size: 60px;
}

.contact-section .content-text p {
    color: #FFFFFFCC;
    font-size: 16px;
    font-weight: 400;
}

.contact-section .cd-label p {
    font-size: 16px;
    color: #ffffffcc;
    font-weight: 400;
}

.contact-section .cd-label span,
.contact-section .cd-label a {
    color: #fff !important;
}

.contact-section .link-btn a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: underline;
    color: #FFFFFFCC;
}

.full-text .content-text ul {
    margin-left: 2rem;
}

.full-text .content-text ul li:not(:last-child) {
    margin-bottom: 5px;
}

.full-text .content-text h4 {
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 1rem;
}



.hero-banner .content-bg--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-banner .slick-list,
.hero-banner .slick-track,
.hero-banner .background-each,
.hero-banner .bg--inner,
.hero-banner .background--image,
.hero-banner .slick-slider.slick-slider {
    height: 100%;
}

.hero-banner .background--image img {
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
}

.hero-banner.type--3 {
    overflow: hidden;
}











/* ==========================================================================
   Blog Grid Section
   ========================================================================== */

   .blog-grid-section {
    background: #000000;
    color: #fff;
    padding: 40px 24px 60px;
}

/* ---- Toolbar ---- */

.blog-grid-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 auto 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 16px;
}

.blog-grid-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.blog-grid-tab {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    letter-spacing: 0.02em;
    cursor: pointer;
    padding: 6px 0;
    position: relative;
    transition: color 0.2s ease;
}

.blog-grid-tab:hover {
    color: #fff;
}

.blog-grid-tab.is-active {
    color: #e8a33d;
    /* amber accent, matches screenshot's active-tab color */
    font-weight: 600;
}

.blog-grid-tab.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    height: 2px;
    background: #e8a33d;
}

.blog-grid-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-grid-sort {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFFFFF80;
    font-size: 16x;

}

.blog-grid-sort select {
    background: transparent;
    border: none;
    color: #FFFFFF80;
    font-size: 16px;
    cursor: pointer;
}

.blog-grid-sort select option {
    background: #0d0d0d;
    color: #fff;
}

.blog-grid-search {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-grid-search input {
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    width: 100px;
    outline: none;
}

.blog-grid-search input:focus {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.blog-grid-search .dashicons,
.blog-grid-sort .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.5);
}

/* ---- Grid ---- */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch; /* forces every card in a row to match the tallest */
}

.blog-grid-empty,
.blog-grid-no-results {
    max-width: 1200px;
    margin: 40px auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

/* ---- Card ---- */

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%; /* fill the stretched grid cell instead of hugging content */
    background: #000;
    color: #C0C0C0;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.blog-card-image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #1a1a1a;
    flex-shrink: 0; /* keep the image ratio fixed even as body content varies */
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.04);
}

.blog-card-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #222, #333);
}

.blog-card-body {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 10px;
    /* clamp to 2 lines so every title reserves the same vertical space,
       regardless of how long the actual text is */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.4em * 2);
}

.blog-card-title a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
}

.blog-card-title a:hover {
    text-decoration: underline;
}

.blog-card-meta {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #666;
    align-items: center;
    margin-bottom: 20px;
}

.blog-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #C0C0C0;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.blog-card-meta .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
}

.blog-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 40px;
    /* clamp tag row height too, so 1 tag vs 3 tags doesn't shift the button */
    max-height: calc(1.6em * 2);
    overflow: hidden;
}

.blog-card-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 1px solid #fff;
    padding: 3px 8px;
    color: #C0C0C0;
    background-color: #000;
}

.blog-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: auto -16px 0; /* pins button to bottom of the flex column */
    padding: 14px 16px;
    border-top: 1px solid #eee;
    color: #111;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background 0.2s ease;
    background: #000;
}

.blog-card-btn:hover {
    background: #f5f5f5;
}

/* ---- Responsive ---- */

@media (max-width: 900px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-grid-section {
        padding: 28px 16px 40px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-grid-tabs {
        gap: 16px;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 4px;
    }

    .blog-grid-tab {
        white-space: nowrap;
    }
}

.blog-grid-section .content-button.primary--btn a {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.blog-grid-section .content-button.primary--btn a:hover svg path {
    fill: #fff;
}