/* Start custom CSS */#hero-gr::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(#ffffff00 70%, #fff 95%);
    inset: 0;
    width: 100%;
    height: 100%;
}
#aa {
    -webkit-text-stroke: 1px #fff !important;
    color: #ffffff20 !important;
}

//.hero {
    object-fit: cover !important;
    background-position: center center !important;
}
#ck1 {
    transform: rotate(5deg) !important;
}
#ck2 {
    transform: rotate(-8deg) !important;
}/* End custom CSS */