.elementor-40 .elementor-element.elementor-element-4cdc2e1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-8be689d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40 .elementor-element.elementor-element-6b8a57a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-84919fd *//* =========================================================
   HOW IT WORKS — HERO
========================================================= */

.lghow-hero {
  --red: #a50034;
  --dark-red: #820029;
  --black: #171717;
  --grey: #707070;
  --light: #f3f2f0;
  --line: #d8d8d8;

  width: 100%;

  padding: 105px 0 0;

  overflow: hidden;

  background: #fff;

  font-family: "Poppins", Arial, sans-serif;
}

.lghow-hero *,
.lghow-hero *::before,
.lghow-hero *::after {
  box-sizing: border-box;
}

.lghow-hero__wrap {
  width: min(1480px, calc(100% - 80px));
  margin: 0 auto;
}


/* =========================================================
   TOP
========================================================= */

.lghow-hero__top {
  display: grid;

  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(330px, .65fr);

  gap: 90px;

  align-items: end;

  padding-bottom: 80px;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.lghow-hero__breadcrumb {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 48px;

  color: #999;

  font-size: 11px;
  line-height: 1;

  font-weight: 600;

  letter-spacing: 1.1px;
}

.lghow-hero__breadcrumb b {
  color: #ccc;
  font-weight: 400;
}

.lghow-hero__breadcrumb strong {
  color: var(--black);
  font-weight: 650;
}


/* =========================================================
   EYEBROW
========================================================= */

.lghow-hero__eyebrow {
  display: flex;
  align-items: center;

  gap: 13px;

  margin-bottom: 20px;

  color: var(--red);

  font-size: 12px;
  line-height: 1.2;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.lghow-hero__eyebrow::before {
  content: "";

  width: 34px;
  height: 2px;

  flex: 0 0 34px;

  background: var(--red);
}


/* =========================================================
   HEADING
========================================================= */

.lghow-hero__content h1 {
  max-width: 930px;

  margin: 0;

  color: var(--black);

  font-size: clamp(64px, 7.4vw, 112px);
  line-height: .87;

  font-weight: 300;

  letter-spacing: -6px;
}

.lghow-hero__content h1 strong {
  color: var(--red);

  font-weight: 620;
}

.lghow-hero__content > p {
  max-width: 570px;

  margin: 35px 0 0;

  color: #686868;

  font-size: 15px;
  line-height: 1.8;

  font-weight: 400;
}


/* =========================================================
   ACTIONS
========================================================= */

.lghow-hero__actions {
  display: flex;
  align-items: center;

  gap: 30px;

  margin-top: 35px;
}

.lghow-hero__btn {
  text-decoration: none !important;

  font-size: 13px;
  line-height: 1;

  font-weight: 600;
}

.lghow-hero__btn--dark {
  min-width: 205px;
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding: 0 20px;

  background: var(--black);

  color: #fff !important;

  transition: background .25s ease;
}

.lghow-hero__btn--dark:hover {
  background: var(--red);
}

.lghow-hero__btn--dark span {
  font-size: 18px;
  font-weight: 300;
}

.lghow-hero__btn--text {
  display: flex;
  align-items: center;

  gap: 14px;

  padding-bottom: 8px;

  border-bottom: 1px solid #aaa;

  color: var(--black) !important;
}

.lghow-hero__btn--text span {
  color: var(--red);

  font-size: 17px;
}

.lghow-hero__btn--text:hover {
  border-color: var(--red);
}


/* =========================================================
   RIGHT STATEMENT
========================================================= */

.lghow-hero__statement {
  display: grid;

  grid-template-columns:
    105px
    1fr;

  gap: 28px;

  align-items: end;

  padding: 32px 0 0;

  border-top: 1px solid #aaa;
}

.lghow-hero__statement-no {
  color: var(--red);

  font-size: 75px;
  line-height: .85;

  font-weight: 300;

  letter-spacing: -5px;
}

.lghow-hero__statement-copy span {
  display: block;

  margin-bottom: 12px;

  color: #999;

  font-size: 10px;
  line-height: 1.3;

  font-weight: 700;

  letter-spacing: 1.2px;
}

.lghow-hero__statement-copy p {
  margin: 0;

  color: var(--black);

  font-size: 16px;
  line-height: 1.55;

  font-weight: 500;
}


/* =========================================================
   PROCESS
========================================================= */

.lghow-hero__process {
  position: relative;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  background: var(--black);
}


/* RED TOP LINE */

.lghow-hero__process::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 25%;
  height: 5px;

  background: var(--red);
}


/* =========================================================
   STEP
========================================================= */

.lghow-hero__step {
  position: relative;

  min-height: 330px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 34px 34px 38px;

  border-right: 1px solid rgba(255,255,255,.15);

  transition: background .3s ease;
}

.lghow-hero__step:hover {
  background: #202020;
}

.lghow-hero__step--last {
  border-right: 0;
}


/* =========================================================
   STEP TOP
========================================================= */

.lghow-hero__step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;
}

