/* Start custom CSS for html, class: .elementor-element-8462ed4 */.cfue-intro {
    position: relative;
    padding: 25px 24px;
    background: #ffffff;
    overflow: hidden;
}

.cfue-intro::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(2, 11, 92, 0.055);
    border-radius: 50%;
    top: -250px;
    right: -120px;
    pointer-events: none;
}

.cfue-intro::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(216, 180, 106, 0.12);
    border-radius: 50%;
    top: -115px;
    right: -10px;
    pointer-events: none;
}

.cfue-intro-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

/* HEADER */

.cfue-intro-top {
    max-width: 800px;
    margin-bottom: 58px;
}

.cfue-intro-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: #D8B46A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
}

.cfue-intro-line {
    width: 36px;
    height: 2px;
    background: #D8B46A;
}

.cfue-intro-top h2 {
    margin: 0;
    color: #020B5C;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -1.7px;
    font-weight: 700;
}

/* CONTENT */

.cfue-intro-content {
    max-width: 1040px;
}

/* LEAD */

.cfue-intro-lead {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    max-width: 970px;
    margin-bottom: 48px;
}

.cfue-dropcap {
    flex: 0 0 auto;
    color: #D8B46A;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 76px;
    line-height: .78;
    font-weight: 400;
    margin-top: 10px;
}

.cfue-intro-lead p {
    margin: 0;
    color: #3d4354;
    font-size: 18px;
    line-height: 1.9;
}

/* DEFINITION */

.cfue-definition {
    position: relative;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 30px;
    align-items: center;
    padding: 38px 42px;
    margin-bottom: 60px;
    background: #f7f8fc;
    border-left: 3px solid #D8B46A;
}

.cfue-definition-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(2, 11, 92, 0.12);
    border-radius: 50%;
    background: #ffffff;
}

.cfue-definition-mark span {
    color: #020B5C;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.cfue-definition p {
    margin: 0;
    color: #3d4354;
    font-size: 17px;
    line-height: 1.9;
}

/* HISTORY */

.cfue-history {
    display: grid;
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 50px;
    padding-top: 8px;
}

.cfue-history-side {
    padding-top: 4px;
}

.cfue-history-year {
    display: block;
    margin-bottom: 7px;
    color: #020B5C;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}

.cfue-history-caption {
    color: #9b8252;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.cfue-history-text p {
    max-width: 800px;
    margin: 0 0 34px;
    color: #3d4354;
    font-size: 17px;
    line-height: 1.9;
}

/* TIMELINE */

.cfue-history-progress {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 2px;
    background: #e5e7ee;
}

.cfue-history-progress::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        #D8B46A 0%,
        #D8B46A 70%,
        #020B5C 100%
    );
}

.cfue-history-progress span {
    position: relative;
    z-index: 2;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #D8B46A;
}

.cfue-history-progress span:last-child {
    border-color: #020B5C;
}

.cfue-history-years {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    color: #818797;
    font-size: 12px;
    font-weight: 600;
}

/* TABLET */

@media (max-width: 900px) {

    .cfue-intro {
        padding: 80px 24px;
    }

    .cfue-history {
        grid-template-columns: 145px minmax(0, 1fr);
        gap: 32px;
    }

    .cfue-definition {
        padding: 32px;
    }
}

/* MOBILE */

@media (max-width: 767px) {

    .cfue-intro {
        padding: 65px 20px;
    }

    .cfue-intro::before,
    .cfue-intro::after {
        display: none;
    }

    .cfue-intro-top {
        margin-bottom: 38px;
    }

    .cfue-intro-top h2 {
        font-size: 36px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .cfue-intro-label {
        font-size: 10px;
        letter-spacing: 1.8px;
    }

    .cfue-intro-lead {
        display: block;
        margin-bottom: 34px;
    }

    .cfue-dropcap {
        float: left;
        margin: 10px 12px 0 0;
        font-size: 62px;
    }

    .cfue-intro-lead p {
        font-size: 16px;
        line-height: 1.8;
    }

    .cfue-definition {
        display: block;
        padding: 28px 24px;
        margin-bottom: 45px;
    }

    .cfue-definition-mark {
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
    }

    .cfue-definition p {
        font-size: 16px;
        line-height: 1.8;
    }

    .cfue-history {
        display: block;
    }

    .cfue-history-side {
        margin-bottom: 22px;
    }

    .cfue-history-year {
        font-size: 28px;
    }

    .cfue-history-text p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d6ff46 */.cfue-extraction {
    position: relative;
    padding: 30px 24px 115px;
    background: #f7f8fc;
    overflow: hidden;
}

.cfue-extraction-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}


.cfue-section-heading {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 46px;
}

.cfue-heading-line {
    flex: 0 0 52px;
    width: 52px;
    height: 3px;
    background: #D8B46A;
}

.cfue-section-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -1.5px;
    font-weight: 700;
}


/* =========================================================
   INTRO
========================================================= */

