/*! Normalise CSS !*/
@import url(normalize.css);
/*!Root Css!*/
@import url(root.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/*! Google Fonts !*/
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: var(--body-text, #1e1e1e);
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  background: var(--background-light, #fff);
  overflow-x: hidden;
}

p {
  color: var(--body-text, #1e1e1e);
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
}
p:last-child {
  margin: 0;
}

h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 1.75rem;
  color: #000;
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 1.75rem;
  color: var(--text-primary, #1e1e1e);
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

h3 {
  padding: 0;
  margin: 0;
  color: var(--text-primary, #1e1e1e);
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 1.25rem;
  color: var(--text-primary, #1e1e1e);
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin: 0;
  color: var(--text-primary, #1e1e1e);
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}

h6 {
  margin: 0;
  color: var(--text-primary, #1e1e1e);
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  font-family: var(--font-body, "Source Sans Pro", sans-serif);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: var(--primary-blue, #0b4f8a);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  color: var(--white, #fff);
  text-align: center;
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 0.5rem;
  border: none;
  background: var(--primary, #11a6ac);
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  background: var(--navy, #171459);
  color: var(--white, #fff);
}
.btn:hover {
  border: none;
  background: var(--navy, #171459);
  color: var(--white, #fff);
}
.btn.btnborder {
  background-color: transparent;
  border: 0.0625rem solid var(--white, #fff);
  color: var(--white, #fff);
}
.btn.btnborder:hover {
  background-color: var(--white, #fff);
  color: var(--primary, #11a6ac);
}
.btn.whitebtn {
  background-color: var(--white, #fff);
  color: var(--primary, #11a6ac);
}
.btn.whitebtn:hover {
  background-color: var(--primary, #11a6ac);
  color: var(--white, #fff);
}
.btn.goldbtn {
  background-color: var(--daisy-gold, #d8a847);
  color: var(--white, #fff);
}
.btn.goldbtn:hover {
  background-color: var(--navy, #171459);
  color: var(--white, #fff);
}
.btn.coralbtn {
  background-color: var(--coral, #e76f66);
  color: var(--white, #fff);
}
.btn.coralbtn:hover {
  background-color: var(--navy, #171459);
  color: var(--white, #fff);
}
.btn.pill {
  padding: 1rem 1.875rem;
  border-radius: 3.75rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-primary, #1e1e1e);
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.25rem;
}
.eyebrow:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: var(--daisy-gold, #d8a847);
}

.sectionspacing {
  padding: 6rem 0;
}

.sec-space {
  padding: 7.5rem 0;
}

.sec-space-sm {
  padding: 6.25rem 0;
}

.sechead {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}
.sechead p {
  max-width: 39.5625rem;
  margin: 0 auto;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #3c3c3c;
  opacity: 1;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #3c3c3c;
  opacity: 1;
}

input:not([type=submit], [type=checkbox], [type=radio]),
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.48rem 1.5rem 0.48rem 1rem;
  border-radius: 3.75rem;
  background: var(--white, #fff);
  color: #3c3c3c;
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  border: 0.0625rem solid #c3c3c3;
  margin-bottom: 1.3125rem;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

input:not([type=submit], [type=checkbox], [type=radio]):focus,
select:focus,
textarea:focus {
  border-color: var(--primary, #11a6ac);
  outline: none;
  box-shadow: none;
}

select {
  padding-right: 3rem;
  cursor: pointer;
  background: var(--white, #fff) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%233c3c3c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 1.875rem center;
}

textarea {
  height: 13rem;
  resize: none;
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 1rem 1.875rem;
  line-height: 1.625rem;
}

select option {
  color: #1d1d1d;
  font-size: 1rem;
  font-weight: 400;
}

.customselect {
  position: relative;
  margin-bottom: 1.3125rem;
}
.customselect input[type=text] {
  margin-top: 5px;
}
.customselect .cs-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.48rem 1.5rem 0.48rem 1rem;
  border: 0.0625rem solid #c3c3c3;
  border-radius: 3.75rem;
  background: var(--white, #fff);
  color: #3c3c3c;
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.customselect .cs-trigger .cs-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customselect .cs-trigger .cs-arrow {
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #3c3c3c;
  transition: transform 0.3s ease-in-out;
}
.customselect .cs-options {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 20;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background: var(--white, #fff);
  border: 0.0625rem solid #f0f2f4;
  border-radius: 2rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  overflow: hidden auto;
  max-height: 18.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: all 0.25s ease-in-out;
}
.customselect .cs-options li {
  padding: 0.875rem 1.5rem;
  color: #737373;
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.customselect .cs-options li:hover, .customselect .cs-options li.selected {
  background: #f7f8f9;
  color: var(--primary, #11a6ac);
}
.customselect.open .cs-trigger {
  border-color: var(--primary, #11a6ac);
}
.customselect.open .cs-trigger .cs-arrow {
  transform: rotate(180deg);
}
.customselect.open .cs-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

label {
  color: var(--headings-dark, #1a1a1a);
  font-family: var(--font-body, "Source Sans Pro", sans-serif);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
  display: block;
}

.checkbox {
  display: inline-block;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: #090914;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0;
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  align-items: start;
  gap: 0.5rem;
  text-align: left;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.0625rem solid #bbc4cd;
  padding: 0.6875rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  top: 0;
  display: none;
}
.checkbox label a {
  text-decoration: none;
  color: var(--accent-color-2, #ed7005);
}
.checkbox input:checked + label::before {
  background: #fff;
}
.checkbox input:checked + label:after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  left: 0.375rem;
  font-size: 0.8125rem;
  top: 0.0625rem;
  color: #121212;
}

.aspect-1 {
  aspect-ratio: 1/1;
}

.mainhd {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0.87rem 0;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
.mainhd .headerrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainhd .headerrow .logo {
  max-width: 10.0625rem;
}
.mainhd .headerrow .logo img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mainhd .headerrow .navigation .stellarnav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.2vw, 2.5rem);
}
.mainhd .headerrow .navigation .stellarnav > ul > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.375rem;
  color: var(--text-primary, #1e1e1e);
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.mainhd .headerrow .navigation .stellarnav > ul > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: var(--primary, #11a6ac);
  transition: width 0.3s ease-in-out;
}
.mainhd .headerrow .navigation .stellarnav > ul > li.active > a, .mainhd .headerrow .navigation .stellarnav > ul > li:hover > a, .mainhd .headerrow .navigation .stellarnav > ul > li.current-menu-item > a {
  text-decoration: none;
  color: var(--primary, #11a6ac);
}
.mainhd .headerrow .navigation .stellarnav > ul > li.active > a:after, .mainhd .headerrow .navigation .stellarnav > ul > li:hover > a:after, .mainhd .headerrow .navigation .stellarnav > ul > li.current-menu-item > a:after {
  width: 100%;
}
.mainhd .headerrow .contact {
  display: inline-flex;
  align-items: center;
}
.mainhd .headerrow .contact .btn {
  padding: 1rem 1.875rem;
  border-radius: 3.75rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.mainhd .headerrow .contact .btn i {
  display: none;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 56.375rem;
  padding: 8.75rem 0 0;
}
.banner .container {
  width: 100%;
  align-self: stretch;
  position: relative;
}
.banner .col-lg-6 {
  position: static;
}
.banner .bannercont {
  max-width: 42rem;
}
.banner .bannercont h1 {
  margin-bottom: 0.88rem;
}
.banner .bannercont h1 .text-accent {
  color: var(--coral-bright, #fc5d51);
}
.banner .bannercont p {
  max-width: 33.0625rem;
  margin-bottom: 2.5rem;
}
.banner .bannerphone {
  position: relative;
  width: 24.5625rem;
  max-width: 100%;
  margin-left: auto;
}
.banner .bannerphone .phoneframe {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.banner .bannerphone .phonescreen {
  position: absolute;
  top: 0;
  left: 4.2%;
  right: 4.2%;
  bottom: 1.68%;
  display: flex;
  flex-direction: column;
  border-radius: 2.5rem;
  background: white;
}
.banner .bannerphone .phonescreen-top {
  position: relative;
  flex: 0 0 auto;
  height: 12.3125rem;
  padding: 0 1.5rem;
  background: var(--navy, #171459);
  color: var(--white, #fff);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 32px;
}
.banner .bannerphone .phonescreen-top .phonelogo {
  position: absolute;
  top: 0.9375rem;
  left: 1.25rem;
  width: 3rem;
}
.banner .bannerphone .phonescreen-top .phonelogo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .bannerphone .phonescreen-top .phonestatus {
  position: absolute;
  top: 1.125rem;
  right: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: var(--white, #fff);
}
.banner .bannerphone .phonescreen-top h3 {
  color: var(--white, #fff);
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin: 25px 0 0.5rem;
}
.banner .bannerphone .phonescreen-top p {
  color: var(--white, #fff);
  font-size: 1rem;
  line-height: 1.3125rem;
  margin: 0;
}
.banner .bannerphone .phonescreen-body {
  flex: 1;
  background: var(--white, #fff);
  padding: 1.25rem 0.75rem 1.5rem;
}
.banner .bannerphone .phonescreen-body h4 {
  font-family: var(--font-body, "Mulish", sans-serif);
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: var(--black, #000);
  text-align: center;
  margin: 0 0 1.1rem;
}
.banner .bannerphone .phonescreen-body .phoneform .btn.pill {
  width: 100%;
  margin-top: 0.5rem;
}
.banner .bannerphone .phonescreen-body .phoneform .wpcf7-response-output {
  margin-top: 1.25rem !important;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1rem;
}
.banner .bannerphone .phonescreen-body .phoneform .wpcf7-not-valid-tip {
  margin: -13px 0 5px 0;
  font-size: 0.8rem;
}
.banner .bannermembers {
  position: absolute;
  left: 0.75rem;
  bottom: 3.94rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.banner .bannermembers .memberavatars {
  display: flex;
  align-items: center;
}
.banner .bannermembers .memberavatars li {
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 50%;
  overflow: hidden;
}
.banner .bannermembers .memberavatars li:not(:first-child) {
  margin-left: -0.625rem;
}
.banner .bannermembers .memberavatars li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bannermembers p {
  margin: 0;
  color: var(--white, #fff);
  font-size: 1rem;
  line-height: normal;
}

.howworks .hkw-head {
  margin-bottom: 3.5rem;
}
.howworks .hkw-head h2 {
  margin-bottom: 1rem;
}
.howworks .hkw-head p {
  margin: 0;
  color: #484848;
}
.howworks .row {
  align-items: flex-start;
}
.howworks .hkw-media {
  position: relative;
  width: 100%;
  aspect-ratio: 641/642;
  border-radius: 1.25rem;
  background: #fffdfb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.howworks .hkw-media .hkw-phone {
  position: relative;
  height: 92%;
  aspect-ratio: 659/1344;
  margin: 0 0 -180px 0;
  z-index: 2;
}
.howworks .hkw-media .hkw-phone .hkw-frame {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.howworks .hkw-media .hkw-phone .hkw-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: 265px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.howworks .hkw-steps .hkw-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2.75rem 0;
  border-bottom: 0.0625rem solid var(--border, #ececec);
}
.howworks .hkw-steps .hkw-step:first-child {
  padding-top: 0;
}
.howworks .hkw-steps .hkw-step:last-child {
  border-bottom: none;
}
.howworks .hkw-steps .hkw-step .hkw-num {
  flex: 0 0 3.875rem;
  font-family: var(--font-heading, "Inter", sans-serif);
  font-weight: 800;
  font-size: 2.75rem;
  line-height: 1;
  color: var(--coral-bright, #fc5d51);
}
.howworks .hkw-steps .hkw-step .hkw-step-text {
  display: flex;
  align-items: flex-start;
  flex: 1;
  gap: 30px;
}
.howworks .hkw-steps .hkw-step .hkw-step-text h4 {
  flex: 0 0 9.375rem;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--black, #000);
}
.howworks .hkw-steps .hkw-step .hkw-step-text p {
  flex: 1;
  margin: 0;
  color: var(--black, #000);
}
.howworks .hkw-btn {
  margin-top: 1.75rem;
}

.whychoose .wc-inner {
  display: flex;
  align-items: flex-start;
  gap: 3.1875rem;
}
.whychoose .wc-left {
  flex: 1;
}
.whychoose .wc-media {
  flex: 0 0 40.125rem;
  max-width: 40.125rem;
}
.whychoose .wc-media img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 1.25rem;
  display: block;
}
.whychoose .wc-head {
  margin-bottom: 3.25rem;
}
.whychoose .wc-head h2 {
  margin-bottom: 1rem;
}
.whychoose .wc-head p {
  margin: 0;
  color: #484848;
}
.whychoose .wc-features {
  display: flex;
  flex-wrap: wrap;
  gap: 2.75rem 3.25rem;
  margin-bottom: 2.75rem;
}
.whychoose .wc-features .wc-item {
  flex: 0 0 calc(50% - 1.625rem);
  display: flex;
  align-items: flex-start;
  gap: 1.0625rem;
}
.whychoose .wc-features .wc-item .wc-icon {
  flex: 0 0 1.71875rem;
  width: 1.71875rem;
  height: 1.71875rem;
  border-radius: 50%;
  background: var(--coral-bright, #fc5d51);
  color: var(--white, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
}
.whychoose .wc-features .wc-item .wc-text {
  flex: 1;
}
.whychoose .wc-features .wc-item .wc-text h4 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--black, #000);
}
.whychoose .wc-features .wc-item .wc-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--black, #000);
}

.features {
  background: var(--navy, #171459);
}
.features .feat-head {
  max-width: 63.5rem;
  margin: 0 auto 3.75rem;
  text-align: center;
}
.features .feat-head h2 {
  color: var(--white, #fff);
  margin-bottom: 1.25rem;
}
.features .feat-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.features .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 18.5rem;
  gap: 1.875rem;
  grid-template-areas: "discover    discover     personalized" "local       opportunity  events" "map         map          events" "privacy     community    community";
}
.features .features-grid .feat-discover {
  grid-area: discover;
}
.features .features-grid .feat-personalized {
  grid-area: personalized;
}
.features .features-grid .feat-local {
  grid-area: local;
}
.features .features-grid .feat-events {
  grid-area: events;
}
.features .features-grid .feat-opportunity {
  grid-area: opportunity;
}
.features .features-grid .feat-map {
  grid-area: map;
}
.features .features-grid .feat-community {
  grid-area: community;
}
.features .features-grid .feat-privacy {
  grid-area: privacy;
}
.features .features-grid .feat-card {
  position: relative;
  overflow: hidden;
  padding: 1.875rem;
  border-radius: 1.25rem;
  background: var(--white, #fff);
}
.features .features-grid .feat-card.teal {
  background: var(--primary, #11a6ac);
}
.features .features-grid .feat-card.peach {
  background: #fee2c6;
}
.features .features-grid .feat-card.coral {
  background: var(--coral, #e76f66);
}
.features .features-grid .feat-card.teal h3, .features .features-grid .feat-card.coral h3 {
  color: var(--white, #fff);
}
.features .features-grid .feat-card.teal .feat-content p, .features .features-grid .feat-card.coral .feat-content p {
  color: rgba(255, 255, 255, 0.9);
}
.features .features-grid .feat-card .feat-content {
  position: relative;
  z-index: 2;
}
.features .features-grid .feat-card h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: var(--black, #000);
}
.features .features-grid .feat-card .feat-content p {
  margin: 0;
  max-width: 30rem;
  color: #000;
  /* Body text */
  font-family: Mulish;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 144.444% */
}
.features .features-grid .feat-card .feat-visual {
  position: absolute;
  z-index: 1;
}
.features .features-grid .feat-card .feat-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.features .features-grid .feat-discover .feat-content {
  max-width: 28rem;
}
.features .features-grid .feat-discover .feat-visual {
  top: 1.25rem;
  right: -2.5rem;
  width: 23.1875rem;
}
.features .features-grid .feat-personalized .feat-visual {
  top: 9.75rem;
  left: 0;
  width: 26.125rem;
}
.features .features-grid .feat-local .feat-visual {
  top: 9.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15.0625rem;
}
.features .features-grid .feat-opportunity .feat-visual {
  top: 9rem;
  left: 0.4375rem;
  width: 25.25rem;
}
.features .features-grid .feat-map .feat-content {
  max-width: 26rem;
}
.features .features-grid .feat-map .feat-visual {
  top: 0;
  right: 0;
  width: 26.25rem;
  height: 100%;
}
.features .features-grid .feat-map .feat-visual img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .features-grid .feat-events .feat-visual {
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 23.125rem;
}
.features .features-grid .feat-privacy .feat-visual {
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18.3125rem;
}
.features .features-grid .feat-community .feat-content {
  max-width: 22.5rem;
}
.features .features-grid .feat-community .feat-visual {
  top: 2.5rem;
  right: 2.5rem;
  width: 18.1875rem;
}
.features .feat-cta {
  margin-top: 2.5rem;
  text-align: center;
}

.explore .explore-head {
  max-width: 61.3125rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}
.explore .explore-head h2 {
  margin-bottom: 2rem;
}
.explore .explore-head p {
  margin: 0;
  color: #484848;
}
.explore .explore-label {
  margin: 0 0 2.5625rem;
  text-align: center;
  font-family: var(--font-heading, "Inter", sans-serif);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--black, #000);
}
.explore .explore-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.125rem 1.875rem;
}
.explore .interest-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.0625rem;
}
.explore .interest-card .interest-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 1.25rem;
  overflow: hidden;
}
.explore .interest-card .interest-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.explore .interest-card .interest-name {
  font-family: var(--font-heading, "Inter", sans-serif);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: normal;
  color: var(--black, #000);
  text-align: center;
}
.explore .explore-more {
  margin: 3.3125rem 0 0;
  text-align: center;
  font-family: var(--font-heading, "Inter", sans-serif);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--coral-bright, #fc5d51);
}
.explore .explore-cta {
  margin-top: 2.6875rem;
  text-align: center;
}

.testimonials {
  background: #f8f3f2;
}
.testimonials .testi-head {
  max-width: 50rem;
  margin: 0 auto 3.5rem;
  text-align: center;
}
.testimonials .testi-head h2 {
  margin-bottom: 1rem;
}
.testimonials .testi-head p {
  margin: 0;
  color: #484848;
}
.testimonials .testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.testimonials .testi-card {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  padding: 2.375rem 2.1875rem;
  background: var(--white, #fff);
  border: 0.0625rem solid #e2e2d1;
  border-radius: 0.9375rem;
}
.testimonials .testi-card .testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials .testi-card .testi-top .testi-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--coral-bright, #fc5d51);
  font-size: 1.125rem;
}
.testimonials .testi-card .testi-top .testi-date {
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #5d5d5d;
}
.testimonials .testi-card .testi-body {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.testimonials .testi-card .testi-body h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--black, #000);
}
.testimonials .testi-card .testi-body p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: var(--black, #000);
}
.testimonials .testi-card .testi-user {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.testimonials .testi-card .testi-user .testi-name {
  font-family: var(--font-heading, "Inter", sans-serif);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--black, #000);
}
.testimonials .testi-card .testi-user .testi-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #5d5d5d;
}
.testimonials .testi-card .testi-user .testi-verified i {
  font-size: 0.75rem;
  color: var(--primary, #11a6ac);
}
.testimonials .testi-cta {
  margin-top: 3.5rem;
  text-align: center;
}

.mainft {
  background: var(--navy, #171459);
  padding: 6.69rem 0 1.31rem;
}
.mainft .ftmain {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  padding-bottom: 7.5rem;
}
.mainft .ftlogo {
  width: 100%;
  max-width: 23.3125rem;
}
.mainft .ftlogo a {
  display: inline-block;
}
.mainft .ftlogo img {
  width: 100%;
  max-width: 11.3125rem;
}
.mainft .ftcol h5 {
  color: var(--white, #fff);
  font-family: var(--font-heading, "Inter", sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: normal;
}
.mainft .ftcol p {
  color: #a19fc8;
  font-size: 1rem;
  line-height: 1.375rem;
}
.mainft .ftinfo,
.mainft .ftcontact {
  max-width: 19.125rem;
}
.mainft .ftaddress {
  margin-bottom: 1.5rem;
}
.mainft .social {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.mainft .social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  border: 0.0625rem solid #fff;
  color: var(--white, #fff);
  font-size: 0.875rem;
}
.mainft .social li a:hover {
  background: var(--primary, #11a6ac);
  border-color: var(--primary, #11a6ac);
  color: var(--white, #fff);
}
.mainft .social li a i {
  margin-top: 1px;
}
.mainft .ftnews {
  max-width: 19.125rem;
}
.mainft .ftnews .newsform input:not([type=submit]) {
  background: transparent;
  border-color: #37507c;
  color: var(--white, #fff);
  margin-bottom: 0.875rem;
}
.mainft .ftnews .newsform input:not([type=submit])::-moz-placeholder {
  color: #cacaca;
}
.mainft .ftnews .newsform input:not([type=submit])::placeholder {
  color: #cacaca;
}
.mainft .ftnews .newsform .wpcf7-not-valid-tip {
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.mainft .ftnews .newsform .wpcf7-response-output {
  margin: 15px 0 0 !important;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  border: 1px solid red;
}
.mainft .ftbottom {
  padding-top: 1.07rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.mainft .ftbottom p {
  margin: 0;
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.mainft .ftbottom a:hover {
  color: var(--white, #fff);
}
.mainft .btn:hover,
.mainft .btn:focus {
  background: #0a0845;
}

.waitlist {
  position: relative;
  background: #ef776e;
  padding: 6.44rem 0 9rem;
}
.waitlist .waitlist-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.35;
  pointer-events: none;
}
.waitlist .container {
  position: relative;
  z-index: 1;
}
.waitlist .waitlisthead {
  text-align: center;
  margin: 0 0 3rem;
}
.waitlist .waitlisthead h2 {
  color: var(--white, #fff);
  max-width: 40rem;
  margin: 0 auto 1rem;
}
.waitlist .waitlisthead p {
  color: var(--white, #fff);
  margin: 0;
}
.waitlist .waitlistcard {
  max-width: 45.125rem;
  margin: 0 auto;
  padding: 2.5rem;
  background: var(--white, #fff);
  border-radius: 2.25rem;
  box-shadow: 0 0.5rem 0.75rem rgba(217, 74, 87, 0.35);
}
.waitlist .waitlistcard label {
  color: var(--body-text, #1e1e1e);
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.waitlist .waitlistcard input[type=checkbox] {
  -moz-appearance: unset;
  appearance: unset;
  -webkit-appearance: unset;
  width: 25px;
  height: 25px;
  margin: 0px 0 0;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: transparent;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease;
  display: block;
}
.waitlist .waitlistcard input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.waitlist .waitlistcard input[type=checkbox]:checked {
  background: #d94a57;
  border-color: #d94a57;
}
.waitlist .waitlistcard input[type=checkbox]:checked::after {
  opacity: 1;
}
.waitlist .waitlistcard input[type=checkbox]:focus-visible {
  outline: 2px solid rgba(217, 74, 87, 0.4);
  outline-offset: 2px;
}
.waitlist .waitlistcard .wlconsent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.3125rem;
}
.waitlist .waitlistcard .wlconsent .wpcf7-form-control-wrap,
.waitlist .waitlistcard .wlconsent .wpcf7-form-control,
.waitlist .waitlistcard .wlconsent .wpcf7-list-item {
  display: block;
  margin: 0;
}
.waitlist .waitlistcard .wlconsent label {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: var(--font-body, "Mulish", sans-serif);
  color: var(--body-text, #1e1e1e);
  font-weight: 400;
  cursor: pointer;
}
.waitlist .waitlistcard .wlconsent .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 26px;
  color: #1e1e1e;
}
.waitlist .waitlistcard .btn.pill {
  width: 100%;
  margin-top: 0.5rem;
}
.waitlist .waitlistcard .wpcf7-response-output {
  margin-top: 1.25rem !important;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1rem;
}
.waitlist .waitlistcard .wpcf7-not-valid-tip {
  margin: -10px 0 16px;
}

.faq .sechead p {
  color: #484848;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.faq .faqcols {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.faq .faq_group {
  flex: 1 1 0;
  min-width: 0;
}
.faq .faq_item:not(:last-child) {
  margin-bottom: 2.9375rem;
}
.faq .acc_trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding-bottom: 1.625rem;
  border-bottom: 0.0625rem solid var(--border, #ececec);
  cursor: pointer;
}
.faq .acc_trigger:hover {
  color: inherit;
}
.faq .acc_trigger .faq_q {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  color: var(--black, #000);
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: left;
}
.faq .acc_trigger .faq_dot {
  flex-shrink: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #383838;
}
.faq .acc_trigger .faq_icon {
  position: relative;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.faq .acc_trigger .faq_icon::before, .faq .acc_trigger .faq_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--coral-bright, #fc5d51);
  transition: all 0.3s ease-in-out;
}
.faq .acc_trigger .faq_icon::before {
  width: 1rem;
  height: 0.1875rem;
}
.faq .acc_trigger .faq_icon::after {
  width: 0.1875rem;
  height: 1rem;
}
.faq .acc_trigger.active .faq_icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .acc_container {
  display: none;
  padding-top: 1.25rem;
}
.faq .acc_container p {
  color: #484848;
  font-size: 1rem;
  line-height: 1.625rem;
}
.faq .faqbtn {
  display: flex;
  justify-content: center;
  margin-top: 2.6875rem;
}

.notify .notifycont {
  max-width: 35rem;
}
.notify h2 {
  margin-bottom: 1.5rem;
}
.notify .notifysub {
  color: #484848;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 1.875rem;
}
.notify .notifylist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
  margin-bottom: 1.875rem;
}
.notify .notifylist li {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  color: var(--black, #000);
  font-family: var(--font-body, "Mulish", sans-serif);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.notify .notifylist .ck {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--coral-bright, #fc5d51);
  color: var(--white, #fff);
  font-size: 0.625rem;
}
.notify .notifyformhead {
  margin-bottom: 1.3125rem;
}
.notify .notifyformhead h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.notify .notifyformhead p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0;
}
.notify .notifyform .row {
  --bs-gutter-x: 0.75rem;
}
.notify .notifyform .btn.pill {
  width: 100%;
  margin-top: 0.5rem;
}
.notify .notifyform .wpcf7-response-output {
  margin-top: 1.5rem !important;
  text-align: center;
}
.notify .notifyform .wpcf7-not-valid-tip {
  margin: -13px 0 5px 0;
  font-size: 0.8rem;
}
.notify .notifyphones {
  position: relative;
  width: 100%;
  max-width: 42.375rem;
  margin-left: auto;
  aspect-ratio: 678/674;
  overflow: visible;
}
.notify .notifyphones .swiper-wrapper {
  display: contents;
}
.notify .notifyphones .swiper-pagination {
  display: none;
}
.notify .notifyphones .phoneshot {
  position: absolute;
  overflow: hidden;
  background: var(--white, #fff);
}
.notify .notifyphones .phoneshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notify .notifyphones .phoneshot.side {
  top: 12.3%;
  width: 39.4%;
  height: 79.8%;
  border: 0.3125rem solid #2c4672;
  border-radius: 1.75rem;
}
.notify .notifyphones .phoneshot.left {
  left: 0;
  z-index: 1;
}
.notify .notifyphones .phoneshot.right {
  left: 60.6%;
  z-index: 1;
}
.notify .notifyphones .phoneshot.center {
  left: 27.3%;
  top: 0;
  width: 47.8%;
  height: 100%;
  background: var(--black, #000);
  border: 0.35rem solid #3e00a3;
  border-radius: 2.1875rem;
  z-index: 2;
}
.notify .notifyphones .phoneshot .notch {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 19.8%;
  height: 2.9%;
  background: var(--white, #fff);
  border-radius: 2.5rem;
  z-index: 3;
}

.wpcf7-spinner {
  display: none;
}/*# sourceMappingURL=style.css.map */