/* CSS specific to plansignup page */

.purchase-host {
  --primary-white: #fafafa;
  --light-white: #fefefe;
  --off-white: #f3f3f3;
  --off-grey: #e3e2fe;
  --light-grey: #5f6368;
  --primary-grey: #ebecef;
  --dark-grey: #838383;
  --fade-black: #010101;
  --fade-grey: #4d4d4d;
  --fade-blue: #04b8f2;
  --light-purple: #6f69f2;
  --light-green: #00b67a;
  --light-blue: #07b7e9;
  /* font size */
  --fs-md: 12px;
  --fs-lg: 14px;
  --fs-xl: 16px;
  --fs-2xl: 14px;
  --fs-3xl: 16px;
  --fs-4xl: 25.49px;
  --fs-5xl: 26.4px;
  --fs-6xl: 24px;
  --fs-7xl: 28px;
  --fs-8xl: 28px;
}

/* ==== FONT FAMILY ==== */

@font-face {
  font-family: "graphik-bold";
  src: url("../woff/graphik-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "graphik-regular";
  src: url("../woff/graphik-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "graphik-medium";
  src: url("../woff/graphik-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "graphik-semibold";
  src: url("../woff/graphik-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.purchase-host {
  font-family: "graphik-regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.purchase-host .graphik-bold {
  font-family: "graphik-bold";
  font-weight: 700;
}
.purchase-host .graphik-regular {
  font-family: "graphik-regular";
  font-weight: 400;
}
.purchase-host .graphik-normal {
  font-family: "graphik-regular";
  font-weight: 400;
}
.purchase-host .graphik-semibold {
  font-family: "graphik-semibold";
  font-weight: 600;
}
.purchase-host .graphik-medium {
  font-family: "graphik-medium";
  font-weight: 500;
}

.purchase-host .container {max-width: 1180px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/* ==== FONT SIZE ==== */
.purchase-host .fs-md {
  font-size: var(--fs-md);
}

.purchase-host .fs-lg {
  font-size: var(--fs-lg);
}

.purchase-host .fs-xl {
  font-size: var(--fs-xl);
}

.purchase-host .fs-2xl {
  font-size: var(--fs-2xl);
}

.purchase-host .fs-3xl {
  font-size: var(--fs-3xl);
}

.purchase-host .fs-4xl {
  font-size: var(--fs-4xl);
}

.purchase-host .fs-5xl {
  font-size: var(--fs-5xl);
}

.purchase-host .fs-6xl {
  font-size: var(--fs-6xl);
}

.purchase-host .fs-7xl {
  font-size: var(--fs-7xl);
}

.purchase-host .fs-8xl {
  font-size: var(--fs-8xl);
}

/* ==== COLORS ==== */
.purchase-host .clr-text-gradient {
  background: linear-gradient(
    98.91deg,
    #00b9ff 3.39%,
    #10b6d0 38.65%,
    #00c2cb 54.59%,
    #6f69f2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.purchase-host .bg-primary-white {
  background: var(--primary-white);
}
.purchase-host .bg-primary-grey {
  background: var(--primary-grey);
}
.purchase-host .clr-fade-grey {
  color: var(--fade-grey);
}

.purchase-host .clr-fade-black {
  color: var(--fade-black);
}

.purchase-host .clr-dark-grey {
  color: var(--dark-grey);
}

.purchase-host .clr-light-grey {
  color: var(--light-grey);
}

.purchase-host .clr-light-white {
  color: var(--light-white);
}

.purchase-host .clr-light-blue {
  color: var(--light-blue);
}
.purchase-host .clr-light-white {
  color: var(--light-white);
}
.purchase-host .clr-off-white {
  color: var(--off-white);
}
.purchase-host .clr-fade-blue {
  color: var(--fade-blue);
}

.purchase-host .clr-light-purple {
  color: var(--light-purple);
}

.purchase-host .clr-light-green {
  color: var(--light-green);
}

/* ==== LINE HEIGHT ==== */
.purchase-host .leading-100 {
  line-height: 100%;
}

.purchase-host .leading-110 {
  line-height: 110%;
}

.purchase-host .purchase-host .leading-115 {
  line-height: 115%;
}

.purchase-host .leading-120 {
  line-height: 120%;
}
.purchase-host .leading-128 {
  line-height: 128%;
}

.purchase-host .leading-130 {
  line-height: 130%;
}

.purchase-host .leading-140 {
  line-height: 140%;
}

.purchase-host .leading-150 {
  line-height: 150%;
}

.purchase-host .leading-160 {
  line-height: 160%;
}

.purchase-host .leading-125 {
  line-height: 125%;
}
@media (min-width: 768px) {
  .purchase-host  {
    /* font size */
    --fs-md: 14px;
    --fs-lg: 16px;
    --fs-xl: 18px;
    --fs-2xl: 20px;
    --fs-3xl: 24px;
    --fs-4xl: 25.49px;
    --fs-5xl: 29.33px;
    --fs-6xl: 30px;
    --fs-7xl: 40px;
    --fs-8xl: 48px;
  }
}
@media (min-width: 768px) {
  .purchase-host .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .purchase-host .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}



.purchase-host {
  padding: 0px;
  margin: 0px;
  text-decoration: none !important;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/*== CUSTOM-SCROLLBAR =*/
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #04b8f2;
}

/* === COMMON CSS === */
.purchase-host .common-button {
  border: none;
  position: relative;
  color: #fefefe;
  border-radius: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 397px;
  font-weight: 600;
  font-size: var(--fs-lg);
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.purchase-host .common-button span {
  display: inline-block;
  position: relative;
  z-index: 10;
  line-height: 150%;
}

.purchase-host .common-button:not(.plain-bg):after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    120.91deg,
    #00b9ff 3.39%,
    #10b6d0 38.65%,
    #00c2cb 54.59%,
    #6f69f2 100%
  );
  z-index: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.purchase-host .common-button:not(.plain-bg):hover::after {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.purchase-host .common-button.plain-bg {
  background: #e3e2fe;
  color: var(--fade-grey);
  width: 304px;
}

.purchase-host .common-button.plain-bg:hover {
  background: #00b9ff;
  color: white;
}

.purchase-host .common-heading {
  font-family: "graphik-semibold";
  font-weight: 600;
  font-size: var(--fs-7xl);
  line-height: 128%;
  color: var(--fade-black);
}

.common-paragraph {
  font-family: "graphik-regular";
  font-weight: 400;
  font-size: var(--fs-2xl);
  line-height: 150%;
  color: var(--fade-grey);
}

.purchase-host .common-paragraph.tinny {
  font-size: var(--fs-lg);
}

.purchase-host .common-paragraph span.bold {
  font-weight: 600;
  color: black;
}

.purchase-host .common-paragraph a.highlight {
  color: var(--light-blue);
}

.purchase-host a:hover {
  color: var(--fade-grey) !important;
}

.purchase-host .common-transition {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.purchase-host .profile-card {
  border-radius: 10px;
  max-width: 910px;
  padding: 16px;
  border: 0.1px solid #6177c187;
  -webkit-box-shadow: 0px 0px 56.3px 0px #aee5fc4d;
          box-shadow: 0px 0px 56.3px 0px #aee5fc4d;
  background: #fafafa;
}

.purchase-host .profile-img {
  border-radius: 99%;
  width: 46px;
  height: 46px;
}

.purchase-host .padding-profile-section {
  padding: 90px 20px 0;
}

.purchase-host .padding-profile-section-1 {
  padding: 180px 20px 0;
}

.purchase-host .padding-profile-section-1.jones-profile {
  padding-top: 80px;
}

.purchase-host .fs-custom-xl {
  font-size: 14px;
}

.purchase-host .profile-vector {
  top: -7%;
  left: 3%;
}

.purchase-host .things-vector {
  top: 13%;
}

.purchase-host .profile-vector-icon {
  width: 30px;
  height: 20px;
}

.purchase-host .mail-btn {
  max-width: 397px !important;
  width: 100% !important;
}

.purchase-host .mail-btn:hover {
  color: white !important;
}

.purchase-host .arrow-icon {
  fill: 6f69f2;
}

.purchase-host .arrow:hover {
  color: var(--light-purple) !important;
}

.purchase-host .gap-profile-card {
  gap: 4px;
  max-width: 610px;
}

.purchase-host .review-img-radius {
  border-radius: 12px;
}

.purchase-host .gap-profile-card-2 {
  gap: 4px;
  max-width: 725px;
}

.purchase-host .input-icon {
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.purchase-host .profile-left-vector {
  bottom: 0;
  left: 0;
}

.purchase-host .profile-right-vector {
  top: 0;
  right: 0;
}

.purchase-host .pt-footer {
  padding-top: 24px;
}

.purchase-host .cursor-pointer {
  cursor: pointer;
}

.purchase-host .faq-vector-1 {
  bottom: -50%;
  pointer-events: none;
  bottom: -110%;
  pointer-events: none;
  max-width: 80px;
}

.purchase-host .podmatch-para {
  max-width: 624px !important;
}

.purchase-host .faq-vector-2 {
  bottom: -100%;
  pointer-events: none;
  max-width: 80px;
}

.purchase-host .work-btn-width {
  max-width: 307px !important;
}

.purchase-host .fs-custom-lg {
  font-size: 12px;
}

.purchase-host .arrow .arrow-move {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.purchase-host .arrow:hover .arrow-move {
  -webkit-transform: rotateX("-3%") !important;
          transform: rotateX("-3%") !important;
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
}

.purchase-host .letter-space-custom {
  letter-spacing: 1px !important;
}

.purchase-host .top-spacing {
  padding-top: 150px;
}

.purchase-host .need-help-para {
  max-width: 280px;
  margin-bottom: 24px;
}

.purchase-host .py-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.purchase-host .right-vector {
  top: -4%;
}

.purchase-host .right-vector-2 {
  top: 54%;
  right: 0;
}

.purchase-host .profile-card:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 56.3px 0px #3f46494d;
          box-shadow: 0px 0px 56.3px 0px #3f46494d;
}

.purchase-host .custom-hover:hover {
  color: white !important;
}

.purchase-host .z-10 {
  z-index: 10;
}

/* ==== HERO SECTION ==== */
.hero-section .gap-32 {
  gap: 32px;
}

.hero-section #hero.hero-spacing {
  padding-top: 94px;
  padding-bottom: 58px;
}

.hero-section #hero .page-logo img {
  width: 182px;
  height: 34px;
}

.hero-section .price-container h2 {
  font-size: 56px;
}

.hero-section .discount-container {
  padding: 13px 25px;
  background: #6f69f212;
  -webkit-box-shadow: 0px 0px 6.9px 0px #6f69f233;
          box-shadow: 0px 0px 6.9px 0px #6f69f233;
  border-radius: 12px;
}

.hero-section #hero .hero-content {
  padding: 32px 32px 21px;
  border-radius: 44px;
  position: relative;
  -webkit-box-shadow: 22px -23px 100px -52px #00c2cb99;
          box-shadow: 22px -23px 100px -52px #00c2cb99;
}

.hero-section #hero .hero-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: -22px 22px 100px -52px #6f69f299;
          box-shadow: -22px 22px 100px -52px #6f69f299;
  border-radius: 44px;
  pointer-events: none;
}

.hero-section #hero .hero-content::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  background: linear-gradient(
      98.91deg,
      #00b9ff 3.39%,
      #10b6d0 38.65%,
      #00c2cb 54.59%,
      #6f69f2 100%
    )
    border-box;
  border-radius: 44px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.hero-section #hero .img-green-check {
  width: 20px;
  height: 20px;
}

.hero-section #hero .gap-3- {
  gap: 12px;
}

.hero-section #hero .see-all {
  font-size: var(--fs-lg);
  color: var(--fade-blue);
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 300px;
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.hero-section #hero .see-all:hover {
  -webkit-box-shadow: 0px 0px 6.9px 0px #6f69f233;
          box-shadow: 0px 0px 6.9px 0px #6f69f233;
}

.hero-section #hero .hero-content .see-all img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.hero-section #hero .hero-content .see-all:hover img {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.hero-section .hero-vector {
  top: 20%;
  z-index: 0 !important;
}

