.C-30567 .pnl {
    padding-top: 100px;
    padding-bottom: 100px;
}

.E8-30589 {
    padding: 20px;
    background: #ffffff1c;
    border-radius: 15px;
    backdrop-filter: blur(3px);
}
.E8-30589  h1 {
    color: #fff;
    font-size: 35px;
    font-family: 'ISBlack';
    text-align: right;
    line-height: 1.7em;
}
.E8-30589 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'ISBold';
    margin-top: 30px;
}
.E8-30589 p {
    color: #fff;
    text-align: justify;
    font-size: 20px;
    line-height: 1.7em;
    word-spacing: -2px;
    margin-top: 36px;
}


.AbrepelTopIcon{
display: block;
    margin: auto;
    width: 512px;
    margin-top: 110px;
}

.AbrepelTopIconMove {
    animation-name: AbrepelTopIconMove;
    animation-duration: 2000ms;
    animation-iteration-count: 5;
    animation-timing-function: linear;
}
@keyframes AbrepelTopIconMove {
    0% {
        margin-top: 110px;
    }
 50%{
        margin-top: 140px;
    }
    100% {
        margin-top: 110px;
    }
}


.E8-40647 h2{
text-align: center;
    font-family: 'ISBold';
    font-size: 23px;
    margin-top: 24px;
    color: #DA0C81;
}


.E8-40647 p{
    text-align: center;
    line-height: 2em;
    font-size: 18px;
    width: 60%;
    margin-right: 20%;
    margin-top: 24px;
    color: #610C9F;
}


.ReadMoreButton{
    display: block;
    width: 115px;
    height: 40px;
    border-radius: 10px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.ReadMoreButton span{
    display: block;
    float: right;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: rgb(97, 12, 159);
    background: linear-gradient(-45deg, rgba(97, 12, 159, 1) 0%, rgba(148, 11, 146, 1) 33.333%, rgba(218, 12, 129, 1) 66.666%, rgba(218, 12, 129, 1) 100%);
      font-size: 15px;
    margin-top: 1px;
}

.ReadMoreButton img{
      display: block;
    float: left;
    width: 15px;
    height: 19px;
    margin-top: 3px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(85%) saturate(4949%) hue-rotate(315deg) brightness(87%) contrast(99%);
}

.ReadMoreButton:hover span{
   background: transparent !important;
   color:#da0c81;
   -webkit-text-fill-color: #da0c81;
}
.ReadMoreButton:hover img{
   background: transparent !important;
  filter: brightness(0) saturate(100%) invert(15%) sepia(82%) saturate(6597%) hue-rotate(317deg) brightness(89%) contrast(94%);
}

.ProductTitle{
font-size: 21px !important;
    font-family: 'ISBold';
    line-height: 1.7em;
    text-align: right;
    float: right;
    width: 100%;
    display: block;
    margin-bottom: 20px;
margin-top: 50px;
}
.ProductText{
    font-size: 16px !important;
    line-height: 2.2em;
    text-align: justify !important;
    float: right;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.ProductImage{
display: block;
    float: right;
    width: 500px;
    margin-right: calc(50% - 250px);
    transition: .7s;
}
.ProductImage:hover {
    transform: scale(1.04);
}


.AboutImage{
    display: block;
    margin: auto;
    width: 90%;
}
.E8-40659  h2 {
    text-align: center;
    font-family: 'ISBold';
    font-size: 23px;
    margin-top: 24px;
    color: #DA0C81;
    margin-bottom: 20px;
}
.E8-40659  p {
    font-size: 16px;
    line-height: 1.7em;
    text-align: justify;
    float: right;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}


.Stats{
display: block;
    float: right;
    width: 100%;
    margin-top: 6px;
}
.Stats div{
display: block;
    float: right;
    width: 96%;
    clear: both;
    margin-top: 18px;
    border-bottom: 1px dashed #DA0C81;
    margin-right: 2%;
}
.Stats div:nth-child(4){
    border:none;
}
.Stats div span:nth-child(1){
    font-size: 20px;
    text-align: center;
    color: #000;
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'ISBold';

    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: rgb(97, 12, 159);
    background: linear-gradient(-45deg, rgba(97, 12, 159, 1) 0%, rgba(148, 11, 146, 1) 33.333%, rgba(218, 12, 129, 1) 66.666%, rgba(218, 12, 129, 1) 100%);
}
.Stats div span:nth-child(2){
    font-size: 17px;
    text-align: center;
    color: #000;
    display: block;
    float: right;
    width: 100%;
    margin-bottom: 20px;
}