.cfue-extraction-intro {
    max-width: 1040px;
    margin-bottom: 80px;
}

.cfue-extraction-intro > p {
    margin: 0 0 32px;
    color: #3d4354;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   APPROACHES
========================================================= */

.cfue-approaches {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 38px 0 42px;
    background: #ffffff;
    border: 1px solid #e8eaf1;
}

.cfue-approach {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    min-height: 105px;
    padding: 30px 32px;
}

.cfue-approach:nth-child(1),
.cfue-approach:nth-child(2) {
    border-bottom: 1px solid #e8eaf1;
}

.cfue-approach:nth-child(odd) {
    border-right: 1px solid #e8eaf1;
}

.cfue-approach-number {
    flex: 0 0 auto;
    color: #D8B46A;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 1px;
}

.cfue-approach > span:last-child {
    color: #020B5C;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
}


/* =========================================================
   TECHNIQUE BLOCK
========================================================= */

.cfue-technique {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 65px;
    padding: 65px 0;
    border-top: 1px solid #dfe2eb;
}

.cfue-technique-head {
    position: relative;
}

.cfue-technique-index {
    display: block;
    margin-bottom: 18px;
    color: #D8B46A;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.cfue-technique-head h3 {
    max-width: 280px;
    margin: 0;
    color: #020B5C;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -0.6px;
    font-weight: 700;
}

.cfue-technique-body {
    max-width: 790px;
}

.cfue-technique-body > p {
    margin: 0 0 25px;
    color: #444a59;
    font-size: 17px;
    line-height: 1.9;
}

.cfue-technique-body > p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   LINKS
========================================================= */

.cfue-extraction a {
    color: #020B5C;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(216, 180, 106, 0.8);
    transition:
        color .25s ease,
        border-color .25s ease;
}

.cfue-extraction a:hover {
    color: #D8B46A;
    border-bottom-color: #D8B46A;
}


/* =========================================================
   IMPORTANT / ANGLE AREA
========================================================= */

.cfue-focus {
    position: relative;
    display: grid;
    grid-template-columns: 4px minmax(0, 1fr);
    gap: 25px;
    margin: 34px 0;
    padding: 29px 31px;
    background: #ffffff;
    border: 1px solid #e7e9f0;
}

.cfue-focus > span {
    display: block;
    width: 4px;
    height: 100%;
    min-height: 60px;
    background: #D8B46A;
}

.cfue-focus p {
    margin: 0;
    color: #303747;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   ALTERNATE TECHNIQUE
========================================================= */

.cfue-technique-alt {
    position: relative;
}

.cfue-technique-alt::before {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    top: 25px;
    bottom: 25px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.58);
}


/* =========================================================
   YAMAN TECHNIQUE
========================================================= */

.cfue-yaman-technique {
    position: relative;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 45px;
    margin-top: 25px;
    padding: 58px 62px;
    background: #020B5C;
    overflow: hidden;
}

.cfue-yaman-technique::after {
    content: "2012";
    position: absolute;
    right: -12px;
    bottom: -42px;
    color: rgba(255, 255, 255, 0.035);
    font-size: 170px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -10px;
    pointer-events: none;
}

.cfue-yaman-number {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(216, 180, 106, 0.55);
    border-radius: 50%;
    color: #D8B46A;
    font-size: 17px;
    font-weight: 700;
}

.cfue-yaman-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
}

.cfue-yaman-content h3 {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.7px;
    font-weight: 700;
}

.cfue-yaman-divider {
    width: 54px;
    height: 2px;
    margin: 26px 0;
    background: #D8B46A;
}

.cfue-yaman-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.9;
}

.cfue-yaman-content a {
    color: #ffffff;
    border-bottom-color: #D8B46A;
}