/* === TOOLTIP CSS === */
.hero-section .tooltip-container {
  position: relative;
  display: inline-block;
}

.hero-section .tooltip-text {
  visibility: hidden;
  width: 326px;
  text-align: center;
  border-radius: 24px;
  padding: 14px 20px;
  position: absolute;
  bottom: 105%;
  left: 120%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 11.4px 0px #0000001a;
          box-shadow: 0px 0px 11.4px 0px #0000001a;
  border: 0.1px solid #6177c187;
}

.hero-section .tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

/* === AROOW BUTTON CSS === */
.hero-section .arrow-button {
  position: absolute;
  bottom: -28%;
  border: none;
  background: linear-gradient(
    98.91deg,
    #00b9ff 3.39%,
    #10b6d0 38.65%,
    #00c2cb 54.59%,
    #6f69f2 100%
  );
  letter-spacing: 7px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px !important;
}

.hero-section .arrow-button .rotate-icon {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.hero-section .arrow-button:hover .rotate-icon {
  -webkit-transform: translate(3px, 10px);
          transform: translate(3px, 10px);
}

.hero-section .rotate-icon {
  -webkit-transform: translate(3px, 5px);
          transform: translate(3px, 5px);
}

/* === EARNING SECTION === */
.earning-section .pt-150 {
  padding-top: 150px;
}

.earning-section .mt-23 {
  margin-top: 23px;
}

.earning-section .earning-estimate-link:hover {
  color: var(--light-purple) !important;
}

.earning-section .mt-create-btn {
  margin-top: 30px;
}

.earning-section .calculator-box {
  max-width: 1140px;
  border: 0.1px solid #597bea99;
  -webkit-box-shadow: 0px 0px 56.3px 0px #aee5fc4d;
          box-shadow: 0px 0px 56.3px 0px #aee5fc4d;
  background: #fafafa;
  border-radius: 16px;
  margin-top: 30px;
  padding: 22px 0;
}

.earning-section .slider-container {
  position: relative;
  max-width: 676px;
  margin-top: 101px;
}

.earning-section .slider-progress {
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#03b9f9), to(#597beb));
  background: linear-gradient(90deg, #03b9f9 0%, #597beb 100%);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.earning-section .slider-thumb {
  position: absolute;
  top: -13px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.earning-section .slider-thumb::before {
  position: relative;
}

.earning-section .slider-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#03b9f9), to(#597beb)) border-box;
  background: linear-gradient(90deg, #03b9f9 0%, #597beb 100%) border-box;
  border-radius: 50%;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.earning-section .slider-value {
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../webp/ph-bg-calculater-thumb.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 16px 25px 18px 27px;
  z-index: 3;
}

.earning-section .fs-small {
  font-size: 16px;
}

/* === 10 THINGS YOU'LL LOVE === */
.things-section .things-paragraph {
  max-width: 750px;
}

.things-section .left-vector-things {
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}

.things-section .things-love-cards {
  max-width: 1022px;
}

.things-section .things-cards {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 24px;
  background: #0000001a;
  -webkit-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
  z-index: 1;
}

.things-section .things-cards:hover {
  background: linear-gradient(
    98.91deg,
    #00b9ff 3.39%,
    #10b6d0 38.65%,
    #00c2cb 54.59%,
    #6f69f2 100%
  );
  -webkit-box-shadow: 0px 0px 26px 0px #00000014;
          box-shadow: 0px 0px 26px 0px #00000014;
}

.things-section .things-cards::after {
  content: "";
  position: absolute;
  -webkit-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  border-radius: 12px;
  z-index: -1;
}

.things-section .things-card-icons {
  min-width: 56px;
  height: 56px;
  background-image: url("../webp/ph-things-card-icons.webp");
  background-size: 100% 100%;
}

/* === PODMATCH REVIEWS === */
.reviews-section .reviews-cards {
  background: #00b9ff14;
  border-radius: 16px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0px 4px 26px 0px #6f69f233;
          box-shadow: 0px 4px 26px 0px #6f69f233;
}

.reviews-section .reviews-cards:hover {
  -webkit-box-shadow: 0px 0px 56.3px 0px #3f46494d !important;
          box-shadow: 0px 0px 56.3px 0px #3f46494d !important;
  -webkit-transform: scale(0.1px);
          transform: scale(0.1px);
  border: 1px solid transparent !important;
}

.reviews-section .reviews-cards-image {
  min-width: 139px;
  height: 138px;
  border-radius: 12px;
  background: linear-gradient(#fafafa, #fafafa) padding-box,
    linear-gradient(99.76deg, #00b9ff 34.35%, #6f69f2 64.82%, #10b6d0 88.28%)
      border-box;
  border: 1px solid transparent;
}

.reviews-section .rating-star-paragraph {
  max-width: 209px;
}

.reviews-section .yellow-star {
  width: 32px;
  height: 31px;
}

.reviews-section .reviews-text-icon {
  width: 44px;
  height: 39px;
}

/* ==== PODMATCH MEMBER ==== */
.member-spacing .common-border-gradient::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  opacity: 0.8;
  background: linear-gradient(
      98.91deg,
      #00b9ff 3.39%,
      #10b6d0 38.65%,
      #00c2cb 54.59%,
      #6f69f2 100%
    )
    border-box;
  border-radius: 12px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.member-spacing .gap-y-3 {
  row-gap: 16px;
}

.member-spacing .gap-x-5 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.member-spacing.member-spacing {
  padding-top: 75px;
  padding-bottom: 75px;
}

.member-spacing .main-desc {
  max-width: 630px;
}

.member-spacing .select-bar-parent .select-bar {
  border-radius: 12px;
  max-width: 666px;
  padding: 0 21px;
  position: relative;
}

.member-spacing .select-bar-parent .select-bar .toggle-area {
  max-width: 48px;
  width: 100%;
  padding-left: 26px;
  cursor: pointer;
  min-height: 65px;
}

.member-spacing .content-selector {
  cursor: pointer;
}

.member-spacing
  .select-bar-parent
  .select-bar
  .content-selector
  .content-selected {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member-spacing .select-bar-parent .select-bar .content-selector .hide {
  opacity: 0%;
  pointer-events: none;
}

.member-spacing .select-bar-parent .select-bar .content-selector .content {
  padding: 21px 0;
}

.member-spacing .select-bar-parent .select-bar .content-selector .active {
  opacity: 100%;
  pointer-events: all;
}

.member-spacing .select-bar-parent .select-bar .line {
  top: 50%;
  left: 0;
  height: 68px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.member-spacing .select-bar-parent .select-bar .arrow {
  width: 16px;
}

.member-spacing .select-bar-parent .select-bar .arrow.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.member-spacing .select-bar-parent .items-list {
  right: 0;
  bottom: -5px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  max-height: 0;
  overflow: hidden;
}

.member-spacing .select-bar-parent .items-list.show {
  max-height: 300px;
}

.member-spacing .map-path:hover {
  opacity: 0.8;
}

.member-spacing .select-bar-parent .items-list ul {
  border: 1px solid black;
  border-radius: 6px;
  min-width: 68px;
}

.member-spacing .select-bar-parent .items-list ul li {
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
}

.member-spacing .select-bar-parent .items-list ul li:first-child {
  padding-top: 4px;
}

.member-spacing .select-bar-parent .items-list ul li:last-child {
  padding-bottom: 4px;
}

.member-spacing .select-bar-parent .items-list ul li:hover {
  background-color: rgba(0, 0, 0, 0.158);
}

.member-spacing .select-bar-parent .items-list ul .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.373);
}

.member-spacing .content-box {
  margin-top: 45px;
}

.member-spacing .content-box .map-image {
  max-width: 1020px;
  width: 100%;
  height: 585px;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-spacing .content-box .selected-cards .card-profile {
  -webkit-box-shadow: -4px 4px 10px 0px #caebec;
          box-shadow: -4px 4px 10px 0px #caebec;
  padding: 30px;
  border-radius: 32px;
}

.member-spacing .content-box .selected-cards .card-profile .image-card {
  border-radius: 24px;
  overflow: hidden;
  height: 304px;
}

.member-spacing .content-box .selected-cards .card-profile .image-card {
  border-radius: 24px;
  overflow: hidden;
  height: 304px;
}

.member-spacing .content-box .selected-cards .card-profile .image-card img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.member-spacing
  .content-box
  .selected-cards
  .card-profile:hover
  .image-card
  img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.member-spacing .content-box .selected-cards .card-profile:hover .image-card {
  -webkit-box-shadow: -4px 4px 10px 0px #caebec;
          box-shadow: -4px 4px 10px 0px #caebec;
}

.member-spacing .content-box .selected-cards .card-profile .common-paragraph {
  max-width: 265px;
}

.member-spacing
  .content-box
  .selected-cards
  .card-profile
  .image-card.common-border-gradient::after {
  border-radius: 24px;
}

/* ==== POADMATCH WORKS ==== */
.poadmatch-works .poadcast-box {
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 2px 3px 14px 0px #caebec;
          box-shadow: 2px 3px 14px 0px #caebec;
  border-radius: 30px !important;
  padding: 10px;
}

.poadmatch-works .poadcast-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.poadmatch-works .img-body img {
  width: 155px;
}

.poadmatch-works .card-box {
  max-width: 364px !important;
}

.poadmatch-works .img-body {
  background: linear-gradient(
    98.91deg,
    rgba(0, 185, 255, 0.1) 3.39%,
    rgba(16, 182, 208, 0.1) 38.65%,
    rgba(0, 194, 203, 0.1) 54.59%,
    rgba(111, 105, 242, 0.1) 100%
  );
  max-width: 344px;
  height: 191px;
  border-radius: 30px;
}

.poadmatch-works .card-title {
  font-size: var(--fs-xl);
  color: var(--fade-black);
  margin-bottom: 8px !important;
}

.poadmatch-works .card-text {
  max-width: 307px;
  margin: auto;
}

.poadmatch-works .card-text-2 {
  max-width: 263px;
  margin: auto;
}

/* === FAQ SECTION === */
.accordion-section .faqs .accordion-button {
  padding: 12px !important;
  background-color: #fafafa !important;
  font-size: 18px !important;
  color: #010101 !important;
}
.accordion-section .faqs .accordion-body {
  padding: 0px 16px 16px 12px !important;
  max-width: 704px !important;
  font-size: 16px;
  color: #4d4d4d;
}
.accordion-section .faqs .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.accordion-section .faqs .accordion-button:hover {
  border-radius: 12px !important;
}
.accordion-section .faqs .accordion-item .accordion-button {
  border-radius: 12px !important;
  background-color: #fafafa !important;
}
.accordion-section .faqs .accordion-item {
  padding: 8px;
  border: 1px solid #0000001f !important;
  max-width: 853px;
  margin: 24px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 12px !important;
  background: #fafafa !important;
}
.accordion-section .faqs .accordion-item.active-accordion {
  border: 1px solid transparent !important;
  -webkit-box-shadow: 0px 0px 25px 0px #0000001f !important;
          box-shadow: 0px 0px 25px 0px #0000001f !important;
  background: #fafafa !important;
}
.accordion-section .faqs .accordion-item:last-of-type {
  border-radius: 12px !important;
}
.accordion-section .faqs .accordion-button::after {
  background-image: url("../svg/ph-faq-down.svg") !important;
  width: 24px;
  height: 24px;
  background-position: center;
}
.accordion-section .faqs .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ==== NEED HELP SECTION ==== */
.need-help .question-card {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 70.6px 0px #00000014;
          box-shadow: 0px 0px 70.6px 0px #00000014;
  padding: 16px;
  max-width: 998px;
}

.need-help .form-control {
  background: var(--off-white) !important;
  border: 0 !important;
  outline: unset !important;
  font-size: var(--fs-xl) !important;
  padding: 5px 40px 5px 12px !important;
}

.need-help .form-control::-webkit-input-placeholder {
  color: var(--fade-black) !important;
  line-height: 150% !important;
  font-style: var(--fs-xl) !important;
  height: 36px !important;
}

.need-help .form-control::-moz-placeholder {
  color: var(--fade-black) !important;
  line-height: 150% !important;
  font-style: var(--fs-xl) !important;
  height: 36px !important;
}

.need-help .form-control:-ms-input-placeholder {
  color: var(--fade-black) !important;
  line-height: 150% !important;
  font-style: var(--fs-xl) !important;
  height: 36px !important;
}

.need-help .form-control::-ms-input-placeholder {
  color: var(--fade-black) !important;
  line-height: 150% !important;
  font-style: var(--fs-xl) !important;
  height: 36px !important;
}

.need-help .form-control::placeholder {
  color: var(--fade-black) !important;
  line-height: 150% !important;
  font-style: var(--fs-xl) !important;
  height: 36px !important;
}

.need-help .email-radius {
  border-radius: 99px !important;
  height: 46px !important;
}

.need-help .textarea-question {
  border-radius: 16px !important;
  resize: none !important;
  height: 200px;
}

.need-help .mb-input {
  margin-bottom: 16px;
}

/* ==== VIDEO SECTION ==== */
.poadmatch-promise .video {
  max-width: 699px;
  height: 181px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3.44px 30.52px 0px #0000001f;
          box-shadow: 0px 3.44px 30.52px 0px #0000001f;
}

.poadmatch-promise .video-icon {
  width: 64px;
  cursor: pointer;
  height: 64px;
}

.poadmatch-promise .py-video {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}

.poadmatch-promise .video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  /*border-radius: 20px !important;*/
}

.poadmatch-promise .video-icon {
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.poadmatch-promise .video-icon.hidden {
  opacity: 0;
  pointer-events: none;
}

/* ==== FOOTER SECTION ==== */
.footer-section .socal-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #dedded;
}

.footer-section .fs-14 {
  font-size: 14px;
}

.footer-section .socal-link:hover {
  background: #6f69f2 !important;
}

.footer-section .socal-link:hover .fill-clr-light-purple {
  fill: white;
}

.footer-section .socal-link .fill-clr-light-purple {
  fill: #6f69f2;
}

.footer-section .py-footer {
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-section .footer-border {
  border-top: 1px solid #dfdfef;
}

.footer-section .gap-20 {
  gap: 20px;
}

/* ==== BACK TO TOP ==== */
.back-to-top #backToTopBtn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 101;
}

.back-to-top .back_top_btn:hover {
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  -webkit-box-shadow: 0 0px 10px 1px #00b9ff !important;
          box-shadow: 0 0px 10px 1px #00b9ff !important;
}

.back-to-top .back_top_btn {
  border: 1px solid #00b9ff !important;
  background-color: #00b9ff;
  border-radius: 50%;
  border: 2px solid var(--prussian-blue);
  width: 40px;
  height: 40px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media (max-width: 1199.98px) {
  /* === COMMON CSS === */
  .purchase-host .common-button.plain-bg {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* === COMMON CSS === */
  .purchase-host .need-help-para {
    max-width: 640px !important;
    margin-bottom: 60px;
  }
  .purchase-host .right-vector-2 {
    top: 58%;
    width: 70px;
  }
  .purchase-host .right-vector {
    width: 60px;
    top: 18%;
  }
  .purchase-host .top-spacing {
    padding-top: 110px;
  }
  .purchase-host .things-vector {
    top: 21%;
  }
  .purchase-host .faq-vector-2 {
    bottom: -115%;
  }

  /* ==== HERO SECTION ==== */
  .hero-section .arrow-button {
    bottom: -15%;
  }
  .hero-section .hero-vector {
    top: 53%;
  }
  .hero-section #hero h1 {
    max-width: 547px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section #hero.hero-spacing {
    padding-top: 120px;
    padding-bottom: 52px;
  }
  .hero-section #hero .hero-content {
    margin-top: 60px;
    max-width: 461px;
    margin-left: auto;
    margin-right: auto;
  }

  /* === EARNING SECTION === */
  .earning-section .pt-150 {
    padding-top: 110px;
  }
  .earning-section .slider-progress {
    max-width: 443px;
    width: 100%;
  }
  .earning-section .calculator-box {
    padding: 22px 25px;
    max-width: 668px;
  }
  .earning-section .max-w-410 {
    max-width: 410px;
    margin: 0 auto;
  }
  .earning-section .max-w-520 {
    max-width: 572px;
  }
  .earning-section .max-w-530 {
    max-width: 640px;
  }

  /* === 10 THINGS YOU'LL LOVE === */
  .things-section .things-paragraph {
    max-width: 630px;
  }
  .things-section .left-vector-things {
    -webkit-transform: translateY(12%);
            transform: translateY(12%);
  }

  /* === PODMATCH REVIEWS === */
  .reviews-section .reviews-cards {
    width: 487px;
  }

  /* ==== PODMATCH MEMBER ==== */
  .member-spacing .content-box .map-image {
    max-width: 666px !important;
  }
  .member-spacing.member-spacing {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .member-spacing .content-box .map-image {
    height: 360px;
  }
  .member-spacing .content-box .selected-cards .card-profile {
    -webkit-box-shadow: -4px 4px 10px 0px #caebec;
            box-shadow: -4px 4px 10px 0px #caebec;
    padding: 20px;
    border-radius: 30px;
  }
  .member-spacing
    .content-box
    .selected-cards
    .card-profile
    .image-card.common-border-gradient::after {
    border-radius: 18px;
  }
  .member-spacing .content-box .selected-cards .card-profile .image-card {
    height: 145px;
    border-radius: 18px;
    min-width: 145px;
  }

  .member-spacing .max-w-630 {
    max-width: 630px;
    margin: 0 auto;
  }

  /* ==== POADMATCH WORKS ==== */
  .poadmatch-works .card-text {
    max-width: 305px;
  }

  /* ==== NEED HELP SECTION ==== */
  .need-help .question-card {
    max-width: 672px;
  }
}

@media (max-width: 767.98px) {
  /* === COMMON CSS === */
  .purchase-host .things-vector {
    top: 10%;
    width: 120px;
  }
  .purchase-host .top-spacing {
    padding-top: 80px;
  }

  /* ==== HERO SECTION ==== */
  .hero-section #hero .hero-content {
    margin-top: 40px;
    padding: 24px;
    border-radius: 32px;
  }
  .hero-section #hero .hero-content::before {
    border-radius: 32px;
  }
  .hero-section #hero .hero-content::after {
    border-radius: 32px;
  }
  .hero-section .arrow-button {
    bottom: -17%;
  }
  .hero-section .tooltip-text {
    left: 70%;
  }

  /* === 10 THINGS YOU'LL LOVE === */
  .things-section .things-card-icons {
    min-width: 64px;
    height: 64px;
    background-image: url("../webp/ph-things-card-icons.webp");
    background-size: 100% 100%;
  }
  .things-section .things-cards {
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 16px;
  }

  /* === PODMATCH REVIEWS === */
  .reviews-section .reviews-cards {
    width: auto;
  }
  .reviews-section .yellow-star {
    width: 22px;
    height: 21px;
  }
  .reviews-section .reviews-text-icon {
    width: 33px;
    height: 29px;
  }
  .reviews-section .reviews-cards-image {
    min-width: 107px;
    max-width: 107px;
    height: 106px;
    padding: 4px;
  }
  .reviews-section .reviews-cards-image img {
    width: 100%;
    height: 100%;
  }

  /* ==== PODMATCH MEMBER ==== */
  .member-spacing .content-box .map-image {
    height: 230px;
  }

  /* === FAQ SECTION === */
  .accordion-section .faqs .accordion-button {
    font-size: 16px !important;
  }
  .accordion-section .faqs .accordion-item {
    padding: 4px;
    margin: 12px auto 0;
  }
  .accordion-section .faqs .accordion-body {
    font-size: 14px;
    padding: 0px 12px 12px !important;
  }
  .accordion-section .custom-accordion-content {
    max-width: 94%;
  }
}

@media (max-width: 575.98px) {
  /* === COMMON CSS === */
  .purchase-host .need-help-para {
    max-width: 640px !important;
    margin-bottom: 24px;
  }
  .purchase-pag .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* ==== HERO SECTION ==== */
  .hero-section .hero-vector {
    top: 31%;
  }
  .hero-section #hero .hero-content {
    border-radius: 24px;
    margin-top: 24px;
    padding: 16px;
  }
  .hero-section #hero .hero-content::before {
    border-radius: 24px;
  }
  .hero-section #hero .hero-content::after {
    border-radius: 24px;
  }
  .hero-section .discount-container {
    padding: 8px;
  }
  .hero-section .discount-container p {
    font-size: 16px;
  }
  .hero-section .discount-container p span {
    font-size: 20px;
  }
  .hero-section .price-container h2 {
    font-size: 32px;
  }
  .hero-section .price-container h2 + p {
    font-size: 20px;
  }
  .hero-section #hero.hero-spacing {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .hero-section #hero .page-logo img {
    width: 111px;
    height: 20px;
  }
  .hero-section .arrow-button {
    font-size: 14px !important;
  }
  .hero-section .tooltip-text {
    left: 45%;
  }
  .hero-section #hero h1 {
    font-size: 28px;
  }
  .hero-section #hero .img-green-check {
    width: 20px;
    height: 20px;
  }

  /* === EARNING SECTION === */
  .earning-section .pt-150 {
    padding-top: 80px;
  }
  .earning-section .calculator-box {
    margin-top: 24px;
  }
  .earning-section .calculator-box {
    padding: 16px;
  }
  .earning-section .fs-small {
    font-size: 10px;
  }
  .earning-section .mt-create-btn {
    margin-top: 24px;
  }
  .earning-section .slider-value {
    padding: 11px 15px;
  }
  .earning-section .slider-thumb {
    width: 21px;
    height: 21px;
  }
  .earning-section .slider-thumb {
    top: -7px;
  }
  .earning-section .slider-value {
    top: -62px;
  }
  .earning-section .slider-container {
    margin-top: 80px;
  }
  .earning-section .max-w-300 {
    max-width: 300px;
    margin: 0 auto;
  }
  .earning-section .max-w-410 {
    max-width: 275px;
  }
  .earning-section .max-w-259 {
    max-width: 310px;
  }

  /* ==== PODMATCH MEMBER ==== */
  .member-spacing.member-spacing {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .member-spacing .select-bar-parent .select-bar {
    padding: 0 12px;
  }
  .member-spacing .select-bar-parent .select-bar .content-selector .content {
    padding: 14px 0;
  }
  .member-spacing .select-bar-parent .select-bar .toggle-area {
    min-height: 56px;
    padding-left: 16px;
  }
  .member-spacing .content-box .map-image {
    height: 193px;
  }
  .member-spacing .content-box .selected-cards .card-profile {
    padding: 16px;
    border-radius: 16px;
  }
  .member-spacing
    .content-box
    .selected-cards
    .card-profile
    .image-card.common-border-gradient::after {
    border-radius: 8px;
  }
  .member-spacing .content-box .selected-cards .card-profile .image-card {
    height: 133px;
    border-radius: 8px;
    min-width: 133px;
  }
  .member-spacing .content-box {
    margin-top: 24px;
  }
  .member-spacing .content-default.fs-xl {
    font-size: 14px !important;
  }

  /* ==== POADMATCH WORKS ==== */
  .poadmatch-works .card-text-2 {
    max-width: 305px;
    margin: auto;
  }
  .poadmatch-works .poadcast-box {
    padding: 16px;
  }
  .poadmatch-works .poadcast-heading {
    max-width: 320px;
    margin: auto;
  }

  /* === FAQ SECTION === */
  .accordion-section .faq-heading {
    max-width: 225px;
    margin: auto;
  }
  .accordion-section .faq-para {
    max-width: 280px;
    margin: auto;
  }
  .accordion-section .faq-heading-mx {
    max-width: 240px !important;
  }
}

