/* Start custom CSS for html, class: .elementor-element-53a6f69 *//* =============================================
   ALICIA BEAUTY
   FAT DISSOLVING INJECTIONS
   Prefix: ab-fd-
============================================= */

.ab-fd-page {
  --ab-fd-bg: #FFFDF8;
  --ab-fd-bg-soft: #FCFAF8;
  --ab-fd-text: #2D2D2D;
  --ab-fd-muted: #666666;
  --ab-fd-accent: #BB8B65;
  --ab-fd-dark-accent: #8D5A45;
  --ab-fd-border: rgba(187, 139, 101, 0.22);

  width: 100%;
  background: var(--ab-fd-bg);
  color: var(--ab-fd-text);
  overflow-x: clip;

  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}


body{
    overflow: hidden;
}

.ab-fd-page *,
.ab-fd-page *::before,
.ab-fd-page *::after {
  box-sizing: border-box;
}

.ab-fd-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.ab-fd-page h1,
.ab-fd-page h2,
.ab-fd-page h3,
.ab-fd-page p {
  margin-top: 0;
}

.ab-fd-page h1,
.ab-fd-page h2,
.ab-fd-page h3 {
  color: var(--ab-fd-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}

.ab-fd-page h1 em,
.ab-fd-page h2 em {
  display: block;
  color: var(--ab-fd-accent);
  font-weight: 500;
}

.ab-fd-page p {
  color: var(--ab-fd-muted);
}

.ab-fd-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.ab-fd-section {
  padding: 110px 0;
}


/* LABEL */

.ab-fd-label,
.ab-fd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;

  color: var(--ab-fd-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.ab-fd-eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--ab-fd-accent);
}


/* HEADINGS */

.ab-fd-heading {
  max-width: 720px;
  margin-bottom: 55px;
}

.ab-fd-heading-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ab-fd-heading h2,
.ab-fd-content h2,
.ab-fd-areas-content h2,
.ab-fd-downtime-heading h2,
.ab-fd-faq-intro h2,
.ab-fd-final-content h2 {
  margin-bottom: 25px;
  font-size: clamp(42px, 4.5vw, 64px);
}

.ab-fd-heading > p {
  max-width: 760px;
  margin: 0 auto;
}


/* =============================================
   HERO
============================================= */

.ab-fd-hero {
  position: relative;
  padding: 100px 0 105px;
  background:
    radial-gradient(
      circle at 7% 20%,
      rgba(187,139,101,.10),
      transparent 28%
    ),
    var(--ab-fd-bg);
}

.ab-fd-hero-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 80px;
  align-items: center;
}

.ab-fd-hero-content {
  max-width: 650px;
}

.ab-fd-hero h1 {
  margin-bottom: 28px;
  font-size: clamp(55px, 6vw, 82px);
  letter-spacing: -1.8px;
}

.ab-fd-hero-lead {
  max-width: 620px;
  margin-bottom: 17px;
  color: #454545 !important;
  font-size: 21px;
  line-height: 1.7;
}

.ab-fd-hero-text {
  max-width: 610px;
  margin-bottom: 34px;
}

.ab-fd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}

.ab-fd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  min-height: 58px;
  padding: 15px 27px;

  border: 0;
  border-radius: 3px;

  background: linear-gradient(
    135deg,
    #9C6048 0%,
    #E6C1AA 50%,
    #B77A5F 100%
  ) !important;

  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none !important;

  box-shadow: 0 12px 30px rgba(156, 96, 72, .18);
  transition: transform .25s ease, box-shadow .25s ease;
}

.ab-fd-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(156, 96, 72, .25);
}

.ab-fd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ab-fd-text) !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.ab-fd-text-link i {
  color: var(--ab-fd-accent);
}

.ab-fd-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 32px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--ab-fd-border);
}

.ab-fd-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ab-fd-trust-item > i {
  color: var(--ab-fd-accent);
  font-size: 19px;
}

.ab-fd-trust-item strong,
.ab-fd-trust-item span {
  display: block;
}

.ab-fd-trust-item strong {
  color: var(--ab-fd-text);
  font-size: 14px;
  line-height: 1.4;
}

