

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="twitter:title" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <script type="text/javascript" src="cascadevista/js_vista/jquery-3.7.1.min.js"></script>

        <title>Bluneo | Regulatory Landscape Evolves: Global Authorities Propose a New Framework for Digital Currencies</title>
        <meta property="og:title" content="Bluneo | Regulatory Landscape Evolves: Global Authorities Propose a New Framework for Digital Currencies" />
        <meta property="og:image" content="6682a544e5f4a_5642738_photo.webp"/>
        
      
      
          
        <link rel="stylesheet" href="cascadevista/css_vista/bootstrap.rtl.min.css">
        <link rel="stylesheet" href="cascadevista/css_vista/bootstrap-icons.min.css">
        <link rel="stylesheet" href="cascadevista/css_vista/button.css">
        <link rel="stylesheet" href="cascadevista/css_vista/animate.css">
        <link rel="stylesheet" href="cascadevista/css_vista/jquery.fancybox.css">        
        <link rel="shortcut icon" href="homepage-logo.svg" type="image/x-icon">
        <script type="text/javascript" src="cascadevista/js_vista/bootstrap.min.js"></script>        
        <script type="text/javascript" src="cascadevista/js_vista/jquery.fancybox.min.js"></script>      
        <script type="text/javascript" src="cascadevista/js_vista/wow.js"></script>

     

        <style>
            body {
                font-family: 'Barlow', sans-serif !important;
                font-size: 1em;
                margin: 0;
                background-color: #00000007;
                direction: ltr;
                }

                .header-wrap {
                    display: flex;
                }
                
                .run-artis-block {
                    padding-top: 33px;
                    padding-bottom: 33px;
                    display: flex;
                    gap: 22px;
                }

                .run-artis-card {
                    display: flex;
                    flex-direction:  column;
                    width: 25%;
                    background: #FFF;
                    border-bottom: 1px solid rgba(0,0,0,0.1);
                }

                .run-a-card-img {
                    position: relative;
                    width: 100%;
                    height: 220px;
                }

                .run-a-card-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

                .run-a-card-img::before {
                    content: '';
                    position: absolute;
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: #E07250;
                    opacity: 0.6;
                    transition: all 350ms cubic-bezier(0, 0.5, 0.5, 1);
                }

                .run-artis-card:hover .run-a-card-img::before {
                    background: transparent;
                }

                .run-a-card-txt {
                    padding: 6px;
                    text-align: center;
                }

                .run-a-card-title {
                    text-decoration: none;
                    font-size: 18px;
                    color: rgba(0, 0, 0, 0.7);
                    transition: all 350ms cubic-bezier(0, 0.5, 0.5, 1);
                }

                .run-artis-card:hover .run-a-card-title {
                    text-decoration: underline;
                    color: #000;
                }

                .run-a-card-info {
                    width: 100%;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    padding: 17px;
                    transform: translate(-50%, -50%);
                    display: flex;
                    flex-wrap: wrap;
                    gap: 17px;
                    justify-content: center;
                }

                .run-a-card-info p {
                    color: #FFF;
                    font-size: 15px;
                    font-weight: 900;
                    margin: 0;
                    text-align: center;
                    transition: all 350ms cubic-bezier(0, 0.5, 0.5, 1);
                }

                .run-artis-card:hover .run-a-card-info p {
                    opacity: 0;
                }

                .site-map-nav-bg {
                    background-color: #91c788;
                }

                .site-map-nav {
                    display: flex;
                    padding-top: 15px;
                    padding-bottom: 15px;
                    align-items: center;
                    justify-content: space-around;
                }

                .site-map-logo {
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    gap: 17px;
                    margin-left: 22px;
                }

                .site-map-logo img {
                    height: 70px;

                }

                .site-map-logo h2 {
                    font-size: 25px;
                    font-weight: 500;
                    color: #FFF;
                    margin: 0;
                }

                .site-map-navlist {
                    display: flex;
                    flex-direction: row;
                }

                .site-map-navlink {
                    font-size: 18px;
                    font-weight: 500;
                    color: #FFF;
                    text-decoration: none;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    padding: 0 22px;
                    display: inline-block;
                    position: relative;
                    overflow: hidden;
                    transition-duration: .3s;
                }

                .site-map-navlink::before {
                    height: 26px;
                    width: 100%;
                    position: absolute;
                    content: "";
                    background-color: white;
                    left: -100%;
                    top: 0;
                    transition-duration: .3s;
                }

                .site-map-navlink:hover::before {
                    transition-duration: .3s;
                    transform: translate(100%);
                    border-radius: 0;
                }

                .site-map-navlink span {
                    position: relative;
                    z-index: 1;
                }

                .site-map-navlink:hover span {
                    color: #000;
                }

                .site-map-contact-bg {
                    background-color: #E07250; 
                }

                .site-map-contact {
                    padding-top: 15px;
                    padding-bottom: 15px;
                    display: flex;
                    gap: 17px;
                    align-items: center;
                }

                .s-p-contact-run {
                    display: none;
                }

                .s-m-contact-item {
                    display: flex;
                    flex-direction: row;
                    gap: 6px;
                }

                .s-m-contact-item i {
                    font-size: 18px;
                    color: #FFF;
                }

                .s-m-contact-item p {
                    font-size: 15px;
                    font-weight: 500;
                    color: #FFF;
                    margin: 0;
                }

                .s-p-contact-run p {
                    margin-right: 22px;
                    font-size: 15px;
                    font-weight: 500;
                    color: #FFF;
                    margin-bottom: 0;
                }
                
                .subs-form {
                    display: flex;
                    gap: 22px;
                    align-items: center;
                    margin: 0;
                }

                .subs-form-field {
                    height: 45px;
                    width: 100%;
                    display: flex;
                    position: relative;
                }

                .subs-form-field .input {
                    height: 100%;
                    width: 100%;
                    padding-left: 26px;
                    outline: none;
                    border: none;
                    font-size: 15px;
                    background: #dde1e7;
                    color: #595959;
                    border-radius: 25px;
                    box-shadow: inset 2px 2px 5px #BABECC,
                                inset -5px -5px 10px #ffffff73;
                    }

                .subs-form-field .input:focus {
                    box-shadow: inset 1px 1px 2px #BABECC,
                                inset -1px -1px 2px #ffffff73;
                }

                .subs-form-field i {
                    position: absolute;
                    top: 50%;
                    left: 10px;
                    transform: translateY(-50%);
                    color: #595959;
                    width: 50px;
                    line-height: 55px;
                }

                .subs-form-field .label {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 30px;
                    pointer-events: none;
                    color: #666666; 
                }

                .subs-form-field .input:valid ~ label {
                    opacity: 0;
                }

                .mainpage-wrapper {
                    padding: 74px 0;
                    display: flex;
                    flex-direction: column;
                    gap: 26px;
                }

                .run-sidebar {
                    width: 30%;
                    display: flex;
                    flex-direction: column;
                    justify-content: start;
                    gap: 33px;
                }

                .mostcom-artcl {
                    padding: 22px;
                    background-color: #E07250;
                }

                .mostcom-artcl-title {
                    color: #FFF;
                    padding-bottom: 17px;
                    border-bottom: 1px solid rgba(255,255,255,0.2);
                    font-size: 18px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }

                .mostcom-artcl-item {
                    padding: 17px 6px;
                    border-bottom: 1px solid rgba(255,255,255,0.1);
                    display: flex;
                    align-items: center;
                    gap: 17px;
                }

                .m-a-i-title {
                    width: 75%;
                    font-size: 15px;
                    color: #FFF;
                    font-weight: 500;
                    text-decoration: none;
                }

                .mostcom-artcl-item p {
                    color: #FFF;
                    font-size: 18px;
                    font-weight: 500;
                }

                .hi-blog-block {
                    background-color: #91c788;
                }

                .hi-logo {
                    width: 100%;
                    padding: 22px;
                    display: flex;
                    gap: 6px;
                    align-items: center;
                }

                .hi-logo img {
                    height: 35px;
                }

                .hi-logo h2 {
                    font-size: 20px;
                    color: #fff;
                    margin: 0;
                }

                .hi-blog-img {
                    width: 100%;
                    height: 50px;
                    object-fit: cover;
                }

                .hi-txt {
                    padding: 22px;
                    font-size: 15px;
                    color: #fff;
                }

                .ques-ans-block {
                    padding: 22px;
                    display: block;
                }

                .ques-ans-title {
                    padding-bottom: 17px;
                    border-bottom: 1px solid #E07250;
                    font-size: 18px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    color: #E07250;
                }

                .accordion {
                    margin-top: 22px;
                }

                .accordion-button:not(.collapsed) {
                    color: #000;
                    background-color: #E07250;
                }

                .accordion-button {
                    background-color: #E07250; 
                }

                .main-comentator {
                    display: none;
                    padding: 22px;
                    border: 4px solid #91c788;
                }

                .main-comentator-title {
                    padding-bottom: 17px;
                    border-bottom: 1px solid #707070;
                    font-size: 18px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    color: #000;
                }

                .comentator-item {
                    display: flex;
                    align-items: center;
                    gap: 5px;
                    margin-top: 17px;
                    padding: 0px 22px 0px 0px;
                    border-style: solid;
                    border-radius: 100px 40px 40px 100px;
                    background: #E07250;
                    color: #fff;
                }

                .comentator-item:nth-child(even) {
                    background: #91c788;
                }

                .comentator-item img {
                    width: 80px;
                    height: 80px;
                    object-fit: cover;
                    padding: 6px 6px 6px 6px;
                    margin: 0px 6px 0px 0px;
                    background-color: #FFFFFF;
                    border-style: solid;
                    border-width: 1px 3px 3px 1px;
                    border-color: #000000;
                    border-radius: 50px 50px 50px 50px;
                }

                .comentator-item h4 {
                    font-size: 18px;
                }

                .main-autorside {
                    width: 70%;
                    display: flex;
                    gap: 22px;
                }

                .main-blogart {
                    width: 85%;
                }

                .main-blogart-title {
                    font-size: 25px;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    text-align: center;
                    margin-bottom: 74px;
                }

                .main-blogart-bg {
                    padding-top: 33px;
                    background-color: #fff;
                    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
                }

                .m-b-autorname {
                    font-size: 20px;
                    font-weight: 500;
                    letter-spacing: 1px;
                    margin-bottom: 85px;
                    text-align: center;
                }

                .m-b-picbar {
                    padding: 110px 22px 6px; 
                    position: relative;
                    background-color: #91c788;
                }

                .m-b-picbar img {
                    position: absolute;
                    top: -70px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 150px;
                    height: 150px;
                    overflow: hidden;
                    border-radius: 50%;
                    border: 4px solid #91c788;
                }

                .m-b-picbar p {
                    text-align: center;
                    color: #FFF;
                    font-size: 18px;
                    font-weight: 500;
                    font-style: italic;
                }
                
                .main-blogart-article {
                    padding: 33px 22px;
                }

                .m-b-image {
                    float: left;
                    width: 50%;
                    margin: 40px;
                }


                .autorside-block {
                    width: 15%;
                    display: flex;
                    flex-direction: column;
                    gap: 22px;
                }

                .as-b-autor img {
                    display: flex;
                    margin: auto;
                    width: 120px;
                    height: 120px;
                    object-fit: cover;
                    border-radius: 50%;
                    margin-bottom: 26px;
                }

                .as-b-autorname {
                    font-size: 18px;
                    text-align: center;
                    font-weight: 500;
                }

                .as-b-about {
                    font-size: 14px;
                    text-align: center;
                }

                .poptag {
                    padding:  15px 0;
                    border-top: 1px solid #000;
                }

                .poptag-title {
                    font-size: 15px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    color: #000;
                }

                .poptag-list {
                    padding: 22px 6px;
                    
                }

                .poptag-list p {
                    font-size: 13px;
                    font-weight: 500;
                    letter-spacing: 0;
                    box-sizing: border-box;
                    word-break: break-word;
                }

                .popcategory {
                    padding: 15px 0;
                    border-top: 1px solid #000;
                }


                .popcategory-item {
                    padding: 17px 6px;
                    background: rgba(0,0,0,0.5); color: #fff;
                }

                .popcategory-item img {
                    display: flex;
                    margin: auto;
                    width: 80%;
                    height: 90px;
                    margin-bottom: 17px;
                }

                .popcategory-item p {
                    text-align: center;
                    font-size: 13px;
                    font-weight: 500;
                    letter-spacing: 0;
                    box-sizing: border-box;
                    word-break: break-word;
                    margin: 0;
                }

                .slick-slide{
                    height: auto;
                }

                .main-blogart-btn {
                    display: flex;
                    justify-content: center;
                    margin-top: 33px;
                }

                .main-blogart-form, .main-blogart-form-btn {
                    margin-top: 33px;
                    display: flex;
                    flex-direction: column;
                    gap: 6px;
                    background: linear-gradient(to right , #E07250, rgb(39, 40, 46));
                    padding: 30px;
                    border-radius: 10px;
                }

                .input-e49794745 {
                    color: #fff;
                    height: 30px;
                    outline: none;
                    padding: 30px;
                    border-radius: 10px;
                    border: none;
                    font-weight: bold;
                    font-size: 15px;
                    box-shadow: 2px 2px 12px inset black;
                    background: linear-gradient(to right , #E07250, rgb(39, 40, 46));
                }

                .input-e49794745::placeholder {
                    color: #fff;
                }

                .textarea-e49794745 {
                    color: #fff;
                    height: 80px;
                    outline: none;
                    padding: 17px;
                    border-radius: 10px;
                    border: none;
                    font-weight: bold;
                    font-size: 15px;
                    box-shadow: 2px 2px 12px inset black;
                    background: linear-gradient(to right , #E07250, rgb(39, 40, 46));
                }

                .textarea-e49794745::placeholder {
                    color: #fff;
                }


                label {
                    color: #fff;
                    margin-top: 22px;
                    margin-bottom: 5px;
                }

                .form-check-input {
                    margin-top: 22px;
                }

                .form-check-label a {
                    color: #fff;
                    text-decoration: none;
                }

                .form-check-label:hover a {
                    text-decoration: underline;
                }

                .blogcomm-title {
                    width: 60%;
                    margin: auto;
                    text-align: center;
                    font-size: 25px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    color: #000; 
                    margin-bottom: 26px;   
                    padding-bottom: 17px;
                    border-bottom: 1px solid rgba(8, 8, 8, 0.4);
                }

                .blogcomm-bg {
                    width: 100%;
                    height: 550px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 74px;
                    background: linear-gradient(68deg,  #E07250 0%, #91c788 100%);                    
                    position: relative;
                }

                .blogcomm .blogcomm-outer{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .blogcomm .blogcomm-card{
                    background: #a4a4a4;
                    width: 80%;
                    display: flex;
                    padding: 22px;
                    opacity: 0;
                    pointer-events: none;
                    position: absolute;
                    justify-content: space-between;
                    border-radius: 100px 22px 22px 100px;
                    box-shadow: 0px 10px 17px rgba(0,0,0,0.1);
                    animation: animate 15s linear infinite;
                    animation-delay: calc(3s * var(--delay));
                }
            
                .blogcomm-outer:hover .blogcomm-card{
                    animation-play-state: paused;
                }

                .blogcomm .blogcomm-card:last-child{
                    animation-delay: calc(-3s * var(--delay));
                }
                @keyframes animate {
                    0%{
                        opacity: 0;
                        transform: translateY(100%) scale(0.5);
                    }
                    5%, 20%{
                        opacity: 0.4;
                        transform: translateY(100%) scale(0.7);
                    }
                    25%, 40%{
                        opacity: 1;
                        pointer-events: auto;
                        transform: translateY(0%) scale(1);
                    }
                    45%, 60%{
                        opacity: 0.4;
                        transform: translateY(-100%) scale(0.7);
                    }
                    65%, 100%{
                        opacity: 0;
                        transform: translateY(-100%) scale(0.5);
                    }
                }

                .blogcomm-card .blogcomm-content {
                    display: flex;
                    align-items: center;
                }
            
                .blogcomm .blogcomm-card .blogcomm-img{
                    height: 120px;
                    width: 120px;
                    position: absolute;
                    left: -5px;
                    background: #fff;
                    border-radius: 50%;
                    padding: 5px;
                    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
                }
            
                .blogcomm-card .blogcomm-img img{
                    height: 100%;
                    width: 100%;
                    border-radius: 50%;
                    object-fit: cover;
                }
                
                .blogcomm-card .blogcomm-details{
                    margin-left: 120px;
                }
            
                .blogcomm-details span{
                    font-weight: 500;
                    font-size: 18px;
                }

                .footblog-bg {
                    padding-top: 33px;
                    background-color: #91c788;
                }

                .footblog {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    gap: 26px;
                }

                .footblog-column {
                    width: 30%;
                    margin-bottom: 33px;
                }

                .footblog-contact-column {
                    width: 30%;
                    margin-bottom: 33px;
                }

                .footblog-logo {
                    text-decoration: none;
                    display: flex;
                    gap: 6px;
                    align-items: center;
                }

                .footblog-logo img {
                    width: 70px;
                    height: 70px;
                    margin-bottom: 22px;
                }

                .footblog-logo h2 {
                    font-size: 25px;
                    color: #fff;
                    font-weight: 500;
                    margin-bottom: 0;
                }

                .footblog-priv {
                    display: flex;
                    flex-direction: column;
                    gap: 22px;
                }

                .footblog-link {
                    position: relative;
                   font-size: 15px;
                   color: #fff;
                   margin-bottom: 0; 
                   text-decoration: none;
                }

                .footblog-link::before {
                    height: 26px;
                    width: 100%;
                    position: absolute;
                    content: "";
                    background-color: white;
                    left: -100%;
                    top: 0;
                    transition-duration: .3s;
                    z-index: -1;
                }

                .footblog-link:hover::before {
                    transition-duration: .3s;
                    z-index: 0;
                    transform: translate(100%);
                    border-radius: 0;
                }

                .footblog-link span {
                    position: relative;
                    z-index: 1;
                }

                .footblog-link:hover span {
                    color: #000;
                }

                .footblog-arch-title, .footblog-stat-title {
                    padding-bottom: 22px;
                    color: #FFF;
                    margin-left: 0;
                    margin-bottom: 22px;
                    border-bottom: 1px solid rgba(168, 166, 166, 0.5);
                }

                .footblog-arch-category, .footblog-stat-item {
                    padding-top: 17px;
                    padding-bottom: 17px;
                    display: flex;
                    flex-direction: row;
                    gap: 10px;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px solid rgba(168, 166, 166, 0.5);
                }

                .footblog-arch-category p, .footblog-stat-item p {
                    font-size: 14px;
                    font-weight: 500;
                    margin: 0;
                    color: #fff;
                }

                .arch {
                    display: block;
                }

                .stats {
                    display: none;
                }

                .footblog-cotact {
                    display: flex;
                    flex-direction: row;
                    gap: 17px;
                    align-items: center;
                    justify-content: space-between;
                    text-align: end;
                }

                .footblog-cotact i {
                    font-size: 25px;
                    color: #fff;
                }

                .footblog-cotact-txt {
                   color: #fff; 
                }

                .subs-form-btn {
                    background-color: #fff;
                    border: 1px solid #bc2a8d;
                    padding:  6px;
                    width: auto;
                    font-size: 18px;
                    border-radius: 0.4em;
                }             

                .subs-form-btn p {
                    margin: 0;
                    padding: 6px 6px;
                    color: #bc2a8d;
                }

                .subs-form-btn:hover p {
                    color: #fff
                }

                .subs-form-btn:hover {
                    background-color: #bc2a8d;
                }
                
@media (max-width: 1199px) {
    .mainpage-wrapper {
        flex-direction: column !important;
    }

    .run-sidebar, .main-autorside {
        width: 100% !important;
    }

    .hi-blog-block, .mostcom-artcl, .ques-ans-block, .main-comentator  {
        width: 45% !important;
    }

    .run-a-card-title {
        font-size: 14px;
    }

}

@media (max-width: 992px) {

    .s-m-contact-item p {
        font-size: 10px;
    }

    .header-wrap {
        flex-direction: column-reverse !important;
    }

    .run-artis-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    .run-artis-card {
        width: 45%;
    }
   
    .site-map-navlink {
        font-size: 12px;
        padding: 0 5px;
    }

    .main-autorside {
        flex-direction: column;
    }

    .main-blogart {
        width: 100%;
    }

    .autorside-block {
        width: 100%;
    }

    .adapt {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .as-b-autor {
        width: 70%;
    }

    .poptag {
        width: 30%;
        padding: 15px;
        background-color: rgb(0, 0, 0, 0.5);
        color: #fff;
    }
    .popcategory {
        display: none;
    }

    .blogcomm-bg {
        height: 680px;
    }

    .footblog {
        flex-direction: column;
    }

    .footblog-column, .footblog-contact-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footblog-cotact {
        text-align: center;
    }

    .s-p-contact-run {
        flex-wrap: wrap;
    }

}

@media(max-width: 767px)  {

    .site-map-nav {
        flex-direction: column;
        gap: 15px;
    }

    .site-map-contact {
        flex-direction: column;
        gap: 10px;
    }

    .hi-blog-block, .mostcom-artcl, .ques-ans-block, .main-comentator {
        width: 100% !important;
    }

    .m-b-image {
        float: none;
        display: flex;
        margin: auto;
        margin-bottom: 25px;
    }

    .blogcomm-bg {
        height: 750px;
    }

    .blogcomm .blogcomm-card {
        width: 95% ;
    }

    .main-blogart-form, .main-blogart-form-btn {
        padding: 15px;
    }
    
}

@media(max-width: 600px) {
   .main-blogart-title{
    font-size: 25px;
   }
    .run-artis-card {
        width: 100%;
    }

    .adapt {
        flex-direction: column;
    }

    .as-b-autor {
        width: 100%;
    }

    .poptag {
        width: 100%;
    }

    .poptag-title {
        text-align: center;
    }

    .poptag-list p {
        text-align: center;
    }



    .blogcomm-card .blogcomm-content {
        flex-direction: column;
    }

    .blogcomm .blogcomm-card .blogcomm-img {
        position: static;
    }

    .blogcomm-card .blogcomm-details {
        margin-left: 15px;
    }

    .blogcomm-bg {
        height: 990px;
        overflow: hidden;
    }

    .blogcomm .blogcomm-card .blogcomm-img {
        height: 80px;
        width: 80px;
    }

    .footblog-logo h2 {
        font-size: 22px;
    }

    .site-map-navlist {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .price-b {
        width: 90% !important;
    }
}

      .c-item{
        color: white;
        text-decoration: none;
        transition: 0.3s linear;
        word-break: break-all;
      }

      .c-item:hover,
      .c-item:focus{
        opacity: 0.7;
        color: inherit;
      }
        </style> 
            
        </head>

        <body>
            
            <header>
                <div class="header-wrap  flex-column-reverse">
                     
                    <div class="container ">
                        <div class="run-artis-block wow pulse">
                            <div class="run-artis-card">
                                <div class="run-a-card-img">
                                    <img src="photo/graphics_gallery_6682a537966256.87213927.jpg" alt="">
                                    <div class="run-a-card-info">
                                        <p><i class="bi bi-calendar-week"></i> &nbsp 06.18.2024</p>
                                        <p><i class="bi bi-eye-fill"></i> &nbsp 1206</p>
                                        <p><i class="bi bi-chat-dots-fill"></i> &nbsp 45</p>
                                    </div>
                                </div>
                                <div class="run-a-card-txt">
                                    <a class="run-a-card-title fancybox"> The Rise of DeFi: What You Need to Know</a>
                                </div>
                            </div>
                            <div class="run-artis-card">
                                <div class="run-a-card-img">
                                    <img src="photo/pictures_gallery_6682a53810d603.36218805.jpg" alt="">
                                    <div class="run-a-card-info">
                                        <p><i class="bi bi-calendar-week"></i> &nbsp 06.27.2024</p>
                                        <p><i class="bi bi-eye-fill"></i> &nbsp 15455</p>
                                        <p><i class="bi bi-chat-dots-fill"></i> &nbsp 55</p>
                                    </div>
                                </div>
                                <div class="run-a-card-txt">
                                    <a class="run-a-card-title fancybox"> Top 10 Cryptocurrencies to Watch This Year</a>
                                </div>
                            </div>
                            <div class="run-artis-card">
                                <div class="run-a-card-img">
                                    <img src="photo/renders_gallery_6682a53883af26.58032000.jpg" alt="">
                                    <div class="run-a-card-info">
                                        <p><i class="bi bi-calendar-week"></i> &nbsp 06.17.2024</p>
                                        <p><i class="bi bi-eye-fill"></i> &nbsp 66862</p>
                                        <p><i class="bi bi-chat-dots-fill"></i> &nbsp 8</p>
                                    </div>
                                </div>
                                <div class="run-a-card-txt">
                                    <a class="run-a-card-title fancybox"> How to Secure Your Crypto Assets</a>
                                </div>
                            </div>
                            <div class="run-artis-card">
                                <div class="run-a-card-img">
                                    <img src="photo/photos_gallery_6682a539062a80.24383443.jpg" alt="">
                                    <div class="run-a-card-info">
                                        <p><i class="bi bi-calendar-week"></i> &nbsp 06.18.2024</p>
                                        <p><i class="bi bi-eye-fill"></i> &nbsp 49929</p>
                                        <p><i class="bi bi-chat-dots-fill"></i> &nbsp 30</p>
                                    </div>
                                </div>
                                <div class="run-a-card-txt">
                                    <a class="run-a-card-title fancybox"> Understanding Cryptocurrency Mining</a>
                                </div>
                            </div>
                        </div>
                    </div>
                    
                    <div class="site-map">
                        <div class="site-map-nav-bg">
                            <div class="container site-map-nav">
                                
                                <a class="site-map-logo" href="./">
                                    <img class="" src="homepage-logo.svg" alt="">
                                    <h2 class=""> Bluneo  </h2>
                                </a>
                                <div class="site-map-navlist">
                                    
                                    <a class="site-map-navlink" href="./#mostcom"> <span>Most Commented</span></a>
                                    
                                    <a class="site-map-navlink" href="./#autor"><span>Author</span></a>
                                    
                                    <a class="site-map-navlink" href="./#comment"> <span> Comments </span></a>
                                     
                                </div>
                            </div>
                        </div>
                        <div class="site-map-contact-bg">
                            <div class="container site-map-contact">
                                
                            <div class="s-m-contact-item">
                                <i class="bi bi-geo-alt"></i>
                                <p> 123 S River Rd, St. George, UT 84790</p>
                            </div>
                            
                            
                            <div class="s-m-contact-item">
                                <i class="bi bi-mailbox2"></i>
                                <a href="/cdn-cgi/l/email-protection#1d7f716873787230707c6f76786974737a307e7271717c7f726f7c697472736e5d707c7471337c7271337e7270" class='c-item'> <span class="__cf_email__" data-cfemail="583a342d363d377535392a333d2c31363f753b373434393a372a392c3137362b183539313476393734763b3735">[email&#160;protected]</span></a>
                            </div>
                            
                            <div class="s-p-contact-run">
                                <p>Sign up to receive the latest news, offers and special announcements. </p>
                                <form class="subs-form" action=" subscriptions.php">
                                    <div class="subs-form-field">
                                        <input type="email" class="input" placeholder="Mailing address" required>
                                        <i class="bi bi-person-fill"></i>
                                     </div>
                                     <button class="subs-form-btn">Subscribe </button>
                                </form>
                            </div>
                            </div>
                        </div>
                    </div>
                </div>
                
            </header>
            
            <main>
                <div class="container img__MfARj__class">
                    <div class="mainpage-wrapper">
                        <div class="run-sidebar wow fadeInUp">
                             
                            <div id="mostcom" class="mostcom-artcl">
                                <h3 class="mostcom-artcl-title">
                                    Most Commented
                                </h3>
                                <div class="mostcom-artcl-item">
                                    <a class="m-a-i-title" href="#">  The Future of Bitcoin: Predictions and Trends</a>
                                    <p><i class="bi bi-chat-dots-fill"></i> &nbsp 17</p>
                                </div>
                                <div class="mostcom-artcl-item">
                                    <a class="m-a-i-title" href="#">  ICO vs STO: What's the Difference?</a>
                                    <p><i class="bi bi-chat-dots-fill"></i> &nbsp 95</p>
                                </div>
                                <div class="mostcom-artcl-item">
                                    <a class="m-a-i-title" href="#">  The Beginner's Guide to Crypto Wallets</a>
                                    <p><i class="bi bi-chat-dots-fill"></i> &nbsp 21</p>
                                </div>
                            </div>
                            
                            <div class="hi-blog-block sidebar-xyz">
                                <div class="hi-logo">
                                    <img class="" src="homepage-logo.svg" alt="">
                                    <h2 class=""> Bluneo  </h2>
                                </div>
                                <img class="hi-blog-img" src="photo/graphics_gallery_6682a539842ef0.17231224.jpg" alt="">
                                <div class="hi-txt">
                                    <p>Welcome to Bluneo, your go-to source for the latest news and updates in the cryptocurrency world. Stay informed and ahead of the curve with our in-depth analysis, market insights, and discussions on all things crypto. Join our community and discover the future of finance today on Bluneo!</p>
                                </div>
                            </div>
                            <div class="ques-ans-block">
                                <h3 class="ques-ans-title"> Frequently Asked Questions</h3>
                                <div class="accordion accordion-flush" id="accordionPanelsStayOpenExample">
                                    <div class="accordion-item">
                                        <h2 class="accordion-header" id="faq-question-one">
                                            <button class="accordion-button" type="button" data-bs-toggle="collapse"
                                                data-bs-target="#faq-answer-one" aria-expanded="true"
                                                aria-controls="faq-answer-one">
                                                What is cryptocurrency?
                                            </button>
                                        </h2>
                                        <div id="faq-answer-one" class="accordion-collapse collapse show"
                                            aria-labelledby="faq-question-one">
                                            <div class="accordion-body">
                                                Cryptocurrency is a type of digital or virtual currency that uses cryptography for security and operates independently of a central bank.
                                            </div>
                                        </div>
                                    </div>
                                    <div class="accordion-item">
                                        <h2 class="accordion-header" id="faq-question-two">
                                            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                                                data-bs-target="#faq-answer-two" aria-expanded="false"
                                                aria-controls="faq-answer-two">
                                                How can I start investing in cryptocurrency?
                                            </button>
                                        </h2>
                                        <div id="faq-answer-two" class="accordion-collapse collapse"
                                            aria-labelledby="faq-question-two">
                                            <div class="accordion-body">
                                                To start investing in cryptocurrency, you'll need to choose a reputable exchange, create an account, verify your identity, and then you can start buying and trading coins.
                                            </div>
                                        </div>
                                    </div>
                                    <div class="accordion-item">
                                        <h2 class="accordion-header" id="faq-question-three">
                                            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                                                data-bs-target="#faq-answer-three" aria-expanded="false"
                                                aria-controls="faq-answer-three">
                                                Is cryptocurrency a safe investment?
                                            </button>
                                        </h2>
                                        <div id="faq-answer-three" class="accordion-collapse collapse"
                                            aria-labelledby="faq-question-three">
                                            <div class="accordion-body">
                                                Investing in cryptocurrency involves risks, much like any other investment. It is essential to research, understand the market, and invest responsibly.
                                            </div>
                                        </div>
                                    </div>
                                    <div class="accordion-item">
                                        <h2 class="accordion-header" id="faq-question-four">
                                            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
                                                data-bs-target="#faq-answer-four" aria-expanded="false"
                                                aria-controls="faq-answer-four">
                                                How does blockchain technology work?
                                            </button>
                                        </h2>
                                        <div id="faq-answer-four" class="accordion-collapse collapse"
                                            aria-labelledby="faq-question-four">
                                            <div class="accordion-body">
                                                Blockchain is a decentralized ledger that records all cryptocurrency transactions across a network of computers. It ensures transparency and security in the trading process.
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                             
                            <div class="main-comentator">
                                <h3 class="main-comentator-title">
                                    Top Commentators
                                </h3>
                                <div class="main-comentator-list">
                                    <div class="comentator-item">
                                        <img  src="avatar/avatar-snapshot-cg4A-0.jpg" alt="">
                                        <h4>Mary Wilson</h4>
                                    </div>
                                    <div class="comentator-item">
                                        <img src="avatar/avatar-snapshot-cg4A-1.jpg" alt="">
                                        <h4>Patricia Moore</h4>
                                    </div>
                                    <div class="comentator-item">
                                        <img src="avatar/profile_avatar-ViGp-0.jpg" alt="">
                                        <h4>Michael Johnson</h4>
                                    </div>
                                    <div class="comentator-item">
                                        <img src="avatar/avatar-snapshot-cg4A-2.jpg" alt="">
                                        <h4>Linda Taylor</h4>
                                    </div>
                                    <div class="comentator-item">
                                        <img src="avatar/profile_avatar-ViGp-1.jpg" alt="">
                                        <h4>David Williams</h4>
                                    </div>
                                </div>
                            </div>
                            
                        </div>
                        <div class="main-autorside">
                            <div class="main-blogart btn__iq4TZ__element">
                                <h2 class="main-blogart-title">Regulatory Landscape Evolves: Global Authorities Propose a New Framework for Digital Currencies</h2>
                                <div class="main-blogart-bg">
                                    <div class="main-blogart-autor">
                                        <h4 class="m-b-autorname">John Smith</h4>
                                        <div class=" m-b-picbar">
                                            <img src="avatar/profile_avatar-ViGp-2.jpg" alt="">
                                            <p >"When criticizing, criticize the opinion, not its author."</p>
                                        </div>
                                        <div class="main-blogart-article">
                                            <img class="m-b-image" src="6682a544e5f4a_5642738_photo.webp" alt="Regulatory Landscape Evolves: Global Authorities Propose a New Framework for Digital Currencies">
                                             
                                            <div class="">
                                                <div class="flex-shrink-0 flex flex-col relative items-end">
<div>
<div class="pt-0.5 juice:pt-0">
<div class="gizmo-bot-avatar flex h-6 w-6 items-center justify-center overflow-hidden rounded-full juice:h-8 juice:w-8">&nbsp;</div>
</div>
</div>
</div>
<div>
<div>
<div>
<div dir="auto" data-message-author-role="assistant" data-message-id="77c3371f-9cdc-4be0-a136-513c67b2ab7c">
<div>
<div>
<p>As digital currencies gain prominence in the global financial landscape, regulatory bodies around the world are stepping up to address the need for a more structured framework. This new proposal aims to standardize the oversight of digital currencies to ensure a harmonious, secure, and progressive integration into the international economy.</p>
<p style="text-align: left;"><strong>Proposed Framework</strong></p>
<p>The newly proposed regulatory framework focuses on enhancing transparency, security, and accountability within the digital currency market. It outlines clear guidelines for the operation, distribution, and exchange of digital currencies, aiming to protect all stakeholders from potential risks without stifling innovation. Key components of the framework include stringent identity verification, enhanced cybersecurity measures, and detailed reporting requirements for transactions.</p>
<p style="text-align: left;"><strong>Global Cooperation</strong></p>
<p>This initiative marks a significant move towards global cooperation in the digital currency space. Regulatory bodies from various countries are working together to establish common standards that prevent discrepancies in digital currency management across borders. This collaboration is crucial in tackling issues like fraud, money laundering, and other financial crimes that have previously plagued the digital currency market.</p>
<p style="text-align: left;"><strong>Impact on Market Participants</strong></p>
<p>For businesses and investors, the new framework could mean more stability and lower risk when dealing with digital currencies. By standardizing regulations, authorities are not only aiming to safeguard investments but also to foster an environment that is conducive to growth and innovation. However, the proposal also suggests stricter compliance requirements which could lead to higher operational costs.<p style="text-align:center;"><img style="max-width: 100%; width: auto; height: auto; display: block; margin: 0 auto;" src="pic_6682a544e63cc_6460562.webp"></p></p>
<p><strong>Consumer Protection</strong></p>
<p>One of the primary aims of the new regulatory framework is enhanced consumer protection. By implementing comprehensive standards for transparency and accountability, consumers can feel more secure in their digital currency transactions. The proposal includes mechanisms for dispute resolution and consumer education, which are intended to build trust and promote wider adoption of digital currencies.</p>
<p><strong>Future Prospects</strong></p>
<p>The proposed changes are expected to pave the way for a surge in legitimate uses of digital currencies. As regulatory barriers are clarified and security measures strengthened, more businesses may embrace digital currencies for regular transactions, leading to increased practical applications and integration into everyday financial activities. The evolution of the regulatory landscape for digital currencies represents a crucial step forward in the maturation of this burgeoning field. As global authorities work to finalize and implement the new framework, the digital currency market is poised for significant transformation. This proactive approach by regulators is a welcome development for all stakeholders, promising a more secure and robust digital currency ecosystem.</p>
</div>
</div>
</div>
</div>
</div>
</div>
                                            </div>
                                            
                                            
                                            <form class="main-blogart-form" action="feedback.php" >
                                                <input class="input-e49794745" type="text" name="name-vHLXuZkS" placeholder="Enter your name" required><input name="email-vHLXuZkS" class="input-e49794745" type="email" placeholder="Email Address" required>
                                                <div class="mb-3 form-check">
                                                    <input type="checkbox" class="form-check-input" id="exampleCheck1"  required="required">
                                                    <label class="form-check-label" for="exampleCheck1">I accept <a href="privacy-statement.html" class="check" target="_blank">Privacy policy</a></label>
                                                </div>
                                                <div class="main-blogart-form-btn">
                                                    <button class="button-4">Subscribe to our newsletter</button>
                                                </div>
                                            </form>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div id="autor" class="autorside-block">
                                <div class="adapt">
                                    <div class="as-b-autor">
                                        <img class="wow flipInY" src="avatar/profile_avatar-ViGp-2.jpg" alt="">
                                        <h4 class="as-b-autorname">John Smith</h4>
                                        <p style="text-align: center;"> Author</p>
                                        <p class="as-b-about">Welcome to Bluneo! We are passionate about providing our readers with the most accurate and up-to-date information on the cryptocurrency market. Our team of experienced writers and analysts are dedicated to bringing you valuable insights, trends, and tips to navigate the complex world of digital currencies. Whether you are a seasoned investor or just starting out, Bluneo is here to guide you every step of the way. Thank you for joining our community and happy reading!</p>
                                    </div>
                                    
                                    <div class="poptag">
                                        <h3 class="poptag-title">
                                            Popular Tags
                                        </h3>
                                        <div class="poptag-list">
                                            <p> #amazing</p>
                                            <p> #healthyfood</p>
                                            <p> #likeforlike</p>
                                            <p> #pets</p>
                                            <p> #puppy</p>
                                            <p> #personaltrainer</p>
                                            <p> #fitfam</p>
                                        </div>
                                    </div>
                                    
                                </div>

                            </div>
                        </div>
                    </div>

                     
                    <h3 id="comment" class="blogcomm-title">
                        Comments 
                    </h3>
                    <div class=" blogcomm-bg">
                        <div class="blogcomm">
                            <div class="blogcomm-outer">
                            <div class="blogcomm-card" style="--delay:-1;">
                                <div class="blogcomm-content">
                                <div class="blogcomm-img"><img src="avatar/avatar-snapshot-cg4A-3.jpg" alt=""></div>
                                <div class="blogcomm-details">
                                    <span class="name">Barbara White</span>
                                    <p>06.30.2024</p>
                                    <p>Bluneo offers quality content that is both informative and engaging. Thumbs up!</p>
                                </div>
                                </div>
                            </div>
                            <div class="blogcomm-card" style="--delay:0;">
                                <div class="blogcomm-content">
                                <div class="blogcomm-img"><img src="avatar/profile_avatar-ViGp-4.jpg" alt=""></div>
                                <div class="blogcomm-details">
                                    <span class="name">James Brown</span>
                                    <p>06.20.2024</p>
                                    <p>Bluneo has quickly become my favorite blog for staying updated with crypto news. Great content!</p>
                                </div>
                                </div>
                            </div>
                            <div class="blogcomm-card" style="--delay:1;">
                                <div class="blogcomm-content">
                                    <div class="blogcomm-img"><img src="avatar/avatar-snapshot-cg4A-4.jpg" alt=""></div>
                                    <div class="blogcomm-details">
                                    <span class="name">Elizabeth Lewis</span>
                                    <p>06.18.2024</p>
                                    <p>I always find the information I need on Bluneo. It's a must-read for anyone interested in crypto.</p>
                                    </div>
                                </div>
                            </div>
                            <div class="blogcomm-card" style="--delay:2;">
                                <div class="blogcomm-content">
                                <div class="blogcomm-img"><img src="avatar/profile_avatar-ViGp-5.jpg" alt=""></div>
                                <div class="blogcomm-details">
                                    <span class="name">Robert Jones</span>
                                    <p>06.27.2024</p>
                                    <p>I love the insightful analysis and market predictions on Bluneo. Keep up the good work!</p>
                                </div>
                                </div>
                            </div>
                            <div class="blogcomm-card" style="--delay:2;">
                                <div class="blogcomm-content">
                                    <div class="blogcomm-img"><img src="avatar/profile_avatar-ViGp-6.jpg" alt=""></div>
                                    <div class="blogcomm-details">
                                    <span class="name">Charles Miller</span>
                                    <p>06.17.2024</p>
                                    <p>Bluneo provides the most comprehensive articles for crypto enthusiasts. Highly recommend!</p>
                                    </div>
                                </div>
                            </div>
                            </div>
                        </div>
                    </div>
                    
                </div>

            </main>
            
            <footer>
                <div class="footblog-bg footer__GXMzy__div">
                    <div class="container footblog">
                        <div class="footblog-column">
                            <a class="footblog-logo " href="./">
                                <img class="" src="homepage-logo.svg" alt="">
                                <h2 class=""> Bluneo  </h2>
                            </a>
                            <div class="footblog-priv">
                                <a class="footblog-link" href="privacy-statement.html" target="_blank"><span>Privacy policy</span></a>
                                <a class="footblog-link" href="user-agreement.html" target="_blank"><span>Terms & Conditions</span></a>
                                <a class="footblog-link" href="websiteDisclaimer.html" target="_blank"><span>Disclaimer</span></a>
                            </div>
                        </div>           
                        <div class="footblog-column arch">
                            
                            <h4 class="footblog-arch-title">
                                Archive
                            </h4>
                            <div class="footblog-arch">
                                <div class="footblog-arch-category">
                                    <p> Health </p>
                                    <p><i class="bi bi-journal-bookmark-fill"></i> &nbsp 10</p>
                                </div>
                                <div class="footblog-arch-category">
                                    <p class=""> TV </p>
                                    <p><i class="bi bi-journal-bookmark-fill"></i> &nbsp 43</p>
                                </div>
                                <div class="footblog-arch-category">
                                    <p class=""> World </p>
                                    <p><i class="bi bi-journal-bookmark-fill"></i> &nbsp 81</p>
                                </div>
                                <div class="footblog-arch-category">
                                    <p class=""> Business </p>
                                    <p><i class="bi bi-journal-bookmark-fill"></i> &nbsp 13</p>
                                </div>
                            </div>
                        </div>
                     
                        <div class="footblog-column stats">
                            <h4 class="footblog-stat-title">
                                Take a look at our statistics
                            </h4>
                            <div class="footblog-stat-item">
                                <p>Views</p>
                                <p> 1206</p>
                            </div>
                            <div class="footblog-stat-item">
                                <p>Article</p>
                                <p>15455</p>
                            </div>
                            <div class="footblog-stat-item">
                                <p>Followers</p>
                                <p>66862</p>
                            </div>
                        </div>
                 
                        <div class="footblog-contact-column">
                             <div class="footblog-cotact">
                                <i class="bi bi-house-door-fill"></i>
                                <div class="footblog-cotact-txt">
                                    <h4> </h4>
                                    <p>123 S River Rd, St. George, UT 84790</p>
                                </div> 
                            </div>
                            <div class="footblog-cotact">
                                <i class="bi bi-telephone-forward-fill"></i>
                                <div class="footblog-cotact-txt">
                                    <h4>Telephone number</h5>
                                    <a class='c-item' href='tel:(980) 335-3561'>(980) 335-3561</a>
                                </div> 
                            </div>
                            <div class="footblog-cotact">
                                <i class="bi bi-envelope-fill"></i>
                                <div class="footblog-cotact-txt">
                                    <h4>Mailing address</h5>
                                    <a class='c-item' href="/cdn-cgi/l/email-protection#02606e776c676d2f6f63706967766b6c652f616d6e6e63606d7063766b6d6c71426f636b6e2c636d6e2c616d6f"><span class="__cf_email__" data-cfemail="81e3edf4efe4eeacece0f3eae4f5e8efe6ace2eeedede0e3eef3e0f5e8eeeff2c1ece0e8edafe0eeedafe2eeec">[email&#160;protected]</span></a>
                                </div>
                            </div> 
                        </div>
                    </div>
                    
                    <div>
                        
                    </div>
                    
                </div>
            </footer>      
       <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
            $('.fancybox').each(function() {
            $(this).attr('href', $(this).parents('.run-artis-card').find('.run-a-card-img img').attr('src'));
                });
            $('.fancybox').fancybox();
        </script>

        <script>
            new WOW().init();
        </script>
            <style>
        body {
            margin: 0;
            height: 100vh;
        }
        .cxyz-container {
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            width: 400px;
            max-width: calc(100% - 40px);
            text-align: center;
            position: fixed;
            bottom: 15px;
            left: 50%;
            margin: 0 30px;
            transform: translateX(calc(-50% - 30px));
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
			z-index: 99999;
			display: none;
        }

        .cxyz-message {
            font-size: 14px;
            color: #555;
            margin: 0 auto 20px;
            line-height: 1.5;
            text-align: center;
            max-width: 90%;
        }

        .cxyz-button {
            background-color: transparent;
            border: none;
            padding: 12px 24px;
            font-size: 18px;
            cursor: pointer;
            border-radius: 6px;
            transition: background-color 0.3s ease;
            width: 100%;
            outline: 1px solid #1B1B2F;
            color: #1B1B2F;
        }

        .cxyz-button:hover {
            background-color: #1B1B2F;
            color: #fff;
        }
		@media(max-width: 400px){
			.cxyz-message{
				font-size: 13px;
			}
		}
    </style>

<div class="cxyz-container" id="cxyz-cookie-banner">
    <p class="cxyz-message">By continuing to browse, you agree to our use of cookies. These cookies are essential for the site to function properly and provide a personalized experience. Click "Accept" to continue.</p>
    <button class="cxyz-button" id="cxyz-accept-button">Accept</button>
    <button class="cxyz-button" id="cxyz-decline-button" style="margin-top: 10px;">Decline</button>
</div>
<script>
    const cookieName = 'LastVisit_82535';

    function checkCookieAccepted() {
        const isCookieAccepted = localStorage.getItem(cookieName);
        return isCookieAccepted !== null;
    }

    function closeCookieBanner() {
        document.getElementById('cxyz-cookie-banner').style.display = 'none';
    }

    function openCookieBanner() {
        document.getElementById('cxyz-cookie-banner').style.display = 'block';
    }

    document.addEventListener('DOMContentLoaded', function() {
        if (!checkCookieAccepted()) {
            openCookieBanner();
        }

        // Обработчик события для кнопки "Принять"
        document.getElementById('cxyz-accept-button').addEventListener('click', function() {
            localStorage.setItem(cookieName, 'true');
            closeCookieBanner();
        });
        document.getElementById('cxyz-decline-button').addEventListener('click', function() {
            localStorage.setItem(cookieName, 'true');
            closeCookieBanner();
        });
        
    });
</script>


      
      
      
        <script>

            if($('.s-m-contact-item').length < 1) {
                $('.s-p-contact-run').css({'display': 'flex', 'align-items' : 'center'})
            }
        </script>

        <script>

            if($('.footblog-cotact').length < 1) {
                $('.footblog-contact-column').css({'width': '0'})
            }
        </script>

       <script>
            if ($('.ques-ans-block').css('display') == 'none') {
                $('.main-comentator').css('display' , 'block');
            }
       </script>

        <script>
            if ($('.mainpage-wrapper').css('flex-direction') == 'column') {
                $('.run-sidebar').css({'width' : '100%', 'align-items' : 'center', 'justify-content' : 'center', 'flex-direction' : 'row', 'flex-wrap' : 'wrap'});
                $('.main-autorside').css('width', '100%');
                $('.ques-ans-block').css({'display' : 'block', 'width' : '48%'});
                $('.main-comentator').css({'display' : 'block', 'width' : '48%'});
                $('.hi-blog-block').css('width', '48%');
                $('.mostcom-artcl').css('width', '48%')
            }
        </script>

        <script>
            if ($('.arch').css('display') == 'none') {
                $('.stats ').css('display' , 'block');
            }
        </script>

        <script>

            let color = $('.accordion-button').css('background-color');

           function convertColorToRgba(colorCode, transparency) {
                if (colorCode.indexOf('#') === 0) {
                    colorCode = colorCode.substring(1);
                }
                var rValue = parseInt(colorCode.substring(0, 2), 16);
                var gValue = parseInt(colorCode.substring(2, 4), 16);
                var bValue = parseInt(colorCode.substring(4, 6), 16);
                var opacity = transparency / 100;

                return 'rgba(' + rValue + ', ' + gValue + ', ' + bValue + ', ' + opacity + ')';
            }


                $('.accordion-button').css('background-color', convertColorToRgba('#E07250', 40));
                $('.accordion-button:not(.collapsed)').css('background-color', convertColorToRgba('#E07250', 40));

        </script>

        <script>
            let pictures = $('.m-b-image');

        function optomizImages(pictures){
        let iGloHeight = pictures.prop('naturalHeight');
        let GloWidth = pictures.prop('naturalWidth');

        if(iGloHeight > GloWidth){
        if(iGloHeight > 800){
            pictures.css('width','30%');
        }
        }
        }
        optomizImages(pictures);
        </script>

      
            
    </body>
    
</html>