.cfue-yaman-content a:hover {
    color: #D8B46A;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .cfue-extraction {
        padding: 85px 24px 95px;
    }

    .cfue-technique {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 40px;
    }

    .cfue-yaman-technique {
        padding: 50px 45px;
        grid-template-columns: 85px minmax(0, 1fr);
        gap: 32px;
    }

    .cfue-yaman-number {
        width: 70px;
        height: 70px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cfue-extraction {
        padding: 65px 20px 70px;
    }

    .cfue-section-heading {
        display: block;
        margin-bottom: 34px;
    }

    .cfue-heading-line {
        display: block;
        width: 38px;
        margin-bottom: 18px;
    }

    .cfue-section-heading h2 {
        font-size: 35px;
        line-height: 1.14;
        letter-spacing: -0.8px;
    }

    .cfue-extraction-intro {
        margin-bottom: 50px;
    }

    .cfue-extraction-intro > p {
        font-size: 16px;
        line-height: 1.8;
    }


    /* APPROACHES */

    .cfue-approaches {
        display: block;
        margin: 30px 0 35px;
    }

    .cfue-approach {
        min-height: auto;
        padding: 23px 21px;
        border-right: 0 !important;
        border-bottom: 1px solid #e8eaf1;
    }

    .cfue-approach:last-child {
        border-bottom: 0;
    }

    .cfue-approach > span:last-child {
        font-size: 15px;
    }


    /* TECHNIQUES */

    .cfue-technique {
        display: block;
        padding: 46px 0;
    }

    .cfue-technique-head {
        margin-bottom: 27px;
    }

    .cfue-technique-index {
        margin-bottom: 12px;
    }

    .cfue-technique-head h3 {
        max-width: none;
        font-size: 27px;
    }

    .cfue-technique-body > p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 22px;
    }

    .cfue-technique-alt::before {
        left: -20px;
        right: -20px;
        top: 15px;
        bottom: 15px;
    }


    /* FOCUS */

    .cfue-focus {
        grid-template-columns: 3px minmax(0, 1fr);
        gap: 18px;
        margin: 27px 0;
        padding: 23px 20px;
    }

    .cfue-focus > span {
        width: 3px;
    }

    .cfue-focus p {
        font-size: 15px;
        line-height: 1.8;
    }


    /* YAMAN */

    .cfue-yaman-technique {
        display: block;
        margin-top: 15px;
        padding: 38px 26px;
    }

    .cfue-yaman-number {
        width: 58px;
        height: 58px;
        margin-bottom: 25px;
        font-size: 14px;
    }

    .cfue-yaman-content h3 {
        font-size: 26px;
        line-height: 1.3;
    }

    .cfue-yaman-divider {
        margin: 21px 0;
    }

    .cfue-yaman-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .cfue-yaman-technique::after {
        right: -5px;
        bottom: -20px;
        font-size: 95px;
        letter-spacing: -5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbabced *//* =========================================================
   CLASSIC FUE - PREMIUM WIDE CONTENT
========================================================= */

.fue-wide-content {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.fue-wide-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 100px 24px 105px;
}


/* =========================================================
   STANDARD SECTIONS
========================================================= */

.fue-wide-section {
    position: relative;
    padding-bottom: 80px;
}

.fue-wide-section + .fue-wide-section {
    padding-top: 80px;
    border-top: 1px solid #e6e8ef;
}

.fue-wide-section:last-child {
    padding-bottom: 0;
}


/* =========================================================
   HEADINGS
========================================================= */

.fue-wide-heading {
    max-width: 920px;
    margin-bottom: 38px;
}

.fue-wide-line {
    display: block;
    width: 46px;
    height: 3px;
    margin-bottom: 20px;
    background: #D8B46A;
}

.fue-wide-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.2px;
}


/* =========================================================
   BODY
========================================================= */

.fue-wide-body {
    max-width: 1080px;
}

