/*!* general-side-advertisement.css" *!*/
/*.general-side-advertisement {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    background-color: #fff;*/
/*    gap: 1rem;*/
/*    padding-bottom: 1rem;*/
/*    padding-top: 1rem;*/

/*    .widget-advertizing {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        padding: 0.5rem 1rem 0rem;*/

/*        a {*/
/*            width: 100%;*/
/*            display: flex;*/
/*            justify-content: center;*/
/*        }*/

/*        img {*/
/*            border-radius: 12px;*/
/*        }*/
/*    }*/
/*}*/

/*!* entry-six-grids.css *!*/
/*@media (max-width: 767px) {*/
/*    .entry-six-grids {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        gap: 1rem;*/

/*        .feed {*/
/*            position: relative;*/
/*            display: grid;*/
/*            grid-template-columns: 88px calc(100% - 88px);*/
/*            height: unset;*/
/*            margin-bottom: 5px;*/

/*            .thumb {*/
/*                height: 88px;*/
/*                margin-bottom: 0px !important;*/

/*                a {*/
/*                    img {*/
/*                        height: 100%;*/
/*                        width: 100%;*/
/*                        object-fit: fill;*/
/*                        border-radius: 5px;*/
/*                    }*/
/*                }*/
/*            }*/

/*            div {*/
/*                margin-right: 15px;*/
/*                display: flex;*/
/*                flex-direction: column;*/
/*                justify-content: space-evenly;*/

/*                h3 {*/
/*                    font-size: 12px !important;*/
/*                    line-height: normal !important;*/
/*                    font-variation-settings: "wght" 600;*/
/*                    height: 50%;*/
/*                    overflow: hidden;*/
/*                    display: -webkit-box;*/
/*                    -webkit-line-clamp: 2;*/
/*                    line-clamp: 2;*/
/*                    -webkit-box-orient: vertical;*/
/*                }*/

/*                time {*/
/*                    font-size: 8px;*/

/*                    svg {*/
/*                        width: 14px;*/
/*                    }*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .entry-six-grids {*/
/*        .feed {*/
/*            height: 100%;*/
/*            width: 100%;*/

/*            .thumb {*/
/*                width: 100%;*/
/*                height: 60%;*/

/*                a {*/
/*                    height: 100%;*/
/*                    display: block;*/

/*                    img {*/
/*                        height: 100%;*/
/*                        width: 100%;*/
/*                        object-fit: cover;*/
/*                        border-radius: 5px*/
/*                    }*/
/*                }*/
/*            }*/

/*            div {*/
/*                h3 {*/
/*                    width: 100%;*/
/*                    height: 40%;*/
/*                    margin-top: 1rem;*/
/*                    overflow: hidden;*/
/*                    display: -webkit-box;*/
/*                    -webkit-line-clamp: 3;*/
/*                    line-clamp: 3;*/
/*                    -webkit-box-orient: vertical;*/

/*                    a {*/
/*                        text-align: justify;*/
/*                        transition: color 0.2s linear;*/
/*                    }*/

/*                    a:active,*/
/*                    a:hover {*/
/*                        color: #185ADB !important;*/
/*                    }*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 1280px) {*/
/*    .feed > h3 {*/
/*        font-size: 14px !important*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 1024px) {*/
/*    .entry-six-grids:not(.loop-grid) {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(3, minmax(15.5%, 1fr));*/
/*        gap: 1rem !important;*/
/*        height: auto;*/

/*        .feed {*/
/*            .thumb {*/
/*                width: 100%;*/
/*                height: 40%;*/
/*            }*/
/*        }*/
/*    }*/

/*    .entry-six-grids.loop-grid {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(3, minmax(auto, 1fr));*/
/*        gap: 2rem;*/

/*        article {*/
/*            .thumb {*/
/*                min-height: 130px;*/
/*                max-height: 130px;*/
/*            }*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 1024px) {*/
/*    .entry-six-grids:not(.loop-grid) {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(6, minmax(15.5%, 1fr));*/
/*        gap: 1rem !important;*/
/*        height: 310px;*/
/*    }*/

/*    .entry-six-grids.loop-grid {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(6, minmax(auto, 1fr));*/
/*        gap: 2rem;*/

/*        article {*/
/*            .thumb {*/
/*                min-height: 130px;*/
/*                max-height: 130px;*/
/*            }*/
/*        }*/
/*    }*/
/*}*/


/*!* posts-entry.css *!*/
/*@media (max-width: 767px) {*/
/*    .posts-entry-container:not(.data-show-title-thumb) {*/
/*        margin: 0;*/
/*        margin-top: 2rem;*/
/*        padding: 0;*/
/*        list-style: none;*/
/*        height: 100%;*/
/*        padding: 0px !important;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: space-evenly;*/

/*        .entry.posts-entry {*/
/*            display: grid;*/
/*            grid-template-columns: 88px calc(100% - 88px);*/
/*            gap: 0.5rem;*/
/*            border-bottom: none;*/
/*            margin-bottom: 15px;*/
/*            position: relative;*/
/*            min-height: 76px;*/
/*            max-height: 76px;*/

/*            .entry-details {*/
/*                display: flex;*/
/*                flex-direction: column;*/
/*                justify-content: space-evenly;*/
/*                order: 1;*/

