<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #4c5267
}

b, strong{
    font-weight: 700
}
a {
    color: #6a7c92
}
a:hover {
    color: #4154f1;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}
code {
    color: #4154f1;
}

/**=== Pagination ===**/
.blog_section .navigation.pagination {
    display: block;
    width: 100%;
    margin-top: 80px;
}
.blog_section .nav-links {
    margin: 0 auto;
}
.pagination .nav-links .page-numbers.current {
    background: #4154f1;
    color: #fff;
    border-color: #4154f1;
}
.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 50%;
    background-color: #fbfbfd;
    margin: 0 3px;
}
.pagination .nav-links .page-numbers:hover {
    color: #ffffff;
    border-color: #4154f1;
    background-color: #4154f1;
}

/**=== No Result Search Form ===**/
.blog_section .no-results.not-found {
    margin-top: 60px;
}
.blog_section .no-results.not-found .form_item {
    position: relative;
}
.blog_section .no-results.not-found .form_item input {
    font: 300 14px "Sofia Pro";
    color: #677294;
    border-radius: 6px;
    background-color: #f3f4f9;
    border: 1px solid #f3f4f9;
    padding: 0 30px;
    height: 60px;
}
.blog_section .no-results .widget.form_item button {
    top: 50%;
    right: 20px;
    line-height: 1;
    position: absolute;
    color: #303030;
    transform: translateY(-50%);
}

/**=== Sidebar Widgets ===**/
.sidebar_section .widget.sidebar_blog .item_content a span {
    color: #6a7c92;
}
.sidebar_widget.widget_categories ul li a span,
.sidebar_widget.widget_archive ul li a span {
    margin-left: 10px;
}
.widget_product_tag_cloud .tagcloud,
.widget.sidebar_tag .post-tags,
.sidebar_widget.widget_tag_cloud .tagcloud a,
.footer-widget.widget_tag_cloud .tagcloud a {
    margin: -5px -4px;
}
.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget.sidebar_tag .post-tags a,
.sidebar_widget.widget_tag_cloud .tagcloud a,
.footer-widget.widget_tag_cloud .tagcloud a {
    margin: 4px 3px;
    font-size: 14px !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
    border-radius: 45px;
    color: #6a7c92;
}
.sidebar_section .sidebar_tag .widget_title,
.sidebar_section .sidebar_blog .widget_title {
    margin-bottom: 38px;
}
.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.widget.sidebar_tag .post-tags a,
.sidebar_widget.widget_tag_cloud .tagcloud a {
    background-color: #f0f2f9;
}
.footer-widget.widget_tag_cloud .tagcloud a {
    background-color: #ffffff;
}
.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.widget.sidebar_tag .post-tags a:hover,
.sidebar_widget.widget_tag_cloud .tagcloud a:hover,
.footer-widget.widget_tag_cloud .tagcloud a:hover {
    color: #ffffff;
    background-color: #4154f1;
}
.details_section .item_tag &gt; ul li &gt; a {
    margin-bottom: 8px;
}
.blog_details ul.wp-block-archives.extraclass li,
.blog_details .wp-block-button,
.blog_details .wp-block-cover.has-pale-pink-background-color.aligncenter,
.blog_details .wp-block-cover.has-background-dim.alignwide,
.widget li ul li:not(:last-child),
.widget li ul li ul li:not(:last-child),
.sidebar_section .widget ul li:not(:last-child) {
    margin-bottom: 10px;
}
.sidebar_section .widget.sidebar_blog ul li:not(:last-child) {
    margin-bottom: 20px;
}
.blog_details .wp-block-archives-dropdown {
    margin-bottom: 20px;
}
.footer-widget.widget_nav_menu .menu-testing-menu-container ul li,
.sidebar_section .widget_nav_menu ul li {
    line-height: 38px;
}
.sidebar_section .widget_nav_menu ul li:not(:last-child),
.footer-widget.widget_nav_menu .menu-testing-menu-container ul li:not(:last-child) {
    margin-bottom: 0 !important;
}
.sidebar_widget.widget_archive ul li:hover,
.sidebar_widget.widget_recent_entries ul li a:hover {
    color: #4154f1;
}
.sidebar_widget.widget_recent_entries ul li a {
    display: block;
    font-size: 18px;
    color: #051441;
    font-family: "Sofia Pro Bold";
}