.ab-fd-trust-item span {
  margin-top: 2px;
  color: var(--ab-fd-muted);
  font-size: 12px;
  line-height: 1.4;
}


/* HERO IMAGE */

.ab-fd-hero-visual {
  position: relative;
  padding: 0 25px 30px 0;
}

.ab-fd-image-frame {
  position: relative;
}

.ab-fd-image-frame::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -24px;
  right: -24px;

  width: 60%;
  height: 75%;

  border: 1px solid rgba(187,139,101,.35);
}

.ab-fd-image-frame img {
  position: relative;
  z-index: 1;

  object-fit: cover;
}

.ab-fd-floating-card {
  position: absolute;
  z-index: 3;
  left: -42px;
  bottom: 0;

  display: flex;
  align-items: center;
  gap: 16px;

  width: 310px;
  padding: 21px;

  background: rgba(255,253,248,.97);
  box-shadow: 0 18px 55px rgba(45,45,45,.12);
}

.ab-fd-floating-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;

  background: rgba(187,139,101,.12);
  color: var(--ab-fd-accent);
}

.ab-fd-floating-card strong,
.ab-fd-floating-card span {
  display: block;
}

.ab-fd-floating-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
}

.ab-fd-floating-card span {
  color: var(--ab-fd-muted);
  font-size: 12px;
  line-height: 1.5;
}


/* =============================================
   ABOUT
============================================= */

.ab-fd-about {
  background: var(--ab-fd-bg-soft);
}

.ab-fd-two-col {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  gap: 85px;
  align-items: center;
}

.ab-fd-image-block {
  position: relative;
  padding: 0 0 55px 40px;
}

.ab-fd-image-block::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72%;
  height: 78%;
  background: #F2E9E2;
}

.ab-fd-image-block > img {
  position: relative;
  z-index: 1;
  height: 650px;
  object-fit: cover;
}

.ab-fd-image-note {
  position: absolute;
  z-index: 2;
  right: -28px;
  bottom: 22px;

  display: flex;
  align-items: center;
  gap: 17px;

  max-width: 310px;
  padding: 20px 23px;

  background: #fff;
  box-shadow: 0 15px 45px rgba(45,45,45,.09);
}

.ab-fd-image-note span {
  color: var(--ab-fd-accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
}

.ab-fd-image-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.ab-fd-content .ab-fd-intro {
  color: #444;
  font-size: 20px;
}

.ab-fd-content p {
  margin-bottom: 18px;
}

.ab-fd-clinical-note {
  display: flex;
  gap: 18px;
  margin-top: 32px;
  padding: 23px 25px;
  border-left: 3px solid var(--ab-fd-accent);
  background: #F5EEE9;
}

.ab-fd-clinical-note i {
  margin-top: 6px;
  color: var(--ab-fd-accent);
  font-size: 22px;
}

.ab-fd-clinical-note p {
  margin: 0;
  color: #4e4e4e;
}


/* =============================================
   HOW IT WORKS
============================================= */

.ab-fd-how {
  background: var(--ab-fd-bg);
}

.ab-fd-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.ab-fd-process-card {
  position: relative;
  min-height: 320px;
  padding: 42px 35px;
  border: 1px solid var(--ab-fd-border);
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}

.ab-fd-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(45,45,45,.07);
}

.ab-fd-process-card > span {
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgba(187,139,101,.22);
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
}

.ab-fd-process-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  place-items: center;
  background: #F5EEE9;
  color: var(--ab-fd-accent);
  font-size: 22px;
}

.ab-fd-process-card h3 {
  margin-bottom: 15px;
  font-size: 30px;
}

.ab-fd-process-card p {
  margin-bottom: 0;
}


/* =============================================
   BENEFITS
============================================= */

.ab-fd-benefits {
  background: var(--ab-fd-bg-soft);
}

.ab-fd-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ab-fd-benefit-card {
  position: relative;
  min-height: 355px;
  padding: 38px 28px;
  overflow: hidden;

  border: 1px solid rgba(187,139,101,.18);
  background: var(--ab-fd-bg);
}

