:root {
  --beige: #ebe8db;
  --light-pink: #e27d98;
  --black: black;
  --white: white;
  --pink-music: #b03052;
  --teal: #01747f;
  --yellow: #f6e8b1;
  --green: #a7d7a4;
  --periwinkel: #c7d9f2;
  --blush: #fac4cc;
  --blue: #a6d3e5;
  --peach: peachpuff;
  --mint: #cde8d5;
  --orange: #f1a126;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hero {
  padding-top: 0;
}

.hero-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav.mob {
  display: none;
}

.hero-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-image {
  width: 100%;
}

.logo-holder, .logo-holder.w--current {
  width: 80px;
  min-width: 80px;
}

.acc-box {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--beige);
  cursor: pointer;
  margin-right: 27px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--light-pink);
}

.nav-link.dark {
  color: var(--black);
}

.nav-link.dark:hover {
  color: var(--white);
}

.su-button {
  border: 1px solid var(--beige);
  background-color: var(--beige);
  color: var(--pink-music);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.su-button:hover {
  border: 1px solid var(--beige);
  color: var(--beige);
  background-color: #0000;
}

.su-button.su, .su-button.su.w--current {
  width: auto;
}

.su-button.dark {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
}

.su-button.dark:hover {
  background-color: var(--black);
  color: var(--white);
}

.right-arrow {
  margin-left: 9px;
}

.hero-h1 {
  color: var(--beige);
  text-align: center;
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 6rem;
}

.hero-h1.black {
  color: var(--black);
}

.hero-p {
  color: var(--beige);
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.hero-p.black {
  color: var(--black);
}

.hero-profiles {
  width: 60%;
  margin-top: 114px;
}

.p-image-box {
  width: 35%;
}

.p-content {
  width: 65%;
}

.features {
  background-color: #f5f6f8;
  padding-top: 75px;
  padding-bottom: 115px;
}

.f-box {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-h2 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.5px;
  font-family: Space Grotesk;
  font-size: 42px;
  line-height: 42px;
}

.heading-h2.sel {
  color: var(--white);
  width: 55%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 52px;
}

.heading-h2.cd {
  text-align: left;
  width: 70%;
}

.feat-p {
  color: #12141d;
  text-align: center;
  width: 35%;
  margin: 20px auto 42px;
  font-weight: 300;
}

.feat-blocks {
  align-items: center;
  margin-top: 13px;
  margin-bottom: 13px;
  display: flex;
}

.feat-blocks.first {
  justify-content: flex-end;
}

.feat-blocks.second {
  justify-content: flex-end;
  padding-right: 0;
}

.feat-block {
  background-color: var(--white);
  border: 1px solid #eae9f2;
  border-radius: 8px;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 16px;
  display: flex;
}

.feat-block.su {
  margin-bottom: 22px;
}

.feat-par {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
}

.select {
  background-image: url('../images/couplewebcam.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 172px;
  padding-bottom: 221px;
}

.select-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.select-p {
  color: #fff;
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.coffee-date {
  background-color: var(--pink-music);
  padding-top: 80px;
  padding-bottom: 80px;
}

.cd-box {
  display: flex;
}

.cd-left, .cd-right {
  width: 50%;
}

.cd-image {
  width: 90%;
}

.cd-p {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer {
  background-color: #06323a;
  padding-top: 66px;
  padding-bottom: 0;
}

.top-ftr {
  margin-bottom: 60px;
  display: flex;
}

.tf-left {
  width: 70%;
  position: relative;
}

.tf-right {
  width: 30%;
}

.ftr-h2 {
  z-index: 2;
  color: #fff;
  margin-top: 40px;
  font-family: Space Grotesk;
  font-size: 50px;
  line-height: 52px;
  position: relative;
}

.cint-holder {
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.cont-p {
  color: var(--white);
  width: 80%;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.copy {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.copy-p {
  color: var(--white);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.doodle {
  position: absolute;
  inset: 0% 400px 0% auto;
}

.menu-icon {
  width: 40px;
}

.mob-menu-container {
  display: none;
}

.su-left {
  background-color: var(--white);
  border-radius: 8px;
  width: 55%;
  margin-bottom: 113px;
  margin-right: 36px;
  padding: 59px 70px 0;
}

.su-right {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-left: 36px;
  padding-top: 0;
  display: flex;
}

.su-h1 {
  color: var(--black);
  margin-top: 0;
  font-family: Space Grotesk;
  font-size: 42px;
  line-height: 42px;
}

.form-block {
  margin-top: 45px;
}

.label {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
}

.input {
  background-color: var(--white);
  color: #606060;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 14px;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.column-4 {
  padding-right: 0;
}

.full-button {
  flex-direction: column;
  margin-top: 37px;
  display: flex;
}

.submit-button {
  color: var(--black);
  background-color: #b5f6f7;
  border-radius: 8px;
  height: 56px;
  font-weight: 700;
  transition: color .4s, background-color .4s;
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.form-login {
  text-align: center;
  margin-top: 15px;
}

.form-login-link {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.form-login-link:hover {
  color: var(--teal);
}

.su-image {
  width: 90%;
  margin-top: 39px;
}

.supp-link {
  color: var(--white);
  text-decoration: none;
}

.supp-link:hover {
  color: var(--pink-music);
}

.text-block {
  font-weight: 500;
}

.heading-italic {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 0;
  font-family: p22-pooper-black-pro, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.heading-italic.black {
  color: var(--black);
}

.navigation {
  margin-left: auto;
  margin-right: auto;
  padding: 25px 5%;
}

.hero-bg {
  background-image: url('../images/homebg.svg'), linear-gradient(to bottom, var(--pink-music), var(--pink-music));
  background-position: 50%, 0 0;
  background-size: 100%, auto;
}

.hero-bottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: -5%;
  margin-right: -5%;
  padding-left: 0%;
  display: flex;
}

.home-desc {
  text-align: center;
}

.cta-button {
  border: 1px solid var(--beige);
  background-color: var(--beige);
  color: var(--pink-music);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.cta-button:hover {
  border: 1px solid var(--beige);
  color: var(--beige);
  background-color: #0000;
}

.cta-button.su, .cta-button.su.w--current {
  width: auto;
}

.page-wrapper-main {
  width: 100%;
  height: 100vh;
}

.loader_bottom {
  z-index: 800;
  position: relative;
  bottom: 2rem;
}

.container {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.loader {
  z-index: 2;
  background-color: var(--beige);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-3 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container-3.is-loader-bottom {
  color: #161616;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.counter {
  color: var(--pink-music);
  font-family: Bebas Neue, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.page-child-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  overflow: hidden;
}

.paragraph-2 {
  color: var(--pink-music);
  font-family: Bebas Neue, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.logo-anim-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-anim-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  max-width: 50%;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hobi-lisiting {
  background-color: var(--beige);
}

.team-slider_cms_list.swiper-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 4rem;
  display: flex;
}

.team-slider_cms_item.swiper-slide {
  padding-left: calc(var(--site--gutter) * .5);
  padding-right: calc(var(--site--gutter) * .5);
  flex: none;
  width: 33.3333%;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
}

.team-slider_bullet_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: auto !important;
}

.con-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-slider_component {
  container-type: inline-size;
}

.team-slider_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.team-slider_draggable_handle {
  cursor: grab;
  background-color: currentColor;
  border-radius: 100vw;
  width: 30%;
  height: 100%;
}

.team-slider_cms_wrap.swiper {
  margin-left: calc(var(--site--gutter) * -.5);
  margin-right: calc(var(--site--gutter) * -.5);
  overflow: visible;
}

.team-slider_btn_layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.listing-section {
  background-color: var(--yellow);
  background-image: url('../images/sec-2tex.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 8rem 5% 5rem;
  display: block;
  overflow: clip;
}

.team-slider_bullet_item {
  aspect-ratio: 1;
  background-color: #eee0;
  border-style: solid;
  border-width: .09rem;
  border-radius: 100vw;
  width: 1rem;
  min-width: 0;
  padding: 0;
}

.team-slider_bullet_item.is-active {
  background-color: currentColor;
}

.team-slider_draggable_wrap {
  color: var(--white);
  border-style: solid;
  border-width: .09rem;
  border-radius: 100vw;
  width: 14rem;
  min-width: 0;
  max-width: 100%;
  height: 1rem;
}

.team-slider_btn_element.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}

.team-slider_card_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.team-slider_card_content {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.team-slider_card_name {
  font-size: 1.7rem;
}

.team-slider_card_button {
  color: #fff;
  background-color: #000;
  border-radius: 100vw;
  padding: .5em 1.5em;
}

.con-left {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.listing-title {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 6rem;
}

.lisitng-highlight {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: p22-pooper-black-pro, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.lisitng-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 4rem;
  display: flex;
}

.listing-des {
  color: var(--black);
  text-align: left;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.listing-des.white {
  color: var(--white);
  text-align: center;
}

.lisitng-btn {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--beige);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.lisitng-btn:hover {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #0000;
}

.lisitng-btn.su, .lisitng-btn.su.w--current {
  width: auto;
}

.button, .button-2 {
  background-color: var(--black);
  border-radius: 8px;
}

.divider-div {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-listing {
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-left: 5%;
  padding-right: 1.5rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.card__glass {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.heading {
  color: #3f3954;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.card__icon--left {
  cursor: pointer;
}

.card-des {
  color: #3f3954;
  cursor: default;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.image {
  background-image: linear-gradient(to bottom, var(--beige), var(--beige));
  object-fit: cover;
  border: 16px solid #fff;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  margin-top: -66px;
  position: absolute;
  inset: 0% auto auto;
}

.card__card {
  background-color: #fff;
  border-radius: 32px;
  height: 290px;
  padding: 16px;
}

.card__texture {
  background-image: url('../images/2pawel-czerwinski-ruJm3dBXCqw-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  height: 34%;
  display: flex;
  overflow: hidden;
}

.card__wrapper {
  background-color: #ffffff1a;
  border-radius: 32px;
  height: 362px;
  overflow: hidden;
  box-shadow: 0 8px 16px #0000001a;
}

.card__desc {
  text-align: center;
  margin-top: 66px;
}

.card__icon--right {
  cursor: pointer;
}

.card__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 66%;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.card-des-2 {
  color: #3f3954;
  cursor: default;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.card__card-2 {
  background-color: #fff;
  border-radius: 32px;
  width: 290px;
  height: 290px;
  padding: 16px;
}

.card__wrapper-2 {
  background-color: #ffffff1a;
  border-radius: 32px;
  width: 290px;
  height: 362px;
  overflow: hidden;
  box-shadow: 0 8px 16px #0000001a;
}

.image-2 {
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.team-slider_draggable_wrap-2 {
  border: .09rem solid #b4934d;
  border-radius: 100vw;
  width: 14rem;
  min-width: 0;
  max-width: 100%;
  height: 1rem;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-card-div {
  border-top: 1px #b4934d;
  border-bottom: 1px #b4934d;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.arrow-2 {
  color: #fff;
  background-color: #b4934d;
  border-style: none;
  border-radius: 10rem;
  outline-style: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.25rem;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1), color .2s cubic-bezier(.77, 0, .175, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.arrow-2:hover {
  color: #fff;
  background-color: #998658;
}

.arrow-2:focus-visible, .arrow-2[data-wf-focus-visible] {
  color: #fff;
  background-color: #9c9c9c;
}

.cards-date-num {
  color: #b4934d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.date-card-div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 80%;
  min-height: 30rem;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-background {
  z-index: -1;
  border-radius: inherit;
  position: absolute;
  inset: 0%;
}

.team-slider_btn_layout-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #012b53;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-2.event-title {
  color: #9c9c9c;
  font-weight: 500;
}

.team-slider_bullet_wrap-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: auto !important;
}

.team-slider_bullet_item-2 {
  aspect-ratio: 1;
  background-color: #eee0;
  border: .09rem solid #b4934d;
  border-radius: 100vw;
  width: 1rem;
  min-width: 0;
  padding: 0;
}

.team-slider_bullet_item-2.is-active {
  background-color: #b4934d;
  border-color: #b4934d;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.team-slider_draggable_handle-2 {
  cursor: grab;
  background-color: #b4934d;
  border: 1px solid #b4934d;
  border-radius: 100vw;
  width: 30%;
  height: 100%;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.category-section {
  background-color: var(--green);
  background-image: url('../images/sec-2tex.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 8rem;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  overflow: clip;
}

.bg-wrapper {
  display: block;
  overflow: clip;
}

.creatives {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/green-bg.svg');
  background-position: 100%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.arts {
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.games, .sports {
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-table {
  z-index: 1;
  background-color: var(--beige);
  border-radius: 2.5rem;
  width: 100%;
  padding: 40px;
  position: relative;
  top: -5%;
}

.slider-image {
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
  left: -15%;
}

.image-3 {
  border-radius: 2.2rem;
  overflow: hidden;
}

.con-right-painting {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-image-painting {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  left: -114px;
}

.slider-table-painting {
  z-index: 1;
  background-color: var(--beige);
  border-radius: 2.5rem;
  width: 100%;
  padding: 40px;
  position: absolute;
}

.painting-image {
  z-index: 2;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

.art {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/music.svg');
  background-position: 0%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.trumpent-image {
  z-index: 2;
  width: 100%;
  max-height: 450px;
  overflow: hidden;
}

.slider-image-arts {
  z-index: 2;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: -26%;
  left: 10%;
}

.con-right-art {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-table-arts {
  z-index: 1;
  background-color: var(--beige);
  border-radius: 2.5rem;
  width: 100%;
  padding: 40px;
  position: absolute;
  top: 18%;
}

.creatives-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f1a126;
  background-image: url('../images/sports.svg');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-color: var(--green);
  background-image: url('../images/green.svg');
  background-position: 100%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.sport {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/ball.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.puzzles {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/puzzle-bg.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.slider-image-puzzle {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: -201px;
  left: 10%;
}

.puzzle-image {
  z-index: 2;
  width: 100%;
  max-height: 320px;
  overflow: hidden;
}

.nature {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/camp.svg');
  background-position: 100%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.cullinary {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/culinnary.svg');
  background-position: 100%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.slider-image-cook {
  z-index: 1;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: -201px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.bg-wrap-section {
  display: block;
  overflow: clip;
}

.con-right-learn {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.bold-text-4 {
  font-weight: 400;
}

.slider-image-learn {
  z-index: 2;
  width: 100%;
  height: auto;
  position: relative;
  left: -5%;
}

.creatives-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--periwinkel);
  background-image: url('../images/books.svg');
  background-position: 100%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.learning {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: url('../images/books.svg');
  background-position: 100%;
  background-size: cover;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 8%;
  display: flex;
}

.icon {
  color: #b4934d;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.heading2 {
  color: #012b53;
  text-align: left;
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.section_reviews {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.reviews-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 120%;
  height: 100%;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.reviewer {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.review-star {
  color: #b4934d;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.padding-global {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-content {
  width: 70%;
}

.collection-list-wrapper {
  height: 100%;
}

.star-container {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.review-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.review-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.reviewer-profile-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testi-grad {
  background-image: linear-gradient(0deg, var(--black) 6%, transparent 18%), linear-gradient(180deg, var(--black) 6%, transparent 18%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.collection-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.review-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--black);
  cursor: pointer;
  border: 1px solid #24282c;
  border-radius: 14px;
  flex-direction: column;
  padding: 3rem 2rem;
  transition: all .5s;
  display: flex;
  overflow: visible;
}

.review-item:hover {
  z-index: 10000;
  position: relative;
  box-shadow: 16px 13px 20px -8px #b4934e61;
}

.scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  min-height: 100%;
  display: flex;
  overflow: visible;
}

.testi {
  background-color: var(--black);
  padding: 8rem 5% 0;
  overflow: hidden;
}

.left-reviews-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.right-reviews-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: visible;
}

.container-large {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.user-image {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: cover;
  border-radius: 50rem;
  max-width: 40px;
  display: flex;
  overflow: hidden;
}

.reviewer-proflio-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.user-image-file {
  object-fit: cover;
}

.testimonials {
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 7rem;
  display: flex;
}

.footer_links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer_links.alt {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.mpu-footer-logo {
  width: 150px;
}

.footer_icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.footer_icon-wrap {
  transition: all .3s;
}

.footer_icon-wrap:hover {
  filter: invert(62%);
}

.footer_title {
  color: #ffffffb3;
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: 600;
  line-height: 18px;
}

.footer_title.v2 {
  color: #012b53;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.kwad {
  color: #012b53;
  font-weight: 500;
  text-decoration: none;
}

.footer_tab-links {
  display: none;
}

.brand-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer_para-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.footer_para-wrap.v2 {
  margin-top: 0;
}

.footer_links-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.footer_links-wrap.hide-tablet {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.footer_links-wrap.hide-tablet.v2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.footer_link {
  color: #fff;
  font-size: .875rem;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_link.v2 {
  color: #9c9c9c;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.footer_link.v2:hover {
  color: #012b53;
  text-decoration: none;
}

.footer_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_copyrights-txt {
  color: #fff;
  font-size: .75rem;
}

.footer_copyrights-txt.v2 {
  color: #9c9c9c;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.mpu-footer {
  background-color: #f5f5f5;
  padding: 60px 3% 100px;
}

.footer_para {
  font-weight: 400;
  line-height: 26px;
}

.footer_para.inter {
  color: #9c9c9c;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_wrap {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  display: flex;
}

.footer_wrap.v2 {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
}

.footer_bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.footer_bottom.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  padding-top: 23px;
}

.testi-desc {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6rem;
  display: flex;
}

.lisitng-btn--light {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.lisitng-btn--light:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.lisitng-btn--light.su, .lisitng-btn--light.su.w--current {
  width: auto;
}

.footer-brand {
  align-items: center;
  display: flex;
}

.footer-brand.margin-top-20 {
  margin-bottom: 20px;
}

.body-text {
  color: var(--white);
  max-width: 50%;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.footer-2 {
  background-color: var(--black);
  padding-top: 4rem;
  padding-left: 5%;
  padding-right: 5%;
}

.link {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: var(--blush);
}

.footer-nav {
  display: flex;
}

.footer-nav.margin-top-desktop-40 {
  margin-top: 40px;
  font-weight: 300;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.footer-grid.grid-3 {
  margin-top: 0;
}

.image-48 {
  border-radius: 10px;
}

.footer-bottom {
  border-top: 1px solid #3f3f3f;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-top: 120px;
  display: flex;
}

.get-the-app-desc {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.footer-heading {
  color: var(--white);
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.footer-heading.margin-top-20 {
  margin-top: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.footer-link {
  color: var(--white);
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  color: var(--blush);
}

.footer-link.margin-left-desktop-20 {
  margin-left: 20px;
}

.footer-link.margin-left-desktop-20.margin-top-mobile-10 {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}

.footer-link.margin-left-desktop-20.margin-top-mobile-10:hover {
  color: var(--blush);
}

.footer-link.margin-left-desktop-20.margin-top-mobile-10.social-media {
  margin-bottom: 10px;
  margin-left: 0;
}

.footer-link.margin-top-mobile-10 {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}

.footer-link.margin-top-mobile-10:hover {
  color: var(--blush);
}

.footer-link.social-media-link {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.app-store-button {
  display: block;
}

.app-store-button.margin-top-20 {
  margin-top: 20px;
}

.app-store-button.margin-top-10 {
  margin-top: 10px;
}

.image-49 {
  min-width: 70px;
}

.hero-bg-listing-creative {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.hero-bg-listing-creative.bg {
  background-image: url('../images/green.svg'), linear-gradient(to bottom, var(--green), var(--green));
  background-size: 100%, auto;
}

.listing-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing-wrapper {
  padding: 0 5% 2rem;
}

.scroll-card-listing {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 80%;
  min-height: 30rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-explore-more-dark {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.hero-bg-listing-arts {
  background-image: url('../images/music.svg'), linear-gradient(to bottom, var(--blue), var(--blue));
  background-position: 50% 100%, 0 0;
  background-size: 100%, auto;
}

.hero-bg-listing-sports {
  background-image: url('../images/ball.svg'), linear-gradient(to bottom, var(--periwinkel), var(--periwinkel));
  background-position: 0 100%, 0 0;
  background-size: auto, auto;
}

.hero-bg-listing-games {
  background-image: url('../images/puzzle-bg.svg'), linear-gradient(to bottom, var(--peach), var(--peach));
  background-position: 0 100%, 0 0;
  background-size: auto, auto;
}

.hero-bg-listing-outdoor {
  background-image: url('../images/camp.svg'), linear-gradient(to bottom, var(--blush), var(--blush));
  background-position: 0 100%, 0 0;
  background-size: auto, auto;
}

.hero-bg-listing-culinary {
  background-image: url('../images/culinnary.svg'), linear-gradient(to bottom, var(--mint), var(--mint));
  background-position: 0 100%, 0 0;
  background-size: auto, auto;
}

.hero-bg-listing-intel {
  background-image: url('../images/books.svg'), linear-gradient(to bottom, var(--periwinkel), var(--periwinkel));
  background-position: 0 100%, 0 0;
  background-size: auto, auto;
}

.review-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.share-text {
  color: #1a1a1a;
  margin-left: 10px;
  font-weight: 300;
}

.header-image-2 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}

.country-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.save-link_block {
  color: #222;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  text-decoration: none;
  display: flex;
}

.share-link_block {
  color: #222;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.code-embed-date-icon {
  z-index: 3;
  color: var(--pink-music);
  justify-content: center;
  align-items: center;
  width: 25px;
  display: flex;
  position: relative;
}

.embed-code-share {
  z-index: 3;
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wishlist-ico {
  color: #fff0;
  justify-content: center;
  display: flex;
}

.wishlist-ico:hover {
  color: #e2b760;
}

.embed-code-location {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--pink-music);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.host-dp-lisiting-page {
  border-radius: 50%;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 25px;
  max-height: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.superhost-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header_grid-left-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-image-block {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.column-dot {
  color: #717171;
}

.heading-3 {
  color: #222;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.section-home-header {
  display: block;
}

.host-name-lisiting-page {
  z-index: 3;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  position: relative;
}

.home-header_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
}

.host-image-on-card {
  z-index: 3;
  aspect-ratio: 1;
  text-align: left;
  object-fit: cover;
  position: relative;
  overflow: visible;
}

.share-save_block {
  justify-content: flex-end;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.location-name-on-listing {
  z-index: 3;
  color: #1a1a1a;
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  position: relative;
}

.save-text {
  color: #222;
  margin-left: 10px;
  font-weight: 300;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-small.view-profile-btn {
  margin-top: 10px;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .625rem;
}

.margin-bottom.margin-xxsmall {
  margin-bottom: .225rem;
}

.header-content_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Inter, sans-serif;
  display: grid;
}

.whislist-count {
  color: #fff;
  background-color: #e2b760;
  border-radius: 50%;
  align-self: flex-start;
  margin-right: 5px;
  padding: 4px 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.padding-vertical.padding-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.time-flex-block {
  width: auto;
  margin-top: 20px;
  display: flex;
}

.review_details-flex-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.date-text {
  color: #717171;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.div-block-132 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.review-link {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}

.site_right-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  inset: 140px 0% 0% auto;
}

.card-flex-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-text-2 {
  color: #222;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.div-block-11 {
  margin-left: 16px;
}

.rating-table-count-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.card_content-block {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 20px;
  width: auto;
  margin-top: 20px;
  padding: 24px;
}

.card_content-block.imageblock {
  border-radius: 10px;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
}

.card_content-block.imageblock._03 {
  object-fit: cover;
}

.time-flex-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #22222270;
  border-top-left-radius: 10px;
  width: 175px;
  padding: 6px 12px;
  display: flex;
}

.text-span-2 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.review_details-content {
  margin-left: 16px;
}

.map-block {
  object-fit: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.dropdown-text {
  color: #222;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.section-home-site_content {
  padding-top: 2rem;
}

.night-price-text {
  color: #222;
  margin-top: 5px;
  font-size: 16px;
}

.time-text {
  color: #222;
  padding: 3px 7px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.time-text.bgy {
  background-color: var(--pink-music);
  border-radius: 2rem;
  font-size: 12px;
}

.heading-7 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.protection-div-flex {
  align-items: center;
  display: flex;
}

.protection-div-flex.magrin-top-1rem {
  margin-top: 1rem;
}

.text-block-12 {
  color: #797979;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.button-3 {
  text-align: center;
  cursor: pointer;
  background-color: #1a1a1a;
  background-image: none;
  border-radius: 6px;
  width: 100%;
  padding: 10px 16px;
  transition: all .2s;
}

.button-3:hover {
  background-color: var(--pink-music);
  background-image: none;
}

.text-block-5 {
  color: #717171;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.category-listing-page {
  z-index: 3;
  background-color: var(--pink-music);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: inline-flex;
  position: relative;
}

.site_flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-dropdown-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #22222270;
  border-left: 1px solid #22222270;
  border-right: 1px solid #22222270;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 12px;
  display: flex;
}

.map-embed {
  overflow: hidden;
}

.paragraph-3 {
  color: #222;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-weight-bold {
  color: #797979;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-6 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.review-link-small {
  color: #222;
  text-decoration: none;
}

.listing-page-user-dp {
  aspect-ratio: 1;
  object-fit: cover;
}

.code-embed-7 {
  color: var(--pink-music);
  justify-content: center;
  align-items: center;
  max-width: 25px;
  display: flex;
}

.code-embed-7.on-book {
  color: var(--pink-music);
  max-width: 15px;
  margin-right: 10px;
}

.site_content-divider {
  background-color: #ddd;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tags-code-embed {
  color: var(--pink-music);
  justify-content: center;
  align-items: center;
  max-width: 25px;
  display: flex;
}

.review-block-big {
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.review-five-user {
  object-fit: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
  overflow: hidden;
}

.review-five-user.hide-on-mob {
  flex: none;
  margin-left: 40px;
  display: block;
}

.price-text {
  font-size: 22px;
  line-height: 26px;
}

.review-text-increase {
  color: #222;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625rem;
}

.report-btn {
  opacity: .58;
  color: #be5a5a;
  background-color: #fff0;
  border: 1px solid #be5a5a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
}

.report-btn:hover {
  opacity: 1;
}

.home-site_flex-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.site_flex-item {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.report-div {
  justify-content: flex-start;
  display: flex;
}

.report-div.magrin-top-1rem, .margin-top.margin-small, .margin-top.margin-medium {
  margin-top: 1rem;
}

.time-flex-item2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #22222270;
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  width: 175px;
  padding: 6px 12px;
  display: flex;
}

.site_review-details {
  grid-column-gap: 10rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-4 {
  color: #222;
  background-color: #0000;
  border: 1px solid #222;
  border-radius: 10px;
  font-size: 14px;
  transition: all .2s;
}

.button-4:hover {
  background-color: #ddd9;
}

.image-height {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .creatives, .art {
    min-height: 850px;
  }

  .slider-image-arts {
    top: -22%;
  }

  .creatives-copy, .sport, .puzzles {
    min-height: 850px;
  }

  .slider-image-puzzle {
    top: -33%;
  }

  .nature, .cullinary {
    min-height: 850px;
  }

  .slider-image-cook {
    top: -29%;
  }

  .creatives-copy, .learning {
    min-height: 850px;
  }

  .card-flex-block {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 18px;
    line-height: 20px;
  }

  .hero-h1 {
    font-size: 8rem;
    line-height: 7rem;
  }

  .hero-p {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-italic {
    font-size: 34px;
    line-height: 44px;
  }

  .loader_bottom {
    position: fixed;
    inset: 0%;
  }

  .loader {
    display: none;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .listing-section {
    padding-bottom: 5rem;
  }

  .listing-title {
    font-size: 8rem;
    line-height: 7rem;
  }

  .lisitng-highlight {
    font-size: 34px;
    line-height: 44px;
  }

  .listing-des {
    font-size: 20px;
    line-height: 26px;
  }

  .slider-card-div {
    min-height: 0;
  }

  .scroll-card {
    min-height: 35rem;
  }

  .creatives {
    min-height: 900px;
  }

  .painting-image {
    max-height: 500px;
  }

  .art {
    min-height: 900px;
  }

  .trumpent-image {
    max-height: 535px;
  }

  .creatives-copy, .sport, .puzzles {
    min-height: 900px;
  }

  .puzzle-image {
    max-height: 350px;
  }

  .nature, .cullinary, .creatives-copy, .learning {
    min-height: 900px;
  }

  .testi {
    padding-left: 7%;
    padding-right: 7%;
  }

  .testimonials {
    font-size: 8rem;
    line-height: 7rem;
  }

  .mpu-footer {
    padding-left: 7%;
    padding-right: 7%;
  }

  .scroll-card-listing {
    min-height: 35rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-center {
    max-width: 100%;
  }

  .nav-link {
    font-size: 24px;
    line-height: 24px;
  }

  .hero-h1 {
    font-size: 8rem;
    line-height: 7rem;
  }

  .hero-p {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-italic {
    font-size: 44px;
    line-height: 54px;
  }

  .home-desc {
    line-height: 16px;
  }

  .listing-section {
    padding-bottom: 5rem;
  }

  .lisitng-highlight {
    font-size: 44px;
    line-height: 54px;
  }

  .listing-des {
    font-size: 24px;
    line-height: 30px;
  }

  .heading {
    font-size: 44px;
    line-height: 54px;
  }

  .card-des-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .slider-card-div {
    min-height: 0;
  }

  .scroll-card {
    min-height: 45rem;
  }

  .creatives {
    min-height: 1200px;
  }

  .painting-image {
    max-height: 700px;
  }

  .art {
    min-height: 1200px;
  }

  .trumpent-image {
    max-height: 700px;
  }

  .slider-image-arts {
    top: -21%;
  }

  .creatives-copy, .sport, .puzzles {
    min-height: 1200px;
  }

  .slider-image-puzzle {
    top: -21%;
    left: 0%;
  }

  .puzzle-image {
    max-height: 400px;
  }

  .nature, .cullinary {
    min-height: 1200px;
  }

  .slider-image-cook {
    top: -21%;
  }

  .creatives-copy, .learning {
    min-height: 1200px;
  }

  .testi, .mpu-footer {
    padding-left: 12%;
    padding-right: 12%;
  }

  .scroll-card-listing {
    min-height: 45rem;
  }

  .host-dp-lisiting-page {
    max-width: 55px;
    max-height: 55px;
  }

  .host-name-lisiting-page, .location-name-on-listing {
    font-size: 20px;
  }
}

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

  .nav {
    margin-bottom: 40px;
  }

  .hero-box {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-center {
    max-width: 100%;
  }

  .hero-h1 {
    font-size: 5rem;
    line-height: 4.4rem;
  }

  .hero-p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-profiles {
    width: 70%;
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-box, .heading-h2.sel {
    width: 100%;
  }

  .heading-h2.cd {
    width: 100%;
    margin-top: 0;
    font-size: 34px;
    line-height: 36px;
  }

  .feat-p {
    width: 60%;
  }

  .feat-blocks.first, .feat-blocks.second, .feat-blocks.last {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .feat-block {
    margin-left: 6px;
    margin-right: 6px;
  }

  .feat-par {
    font-size: 16px;
    line-height: 21px;
  }

  .select {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .select-p {
    width: 80%;
  }

  .cd-image, .cd-p {
    width: 100%;
  }

  .tf-left {
    width: 60%;
  }

  .tf-right {
    width: 40%;
  }

  .ftr-h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .doodle {
    width: 150px;
    top: 10px;
    right: 94px;
  }

  .su-left {
    width: 80%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .su-right {
    width: 80%;
    margin-left: 0;
  }

  .heading-italic {
    font-size: 20px;
    line-height: 25px;
  }

  .hero-bottom {
    margin-left: 0%;
    margin-right: 0%;
  }

  .loader_bottom {
    bottom: 8rem;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
  }

  .loader {
    display: none;
    position: fixed;
    inset: 0%;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .counter {
    font-size: 4rem;
  }

  .page-child-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-2 {
    font-size: 2rem;
  }

  .lottie-animation {
    max-width: 100%;
  }

  .team-slider_cms_list.swiper-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .con-left {
    justify-content: flex-start;
    align-items: center;
  }

  .con-left.top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .con-left.bottom {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .listing-title {
    font-size: 4rem;
    line-height: 3.4rem;
  }

  .lisitng-highlight {
    font-size: 20px;
    line-height: 25px;
  }

  .lisitng-div {
    max-width: 100%;
    margin-right: 0;
  }

  .listing-des {
    font-size: 14px;
    line-height: 20px;
  }

  .image {
    width: 100px;
    height: 100px;
  }

  .card__desc {
    margin-top: 40px;
  }

  .arrow-2 {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .creatives {
    min-height: 600px;
  }

  .slider-table {
    padding: 20px;
  }

  .con-right-painting {
    justify-content: flex-end;
    align-items: stretch;
  }

  .slider-image-painting {
    width: 50%;
    top: -24px;
    left: -155px;
  }

  .slider-image-painting._100 {
    width: 80%;
    top: -43px;
    left: -121px;
  }

  .slider-table-painting {
    padding: 20px;
  }

  .art {
    min-height: 600px;
  }

  .slider-image-arts {
    width: 80%;
    top: -37%;
  }

  .slider-table-arts {
    padding: 20px;
  }

  .sport, .puzzles {
    min-height: 600px;
  }

  .slider-image-puzzle {
    width: 80%;
    top: -120px;
  }

  .nature, .cullinary {
    min-height: 600px;
  }

  .slider-image-cook._80 {
    width: 70%;
    top: -118px;
  }

  .bold-text {
    font-size: 4rem;
    line-height: 3rem;
  }

  .learning {
    min-height: 600px;
  }

  .reviews-wrapper, .left-content {
    width: 100%;
  }

  .reverse.scroll {
    display: none;
  }

  .scroll {
    width: 100%;
    min-height: 100%;
  }

  .testimonials {
    font-size: 5rem;
    line-height: 4.4rem;
  }

  .footer_links.v2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer_title {
    font-weight: 600;
  }

  .footer_tab-links {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: flex-start;
    display: flex;
  }

  .footer_tab-links.v2 {
    justify-content: space-between;
    width: 100%;
  }

  .footer_para-wrap {
    max-width: 300px;
    margin-top: 0;
  }

  .footer_para-wrap.v2 {
    max-width: 280px;
  }

  .footer_para-wrap.v2.none {
    max-width: none;
  }

  .footer_links-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .footer_links-wrap.vtab {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer_top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer_top.v2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .footer-2 {
    margin-right: 0;
  }

  .footer-grid, .footer-grid.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .listing-wrapper {
    padding-top: 0;
  }

  .scroll-card-listing {
    height: 61.8%;
    bottom: 0%;
  }

  .header-image-2 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
  }

  .header-image-block {
    width: 100%;
    overflow: hidden;
  }

  .section-home-header {
    display: block;
  }

  .home-header_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 26px;
    display: flex;
    overflow: hidden;
  }

  .header-content_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .padding-vertical.padding-small {
    padding-top: .25rem;
  }

  .review_details-flex-item {
    justify-content: flex-start;
  }

  .site_right-item {
    width: 100%;
    position: static;
  }

  .card_content-block {
    width: auto;
    display: block;
  }

  .time-flex-item {
    width: 200px;
  }

  .section-home-site_content {
    padding-top: 0;
  }

  .button-3 {
    border-radius: 10px;
  }

  .map-embed {
    border-radius: 20px;
  }

  .review-five-user.hide-on-mob {
    display: none;
  }

  .home-site_flex-items {
    flex-flow: column-reverse;
    display: flex;
  }

  .margin-top.margin-small {
    margin-top: 20px;
  }

  .time-flex-item2 {
    width: 100%;
  }

  .site_review-details {
    grid-column-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .image-height {
    width: 100%;
  }
}

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

  .nav {
    display: none;
  }

  .nav.mob {
    margin-bottom: 0;
    display: flex;
  }

  .nav.desktop {
    display: none;
  }

  .hero-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-center, .hero-right {
    width: 100%;
  }

  .acc-box.mob-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-link {
    margin-right: 27px;
  }

  .nav-link.mob {
    margin-right: 0;
    font-size: 18px;
  }

  .nav-link.mob-menu-txt {
    color: var(--black);
    font-size: 24px;
    line-height: 24px;
  }

  .su-button.mob-menu {
    border: 1px solid #000;
    margin-top: 40px;
    padding: 15px 25px;
  }

  .su-button.mob-menu:hover {
    border-color: var(--teal);
  }

  .su-button.mob-menue-btn {
    background-color: var(--pink-music);
    color: var(--white);
    font-family: Bebas Neue, sans-serif;
    font-size: 24px;
    line-height: 24px;
  }

  .su-button.mob-menue-btn:hover {
    border-color: var(--black);
    background-color: var(--beige);
    color: var(--black);
  }

  .hero-profiles {
    width: 50%;
  }

  .heading-h2.sel {
    font-size: 34px;
    line-height: 36px;
  }

  .feat-p {
    width: 100%;
  }

  .feat-blocks.first, .feat-blocks.second, .feat-blocks.last {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feat-block {
    margin-bottom: 20px;
  }

  .cd-box {
    flex-direction: column;
  }

  .cd-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .cd-right {
    width: 100%;
  }

  .top-ftr {
    flex-direction: column;
  }

  .tf-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .copy {
    flex-direction: column;
    align-items: center;
  }

  .copy-box {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .copy-p {
    text-align: center;
  }

  .doodle {
    top: 0;
    right: 180px;
  }

  .menu-icon {
    cursor: pointer;
  }

  .mob-menu-container {
    z-index: 999;
    background-color: var(--beige);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .close {
    width: 40px;
    position: absolute;
    inset: 30px 30px auto auto;
  }

  .su-left, .su-right {
    width: 100%;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-italic {
    line-height: 25px;
  }

  .hero-bottom {
    width: 100%;
  }

  .cta-button.mob-menu {
    border: 1px solid #000;
    margin-top: 40px;
    padding: 15px 25px;
  }

  .cta-button.mob-menu:hover {
    border-color: var(--teal);
  }

  .loader_bottom {
    bottom: 5rem;
  }

  .container-3.is-loader-bottom {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .counter {
    font-size: 4rem;
  }

  .paragraph-2 {
    font-size: 2rem;
  }

  .lottie-animation {
    min-width: 120%;
    max-width: 120%;
  }

  .team-slider_cms_item.swiper-slide {
    width: 50%;
  }

  .listing-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .listing-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .lisitng-highlight {
    font-size: 18px;
    line-height: 20px;
  }

  .lisitng-div {
    width: 100%;
  }

  .lisitng-btn {
    font-size: 14px;
  }

  .lisitng-btn.mob-menu {
    border: 1px solid #000;
    margin-top: 40px;
    padding: 15px 25px;
  }

  .lisitng-btn.mob-menu:hover {
    border-color: var(--teal);
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .creatives {
    min-height: 400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-table {
    padding: 10px;
  }

  .con-right-painting {
    align-items: stretch;
  }

  .slider-image-painting {
    justify-content: center;
    align-items: center;
    left: -113px;
  }

  .slider-image-painting._100 {
    top: -2px;
    left: -91px;
  }

  .slider-table-painting {
    padding: 10px;
  }

  .art {
    min-height: 400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-image-arts {
    top: -32%;
  }

  .slider-table-arts {
    padding: 10px;
  }

  .sport, .puzzles {
    min-height: 400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-image-puzzle {
    top: -55px;
  }

  .nature, .cullinary {
    min-height: 400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-image-cook._80 {
    top: -96px;
  }

  .con-right-learn {
    justify-content: flex-start;
    align-items: stretch;
  }

  .learning {
    min-height: 400px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading2 {
    font-size: 38px;
    line-height: 35px;
  }

  .section_reviews {
    height: 100%;
    min-height: auto;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left-content {
    width: 90%;
  }

  .collection-list {
    flex-direction: row;
  }

  .review-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    height: 50vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .reviewer-profile-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testi-grad {
    margin-top: 741px;
    display: none;
  }

  .collection-item {
    flex-direction: row;
  }

  .review-item {
    min-width: 250px;
    padding-left: 2rem;
  }

  .scroll {
    flex-direction: row;
    min-height: auto;
  }

  .right-reviews-container {
    flex-direction: row;
  }

  .reviewer-proflio-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_tab-links {
    justify-content: space-between;
    width: 100%;
  }

  .footer_top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_copyrights-txt.v2 {
    text-align: center;
  }

  .footer_wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer_bottom.v2 {
    flex-flow: column;
  }

  .lisitng-btn--light.mob-menu {
    border: 1px solid #000;
    margin-top: 40px;
    padding: 15px 25px;
  }

  .lisitng-btn--light.mob-menu:hover {
    border-color: var(--teal);
  }

  .footer-2 {
    margin-right: 0;
  }

  .footer-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-block.top-margin-mobile-80 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 80px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .listing-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .scroll-card-listing {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-image-2 {
    height: auto;
  }

  .header-image-block {
    height: auto;
    display: block;
  }

  .host-name-lisiting-page {
    font-size: 12px;
  }

  .home-header_grid {
    grid-row-gap: 16px;
  }

  .location-name-on-listing {
    font-size: 12px;
  }

  .padding-vertical.padding-small {
    padding-top: .75rem;
  }

  .site_review-details {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 0;
  }

  .hero-center {
    padding-bottom: 78px;
  }

  .hero-h1 {
    max-width: 80%;
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .hero-p {
    font-size: 14px;
  }

  .hero-profiles {
    width: 90%;
  }

  .select {
    background-image: url('../images/mobile.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tf-right, .cont-p {
    width: 100%;
  }

  .doodle {
    right: 21px;
  }

  .su-left {
    margin-top: 21px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-italic {
    font-size: 18px;
    line-height: 22px;
  }

  .home-desc {
    max-width: 100%;
  }

  .container {
    width: 18rem;
    margin-top: 10%;
  }

  .loader {
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .counter {
    font-size: 3rem;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .lottie-animation {
    min-width: 140%;
    max-width: 140%;
  }

  .con-right {
    width: 100%;
  }

  .con-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .con-left.top {
    margin-top: 0;
  }

  .con-left.bottom {
    margin-top: -53px;
  }

  .con-left.mg-top {
    padding-top: 6rem;
  }

  .con-left.mg-top.spec {
    padding-top: 11rem;
  }

  .listing-title {
    text-align: center;
    max-width: 100%;
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .lisitng-highlight {
    font-size: 18px;
    line-height: 22px;
  }

  .lisitng-div {
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
  }

  .lisitng-div.mg-topspo {
    margin-top: 2rem;
  }

  .lisitng-div.mg-topganes {
    margin-top: 5rem;
  }

  .listing-des {
    text-align: center;
    font-size: 14px;
  }

  .listing-des.white {
    overflow: visible;
  }

  .divider-div {
    flex-flow: column-reverse;
  }

  .slider-card-div {
    padding-right: 0;
  }

  .creatives {
    flex-flow: column;
  }

  .slider-table {
    border-radius: 1rem;
  }

  .slider-image {
    top: 13px;
    left: -1%;
  }

  .image-3 {
    border-radius: 1rem;
  }

  .con-right-painting {
    width: 100%;
  }

  .slider-image-painting {
    width: 60%;
    top: 62px;
  }

  .slider-image-painting._100 {
    top: 70px;
    left: -71px;
  }

  .slider-table-painting {
    border-radius: 1rem;
  }

  .art {
    flex-flow: column-reverse;
    min-height: 400px;
    margin-top: 60px;
  }

  .slider-image-arts {
    width: 70%;
    top: -95%;
  }

  .con-right-art {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-table-arts {
    border-radius: 1rem;
  }

  .sport {
    flex-flow: column;
  }

  .puzzles {
    flex-flow: column-reverse;
  }

  .slider-image-puzzle {
    top: -106px;
  }

  .nature {
    flex-flow: column;
  }

  .cullinary {
    flex-flow: column-reverse;
  }

  .con-right-learn {
    width: 100%;
  }

  .learning {
    flex-flow: column;
  }

  .heading2 {
    text-align: center;
  }

  .collection-list {
    width: 100%;
  }

  .review-component {
    height: auto;
  }

  .testi-grad {
    margin-top: 296px;
  }

  .scroll {
    min-width: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonials {
    max-width: 80%;
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .footer_links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer_links.v2 {
    grid-column-gap: 15px;
    grid-row-gap: 5px;
  }

  .footer_tab-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer_tab-links.v2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brand-2 {
    padding-left: 0;
  }

  .footer_para-wrap.v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer_links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer_links-wrap.vtab {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .footer_link {
    font-size: .75rem;
  }

  .footer_link.v2 {
    font-size: .875rem;
  }

  .footer_top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .footer_copyrights-txt.v2 {
    text-align: center;
    font-size: .75rem;
  }

  .footer_wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer_wrap.v2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testi-desc {
    width: 100%;
  }

  .div-block {
    padding-bottom: 0;
  }

  .body-text {
    max-width: 100%;
  }

  .footer-2 {
    display: block;
  }

  .footer-nav {
    flex-direction: column;
  }

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

  .footer-grid.grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .footer-heading {
    color: #fff;
  }

  .footer-link.margin-left-desktop-20 {
    margin-left: 0;
  }

  .footer-link.margin-left-desktop-20.margin-top-mobile-10, .footer-link.margin-top-mobile-10 {
    margin-top: 10px;
  }

  .listing-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .listing-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-block {
    flex: 0 auto;
  }

  .embed-code-location {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .superhost-block {
    margin-bottom: 10px;
  }

  .header_grid-left-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-image-block {
    border-radius: 10px;
  }

  .column-dot {
    display: none;
  }

  .section-home-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .host-name-lisiting-page {
    font-size: 12px;
    line-height: 15px;
  }

  .home-header_grid {
    object-fit: cover;
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .location-name-on-listing {
    font-size: 12px;
    line-height: 15px;
  }

  .whislist-count {
    font-size: .7rem;
    line-height: 1.8;
  }

  .padding-vertical.padding-small {
    padding-top: 0;
  }

  .review_details-flex-item {
    justify-content: flex-start;
    align-items: center;
  }

  .review-link {
    font-size: 14px;
  }

  .card-flex-block {
    justify-content: space-between;
  }

  .section-home-site_content {
    padding-top: 0;
  }

  .text-block-12 {
    color: #797979;
  }

  .button-3 {
    border-radius: 12px;
  }

  .site_flex-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .code-embed-7 {
    max-width: 20px;
  }

  .page-padding-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .review-five-user.hide-on-mob {
    display: none;
  }

  .review-text-increase {
    font-size: 14px;
  }

  .home-site_flex-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .site_review-details {
    grid-template-columns: 1fr;
  }
}

#w-node-fa81bc58-9989-5b16-a9ea-c39ea8429d1c-a8429d1a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fa81bc58-9989-5b16-a9ea-c39ea8429d2e-a8429d1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc2286dc-84c5-a6be-4004-ef55f71184c5-d3b03550 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc2286dc-84c5-a6be-4004-ef55f71184d7-d3b03550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc2286dc-84c5-a6be-4004-ef55f71184e4-d3b03550 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4db98acf-151e-b8b5-28c8-d03c9b1db0c5-d3b03550 {
  place-self: start end;
}

#w-node-_4db98acf-151e-b8b5-28c8-d03c9b1db0c6-d3b03550 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_475a5fc0-4e9b-0b97-fd95-18b6c714fe37-d3b03550, #w-node-b8847c5c-0609-6cb0-e2e6-3d42eda49390-d3b03550 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1e9c9aef-cd7d-4f16-59ad-0e71f97f69d1-d3b03550, #w-node-_4db98acf-151e-b8b5-28c8-d03c9b1db11f-d3b03550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fa81bc58-9989-5b16-a9ea-c39ea8429d1c-a8429d1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fa81bc58-9989-5b16-a9ea-c39ea8429d1c-a8429d1a, #w-node-fa81bc58-9989-5b16-a9ea-c39ea8429d2e-a8429d1a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa81bc58-9989-5b16-a9ea-c39ea8429d2e-a8429d1a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


