.elementor-55 .elementor-element.elementor-element-fed5b86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-55 .elementor-element.elementor-element-166a75b{--display:flex;}body.elementor-page-55:not(.elementor-motion-effects-element-type-background), body.elementor-page-55 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F7F1;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a252a3b *//*==================================================
  LPPEPTIDE — CONTACT PAGE
==================================================*/

.lpp-contact-page{
    width:100%;
    background:#f7f8f4;
    padding:26px 20px 70px;
    font-family:Arial, Helvetica, sans-serif;
}

.lpp-contact-page *,
.lpp-contact-page *::before,
.lpp-contact-page *::after{
    box-sizing:border-box;
}

.lpp-contact-container{
    width:100%;
    max-width:1360px;
    margin:0 auto;
}


/*==================================================
  CONTACT HERO
==================================================*/

.lpp-contact-hero{
    position:relative;
    width:100%;
    background:#ffffff;
    border:1px solid #dfe5e3;
    border-radius:9px;
    padding:34px 38px 32px 42px;
    overflow:hidden;
}

.lpp-contact-hero::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:4px;
    background:#168b83;
}

.lpp-contact-eyebrow{
    display:block;
    margin-bottom:13px;

    color:#087a72;
    font-size:11px;
    line-height:1.2;
    font-weight:900;

    text-transform:uppercase;
    letter-spacing:.7px;
}

.lpp-contact-hero h1{
    margin:0 0 12px;

    color:#18272e;
    font-size:34px;
    line-height:1.08;
    font-weight:900;

    letter-spacing:-1px;
}

.lpp-contact-hero p{
    margin:0;
    max-width:900px;

    color:#5e6d72;
    font-size:14px;
    line-height:1.55;
    font-weight:400;
}


/*==================================================
  CONTENT GRID
==================================================*/

.lpp-contact-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:24px;
    align-items:start;

    margin-top:24px;
}


/*==================================================
  MAIN COLUMN
==================================================*/

.lpp-contact-main{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.lpp-contact-card{
    width:100%;
    background:#ffffff;
    border:1px solid #dfe5e3;
    border-radius:9px;
    padding:25px 26px;
}

.lpp-contact-card h2{
    margin:0 0 12px;

    color:#18272e;
    font-size:21px;
    line-height:1.2;
    font-weight:850;

    letter-spacing:-.35px;
}

.lpp-contact-card p{
    margin:0;

    color:#5c6b71;
    font-size:14px;
    line-height:1.58;
    font-weight:400;
}


/*==================================================
  QUICK ANSWERS
==================================================*/

.lpp-contact-list{
    margin:0;
    padding:0;
    list-style:none;
}

.lpp-contact-list li{
    position:relative;
    margin-bottom:11px;
    padding-left:18px;

    color:#56666c;
    font-size:13.5px;
    line-height:1.5;
}

.lpp-contact-list li:last-child{
    margin-bottom:0;
}

.lpp-contact-list li::before{
    content:"";
    position:absolute;
    left:1px;
    top:.65em;

    width:4px;
    height:4px;
    border-radius:50%;

    background:#d98831;
}


/*==================================================
  SIDEBAR
==================================================*/

.lpp-contact-sidebar{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.lpp-contact-side-card{
    width:100%;
    background:#ffffff;
    border:1px solid #dfe5e3;
    border-radius:8px;
    padding:18px 20px;
}

.lpp-contact-side-card h3{
    margin:0 0 9px;

    color:#1a292f;
    font-size:15px;
    line-height:1.2;
    font-weight:850;
}

.lpp-contact-side-card p{
    margin:0;

    color:#647278;
    font-size:12.5px;
    line-height:1.5;
}


/*==================================================
  SIDEBAR LIST
==================================================*/

.lpp-contact-side-list{
    margin:0;
    padding:0;
    list-style:none;
}

.lpp-contact-side-list li{
    position:relative;
    margin-bottom:14px;
    padding-left:17px;

    color:#5b6b71;
    font-size:12.5px;
    line-height:1.5;
}

.lpp-contact-side-list li:last-child{
    margin-bottom:0;
}

.lpp-contact-side-list li::before{
    content:"";
    position:absolute;
    left:1px;
    top:.65em;

    width:4px;
    height:4px;
    border-radius:50%;

    background:#d98831;
}


/*==================================================
  TABLET
==================================================*/

@media (max-width:1024px){

    .lpp-contact-page{
        padding:24px 20px 60px;
    }

    .lpp-contact-grid{
        grid-template-columns:minmax(0,1fr) 280px;
        gap:20px;
    }

    .lpp-contact-hero{
        padding:30px 32px 29px 36px;
    }

    .lpp-contact-hero h1{
        font-size:31px;
    }

}


/*==================================================
  MOBILE
==================================================*/

@media (max-width:767px){

    .lpp-contact-page{
        padding:18px 14px 48px;
    }

    .lpp-contact-hero{
        padding:26px 20px 25px 24px;
        border-radius:8px;
    }

    .lpp-contact-hero h1{
        font-size:27px;
        letter-spacing:-.65px;
    }

    .lpp-contact-hero p{
        font-size:13.5px;
    }

    .lpp-contact-grid{
        grid-template-columns:1fr;
        gap:18px;
        margin-top:18px;
    }

    .lpp-contact-main{
        gap:16px;
    }

    .lpp-contact-card{
        padding:21px 19px;
    }

    .lpp-contact-card h2{
        font-size:19px;
    }

    .lpp-contact-card p{
        font-size:13.5px;
    }

    .lpp-contact-sidebar{
        gap:12px;
    }

    .lpp-contact-side-card{
        padding:17px 18px;
    }

}


/*==================================================
  SMALL MOBILE
==================================================*/

@media (max-width:480px){

    .lpp-contact-page{
        padding-left:12px;
        padding-right:12px;
    }

    .lpp-contact-hero{
        padding:23px 17px 22px 20px;
    }

    .lpp-contact-eyebrow{
        font-size:10px;
    }

    .lpp-contact-hero h1{
        font-size:24px;
    }

    .lpp-contact-card{
        padding:19px 17px;
    }

    .lpp-contact-card h2{
        font-size:18px;
    }

    .lpp-contact-list li,
    .lpp-contact-side-list li{
        font-size:13px;
    }

}/* End custom CSS */