.ab-fd-benefit-number {
  position: absolute;
  top: 17px;
  right: 20px;
  color: rgba(187,139,101,.18);
  font-family: "Cormorant Garamond", serif;
  font-size: 55px;
  line-height: 1;
}

.ab-fd-benefit-card > i {
  margin: 25px 0 40px;
  color: var(--ab-fd-accent);
  font-size: 28px;
}

.ab-fd-benefit-card h3 {
  margin-bottom: 15px;
  font-size: 28px;
}

.ab-fd-benefit-card p {
  margin: 0;
  font-size: 16px;
}

.ab-fd-benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
  border: 1px solid var(--ab-fd-border);
  background: #fff;
}

.ab-fd-benefit-strip > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 25px;
}

.ab-fd-benefit-strip > div + div {
  border-left: 1px solid var(--ab-fd-border);
}

.ab-fd-benefit-strip i {
  color: var(--ab-fd-accent);
}

.ab-fd-benefit-strip span {
  color: #505050;
  font-size: 14px;
}


/* =============================================
   AREAS
============================================= */

.ab-fd-areas {
  background: var(--ab-fd-bg);
}

.ab-fd-areas-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 85px;
  align-items: center;
}

.ab-fd-areas-content > p {
  max-width: 570px;
}

.ab-fd-area-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin-top: 32px;
}

.ab-fd-area-list > div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 10px 15px;
  border-bottom: 1px solid var(--ab-fd-border);
}

.ab-fd-area-list i {
  color: var(--ab-fd-accent);
  font-size: 13px;
}

.ab-fd-area-list span {
  color: #444;
  font-weight: 500;
}

.ab-fd-small-note {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.ab-fd-small-note i {
  margin-top: 7px;
  color: var(--ab-fd-accent);
}

.ab-fd-small-note p {
  margin: 0;
  font-size: 14px;
}

.ab-fd-areas-image {
  position: relative;
  padding-bottom: 55px;
}

.ab-fd-areas-image > img {

  object-fit: cover;
}

.ab-fd-areas-image-card {
  position: absolute;
  left: -35px;
  bottom: 0;
  width: 300px;
  padding: 25px 28px;
  background: #2D2D2D;
}

.ab-fd-areas-image-card span,
.ab-fd-areas-image-card strong {
  display: block;
}

.ab-fd-areas-image-card span {
  margin-bottom: 5px;
  color: #DDB89D;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ab-fd-areas-image-card strong {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
}

.ab-fd-areas-image-card p {
  margin: 8px 0 0;
  color: #d2d2d2;
  font-size: 13px;
}


/* =============================================
   DOWNTIME
============================================= */

.ab-fd-downtime {
  background: #F4EDE7;
}

.ab-fd-downtime-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}

.ab-fd-recovery-stat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 35px;
  padding-top: 28px;
  border-top: 1px solid rgba(187,139,101,.35);
}

.ab-fd-recovery-stat strong {
  color: var(--ab-fd-accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1;
}

.ab-fd-recovery-stat span {
  max-width: 280px;
  color: var(--ab-fd-muted);
  font-size: 13px;
  line-height: 1.6;
}

.ab-fd-aftercare {
  padding: 45px;
  background: var(--ab-fd-bg);
}

.ab-fd-aftercare > p:first-child {
  color: #484848;
}

.ab-fd-aftercare h3 {
  margin: 30px 0 23px;
  font-size: 27px;
}

.ab-fd-aftercare-list {
  display: grid;
  gap: 8px;
}

.ab-fd-aftercare-list > div {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ab-fd-border);
}

.ab-fd-aftercare-list span {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  background: #F5EEE9;
  color: var(--ab-fd-accent);
}

.ab-fd-aftercare-list p {
  margin: 0;
  font-size: 15px;
}

.ab-fd-aftercare-footer {
  margin: 24px 0 0 !important;
  font-size: 14px;
  font-style: italic;
}


/* =============================================
   COURSE
============================================= */

.ab-fd-course {
  background: var(--ab-fd-bg);
}

.ab-fd-course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ab-fd-course-grid article {
  padding: 40px 34px;
  text-align: center;
  border: 1px solid var(--ab-fd-border);
}

.ab-fd-course-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin: 0 auto 23px;
  place-items: center;
  background: #F5EEE9;
  color: var(--ab-fd-accent);
}