.fue-wide-body > p {
    margin: 0 0 30px;
    color: #464c5b;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   DONOR HIGHLIGHT
========================================================= */

.fue-wide-highlight {
    position: relative;
    margin-top: 36px;
    padding: 34px 38px 34px 42px;
    background: #f7f8fb;
    border-left: 3px solid #D8B46A;
}

.fue-wide-highlight p {
    margin: 0;
    color: #343a49;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   IMPLANTATION FEATURE
========================================================= */

.fue-wide-feature {
    position: relative;
    display: grid;
    grid-template-columns: 4px minmax(0, 1fr);
    gap: 28px;
    margin-top: 38px;
    padding: 36px 40px;
    background: #020B5C;
}

.fue-wide-feature-line {
    width: 4px;
    height: 100%;
    background: #D8B46A;
}

.fue-wide-feature p {
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   ADVANTAGES
========================================================= */

.fue-wide-advantages {
    position: relative;
    background: #f5f6fa;
    border-top: 1px solid #e7e9ef;
    border-bottom: 1px solid #e7e9ef;
}

.fue-wide-advantages-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 24px 85px;
}

.fue-wide-advantages-heading {
    max-width: 920px;
    margin-bottom: 35px;
}

.fue-wide-advantages-heading > span {
    display: block;
    width: 46px;
    height: 3px;
    margin-bottom: 20px;
    background: #D8B46A;
}

.fue-wide-advantages-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.fue-wide-advantages-body {
    position: relative;
    max-width: 1080px;
    padding: 34px 40px;
    background: #ffffff;
    border: 1px solid #e5e7ee;
}

.fue-wide-advantages-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #D8B46A;
}

.fue-wide-advantages-body p {
    margin: 0;
    color: #414756;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   DISADVANTAGES
========================================================= */

.fue-wide-disadvantages {
    position: relative;
    background: #ffffff;
}

.fue-wide-disadvantages-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 95px 24px 105px;
}

.fue-disadvantages-heading {
    margin-bottom: 42px;
}


/* =========================================================
   DISADVANTAGE TEXT
========================================================= */

.fue-disadvantages-content {
    max-width: 1080px;
}

.fue-disadvantages-content > p {
    margin: 0 0 30px;
    color: #464c5b;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   MAIN DISADVANTAGE HIGHLIGHT
========================================================= */

.fue-disadvantages-focus {
    position: relative;
    display: grid;
    grid-template-columns: 4px minmax(0, 1fr);
    gap: 27px;
    margin: 38px 0;
    padding: 35px 39px;
    background: #f7f8fb;
    border: 1px solid #e7e9ef;
}

.fue-disadvantages-focus > span {
    display: block;
    width: 4px;
    height: 100%;
    background: #D8B46A;
}

.fue-disadvantages-focus p {
    margin: 0;
    color: #343a49;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   FINAL DISADVANTAGE
========================================================= */

.fue-disadvantages-final {
    position: relative;
    margin-top: 42px;
    padding: 38px 42px;
    background: #020B5C;
    overflow: hidden;
}

.fue-disadvantages-final::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(216,180,106,.15);
    border-radius: 50%;
}

.fue-disadvantages-final p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .fue-wide-wrap {
        padding: 80px 24px 85px;
    }

    .fue-wide-section {
        padding-bottom: 65px;
    }

    .fue-wide-section + .fue-wide-section {
        padding-top: 65px;
    }

    .fue-wide-heading h2,
    .fue-wide-advantages-heading h2 {
        font-size: 36px;
    }

    .fue-wide-disadvantages-inner {
        padding: 80px 24px 90px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .fue-wide-wrap {
        padding: 60px 20px 65px;
    }


    /* STANDARD SECTIONS */

    .fue-wide-section {
        padding-bottom: 50px;
    }

    .fue-wide-section + .fue-wide-section {
        padding-top: 50px;
    }


    /* HEADINGS */

    .fue-wide-heading,
    .fue-wide-advantages-heading {
        margin-bottom: 27px;
    }

    .fue-wide-line,
    .fue-wide-advantages-heading > span {
        width: 36px;
        height: 2px;
        margin-bottom: 17px;
    }

    .fue-wide-heading h2,
    .fue-wide-advantages-heading h2 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -.6px;
    }


    /* BODY */

    .fue-wide-body > p,
    .fue-disadvantages-content > p {
        margin-bottom: 23px;
        font-size: 16px;
        line-height: 1.8;
    }


    /* DONOR */

    .fue-wide-highlight {
        margin-top: 27px;
        padding: 24px 22px;
    }

    .fue-wide-highlight p {
        font-size: 16px;
        line-height: 1.8;
    }


    /* IMPLANTATION */

    .fue-wide-feature {
        grid-template-columns: 3px minmax(0, 1fr);
        gap: 19px;
        margin-top: 27px;
        padding: 25px 22px;
    }

    .fue-wide-feature-line {
        width: 3px;
    }

    .fue-wide-feature p {
        font-size: 16px;
        line-height: 1.8;
    }


    /* ADVANTAGES */

    .fue-wide-advantages-inner {
        padding: 55px 20px 60px;
    }

    .fue-wide-advantages-body {
        padding: 25px 22px;
    }

    .fue-wide-advantages-body p {
        font-size: 16px;
        line-height: 1.8;
    }


    /* DISADVANTAGES */

    .fue-wide-disadvantages-inner {
        padding: 60px 20px 65px;
    }

    .fue-disadvantages-heading {
        margin-bottom: 30px;
    }

    .fue-disadvantages-focus {
        grid-template-columns: 3px minmax(0, 1fr);
        gap: 18px;
        margin: 28px 0;
        padding: 24px 21px;
    }

    .fue-disadvantages-focus > span {
        width: 3px;
    }

    .fue-disadvantages-focus p {
        font-size: 16px;
        line-height: 1.8;
    }

    .fue-disadvantages-final {
        margin-top: 30px;
        padding: 27px 23px;
    }

    .fue-disadvantages-final p {
        font-size: 16px;
        line-height: 1.8;
    }

    .fue-disadvantages-final::after {
        right: -55px;
        top: -55px;
        width: 140px;
        height: 140px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43a4ffe */.fue-compare-section {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.fue-compare-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 24px 105px;
}




.fue-section-head,
.fue-comparison-title,
.fue-dhi-heading {
    max-width: 940px;
    margin-bottom: 38px;
}

.fue-section-head > span,
.fue-comparison-title > span,
.fue-dhi-heading > span {
    display: block;
    width: 46px;
    height: 3px;
    margin-bottom: 20px;
    background: #D8B46A;
}

.fue-section-head h2,
.fue-comparison-title h2,
.fue-dhi-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.2px;
}


.fue-hairtypes {
    padding-bottom: 85px;
}

.fue-hairtypes-content {
    max-width: 1080px;
}

.fue-hairtypes-content > p {
    margin: 0 0 30px;
    color: #464c5b;
    font-size: 17px;
    line-height: 1.9;
}



.fue-hairtypes-feature {
    position: relative;
    margin: 37px 0;
    padding: 35px 40px;
    background: #f6f7fa;
    border-left: 3px solid #D8B46A;
}

.fue-hairtypes-feature::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 1px;
    background: rgba(2,11,92,.12);
}

.fue-hairtypes-feature p {
    margin: 0;
    color: #343a49;
    font-size: 17px;
    line-height: 1.9;
}



.fue-comparison-block {
    position: relative;
    padding-top: 85px;
    border-top: 1px solid #e5e7ed;
}

.fue-comparison-content {
    max-width: 1080px;
}

.fue-comparison-content > p {
    margin: 0;
    color: #464c5b;
    font-size: 17px;
    line-height: 1.9;
}



.fue-comparison-lead {
    position: relative;
    margin-bottom: 38px;
    padding: 34px 40px;
    background: #020B5C;
    overflow: hidden;
}

.fue-comparison-lead::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #D8B46A;
}

