/*
 Theme Name:   Swipy Child
 Theme URI:    https://rstheme.com/products/wordpress/swipy/
 Description:  Swipy Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     swipy
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/*
 * Elementor normally calculates stretched section dimensions in JavaScript.
 * Keep full-width backgrounds working when the exported site is served as
 * static HTML and that runtime calculation is unavailable.
 */
.elementor-section.elementor-section-stretched {
  right: auto !important;
  left: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

html,
body {
  overflow-x: hidden;
}

:root {
  --td-cream: #f3e8dd;
  --td-rose: #d8a8a2;
  --td-ink: #332824;
  --td-paper: #fffdfb;
}

body,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif !important;
}

body h2 {
  text-align: center !important;
}

body.home .elementor-7675 {
  display: none;
}

body.home,
body.home .main-contain,
body.home .site-content,
body.home .entry-content {
  background: var(--td-paper);
}

body.home .main-contain > .container {
  max-width: none;
  padding: 0;
}

body.home .main-contain .row,
body.home .main-contain .col-lg-12 {
  margin: 0;
  padding: 0;
}

.td-homepage {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--td-ink);
  font-family: "Poppins", sans-serif !important;
}

.td-container {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.td-homepage h1,
.td-homepage h2,
.td-homepage h3,
.td-homepage p {
  margin-top: 0;
}

.td-homepage h1,
.td-homepage h2,
.td-homepage h3 {
  color: var(--td-ink);
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.td-homepage h2 {
  margin-bottom: 17px;
  font-size: 64px;
  line-height: 1.05;
  text-align: start;
}

.td-homepage h2 span {
  color: var(--td-rose);
}

.td-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 6px;
  background: var(--td-rose);
  color: #332824 !important;
  font-size: 16px;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.td-button:hover {
  background: #c9908a;
}

.td-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background:
    linear-gradient(rgba(45, 29, 27, 0.75), rgba(45, 29, 27, 0.75)),
    url("../../uploads/2024/02/hero.png") center / cover no-repeat;
}

.td-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 218px;
}

.td-hero h1 {
  width: 590px;
  max-width: 100%;
  margin-bottom: 26px;
  color: #f3e8dd;
  font-family: "Jost", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0;
}

.td-hero p {
  width: 590px;
  max-width: 100%;
  margin-bottom: 24px;
  color: #f3e8dd;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.td-hero .td-button {
  margin-top: 4px;
  /* width: 100%; */
}

.td-wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 120px;
  color: var(--td-paper);
}

.td-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.td-wave path {
  fill: currentColor;
}

.td-section {
  position: relative;
  padding-top: 87px;
  padding-bottom: 114px;
}

.td-lead {
  margin-bottom: 34px;
  color: #6c5c55;
  font-size: 22px;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
}

.td-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.td-step {
  position: relative;
  text-align: center;
}

.td-step:not(:last-child)::after {
  position: absolute;
  top: 88px;
  right: auto;
  left: calc(50% + 90px);
  width: calc(100% - 156px);
  height: 2px;
  border: 0;
  background: var(--td-ink);
  content: "";
}

.td-step:not(:last-child)::before {
  position: absolute;
  z-index: 2;
  top: 83px;
  right: auto;
  left: calc(150% - 75px);
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid var(--td-ink);
  border-right: 2px solid var(--td-ink);
  content: "";
  transform: rotate(45deg);
}

.td-step > b {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 32px;
  background: #d8a8a2;
  color: #322521;
  font-size: 16px;
  text-transform: uppercase;
}

.td-step__icon {
  display: grid;
  width: 160px;
  height: 160px;
  margin: -25px auto 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--td-cream);
}

.td-step__icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.td-step h3 {
  min-height: 48px;
  margin-bottom: 16px;
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.2;
}

.td-step p {
  color: #74645e;
  font-size: 16px;
  line-height: 150%;
  font-family: "Poppins", sans-serif !important;
}

.td-process .td-button {
  width: 234px;
  min-width: 285px;
  height: 44px;
  min-height: 53px;
  padding: 0 18px;
  font-size: 14px;
  text-transform: none;
  font-family: "Poppins", sans-serif !important;
}

.td-step .td-button {
  margin-top: 41px;
}

.td-cases {
  padding: 46px 0 150px;
  background: var(--td-cream);
}

.td-cases__wave-top {
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  left: 0;
  height: 70px;
  color: var(--td-cream);
}

.td-cases__wave-top svg {
  display: block;
  width: 100%;
  height: 100%;
}

.td-cases__wave-top path {
  fill: currentColor;
}

.td-cases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.td-cases__grid article {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 24px 16px;
  border-radius: 7px;
  background: var(--td-paper);
  text-align: center;
  cursor: pointer;
}

.td-cases__grid article:focus-visible {
  outline: 2px solid #d8a8a2;
  outline-offset: 4px;
}

.td-cases__grid article:nth-last-child(2) {
  grid-column: 2;
}

.td-cases__grid article > b {
  margin-bottom: 42px;
  color: #d8a8a2;
  font-size: 24px;
  line-height: 100%;
}

.td-cases__grid h3 {
  display: flex;
  min-height: 66px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 23px;
  font-size: 20px;
  line-height: 110%;
  font-family: "Poppins", sans-serif !important;
}

.td-cases__grid p {
  min-height: 53px;
  margin-bottom: 40px;
  color: #4a3b35;
  font-size: 16px;
  line-height: 140%;
  text-align: start;
}

.td-cases__grid a {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding: 12px;
  border-radius: 8px;
  background: #d8a8a2;
  color: #332824;
  height: 53px;
  font-size: 14px;
  font-weight: 700;
}

.td-wave--cases {
  height: 80px;
  color: var(--td-paper);
  overflow: hidden;
}