.lghow-hero__step-top span {
  color: var(--red);

  font-size: 14px;
  line-height: 1;

  font-weight: 650;
}

.lghow-hero__step-top small {
  color: #777;

  font-size: 10px;
  line-height: 1;

  font-weight: 650;

  letter-spacing: 1.3px;
}


/* =========================================================
   STEP CONTENT
========================================================= */

.lghow-hero__step-content strong {
  display: block;

  color: #fff;

  font-size: 29px;
  line-height: 1.08;

  font-weight: 350;

  letter-spacing: -1.2px;
}

.lghow-hero__step-content strong em {
  display: block;

  color: #fff;

  font-style: normal;

  font-weight: 600;
}

.lghow-hero__step-content p {
  max-width: 230px;

  margin: 17px 0 0;

  color: #999;

  font-size: 12px;
  line-height: 1.65;

  font-weight: 400;
}


/* =========================================================
   ARROW
========================================================= */

.lghow-hero__arrow {
  position: absolute;

  z-index: 3;

  top: 50%;
  right: -17px;

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translateY(-50%);

  background: var(--red);

  color: #fff;

  font-size: 16px;
  line-height: 1;

  font-weight: 400;
}


/* =========================================================
   BOTTOM CONTACT
========================================================= */

.lghow-hero__bottom {
  min-height: 115px;

  display: grid;

  grid-template-columns:
    auto
    1fr
    auto;

  align-items: center;

  gap: 35px;
}

.lghow-hero__bottom-label span {
  display: block;

  margin-bottom: 5px;

  color: var(--red);

  font-size: 10px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.2px;
}

.lghow-hero__bottom-label strong {
  display: block;

  color: var(--black);

  font-size: 14px;
  line-height: 1.3;

  font-weight: 550;
}

.lghow-hero__bottom-line {
  width: 100%;
  height: 1px;

  background: #ddd;
}

.lghow-hero__bottom-contact {
  display: flex;
  align-items: center;

  gap: 25px;
}

.lghow-hero__bottom-contact > span {
  color: #999;

  font-size: 10px;
  line-height: 1;

  font-weight: 650;

  letter-spacing: 1.2px;
}

.lghow-hero__bottom-contact a {
  display: flex;
  align-items: center;

  gap: 14px;

  color: var(--black) !important;

  text-decoration: none !important;

  font-size: 18px;
  line-height: 1;

  font-weight: 600;
}