.fue-comparison-lead::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid rgba(216,180,106,.14);
}

.fue-comparison-lead p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 17px;
    line-height: 1.9;
}



.fue-dhi-comparison {
    position: relative;
    background: #f5f6f9;
    border-top: 1px solid #e6e8ee;
}

.fue-dhi-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 24px 100px;
}

.fue-dhi-content {
    max-width: 1080px;
}

.fue-dhi-content > p {
    margin: 0 0 32px;
    color: #444a59;
    font-size: 17px;
    line-height: 1.9;
}



.fue-dhi-highlight {
    position: relative;
    display: grid;
    grid-template-columns: 4px minmax(0,1fr);
    gap: 27px;
    margin: 38px 0;
    padding: 35px 40px;
    background: #ffffff;
    border: 1px solid #e3e6ed;
}

.fue-dhi-highlight > span {
    display: block;
    width: 4px;
    height: 100%;
    background: #D8B46A;
}

.fue-dhi-highlight p {
    margin: 0;
    color: #343a49;
    font-size: 17px;
    line-height: 1.9;
}



.fue-dhi-content a {
    color: #020B5C;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #D8B46A;
    transition: .25s ease;
}

.fue-dhi-content a:hover {
    color: #D8B46A;
}



.fue-dhi-final {
    position: relative;
    margin-top: 40px;
    padding: 34px 40px 34px 43px;
    background: #020B5C;
}

.fue-dhi-final::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #D8B46A;
}

.fue-dhi-final p {
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 17px;
    line-height: 1.9;
}




@media (max-width: 900px) {

    .fue-compare-wrap {
        padding: 80px 24px 85px;
    }

    .fue-section-head h2,
    .fue-comparison-title h2,
    .fue-dhi-heading h2 {
        font-size: 36px;
    }

    .fue-hairtypes {
        padding-bottom: 65px;
    }

    .fue-comparison-block {
        padding-top: 65px;
    }

    .fue-dhi-inner {
        padding: 75px 24px 85px;
    }
}




@media (max-width: 767px) {

    .fue-compare-wrap {
        padding: 60px 20px 65px;
    }



    .fue-section-head,
    .fue-comparison-title,
    .fue-dhi-heading {
        margin-bottom: 27px;
    }

    .fue-section-head > span,
    .fue-comparison-title > span,
    .fue-dhi-heading > span {
        width: 36px;
        height: 2px;
        margin-bottom: 17px;
    }

    .fue-section-head h2,
    .fue-comparison-title h2,
    .fue-dhi-heading h2 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -.6px;
    }



    .fue-hairtypes {
        padding-bottom: 50px;
    }

    .fue-hairtypes-content > p {
        margin-bottom: 23px;
        font-size: 16px;
        line-height: 1.8;
    }

    .fue-hairtypes-feature {
        margin: 28px 0;
        padding: 24px 22px;
    }

    .fue-hairtypes-feature p {
        font-size: 16px;
        line-height: 1.8;
    }



    .fue-comparison-block {
        padding-top: 50px;
    }

    .fue-comparison-lead {
        margin-bottom: 28px;
        padding: 25px 23px;
    }

    .fue-comparison-lead p,
    .fue-comparison-content > p {
        font-size: 16px;
        line-height: 1.8;
    }



    .fue-dhi-inner {
        padding: 60px 20px 65px;
    }

    .fue-dhi-content > p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.8;
    }

    .fue-dhi-highlight {
        grid-template-columns: 3px minmax(0,1fr);
        gap: 18px;
        margin: 28px 0;
        padding: 24px 21px;
    }

    .fue-dhi-highlight > span {
        width: 3px;
    }

    .fue-dhi-highlight p {
        font-size: 16px;
        line-height: 1.8;
    }

    .fue-dhi-final {
        margin-top: 29px;
        padding: 25px 22px;
    }

    .fue-dhi-final p {
        font-size: 16px;
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-856047a */.fue-cost-harvest {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}


.fue-cost-area {
    position: relative;
    background: #f5f6f9;
    border-top: 1px solid #e6e8ee;
    border-bottom: 1px solid #e6e8ee;
}

.fue-cost-inner {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
    gap: 65px;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 65px 24px;
}


/* COST HEADING */

.fue-cost-heading {
    position: relative;
}

.fue-cost-heading > span {
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 19px;
    background: #D8B46A;
}

.fue-cost-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.8px;
}


