
/* copy_e */
.copy_e{
    position: relative;
    white-space: nowrap;
    display: inline-block;    
    line-height: 1.3em;
}
.copy_e .copy{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    font-size: 1em;
    font-weight: inherit;
    line-height: 1.3em;
    /* color: #000; */
    opacity: 0.2;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s ease-in-out ;
}
.copy_e.active .copy{width: 100%;opacity: 1;}
.copy_e br{
  display: none;
}
.copy_e .copy br{
  display: none;
}
/*  */
/* .copy_e{color:rgba(67, 71, 72, 0.1);}
.copy_e .copy{color:rgba(67, 71, 72, 1);} */
/* h3 .copy_e{color:rgba(0, 59, 117, 0.1);}
h3 .copy_e .copy{color:rgba(0, 59, 117, 1);} */