.td-wave--cases .td-wave__back {
  fill: #efd8d5;
  opacity: 0.55;
}

.td-wave--cases .td-wave__front {
  fill: #faf3f0;
}

.td-eligibility {
  padding-top: 73px;
  padding-bottom: 122px;
}

.td-eligibility > .td-container > p {
  max-width: 913px;
  margin: 0px auto 28px;
  color: #6c5c55;
  font-size: 18px;
  line-height: 158%;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
}

.td-eligibility__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.td-eligibility__grid article {
  padding: 24px 16px;
  border-radius: 7px;
  background: var(--td-cream);
}

.td-eligibility__grid h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
}

.td-eligibility__grid p {
  margin: 0;
  color: #665752;
  font-size: 16px;
  line-height: 145%;
}

.td-eligibility small {
  display: block;
  margin-top: 17px;
  font-size: 14px;
  color: #ad918b;
  text-align: center;
}

.td-contact-strip {
  padding-top: 38px;
  padding-bottom: 72px;
  background: var(--td-cream);
}

/* Replaced legacy contact strips on inner pages. */
.elementor-element-8d04180,
.elementor-element-6c2bce6,
.elementor-element-ff6c356 {
  display: none !important;
}

.td-contact-strip__wave {
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  left: 0;
  height: 60px;
  color: var(--td-cream);
}

.td-contact-strip__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.td-contact-strip__wave path {
  fill: currentColor;
}

.td-contact-strip__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 40px;
}

.td-contact-strip img {
  width: 100%;
  height: 427px;
  object-fit: cover;
}

.td-contact-strip h2 {
  margin-bottom: 24px;
  color: #332824 !important;
  font-family: "Jost", sans-serif !important;
  font-size: 47px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  text-align: left !important;
  white-space: nowrap;
}

.td-contact-strip h3 {
  margin-bottom: 14px;
  color: #4A3B35 !important;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.td-contact-strip h2 {
  color: #4A3B35 !important;
}

.td-contact-strip p {
  margin-bottom: 20px;
  font-size: 18px;
}

.td-contact-strip .td-button {
  min-width: 253px;
  /* margin-top: 20px; */
}

body #rs-header .menu-area,
body #rs-header .menu_one {
  background: var(--td-cream) !important;
}

body #rs-header .menu-area,
body #rs-header .menu-area > .container,
body #rs-header .menu-area .row-table {
  height: 100px;
  min-height: 100px;
}

body #rs-header .menu-area > .container {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  padding-right: 0;
  padding-left: 0;
}

body #rs-header .menu-area a,
body #rs-header .menu_one a,
body #rs-header .menu-area li.current-menu-item > a,
body #rs-header .menu-area li.current_page_item > a,
body #rs-header .menu-area a:hover,
body #rs-header .menu-area a:focus {
  color: var(--td-ink) !important;
}

body #rs-header .menu-area .navbar ul.menu {
  display: flex !important;
  width: max-content !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin-left: auto;
}

body #rs-header.main-menu-center .menu-area .row-table .menu-responsive {
  display: flex !important;
  flex: 1 1 auto !important;
  justify-content: flex-end !important;
  margin-right: 144px !important;
  margin-left: auto !important;
}

body #rs-header .menu-area .menu-responsive .navbar {
  display: flex;
  width: max-content !important;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-right: 0 !important;
  margin-left: auto !important;
}

body #rs-header .menu-area .menu-responsive .navbar-menu,
body #rs-header .menu-area .menu-responsive .menu-menu-fr-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-left: auto;
}

body #rs-header .menu-area .navbar ul.menu > li {
  display: block;
  width: auto !important;
  min-width: max-content;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

body #rs-header .menu-area .navbar ul.menu > li > a {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  color: #332824 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}

body #rs-header .menu-area .navbar ul.menu > li.menu-item-10177,
body #rs-header .menu-area .navbar ul.menu > li.menu-item-10514 {
  display: none;
}

body #rs-header .quote-button {
  display: inline-flex !important;
  top: auto !important;
  width: 231px !important;
  height: 56px !important;
  min-height: 56px;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  background: var(--td-rose) !important;
  color: #332824 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  text-transform: none;
}

html body #rs-header .menu-area .header-quote .btn_quote > a.quote-button,
html body #rs-header .menu-area .header-quote .btn_quote > a.quote-button:hover,
html body #rs-header .menu-area .header-quote .btn_quote > a.quote-button:focus {
  background: #d8a8a2 !important;
  color: #332824 !important;
}

body #rs-header .header-inner.menu-sticky.sticky,
body #rs-header .header-inner.menu-sticky.sticky .menu-area,
body #rs-header .header-inner.menu-sticky.sticky .menu-area .container {
  background: var(--td-cream) !important;
}

body #rs-header .header-inner.menu-sticky.sticky {
  box-shadow: 0 5px 20px rgba(51, 40, 36, 0.12) !important;
}

body #rs-header .header-inner.menu-sticky.sticky .menu-area .navbar ul li > a,
body #rs-header .header-inner.menu-sticky.sticky .menu-area .navbar ul li.current-menu-item > a,
body #rs-header .header-inner.menu-sticky.sticky .menu-area .navbar ul li.current_page_item > a,
body #rs-header .header-inner.menu-sticky.sticky .menu-area .navbar ul li:hover > a {
  color: #332824 !important;
}

body #rs-header .header-inner.menu-sticky.sticky .quote-button {
  background: var(--td-rose) !important;
  color: #332824 !important;
}

body #rs-header .logo-area .custom-logo-link img {
  display: block;
  width: 146px;
  height: 80px;
  object-fit: contain;
}

body #rs-header .logo-area .custom-logo-link {
  display: flex;
  width: 146px;
  height: 80px;
  align-items: center;
  justify-content: center;
}

body #rs-footer {
  display: none !important;
}