/*                .entry-title {*/
/*                    overflow: hidden;*/
/*                    display: -webkit-box;*/
/*                    -webkit-line-clamp: 2;*/
/*                    line-clamp: 2;*/
/*                    -webkit-box-orient: vertical;*/
/*                    font-size: 14px;*/
/*                    font-weight: 600;*/
/*                    line-height: normal;*/
/*                }*/

/*                .entry-meta {*/
/*                    font-size: 13px;*/
/*                    gap: 0.5rem;*/
/*                }*/
/*            }*/

/*            .entry-thumb {*/

/*                img {*/
/*                    width: 100%;*/
/*                    height: 100%;*/
/*                    max-width: unset;*/
/*                    -o-object-fit: cover;*/
/*                    object-fit: cover;*/
/*                    border-radius: 5px;*/

/*                }*/
/*            }*/
/*        }*/

/*    }*/

/*    .posts-entry-container.data-show-title-thumb {*/
/*        margin: 0;*/
/*        padding: 0;*/
/*        list-style: none;*/
/*        height: 100%;*/
/*        padding: 0px !important;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: space-between;*/
/*        min-height: 350px;*/

/*        .entry.posts-entry {*/
/*            width: 100%;*/
/*            height: 100%;*/
/*            display: flex;*/
/*            gap: 1rem;*/
/*            position: relative;*/

/*            .entry-details {*/
/*                width: 58%;*/
/*                display: flex;*/
/*                flex-direction: column;*/
/*                justify-content: space-evenly;*/

/*                .entry-title {*/
/*                    overflow: hidden;*/
/*                    display: -webkit-box;*/
/*                    -webkit-line-clamp: 3;*/
/*                    line-clamp: 3;*/
/*                    -webkit-box-orient: vertical;*/
/*                    font-size: 12px;*/
/*                    font-weight: 600;*/
/*                    line-height: normal;*/
/*                }*/

/*                .item {*/
/*                    display: flex;*/
/*                    justify-content: start;*/
/*                    align-items: center;*/
/*                    gap: .3rem;*/
/*                    font-size: 10px;*/
/*                }*/
/*            }*/

/*            .entry-thumb {*/
/*                width: 88px;*/
/*                height: 88px;*/


/*                img {*/
/*                    width: 100%;*/
/*                    height: 100%;*/
/*                    object-fit: cover;*/
/*                    border-radius: 5px;*/

/*                }*/
/*            }*/
/*        }*/

