.carousel-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;}
.carousel-inner {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease;
    cursor: grab;}
.carousel-inner:active {
    cursor: grabbing;}
.item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;}
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;}
.carousel-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    color: #fff;
    font-size: 26px;}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    z-index: 99;
    cursor: pointer;
    user-select: none;}
.arrow.prev { left: 20px;}
.arrow.next { right: 20px;}
.titlestyle1042304{ line-height: 220%; color: #222222; font-size: 9pt; font-weight: bold; text-decoration: none;}
.summarystyle1042304{ line-height: 150%; color: #222222; font-size: 9pt ;}

