#egpa-home .myriad-bold{font-family: "myriad-pro";font-weight: 700;}
#egpa-home .cmp-text{padding: unset;}
#egpa-home .sea-home-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

#egpa-home .sea-home-intro figure{margin: 0;}
#egpa-home .sea-home-intro figure img{max-width: 108px;}

#egpa-home .sea-home-intro h2,
#egpa-home .sea-home-intro h1 {
    font-family: "myriad-pro";
    font-weight: 700;
    margin: 0;
}
#egpa-home .sea-home-intro h2 {
    font-style: italic;
    font-size: 32.64px;
    line-height: 44.88px;
    color: #AE2573;
    position: relative;
    margin: 25px 0 32px;
}
#egpa-home .sea-home-intro h2::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333F48;
    position: absolute;
    top: 0;
}
#egpa-home .sea-home-intro h2::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333F48;
    position: absolute;
    bottom: 1px;
    left: 0;
}
#egpa-home .sea-home-intro h1{
    font-size: 32px;
    line-height: 22px;
    color: #333F48;
}

#egpa-home .sea-home-body{
    margin-top: 80px;
}
#egpa-home .sea-home-body p{
    font-family: "myriad-pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333F48;
}


#egpa-home .cta-cards{
    display: flex; 
    justify-content: center;
    gap: 32px;
    padding: 50px 0 32px;
}
#egpa-home .cta-cards .card{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    background: #fff;
    box-shadow: 0 2px 17px 0 #0000001A;
    border-radius: 10px;
    padding: 40px 30px;
    max-width: 400px;
    justify-content:center;
}
#egpa-home .cta-cards .card p{
    font-family: "myriad-pro";
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #333F48;
    text-align: center;   
}
#egpa-home .cta-cards .card p:not(:last-child){margin-bottom: 6px;}
#egpa-home .cta-cards .card a{
    background-color: #8C2064;
    padding: 12px 24px 14px;
    color: #fff;
    border-radius: 10px;
    font-family: "myriad-pro";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    width: fit-content;
}
#egpa-home .cta-cards .card a:hover{text-decoration: underline;}
#egpa-home .cta-cards .card a:after{
    content: "";
    width: 22px;
    height: 12px;
    background-image: url(/content/dam/intelligentcontent/brands/fasenrastudies/us/en/images/desktop/button-chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: inline-block;
    position: relative;
    top: 1px;
}
#egpa-home .pivotal{margin: 32px 0;}
#egpa-home .pivotal .title{margin: 32px 0 12px;}
#egpa-home .pivotal .title h2{
    margin: 0;
    font-family: "myriad-pro";
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #333F48;
}

#egpa-home .pivotal .body h3,
#egpa-home .pivotal .body p{
    font-family: "myriad-pro";
    font-size: 18px;
    color: #333F48;
    line-height: 22px;
}
#egpa-home .pivotal .body h3{font-weight: 700;margin: 0 0 2px;}
#egpa-home .pivotal .body p{font-weight: 400;}
#egpa-home .pivotal .body p:not(:last-child){margin-bottom: 6px;}

#egpa-home .pivotal .body .separator{
    background-color: #333F48;
    width: 2px;
    height: 100px;
    align-self: center;
}

#egpa-home .pivotal .footer{margin-top: 32px;margin-bottom: 32px;}
#egpa-home .pivotal .footer p{
    font-family: "myriad-pro";
    font-size: 14px;
    color: #333F48;
    line-height: 100%;
    font-weight: 400;
}

#egpa-home .page-references{margin: 32px 0;}
#egpa-home .page-references h4{
    font-family: "myriad-pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #333F48;
    margin: 0 0 2px;
}
#egpa-home .page-references p{
    font-family: "myriad-pro";
    font-size: 18px;
    line-height: 22px;
    color: #333F48;
    font-weight: 400;
}
#egpa-home .page-references p span.reference-number{font-weight: 700;}
#egpa-home .page-references p span.reference-italic{font-style: italic;}

@media only screen and (max-width:991px){
    #egpa-home .content-center{padding: 0 16px;}
    #egpa-home .sea-home-intro{padding-top: 32px;}
    #egpa-home .sea-home-body {margin-top: 32px;}
    #egpa-home .sea-home-intro h1{font-size: 20px;text-align: center;}
    
    #egpa-home .cta-cards{padding: 32px 0;align-items: center;}
    #egpa-home .cta-cards .card{max-width: 350px;width: 100%;}
    
    #egpa-home .pivotal{margin: 56px 0 32px;}
    #egpa-home .pivotal .body{flex-direction: column;align-items: center;gap: 32px;}
    #egpa-home .pivotal .body .separator{width: 100px;height: 2px;}
    #egpa-home .pivotal .body {max-width: unset;}

}

@media only screen and (min-width:992px) and (max-width:1331px) {
    #egpa-home .page-references {
        margin: 32px 15px;
    }
}