.td-footer {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 10px 0 40px;
  background: #332824;
  color: #f3e8dd;
  font-family: "Poppins", sans-serif;
}

.td-footer__wave {
  position: absolute;
  right: 0;
  bottom: calc(100% - 1px);
  left: 0;
  height: 70px;
  color: #332824;
}

.td-footer__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.td-footer__wave-front {
  fill: #332824;
}

.td-footer__content {
  display: grid;
  grid-template-columns: 146px 1fr;
  align-items: center;
  gap: 32px 40px;
}

.td-footer__logo,
.td-footer__logo img {
  display: block;
  width: 146px;
  height: 80px;
}

.td-footer__logo img {
  object-fit: contain;
}

.td-footer__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.td-footer__nav a {
  color: #f3e8dd !important;
  font-size: 14px;
  font-weight: 400;
}

.td-footer__content > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #6c5c55;
  font-size: 14px;
  text-align: center;
}

/* About page */
.post-8965 .elementor-8965 {
  display: none !important;
}

.ap-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--td-ink);
  font-family: "Poppins", sans-serif;
}

.ap-page h1,
.ap-page h2,
.ap-page h3,
.ap-page p,
.ap-page a,
.ap-page strong,
.ap-page span {
  font-family: "Poppins", sans-serif !important;
}

.ap-page h1,
.ap-page h2,
.ap-page h3,
.ap-page p {
  margin-top: 0;
}

.ap-page h1,
.ap-page h2,
.ap-page h3 {
  color: var(--td-ink);
  font-family: "Jost", sans-serif;
  font-weight: 700;
}

.ap-page h2 {
  margin-bottom: 17px;
  font-family: "Jost", sans-serif !important;
  font-size: 64px;
  line-height: 1.05;
}

.ap-page h2 span {
  color: var(--td-rose);
}

.ap-hero {
  position: relative;
  min-height: 770px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(40, 31, 29, 0.68), rgba(40, 31, 29, 0.68)),
    url("../../uploads/2024/02/hero2.png") center/cover no-repeat;
}

.ap-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.ap-hero__copy {
  /* max-width: 910px; */
}

.ap-hero h1 {
  margin-bottom: 26px;
  color: #f3e8dd;
  font-size: 43px;
  font-weight: 600;
  line-height: 42px;
}

.ap-hero p {
  margin-bottom: 24px;
  color: #f3e8dd;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.ap-hero .td-button {
  text-transform: uppercase;
}

.ap-hero__image {
  width: min(100%, 470px);
  aspect-ratio: 1.15;
  justify-self: end;
  border-radius: 48% 52% 44% 56% / 57% 42% 58% 43%;
  object-fit: cover;
  animation: tpBlob 8s ease-in-out infinite;
}

.ap-wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
}

.ap-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ap-wave--hero {
  height: 120px;
  color: var(--td-paper);
}

.ap-wave--hero path,
.ap-wave--stats path {
  fill: currentColor;
}

.ap-about {
  padding: 75px 0 61px;
  background: var(--td-paper);
}

.ap-about h2 {
  margin-bottom: 14px;
  text-align: center;
}

.ap-about__lead {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  line-height: 120%;
  margin-bottom: 38px;
}

.ap-about h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.ap-about p:not(.td-lead),
.ap-trust p {
  color: #6c5c55;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.ap-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 14px;
}

.ap-about__card {
  padding: 24px 16px;
  border-radius: 7px;
  background: var(--td-cream);
}

.ap-about__card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 120%;
}

.ap-about__card p {
  margin-bottom: 0;
  font-size: 16px !important;
}

.ap-about__grid > div:not(.ap-about__card) p {
  margin-bottom: 20px;
}

.ap-about__grid > div:not(.ap-about__card) p:last-child {
  margin-bottom: 0;
}

.ap-stats {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 143px 0 125px;
  overflow: hidden;
  background:
    linear-gradient(rgba(45, 35, 32, 0.7), rgba(45, 35, 32, 0.7)),
    url("../../uploads/2024/02/img3.png") center/cover no-repeat;
}

.ap-stats .td-container {
  position: relative;
  z-index: 2;
}

.ap-stats h2 {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.ap-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  text-align: center;
}

.ap-stats__grid div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-stats__grid strong {
  color: var(--td-rose);
  font-family: "Jost", sans-serif !important;
  font-size: 64px;
  font-weight: 700;
  line-height: 42px;
}

.ap-stats__grid span {
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.ap-stats__grid > div:last-child strong {
  font-size: 56px;
}

.ap-wave--stats-top {
  top: -1px;
  bottom: auto;
  height: 55px;
  color: var(--td-paper);
}

.ap-wave--stats-top path {
  fill: currentColor;
}

.ap-wave--stats {
  height: 90px;
  color: var(--td-paper);
}

.ap-trust {
  padding: 167px 0 105px;
  background: var(--td-paper);
}

.ap-trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 450px);
  align-items: center;
  gap: 30px;
}

.ap-trust h2 {
  margin-bottom: 24px;
  text-align: left !important;
  white-space: nowrap;
}

.ap-trust p {
  margin-bottom: 28px;
  font-size: 18px;
}

.ap-trust p:last-child {
  margin-bottom: 0;
}

.ap-trust img {
  width: min(100%, 450px);
  margin-top: 0;
  aspect-ratio: 1.12;
  justify-self: end;
  border-radius: 48% 52% 42% 58% / 55% 43% 57% 45%;
  object-fit: cover;
  animation: tpBlob 8s 1s ease-in-out infinite;
}

