@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
} */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-font-smoothing: antialiased;
}
.inherit-color * {
	color: inherit;
}
*[tabindex]:focus-visible,
	input[type="file"]:focus-visible {
	outline: 0.125rem solid #4d65ff;
	outline-offset: 0.125rem;
}
.eapps-instagram-feed-title-container {
	display: none !important;
}
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
	margin-top: 0 !important;
}
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}
.pointer-events-off {
	pointer-events: none;
}
.pointer-events-on {
	pointer-events: auto;
}
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
	margin-left: auto !important;
}
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.display-inlineflex {
	display: inline-flex;
}
.hide {
	display: none !important;
}
.margin-0 {
	margin: 0rem !important;
}
.padding-0 {
	padding: 0rem !important;
}
.spacing-clean {
	padding: 0rem !important;
	margin: 0rem !important;
}
.margin-top {
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
}
.padding-top {
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
}
.margin-right {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
}
.padding-right {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
	padding-left: 0rem !important;
}
.margin-bottom {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}
.padding-bottom {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}
.margin-left {
	margin-top: 0rem !important;
	margin-right: 0rem !important;
	margin-bottom: 0rem !important;
}
.padding-left {
	padding-top: 0rem !important;
	padding-right: 0rem !important;
	padding-bottom: 0rem !important;
}
.margin-horizontal {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}
.padding-horizontal {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}
.margin-vertical {
	margin-right: 0rem !important;
	margin-left: 0rem !important;
}
.padding-vertical {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}
.truncate-width { 
	width: 100%; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
}
.no-scrollbar {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none; 
}
.no-scrollbar::-webkit-scrollbar {
	display: none;
}

.section_header5 .button:hover {
	background-color: var(--gold);
    color: var(--base-color-neutral--white);
}

.navbar1_link:hover {
	color: var(--nero-black);
}

.footer--link:hover, .footer3_social-link:hover {
	color: var(--base-color-brand--white);
}

.footer3_legal-link:hover {
	color: #ffffffb3;
}

.regFormError{
    border-bottom-color: #ff0000 !important;
}

.section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.btn {
    height: 63px !important;
    border-radius: 0px;
}

.bg-light {
    background: #E5E5E5;
}

.btn-grey-1 {
    background: linear-gradient(180deg, rgb(108 108 108 / 10%) 0%, rgb(52 52 52 / 10%) 100%);
}

.btn-grey {
    background: #6C6C6C;
}

.btn-insta {
	width: 60%;
}

.btn-sign-up {
	width: 130px;
}

.btn-outline-dark:hover {
    background-color: transparent;
    color: #1A1A1A;
}

.btn-apply {
    width: 278px;
    height: 63px;
}

.bg-grey {
    background: #E5E5E5 !important;
}

.bg-gradient {
    background: linear-gradient(180deg, #6C6C6C 0%, #343434 100%) !important;
}

.bg-light-stone {
	background: #dad4c9;
}

.banner-btn-text {
    font-weight: 600;
    font-size: 17px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.home-banner-wrap {
    /*background: url('../images/home-banner.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    position: relative;
    display: flex;
    align-items: center;
}

.magazineBanner {
	height: 550px;
}

.nav-item {
    padding: 0px 8px;
}

.banner-content {
    max-width: 960px;
    /*background: linear-gradient(180deg, #6C6C6C 0%, #343434 100%);*/
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: 280px;
    background-color: rgba(218, 212, 201, 0.6);
}

.banner-content .heading {
    font-weight: 300;
    font-size: 40px;
    line-height: 67px;
    width: 870px;
}

.banner-content .sub-heading {
    font-size: 20px;
    line-height: 30px;
}

.homeBanner {
	padding: 30px;
	top: -200px;
}

.bannerBtn {
	width: 45%;
}

#navTitle {
	font-size: 55px;
}

#navSubTitle {
	font-size: 10px;
	align-self: center;
}

.banner-below-wrap {
    padding-top: 170px !important;
}

.banner-below-wrap .card a {
    text-decoration: none;
}