/** === Sticky Post === **/
.blog_section .blog_grid.sticky,
.blog_section .blog_grid.tag-sticky-2 {
    background: #f9f9f9;
    border-radius: 5px;
}
.blog_section .sticky .item_content,
.blog_section .tag-sticky-2 .item_content {
    padding: 40px;
}
@media screen and (max-width: 575px) {
    .blog_section .sticky .item_content,
    .blog_section .tag-sticky-2 .item_content {
        padding: 30px;
    }
}
@media screen and (max-width: 414px) {
    .blog_section .sticky .item_content,
    .blog_section .tag-sticky-2 .item_content {
        padding: 20px;
    }
}

.blog_section .blog_grid.sticky .sticky-label,
.blog_section .blog_grid.tag-sticky-2 .sticky-label {
    background: #4154f1;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    color: #ffffff;
}

/** === Blog List === **/
.blog_section .blog_grid.has-post-thumbnail .item_image img,
.details_section .mb-80 .blog_grid a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blog_section .blog_grid .item_title a {
    word-break: break-word;
}
.no-post-thumbnail .item_title a {
    display: contents;
}

/**=== Blog Details ===**/
.page_wrapper ul li ul li,
.blog_details .comment_area li,
.blog_details .blog-margin-bottom ol li ul li,
.blog_details .blog-margin-bottom ul li ol li ul li,
.blog_details .blog-margin-bottom ul li {
    list-style-type: disc;
}
.blog_details .blog-margin-bottom ul li ol li {
    list-style-type: decimal;
}

.blog_details .blog-margin-bottom ul.has-dates,
.blog_details .blog-margin-bottom ul.wp-block-archives-list {
    padding: 0;
    margin: 0;
}
.blog_details .blog-margin-bottom ul.wp-block-latest-posts li,
.blog_details .blog-margin-bottom ul.has-dates li,
.blog_details .blog-margin-bottom ul.wp-block-archives-list li {
    list-style: none;
}

.blog_details .comment_area ol li,
.blog_details .comment_area ol li ol li,
.blog_details .comment_area ol li ol li ol li {
    list-style-type: decimal;
}

.blog_details .blog-margin-bottom ol,
.blog_details .blog-margin-bottom ul {
    margin-bottom: 26px;
}

.comment_area .comment_item table tbody tr th,
.page_wrapper table tbody tr th,
.blog_details .blog-margin-bottom table thead tr th {
    font-weight: 800;
}
.blog_details .blog-margin-bottom .wp-block-calendar table thead tr th {
    font-weight: 500;
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
    padding: 6px;
}

.comment_area .comment_item table tbody tr th,
.comment_area .comment_item table tbody tr td,
.page_wrapper table tbody tr th,
.page_wrapper table tbody tr td,
.blog_details .blog-margin-bottom table tbody tr th,
.blog_details .blog-margin-bottom table thead tr th {
    padding: 10px 20px;
}

@media screen and (max-width: 480px) {
    .comment_area .comment_item table tbody tr th,
    .comment_area .comment_item table tbody tr td,
    .page_wrapper table tbody tr th,
    .page_wrapper table tbody tr td,
    .blog_details .blog-margin-bottom table tbody tr th,
    .blog_details .blog-margin-bottom table thead tr th {
        padding: 2px 6px;
    }
}

kbd {
    background-color: #4154f1;
}

.blog_details .mb-30,
.post_tag_info,
.page_wrapper .comment_form,
.blog_details .item_tag {
    clear: both;
}
.sidebar_section .sidebar_blog .item_image {
    margin-bottom: 0 !important;
}
.blog_details .has-post-thumbnail .item_image {
    margin-bottom: 25px;
}
.breadcrumb_section .breadcrumb_content .page_title {
    word-break: break-word;
}
.blog_details .wp-block-button.alignleft .wp-block-button__link, .blog_details .wp-block-button.aligncenter .wp-block-button__link,
.blog_details .wp-block-button .wp-block-button__link,
.blog_details .wp-block-button.is-style-squared .wp-block-button__link,
.blog_details .wp-block-button.alignright .wp-block-button__link {
    background-color: #4154f1;
    color: #ffffff;
}
.blog_details .wp-block-button.is-style-outline .wp-block-button__link {
    background-color: #ffffff;
    border-color: #4154f1;
    color: #4154f1;
}

.blog_details .blog-margin-bottom {
    margin-bottom: 70px;
}
.page_wrapper p:not(:last-child),
.blog_details .blog-margin-bottom p:not(:last-child) {
    margin-bottom: 30px;
}

/**=== Comment Form ===**/
.blog_details  .comment_area .comment_item {
    list-style: none;
}