/* Tarification et procédure page */
.post-2276 .elementor-2276 {
  display: none !important;
}
.tp-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--td-ink);
  font-family: "Poppins", sans-serif;
}
.tp-page h3,
.tp-page p,
.tp-page a,
.tp-page strong,
.tp-page span {
  font-family: "Poppins", sans-serif !important;
}
.tp-page h1,
.tp-page h2 {
  font-family: "Jost", sans-serif !important;
}
.tp-page h1,
.tp-page h2,
.tp-page h3,
.tp-page p {
  margin-top: 0;
}
.tp-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(40, 31, 29, 0.7), rgba(40, 31, 29, 0.7)),
    url("../../uploads/2024/02/hero3.png") center/cover no-repeat;
}
.tp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
  padding-top: 50px;
  padding-bottom: 130px;
}
.tp-hero__inner > div {
  max-width: 750px;
}
.tp-hero h1 {
  margin-bottom: 26px;
  color: #f3e8dd;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.08;
  font-family: "Jost", sans-serif;
}
.tp-hero p {
  margin-bottom: 24px;
  color: #f3e8dd;
  font-size: 16px;
  line-height: 1.5;
}
.tp-hero .td-button {
  text-transform: uppercase;
}
.tp-hero img,
.tp-procedure img {
  width: min(100%, 470px);
  aspect-ratio: 1.15;
  justify-self: end;
  border-radius: 48% 52% 44% 56% / 57% 42% 58% 43%;
  object-fit: cover;
}
.tp-hero img {
  width: min(100%, 420px);
}
.tp-wave {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 120px;
  color: var(--td-paper);
}
.tp-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}
.tp-wave path {
  fill: currentColor;
}
.tp-wave--hero {
  height: 155px;
}
.tp-pricing {
  padding: 95px 0 69px;
  background: var(--td-paper);
}
.tp-pricing h2 {
  margin-bottom: 8px;
  font-size: 64px;
  line-height: 1.05;
  text-align: center;
}
.tp-pricing .td-lead {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.tp-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 55px;
}
.tp-flow::before {
  position: absolute;
  top: 50%;
  right: 8%;
  left: 8%;
  height: 1px;
  background: #8b7b74;
  content: "";
}
.tp-flow__node {
  position: relative;
  z-index: 2;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  background: var(--td-cream);
}
.tp-flow__node b {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 12px;
}
.tp-flow__node b img {
  display: block;
  width: 40px;
  height: 40px;
}
.tp-flow__node strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.tp-flow__node span {
  margin-top: 4px;
  color: #74645e;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.9;
}
.tp-flow__branch {
  display: grid;
  gap: 70px;
}
.tp-flow__node[role="button"] {
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.tp-flow__node[role="button"]:hover {
  box-shadow: 0 10px 24px rgba(74, 59, 53, 0.12);
  transform: translateY(-2px);
}
.tp-flow__node[role="button"]:focus-visible {
  outline: 2px solid #d8a8a2;
  outline-offset: 3px;
}
.tp-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(30, 25, 23, 0.58);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.tp-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.tp-modal__dialog {
  position: relative;
  width: min(996px, calc(100vw - 40px));
  height: auto;
  max-height: calc(100dvh - 40px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  padding: 76px 40px 40px;
  border-radius: 16px;
  background: #fdfbf8;
  box-shadow: 0 20px 60px rgba(30, 25, 23, 0.18);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.2s ease;
}
.tp-modal.is-open .tp-modal__dialog {
  transform: translateY(0) scale(1);
}
.tp-modal__dialog h3 {
  margin: 0 32px 0 0;
  color: #4a3b35;
  font-family: "Jost", sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.tp-modal__text {
  margin: 0;
  color: #6c5c55;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.tp-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6c5c55;
  font:
    300 24px/1 Arial,
    sans-serif;
  cursor: pointer;
}
.tp-modal__close:hover {
  color: #332824;
}
html.tp-modal-open,
body.tp-modal-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

body.tp-modal-open {
  width: 100%;
}

.td-case-modal .tp-modal__dialog {
  width: min(996px, calc(100vw - 40px));
  height: auto;
  max-height: calc(100vh - 40px);
  padding: 48px 40px 38px;
  overflow-y: auto;
}

.td-case-modal .tp-modal__dialog h3 {
  margin-bottom: 18px;
  line-height: 1.15;
}

.td-case-modal .tp-modal__text {
  line-height: 1.45;
}

.td-case-modal .tp-modal__text p {
  margin: 0 0 20px;
}

.td-case-modal .tp-modal__text p:last-child {
  margin-bottom: 0;
}

.td-case-modal .tp-modal__text ul {
  margin: -4px 0 24px;
  padding-left: 24px;
}

.td-case-modal .tp-modal__text li {
  margin: 3px 0;
}

/* Native contact form with simulated client-side submission. */
.post-8967 .fluentform_wrapper_1,
.post-8967 .elementor-element-6902b375 {
  display: none !important;
}

.td-native-form {
  width: min(598px, calc(100% - 30px));
  margin: 38px auto 0;
  color: #4a3b35;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.td-native-form__field {
  margin-bottom: 20px;
}

.td-native-form label {
  display: block;
  margin-bottom: 8px;
  color: #4a3b35;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.td-native-form input,
.td-native-form select,
.td-native-form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #eadbd0;
  border-radius: 7px;
  background: #fff;
  color: #4a3b35;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  outline: none;
  box-shadow: none;
}

.td-native-form input,
.td-native-form select {
  height: 41px;
  padding: 0 14px;
}

.td-native-form textarea {
  /* min-height: 96px; */
  padding: 14px;
  resize: vertical;
}

.td-native-form input:focus,
.td-native-form select:focus,
.td-native-form textarea:focus {
  border-color: var(--td-rose);
  box-shadow: 0 0 0 2px rgba(216, 168, 162, 0.18);
}

.td-native-form__phone {
  display: block;
  width: 100%;
}

.td-native-form__phone select {
  padding-right: 6px;
  padding-left: 8px;
}

.td-native-form > button[type="submit"] {
  width: min(386px, 100%);
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  padding: 12px 24px;
  border: 0;
  border-radius: 7px;
  background: var(--td-rose);
  color: #332824;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.td-native-form > button[type="submit"]:hover,
.td-native-form > button[type="submit"]:focus {
  background: #c9908a;
}

.td-native-form__trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.td-native-form__note {
  width: max-content;
  max-width: none;
  margin: 28px auto 0;
  color: #6c5c55;
  font-family: "Poppins", sans-serif !important;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.post-8967 .elementor-element-5dd96f7 {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 767px) {
  html.tp-modal-open,
  body.tp-modal-open {
    height: 100%;
  }

  body.tp-modal-open {
    position: fixed;
    right: 0;
    left: 0;
  }

  .td-native-form {
    width: 100%;
    margin-top: 30px;
  }

  .td-native-form__field {
    margin-bottom: 18px;
  }

  .td-native-form > button[type="submit"] {
    width: 100%;
    margin-top: 30px;
  }

  .td-native-form__note {
    width: auto;
    max-width: 100%;
    margin-top: 24px;
    font-size: 16px;
    white-space: normal;
  }
}

.tp-procedure {
  position: relative;
  min-height: 530px;
  display: flex;
  align-items: center;
  padding: 95px 0 115px;
  overflow: hidden;
  background:
    linear-gradient(rgba(40, 31, 29, 0.73), rgba(40, 31, 29, 0.73)),
    url("../../uploads/2024/02/img7.png") center/cover no-repeat;
}
.tp-procedure__intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 65px;
}
.tp-procedure h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 64px;
  line-height: 1.05;
}
.tp-procedure p {
  max-width: 610px;
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}
.tp-wave--procedure {
  height: 90px;
}
.tp-wave--procedure-top {
  top: -1px;
  bottom: auto;
  height: 90px;
  color: var(--td-paper);
}
.tp-steps {
  padding: 57px 0 95px;
  background: var(--td-paper);
}
.tp-steps__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.tp-steps article {
  padding: 24px 16px;
  border-radius: 7px;
  background: var(--td-cream);
}
.tp-steps h3 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.25;
}
.tp-steps p {
  margin-bottom: 21px;
  color: #6c5c55;
  font-size: 16px;
  line-height: 1.5;
}
.tp-steps p:last-child {
  margin-bottom: 0;
}
@keyframes tpFadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tpFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tpBlob {
  0%,
  100% {
    border-radius: 48% 52% 44% 56% / 57% 42% 58% 43%;
  }
  25% {
    border-radius: 56% 44% 53% 47% / 44% 58% 42% 56%;
  }
  50% {
    border-radius: 42% 58% 47% 53% / 55% 43% 57% 45%;
  }
  75% {
    border-radius: 53% 47% 57% 43% / 47% 55% 45% 53%;
  }
}
.tp-animate > div {
  animation: tpFadeUp 0.8s ease both;
}
.tp-animate > img {
  animation:
    tpFadeIn 0.9s 0.15s ease both,
    tpBlob 8s 1s ease-in-out infinite;
}
.tp-flow__node,
.tp-steps article {
  animation: tpFadeUp 0.7s ease both;
}
.tp-flow > :nth-child(2),
.tp-steps article:nth-child(2) {
  animation-delay: 0.1s;
}
.tp-flow > :nth-child(3),
.tp-steps article:nth-child(3) {
  animation-delay: 0.2s;
}
.tp-flow > :nth-child(4),
.tp-steps article:nth-child(4) {
  animation-delay: 0.3s;
}
.tp-js .tp-reveal {
  opacity: 0;
  animation: none;
  transform: translateY(35px);
}
.tp-js .tp-reveal.is-visible {
  animation: tpFadeUp 0.8s ease both;
}
.tp-js img.tp-reveal {
  transform: scale(0.96);
}
.tp-js img.tp-reveal.is-visible {
  animation:
    tpFadeIn 0.9s ease both,
    tpBlob 8s 1s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .tp-page *,
  .tp-page *::before,
  .tp-page *::after,
  .ap-page *,
  .ap-page *::before,
  .ap-page *::after {
    animation: none !important;
  }
}

@media (min-width: 1025px) {
  .tp-flow {
    display: block;
    height: 680px;
    margin-top: 45px;
  }

  .tp-flow::before {
    display: none;
  }

  .tp-flow__node {
    width: 203px;
    min-height: 128px;
    height: 128px;
  }

  .tp-flow__start,
  .tp-flow__notice,
  .tp-flow__branch {
    position: absolute;
  }

  .tp-flow__start {
    top: 134px;
    left: 0;
  }
  .tp-flow__notice {
    top: 134px;
    left: 20%;
  }
  .tp-flow__branch:nth-child(3) {
    top: 0;
    left: 40%;
  }
  .tp-flow__branch:nth-child(4) {
    top: 135px;
    left: 60%;
  }
  .tp-flow__branch:nth-child(5) {
    top: 272px;
    left: 80%;
  }

  .tp-flow__start::after,
  .tp-flow__notice::after,
  .tp-flow__branch:not(:last-child) .tp-flow__node:last-child::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 19px;
    height: 9px;
    background: #8b7b74;
    clip-path: polygon(0 44%, calc(100% - 8px) 44%, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, calc(100% - 8px) 56%, 0 56%);
    content: "";
    transform: translateY(-50%);
  }

  .tp-flow__start::after {
    width: 37px;
  }

  .tp-flow__branch {
    display: grid;
  }

  .tp-flow__branch:nth-child(3) {
    gap: 139px;
  }
  .tp-flow__branch:nth-child(4) {
    gap: 136px;
  }
  .tp-flow__branch:nth-child(5) {
    gap: 127px;
  }

  .tp-flow__branch::before {
    position: absolute;
    top: 64px;
    bottom: 64px;
    left: -19px;
    border-left: 1px solid #8b7b74;
    content: "";
  }

  .tp-flow__branch .tp-flow__node::before {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 19px;
    height: 1px;
    background: #8b7b74;
    clip-path: none;
    content: "";
    transform: none;
  }
}

@media (max-width: 1024px) {
  .tp-hero__inner,
  .tp-procedure__intro {
    gap: 36px;
  }
  .tp-flow {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
  .tp-flow::before {
    display: none;
  }

  .ap-hero__inner,
  .ap-trust__grid {
    gap: 36px;
  }

  .ap-trust__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .ap-trust h2 {
    white-space: normal;
  }

  .ap-trust img {
    margin-top: 0;
  }

  .ap-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
  }

  .td-steps,
  .td-cases__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .td-cases__grid article:nth-last-child(2) {
    grid-column: auto;
  }

  .td-step::before,
  .td-step::after,
  .td-step:not(:last-child)::before,
  .td-step:not(:last-child)::after {
    display: none !important;
    content: none !important;
  }
}

@media (max-width: 991px) {
  .td-steps {
    grid-template-columns: 1fr;
    gap: 108px;
  }

  .td-step:not(:last-child)::after {
    display: block !important;
    content: "" !important;
    top: calc(100% + 16px);
    right: auto;
    bottom: auto;
    left: 50%;
    width: 2px;
    height: 82px;
    border: 0;
    border-left: 1px solid var(--td-ink);
  }

  .td-step:not(:last-child)::before {
    display: block !important;
    content: "" !important;
    top: calc(100% + 89px);
    right: auto;
    bottom: auto;
    left: calc(50% - 4px);
    width: 9px;
    height: 9px;
    border: 0;
    border-right: 2px solid var(--td-ink);
    border-bottom: 2px solid var(--td-ink);
    transform: rotate(45deg);
  }

  body #rs-header,
  body #rs-header .header-inner,
  body #rs-header .menu-area,
  body #rs-header .menu-area .container {
    background: var(--td-cream) !important;
  }

  body #rs-header .menu-area,
  body #rs-header .menu-area > .container,
  body #rs-header .menu-area .row-table {
    height: 100px;
    min-height: 100px;
  }

  body #rs-header.header-style5 .menu-area,
  body #rs-header.header-style1 .menu-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body #rs-header .menu-area .container {
    width: 100%;
    max-width: none;
    padding-right: 16px;
    padding-left: 16px;
  }

  body #rs-header .row-table {
    min-height: 100px;
    align-items: center;
  }

  body #rs-header .header-logo {
    padding: 0;
  }

  html body #rs-header.main-menu-center .menu-area .row-table .col-cell.menu-responsive {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    visibility: hidden !important;
  }

  html body #rs-header .menu-responsive .nav.navbar,
  html body #rs-header .menu-responsive ul.menu,
  html body #rs-header .menu-responsive #primary-menu-single {
    display: none !important;
  }

  body #rs-header .header-quote {
    display: flex !important;
    width: auto;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
  }

  body #rs-header .logo-area .custom-logo-link {
    width: 146px;
    height: 80px;
  }

  body #rs-header .logo-area .custom-logo-link img {
    width: 146px !important;
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    object-fit: contain;
  }

  body #rs-header .header-quote .btn_quote {
    display: none !important;
  }

  body #rs-header .sidebarmenu-area.mobilehum {
    display: block !important;
  }

  body #rs-header .nav-link-container .nav-menu-link {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 !important;
    padding: 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body #rs-header .nav-link-container .nav-menu-link span {
    display: block;
    position: static !important;
    width: 30px;
    height: 3px;
    margin: 0;
    border: 0 !important;
    border-radius: 0;
    background: #4a3b35 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body #rs-header .nav-link-container .nav-menu-link::before,
  body #rs-header .nav-link-container .nav-menu-link::after {
    display: none !important;
    content: none !important;
  }

  body #rs-header .nav-link-container,
  body #rs-header .offcanvas-icon,
  body #rs-header .offcanvas-icon li {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body .mobile-menu-container,
  body .mobile-menu-container .menu-main-menu-container,
  body .mobile-menu-container .menu-menu-fr-container {
    background: var(--td-cream) !important;
  }

  body .mobile-menu-container div ul li a,
  body .mobile-menu-container div ul > li.current_page_item > a,
  body .mobile-menu-container div ul > li.current-menu-item > a {
    color: #332824 !important;
  }
}

