body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    position: absolute;
    z-index: -99;
}

hl-trusted-source {
    position: unset;  
}
.st_reference_block{
    max-width: 1530px;
    margin: 50px auto;
}
.st_reference_block_header{
    max-width: 750px;
    cursor: pointer;
}
.st_reference_block_header h2{
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
}
.st_reference_block .word-break{
    max-width: 750px;
    padding-left: 17px;
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.st_reference_block .word-break.hiden{
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.st_about_source {
    position: fixed;
    left: -75px;
    top:0;
    width: 445px;
    padding: 35px 40px;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 0.3s;
    z-index: -1;
}

.st_close_source_modal {
    display: none;
}

.st_about_source * {
    font-family: "Poppins", Sans-serif;
}

hl-trusted-source span {
    /* background: url(check-icon.svg) 98% top no-repeat; */
    color: #242424;
	line-height: 0.8em;
}
hl-trusted-source .footnote-marker{
    color: #e0b000;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    vertical-align: super;
    padding-left: 2px;
    cursor: pointer;
    text-decoration: none;
}
.st_about_source .st_block_header{
    display: none;
}
.st_about_source .st_block_header a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 15px;
    background: #60CA72;
    border: 1px solid #60CA72;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    width: 194px;
    height: 44px;
    margin-bottom: 25px;
}
.st_about_source .st_block_header a:hover {
    background: rgba(66, 156, 90, 0.4);
    color: #429C5A!important;
}
.st_about_source .st_block_header a:before {
    content: "";
    display: block;
    background: url(check-icon.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-right: 10px;
}

.st_about_source .st_source_title{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.05em;
    color: #242424;
    display: block;
    margin-bottom: 20px;
}

.st_about_source .st_source_description {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 20px;
}


.st_about_source > a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #242424;
    padding-right: 14px;
    align-self: flex-start;
    background: url(../imgs/external_link_icon_hovered.svg) no-repeat right top;
    background: url(../imgs/external_link_icon.svg) no-repeat right top;
}
.st_about_source > a:hover {
    color: #55bd66;
    background: url(../imgs/external_link_icon_hovered.svg) no-repeat right top;
}
.st_about_source > a:before{
    content: "";
    display: block;
    background: url(link-icon-dark.svg) no-repeat center center;
    width: 20px;
    height: 15px;
    background-size: contain;
    margin-right: 7px;
}
.st_reference_block .word-break li{
    word-break: break-word;
}
.st_reference_block .word-break li + li{
    margin-top: 25px;
}
.st_reference_block .word-break a{
    color: #60CA72;
    text-decoration: underline;
}
.refs_count{
    color: #707070;
    font-size: 14px;
    padding-bottom: 20px;
    display: inline-block;
}
.st_reference_block_header{
    position: relative;
}
.st_reference_block_header::after{
    content: '';
    width: 20px;
    height: 13px;
    background-image: url('arrow-down.svg');
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all .3s ease-in-out;
}
.st_reference_block_header.hiden::after{
    transform: rotate(180deg);
}

@media only screen and (min-width: 1300px){
    
    
    hl-trusted-source.show-tooltip .st_about_source {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    
}

@media only screen and (max-width: 1300px){
    hl-trusted-source.active .st_about_source {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        position: fixed;
        width: calc(100% - 40px);
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }
    .st_about_source .st_close_source_modal {
        position: absolute;
        right:20px;
        top:20px;
        display: block;
    }
    hl-trusted-source {
        position: relative;  
    }
}

.st_reference_block_show_hide_btn {display:none;}
@media only screen and (max-width: 600px){
    .st_reference_block_header {display:flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #BCBADB; margin-bottom: 20px;}
    .st_reference_block_show_hide_btn {display:block;width:27px;height:27px;background: url(../imgs/show_hide_button.svg) no-repeat center center;text-indent: -9999px;font-size:1px;color: transparent;transition: ease-in-out 0.3s;}
    .st_reference_block_show_hide_btn.active {transform: rotate(180deg);}
    .st_reference_block{
        padding-right: 10px;
    }
    .st_reference_block_header h2{
        border-bottom: none;
        padding-bottom: 0;
    }
    .st_reference_block .word-break{
        padding-left: 13px;
    }
    .st_reference_block .word-break li{
        font-size: 12px;
    }
}

.bt_bb_wrapper {
    overflow: inherit;
}