/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .posts-entry-container:not(.data-show-title-thumb) {*/
/*        margin: 0;*/
/*        padding: 0;*/
/*        list-style: none;*/
/*        height: 100%;*/
/*        padding: 0px !important;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: space-evenly;*/

/*        .entry.posts-entry {*/
/*            height: 30%;*/
/*            width: 100%;*/
/*            display: flex;*/
/*            position: relative;*/
/*            list-style: none;*/
/*            justify-content: space-between;*/

/*            .entry-details {*/
/*                width: 58%;*/
/*                display: flex;*/
/*                flex-direction: column;*/
/*                justify-content: space-evenly;*/

/*                .entry-title {*/
/*                    overflow: hidden;*/
/*                    display: -webkit-box;*/
/*                    -webkit-line-clamp: 2;*/
/*                    line-clamp: 2;*/
/*                    -webkit-box-orient: vertical;*/
/*                    font-size: 16px;*/
/*                    font-weight: 600;*/
/*                    z-index: 1;*/
/*                    line-height: normal;*/

/*                    a {*/
/*                        transition: color 0.2s linear;*/
/*                    }*/
/*                }*/

/*                .entry-title:hover {*/
/*                    a {*/
/*                        color: #185adb;*/
/*                    }*/
/*                }*/

/*                .entry-meta {*/
/*                    font-size: 12px;*/
/*                }*/
/*            }*/

/*            .entry-thumb {*/
/*                width: 40%;*/
/*                order: 1;*/

/*                img {*/
/*                    width: 100%;*/
/*                    height: 100%;*/
/*                    object-fit: cover;*/
/*                    border-radius: 5px;*/

/*                }*/
/*            }*/
/*        }*/

/*    }*/

/*    .posts-entry-container.data-show-title-thumb {*/
/*        margin: 0;*/
/*        padding: 0;*/
/*        list-style: none;*/
/*        height: 100%;*/
/*        padding: 0px !important;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: space-between;*/
/*        min-height: 350px;*/
/*        gap: 1rem;*/

/*        .entry.posts-entry {*/
/*            height: 30%;*/
/*            width: 100%;*/
/*            display: flex;*/
/*            position: relative;*/
/*            list-style: none;*/
/*            justify-content: space-between;*/

/*            .entry-details {*/
/*                width: 58%;*/
/*                display: flex;*/
/*                flex-direction: column;*/
/*                justify-content: space-evenly;*/

/*                .entry-title {*/
/*                    overflow: hidden;*/
/*                    display: -webkit-box;*/
/*                    -webkit-line-clamp: 3;*/
/*                    line-clamp: 3;*/
/*                    -webkit-box-orient: vertical;*/
/*                    font-size: 16px;*/
/*                    font-weight: 600;*/
/*                    line-height: normal;*/
/*                }*/

/*                .item {*/
/*                    display: none;*/
/*                }*/
/*            }*/

/*            .entry-thumb {*/
/*                width: 40%;*/

/*                img {*/
/*                    width: 100%;*/
/*                    height: 100%;*/
/*                    object-fit: cover;*/
/*                    border-radius: 5px;*/

/*                }*/
/*            }*/
/*        }*/

/*    }*/
/*}*/


/*!* modal-socials.css *!*/
/*.socials {*/
/*    a {*/
/*        min-width: 38px;*/
/*        height: 38px;*/
/*        border-radius: 50%;*/
/*        -webkit-box-pack: center;*/
/*        -ms-flex-pack: center;*/
/*        justify-content: center;*/
/*        border: 1px solid #e4e7f2;*/
/*        -webkit-transition: all 0.2s linear;*/
/*        transition: all 0.2s linear;*/
/*        color: #85859b;*/
/*    }*/

/*    a:hover {*/
/*        color: #fff;*/
/*        border-color: rgba(0, 0, 0, 0);*/
/*        background-color: var(--primary-color);*/
/*    }*/
/*}*/

/*@media (max-width: 420px) {*/
/*    .socials {*/
/*        gap: .5rem;*/
/*    }*/
/*}*/

/*@media (min-width: 421px) {*/
/*    .socials {*/
/*        gap: .75rem;*/
/*    }*/
/*}*/


/*!* contentstyle.css *!*/
/*@media (max-width: 768px) {*/
/*    .contentstyle {*/
/*        a {*/
/*            -webkit-transition: color 0.3s linear !important;*/
/*            transition: color 0.3s linear !important;*/
/*        }*/

/*        h2 {*/
/*            font-size: 24px;*/
/*        }*/

/*        h3 {*/
/*            font-size: 22px;*/
/*        }*/

/*        h4 {*/
/*            font-size: 20px;*/
/*        }*/

/*        h5 {*/
/*            font-size: 18px;*/
/*        }*/

/*        h6 {*/
/*            font-size: 16px;*/
/*        }*/

/*        li {*/
/*            stong {*/
/*                font-weight: 800;*/
/*                font-variation-settings: "wght" 800, "KSHD" 100;*/
/*            }*/
/*        }*/

/*        table, td, th {*/
/*            font-size: 12px !important;*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .contentstyle {*/
/*        font-size: 18px;*/
/*        line-height: 35px;*/

/*        h2 {*/
/*            font-size: 26px;*/
/*        }*/

/*        h3 {*/
/*            font-size: 24px;*/
/*        }*/

/*        h4 {*/
/*            font-size: 22px;*/
/*        }*/

/*        h5 {*/
/*            font-size: 20px;*/
/*        }*/

/*        h6 {*/
/*            font-size: 18px;*/
/*        }*/

/*        h1,*/
/*        h2,*/
/*        h3,*/
/*        h4,*/
/*        h5,*/
/*        h6 {*/
/*            margin-bottom: 1rem !important;*/
/*        }*/

/*        li {*/
/*            stong {*/
/*                font-weight: 800 !important;*/
/*                font-variation-settings: "wght" 800, "KSHD" 100;*/
/*            }*/
/*        }*/
/*    }*/

/*}*/

/*@media (max-width: 1279px) {*/
/*    .contentstyle {*/
/*        blockquote {*/
/*            p {*/
/*                margin-top: 3.5rem;*/
/*                width: 100%;*/
/*            }*/
/*        }*/

/*        blockquote::after {*/
/*            top: 20px;*/
/*            left: 20px;*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 1280px) {*/
/*    .contentstyle {*/
/*        blockquote {*/
/*            p {*/
/*                margin-top: 1rem;*/
/*                width: 85%;*/
/*            }*/
/*        }*/

/*        blockquote::after {*/
/*            top: 40px;*/
/*            left: 45px;*/
/*        }*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .contentstyle {*/
/*        blockquote {*/
/*            padding: 1rem;*/
/*        }*/

/*        .wp-block-table {*/
/*            overflow: scroll;*/
/*        }*/
/*    }*/
/*}*/


/*.contentstyle {*/
/*    text-align: justify;*/
/*    line-height: initial;*/

/*    figure {*/
/*        width: fit-content !important;*/
/*    }*/

/*    ul {*/
/*        padding: 0;*/
/*        line-height: 30px;*/
/*        margin: 1rem auto;*/
/*        list-style: inside;*/

/*        li {*/
/*            position: relative;*/
/*            padding-right: 1.5rem;*/
/*            margin-top: 1rem;*/
/*            text-align: justify;*/
/*            line-height: normal;*/
/*        }*/
/*    }*/

/*    figcaption {*/
/*        text-align: center;*/
/*        font-size: 12px;*/
/*        margin-top: 1rem;*/
/*    }*/

/*    p {*/
/*        font-size: 16px;*/
/*        line-height: 2.3;*/
/*        text-align: justify;*/
/*        color: #0F1723;*/
/*        font-weight: 500;*/
/*        font-variation-settings: "wght" 500, "KSHD" 100;*/

/*        a {*/
/*            text-decoration: none !important;*/
/*            color: #185adb;*/
/*        }*/
/*    }*/

/*    h1,*/
/*    h2,*/
/*    h3,*/
/*    h4,*/
/*    h5,*/
/*    h6 {*/
/*        color: var(--primary-color) !important;*/
/*        margin-top: 1rem;*/
/*        line-height: normal;*/
/*    }*/

/*    p:not(:last-child) {*/
/*        margin-bottom: 1.5rem;*/
/*    }*/

/*    blockquote {*/
/*        background-color: #f2f6ff;*/
/*        margin: 0 0 1.5rem;*/
/*        font-size: 16px;*/
/*        line-height: 35px;*/
/*        position: relative;*/
/*        text-align: justify;*/
/*        padding: 2rem;*/
/*        border-radius: 8px;*/
/*        border: 1px solid #f2f6ff;*/


/*        a {*/
/*            color: #185adb;*/
/*            text-decoration: none !important;*/
/*            -webkit-transition: color 0.3s linear;*/
/*            transition: color 0.3s linear;*/
/*        }*/

/*        a:hover {*/
/*            color: var(--primary-color) !important;*/
/*        }*/
/*    }*/

/*    video {*/
/*        width: 100%;*/
/*    }*/

/*    img.alignleft {*/
/*        float: left;*/
/*        margin: 0 1rem 1rem 0;*/
/*    }*/

/*    img.alignright {*/
/*        float: right;*/
/*        margin: 0 0 1rem 1rem;*/
/*    }*/

/*    img.aligncenter {*/
/*        display: block;*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*    }*/

/*    .has-background {*/
/*        padding: 1rem;*/
/*    }*/

/*    cite {*/
/*        gap: 0.5rem;*/
/*        -webkit-box-pack: end;*/
/*        -ms-flex-pack: end;*/
/*        justify-content: end;*/
/*        font-size: 15px;*/
/*        font-style: normal;*/
/*        margin-top: -1rem;*/
/*    }*/

/*    cite:before {*/
/*        content: "";*/
/*        width: 20px;*/
/*        height: 2px;*/
/*        border-radius: 5px;*/
/*        background-color: #e4e7f2;*/
/*    }*/

/*    blockquote::after {*/
/*        content: "";*/
/*        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49' viewBox='0 0 49 49' fill='none'%3E%3Cpath d='M20.7584 0.2531C26.4531 -0.516473 32.4725 0.441218 37.3897 3.50669C44.1054 7.52985 48.6039 14.9947 48.95 22.8315C49.3259 27.543 47.5658 32.3529 44.2293 35.6963C41.3884 38.5565 38.5346 41.4082 35.6766 44.2514C32.9296 46.9833 29.2043 48.6978 25.3381 48.9586C18.1268 49.3989 10.8172 46.3035 6.06664 40.8609C-1.14467 32.8916 -1.982 20.0611 3.84942 11.087C7.56615 5.24678 13.9017 1.18086 20.7584 0.2531ZM6.81426 12.7929C3.53328 17.7053 2.71731 23.9987 4.00321 29.7021C5.46427 36.0383 10.1251 41.5151 16.1274 43.9863C19.81 45.4912 23.9881 46.1283 27.8672 45.0252C27.8971 42.8918 27.7817 40.7498 27.9355 38.6206C28.2602 34.2127 31.3447 30.1938 35.4715 28.6504C38.5047 27.4533 41.8284 27.9535 45.0026 27.8552C46.7114 21.3437 44.1951 14.1824 39.5215 9.50081C35.4245 5.31519 29.4948 3.13473 23.672 3.43828C16.9605 3.53234 10.4541 7.15789 6.81426 12.7929ZM31.4344 38.1717C31.1738 39.9246 31.2934 41.6989 31.2977 43.4647C32.9638 42.2291 34.3907 40.7284 35.8432 39.2577C38.3723 36.6026 41.2047 34.2127 43.4475 31.2926C41.6746 31.2798 39.8931 31.1643 38.133 31.4422C34.8008 32.0151 31.9983 34.8326 31.4344 38.1717Z' fill='%23185ADB'/%3E%3Cpath d='M14.8031 17.3419C15.4225 17.017 16.1573 17.141 16.8281 17.0897C22.3903 17.1367 27.9526 17.064 33.5149 17.1239C34.8649 16.9229 35.7748 18.569 35.0998 19.6806C34.6684 20.6425 33.485 20.51 32.622 20.5399C26.9444 20.4886 21.2625 20.5784 15.5892 20.4972C13.9188 20.5613 13.3249 18.0773 14.8031 17.3419Z' fill='%23185ADB'/%3E%3Cpath d='M14.4101 27.6414C15.7045 27.1241 17.1741 27.4404 18.5369 27.3635C20.6772 27.4276 22.8261 27.248 24.9621 27.4404C26.6197 27.7012 26.5813 30.5187 24.9151 30.7197C21.6641 30.8479 18.3916 30.8095 15.1363 30.741C13.6197 30.6983 13.1968 28.411 14.4101 27.6414Z' fill='%23185ADB'/%3E%3C/svg%3E");*/
/*        width: 50px;*/
/*        height: 50px;*/
/*        display: block;*/
/*        background-repeat: no-repeat;*/
/*        position: absolute;*/
/*    }*/

/*    img {*/
/*        display: block;*/
/*        margin: auto;*/
/*        border-radius: 12px;*/
/*        min-width: auto;*/
/*        max-width: 100%;*/
/*        height: 100%;*/
/*        object-fit: cover;*/
/*    }*/

/*    table, td, th {*/
/*        margin: auto;*/
/*        border: solid 1px #3a3a3a;*/
/*        padding: 10px 10px;*/
/*    }*/

/*    thead {*/
/*        background-color: #f1f1f1;*/
/*    }*/

/*    .elementor-widget-container {*/
/*        overflow: auto;*/
/*        -ms-overflow-style: none;*/
/*        scrollbar-width: none;*/
/*    }*/

/*    .elementor-widget-container::-webkit-scrollbar {*/
/*        display: none;*/
/*    }*/

/*    strong, b {*/
/*        font-weight: 700;*/
/*        font-variation-settings: "wght" 700, "KSHD" 100;*/
/*    }*/

/*}*/


/*!* typetabs.css *!*/
/*@media (max-width: 767px) {*/
/*    .type-tabs {*/
/*        display: flex;*/
/*        border-radius: 500px;*/
/*        justify-content: space-between;*/
/*        width: 85%;*/
/*        margin: auto;*/
/*        margin-top: 20px;*/
/*        background: #F5F7FB !important;*/
/*        padding: 0px !important;*/

/*        .btn {*/
/*            border: none;*/
/*            border-color: transparent;*/
/*            padding: 10px !important;*/
/*            font-size: 14px;*/
/*            font-weight: 500;*/
/*        }*/

/*        .btn:active,*/
/*        .btn.active {*/
/*            border-radius: 500px;*/
/*            border: 1px solid #E0E0E0;*/
/*            background: #FFF;*/
/*            font-size: 14px;*/
/*            font-weight: 500;*/
/*            padding: 0px;*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/

/*    .type-tabs {*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        gap: 1.3rem;*/
/*        background-color: #F9FBFF !important;*/
/*        padding: 1rem !important;*/
/*        border-radius: 50rem;;*/

/*        .btn {*/
/*            border: none;*/
/*            border-color: transparent;*/
/*            position: relative;*/
/*            font-size: 13px;*/
/*            font-weight: 500;*/
/*            padding: 0px;*/
/*        }*/

/*        .btn:active,*/
/*        .btn.active {*/
/*            font-size: 12px;*/
/*            font-weight: 500;*/
/*        }*/

/*        .btn:before {*/
/*            content: "";*/
/*            width: 0;*/
/*            height: 2px;*/
/*            background-color: #185adb;*/
/*            position: absolute;*/
/*            bottom: -1rem;*/
/*            left: 50%;*/
/*            -webkit-transform: translateX(-50%);*/
/*            transform: translateX(-50%);*/
/*            -webkit-transition: width 0.2s linear;*/
/*            transition: width 0.2s linear;*/
/*        }*/

/*        .btn.active:before {*/
/*            width: 80%;*/
/*        }*/
/*    }*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .suggestion-financial-institution-card-container {*/
/*        flex-direction: column;*/
/*        gap: 1rem;*/
/*    }*/

/*    .suggestion-financial-institution-card {*/
/*        width: 100% !important;*/
/*    }*/
/*}*/

/*@media (max-width: 540px) {*/
/*    .suggestion-financial-institution-enName {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

/*@media (min-width: 541px) {*/
/*    .suggestion-financial-institution-enName {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/


/*!*  Root CSS *!*/
/*@media (max-width: 991px) {*/
/*    .header-news {*/
/*        .header-thumb-container {*/
/*            .header-thumb {*/
/*                border-radius: 0 !important;*/

/*                img {*/
/*                    width: 100%;*/
/*                    height: 100%;*/
/*                    object-fit: contain;*/
/*                    border-radius: 0px !important;*/
/*                }*/
/*            }*/
/*        }*/

/*        .title-single-post {*/
/*            width: 100%;*/
/*            color: #0F1723;*/
/*            font-size: 24px !important;*/
/*            font-style: normal;*/
/*            font-variation-settings: "wght" 800;*/
/*            line-height: 152% !important;*/
/*        }*/

/*        .header-details {*/
/*            display: grid !important;*/
/*            grid-template-columns: 65% 30%;*/
/*            width: 100%;*/
/*            justify-content: start;*/
/*        }*/

/*        .adv-section {*/
/*            display: none;*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .header-news {*/
/*        .header-thumb-container {*/
/*            .header-thumb {*/
/*                border-radius: 8px;*/
/*                overflow: hidden;*/
/*                position: relative;*/
/*                height: 100%;*/

/*                img {*/
/*                    width: 100%;*/
/*                    height: 100%;*/
/*                    max-width: 100%;*/
/*                    -o-object-fit: cover;*/
/*                    object-fit: cover;*/
/*                }*/
/*            }*/
/*        }*/

/*        .adv-section {*/
/*            .wrapper {*/
/*                border: 1px solid #E0E0E0;*/
/*                background-color: #fff;*/
/*                border-radius: 5px;*/
/*                position: relative;*/
/*            }*/

/*            .wrapper:hover {*/
/*                background-color: #FFF7F6;*/
/*                border: 1px solid transparent;*/
/*            }*/

/*            .wrapper-education {*/
/*                height: 70%;*/
/*                justify-content: space-evenly;*/
/*                transition: all 0.2s linear;*/
/*                margin-bottom: .64rem;*/

/*                .icon {*/
/*                    min-width: 70px;*/
/*                    width: 70px;*/
/*                    height: 70px;*/
/*                    display: -webkit-inline-box;*/
/*                    display: -ms-inline-flexbox;*/
/*                    display: inline-flex;*/
/*                    -webkit-box-align: start;*/
/*                    -ms-flex-align: start;*/
/*                    align-items: start;*/
/*                    -webkit-box-pack: center;*/
/*                    -ms-flex-pack: center;*/
/*                    justify-content: center;*/
/*                    border-radius: 50%;*/
/*                }*/
/*            }*/

/*            .wrapper-current-price {*/
/*                height: 28%;*/
/*                transition: all 0.2s linear;*/
/*            }*/
/*        }*/

/*        .title-single-post {*/
/*            width: 60%;*/
/*        }*/
/*    }*/
/*}*/

/*.grids-3-container {*/
/*    margin-top: 3rem;*/
/*}*/

/*.fetch-ajax[data-show="all"] {*/
/*    .show-ajax {*/
/*        min-height: 350px;*/

/*        .posts.posts-entry-container {*/
/*            min-height: 300px;*/
/*            justify-content: space-between !important;*/
/*        }*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .posts.grids-3 {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        gap: 1rem;*/

/*        .entry {*/
/*            display: grid;*/
/*            grid-template-columns: 106px calc(100% - 106px);*/
/*            margin-top: 5px;*/
/*            min-width: 100%;*/
/*            gap: 1rem;*/
/*            position: relative;*/

/*            .entry-thumb {*/
/*                height: 100px;*/
/*                width: 106px;*/
/*                margin-bottom: 0;*/

/*                img {*/
/*                    width: 100%;*/
/*                    height: 100%;*/
/*                    max-width: unset;*/
/*                    -o-object-fit: cover;*/
/*                    object-fit: cover;*/
/*                    border-radius: 5px;*/
/*                }*/
/*            }*/

/*            .entry-details {*/
/*                display: flex;*/
/*                flex-direction: column-reverse;*/
/*                justify-content: space-between;*/

/*                .entry-title {*/
/*                    overflow: hidden;*/
/*                    display: -webkit-box;*/
/*                    -webkit-line-clamp: 2;*/
/*                    line-clamp: 2;*/
/*                    -webkit-box-orient: vertical;*/
/*                    line-height: 30px;*/
/*                    font-size: 14px !important;*/
/*                    font-weight: 600;*/
/*                    font-variation-settings: "wght" 600;*/
/*                }*/

/*                .entry-meta {*/
/*                    .item {*/
/*                        font-size: 10px;*/
/*                        font-variation-settings: "wght" 500;*/
/*                    }*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .posts.grids-3 {*/
/*        margin-bottom: 3rem;*/
/*        display: grid;*/
/*        grid-template-columns: 32% 32% 32%;*/
/*        gap: 1.5rem;*/
/*        justify-content: space-between;*/

/*        .entry {*/
/*            position: relative;*/

/*            .entry-thumb {*/
/*                height: 226px;*/
/*                overflow: hidden;*/
/*                border-radius: 5px;*/

/*                img {*/
/*                    width: 100%;*/
/*                    height: 100%;*/
/*                    max-width: unset;*/
/*                    -o-object-fit: cover;*/
/*                    object-fit: cover;*/
/*                }*/
/*            }*/

/*            .entry-details {*/
/*                display: flex;*/
/*                flex-direction: column-reverse;*/
/*                justify-content: space-between;*/
/*                border-inline-end: 1px solid #D4D4D4;*/
/*                position: relative;*/
/*                z-index: 11;*/
/*                margin-top: 1.5rem;*/
/*                min-height: 100px;*/
/*                max-height: 100px;*/

/*                .entry-title {*/
/*                    overflow: hidden;*/
/*                    display: -webkit-box;*/
/*                    -webkit-line-clamp: 2;*/
/*                    line-clamp: 2;*/
/*                    -webkit-box-orient: vertical;*/
/*                    line-height: 30px;*/

/*                    a {*/
/*                        color: #000;*/
/*                        transition: color 0.2s linear;*/
/*                    }*/
/*                }*/

/*                .entry-title:hover a {*/
/*                    color: #185adb;*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 1024px) {*/
/*    .posts.grids-3 {*/
/*        .entry {*/
/*            .entry-thumb {*/
/*                height: 180px;*/
/*            }*/

/*            .entry-details {*/

/*                .entry-title {*/
/*                    font-size: 15px !important;*/

/*                }*/

/*            }*/
/*        }*/
/*    }*/
/*}*/


/*.single-post__header {*/
/*    padding: 56px 0*/
/*}*/

/*body {*/
/*    background: #fff;*/
/*}*/

/*.single-post__header-thumb {*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*}*/

/*.single-post__header-top {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

/*.single-post__header-breadcrumb {*/
/*    color: #64748B;*/
/*    font-size: 16px*/
/*}*/

/*.single-post__header-breadcrumb nav:before {*/
/*    display: none;*/
/*}*/

/*.single-post__header-breadcrumb .breadcrumbs {*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    font-variation-settings: "wght" 500;*/
/*    padding: 0;*/
/*    gap: 4px*/
/*}*/

/*.single-post__header-breadcrumb .breadcrumbs a {*/
/*    gap: 6px*/
/*}*/

/*.single-post__header-breadcrumb .breadcrumbs a:after {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background-size: 100% 100%;*/
/*}*/

/*.single-post__header-top {*/
/*    margin-bottom: 16px*/
/*}*/

/*.single-post-sidebar {*/

/*}*/

/*.single-post__header-title {*/
/*    color: #334155;*/
/*    font-size: 32px;*/
/*    line-height: 48px;*/
/*    font-weight: 700;*/
/*    font-variation-settings: "wght" 700;*/
/*    margin-bottom: 12px*/
/*}*/


/*.single-post__date-time * {*/
/*    color: #334155;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    font-variation-settings: "wght" 500;*/
/*}*/

/*.single-post__date-time time {*/
/*    position: relative;*/
/*    padding: 0 12px;*/
/*    margin: 0 12px*/
/*}*/

/*.single-post__date-time time:after,*/
/*.single-post__date-time time:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 16px;*/
/*    background: #EBF0F5;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.single-post__date-time time:after {*/
/*    right: 0*/
/*}*/

/*.single-post__date-time time:before {*/
/*    left: 0*/
/*}*/

/*.single-post__header-divider {*/
/*    margin: 24px 0;*/
/*    background-color: #EBF0F5;*/
/*    opacity: 1;*/
/*}*/

/*.single-post__content {*/
/*    padding: 24px 0 12px 0*/
/*}*/

/*.single-post__resource {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 14px;*/
/*    gap: 16px;*/
/*    border-bottom: 1px solid #EBF0F5;*/
/*    margin-bottom: 12px;*/
/*    padding-bottom: 12px*/
/*}*/

/*.single-post__resource strong {*/
/*    color: #94A3B8;*/
/*    font-weight: 500;*/
/*    font-variation-settings: "wght" 500;*/
/*}*/

/*.single-post__resource a {*/
/*    color: #475569;*/
/*    text-decoration: underline;*/
/*    text-underline-position: from-font;*/
/*}*/

/*.single-post__tag {*/
/*    color: #185ADB !important;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    font-variation-settings: "wght" 500;*/
/*    background: #EFF7FF;*/
/*    padding: 0 8px;*/
/*    border-radius: 9999px;*/
/*}*/

/*.single-post__bottom-info {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 96px*/
/*}*/

/*.single-post__bottom-socials {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 8px*/
/*}*/


/*.single-post__bottom-socials > a {*/
/*    background: #F8FAFC;*/
/*    border-radius: 4px;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transition: all 0.3s;*/
/*}*/

/*.single-post__bottom-socials > a:hover {*/
/*    background: #2071F0;*/

/*}*/

/*.single-post__bottom-socials > a svg {*/
/*    color: #2071F0;*/
/*    transition: all 0.3s;*/
/*}*/

/*.single-post__bottom-socials > a:hover svg {*/
/*    color: #fff*/
/*}*/


/*.single-post__sidebar-sticky {*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/

/*.suggestion-financial-institution-card {*/
/*    background: #fff;*/
/*    border-radius: 12px;*/
/*    border: 1px solid #EBF0F5*/
/*}*/

/*!* sidebar list *!*/
/*!*.single-post__sidebar-list *!*/
/*.single-post__sidebar-sticky .widget-title {*/
/*    display: none;*/
/*}*/

/*.single-post__sidebar-list #ez-toc-container {*/
/*    border: none;*/
/*    padding: 0;*/
/*    box-shadow: none;*/
/*    max-width: 285px*/
/*}*/

/*.general-side-advertisement a {*/
/*    justify-content: start !important;*/
/*}*/

/*.single-post__sidebar-list .ez-toc-title-container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 16px;*/
/*}*/

/*.single-post__sidebar-list .ez-toc-title-container .ez-toc-toggle {*/
/*    margin: 0;*/
/*    float: unset;*/
/*    padding: 0*/
/*}*/

/*.single-post__sidebar-list .ez-toc-title-container .ez-toc-toggle .ez-toc-js-icon-con {*/
/*    left: unset !important;*/
/*    border: none !important*/
/*}*/

/*.single-post__sidebar-list .ez-toc-title {*/
/*    color: #1E293B;*/
/*    font-size: 16px !important;*/
/*    font-weight: 500 !important;*/
/*    font-variation-settings: "wght" 500;*/
/*}*/

/*.single-post__sidebar-list div#ez-toc-container ul li {*/
/*    margin-bottom: 0.5rem*/
/*}*/

/*.single-post__sidebar-list #ez-toc-container a {*/
/*    color: #475569 !important;*/
/*    font-size: 14px;*/
/*    font-weight: 500 !important;*/
/*    font-variation-settings: "wght" 500;*/
/*}*/

/*.single-post__sidebar-list {*/
/*    border-right: 1px solid #EBF0F5;*/
/*    padding-right: 20px;*/
/*}*/

/*.single-post__sidebar-list #ez-toc-container a:focus {*/
/*    color: #1E293B !important*/
/*}*/

/*.suggestion-financial-institution-card-container {*/
/*    display: grid;*/
/*    gap: 16px;*/
/*    grid-template-columns:50% 50%;*/
/*}*/

/*.suggestion-financial-institution-link {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 6px*/
/*}*/

/*.suggestion-financial-institution-link a {*/
/*    font-size: 14px;*/
/*    padding: 10px 16px;*/
/*    border-radius: 6px;*/
/*    text-align: center;*/
/*    font-weight: 500;*/
/*    font-variation-settings: "wght" 500;*/
/*}*/

/*.suggestion-financial-institution-link .ads-review-button {*/
/*    border: 1px solid #E2E8F0;*/
/*    color: #334155;*/
/*}*/


/*.suggestion-financial-institution-link .ads-review-register {*/
/*    background: #185ADB;*/
/*    color: #fff*/
/*}*/

/*.suggestion-financial-institution-link .ads-review-register svg {*/
/*    background: #185ADB;*/
/*    color: #fff*/
/*}*/

/*.suggestion-financial-institution-img-container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    padding: 8px;*/
/*    margin: 0;*/
/*    justify-content: space-between;*/
/*}*/

/*.suggestion-financial-institution-img-link {*/
/*    width: 160px;*/
/*    height: 86px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 10px;*/
/*    border: 1px solid #EBF0F5;*/

/*    position: relative;*/
/*}*/

/*.suggestion-financial-institution-img-link picture {*/
/*    width: 120px;*/
/*    height: 60px;*/
/*}*/

/*.suggestion-financial-institution-name {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 8px*/
/*}*/

/*.suggestion-financial-institution-faName {*/
/*    color: #0F172A;*/
/*    font-size: 24px;*/
/*    font-weight: 500;*/
/*    font-variation-settings: "wght" 500;*/
/*}*/

/*.suggestion-financial-institution-enName {*/
/*    color: #94A3B8;*/
/*    font-size: 14px*/
/*}*/

/*.suggestion-financial-institution-title {*/
/*    color: #1E293B;*/
/*    font-size: 20px;*/
/*    margin-bottom: 24px;*/

/*}*/

/*.ads-in-news-divider {*/
/*    margin: 24px 0;*/
/*    opacity: 1;*/
/*    background-color: #EBF0F5;*/
/*}*/

/*.blog-news__ads {*/
/*    padding: 24px 0 48px 0;*/
/*    background: #F8FAFC;*/
/*}*/

/*.single-post__comment {*/
/*    padding: 80px 0;*/
/*    background: #F8FAFC;*/
/*}*/

/*.last-blog #sidebar {*/
/*    position: sticky;*/
/*    top: 0*/
/*}*/

/*.single-post__header-share-container.mobile {*/
/*    display: none;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .single-post__header-top {*/
/*        align-items: start;*/
/*    }*/

/*    .single-post__header {*/
/*        padding: 20px 0*/
/*    }*/

/*    .single-post__header-top {*/
/*        margin-bottom: 28px*/
/*    }*/

/*    .single-post__header-share-container {*/
/*        display: none;*/
/*    }*/

/*    .single-post__header-share-container.mobile {*/
/*        margin-right: auto;*/
/*        display: block;*/
/*    }*/

/*    .single-post__header-share-container.mobile svg {*/
/*        width: 20px;*/
/*        height: 20px*/
/*    }*/

/*    .single-post__header-breadcrumb {*/
/*        max-width: 100%*/
/*    }*/

/*    .single-post__header-title {*/
/*        margin-bottom: 16px;*/
/*    }*/

/*    .single-post__header-breadcrumb .breadcrumbs * {*/
/*        flex-shrink: 0;*/
/*    }*/

/*    .single-post__header-breadcrumb .breadcrumbs {*/
/*        flex-wrap: nowrap;*/
/*        white-space: nowrap;*/
/*        text-overflow: ellipsis;*/
/*        max-width: 100%;*/
/*        padding: 0*/
/*    }*/

/*    .single-post__date-time time {*/
/*        padding: 0 8px;*/
/*        margin: 0 8px*/
/*    }*/

/*    .single-post__date-time * {*/
/*        font-size: 12px;*/

/*    }*/

/*    .single-post__header-title {*/
/*        font-size: 20px;*/
/*        line-height: 32px;*/
/*    }*/

/*    .single-post__header-divider {*/
/*        margin: 16px 0*/
/*    }*/

/*    .single-post__content {*/
/*        padding: 0*/
/*    }*/

/*    .single-post__resource {*/
/*        margin-bottom: 16px;*/
/*        padding-bottom: 16px;*/
/*    }*/

/*    .single-post__bottom-info {*/
/*        margin-bottom: 24px;*/
/*        flex-direction: column;*/
/*        gap: 16px;*/
/*        align-items: center;*/
/*    }*/

/*    .single-post__bottom-info > div:first-child {*/
/*        order: 2*/
/*    }*/

/*    .single-post__bottom-info + .single-post__header-divider {*/
/*        display: none;*/
/*    }*/

/*    div#ez-toc-container {*/
/*        display: none;*/
/*    }*/

/*    .general-side-advertisement {*/
/*        display: block !important;*/
/*    }*/

/*    .general-side-advertisement a {*/
/*        justify-content: center !important;*/
/*    }*/

/*    .suggestion-financial-institution-img-container {*/
/*        justify-content: start;*/
/*        gap: 16px 12px*/
/*    }*/

/*    .suggestion-financial-institution-card-container {*/
/*        grid-template-columns: 100%*/
/*    }*/

/*    .suggestion-financial-institution-link {*/
/*        display: grid;*/
/*        width: 100%;*/
/*        grid-template-columns: calc(50% - 3px) calc(50% - 3px);*/
/*        gap: 6px*/
/*    }*/

/*    .suggestion-financial-institution-img-link {*/
/*        width: 52px;*/
/*        height: 52px*/
/*    }*/

/*    .suggestion-financial-institution-img-link picture {*/
/*        width: 32px;*/
/*        height: 32px*/
/*    }*/

/*    .suggestion-financial-institution-faName {*/
/*        font-size: 16px*/
/*    }*/

/*    .suggestion-financial-institution-enName {*/
/*        font-size: 14px*/
/*    }*/

/*}*/

/*@media (min-width: 768px ) and (max-width: 1200px) {*/
/*    .suggestion-financial-institution-card-container {*/
/*        grid-template-columns: 100%*/
/*    }*/
/*}*/