.inner-below-wrap {
    padding-top: 150px;
}

.grid-wrap .card {
    min-height: 200px;
    height: 100%;
}

.grid-wrap .card-header, .btn-dark-fawn {
	background: #b8b3a7;
	color: white;
}

.grid-wrap .card-body {
	padding: 15px;
}

.brandOrange {
	color:#F98E32;
}

.f-30 {
	font-size: 30px;
}

.f-25 {
	font-size: 25px;
}

.f-20 {
	font-size: 20px;
}

.f-17 {
	font-size: 17px;
}

.grid-wrap .title {
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 35px;
}

.grid-wrap .card-title {
    margin-bottom: 7px;
}

.about-wrap p {
	text-align: justify;
}

.about-wrap .image {
	height: 455px;
	width: 600px;
}

.about-wrap .aboutUsImage {
	height: 465px;
}

.about-wrap .membershipImage, .about-wrap .jetsetImage {
	height: 330px;
}

.btn-about {
    width: 173px;
    height: 49px !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #1A1A1A;
    padding: 13px 30px !important;
}

.btn-enquiry {
    width: 403px !important;
}

.make-it-happen {
    position: relative;
}

.make-it-happen .thumbnail {
    height: 650px;
}

.make-it-happen .title {
    font-weight: 300;
    font-size: 48px;
    line-height: 150%;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.video-wrap {
    height: 136px;
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrap img {
    height: 136px;
}

.testimonials-wrap .paragraph {
    font-size: 17px;
    line-height: 170%;
    color: #1A1A1A;
    opacity: 0.7;
    width: 740px;
    margin: auto;
    margin-bottom: 15px;
}

.testimonials-wrap .title {
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    color: #1A1A1A;
}

.testimonials-wrap .card {
    min-height: 550px;
}

.test-thumbnail {
    position: relative;
}

.test-thumbnail .thumbnail {
    height: 250px;
}

.test-thumbnail .video-wrap {
    height: 80px;
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test-thumbnail .video-wrap img {
    height: 80px;
}

.stay-in,
.join-in {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.stay-in button {
	width: 25%
}

.join-in button {
	width: 50%
}

.stay-in .caption {
    font-size: 17px;
    line-height: 170%;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 16px;
}

.join-in {
    padding: 45px;
}

.join-in .title {
    font-weight: 300;
    font-size: 48px;
    line-height: 150%;
    color: #FFFFFF;
}

.memberships .card-body {
    padding: 30px;
}

.memberships .card-title {
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.memberships .card-text {
    margin-bottom: 29px;
}

.enjoy-things .card {
    border-left: solid !important;
    border-image: linear-gradient(to bottom, #6C6C6C 0%, #343434) 1 100% !important
}

.lifestyle-card .card-body {
    padding: 30px;
    min-height: 270px;
}

.lifestyle-card .card-text li {
    margin-bottom: 10px;
}

.video-section {
    position: relative;
}

.video-section .thumbnail {
    height: 400px;
	width: 750px;
    display: flex;
    margin: auto;
}

.video-section .play-icon {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.video-section .play-icon:hover {
    cursor: pointer;
}

.video-section .play-icon img {
    height: 80px;
}

.red-card {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.red-card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.join-in .title {
    width: 75%;
}

.join-in .caption {
    width: 75%;
    font-size: 17px;
    line-height: 170%;
    opacity: 0.7;
    margin-bottom: 20px;
}

.membership-button-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-button-group a {
    font-size: 14px;
    height: 50px !important;
    padding: 15px;
	width: 300px;
}

.img-side {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.img-side img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: 270px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.social-links {
    display: inline-block;
    margin-top: 20px;
}

ul.social-links li {
    background: #b8b3a7;
    float: left;
    font-size: 12px;
    list-style: none;
    width: 64px;
    height: 64px;
    margin: 0 0 5px;
    transition: all .5s ease-in-out;
    margin-right: 10px;
    border-radius: 50%;
    transition-duration: .8s;
    transition-property: transform;
    overflow: hidden;
}

ul.social-links li a svg {
    position: relative;
    top: 30%;
    display: block;
    margin: auto;
}

ul.social-links li a i {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    font-size: 27px;
}

ul.social-links li a {
    width: 64px;
    height: 64px;
    display: block;
    color: #fff;
}

ul.social-links li:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.totop {
    width: 64px;
    height: 64px;
    display: inline-block;
    color: #fff;
    background: #b8b3a7;
    border-radius: 50%;
}

.totop svg {
    position: relative;
    top: 30%;
    display: block;
    margin: auto;
}

.video-embed {
    display: flex;
    margin: auto;
}

.media-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 900px !important;
    height: 900px;
}

.media-modal .btn-close {
    position: absolute;
    right: 0;
    padding: 15px;
    z-index: 3;
}

.media-modal .modal-body iframe {
    padding: 15px;
    width: 860px;
    height: 600px;
}

.membership-about .title{
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
}

.membership-about .paragraph {
    font-size: 17px;
    line-height: 170%;
    text-align: center;
    color: #1A1A1A;
    opacity: 0.7;
    margin-bottom: 20px;
}

.membership-card .card-img-top {
    height: 167px;
}

.membership-card {
    height: 565px;
    position: relative;
}

.membership-card .card-list {
    height: 250px;
    position: relative;
}

.membership-card .btn {
    line-height: 46px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: auto;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}

.list {
    font-size: 15px;
    line-height: 150%;
}

.carousel {
    margin: 0 auto;
    padding-bottom: 50px;
}

.carousel .carousel-item a {
    color: #eb7245;
}

.carousel .img-box {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 56px;
    height: 56px;
    display: block;
    border-radius: 50%;
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

.carousel-indicators [data-bs-target] {
    background-color: #b8b3a7 !important;
    width: 11px;
    height: 11px;
    border: 0 !important;
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.carousel .carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

textarea {
    height: 150px !important;
}

.insta-card {
    min-height: 230px !important;
}

.btn {
    font-weight: 600;
}

.corporate-card {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.corporate-card .card-body p {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: rgb(26 26 26 / 80%);
}

.corporate-card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.corporate-card .card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1A1A1A;
    margin-top: 12px;
}

/*Red application form styles*/

.innerplace-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.innerplace-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.innerplace-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.innerplace-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.innerplace-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.innerplace-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.innerplace-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.container__form {
    max-width: 1170px;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#343434));
    background-image: linear-gradient(180deg, #6c6c6c, #343434);
}

.step__1__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.phone__wrap {
    margin-right: 56px;
    margin-left: auto;
    padding: 16px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    -webkit-transition: all 100ms cubic-bezier(.95, .05, .795, .035);
    transition: all 100ms cubic-bezier(.95, .05, .795, .035);
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.phone__wrap:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}

.logo {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
}

.logo.smaller {
    width: 82px;
}

.intro__wrap {
    width: 70%;
    margin-top: 140px;
    text-align: center;
}

.form__heading {
    margin-top: 0px;
    margin-bottom: 24px;
    line-height: 1.4;
    font-weight: bold;
    font-size: 24px;
}

.form__para {
    margin-bottom: 32px;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.form__para.narrow {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.button {
    padding: 16px 40px;
    background-color: #fff;
    -webkit-transition: all 100ms cubic-bezier(.755, .05, .855, .06);
    transition: all 100ms cubic-bezier(.755, .05, .855, .06);
    color: #1a1a1a;
    font-weight: 700;
    border: 0;
    font-size: 14px;
}

.button.ghost {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(26, 26, 26, 0.5);
    background-color: transparent;
}

.button.ghost:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.button.next__step {
    margin-top: 16px;
    margin-left: auto;
}

.button.prev__step {
    margin-top: 16px;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    background-color: transparent;
    color: #fff;
}

.button.right {
    margin-left: auto;
}

/*.button.right.red__hide {
    display: none;
}

.button.red__hide {
    display: none;
}*/

.checklist__benefit {
    margin-top: 40px;
}

.benefit__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    list-style-type: none;
}

.benefit__point {
    margin-right: 16px;
    margin-bottom: 12px;
    margin-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    background-image: url('../images/check.svg');
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: no-repeat;
}

.hr {
    width: 10%;
    height: 1px;
    margin: 40px auto;
    background-color: hsla(0, 0%, 100%, 0.2);
}

.hr.smaller {
    margin-top: 16px;
    margin-bottom: 16px;
}

.red__upsell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 32px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #1a1a1a;
}

.red__upsell__text {
    margin-right: 24px;
}

.form__wrap {
    width: 80%;
    margin-top: 40px;
    text-align: center;
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    height: 32px;
}

.step__no {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.4);
    border-radius: 10000px;
    font-size: 17px;
    line-height: 1;
}

.step__no.complete {
    background-color: #fff;
    color: #1a1a1a;
}

.step__div {
    width: 64px;
    height: 1px;
    margin-right: 24px;
    margin-left: 24px;
    background-color: hsla(0, 0%, 100%, 0.3);
}

.step__2__wrapper {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.checkbox__icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    margin-bottom: 12px;
    padding: 16px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 2px;
    cursor: pointer;
}

.checkbox__icon.contact {
    margin-right: 8px;
    margin-left: 8px;
}

.checkbox__icon.contact.phone {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.checkbox__icon.red__checks {
    width: 49%;
}

.checkbox {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-style: none;
    background-color: hsla(0, 0%, 100%, 0);
}

.checkbox:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}

.checkboxSelected {
    background-color: hsla(0, 0%, 100%, 0.1);
}

.checkbox.w--redirected-checked {
    background-color: hsla(0, 0%, 100%, 0.2);
    background-image: none;
}

.icon__dark {
    display: none;
}

.checkbox__label {
    margin-bottom: 0px;
    margin-left: 16px;
    color: hsla(0, 0%, 100%, 0.9);
    font-size: 16px;
    line-height: 1;
    text-align: left;
}

.checkbox__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*.form__step__2 {
    display: none;
}*/

.checkbox__venue {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 32%;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: opacity 100ms cubic-bezier(.755, .05, .855, .06);
    transition: opacity 100ms cubic-bezier(.755, .05, .855, .06);
    cursor: pointer;
}

.checkbox__venue.last {
    margin-right: auto;
    margin-left: 18px;
}

.venue__img {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.venue__label {
    width: 100%;
    margin-right: 24px;
    margin-bottom: 8px;
    margin-left: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
}

.uncheckd__venue {
    margin-right: 24px;
    margin-left: auto;
}

.checked__venue {
    display: none;
    margin-right: 24px;
    margin-left: auto;
}

.other__textarea {
    min-height: 160px;
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 16px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    background-color: transparent;
    width: 100%;
}

.other__textarea:hover {
    border-color: #fff;
}

.other__textarea:focus {
    border-color: #fff;
    color: #fff;
}

.other__textarea.personal__text {
    margin-right: 8px;
    margin-left: 8px;
}

.other__textarea.bio__text {
    margin-top: 16px;
    margin-right: 8px;
    margin-left: 8px;
    width: 100%;
}

.form__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select__box {
    width: 12%;
    height: 56px;
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding: 4px 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
    background-color: transparent;
    background-image: url('../images/dropdown.svg');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: hsla(0, 0%, 100%, 0.7);
    /* font-size: 18px; */
    line-height: 1;
}

.select__box {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.select__box option {
    background-color: #202020;
    border-radius: 3px;
}

.form__input {
    height: 56px;
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding: 4px 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 hsla(0, 0%, 100%, 0.6);
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    /* font-size: 18px; */
    line-height: 1;
}

.form__input:focus {
    border-bottom-color: #fff;
}

.form__input.first {
    width: 30%;
}

.form__input.last {
    width: 47%;
}

.form__input.half {
    width: 47%;
}

.form__input.half:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.9);
}

.form__input.facebook {
    padding-left: 56px;
    background-image: url('../images/facebook-3-1.svg');
    background-position: 16px 50%;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
}

.form__input.linkedin {
    padding-left: 56px;
    background-image: url('../images/linkedin-4-1.svg');
    background-position: 16px 50%;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
}

.form__input.instagram {
    padding-left: 56px;
    background-image: url('../images/instagram-5-1.svg');
    background-position: 16px 50%;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
}

.form__input.other {
    padding-left: 56px;
    background-image: url('../images/other.svg');
    background-position: 16px 50%;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
}

.form__input.datetime {
    width: 30%;
}

.enquiryForm .select__box {
	color: black;
	border-color: black;
	background-image: url('../images/dropdown_black.svg');
}

.enquiryForm .select__box option{
	background-color: transparent;
}

.enquiryForm .form__input {
	color: black;
	border-color: black;
}

.enquiryForm textarea {
	border-color: black;
}

.enquiryForm .checkItem {
	color: black;
}

.enquiryForm .form__input:focus, .enquiryForm .form__input:hover {
    border-bottom-color: black;
}

.enquiryForm textarea:hover {
	border-color: black;
}

.enquiryForm textarea:focus {
	color: black;
}

.social__heading {
    width: 100%;
    margin: 24px 8px 16px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.referal__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: hsla(0, 0%, 100%, 0.6);
    cursor: pointer;
}

.referal__block:hover {
    color: #fff;
}

.plus__icon {
    margin-left: 8px;
}

.referral__input {
    display: none;
    width: 25%;
    height: 56px;
    margin: 16px 8px 24px;
    padding: 4px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: right;
}

.referral__input:focus {
    border-bottom-color: #fff;
}

.referral__input.first {
    width: 30%;
}

.referral__input.last {
    width: 46%;
}

.referral__input.half {
    width: 47%;
}

.referral__input.facebook {
    padding-left: 56px;
    background-image: url('../images/facebook-3-1.svg');
    background-position: 16px 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.referral__input.linkedin {
    padding-left: 56px;
    background-image: url('../images/linkedin-4-1.svg');
    background-position: 16px 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.referral__input.instagram {
    padding-left: 56px;
    background-image: url('../images/instagram-5-1.svg');
    background-position: 16px 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.referral__input.other {
    padding-left: 56px;
    background-image: url('../images/other.svg');
    background-position: 16px 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.referal__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form__step__3 {
    display: none;
}

.contact__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact__type {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    margin-right: 8px;
    margin-bottom: 12px;
    margin-left: 8px;
    padding: 16px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.2);
    border-radius: 2px;
    cursor: pointer;
}

.radio__contact {
    width: 100%;
    margin-bottom: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.radio__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
}

.radio__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    padding-left: 32px;
    color: hsla(0, 0%, 100%, 0.8);
}

.radio__button {
    width: 16px;
    height: 16px;
}

.radio__button.w--redirected-checked {
    width: 16px;
    height: 16px;
    border-color: #fff;
}

.contact__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    margin-bottom: 0px;
    margin-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px;
}

.checkbox-label {
    padding-left: 16px;
    font-size: 14px;
}

.time__checkbox {
    margin-top: 0px;
}

.interaction__wrapper {
    width: 32%;
    margin-right: 8px;
    margin-bottom: 12px;
    margin-left: 8px;
}

.submit__wrapper {
    width: 100%;
    margin-top: 32px;
}

.form__step__4 {
    /*display: none;*/
}

/*.form__step__2-copy {
    display: none;
}
*/
.venue__checkbox {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-style: solid;
    border-color: hsla(0, 0%, 100%, 0.2);
    background-color: hsla(0, 0%, 100%, 0);
}

.venue__checkbox:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}

.venue__checkbox.w--redirected-checked {
    border-color: #fff;
    background-color: hsla(0, 0%, 100%, 0.2);
    background-image: none;
}

.success__wrap, .submit__wrap {
    margin-top: 100px;
    background-color: transparent;
    text-align: center;
}

.completed {
    margin-bottom: 24px;
}

.red__text {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #fb5858;
    color: #fb5858;
    font-size: 29px;
}

.red__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: hsla(0, 0%, 100%, 0.05);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

.give__more__exp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.6);
    cursor: pointer;
}

.give__more__exp:hover {
    color: #fff;
}

.more_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.date__time__wrapper {
    /*display: none;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.people__images {
    margin-top: 32px;
    margin-bottom: 8px;
}

.give__more__app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.6);
    cursor: pointer;
}

.give__more__app:hover {
    color: #fff;
}

.extra__step__1 {
    /*display: none;*/
    margin-top: 32px;
}

.checkItem {
	width: 100%;
	color: rgba(255, 255, 255, 0.6);
}

#error__wrap {
    color: #1a1a1a;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .container__form {
        margin-top: 0px;
    }

    .step__1__wrapper {
        padding-top: 32px;
    }

    .logo {
        position: relative;
    }

    .intro__wrap {
        width: 90%;
        margin-top: 24px;
    }

    .button.next__step {
        width: 100%;
    }

    .button.prev__step {
        width: 100%;
    }

    .form__wrap {
        width: 85%;
    }

    .checkbox__icon {
        width: 49%;
    }

    .checkbox__venue {
        width: 49%;
    }

    .checkbox__venue.last {
        margin-right: 0px;
        margin-left: 0px;
    }

    .other__textarea {
        margin-top: 8px;
    }

    .radio__wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .red__contact {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .step__1__wrapper {
        padding-top: 24px;
    }

    .phone__wrap {
        margin-right: 32px;
        margin-bottom: 24px;
    }

    .form__heading {
        font-size: 20px;
    }

    .form__para.narrow {
        font-size: 16px;
    }

    .red__upsell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .red__upsell__text {
        margin-right: 0px;
        margin-bottom: 16px;
        text-align: center;
    }

    .step__div {
        margin-right: 16px;
        margin-left: 16px;
    }

    .step__2__wrapper {
        padding-top: 24px;
    }

    .checkbox__icon {
        width: 100%;
    }

    .checkbox__icon.red__checks {
        width: 100%;
    }

    .venue__img {
        margin-bottom: 16px;
    }

    .venue__label {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .select__box {
        width: 100%;
    }

    .form__input.first {
        width: 100%;
    }

    .form__input.last {
        width: 100%;
    }

    .form__input.half {
        width: 100%;
    }

    .form__input.datetime {
        width: 50%;
    }

    .radio__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .radio__wrapper {
        margin-top: 16px;
        margin-left: 0px;
    }

    .contact__checkbox {
        margin-bottom: 16px;
    }

    .red__contact {
        width: 90%;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .text-block {
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
    }

    .text-block-2 {
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
    }
}

@media screen and (max-width: 479px) {
    .membership-button-group a:first-child {
        font-size: 12px;
    }
    .referral__input {
        width: 100%;
     }
    
    .phone__wrap {
        margin-right: auto;
        margin-left: auto;
    }

    .form__heading {
        margin-bottom: 16px;
    }

    .form__para.narrow {
        width: 100%;
    }

    .step__div {
        width: 40px;
    }
}

.red-form-tab {
    display: none;
}

select:focus,
select:focus-visible,
input:focus-visible {
    outline-offset: 0px;
    outline: none;
}

.cursor {
    cursor: pointer;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.enquiryForm ::placeholder {
	color: black;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.lifestyleBox .content {
	padding: 30px 40px 0px 30px;
}

.lifestyleBox ul li {
	padding: 5px;
	font-size: 14px;
}

.grecaptcha-badge {
	display: none !important;
}

.swal2-error .swal2-x-mark-line-left, .swal2-error .swal2-x-mark-line-right, .swal2-success .swal2-success-line-tip, .swal2-success .swal2-success-line-long {
	background-color: #ac8546 !important;
}

.swal2-error, .swal2-success-ring {
	border: 4px solid #ac8546 !important;
}

.headOne, .headTwo, .headThree {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: Tiemposheadline, sans-serif;
}

.headOne {
    font-size: 2.75rem;
}