.ab-fd-course-grid strong {
  display: block;
  color: var(--ab-fd-accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.ab-fd-course-grid h3 {
  margin: 11px 0 16px;
  font-size: 27px;
}

.ab-fd-course-grid p {
  margin: 0;
  font-size: 15px;
}


/* =============================================
   FAQ
============================================= */

.ab-fd-faq {
  background: var(--ab-fd-bg-soft);
}

.ab-fd-faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  align-items: start;
}

.ab-fd-faq-intro {
  position: sticky;
  top: 40px;
}

.ab-fd-faq-intro > p {
  max-width: 430px;
}

.ab-fd-faq-contact {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid var(--ab-fd-border);
}

.ab-fd-faq-contact > i {
  color: var(--ab-fd-accent);
  font-size: 26px;
}

.ab-fd-faq-contact strong,
.ab-fd-faq-contact span {
  display: block;
}

.ab-fd-faq-contact strong {
  color: var(--ab-fd-text);
  font-size: 14px;
}

.ab-fd-faq-contact span {
  color: var(--ab-fd-muted);
  font-size: 12px;
}

.ab-fd-accordion details {
  border-bottom: 1px solid var(--ab-fd-border);
}

.ab-fd-accordion summary {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 25px 0;

  color: var(--ab-fd-text);
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;

  cursor: pointer;
  list-style: none;
}

.ab-fd-accordion summary::-webkit-details-marker {
  display: none;
}

.ab-fd-accordion summary span {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;

  border: 1px solid var(--ab-fd-border);
  color: var(--ab-fd-accent);
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.ab-fd-accordion details[open] summary span {
  background: var(--ab-fd-accent);
  color: #fff;
}

.ab-fd-accordion details[open] summary span i {
  transform: rotate(45deg);
}

.ab-fd-accordion summary i {
  transition: transform .25s ease;
}

.ab-fd-accordion details > div {
  padding: 0 55px 25px 0;
}

.ab-fd-accordion details > div p {
  margin: 0;
  font-size: 16px;
}


/* =============================================
   FINAL CTA
============================================= */

.ab-fd-final {
  padding: 100px 0;
  background: var(--ab-fd-bg);
}

.ab-fd-final-box {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 510px;
  overflow: hidden;
  background: #302E2C;
}

.ab-fd-final-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}

.ab-fd-final-content .ab-fd-label {
  color: #DAB499;
}

.ab-fd-final-content h2 {
  color: #fff;
}

.ab-fd-final-content h2 em {
  color: #DAB499;
}

.ab-fd-final-content p {
  max-width: 580px;
  color: #D3D0CC;
}

.ab-fd-btn-light {
  align-self: flex-start;
  margin-top: 12px;
}

.ab-fd-final-image {
  min-height: 510px;
}

.ab-fd-final-image img {
  height: 100%;
  min-height: 510px;
  object-fit: cover;
}


/* =============================================
   TABLET
============================================= */

@media (max-width: 1024px) {

  .ab-fd-section {
    padding: 85px 0;
  }

  .ab-fd-hero-grid,
  .ab-fd-two-col,
  .ab-fd-areas-grid {
    gap: 55px;
  }

  .ab-fd-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ab-fd-image-frame img {
    height: 570px;
  }

  .ab-fd-floating-card {
    left: -20px;
  }

  .ab-fd-two-col {
    grid-template-columns: .9fr 1.1fr;
  }

  .ab-fd-image-block > img {
    height: 570px;
  }

  .ab-fd-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab-fd-benefit-card {
    min-height: 300px;
  }

  .ab-fd-downtime-grid,
  .ab-fd-faq-grid {
    gap: 55px;
  }

  .ab-fd-final-content {
    padding: 55px 45px;
  }

}


/* =============================================
   MOBILE / SMALL TABLET
============================================= */

@media (max-width: 767px) {

  .ab-fd-page {
    font-size: 17px;
    line-height: 1.78;
  }

  .ab-fd-container {
    width: min(100% - 34px, 1240px);
  }

  .ab-fd-section {
    padding: 70px 0;
  }

  .ab-fd-hero {
    padding: 65px 0 75px;
  }

  .ab-fd-hero-grid,
  .ab-fd-two-col,
  .ab-fd-areas-grid,
  .ab-fd-downtime-grid,
  .ab-fd-faq-grid,
  .ab-fd-final-box {
    grid-template-columns: 1fr;
  }

  .ab-fd-hero-grid {
    gap: 65px;
  }

  .ab-fd-hero h1 {
    font-size: clamp(48px, 13vw, 64px);
  }

  .ab-fd-heading h2,
  .ab-fd-content h2,
  .ab-fd-areas-content h2,
  .ab-fd-downtime-heading h2,
  .ab-fd-faq-intro h2,
  .ab-fd-final-content h2 {
    font-size: clamp(39px, 10vw, 50px);
  }

  .ab-fd-hero-lead,
  .ab-fd-content .ab-fd-intro {
    font-size: 19px;
  }

  .ab-fd-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .ab-fd-btn {
    width: 100%;
  }

  .ab-fd-trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ab-fd-hero-visual {
    padding: 0 10px 45px 0;
  }

  .ab-fd-image-frame::before {
    top: -13px;
    right: -10px;
  }

  .ab-fd-image-frame img {
    height: 500px;
  }

  .ab-fd-floating-card {
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
  }


  /* ABOUT */

  .ab-fd-two-col {
    gap: 60px;
  }

  .ab-fd-image-block {
    padding: 0 0 55px 20px;
  }

  .ab-fd-image-block > img {
    height: 500px;
  }

  .ab-fd-image-note {
    right: 0;
    bottom: 15px;
    max-width: calc(100% - 35px);
  }


  /* PROCESS */

  .ab-fd-process-grid,
  .ab-fd-course-grid {
    grid-template-columns: 1fr;
  }

  .ab-fd-process-card {
    min-height: auto;
  }


  /* BENEFITS */

  .ab-fd-benefits-grid {
    grid-template-columns: 1fr;
  }

  .ab-fd-benefit-card {
    min-height: auto;
  }

  .ab-fd-benefit-card > i {
    margin-bottom: 28px;
  }

  .ab-fd-benefit-strip {
    grid-template-columns: 1fr;
  }

  .ab-fd-benefit-strip > div + div {
    border-top: 1px solid var(--ab-fd-border);
    border-left: 0;
  }


  /* AREAS */

  .ab-fd-area-list {
    grid-template-columns: 1fr;
  }

  .ab-fd-areas-image {
    padding: 0 0 55px;
  }

  .ab-fd-areas-image > img {
    height: 520px;
  }

  .ab-fd-areas-image-card {
    left: 15px;
    width: calc(100% - 30px);
  }


  /* DOWNTIME */

  .ab-fd-downtime-grid {
    gap: 45px;
  }

  .ab-fd-aftercare {
    padding: 30px 23px;
  }


  /* FAQ */

  .ab-fd-faq-grid {
    gap: 35px;
  }

  .ab-fd-faq-intro {
    position: static;
  }

  .ab-fd-accordion summary {
    font-size: 22px;
  }

  .ab-fd-accordion details > div {
    padding-right: 0;
  }


  /* FINAL */

  .ab-fd-final {
    padding: 70px 0;
  }

  .ab-fd-final-content {
    padding: 50px 28px;
  }

  .ab-fd-final-image,
  .ab-fd-final-image img {
    min-height: 420px;
  }

}


/* =============================================
   SMALL MOBILE
============================================= */

@media (max-width: 480px) {

  .ab-fd-container {
    width: calc(100% - 28px);
  }

  .ab-fd-trust-row {
    grid-template-columns: 1fr;
  }

  .ab-fd-image-frame img,
  .ab-fd-image-block > img,
  .ab-fd-areas-image > img {
    height: 430px;
  }

  .ab-fd-process-card,
  .ab-fd-benefit-card {
    padding: 32px 24px;
  }

  .ab-fd-recovery-stat {
    align-items: flex-start;
  }

  .ab-fd-recovery-stat strong {
    font-size: 50px;
  }

  .ab-fd-final-content {
    padding: 45px 22px;
  }

}/* End custom CSS */