@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/**
 * Modern Animation System
 * - Optimized for performance
 * - Supports delays and custom durations
 * - Uses will-change for hardware acceleration
 * - Prevents layout thrashing
 */
/* Base animation settings - universal for all fade animations */
#pele > section.contact > div > div.contact-form > div > div > div > div > div.info-right > div > p {
  color: #000 !important;
  font-size: 30px !important; }

#pele > section.contact > div > div.contact-form > div > div > div > div > div.info-right > form > div.disclaimer-wrap.opt-in > div.tcpa-consent > div > div.disclaimer-content.party-consent > p {
  font-size: 14px !important;
  line-height: normal !important; }

.visible-after-animation {
  opacity: 1 !important; }

[class*=fade-] {
  opacity: 0;
  will-change: opacity,transform;
  animation-play-state: paused;
  backface-visibility: hidden;
  perspective: 1000px;
  animation-fill-mode: forwards !important; }

[class*=fade-].fade-in, [class*=fade-][class$="-active"] {
  animation-play-state: running;
  animation-duration: var(--anim-duration, 0.8s);
  animation-delay: var(--anim-delay, 0s);
  animation-timing-function: var(--anim-easing, cubic-bezier(0.25, 0.1, 0.25, 1));
  animation-fill-mode: forwards !important; }

.fade-in {
  animation-name: fadeIn;
  background-position: center !important;
  background-size: cover !important; }

.fade-up, .fade-up-active {
  animation-name: fadeUp; }

.fade-down, .fade-down-active {
  animation-name: fadeDown; }

.fade-down-large, .fade-down-large-active {
  animation-name: fadeDownLarge; }

.fade-left, .fade-left-active {
  animation-name: fadeLeft; }

.fade-right, .fade-right-active {
  animation-name: fadeRight; }

.fade-scale, .fade-scale-active {
  animation-name: fadeScale; }

.fade-scale-up, .fade-scale-up-active {
  animation-name: fadeScaleUp; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-1000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fadeScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(30px); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.delay-100 {
  --anim-delay:0.1s; }

.delay-200 {
  --anim-delay:0.2s; }

.delay-300 {
  --anim-delay:0.3s; }

.delay-400 {
  --anim-delay:0.4s; }

.delay-500 {
  --anim-delay:0.5s; }

.delay-800 {
  --anim-delay:0.8s; }

.delay-1000 {
  --anim-delay:1s; }

.duration-300 {
  --anim-duration:0.3s; }

.duration-500 {
  --anim-duration:0.5s; }

.duration-800 {
  --anim-duration:0.8s; }

.duration-1000 {
  --anim-duration:1s; }

.duration-1500 {
  --anim-duration:1.5s; }

.duration-2000 {
  --anim-duration:2s; }

.ease-linear {
  --anim-easing:linear; }

.ease-in {
  --anim-easing:cubic-bezier(0.42, 0, 1, 1); }

.ease-out {
  --anim-easing:cubic-bezier(0, 0, 0.58, 1); }

.ease-in-out {
  --anim-easing:cubic-bezier(0.42, 0, 0.58, 1); }

.ease-bounce {
  --anim-easing:cubic-bezier(0.68, -0.55, 0.265, 1.55); }

@media (prefers-reduced-motion: reduce) {
  [class*=fade-] {
    transition: opacity 0.1s ease-in-out !important;
    animation: none !important;
    transform: none !important; }

  .fade-in, [class*=fade-][class$="-active"] {
    opacity: 1; } }
.lazy {
  opacity: 0;
  transition: opacity .5s ease-in-out; }

html {
  font-size: 16px; }

/* CHIME ADJUSTMENTS */
/*.search-bar.layout3 .search-by-section .search-category .keyword-submit {
    min-width: 84px;
}*/
.search-bar.layout3 .search-by-section .search-category .keyword {
  height: 45px; }

.search-bar.layout3 .search-by-section .search-category .keyword-submit {
  height: 45px; }

.md-hero.layout3.banner-with-search-group.mg-bg {
  display: none; }

.md-custom-code, #app, main {
  background-color: transparent !important; }

.mg-container {
  max-width: 100% !important;
  width: 100% !important; }

.md-form.layout2 .info-agent {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  display: none; }

.md-form.layout2 .info-right {
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  padding: 60px 50px 70px 40px;
  width: 100%; }

