.investors-zone header{
    background-color: #1e0f2e;
}

.investors-zone header a{
    color: white;
}

.investors-zone .bread-crumbs{
    background-color: #1e0f2e;
    position: static;
    padding-top: 10.9rem;
    padding-bottom: 4rem;
}
.investors-page-title h1,.investors-page-title h2{
    margin-top:0;
    margin-bottom: 0;
    font-size: 3.8rem;
    font-weight: 500;
    color: white;
}

.investors-page-title{
    padding-top: 1.9rem;
    padding-bottom: 3.8rem;
    background-color: var(--purple);
}

.basic-width-2{
    width: 136.6rem;
    margin: auto;
    padding: 0 9rem;
    box-sizing: border-box;
}

.application-wrapper{
    width: 100%;
    background-color: #f8f5fc;
}

.application-side-bar{
    flex: 0 0 21%;
    max-height: 100vh;
    background-color: white;
    position: sticky;
    top:6.9rem;
    display: flex;
    flex-direction: column;

    padding-right: 6rem;
    box-sizing: border-box;
    padding-top: 8rem;

}

.application-side-bar a{
    font-size: 1.6rem;
    font-weight: 300;
    color: black;
    text-decoration: none;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-menu{
    padding-top: 1.7rem;
}
.application-side-bar li{
    padding: 1.7rem 0;

    align-items: center;
    justify-content: space-between;
}

.application-side-bar .sub-menu{
    padding-left: 1rem;
    display: none;
}
.menu-item-has-children>a{
    cursor: pointer;
}
.latest-updates-list-slider{
    padding: 3rem 0;

}
.menu-item-has-children>a:after{

    display: block;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    display: block;
    transition: .3s all;
}

.menu-item-has-children.opened>a:after {
    -webkit-transform: rotate(-135deg);

}

.application-content{
    width: 75rem;
    padding: 8rem 5.7rem;
    box-sizing: border-box;
}
.application-content h2,.application-content h1{
    font-size: 2.8rem;
    font-weight: 500;
}
.application-content h1{
    margin-bottom: 2rem;
}
.application-content .splide__arrow--next{
    right: 0 !important;
}
.application-content .splide__arrow--prev {
    left: auto !important;
    right: 6rem;
}
.items-list li p{
    margin: 0;
}
.items-list li{
    padding: 2rem 0;
    border-bottom: 1px solid #edeaf0;

    width: 100%;
}
.items-list li .flex{
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.item-title{
    flex: 0 0 46rem;
    line-height: 1.38;
}

.item-date{
    flex: 0 0 10rem;
    font-size: 1.4rem;
}
.items-list .download-link{
    flex-grow: 0;
    display: block;
    width: 3rem;
}

.items-list{
    margin-top: 4rem;
}
.side-bar-nav .current-menu-item a,
.side-bar-nav .current-menu-parent>a
{
    font-weight: 600;

}
.application-wrapper .latest-news-splide {
    padding-top: 2rem;
}
.application-wrapper:before {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    bottom: 0;
    width: 24.155rem;
    height: 80.2rem;
    background: url("img/app-bg.svg") no-repeat center;
    background-size: cover;

}
.application-side-bar:before{
    position: absolute;
    right: 0;
    content: '';
    display: block;
    height: 100%;
    width: 50vw;
    background-color: white;
    top:0;

}
.application-side-bar nav{
    position: relative;
    z-index: 999999;
}
.application-wrapper .stock-info-frame{
    align-self: flex-start;
    border-color: var(--purple);
    color: black;


}
.stock-info-frame .smw-header, .stock-info-frame .smw-info {
    padding: 0 !important;
}
.application-wrapper .splide__arrow {
    top:-1.4rem !important;
}
.stock-info-frame *{
    float: none !important;
}

.stock-info-frame .smw-header{
    padding-bottom: 1rem !important;
}
.stock-info-frame  .smw-field-virtual-name {
    font-weight: 700 !important;
    font-size: 2rem !important;
}
.stock-info-frame  .smw-field-quote-regularMarketPrice {
    font-weight: 700 !important;
    font-size: 2rem !important;
}
.stock-info-frame .smw-info{
    padding: 1rem 0  0 0!important;
    border-bottom: none !important;
}
.app-right{
    padding-top: 13.3rem;
}
.stock-info-frame  .smw-separator{
    display: none;
}
.white-box{
    width: 100%;
    padding: 3rem;
    box-sizing: border-box;
    border-radius: .8rem;
    background-color: white;
    box-shadow: 0 6px 20px 0 rgba(177, 142, 230, 0.15);
    margin-top: 3rem;

}

.white-box h2{
    font-size: 1.6rem;
    font-weight: 400;
}


.white-box p,
.white-box a{
    font-size: 1.4rem;
    font-weight: 300;
    color: black;

}

.white-box li{
    margin:2rem 0;
}
.white-box li:last-child{
    margin-bottom: 0;
}

.white-box h3{
    font-size: 1.4rem;
    margin: 3rem 0 1rem;

}
.ic-add{
    margin-top: 2rem;
}