@media (max-width: 767px) {
  .tp-modal {
    align-items: flex-start;
    padding: 12px;
  }

  .tp-modal__dialog {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - 24px);
    gap: 12px;
    padding: 54px 22px 26px;
    border-radius: 14px;
  }

  .tp-modal__dialog h3,
  .td-case-modal .tp-modal__dialog h3 {
    margin: 0 32px 10px 0;
    color: #4a3b35;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
  }

  .tp-modal__text,
  .td-case-modal .tp-modal__text {
    font-size: 15px;
    line-height: 1.45;
  }

  .td-case-modal .tp-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    padding: 54px 22px 26px;
  }

  .td-case-modal .tp-modal__text p {
    margin-bottom: 16px;
  }

  .td-case-modal .tp-modal__text ul {
    margin-bottom: 18px;
    padding-left: 20px;
  }

  .tp-modal__close {
    top: 18px;
    right: 18px;
  }

  .tp-hero {
    min-height: 657px;
    align-items: flex-start;
  }
  .tp-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 147px;
    padding-bottom: 125px;
  }
  .tp-flow__node strong br {
    display: none;
  }
  .tp-hero h1 {
    font-size: 32px;
    line-height: 106%;
    font-family: "Jost", sans-serif;
  }
  .tp-hero img {
    display: none;
  }
  .tp-hero img {
    width: min(82%, 360px);
    justify-self: center;
  }
  .tp-pricing {
    padding: 64px 0 70px;
  }
  .tp-pricing h2,
  .tp-procedure h2 {
    font-size: 48px;
  }
  .tp-flow {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 36px;
  }

  .tp-flow__node {
    min-height: 100px;
  }

  .tp-flow__start,
  .tp-flow__notice {
    width: 100%;
  }

  .tp-flow__branch {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  /* On mobile the second fork reads: procedure, then abandonment. */
  .tp-flow__branch:nth-child(4) .tp-flow__node:first-child {
    order: 2;
  }

  .tp-flow__branch:nth-child(4) .tp-flow__node:last-child {
    order: 1;
  }

  /* A compact fork above every pair of result cards. */
  .tp-flow__branch::before {
    position: absolute;
    top: -21px;
    right: 25%;
    left: 25%;
    height: 21px;
    border-top: 1px solid #8b7b74;
    border-right: 1px solid #8b7b74;
    border-left: 1px solid #8b7b74;
    content: "";
  }

  /* Thin down arrows between the levels, as in the mobile layout. */
  .tp-flow__start::after,
  .tp-flow__notice::after,
  .tp-flow__branch:not(:last-child)::after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 3;
    width: auto;
    height: auto;
    background: none;
    color: #6c5c55;
    content: "\2193";
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    transform: translateX(-50%);
  }

  /* Continue the route from the active card in each fork. */
  .tp-flow__branch:nth-child(3)::after {
    left: 75%;
  }

  .tp-flow__branch:nth-child(4)::after {
    left: 25%;
  }
  .tp-procedure {
    min-height: 650px;
    padding: 64px 0 120px;
  }
  .tp-procedure__intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .tp-procedure__intro img {
    order: -1;
    width: min(82%, 360px);
    justify-self: center;
    display: none;
  }
  .tp-procedure p {
    font-size: 16px;
  }
  .tp-steps {
    padding: 64px 0 90px;
  }
  .tp-steps__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .tp-steps article {
    padding: 20px;
  }

  .ap-page h2 {
    font-size: 48px;
  }

  .ap-hero {
    min-height: 745px;
    align-items: flex-start;
  }

  .ap-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 264px;
    padding-bottom: 100px;
  }

  .ap-hero h1 {
    font-size: 32px;
    line-height: 106%;
  }
  .ap-hero__image {
    display: none;
  }
  .ap-hero p {
    font-size: 16px;
  }

  .ap-hero__image {
    width: min(82%, 360px);
    justify-self: center;
  }

  .ap-about,
  .ap-trust {
    padding: 64px 0 60px;
  }

  .ap-about > .td-container > p:last-child {
    margin-bottom: 0;
  }

  .ap-about__grid,
  .ap-trust__grid {
    grid-template-columns: 1fr;
  }

  .ap-stats {
    min-height: 600px;
    padding: 80px 0 154px;
  }

  .ap-stats__grid {
    grid-template-columns: 1fr;
    gap: 19px 16px;
  }

  .ap-stats__grid strong {
    font-size: 56px;
    margin-bottom: 10px;
  }

  .ap-stats__grid span {
    font-size: 20px;
  }

  .ap-trust__grid {
    gap: 30px;
  }

  .ap-trust__grid img {
    order: -1;
    justify-self: center;
  }

  .td-container {
    width: min(100% - 30px, 1200px);
  }

  .td-hero {
    min-height: 775px;
  }
  .td-hero .td-button {
    width: 100%;
  }
  .td-cases__grid p {
    margin-bottom: 31px;
  }
  .td-cases__grid h3 {
    min-height: 0px;
  }
  .td-hero__content {
    padding-top: 154px;
  }
  .td-step h3 br {
    display: none;
  }
  .td-step h3 {
    line-height: 120%;
    min-height: 0px;
  }
  .td-step p {
    margin-bottom: 10px;
  }
  .td-process .td-button {
    width: 100%;
  }
  .td-step .td-button {
    margin-top: 7px;
  }
  .td-lead {
    margin-bottom: 40px;
    line-height: 125%;
  }
  .td-hero h1 br,
  .td-hero p br {
    display: none;
  }
  .td-hero h1 {
    font-size: 32px;
    line-height: 106%;
  }
  .td-hero p {
    /* font-size: 15px; */
  }

  .td-section {
    padding: 64px 0;
  }

  .td-process {
    padding-top: 64px;
    padding-bottom: 181px;
  }

  .td-eligibility {
    padding-top: 64px;
    padding-bottom: 99px;
  }
  .td-contact-strip {
    padding-top: 33px;
    padding-bottom: 78px;
  }

  .page-id-2276 .td-contact-strip {
    padding-top: 53px;
  }
  .td-button {
    font-size: 14px;
    min-height: 53px;
    width: 100%;
  }
  .td-contact-strip__inner {
    padding: 0px 24px;
  }
  .td-cases__grid {
    margin-top: 35px;
  }
  .td-homepage h2 {
    font-size: 48px;
  }

  .td-contact-strip h2 {
    font-size: 32px;
    margin-bottom: 30px;
    white-space: normal;
  }
  .td-contact-strip p {
    margin-bottom: 9px;
  }
  .td-steps,
  .td-cases__grid,
  .td-eligibility__grid,
  .td-contact-strip__inner {
    grid-template-columns: 1fr;
  }
  .td-contact-strip .td-button {
    width: 100%;
    margin-top: 30px;
  }
  .td-cases {
    padding-bottom: 194px;
  }
  .td-eligibility__grid {
    gap: 10px;
    margin-top: 36px;
  }
  .td-cases__grid article {
    min-height: 280px;
  }

  .td-contact-strip img {
    height: 386px;
  }

  .td-footer {
    padding-top: 0px;
  }

  .td-footer__content {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 28px;
  }

  .td-footer__nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    text-align: left;
  }

  .td-footer__content > p {
    grid-column: 1;
    width: 100%;
    justify-self: center;
    text-align: center;
  }
}
/* International phone field */
.page-id-2318 .elementor-element-98ae83c {
  display: none !important;
}