.comment_area .trackback,
.comment_area .pingback {
    margin-bottom: 16px;
}
.comment_area .trackback a,
.comment_area .pingback a {
    display: contents;
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: .5em 0;
    font-size: 14px
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block;
    color: #707070;
    color: rgba(51, 51, 51, .7);
    font-family: "Sofia Pro Bold";
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery {
    width: 100%
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 10px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-right: 1em;
    margin-bottom: 10px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.clear:before,
.clear:after,
.guten_elements:before,
.guten_elements:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.guten_elements:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}
.wp-block-cover, .wp-block-cover-image {
    height: auto;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #ffffff !important;
}
pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}
code {
    font-family: monospace;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 500;
    text-align: left;
    padding-right: 10px !important
}

td,
th {
    border-top: 1px solid #ededed;
    padding: 9px;
}


@media screen and (max-width: 1024px) {
    td,
    th {
        border-top: 1px solid #ededed;
        padding: 7px;
    }
}
@media screen and (max-width: 767px) {
    td,
    th {
        border-top: 1px solid #ededed;
        padding: 5px;
    }
}

input {
    display: inline;
    height: auto;
    padding: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.article-content ol li {
    list-style-type: decimal;
    margin-left: 2em;
    padding: 5px
}

.widget img {
    max-width: 100%;
    height: auto
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget select {
    width: 100% !important;
    height: 40px;
    color: #8c8c8c;
    margin: 0 auto;
    display: table;
    margin-top: 38px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 8px
}

.widget ul li:last-child {
    border-bottom: 0
}


.widget_rss cite {
    color: #999;
    font-weight: 800
}

.footer_sidebar .footer-widget.widget ul li a {
    color: rgba(255, 255, 255, 0.5)
}
.widget.widget_nav_menu ul li a i,
.widget.widget_meta ul li a i {
    font-size: 15px;
    vertical-align: middle;
    padding-right: 14px
}

ul li.recentcomments&gt;a {
    padding-left: 0;
}
#wp-calendar tfoot tr td a {
    color: #666
}
.calendar_wrap td#next {
    text-align: right
}

.widget_calendar .calendar_wrap td#today a {
    color: #ffffff;
}
.sidebar_section .calendar_wrap {
    border: 1px solid #ddd;
}
.widget .calendar_wrap {
    margin-top: 38px;
}

.sidebar_section .wp-calendar-table caption,
.sidebar_section .calendar_wrap .wp-calendar-nav {
    background: #eff2f9;
}
#wp-calendar caption {
    text-align: center;
}

.footer-widget.widget_categories ul li ul li:not(:last-child),
.footer-widget .useful_links ul li:not(:last-child) {
    margin-bottom: 14px;
}

.page_wrapper table tbody tr th,
.blog_details .blog-margin-bottom table thead {
    background: #f5f5f5;
}

.comment_area .comment_item table tbody tr th {
    background-color: #ffffff;
}

.page_wrapper table,
.comment_area .comment_item table,
.blog_details .blog-margin-bottom table {
    margin: 0 0 4em;
    border: 1px solid #d6d6d6;
}

#wp-calendar caption {
    caption-side: top;
    padding-top: 0;
    font-weight: 600;
    color: #333333;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    font-family: "Sofia Pro";
}

.footer-widget .calendar_wrap table {
    margin: 0;
}

.footer-widget .wp-calendar-table caption,
.footer-widget .calendar_wrap .wp-calendar-nav {
    background-color: #ffffff;
}

img.alignnone.wp-image-907 {
    height: auto;
    width: 100%
}

.calendar_wrap td#today {
    background: #4154f1;
    border-radius: 6px;
    color: #fff;
    padding: 0;
}

.calendar_wrap tbody td, .calendar_wrap tbody th {
    border: none;
    width: 33px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
    text-align: left;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
    text-align: right;
}

.calendar_wrap .wp-calendar-nav span.pad {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    padding: 0 15px;
}

nav.wp-calendar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 5px 15px;
    font-size: 14px;

    height: 42px;
    line-height: 42px;
    padding: 0 15px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    padding-top: 1em
}

.page-links&gt;.page-links-title {
    border: 0;
    color: #4c5267;
    height: auto;
    margin: 0;
    padding-right: .5em;
    width: auto
}

@media screen and (min-width:77.5em) {
    .page-links a,
    .page-links&gt;span {
        margin: 0 .25em .25em 0
    }
}

@media screen and (min-width:77.5em) {
    .page-links a,
    .page-links&gt;span {
        margin: 0 .25em .25em 0
    }
}