@media (max-width: 475.98px) {
  /* === COMMON CSS === */
  .purchase-host .padding-profile-section-1 {
    padding-top: 180px;
  }

  /* ==== HERO SECTION ==== */
  .hero-section .tooltip-text {
    width: 200px;
    padding: 10px;
    border-radius: 16px;
  }
  .hero-section .arrow-button {
    bottom: -13%;
    letter-spacing: 5px;
  }
}

@media (min-width: 576px) {
  /* === COMMON CSS === */
  .purchase-host .need-help-para {
    max-width: 570px;
  }
  .purchase-host .py-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  /* ==== NEED HELP SECTION ==== */
  .need-help .mb-input {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  /* === COMMON CSS === */
  .purchase-host .fs-custom-lg {
    font-size: 16px;
  }
  .purchase-host .padding-profile-section {
    padding: 120px 40px 50;
  }
  .purchase-host .pt-footer {
    padding-top: 55px;
  }
  .purchase-host .padding-profile-section-1 {
    padding: 190px 40px 0;
  }
  .purchase-host .padding-profile-section-1.jones-profile {
    padding-top: 110px;
  }
  .purchase-host .gap-profile-card-2 {
    gap: 32px;
    max-width: 725px;
  }
  .purchase-host .gap-profile-card {
    max-width: 681px;
  }
  .purchase-host .profile-vector {
    top: -7%;
    left: 6%;
  }
  .purchase-host .profile-vector-icon {
    width: 57px;
    height: 42px;
  }
  .purchase-host .profile-img {
    width: 104px;
    height: 104px;
  }
  .purchase-host .profile-card {
    padding: 24px;
  }
  .purchase-host .fs-custom-xl {
    font-size: 18px;
  }
  .purchase-host .gap-profile-card-2 {
    gap: 10px;
    max-width: 578px;
  }
  .purchase-host .need-help-para {
    max-width: 570px;
    margin-bottom: 60px;
  }
  .purchase-host .px-need-section {
    padding-left: 81px !important;
    padding-right: 81px !important;
  }

  /* ==== POADMATCH WORKS ==== */
  .poadmatch-works .poadcast-heading {
    max-width: 725px;
    margin: auto;
  }
  .poadmatch-works .gap-work-card {
    gap: 24px;
  }

  /* ==== NEED HELP SECTION ==== */
  .form-control {
    padding: 5px 40px 11px 12px !important;
  }
  .need-help .question-card {
    padding: 20px;
  }

  /* ==== VIDEO SECTION ==== */
  .poadmatch-promise .py-video {
    padding-top: 45px;
    padding-bottom: 72px;
  }
  .poadmatch-promise .video {
    max-width: 600px;
    height: 324px;
  }
  .poadmatch-promise .video-icon {
    width: 91px;
    height: 91px;
  }

  /* ==== FOOTER SECTION ==== */
  .footer-section .py-footer {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  /* === COMMON CSS === */
  .purchase-host .gap-profile-card {
    gap: 32px;
  }
  .purchase-host .pt-footer {
    padding-top: 75px;
  }
  .purchase-host .faq-vector-1 {
    bottom: -59%;
    pointer-events: none;
    max-width: 240px;
  }
  .purchase-host .faq-vector-2 {
    bottom: -65%;
    pointer-events: none;
    max-width: 200px;
  }
  .purchase-host .gap-profile-card-2 {
    gap: 32px;
    max-width: 725px;
  }
  .purchase-host .profile-vector {
    top: -10%;
    left: 52px;
  }
  .purchase-host .padding-profile-section {
    padding: 150px 40px 56;
  }
  .purchase-host .padding-profile-section-1 {
    padding-top: 200px;
  }
  .purchase-host .padding-profile-section-1.jones-profile {
    padding-top: 150px;
  }
  .purchase-host .need-help-para {
    max-width: 686px;
    margin-bottom: 60px;
  }
  .purchase-host .py-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  /* ==== VIDEO SECTION ==== */
  .poadmatch-promise .video {
    max-width: 699px;
    height: 377px;
  }
}