/* COST TEXT */

.fue-cost-text {
    position: relative;
    padding-left: 34px;
    border-left: 1px solid rgba(2,11,92,.12);
}

.fue-cost-text p {
    margin: 0;
    color: #444a59;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   OVERHARVESTING
========================================================= */

.fue-harvest-area {
    position: relative;
    background: #ffffff;
}

.fue-harvest-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 95px 24px 105px;
}


/* =========================================================
   HEADING
========================================================= */

.fue-harvest-heading {
    max-width: 940px;
    margin-bottom: 42px;
}

.fue-harvest-heading > span {
    display: block;
    width: 46px;
    height: 3px;
    margin-bottom: 20px;
    background: #D8B46A;
}

.fue-harvest-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.2px;
}


/* =========================================================
   CONTENT
========================================================= */

.fue-harvest-content {
    max-width: 1080px;
}

.fue-harvest-content > p {
    margin: 0 0 32px;
    color: #464c5b;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   LINKS
========================================================= */

.fue-harvest-content a {
    color: #020B5C;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #D8B46A;
    transition:
        color .25s ease,
        border-color .25s ease;
}

.fue-harvest-content a:hover {
    color: #D8B46A;
}


/* =========================================================
   DONOR DISTRIBUTION DETAIL
========================================================= */

.fue-harvest-detail {
    position: relative;
    display: grid;
    grid-template-columns: 4px minmax(0, 1fr);
    gap: 27px;
    margin: 38px 0;
    padding: 34px 39px;
    background: #f6f7fa;
    border: 1px solid #e5e7ed;
}

.fue-harvest-detail > span {
    display: block;
    width: 4px;
    height: 100%;
    background: #D8B46A;
}

.fue-harvest-detail p {
    margin: 0;
    color: #343a49;
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   FINAL STATEMENT
========================================================= */

.fue-harvest-final {
    position: relative;
    margin-top: 42px;
    padding: 39px 43px;
    background: #020B5C;
    overflow: hidden;
}

.fue-harvest-final::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #D8B46A;
}

.fue-harvest-final::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -90px;
    bottom: -100px;
    border: 1px solid rgba(216,180,106,.15);
    border-radius: 50%;
}

.fue-harvest-final p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 17px;
    line-height: 1.9;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .fue-cost-inner {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 40px;
    }

    .fue-cost-heading h2 {
        font-size: 31px;
    }

    .fue-harvest-inner {
        padding: 80px 24px 90px;
    }

    .fue-harvest-heading h2 {
        font-size: 36px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* COST */

    .fue-cost-inner {
        display: block;
        padding: 50px 20px;
    }

    .fue-cost-heading {
        margin-bottom: 27px;
    }

    .fue-cost-heading > span {
        width: 36px;
        height: 2px;
        margin-bottom: 17px;
    }

    .fue-cost-heading h2 {
        font-size: 29px;
        line-height: 1.2;
        letter-spacing: -.5px;
    }

    .fue-cost-text {
        padding-left: 20px;
    }

    .fue-cost-text p {
        font-size: 16px;
        line-height: 1.8;
    }


    /* OVERHARVESTING */

    .fue-harvest-inner {
        padding: 60px 20px 65px;
    }

    .fue-harvest-heading {
        margin-bottom: 29px;
    }

    .fue-harvest-heading > span {
        width: 36px;
        height: 2px;
        margin-bottom: 17px;
    }

    .fue-harvest-heading h2 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -.6px;
    }

    .fue-harvest-content > p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.8;
    }


    /* DETAIL */

    .fue-harvest-detail {
        grid-template-columns: 3px minmax(0, 1fr);
        gap: 18px;
        margin: 28px 0;
        padding: 24px 21px;
    }

    .fue-harvest-detail > span {
        width: 3px;
    }

    .fue-harvest-detail p {
        font-size: 16px;
        line-height: 1.8;
    }


    /* FINAL */

    .fue-harvest-final {
        margin-top: 30px;
        padding: 27px 23px;
    }

    .fue-harvest-final p {
        font-size: 16px;
        line-height: 1.8;
    }

    .fue-harvest-final::after {
        width: 140px;
        height: 140px;
        right: -70px;
        bottom: -75px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d003ea *//* =========================================================
   CLASSIC FUE FAQ
========================================================= */

.cfue-faq-section {
    position: relative;
    padding: 30px 24px 110px;
    background: #f6f7fa;
    overflow: hidden;
}

.cfue-faq-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.cfue-faq-heading {
    max-width: 850px;
    margin-bottom: 50px;
}

.cfue-faq-line {
    display: block;
    width: 46px;
    height: 3px;
    margin-bottom: 20px;
    background: #D8B46A;
}

.cfue-faq-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1.3px;
}


