.promo-welcome {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.promo-welcome__content .full-text::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 82%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(82%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 82%);
}


.promo-welcome__content .full-text {
    max-height: 112px;
    position: relative;
    overflow: hidden;
    will-change: max-height;
    -webkit-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s;
}


.promo-welcome__content .full-text.active::after {
    content: none;
}

.promo-welcome__content .full-text.active {
    max-height: unset;
}

.promo-welcome__more {
    margin-top: 20px;
    color: #111111 !important;
}

.breadcrumbs {
    padding: 34px 0 22px;
}

.promo-welcome {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .promo-welcome {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

h1.promo-welcome__title {
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: HeliosExtLight, sans-serif;
}

@media (max-width: 767.98px) {
    h1.promo-welcome__title {
        margin-bottom: 20px;
    }
}

.shareholder-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-top: 1px solid #00000033;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.shareholder-line::before{
    content:'';
    position: absolute;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.22203 0L11 10L1.22203 20L0 18.7502L8.55594 10L0 1.24978L1.22203 0Z' fill='%23111111' fill-opacity='0.5'/%3e%3c/svg%3e ");
    width: 11px;
    height: 20px;
    right: 22px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}

.shareholder-line:last-child {
    border-bottom: 1px solid #00000033;
}

.shareholder-line__date {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: HeliosExt, sans-serif;
    width: 235px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 30px;
    color: #00000080;
    font-weight: 400;
    font-size: 16px;
    line-height: 119%;
}

.shareholder-line__date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 20px);
    background-color: #00000033;
}

.shareholder-line__date span {
    position: relative;
    top: -3px;
    font-weight: 400;
    font-size: 28px;
    line-height: 119%;
    color: #C1A778;
    margin-right: 13px;
}

.shareholder-line__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.shareholder-table {
    margin: 50px 0 95px;
}

.shareholder-table__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.shareholder-table__more .g-btn{
    margin-top: 70px;
}

.shareholder-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #C1A778;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.shareholder-line:hover:after {
    opacity: 1;
}

.shareholder-line:hover {
    background-color: #FAFAFA;
}

@media (max-width: 767.98px) {
    .promo-welcome__content {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .breadcrumbs{
        display: none;
    }

    .promo-welcome__more {
        margin-top: 10px;
    }

    .shareholder-line__date {
        width: 128px;
        padding: 20px 10px 12px 0;
        font-size: 14px;
        line-height: 119%;
    }

    .shareholder-line__date span {
        font-size: 20px;
        line-height: 119%;
    }

    .shareholder-line__name {
        font-size: 16px;
        line-height: 101%;
        margin-left: 0;
        margin-top: 5px;
    }
    .shareholder-line__date{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
    }
    .shareholder-line__name{
        padding:20px 34px 12px 15px;
    }
    .shareholder-table__more .g-btn{
        margin-top: 50px;
    }
    .shareholder-line::before{
        right: 0;
    }
}

.area-darken{
    pointer-events: none;
}