.lghow-hero__bottom-contact a b {
  color: var(--red);

  font-size: 18px;
  font-weight: 400;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .lghow-hero {
    padding-top: 85px;
  }

  .lghow-hero__wrap {
    width: calc(100% - 50px);
  }

  .lghow-hero__top {
    grid-template-columns: 1fr;

    gap: 55px;

    padding-bottom: 65px;
  }

  .lghow-hero__content h1 {
    font-size: 82px;
  }

  .lghow-hero__statement {
    max-width: 600px;
  }

  .lghow-hero__process {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .lghow-hero__process::before {
    width: 50%;
  }

  .lghow-hero__step {
    min-height: 280px;
  }

  .lghow-hero__step:nth-child(2) {
    border-right: 0;
  }

  .lghow-hero__step:nth-child(1),
  .lghow-hero__step:nth-child(2) {
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .lghow-hero__step:nth-child(2)
  .lghow-hero__arrow {
    display: none;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .lghow-hero {
    padding-top: 65px;
  }

  .lghow-hero__wrap {
    width: calc(100% - 28px);
  }


  /* BREADCRUMB */

  .lghow-hero__breadcrumb {
    margin-bottom: 35px;

    font-size: 10px;
  }


  /* EYEBROW */

  .lghow-hero__eyebrow {
    margin-bottom: 16px;

    font-size: 10px;
  }

  .lghow-hero__eyebrow::before {
    width: 25px;

    flex-basis: 25px;
  }


  /* TITLE */

  .lghow-hero__content h1 {
    font-size: 54px;
    line-height: .92;

    letter-spacing: -3.2px;
  }

  .lghow-hero__content > p {
    margin-top: 25px;

    font-size: 13px;
    line-height: 1.7;
  }


  /* BUTTON */

  .lghow-hero__actions {
    align-items: flex-start;
    flex-direction: column;

    gap: 22px;

    margin-top: 28px;
  }

  .lghow-hero__btn {
    font-size: 12px;
  }

  .lghow-hero__btn--dark {
    width: 100%;
  }


  /* TOP */

  .lghow-hero__top {
    gap: 45px;

    padding-bottom: 50px;
  }


  /* STATEMENT */

  .lghow-hero__statement {
    grid-template-columns:
      75px
      1fr;

    gap: 20px;

    padding-top: 25px;
  }

  .lghow-hero__statement-no {
    font-size: 55px;
  }

  .lghow-hero__statement-copy span {
    font-size: 10px;
  }

  .lghow-hero__statement-copy p {
    font-size: 13px;
  }


  /* PROCESS */

  .lghow-hero__process {
    grid-template-columns: 1fr;
  }

  .lghow-hero__process::before {
    width: 100%;
  }

  .lghow-hero__step {
    min-height: 220px;

    padding: 27px 24px;

    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .lghow-hero__step:last-child {
    border-bottom: 0;
  }

  .lghow-hero__step-content strong {
    font-size: 26px;
  }

  .lghow-hero__step-content p {
    max-width: 280px;

    font-size: 12px;
  }

  .lghow-hero__arrow {
    top: auto;
    right: 23px;
    bottom: -17px;

    transform: rotate(90deg);
  }

  .lghow-hero__step:nth-child(2)
  .lghow-hero__arrow {
    display: flex;
  }


  /* BOTTOM */

  .lghow-hero__bottom {
    display: block;

    min-height: 0;

    padding: 30px 0 35px;
  }

  .lghow-hero__bottom-line {
    margin: 20px 0;
  }

  .lghow-hero__bottom-contact {
    justify-content: space-between;

    gap: 15px;
  }

  .lghow-hero__bottom-contact > span {
    font-size: 9px;
  }

  .lghow-hero__bottom-contact a {
    font-size: 15px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-700323c *//* =========================================================
   HOW IT WORKS — SECTION 2
========================================================= */

.lgassist {
  --red: #a50034;
  --red-dark: #820029;
  --black: #171717;
  --grey: #707070;
  --light: #f3f2f0;
  --line: #d7d7d7;

  width: 100%;

  padding: 120px 0;

  background: var(--light);

  font-family: "Poppins", Arial, sans-serif;
}

.lgassist *,
.lgassist *::before,
.lgassist *::after {
  box-sizing: border-box;
}

.lgassist__wrap {
  width: min(1480px, calc(100% - 80px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, .86fr)
    minmax(0, 1.14fr);

  gap: 85px;

  align-items: stretch;
}


/* =========================================================
   LEFT VISUAL
========================================================= */

.lgassist__visual {
  position: relative;

  min-height: 930px;

  overflow: hidden;

  background: #222;
}

.lgassist__visual > img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .8s ease;
}

.lgassist__visual:hover > img {
  transform: scale(1.025);
}

.lgassist__shade {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.15) 0%,
      rgba(0,0,0,.05) 35%,
      rgba(0,0,0,.82) 100%
    );
}


/* =========================================================
   VISUAL TOP
========================================================= */

.lgassist__visual-top {
  position: absolute;

  z-index: 3;

  top: 35px;
  left: 35px;
  right: 35px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;
}

.lgassist__visual-top span {
  color: #fff;

  font-size: 11px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.3px;
}

.lgassist__visual-top strong {
  color: rgba(255,255,255,.7);

  font-size: 10px;
  line-height: 1;

  font-weight: 600;

  letter-spacing: 1px;
}


/* =========================================================
   VISUAL BOTTOM
========================================================= */

.lgassist__visual-bottom {
  position: absolute;

  z-index: 3;

  left: 45px;
  right: 45px;
  bottom: 50px;

  max-width: 480px;
}

.lgassist__visual-bottom > span {
  display: block;

  margin-bottom: 15px;

  color: #ddd;

  font-size: 11px;
  line-height: 1;

  font-weight: 650;

  letter-spacing: 1.5px;
}

.lgassist__visual-bottom h3 {
  margin: 0;

  color: #fff;

  font-size: clamp(45px, 4.5vw, 68px);
  line-height: .98;

  font-weight: 300;

  letter-spacing: -3px;
}

.lgassist__visual-bottom h3 strong {
  color: #fff;

  font-weight: 650;
}

.lgassist__visual-bottom p {
  max-width: 390px;

  margin: 25px 0 0;

  color: rgba(255,255,255,.75);

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   VISUAL INDEX
========================================================= */

.lgassist__visual-index {
  position: absolute;

  z-index: 2;

  right: -12px;
  bottom: -35px;

  color: rgba(255,255,255,.09);

  font-size: 190px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: -15px;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.lgassist__content {
  padding: 20px 0;
}


/* =========================================================
   HEAD
========================================================= */

.lgassist__head {
  padding-bottom: 55px;
}

.lgassist__eyebrow {
  display: flex;
  align-items: center;

  gap: 13px;

  margin-bottom: 18px;

  color: var(--red);

  font-size: 12px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.lgassist__eyebrow::before {
  content: "";

  width: 32px;
  height: 2px;

  flex: 0 0 32px;

  background: var(--red);
}

.lgassist__head h2 {
  margin: 0;

  color: var(--black);

  font-size: clamp(55px, 5.3vw, 82px);
  line-height: .92;

  font-weight: 300;

  letter-spacing: -4.5px;
}

.lgassist__head h2 strong {
  color: var(--red);

  font-weight: 650;
}

.lgassist__head > p {
  max-width: 620px;

  margin: 28px 0 0;

  color: #696969;

  font-size: 15px;
  line-height: 1.8;
}


/* =========================================================
   INFORMATION ROW
========================================================= */

.lgassist__row {
  display: grid;

  grid-template-columns:
    65px
    minmax(220px, .95fr)
    minmax(220px, 1.05fr);

  gap: 30px;

  align-items: start;

  padding: 35px 0;

  border-top: 1px solid #c9c9c9;
}

.lgassist__row:last-of-type {
  border-bottom: 1px solid #c9c9c9;
}


/* NUMBER */

.lgassist__row-no {
  padding-top: 3px;

  color: var(--red);

  font-size: 13px;
  line-height: 1;

  font-weight: 650;
}


/* MAIN */

.lgassist__row-main > span {
  display: block;

  margin-bottom: 10px;

  color: #999;

  font-size: 10px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.3px;
}

.lgassist__row-main h3 {
  margin: 0;

  color: var(--black);

  font-size: 22px;
  line-height: 1.25;

  font-weight: 500;

  letter-spacing: -.7px;
}


/* DESCRIPTION */

.lgassist__row-desc p {
  margin: 0;

  color: #707070;

  font-size: 13px;
  line-height: 1.7;
}

.lgassist__row-desc a {
  display: inline-flex;
  align-items: center;

  gap: 12px;

  margin-top: 17px;

  padding-bottom: 5px;

  border-bottom: 1px solid #aaa;

  color: var(--black) !important;

  text-decoration: none !important;

  font-size: 11px;
  line-height: 1;

  font-weight: 650;

  letter-spacing: .4px;
}

.lgassist__row-desc a b {
  color: var(--red);

  font-size: 15px;
  font-weight: 400;
}


/* =========================================================
   CONTACT CTA
========================================================= */

.lgassist__contact {
  min-height: 125px;

  display: grid;

  grid-template-columns:
    1fr
    minmax(280px, .8fr);

  align-items: stretch;

  margin-top: 45px;

  background: var(--black);
}

.lgassist__contact-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 25px 30px;
}

.lgassist__contact-copy span {
  display: block;

  margin-bottom: 7px;

  color: #888;

  font-size: 10px;
  line-height: 1;

  font-weight: 650;

  letter-spacing: 1.2px;
}

.lgassist__contact-copy strong {
  color: #fff;

  font-size: 16px;
  line-height: 1.45;

  font-weight: 500;
}


/* CTA BUTTON */

.lgassist__contact > a {
  display: grid;

  grid-template-columns:
    1fr
    auto;

  grid-template-rows:
    auto
    auto;

  align-content: center;

  gap: 5px 20px;

  padding: 25px 28px;

  background: var(--red);

  color: #fff !important;

  text-decoration: none !important;

  transition: background .25s ease;
}

.lgassist__contact > a:hover {
  background: var(--red-dark);
}

.lgassist__contact > a small {
  grid-column: 1;

  color: rgba(255,255,255,.72);

  font-size: 10px;
  line-height: 1;

  font-weight: 650;

  letter-spacing: 1.2px;
}

.lgassist__contact > a strong {
  grid-column: 1;

  color: #fff;

  font-size: 19px;
  line-height: 1.2;

  font-weight: 600;
}

.lgassist__contact > a b {
  grid-column: 2;
  grid-row: 1 / 3;

  align-self: center;

  color: #fff;

  font-size: 25px;
  line-height: 1;

  font-weight: 300;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .lgassist {
    padding: 90px 0;
  }

  .lgassist__wrap {
    width: calc(100% - 50px);

    grid-template-columns:
      minmax(0, .8fr)
      minmax(0, 1.2fr);

    gap: 50px;
  }

  .lgassist__visual {
    min-height: 850px;
  }

  .lgassist__visual-bottom {
    left: 30px;
    right: 30px;
    bottom: 40px;
  }

  .lgassist__head h2 {
    font-size: 60px;
  }

  .lgassist__row {
    grid-template-columns:
      45px
      1fr;

    gap: 20px;
  }

  .lgassist__row-desc {
    grid-column: 2;
  }

  .lgassist__contact {
    grid-template-columns: 1fr;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .lgassist {
    padding: 70px 0;
  }

  .lgassist__wrap {
    width: calc(100% - 28px);

    display: flex;
    flex-direction: column;

    gap: 55px;
  }


  /* VISUAL */

  .lgassist__visual {
    min-height: 570px;
  }

  .lgassist__visual-top {
    top: 22px;
    left: 20px;
    right: 20px;
  }

  .lgassist__visual-top span {
    font-size: 10px;
  }

  .lgassist__visual-top strong {
    font-size: 9px;
  }

  .lgassist__visual-bottom {
    left: 24px;
    right: 24px;
    bottom: 30px;
  }

  .lgassist__visual-bottom > span {
    font-size: 10px;
  }

  .lgassist__visual-bottom h3 {
    font-size: 44px;

    letter-spacing: -2.5px;
  }

  .lgassist__visual-bottom p {
    font-size: 13px;
  }

  .lgassist__visual-index {
    font-size: 120px;
  }


  /* CONTENT */

  .lgassist__content {
    padding: 0;
  }

  .lgassist__head {
    padding-bottom: 40px;
  }

  .lgassist__eyebrow {
    font-size: 10px;
  }

  .lgassist__eyebrow::before {
    width: 25px;

    flex-basis: 25px;
  }

  .lgassist__head h2 {
    font-size: 50px;

    letter-spacing: -3px;
  }

  .lgassist__head > p {
    margin-top: 23px;

    font-size: 13px;
    line-height: 1.7;
  }


  /* ROW */

  .lgassist__row {
    grid-template-columns:
      38px
      1fr;

    gap: 15px;

    padding: 28px 0;
  }

  .lgassist__row-no {
    font-size: 11px;
  }

  .lgassist__row-main > span {
    font-size: 10px;
  }

  .lgassist__row-main h3 {
    font-size: 19px;
  }

  .lgassist__row-desc {
    grid-column: 2;
  }

  .lgassist__row-desc p {
    font-size: 12px;
  }

  .lgassist__row-desc a {
    font-size: 11px;
  }


  /* CTA */

  .lgassist__contact {
    display: block;

    margin-top: 35px;
  }

  .lgassist__contact-copy {
    min-height: 100px;

    padding: 23px;
  }

  .lgassist__contact-copy span {
    font-size: 10px;
  }

  .lgassist__contact-copy strong {
    font-size: 14px;
  }

  .lgassist__contact > a {
    min-height: 85px;

    padding: 20px 23px;
  }

  .lgassist__contact > a small {
    font-size: 10px;
  }

  .lgassist__contact > a strong {
    font-size: 17px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2698c32 *//* =========================================================
   HOW IT WORKS — SECTION 3
   BEFORE YOU APPLY
========================================================= */

.lgbefore {
  --red: #a50034;
  --red-dark: #820029;
  --black: #171717;
  --text: #5f5f5f;
  --line: #d8d8d8;
  --soft: #f5f4f2;

  width: 100%;

  padding: 120px 0;

  background: #fff;

  font-family: "Poppins", Arial, sans-serif;
}

.lgbefore *,
.lgbefore *::before,
.lgbefore *::after {
  box-sizing: border-box;
}

.lgbefore__wrap {
  width: min(1480px, calc(100% - 80px));

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(320px, .72fr)
    minmax(0, 1.28fr);

  gap: 100px;

  align-items: start;
}


/* =========================================================
   LEFT
========================================================= */

.lgbefore__left {
  position: sticky;
  top: 100px;

  padding-top: 5px;
}

.lgbefore__eyebrow {
  display: flex;
  align-items: center;

  gap: 14px;

  margin-bottom: 20px;

  color: var(--red);

  font-size: 12px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.lgbefore__eyebrow::before {
  content: "";

  width: 34px;
  height: 2px;

  flex: 0 0 34px;

  background: var(--red);
}


/* =========================================================
   LEFT HEADING
========================================================= */

.lgbefore__left h2 {
  margin: 0;

  color: var(--black);

  font-size: clamp(55px, 5vw, 78px);
  line-height: .94;

  font-weight: 300;

  letter-spacing: -4.5px;
}

.lgbefore__left h2 strong {
  color: var(--red);

  font-weight: 650;
}

.lgbefore__left > p {
  max-width: 500px;

  margin: 30px 0 0;

  color: #707070;

  font-size: 15px;
  line-height: 1.8;
}


/* =========================================================
   AGENT MINI CTA
========================================================= */

.lgbefore__agent {
  max-width: 500px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;

  margin-top: 50px;

  padding: 25px 0;

  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.lgbefore__agent > div > span {
  display: block;

  margin-bottom: 7px;

  color: #999;

  font-size: 10px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.2px;
}

.lgbefore__agent > div > strong {
  color: var(--black);

  font-size: 14px;
  line-height: 1.4;

  font-weight: 500;
}

.lgbefore__agent > a {
  flex: 0 0 auto;

  display: flex;
  align-items: center;

  gap: 13px;

  color: var(--red) !important;

  text-decoration: none !important;

  font-size: 11px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: .6px;
}

.lgbefore__agent > a b {
  font-size: 17px;
  font-weight: 400;
}


/* =========================================================
   RIGHT HEADER
========================================================= */

.lgbefore__right {
  border-top: 1px solid #aaa;
}

.lgbefore__right-head {
  min-height: 100px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  border-bottom: 1px solid var(--line);
}

.lgbefore__right-head span {
  color: var(--red);

  font-size: 11px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.3px;
}

.lgbefore__right-head p {
  max-width: 280px;

  margin: 0;

  color: #777;

  font-size: 12px;
  line-height: 1.6;

  text-align: right;
}


/* =========================================================
   ITEM
========================================================= */

.lgbefore__item {
  position: relative;

  display: grid;

  grid-template-columns:
    65px
    minmax(220px, .9fr)
    minmax(260px, 1.1fr);

  gap: 30px;

  align-items: start;

  padding: 40px 0;

  border-bottom: 1px solid var(--line);

  transition:
    padding-left .3s ease,
    background .3s ease;
}

.lgbefore__item::before {
  content: "";

  position: absolute;

  top: -1px;
  left: 0;

  width: 0;
  height: 2px;

  background: var(--red);

  transition: width .35s ease;
}

.lgbefore__item:hover::before {
  width: 100%;
}


/* =========================================================
   NUMBER
========================================================= */

.lgbefore__number {
  padding-top: 4px;

  color: var(--red);

  font-size: 13px;
  line-height: 1;

  font-weight: 650;
}


/* =========================================================
   ITEM MAIN
========================================================= */

.lgbefore__item-main > span {
  display: block;

  margin-bottom: 10px;

  color: #999;

  font-size: 10px;
  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.2px;
}

.lgbefore__item-main h3 {
  margin: 0;

  color: var(--black);

  font-size: 22px;
  line-height: 1.25;

  font-weight: 500;

  letter-spacing: -.8px;
}


/* =========================================================
   ITEM COPY
========================================================= */

.lgbefore__item-copy p {
  max-width: 390px;

  margin: 0;

  color: #707070;

  font-size: 13px;
  line-height: 1.75;
}

.lgbefore__item-copy a {
  display: inline-flex;
  align-items: center;

  gap: 12px;

  margin-top: 17px;

  padding-bottom: 5px;

  border-bottom: 1px solid #aaa;

  color: var(--black) !important;

  text-decoration: none !important;

  font-size: 11px;
  line-height: 1;

  font-weight: 650;
}

.lgbefore__item-copy a b {
  color: var(--red);

  font-size: 15px;
  font-weight: 400;
}


/* =========================================================
   WHATSAPP BAR
========================================================= */

.lgbefore__whatsapp {
  min-height: 125px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 40px;

  margin-top: 45px;

  padding: 30px 35px;

  background: var(--red);

  color: #fff !important;

  text-decoration: none !important;

  transition: background .25s ease;
}

.lgbefore__whatsapp:hover {
  background: var(--red-dark);
}

.lgbefore__whatsapp > div:first-child small {
  display: block;

  margin-bottom: 8px;

  color: rgba(255,255,255,.72);

  font-size: 10px;
  line-height: 1;

  font-weight: 650;

  letter-spacing: 1.2px;
}

.lgbefore__whatsapp > div:first-child strong {
  display: block;

  color: #fff;

  font-size: 17px;
  line-height: 1.4;

  font-weight: 500;
}

.lgbefore__whatsapp-number {
  flex: 0 0 auto;

  display: flex;
  align-items: center;

  gap: 25px;
}

.lgbefore__whatsapp-number span {
  color: #fff;

  font-size: 20px;
  line-height: 1;

  font-weight: 600;
}

.lgbefore__whatsapp-number b {
  color: #fff;

  font-size: 26px;
  line-height: 1;

  font-weight: 300;

  transition: transform .25s ease;
}

.lgbefore__whatsapp:hover
.lgbefore__whatsapp-number b {
  transform: translateX(5px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .lgbefore {
    padding: 90px 0;
  }

  .lgbefore__wrap {
    width: calc(100% - 50px);

    grid-template-columns:
      minmax(280px, .7fr)
      minmax(0, 1.3fr);

    gap: 55px;
  }

  .lgbefore__left h2 {
    font-size: 57px;
  }

  .lgbefore__item {
    grid-template-columns:
      45px
      1fr;

    gap: 20px;
  }

  .lgbefore__item-copy {
    grid-column: 2;
  }

  .lgbefore__whatsapp {
    display: block;
  }

  .lgbefore__whatsapp-number {
    justify-content: space-between;

    margin-top: 25px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.25);
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .lgbefore {
    padding: 70px 0;
  }

  .lgbefore__wrap {
    width: calc(100% - 28px);

    display: block;
  }


  /* LEFT */

  .lgbefore__left {
    position: relative;

    top: auto;

    padding: 0 0 60px;
  }

  .lgbefore__eyebrow {
    font-size: 10px;
  }

  .lgbefore__eyebrow::before {
    width: 25px;

    flex-basis: 25px;
  }

  .lgbefore__left h2 {
    font-size: 49px;
    line-height: .96;

    letter-spacing: -3px;
  }

  .lgbefore__left > p {
    margin-top: 24px;

    font-size: 13px;
    line-height: 1.7;
  }


  /* MINI CTA */

  .lgbefore__agent {
    margin-top: 35px;

    gap: 15px;
  }

  .lgbefore__agent > div > span {
    font-size: 10px;
  }

  .lgbefore__agent > div > strong {
    font-size: 12px;
  }

  .lgbefore__agent > a {
    font-size: 10px;
  }


  /* RIGHT HEADER */

  .lgbefore__right-head {
    min-height: 80px;
  }

  .lgbefore__right-head span {
    font-size: 10px;
  }

  .lgbefore__right-head p {
    max-width: 180px;

    font-size: 11px;
  }


  /* ITEMS */

  .lgbefore__item {
    grid-template-columns:
      38px
      1fr;

    gap: 15px;

    padding: 30px 0;
  }

  .lgbefore__number {
    font-size: 11px;
  }

  .lgbefore__item-main > span {
    font-size: 10px;
  }

  .lgbefore__item-main h3 {
    font-size: 19px;
  }

  .lgbefore__item-copy {
    grid-column: 2;
  }

  .lgbefore__item-copy p {
    font-size: 12px;
    line-height: 1.65;
  }

  .lgbefore__item-copy a {
    font-size: 11px;
  }


  /* WHATSAPP */

  .lgbefore__whatsapp {
    display: block;

    min-height: 0;

    margin-top: 35px;

    padding: 25px 23px;
  }

  .lgbefore__whatsapp > div:first-child small {
    font-size: 10px;
  }

  .lgbefore__whatsapp > div:first-child strong {
    font-size: 14px;
  }

  .lgbefore__whatsapp-number {
    justify-content: space-between;

    gap: 20px;

    margin-top: 23px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.25);
  }

  .lgbefore__whatsapp-number span {
    font-size: 17px;
  }

}/* End custom CSS */