/* =========================================================
   FAQ LIST
========================================================= */

.cfue-faq-list {
    max-width: 1080px;
    background: #ffffff;
    border: 1px solid #e3e6ed;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.cfue-faq-item {
    position: relative;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e6e8ee;
}

.cfue-faq-item:last-child {
    border-bottom: 0;
}


/* =========================================================
   SUMMARY
========================================================= */

.cfue-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 28px 32px;
    cursor: pointer;
    list-style: none;
    transition:
        background .25s ease,
        padding-left .25s ease;
}

.cfue-faq-item summary::-webkit-details-marker {
    display: none;
}

.cfue-faq-item summary::marker {
    display: none;
    content: "";
}

.cfue-faq-item summary:hover {
    background: #fafafc;
    padding-left: 36px;
}


/* =========================================================
   QUESTION
========================================================= */

.cfue-faq-question {
    color: #020B5C;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 650;
}


/* =========================================================
   PLUS ICON
========================================================= */

.cfue-faq-icon {
    position: relative;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid #dfe2e9;
    border-radius: 50%;
    background: #ffffff;
    transition:
        background .25s ease,
        border-color .25s ease,
        transform .3s ease;
}

.cfue-faq-icon::before,
.cfue-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #020B5C;
    transform: translate(-50%, -50%);
    transition:
        transform .3s ease,
        opacity .3s ease,
        background .25s ease;
}

.cfue-faq-icon::before {
    width: 12px;
    height: 2px;
}

.cfue-faq-icon::after {
    width: 2px;
    height: 12px;
}


/* =========================================================
   OPEN STATE
========================================================= */

.cfue-faq-item[open] {
    background: #ffffff;
}

.cfue-faq-item[open] summary {
    background: #020B5C;
}

.cfue-faq-item[open] .cfue-faq-question {
    color: #ffffff;
}

.cfue-faq-item[open] .cfue-faq-icon {
    border-color: #D8B46A;
    background: #D8B46A;
    transform: rotate(180deg);
}

.cfue-faq-item[open] .cfue-faq-icon::before {
    background: #020B5C;
}

.cfue-faq-item[open] .cfue-faq-icon::after {
    opacity: 0;
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}


/* =========================================================
   ANSWER
========================================================= */

.cfue-faq-answer {
    position: relative;
    padding: 30px 80px 32px 32px;
    background: #ffffff;
}

.cfue-faq-answer::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 32px;
    left: 32px;
    width: 2px;
    background: #D8B46A;
}