.md-form.layout2 .info-right > div > h2 {
  margin-bottom: 20px;
  color: #000 !important; }

.disclaimer-wrap.opt-in .disclaimer-content {
  font-size: 12px; }

div.info-right > form > div.input-content > div > div > p.title {
  margin-bottom: 10px;
  color: #000 !important; }

.md-form.layout4 .info-right .agent-info {
  display: none; }

.md-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

div.info-right > form > div.submit-content > div {
  text-align: center !important; }

div.info-right > form > div.submit-content > div > button {
  width: auto !important;
  padding-left: 15px;
  padding-right: 15px; }

.disclaimer-content.party-consent * {
  color: black !important; }

.md-form input, .md-form textarea {
  color: black !important; }

.email-suggestion .item {
  color: black !important; }

.WidgetTitle__Container-sc-9c92769d-0 {
  display: none; }

/* Pele Styles */
body {
  margin: 0;
  padding: 0; }
  body #cherieYoung {
    width: 100%;
    opacity: 1 !important; }
    body #cherieYoung #pele {
      width: 100%;
      position: relative;
      overflow: hidden; }
      body #cherieYoung #pele a {
        text-decoration: none !important; }
      body #cherieYoung #pele h1 {
        font-family: "Josefin Sans", Sans-serif;
        font-size: 8rem;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: -10px;
        line-height: 95%; }
        body #cherieYoung #pele h1.large {
          font-size: 9rem;
          text-transform: uppercase;
          line-height: 1; }
        @media (max-width: 1200px) {
          body #cherieYoung #pele h1 {
            font-size: 4rem; }
            body #cherieYoung #pele h1.large {
              font-size: 6rem; } }
        @media (max-width: 790px) {
          body #cherieYoung #pele h1 {
            font-size: 2.5rem;
            line-height: 100%; }
            body #cherieYoung #pele h1.large {
              font-size: 3rem; } }
      body #cherieYoung #pele h2 {
        font-family: "Josefin Sans", Sans-serif;
        font-size: 4.5rem;
        font-weight: 100;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 95%; }
        @media (max-width: 1200px) {
          body #cherieYoung #pele h2 {
            font-size: 4rem; } }
        @media (max-width: 790px) {
          body #cherieYoung #pele h2 {
            font-size: 3.5rem; } }
      body #cherieYoung #pele h3 {
        font-family: "Josefin Sans", Sans-serif;
        font-size: 1.5rem;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0; }
        @media (max-width: 1200px) {
          body #cherieYoung #pele h3 {
            font-size: 1.25rem; } }
        @media (max-width: 790px) {
          body #cherieYoung #pele h3 {
            font-size: 1rem; } }
        body #cherieYoung #pele h3 span {
          font-size: 2rem; }
      body #cherieYoung #pele p {
        font-family: "Josefin Sans", Sans-serif;
        font-size: 1.25rem;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 32px; }
      body #cherieYoung #pele .background-content {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        filter: brightness(0.8);
        background-position: center;
        background-size: cover; }
        @media (max-width: 1200px) {
          body #cherieYoung #pele .background-content {
            background-size: cover; }
            body #cherieYoung #pele .background-content iframe {
              display: none !important; } }
      body #cherieYoung #pele .hero {
        height: 100vh; }
        body #cherieYoung #pele .hero.min {
          height: 50vh;
          background-size: cover;
          background-repeat: no-repeat;
          position: relative;
          background-position: center; }
        @media (max-width: 991.98px) {
          body #cherieYoung #pele .hero {
            height: 65vh; } }
        @media (max-width: 600px) {
          body #cherieYoung #pele .hero {
            height: 40vh;
            min-height: 300px; } }
        body #cherieYoung #pele .hero .hero-content {
          height: 100%;
          width: 100%;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          margin-top: 0px;
          flex-direction: column;
          padding-bottom: 0px; }
          body #cherieYoung #pele .hero .hero-content h2 {
            font-weight: 300;
            letter-spacing: 5px; }
          body #cherieYoung #pele .hero .hero-content .hero-text {
            position: absolute;
            z-index: 3; }
            body #cherieYoung #pele .hero .hero-content .hero-text h2 {
              text-transform: uppercase; }
              @media (max-width: 1200px) {
                body #cherieYoung #pele .hero .hero-content .hero-text h2 {
                  font-size: 2.5rem; } }
              @media (max-width: 991px) {
                body #cherieYoung #pele .hero .hero-content .hero-text h2 {
                  padding-top: 10px;
                  font-size: 1.5rem; } }
      body #cherieYoung #pele #hero_bar {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 0;
        display: flex;
        background: rgba(0, 0, 0, 0.7);
        transform: translateY(-100%);
        /* @media(max-width: 320px){margin-bottom: -70px;}*/ }
        @media (max-width: 991.98px) {
          body #cherieYoung #pele #hero_bar {
            transform: none; } }
        body #cherieYoung #pele #hero_bar .search-heading {
          width: 350px;
          background: rgba(0, 0, 0, 0.1);
          padding: 25px;
          margin: 0;
          color: #fff;
          text-align: right; }
          body #cherieYoung #pele #hero_bar .search-heading h3 {
            color: #fff;
            padding-left: 50px;
            font-size: 28px !important;
            font-weight: 300;
            text-align: left !important; }
            @media (max-width: 991.98px) {
              body #cherieYoung #pele #hero_bar .search-heading h3 br {
                display: none; } }
            body #cherieYoung #pele #hero_bar .search-heading h3 span {
              display: block;
              font-family: "Josefin Sans", Sans-serif;
              color: #48CACD;
              font-size: 60%;
              position: relative;
              margin-bottom: 10px;
              font-style: italic; }
              body #cherieYoung #pele #hero_bar .search-heading h3 span::before {
                content: "";
                top: 50%;
                right: 100%;
                margin-right: 8px;
                width: 50px;
                border-top: 1px solid #fff;
                position: absolute; }
          @media (max-width: 991.98px) {
            body #cherieYoung #pele #hero_bar .search-heading {
              width: 100%; } }
        body #cherieYoung #pele #hero_bar .search-actions {
          width: calc(100% - 350px); }
          @media (max-width: 991.98px) {
            body #cherieYoung #pele #hero_bar .search-actions {
              width: 100%; } }
          body #cherieYoung #pele #hero_bar .search-actions #search_cta {
            display: flex;
            margin: 0;
            padding: 0;
            align-items: center;
            height: 100%;
            padding-left: 0;
            overflow: hidden; }
            @media (max-width: 1499.98px) {
              body #cherieYoung #pele #hero_bar .search-actions #search_cta {
                flex-wrap: wrap; } }
            body #cherieYoung #pele #hero_bar .search-actions #search_cta li {
              list-style: none;
              margin: 0 15px;
              position: relative;
              text-align: center;
              width: calc(50% - 60px);
              /*        @media (max-width: 1499.98px) {
                        width: calc(50% - 60px);
                      }*/ }
              body #cherieYoung #pele #hero_bar .search-actions #search_cta li a {
                display: inline-block;
                font-family: "Josefin Sans", Sans-serif;
                width: fit-content;
                position: relative;
                padding: 10px 50px 10px 0;
                font-weight: 400;
                background: rgba(0, 0, 0, 0) !important;
                border-bottom: 2px solid #465454;
                text-align: center;
                font-size: 18px;
                text-transform: uppercase;
                letter-spacing: 2px;
                color: #fff;
                text-decoration: none; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li a:after {
                  content: "";
                  position: absolute;
                  right: 0;
                  bottom: -2px;
                  width: 45%;
                  height: 2px;
                  background: #48CACD;
                  transition: 300ms ease all; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li a:hover:after {
                  width: 15%; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li a .num {
                  display: block;
                  color: #dfcabc;
                  font-family: "Marope", Georgia, serif;
                  font-style: italic;
                  font-size: 18px;
                  line-height: 1.2; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li a .linktext {
                  display: block;
                  text-transform: uppercase;
                  letter-spacing: 2px;
                  font-size: 18px;
                  white-space: nowrap;
                  font-family: "Josefin Sans", Sans-serif; }
                @media (max-width: 575.98px) {
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li a {
                    text-align: center; } }
              body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform {
                flex-grow: 1; }
                @media (max-width: 991.98px) {
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform {
                    margin-top: 25px; } }
                @media (max-width: 1499.98px) {
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform {
                    width: 100%; } }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform::after {
                  display: none; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform .listings-count {
                  display: none; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form .range-input {
                  display: none; }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form input.ballerbox__autocomplete-input {
                  width: calc(100% - 200px);
                  height: 40px;
                  line-height: 40px;
                  border-radius: 0;
                  border: 1px solid #ccc;
                  box-sizing: border-box; }
                  @media (max-width: 575.98px) {
                    body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form input.ballerbox__autocomplete-input {
                      width: 100%; } }
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8 {
                  width: 195px;
                  border-radius: 0 !important;
                  margin-left: 0; }
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8::after {
                    display: none !important; }
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8:hover {
                    width: 195px; }
                  body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8 .arrow {
                    display: none; }
                  @media (max-width: 575.98px) {
                    body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8 {
                      width: 100%; }
                      body #cherieYoung #pele #hero_bar .search-actions #search_cta li.searchform form button.btn.ml-8:hover {
                        width: 100%; } }
              @media (max-width: 1199.98px) {
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li {
                  margin: 0 20px;
                  width: calc(50% - 40px); } }
              @media (max-width: 575.98px) {
                body #cherieYoung #pele #hero_bar .search-actions #search_cta li {
                  width: 100%; } }
        @media (max-width: 991.98px) {
          body #cherieYoung #pele #hero_bar {
            flex-wrap: wrap;
            background: #000;
            position: relative;
            padding: 20px 0;
            /* margin-bottom: -200px;*/ } }
      body #cherieYoung #pele .welcome {
        padding: 60px 0;
        background-color: white;
        position: relative; }
        @media (max-width: 800px) {
          body #cherieYoung #pele .welcome {
            padding: 30px 0; } }
        body #cherieYoung #pele .welcome .welcome-content {
          max-width: 1500px;
          margin: auto;
          display: flex;
          justify-content: center;
          align-items: start;
          gap: 100px;
          padding: 0 30px; }
          body #cherieYoung #pele .welcome .welcome-content h2 {
            padding-bottom: 15px; }
          body #cherieYoung #pele .welcome .welcome-content h2, body #cherieYoung #pele .welcome .welcome-content p {
            color: black;
            text-align: left;
            margin-bottom: 15px; }
          body #cherieYoung #pele .welcome .welcome-content div {
            width: 50%;
            text-align: center; }
            @media (max-width: 1000px) {
              body #cherieYoung #pele .welcome .welcome-content div {
                width: 100%; } }
          body #cherieYoung #pele .welcome .welcome-content img {
            width: 320px;
            max-width: 90%; }
          body #cherieYoung #pele .welcome .welcome-content .toggle-button {
            font-family: "Poppins", sans-serif;
            background-color: rgba(0, 0, 0, 0.1);
            border: 1px solid #48CACD;
            color: black;
            padding: 0.7rem 1.5rem;
            border-radius: 4px;
            cursor: pointer;
            margin: 1rem 0;
            position: relative;
            transition: all 0.3s ease;
            font-weight: 500; }
            body #cherieYoung #pele .welcome .welcome-content .toggle-button::after {
              content: "▼";
              display: inline-block;
              margin-left: 8px;
              transition: transform 0.3s ease;
              font-size: 0.75em; }
            body #cherieYoung #pele .welcome .welcome-content .toggle-button:hover {
              background-color: #48CACD;
              color: white; }
            body #cherieYoung #pele .welcome .welcome-content .toggle-button.expanded::after {
              transform: rotate(180deg); }
          body #cherieYoung #pele .welcome .welcome-content .read-more {
            overflow: hidden;
            transition: height 0.5s ease, opacity 0.5s ease;
            height: 0;
            opacity: 0;
            width: 100%; }
            body #cherieYoung #pele .welcome .welcome-content .read-more p {
              margin-bottom: 1rem; }
            body #cherieYoung #pele .welcome .welcome-content .read-more.expanded {
              height: auto;
              opacity: 1; }
          body #cherieYoung #pele .welcome .welcome-content .welcome-cta {
            display: flex;
            justify-content: center;
            align-items: left;
            flex-direction: column;
            margin-top: 2rem;
            gap: 30px;
            width: 100%; }
            body #cherieYoung #pele .welcome .welcome-content .welcome-cta a {
              font-family: "Josefin Sans", Sans-serif;
              width: fit-content;
              position: relative;
              padding: 10px 50px 10px 0;
              font-weight: 400;
              background: rgba(0, 0, 0, 0) !important;
              border-bottom: 2px solid #465454;
              text-align: left;
              font-size: 18px;
              text-transform: uppercase;
              letter-spacing: 2px;
              color: #2e2e2e;
              text-decoration: none; }
              body #cherieYoung #pele .welcome .welcome-content .welcome-cta a:after {
                content: "";
                position: absolute;
                right: 0;
                bottom: -2px;
                width: 45%;
                height: 2px;
                background: #48CACD;
                transition: 300ms ease all; }
              body #cherieYoung #pele .welcome .welcome-content .welcome-cta a:hover:after {
                width: 15%; }
              @media (max-width: 790px) {
                body #cherieYoung #pele .welcome .welcome-content .welcome-cta a {
                  font-weight: 300;
                  text-align: center;
                  padding: 15px 0px; } }
            @media (max-width: 1000px) {
              body #cherieYoung #pele .welcome .welcome-content .welcome-cta {
                justify-content: center;
                margin-top: 0; } }
            @media (max-width: 786px) {
              body #cherieYoung #pele .welcome .welcome-content .welcome-cta {
                flex-direction: column;
                gap: 10px; } }
          @media (max-width: 1000px) {
            body #cherieYoung #pele .welcome .welcome-content {
              justify-content: center;
              gap: 60px; } }
          @media (max-width: 800px) {
            body #cherieYoung #pele .welcome .welcome-content {
              flex-direction: column;
              gap: 30px; } }
      body #cherieYoung #pele .featured-lifestyles, body #cherieYoung #pele .featured-areas {
        background-color: white; }
        body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row {
          border-bottom: 1px solid white;
          display: flex;
          /*justify-content: center;*/
          /*align-items: center;*/
          flex-direction: row;
          gap: 1px; }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.large, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile.large {
            width: 100%;
            height: 80vh;
            box-sizing: border-box; }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.no-hover:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile.no-hover:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3);
            z-index: -1; }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.no-hover:hover:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile.no-hover:hover:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.3);
            z-index: -1; }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.no-hover:hover:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile.no-hover:hover:after {
            background: none !important;
            width: 0 !important;
            height: 0 !important;
            opacity: 0 !important; }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile.no-hover:hover .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile.no-hover:hover .featured-tile-content {
            filter: none !important; }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single {
            position: relative;
            width: calc(50% - 1px);
            padding: 10vw 0;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media (max-width: 1300px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single h1 {
                font-size: 5rem; } }
            @media (max-width: 1200px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single h1 {
                font-size: 4rem; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single h1 {
                font-size: 3rem; } }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single h2 {
              font-size: 3rem;
              font-weight: 300;
              letter-spacing: 8px; }
              @media (max-width: 1200px) {
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single h2 {
                  font-size: 2rem;
                  letter-spacing: 4px; } }
              @media (max-width: 790px) {
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile h2, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single h2 {
                  font-size: 1.5rem;
                  letter-spacing: 2px; } }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:before, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: rgba(0, 0, 0, 0.3);
              z-index: -1;
              transition: .5s; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:after, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single:after {
              content: '';
              position: absolute;
              width: 0px;
              height: 0px;
              border: 2px solid #48CACD;
              transition: 0.4s;
              z-index: 1;
              opacity: 0; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:hover:before, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single:hover:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:hover:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single:hover:before {
              background: rgba(255, 255, 255, 0.4);
              transition: .5s; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:hover:after, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single:hover:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:hover:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single:hover:after {
              width: 79%;
              height: 80%;
              opacity: 100%; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile:hover .featured-tile-content, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single:hover .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile:hover .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single:hover .featured-tile-content {
              filter: invert(1);
              transition: .5s; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile .featured-tile-content, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single .featured-tile-content {
              transition: .5s;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              gap: 20px; }
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile .featured-tile-content img, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single .featured-tile-content img, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile .featured-tile-content img, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single .featured-tile-content img {
                max-width: 300px;
                filter: brightness(0) invert(1); }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile .featured-tile-content img, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single .featured-tile-content img, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile .featured-tile-content img, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single .featured-tile-content img {
                    max-width: 150px; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile, body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row .featured-tile-single, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row .featured-tile-single {
                padding: 20vw 0 !important;
                width: 100%; } }
          @media (max-width: 790px) {
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row {
              flex-direction: column;
              gap: 1px; } }
        body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary {
          align-items: stretch; }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile.invert, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile.invert {
            background-color: var(--g-btn-background); }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile.invert h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile.invert h1 {
              color: white !important;
              font-size: 6rem; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile.invert a, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile.invert a {
              color: white !important; }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile {
            padding: 0 4vw;
            height: auto;
            flex: 1; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile:hover .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile:hover .featured-tile-content {
              filter: invert(0);
              transition: .5s; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content {
              align-items: start; }
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content h1 {
                color: black;
                text-align: left;
                font-weight: 100; }
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a {
                display: block;
                margin-top: 30px;
                font-family: "Josefin Sans", Sans-serif;
                width: fit-content;
                position: relative;
                padding: 10px 50px 10px 0;
                font-weight: 400;
                background: rgba(0, 0, 0, 0) !important;
                border-bottom: 2px solid #465454;
                text-align: left;
                font-size: 18px;
                text-transform: uppercase;
                letter-spacing: 2px;
                color: black;
                text-decoration: none; }
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a:after {
                  content: "";
                  position: absolute;
                  right: 0;
                  bottom: -2px;
                  width: 45%;
                  height: 2px;
                  background: #48CACD;
                  transition: 300ms ease all; }
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a:hover:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a:hover:after {
                  width: 15%; }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a {
                    font-weight: 300;
                    text-align: center;
                    padding: 15px 0px; } }
              @media (max-width: 790px) {
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content {
                  gap: 1px; } }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile:before, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile:before {
              display: none; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile:after, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile:after {
              display: none; }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content {
                align-items: center;
                width: 80%; }
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content a {
                  margin-top: 15px; }
                body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content h1, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary > .featured-tile .featured-tile-content h1 {
                  text-align: center; } }
          body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary .featured-tile-stack, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack {
            width: calc(50% - 1px);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 1px; }
            body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary .featured-tile-stack .featured-tile, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack .featured-tile {
              padding: 8vw 0;
              width: 100%; }
            @media (max-width: 790px) {
              body #cherieYoung #pele .featured-lifestyles .featured-content .featured-content-row.primary .featured-tile-stack, body #cherieYoung #pele .featured-areas .featured-content .featured-content-row.primary .featured-tile-stack {
                width: 100%;
                gap: 1px; } }
      body #cherieYoung #pele #surf,
      body #cherieYoung #pele #home-worth {
        position: relative;
        height: 67vh;
        overflow: hidden;
        margin-bottom: 1px;
        padding: 30px 0; }
        body #cherieYoung #pele #surf .video-wrapper,
        body #cherieYoung #pele #home-worth .video-wrapper {
          position: absolute;
          inset: 0; }
          body #cherieYoung #pele #surf .video-wrapper video,
          body #cherieYoung #pele #home-worth .video-wrapper video {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        body #cherieYoung #pele #surf::before,
        body #cherieYoung #pele #home-worth::before {
          content: "";
          position: absolute;
          inset: 0;
          z-index: 1;
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%); }
        body #cherieYoung #pele #surf .home-worth-content,
        body #cherieYoung #pele #home-worth .home-worth-content {
          position: relative;
          z-index: 2;
          color: #fff;
          text-align: center;
          top: 50%;
          transform: translateY(-50%);
          transition: .5s;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 20px; }
          @media (max-width: 991px) {
            body #cherieYoung #pele #surf .home-worth-content,
            body #cherieYoung #pele #home-worth .home-worth-content {
              transform: none; } }
          body #cherieYoung #pele #surf .home-worth-content .home-worth-tile,
          body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile {
            position: relative;
            padding: 10vw 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h2,
            body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h2 {
              font-size: 140px;
              text-transform: uppercase;
              letter-spacing: 15px;
              font-weight: 300;
              position: relative;
              margin-top: 55px; }
              body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h2 br,
              body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h2 br {
                padding-top: 10px;
                padding-bottom: 10px; }
              @media (max-width: 1200px) {
                body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h2,
                body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h2 {
                  font-size: 2.5rem; } }
              @media (max-width: 790px) {
                body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h2,
                body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h2 {
                  font-size: 2rem;
                  letter-spacing: 10px; } }
            body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h3,
            body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h3 {
              padding-top: 30px; }
              @media (max-width: 790px) {
                body #cherieYoung #pele #surf .home-worth-content .home-worth-tile h3,
                body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile h3 {
                  padding-top: 10; } }
            body #cherieYoung #pele #surf .home-worth-content .home-worth-tile a,
            body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile a {
              display: block;
              margin-left: auto;
              margin-right: auto;
              margin-top: 15px;
              font-family: "Josefin Sans", Sans-serif;
              width: fit-content;
              position: relative;
              padding: 10px 50px 10px 0;
              font-weight: 400;
              background: rgba(0, 0, 0, 0) !important;
              border-bottom: 2px solid #465454;
              text-align: left;
              font-size: 18px;
              text-transform: uppercase;
              letter-spacing: 2px;
              color: white;
              text-decoration: none; }
              body #cherieYoung #pele #surf .home-worth-content .home-worth-tile a:after,
              body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile a:after {
                content: "";
                position: absolute;
                right: 0;
                bottom: -2px;
                width: 45%;
                height: 2px;
                background: #48CACD;
                transition: 300ms ease all; }
              body #cherieYoung #pele #surf .home-worth-content .home-worth-tile a:hover:after,
              body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile a:hover:after {
                width: 15%; }
              @media (max-width: 790px) {
                body #cherieYoung #pele #surf .home-worth-content .home-worth-tile a,
                body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile a {
                  font-weight: 300;
                  text-align: center;
                  padding: 15px 0px;
                  margin-top: 0px; } }
            body #cherieYoung #pele #surf .home-worth-content .home-worth-tile .home-worth-tile-content,
            body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile .home-worth-tile-content {
              transition: .5s;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              gap: 20px; }
            @media (max-width: 790px) {
              body #cherieYoung #pele #surf .home-worth-content .home-worth-tile,
              body #cherieYoung #pele #home-worth .home-worth-content .home-worth-tile {
                padding: 12vw 0 !important;
                width: 100%; } }
          @media (max-width: 790px) {
            body #cherieYoung #pele #surf .home-worth-content,
            body #cherieYoung #pele #home-worth .home-worth-content {
              flex-direction: column;
              gap: 1px; } }
          @media (max-width: 790px) {
            body #cherieYoung #pele #surf .home-worth-content,
            body #cherieYoung #pele #home-worth .home-worth-content {
              transform: none; } }
        body #cherieYoung #pele #surf .overlay-content,
        body #cherieYoung #pele #home-worth .overlay-content {
          position: relative;
          z-index: 2;
          color: #fff;
          text-align: center;
          top: 50%;
          transform: translateY(-50%);
          transition: .5s;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          gap: 20px; }
          @media (max-width: 991px) {
            body #cherieYoung #pele #surf .overlay-content,
            body #cherieYoung #pele #home-worth .overlay-content {
              transform: none; } }
          body #cherieYoung #pele #surf .overlay-content h2,
          body #cherieYoung #pele #home-worth .overlay-content h2 {
            font-size: 3rem;
            font-weight: 300;
            letter-spacing: 8px; }
            @media (max-width: 1200px) {
              body #cherieYoung #pele #surf .overlay-content h2,
              body #cherieYoung #pele #home-worth .overlay-content h2 {
                font-size: 2rem; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele #surf .overlay-content h2,
              body #cherieYoung #pele #home-worth .overlay-content h2 {
                font-size: 1.5rem; } }
          body #cherieYoung #pele #surf .overlay-content img,
          body #cherieYoung #pele #home-worth .overlay-content img {
            max-width: 300px;
            filter: brightness(0) invert(1); }
            @media (max-width: 790px) {
              body #cherieYoung #pele #surf .overlay-content img,
              body #cherieYoung #pele #home-worth .overlay-content img {
                max-width: 150px; } }
          body #cherieYoung #pele #surf .overlay-content nav,
          body #cherieYoung #pele #home-worth .overlay-content nav {
            display: flex;
            flex-direction: row;
            gap: 30px; }
            body #cherieYoung #pele #surf .overlay-content nav a,
            body #cherieYoung #pele #home-worth .overlay-content nav a {
              display: block;
              margin-top: 30px;
              font-family: "Josefin Sans", Sans-serif;
              width: fit-content;
              position: relative;
              padding: 10px 50px;
              font-weight: 400;
              background: rgba(0, 0, 0, 0) !important;
              border-bottom: 2px solid #fff;
              text-align: left;
              font-size: 18px;
              text-transform: uppercase;
              letter-spacing: 2px;
              color: #fff;
              text-decoration: none; }
              body #cherieYoung #pele #surf .overlay-content nav a:after,
              body #cherieYoung #pele #home-worth .overlay-content nav a:after {
                content: "";
                position: absolute;
                right: 0;
                bottom: -2px;
                width: 45%;
                height: 2px;
                background: #48CACD;
                transition: 300ms ease all; }
              body #cherieYoung #pele #surf .overlay-content nav a:hover:after,
              body #cherieYoung #pele #home-worth .overlay-content nav a:hover:after {
                width: 15%; }
              @media (max-width: 790px) {
                body #cherieYoung #pele #surf .overlay-content nav a,
                body #cherieYoung #pele #home-worth .overlay-content nav a {
                  font-weight: 300;
                  width: 100%;
                  text-align: center;
                  padding: 15px 0px; } }
            @media (max-width: 790px) {
              body #cherieYoung #pele #surf .overlay-content nav,
              body #cherieYoung #pele #home-worth .overlay-content nav {
                flex-direction: column;
                gap: 15px; } }
        @media (max-width: 991px) {
          body #cherieYoung #pele #surf,
          body #cherieYoung #pele #home-worth {
            height: fit-content;
            padding: 60px 20px;
            background: url("fallback.jpg") center center/cover no-repeat; }
            body #cherieYoung #pele #surf .video-wrapper,
            body #cherieYoung #pele #home-worth .video-wrapper {
              display: none; } }
      body #cherieYoung #pele .buyer-seller {
        background-color: white; }
        body #cherieYoung #pele .buyer-seller .buyer-seller-content {
          display: flex;
          align-items: center;
          flex-direction: row;
          gap: 1px; }
          body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile {
            position: relative;
            box-sizing: border-box;
            width: calc(50% - 1px);
            padding: 10vw 0;
            display: flex;
            justify-content: center;
            align-items: center; }
            body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile h2 {
              font-size: 3rem;
              font-weight: 300;
              line-height: 105%; }
              body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile h2 br {
                padding-top: 10px;
                padding-bottom: 10px; }
              @media (max-width: 1200px) {
                body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile h2 {
                  font-size: 2.5rem; } }
              @media (max-width: 790px) {
                body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile h2 {
                  font-size: 2rem; } }
            body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: rgba(0, 0, 0, 0.3);
              z-index: -1;
              transition: .5s; }
            body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:after {
              content: '';
              position: absolute;
              width: 0px;
              height: 0px;
              border: 2px solid #48CACD;
              transition: 0.4s;
              z-index: 1;
              opacity: 0; }
            body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:hover:before {
              background: rgba(255, 255, 255, 0.4);
              transition: .5s; }
            body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:hover:after {
              width: 79%;
              height: 80%;
              opacity: 100%; }
            body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile:hover .buyer-seller-tile-content {
              filter: invert(1);
              transition: .5s; }
            body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile .buyer-seller-tile-content {
              transition: .5s;
              display: flex;
              justify-content: space-between;
              align-items: center;
              flex-direction: column;
              gap: 20px;
              min-height: 150px; }
            @media (max-width: 790px) {
              body #cherieYoung #pele .buyer-seller .buyer-seller-content .buyer-seller-tile {
                padding: 12vw 0 !important;
                width: 100%; } }
          @media (max-width: 790px) {
            body #cherieYoung #pele .buyer-seller .buyer-seller-content {
              flex-direction: column;
              gap: 1px; } }
      body #cherieYoung #pele .socials {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0px; }
        body #cherieYoung #pele .socials h2 {
          padding-top: 30px;
          color: black; }
          @media (max-width: 790px) {
            body #cherieYoung #pele .socials h2 {
              font-size: 3rem; } }
          @media (max-width: 320px) {
            body #cherieYoung #pele .socials h2 {
              font-size: 2.5rem; } }
        body #cherieYoung #pele .socials h3 {
          color: black; }
        body #cherieYoung #pele .socials .social-feed {
          padding: 30px 0 0;
          display: block;
          width: 100%; }
          @media (max-width: 790px) {
            body #cherieYoung #pele .socials .social-feed {
              padding: 30px 0 30px; } }
      body #cherieYoung #pele .socials-GR {
        padding-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        gap: 0; }
        body #cherieYoung #pele .socials-GR::before {
          content: "";
          background-color: rgba(0, 0, 0, 0.3);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: -1; }
        body #cherieYoung #pele .socials-GR h2 {
          padding-top: 30px;
          color: white;
          margin-bottom: 20px; }
          @media (max-width: 790px) {
            body #cherieYoung #pele .socials-GR h2 {
              font-size: 3rem; } }
          @media (max-width: 320px) {
            body #cherieYoung #pele .socials-GR h2 {
              font-size: 2.5rem; } }
        body #cherieYoung #pele .socials-GR h3 {
          color: white; }
        body #cherieYoung #pele .socials-GR img {
          width: 150px; }
        body #cherieYoung #pele .socials-GR .yt-holder {
          width: 100%;
          max-width: 1300px;
          padding: 0 20px;
          margin-bottom: 40px;
          height: auto;
          overflow: visible; }
        body #cherieYoung #pele .socials-GR .social-feed {
          width: 100%;
          padding-top: 30px;
          padding-bottom: 60px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          position: relative;
          z-index: 1; }
          body #cherieYoung #pele .socials-GR .social-feed .elfsight-holder {
            width: 100% !important; }
          body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder {
            width: 100%;
            max-width: 1100px;
            padding: 0 20px;
            margin-bottom: 40px;
            margin-top: 40px;
            height: auto;
            overflow: visible;
            background: rgba(0, 0, 0, 0.63);
            border-radius: 20px; }
            body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper {
              width: 100%;
              max-width: 1100px;
              position: relative;
              padding-top: 15px;
              padding-bottom: 20px; }
              body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-wrapper {
                transition-timing-function: linear !important;
                padding-top: 40px; }
              body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-slide {
                color: #fff;
                width: 100%;
                padding: 15px 30px 15px 40px;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                box-sizing: border-box; }
                body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-slide:before {
                  content: "”";
                  font-size: 3rem;
                  position: absolute;
                  left: 0px;
                  top: -15px;
                  color: #ccc; }
                body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-slide p {
                  text-align: left;
                  color: #fff;
                  font-size: 18px; }
              body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-button-next,
              body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-button-prev {
                display: none;
                width: 40px;
                background-color: #000;
                padding: 10px;
                border-radius: 50%;
                color: white !important;
                scale: 0.8;
                position: absolute;
                top: 20px;
                z-index: 10; }
                body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-button-next::after,
                body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-button-prev::after {
                  scale: 0.5; }
              body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-button-prev {
                right: 60px; }
              body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder .Testimonials-swiper .swiper-button-next {
                right: 10px; }
            body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder a.view-all-testimonials {
              display: inline-block;
              margin: 40px auto 0;
              text-align: center;
              font-size: 1.3rem;
              font-weight: 300;
              color: #fff;
              padding: 0.5rem 2rem;
              background-color: transparent;
              border: 1px solid #fff;
              border-radius: 0;
              text-decoration: none;
              transition: all 0.3s ease-in-out; }
              body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder a.view-all-testimonials:hover {
                background-color: #fff;
                color: #000; }
              @media (max-width: 768px) {
                body #cherieYoung #pele .socials-GR .social-feed .testimonials-holder a.view-all-testimonials {
                  font-size: 1.2rem;
                  width: 80%;
                  max-width: 200px; } }
          body #cherieYoung #pele .socials-GR .social-feed a {
            font-family: "Poppins", sans-serif;
            font-size: 1.3rem;
            font-weight: 300;
            color: #fff;
            text-align: center;
            padding: .5rem 2rem;
            background-color: rgba(0, 0, 0, 0);
            border: 1px solid #fff;
            border-radius: 0px;
            text-decoration: none;
            transition: all 0.3s ease-in-out;
            position: relative; }
            @media (max-width: 800px) {
              body #cherieYoung #pele .socials-GR .social-feed a {
                font-size: 1.5rem;
                width: 80%;
                margin: auto;
                padding-left: 5px;
                padding-right: 5px;
                max-width: 200px; } }
            body #cherieYoung #pele .socials-GR .social-feed a:hover {
              background-color: #30afb2;
              border: 1px solid #000; }
            body #cherieYoung #pele .socials-GR .social-feed a:hover span {
              color: #000000; }
            body #cherieYoung #pele .socials-GR .social-feed a span {
              font-weight: bold;
              color: #48CACD;
              transition: 0.5s; }
      body #cherieYoung #pele .contact {
        padding-top: 60px;
        padding-bottom: 60px;
        background: #f9f9f9; }
        body #cherieYoung #pele .contact .contact-content {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row; }
          body #cherieYoung #pele .contact .contact-content .contact-form {
            background-color: #f9f9f9; }
            @media (max-width: 1000px) {
              body #cherieYoung #pele .contact .contact-content .contact-form {
                order: 2; } }
            body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-inject {
              width: 91%;
              margin-left: auto;
              margin-right: auto;
              box-shadow: -1px 1px 7px 1px #ccc;
              padding: 0px; }
            body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content {
              padding: 20px;
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              gap: 30px; }
              @media (max-width: 1000px) {
                body #cherieYoung #pele .contact .contact-content .contact-form .contact-form-content {
                  padding: 30px 0; } }
          body #cherieYoung #pele .contact .contact-content .contact-image {
            position: relative;
            height: 70vh; }
            body #cherieYoung #pele .contact .contact-content .contact-image:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: rgba(0, 0, 0, 0.3);
              z-index: 1;
              transition: .5s; }
            @media (max-width: 1000px) {
              body #cherieYoung #pele .contact .contact-content .contact-image {
                order: 1;
                height: fit-content; } }
            body #cherieYoung #pele .contact .contact-content .contact-image img {
              position: relative;
              z-index: 2;
              text-align: center;
              margin: auto;
              width: 90%;
              max-width: 450px;
              filter: brightness(0) invert(1); }
          body #cherieYoung #pele .contact .contact-content > div {
            width: 50%;
            min-height: 500px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 30px; }
            @media (max-width: 1000px) {
              body #cherieYoung #pele .contact .contact-content > div {
                width: 100%; } }
            body #cherieYoung #pele .contact .contact-content > div .inner-contact-content {
              position: relative;
              z-index: 2;
              transition: .5s;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
              gap: 20px;
              padding: 5vw; }
              body #cherieYoung #pele .contact .contact-content > div .inner-contact-content img {
                max-width: 300px;
                filter: brightness(0) invert(1); }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .contact .contact-content > div .inner-contact-content img {
                    max-width: 150px; } }
              body #cherieYoung #pele .contact .contact-content > div .inner-contact-content h2 {
                font-size: 3rem;
                font-weight: 300;
                letter-spacing: 8px; }
                @media (max-width: 1200px) {
                  body #cherieYoung #pele .contact .contact-content > div .inner-contact-content h2 {
                    font-size: 2rem;
                    letter-spacing: 4px; } }
                @media (max-width: 790px) {
                  body #cherieYoung #pele .contact .contact-content > div .inner-contact-content h2 {
                    font-size: 1.5rem;
                    letter-spacing: 2px; } }
          @media (max-width: 1000px) {
            body #cherieYoung #pele .contact .contact-content {
              flex-direction: column; } }
        @media (max-width: 790px) {
          body #cherieYoung #pele .contact {
            padding-top: 1px; } }