span.screen-reader-text {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 50%;
    background-color: #fbfbfd;
    margin: 0 3px;
}
a.post-page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #677294;
    font-size: 16px;
    border-radius: 50%;
    background-color: #fbfbfd;
    margin: 0 3px;
}

span.post-page-numbers.current {
    background: #4154f1;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #e7e7f6;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 3px;
}

a.post-page-numbers:hover {
    background-color: #4154f1;
    border: 1px solid #4154f1;
    color: #fff;
}

.widget_search .widget_title {
    margin-bottom: 40px;
}

input.search-field {
    width: 95%;
    height: 40px;
    background: #4154f1
}

input.search-submit {
    width: 60px;
    height: 40px;
    background: transparent;
    padding: 5px;
    font-size: 14px !important;
    margin-left: -12px;
    margin-top: -1px
}
.wp-block-search .wp-block-search__input {
    max-width: 100%;
}
.blog_details .wp-block-search + p {
    margin-top: 40px;
}

.widgets ul {
    margin: 0;
    padding: 0
}

.sidebar_widgets h3 {
    font-weight: 600;
    margin-bottom: 38px;
    font-size: 26px
}

.widget_rss ul li {
    margin-top: 20px;
    line-height: 1.8
}

.widget_nav_menu ul.sub-menu li,
.widget_categories ul.children li {
    margin-left: 12px;
    border: 0;
    padding-bottom: 0;
}

.widgets img {
    height: auto
}

.sidebar_widget.widget_rss .widget_title .rsswidget {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #051441;
    font-family: "Sofia Pro Bold";
}
.footer-widget.widget_rss .widget_title .rsswidget {
    font-size: 20px;
    color: #051441;
    font-family: "Sofia Pro SemiBold";
}
.footer_section .footer-widget .useful_links .widget_title {
    margin-bottom: 30px;
}

.footer-widget .textwidget ul.clearfix li {
    color: #051441;
}

.footer-widget .textwidget ul.clearfix li:not(:last-child) {
    margin-bottom: 6px;
}

.footer-widget .textwidget ul.clearfix li a {
    margin-left: 8px;
    position: relative;
    color: #6a7c92;
    display: inline-block;
}
.footer-widget .textwidget ul.clearfix li a:before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #4154f1;
    -webkit-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}
.footer-widget .textwidget ul.clearfix li a:hover {
    color: #4154f1;
}
.footer-widget .textwidget ul.clearfix li a:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}

.footer-widget .textwidget p.mb-30 {
    margin-top: 28px;
}

.widget_rss ul li a.rsswidget {
    font-weight: 600;
    color: #666;
    line-height: 1.3em
}

.widget_rss ul li a.rsswidget:hover {
    color: #4154f1;
}

.rsswidget img.rss-widget-icon {
    padding-bottom: 3px;
    margin-right: 5px
}

.sidebar_section .widget ul ul.children {
    margin-left: 12px;
    margin-top: 10px;
}
.footer_section .widget ul ul.children {
    margin-left: 12px;
    margin-top: 14px;
}

.post .featured_post {
    padding: 5px 10px;
    background: gray;
    display: inline-block;
    color: #fff
}

.widget_rss span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #999
}

.widget_nav_menu .menu li {
    margin-right: 0
}

.logged-in .comment_text {
    padding-bottom: 0
}

.comment_item_text h2 {
    padding-bottom: 12px
}

.comment_item_text h3 {
    margin-top: 0
}

/**=== Footer ===**/
.widget.widget_nav_menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.footer-widget.widget_nav_menu .ul_li_block ul li a,
.footer-widget.widget_categories .ul_li_block ul li .children li a,
.footer-widget.widget_pages .ul_li_block ul li .children li a {
    position: relative;
    padding: 0;
}
.footer-widget.widget_nav_menu .ul_li_block ul li a:before,
.footer-widget.widget_pages .ul_li_block ul li a:before,
.footer-widget.widget_categories .ul_li_block ul li .children li a:before {
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: #4154f1;
    transition: width 0.2s linear;
}
.footer-widget.widget_nav_menu .ul_li_block ul li a:hover:before,
.footer-widget.widget_pages .ul_li_block ul li a:hover:before,
.footer-widget.widget_categories .ul_li_block ul li .children li a:hover:before {
    left: 0;
    width: 100%;
    right: auto;
}
.footer_section .footer-widget.widget_nav_menu ul li a.nav-link {
    display: inline-block;
}
.footer_sidebar .widget.widget_nav_menu ul li a:hover,
.footer_sidebar .widget.widget_meta ul li a:hover,
.footer_sidebar .widget.widget_pages ul li a:hover,
.footer_sidebar .widget.widget_archive ul li:hover,
.footer_sidebar .widget.widget_archive ul li a:hover,
.footer_sidebar .widget.widget_categories ul li a:hover {
    color: #fff
}
.footer-widget .sidebar_search input {
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #f3f4f9;
    height: 60px !important;
}
.footer_section .footer-widget {
    padding-top: 40px;
}