.page-id-2318 .elementor-element-8cdfceb,
.page-id-2318 .elementor-element-8cdfceb:not(.elementor-motion-effects-element-type-background) {
  background-image:
    linear-gradient(rgba(43, 31, 28, .72), rgba(43, 31, 28, .72)),
    url("../../uploads/2024/02/hero4.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.page-id-2318 #uc_blob_shapes_elementor_d26c207 {
  mix-blend-mode: normal !important;
}

.page-id-2318 .vd-hero-reveal {
  visibility: visible !important;
  animation: vdHeroReveal 0.9s ease-out both;
}

@keyframes vdHeroReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-id-2318 .elementor-element-6293732 .prelements-heading .title-inner .title {
  font-family: "Jost", sans-serif !important;
  font-size: 43px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.page-id-2318 .elementor-element-6293732 .prelements-heading .description {
  max-width: 590px;
  padding-right: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.page-id-2318 .elementor-element-83b9d40 .rs-btn a {
  display: inline-flex !important;
  min-width: 0;
  min-height: 48px;
  padding: 12px 28px !important;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
  background: var(--td-rose) !important;
  color: var(--td-ink) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center;
  text-transform: none !important;
}

.page-id-2318 .elementor-element-83b9d40 .rs-btn a:hover {
  background: #c9908a !important;
  color: var(--td-ink) !important;
}

.vd-page {
  width: 100%;
  color: var(--td-ink);
  font-family: "Poppins", sans-serif;
}

.vd-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background:
    linear-gradient(rgba(43, 31, 28, .72), rgba(43, 31, 28, .72)),
    url("../../uploads/2024/02/hero4.png") center / cover no-repeat;
}

.vd-hero__inner {
  display: grid;
  min-height: 650px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  padding-bottom: 70px;
}

.vd-hero__content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.vd-hero h1 {
  margin: 0 0 22px;
  color: #f3e8dd;
  font-family: "Jost", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.1;
}

.vd-hero p {
  margin: 0 0 34px;
  color: #f3e8dd;
  font-size: 16px;
  line-height: 1.5;
}

.vd-hero .td-button {
  min-width: 285px;
  text-transform: uppercase;
}

.vd-hero__visual {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(500px, 42vw);
  animation: vd-float 5.5s ease-in-out infinite;
}

.vd-hero__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / .84;
  object-fit: cover;
  clip-path: ellipse(49% 45% at 50% 50%);
}

.vd-hero__waves {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 3;
  height: 125px;
}

.vd-hero__waves svg { display: block; width: 100%; height: 100%; }
.vd-wave-back { fill: rgba(245, 233, 223, .72); }
.vd-wave-front { fill: var(--td-paper); }

@keyframes vd-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -14px, 0) rotate(1deg); }
}