.cfue-faq-answer p {
    margin: 0;
    padding-left: 25px;
    color: #4a5060;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .cfue-faq-section {
        padding: 80px 24px 90px;
    }

    .cfue-faq-heading h2 {
        font-size: 38px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cfue-faq-section {
        padding: 60px 20px 65px;
    }


    /* HEADING */

    .cfue-faq-heading {
        margin-bottom: 32px;
    }

    .cfue-faq-line {
        width: 36px;
        height: 2px;
        margin-bottom: 17px;
    }

    .cfue-faq-heading h2 {
        font-size: 31px;
        line-height: 1.18;
        letter-spacing: -.6px;
    }


    /* FAQ */

    .cfue-faq-item summary {
        gap: 18px;
        padding: 22px 20px;
    }

    .cfue-faq-item summary:hover {
        padding-left: 20px;
    }

    .cfue-faq-question {
        font-size: 16px;
        line-height: 1.45;
    }


    /* ICON */

    .cfue-faq-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }


    /* ANSWER */

    .cfue-faq-answer {
        padding: 23px 20px 25px;
    }

    .cfue-faq-answer::before {
        top: 23px;
        bottom: 25px;
        left: 20px;
    }

    .cfue-faq-answer p {
        padding-left: 18px;
        font-size: 15px;
        line-height: 1.8;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-daeafe5 *//* =========================================================
   CLASSIC FUE - REFERENCES
========================================================= */

.cfue-references {
    position: relative;
    padding: 30px 24px 100px;
    background: #ffffff;
    overflow: hidden;
}

.cfue-references-inner {
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.cfue-references-heading {
    margin-bottom: 45px;
}

.cfue-references-heading > span {
    display: block;
    width: 46px;
    height: 3px;
    margin-bottom: 20px;
    background: #D8B46A;
}

.cfue-references-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.1px;
}


/* =========================================================
   LIST
========================================================= */

.cfue-reference-list {
    max-width: 1080px;
    border-top: 1px solid #e3e6ec;
}


/* =========================================================
   ITEM
========================================================= */

.cfue-reference-item {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 28px;
    padding: 32px 0;
    border-bottom: 1px solid #e3e6ec;
}


/* =========================================================
   NUMBER
========================================================= */

.cfue-reference-number {
    padding-top: 2px;
}

.cfue-reference-number span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    background: #f5f6f9;
    border: 1px solid #e3e5eb;

    color: #020B5C;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}


/* =========================================================
   CONTENT
========================================================= */

.cfue-reference-content {
    min-width: 0;
}

.cfue-reference-content p {
    margin: 0 0 12px;
    color: #4b5160;
    font-size: 15px;
    line-height: 1.8;
}

.cfue-reference-content em {
    color: #343a49;
}


/* =========================================================
   LINKS
========================================================= */

.cfue-reference-content a {
    display: inline-block;
    max-width: 100%;

    color: #020B5C;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;

    text-decoration: none;
    border-bottom: 1px solid #D8B46A;

    overflow-wrap: anywhere;
    word-break: break-word;

    transition: .25s ease;
}

.cfue-reference-content a:hover {
    color: #D8B46A;
}


/* =========================================================
   HOVER
========================================================= */

.cfue-reference-item {
    transition: padding .25s ease;
}

.cfue-reference-item:hover {
    padding-left: 10px;
}

.cfue-reference-item:hover .cfue-reference-number span {
    background: #020B5C;
    border-color: #020B5C;
    color: #ffffff;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cfue-references {
        padding: 60px 20px 65px;
    }


    /* HEADING */

    .cfue-references-heading {
        margin-bottom: 32px;
    }

    .cfue-references-heading > span {
        width: 36px;
        height: 2px;
        margin-bottom: 17px;
    }

    .cfue-references-heading h2 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -.6px;
    }


    /* ITEMS */

    .cfue-reference-item {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 15px;
        padding: 25px 0;
    }

    .cfue-reference-item:hover {
        padding-left: 0;
    }


    /* NUMBER */

    .cfue-reference-number span {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }


    /* CONTENT */

    .cfue-reference-content p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.75;
    }

    .cfue-reference-content a {
        font-size: 12px;
        line-height: 1.6;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-696e544 *//* =========================================================
   CLASSIC FUE - REFERENCES
========================================================= */

.cfue-references {
    position: relative;
    padding: 30px 24px 100px;
    background: #ffffff;
    overflow: hidden;
}

.cfue-references-inner {
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.cfue-references-heading {
    margin-bottom: 45px;
}

.cfue-references-heading > span {
    display: block;
    width: 46px;
    height: 3px;
    margin-bottom: 20px;
    background: #D8B46A;
}

.cfue-references-heading h2 {
    margin: 0;
    color: #020B5C;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.1px;
}


/* =========================================================
   LIST
========================================================= */

.cfue-reference-list {
    max-width: 1080px;
    border-top: 1px solid #e3e6ec;
}


/* =========================================================
   ITEM
========================================================= */

.cfue-reference-item {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 28px;
    padding: 32px 0;
    border-bottom: 1px solid #e3e6ec;
}


/* =========================================================
   NUMBER
========================================================= */

.cfue-reference-number {
    padding-top: 2px;
}

.cfue-reference-number span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    background: #f5f6f9;
    border: 1px solid #e3e5eb;

    color: #020B5C;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}


/* =========================================================
   CONTENT
========================================================= */

.cfue-reference-content {
    min-width: 0;
}

.cfue-reference-content p {
    margin: 0 0 12px;
    color: #4b5160;
    font-size: 15px;
    line-height: 1.8;
}

.cfue-reference-content em {
    color: #343a49;
}


/* =========================================================
   LINKS
========================================================= */

.cfue-reference-content a {
    display: inline-block;
    max-width: 100%;

    color: #020B5C;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;

    text-decoration: none;
    border-bottom: 1px solid #D8B46A;

    overflow-wrap: anywhere;
    word-break: break-word;

    transition: .25s ease;
}

.cfue-reference-content a:hover {
    color: #D8B46A;
}


/* =========================================================
   HOVER
========================================================= */

.cfue-reference-item {
    transition: padding .25s ease;
}

.cfue-reference-item:hover {
    padding-left: 10px;
}

.cfue-reference-item:hover .cfue-reference-number span {
    background: #020B5C;
    border-color: #020B5C;
    color: #ffffff;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .cfue-references {
        padding: 60px 20px 65px;
    }


    /* HEADING */

    .cfue-references-heading {
        margin-bottom: 32px;
    }

    .cfue-references-heading > span {
        width: 36px;
        height: 2px;
        margin-bottom: 17px;
    }

    .cfue-references-heading h2 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -.6px;
    }


    /* ITEMS */

    .cfue-reference-item {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 15px;
        padding: 25px 0;
    }

    .cfue-reference-item:hover {
        padding-left: 0;
    }


    /* NUMBER */

    .cfue-reference-number span {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }


    /* CONTENT */

    .cfue-reference-content p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.75;
    }

    .cfue-reference-content a {
        font-size: 12px;
        line-height: 1.6;
    }

}/* End custom CSS */