.footer_section .footer-widget.widget_rss ul {
    display: block;
}

nav.navigation.comment-navigation a:hover {
    color: #5e2ced
}

nav.navigation.comment-navigation a {
    font-weight: 500;
    color: #666
}

nav.navigation.comment-navigation .nav-previous a:before {
    content: "&lt;&lt;";
    padding-right: 5px
}

nav.navigation.comment-navigation .nav-next a:after {
    content: "&gt;&gt;";
    padding-left: 5px
}

.widget p:empty {
    display: none
}

.blog_content&gt;ul,
.blog_content&gt;ol,
.comment_box .media-body&gt;ol,
.comment_box .media-body&gt;ul {
    margin-top: 20px;
    margin-bottom: 20px
}

.widget_recent_comments ul li.recentcomments a {
    display: contents;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important
}

.footer-widget.widget_categories #categories-dropdown--1,
.widget_text .textwidget form select,
#cat,
#archives-dropdown--1{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat 98.5% !important;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat calc(99% - 10px) !important;
    background-size: 12px !important;
}

select:focus {
    outline: -webkit-focus-ring-color auto 0;
}

/** === Blockquote === **/
blockquote cite a {
    font-style: normal;
    font-size: 14px;
    color: #848ca5;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    text-transform: uppercase;
}
.details_section figure.wp-block-pullquote.aligncenter blockquote p,
.details_section figure.wp-block-pullquote.alignwide blockquote p,
.details_section figure.wp-block-pullquote.alignfull blockquote p,
figure.wp-block-pullquote.aligncenter blockquote p {
    font-size: 28px;
    line-height: 1.6;
}
blockquote {
    color: #525c7c;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright,
.details_section .wp-block-pullquote.alignleft,
.details_section .wp-block-pullquote.alignright {
    padding: 0;
}
.details_section .wp-block-pullquote.alignleft blockquote p,
.details_section .wp-block-pullquote.alignright blockquote p {
    font-size: 16px;
    line-height: 1.6em;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.details_section .wp-block-pullquote.alignleft blockquote,
.details_section .wp-block-pullquote.alignright blockquote {
    padding: 30px 15px 15px 15px !important;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-block-pullquote:before,
.wp-block-pullquote:after,
.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
    display: none !important;
}
.page_wrapper p {
    font-weight: 400;
}
figure.wp-block-pullquote {
    margin: 50px 0;
    padding-top: 0;
    padding-bottom: 0;
}
blockquote.wp-block-quote.is-style-large p {
    font-size: 24px;
}
.details_section blockquote p,
blockquote p {
    font-size: 20px;
    line-height: 1.5;
    color: #051441;
    margin-bottom: 8px !important;
    font-family: "Sofia Pro SemiBold";
}
.details_section .wp-block-quote.is-style-large,
.details_section blockquote, blockquote {
    padding: 34px 40px;
    border-radius: 6px;
    background-size: auto;
    background-color: #ffffff;
    border-left: 6px solid #4154f1;
    background-position: right bottom -25px;
    box-shadow: 0px 10px 30px 0px rgba(20, 3, 67, 0.08);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.details_section .wp-block-quote.is-style-large:not(:first-child),
.details_section blockquote:not(:first-child),
blockquote:not(:first-child) {
    margin: 50px 0 !important;
}

.details_section blockquote:before, blockquote:before {
    content: "\f10d";
    font-size: 30px;
    color: #4154f1;
    padding-bottom: 4px;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}
.details_section blockquote:after, blockquote:after {
    right: 0px;
    opacity: 0.1;
    bottom: -30px;
    line-height: 1;
    font-size: 110px;
    content: "ï„Ž";
    font-weight: 900;
    position: absolute;
    color: #4154f1;
    font-family: "Font Awesome 5 Pro";
}
.details_section .has-medium-font-size {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.867;
}

/** === Image / Caption === **/
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption {
    font-weight: 400;
    text-align: center;
}
.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px;
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px;
}</pre></body></html>