.vd-faq {
  padding: 100px 0 190px;
  background: var(--td-paper);
}

.vd-faq__list { max-width: 1200px; }

.vd-faq details {
  margin-bottom: 16px;
  border-bottom: 1px solid #d8a8a2;
  background: #f5e9df;
}

.vd-faq details::details-content {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    height .5s cubic-bezier(.4, 0, .2, 1),
    opacity .35s ease,
    transform .5s cubic-bezier(.4, 0, .2, 1),
    content-visibility .5s allow-discrete;
}

.vd-faq details[open]::details-content {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.vd-faq summary {
  position: relative;
  padding: 21px 64px 21px 24px;
  color: #4a3b35;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.vd-faq summary::-webkit-details-marker { display: none; }
.vd-faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #4a3b35;
  border-bottom: 1.5px solid #4a3b35;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}
.vd-faq details[open] summary::after { transform: translateY(-20%) rotate(225deg); }
.vd-faq details > div {
  padding: 0 24px 20px;
  color: #ad918b;
  font-size: 18px;
  line-height: 1.45;
}
.vd-faq details > div p { margin: 0 0 20px; }
.vd-faq details > div p:last-child { margin-bottom: 0; }

@media (prefers-reduced-motion: reduce) {
  .vd-hero__visual { animation: none; }
}

@media (max-width: 767px) {
  .vd-hero, .vd-hero__inner { min-height: 680px; }
  .vd-hero__inner { grid-template-columns: 1fr; gap: 24px; padding-top: 55px; padding-bottom: 105px; }
  .vd-hero__content { align-self: end; }
  .vd-hero h1 { font-size: 36px; }
  .vd-hero .td-button { width: 100%; min-width: 0; }
  .vd-hero__visual { order: -1; align-self: end; justify-self: center; width: min(330px, 86vw); }
  .vd-hero__waves { height: 75px; }
  .vd-faq { padding: 64px 0 100px; }
  .vd-faq summary { padding: 18px 48px 18px 16px; font-size: 16px; }
  .vd-faq summary::after { right: 19px; }
  .vd-faq details > div { padding: 0 16px 18px; font-size: 16px; }
}

.td-native-form__phone {
  display: block;
  width: 100%;
}

.td-native-form__phone select,
.td-native-form__phone input {
  width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0;
  border: 1px solid #eadbd3;
  border-radius: 8px;
  background: #fff;
  color: #6c5c55;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.td-native-form__phone select {
  padding: 0 10px;
  cursor: pointer;
}

.td-native-form__phone input {
  padding: 0 14px;
}

@media (max-width: 767px) {
  .td-native-form__phone {
    width: 100%;
  }
}
