:root {
    /* --primary-color: #f8ce5f;#ffc963 */
    --primary-color: #ffc963;
    --white: #fff;
    --light-gray: #f0f0f0;
    --lighten-blue: #eaecef;
    --light-blue: #e4e6eb;
    --blue-gray: #697177;
    --gray: #b8b8b8;
    --dark: #111;
    --dark-blue: #1e2943;
    --background-color: var(--white);
    --background-alt-color: var(--lighten-blue);
    --background-alt-color-2: var(--light-blue);
    --text-color: #666666;
    --text-alt-color: var(--blue-gray);
    --heading-font-color: var(--dark);
    --link-color: var(--dark);
    --link-color-hover: var(--dark);
    --button-color: #320101;
    --button-background-color: var(--primary-color);
    /* --button-background-hover: #edc352; */
    --button-background-hover: #ffd88e;
    --border-color: var(--light-blue);
    --border-alt-color: var(--white);
    --th-color: var(--light-gray);
    --tr-color: var(--light-gray);
    --syntax-highlighting-background: var(--light-gray);
    --nav-toggle-bg-img: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    --nav-toggle-btn-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0,0,0, 0.8)'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
    --nav-text-color: #000000bd;
    --nav-text-color-hover: var(--dark);
    --nav-active-color: var(--dark);
    --title-color: #363636;
    --title-color-hover: var(--dark);
    --leia-tbm-bg: #f7f7f7;
}

:root[dark] {
    /* --primary-color: #fbdab1; */
    --primary-color: #ffce71;
    --white: #fff;
    --light-gray: #f5f5f5;
    --gray: #b8b8b8;
    --dark: #2a2b2d;
    --dark-blue: #181818;
    --background-color: var(--dark-blue);
    --background-alt-color: var(--dark);
    --background-alt-color-2: #262729;
    --text-color: var(--light-gray);
    --text-alt-color: var(--gray);
    --heading-font-color: var(--white);
    --link-color: var(--light-gray);
    --link-color-hover: var(--light-gray);
    --button-color: var(--dark);
    --button-background-color: var(--primary-color);
    /* --button-background-hover: #d3b795; */
    --button-background-hover: #ffd88e;
    --border-color: #333;
    --border-alt-color: #333;
    --th-color: var(--dark);
    --tr-color: var(--dark);
    --syntax-highlighting-background: var(--dark);
    --nav-toggle-bg-img: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    --nav-toggle-btn-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255,255,255, 0.9)'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
    --nav-text-color: var(--white);
    --nav-text-color-hover: var(--button-background-hover);
    --nav-active-color: var(--primary-color);
    --title-color: #e7e7e7;
    --title-color-hover: var(--white);
    --leia-tbm-bg: var(--dark);
}

.list-reset {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.clearfix::after,
.clearfix ::before {
    content: "";
    display: table;
    clear: both
}

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

/*!normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
fieldset,
legend,
figure,
hr {
    margin: 0;
    padding: 0
}

li>ul,
li>ol {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
    margin-bottom: 32px
}

ul,
ol,
dd {
    margin-left: 16px
}

ul li,
ol li {
    margin-bottom: 8px
}

.container {
    max-width: 1332px;
    padding-left: 16px;
    padding-right: 16px
}

.container-big {
    max-width: 100%;
    margin: 0 auto;
    padding-left: calc(16px * 2);
    padding-right: calc(16px * 2)
}

@media(max-width:576px) {
    .container-big {
        max-width: 480px;
        padding-left: calc(16px + 4px);
        padding-right: calc(16px + 4px)
    }
}

.container {
    margin: 0 auto
}

@media(max-width:1400px) {
    .container {
        max-width: 1000px;
        padding-left: 16px;
        padding-right: 16px
    }
}

@media(max-width:1024px) {
    .container {
        max-width: 940px
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .container {
        max-width: 840px
    }
}

@media(max-width:768px) {
    .container {
        max-width: 660px
    }
}

@media(max-width:576px) {
    .container {
        max-width: 480px;
        padding-left: calc(16px + 4px);
        padding-right: calc(16px + 4px)
    }
}


.animate {
    animation: animateElement cubic-bezier(.3, .45, .45, .95).5s;
    will-change: transform
}

@keyframes animateElement {
    0% {
        transform: translate(0, 50px)
    }
    100% {
        transform: translate(0, 0)
    }
}

*,
*::after,
*::before {
    box-sizing: border-box
}

body {
    font-family: poppins, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    overflow-x: hidden;
    color: var(--text-color);
    background-color: var(--background-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.search-is-visible {
    overflow: hidden;
    -webkit-overflow-scrolling: auto
}

body.disable-animation *,
body.disable-animation *::after,
body.disable-animation *::before {
    transition: none !important
}

@media(max-width:768px) {
    body {
        font-size: 16px
    }
}

.global-wrap.is-active {
    overflow-x: hidden;
    overflow-y: scroll
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: noto serif, times new roman, Georgia, serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: normal;
    color: var(--heading-font-color)
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

blockquote {
    position: relative;
    margin: 48px 0;
    padding-left: 32px;
    font-family: noto serif, times new roman, Georgia, serif;
    font-size: 30px;
    line-height: 1.6;
    font-style: italic;
    border-left: 4px solid var(--primary-color);
    color: var(--heading-font-color)
}

blockquote p {
    margin-bottom: 0
}

blockquote cite {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: var(--heading-font-color)
}

@media(max-width:1400px) {
    blockquote {
        margin: 40px 0;
        font-size: 28px
    }
}

@media(max-width:768px) {
    blockquote {
        font-size: 22px
    }
}

@media(max-width:576px) {
    blockquote {
        margin: 32px 0;
        padding-left: 20px;
        font-size: 20px
    }
}

pre {
    overflow: auto;
    padding: 15px;
    margin-bottom: 0;
    font-size: 14px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    color: var(--heading-font-color)
}

img,
.lightense-wrap {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

img+em,
.lightense-wrap+em,
.gallery+em {
    display: block;
    margin-top: 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

img+em a,
.lightense-wrap+em a,
.gallery+em a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

img+em a:hover,
.lightense-wrap+em a:hover,
.gallery+em a:hover {
    text-decoration-color: var(--link-color)
}

@media(max-width:576px) {
    img+em,
    .lightense-wrap+em,
    .gallery+em {
        margin-top: 12px
    }
}

a {
    text-decoration: none;
    color: var(--link-color)
}

hr {
    width: 100%;
    height: 1px;
    margin: 64px 0;
    border: 0;
    background-color: var(--border-color)
}

@media(max-width:576px) {
    hr {
        margin: 48px 0
    }
}

.lightense-backdrop {
    background-color: var(--background-color) !important
}

.header .header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px
}

.logo__link {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px
}
/* 
.logo__image,
.logo__image__dark {
    max-height: 50px
} */

.logo__image__dark {
    display: none
}

.dark-mode .logo__image {
    display: none
}

.dark-mode .logo__image__dark {
    display: block
}

.home-page .nav__item .nav__link.active-link:hover {
    text-decoration-color: var(--link-color)
}

.dark-mode .main-nav .dropdown-menu {
    background-color: var(--background-alt-color)
}

@media(max-width:1024px) {
    .dark-mode .main-nav {
        background-color: var(--background-alt-color)
    }
}

.search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0
}

.search.is-visible {
    z-index: 100;
    opacity: 1
}

.search.is-visible .search__overlay {
    z-index: 10;
    opacity: 1;
    transition: all .2s ease
}

.search.is-visible .search__box {
    transform: translateY(-20px)
}

.search__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(320deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .1) 100%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px)
}

.search__box {
    position: relative;
    z-index: 100;
    max-width: 540px;
    margin: 100px auto 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    background-color: var(--background-color);
    overflow: hidden;
    will-change: transform;
    transition: all .2s ease
}

@media(max-width:1024px) {
    .search__box {
        margin: 80px auto 0
    }
}

.search__group {
    position: relative
}

.search__group .search-input-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: var(--heading-font-color)
}

.search__group .icon__search__close {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 21px;
    line-height: 1;
    color: var(--heading-font-color);
    cursor: pointer
}

.search__group .search__text {
    width: 100%;
    padding: 24px 44px 24px 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    color: var(--heading-font-color);
    background-color: var(--background-color);
    outline: 0;
    transition: all .2s
}

.search__group .search__text::placeholder {
    font-weight: 500;
    color: var(--heading-font-color)
}

.search__group .search__text::-ms-clear {
    display: none
}

@media(max-width:576px) {
    .search__group .icon__search__close {
        display: block
    }
}

.dark-mode .search__box {
    background-color: var(--background-alt-color)
}

.dark-mode .search__text {
    background-color: var(--background-alt-color)
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px
}

.footer__inner {
    padding: 64px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

.footer__inner .row .col {
    flex-grow: 1
}

@media(max-width:1400px) {
    .footer__inner .row .col:first-child {
        width: 100%;
        margin-bottom: 64px
    }
}

@media(max-width:1024px) {
    .footer__inner .row .col {
        margin-bottom: 48px
    }
    .footer__inner .row .col:first-child {
        margin-bottom: 48px
    }
    .footer__inner .row .col:last-child {
        margin-bottom: 0
    }
}

@media(max-width:576px) {
    .footer__inner {
        padding: 48px 0
    }
}

.widget-title {
    margin-bottom: 0;
	font-family: noto serif,times new roman,Georgia,serif;
    font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: normal;
	color: var(--heading-font-color);     
}

@media(max-width:1400px) {
    .widget-title {
        font-size: 28px
    }
}

.widget-footer__desc {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--text-alt-color);
    text-align: justify;
}

.widget-info .logo-footer__link {
    display: inline-flex;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1px
}

.widget-info .logo-footer__image,
.widget-info .logo-footer__image__dark {
    max-height: 50px
}

.widget-info .logo-footer__image__dark {
    display: none
}

@media(max-width:1400px) {
    .widget-info {
        width: 100%
    }
}

.dark-mode .logo-footer__image {
    display: none
}

.dark-mode .logo-footer__image__dark {
    display: block
}

.social .social__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.social .social__list .social__item:first-child>.social__link {
    padding-left: 0
}

.social .social__item {
    margin-bottom: 0;
    margin-right: 16px
}

.social .social__item:last-child {
    margin-right: 0
}

.social .social__link {
    display: flex;
    align-items: center;
    padding: 4px;
    font-size: 22px;
    color: var(--heading-font-color);
    will-change: transform;
    transition: all .2s
}

.social .social__link:hover {
    transform: scale(1.15)
}

.widget-recent-posts__title {
    font-size: 28px
}

.recent-posts {
    position: relative;
    display: flex;
    margin-bottom: 20px
}

.recent-posts:last-child {
    margin-bottom: 0
}

@media(max-width:576px) {
    .recent-posts {
        flex-direction: column;
        margin-bottom: 32px
    }
}

.recent-posts__image {
    position: relative;
    display: block;
    transform: translate(0);
    min-width: 130px;
    aspect-ratio: 4/3;
    margin-right: 20px;
    border-radius: 22px;
    overflow: hidden;
    background: var(--background-alt-color)
}

.recent-posts__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@supports not (aspect-ratio:4/3) {
    .recent-posts__image {
        height: 0;
        padding-bottom: 75%
    }
}

.recent-posts__image .video-icon {
    width: 48px;
    height: 48px
}

.recent-posts__image .video-icon svg {
    width: 36px
}

@media(max-width:576px) {
    .recent-posts__image {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-radius: 16px
    }
    .recent-posts__image .video-icon {
        width: 68px;
        height: 68px
    }
    .recent-posts__image .video-icon svg {
        width: 44px
    }
}

.recent-posts__content .article__tags .article__tag {
    padding: 3px 12px
}

.recent-posts__content .recent-posts__title {
    font-size: 16px;
    line-height: 1.4;
    margin: 8px 0
}

.recent-posts__content .recent-posts__title a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: var(--heading-font-color)
}

.recent-posts__content .recent-posts__title a:hover {
    text-decoration-color: var(--heading-font-color)
}

@media(max-width:576px) {
    .recent-posts__content .article__tags .article__tag {
        padding: 6px 16px
    }
    .recent-posts__content .recent-posts__title {
        font-size: 23px
    }
    .recent-posts__content .recent-posts__title a {
        text-decoration-thickness: 1.5px;
        text-underline-offset: 3px
    }
}

.widget-subscribe {
    width: 380px;
    margin-left: auto
}

.widget-subscribe .subscribe-form {
    display: flex
}

.widget-subscribe .subscribe-email {
    width: 100%;
    height: 54px;
    flex: 1 0 220px;
    margin-right: 8px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid var(--border-color);
    border-radius: 60px;
    outline: 0;
    color: var(--heading-font-color);
    background-color: var(--background-alt-color)
}

.widget-subscribe .subscribe-email::placeholder {
    color: var(--heading-font-color)
}

@media(max-width:1400px) {
    .widget-subscribe {
        width: 100%
    }
}

@media(max-width:576px) {
    .widget-subscribe .subscribe-form {
        flex-direction: column
    }
    .widget-subscribe .subscribe-email {
        flex: 1 0 auto;
        margin-right: 0;
        margin-bottom: 12px
    }
}

.footer__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 32px 0
}

@media(max-width:768px) {
    .footer__info {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer__info__right {
    display: flex;
    align-items: center
}

.copyright {
    margin-right: auto;
    font-size: 14px;
    color: var(--heading-font-color)
}

.copyright a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: var(--heading-font-color)
}

.copyright a:hover {
    text-decoration-color: var(--heading-font-color)
}

.toggle-theme {
    margin-right: 24px;
    line-height: 1;
    color: var(--heading-font-color);
    cursor: pointer
}

.toggle-theme:hover .toggle-text {
    text-decoration-color: var(--heading-font-color)
}

.toggle-theme .toggle-text {
    margin-left: 8px;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

@media(max-width:768px) {
    .toggle-theme {
        margin-right: 16px
    }
    .toggle-theme .toggle-text {
        font-size: 14px
    }
}

.toggle-sun,
.toggle-moon {
    display: flex;
    align-items: center;
    font-size: 16px
}

.toggle-sun {
    display: none
}

.dark-mode .toggle-sun {
    display: flex
}

.dark-mode .toggle-moon {
    display: none
}

.gallery-box {
    margin: 32px 0
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    align-content: center;
    grid-gap: 16px
}

.gallery .gallery__image {
    background: var(--background-color)
}

.gallery .gallery__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.hero {
    margin: 48px 0
}

.hero .hero__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.hero .hero__title {
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 2.5rem;
	color: var(--heading-font-color);
}

.hero .hero__description {
	margin: 0 auto;
	max-width: 660px;
	font-size: 1rem;
	color: var(--text-alt-color);
}

.hero.hero--left .hero__title {
    margin-bottom: 0;
    font-size: 48px
}

@media(max-width:1024px) {
    .hero .hero__title {
        font-size: 36px
    }
}

@media(max-width:768px) {
    .hero {
        margin: 16px 0 32px
    }
    .hero .hero__title {
        font-size: 35px
    }
    .hero .hero__description {
        font-size: inherit
    }
    .hero.hero--left .hero__title {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .hero .hero__inner {
        text-align: left
    }
    .hero .hero__title {
        margin-bottom: 16px;
        font-size: 32px
    }
    .hero .hero__description {
        font-size: 16px
    }
    .hero.hero--left .hero__title {
        font-size: 32px
    }
}

.article {
    position: relative;
    margin-bottom: 50px
}

.article.article--big .article__title {
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 1.3
}

.article.article--big .article__title a {
    text-decoration-thickness: 2px
}

@media(max-width:768px) {
    .article.article--big .article__title {
        font-size: 22px;
        line-height: 1.4
    }
    .article.article--big .article__title a {
        text-decoration-thickness: 1.5px
    }
    .article.article--big .article__excerpt {
        display: none
    }
}

.row .col:last-child>.article {
    flex-grow: 1
}

.article__head {
    position: relative;
    transition: transform .3s ease
}

.article__head:hover {
    transform: translateY(-3px)
}

.article__head:hover .video-icon {
    transform: translate(-50%, -50%)scale(1.1)
}

.article__image {
    position: relative;
    transform: translate(0);
    display: block;
    margin-bottom: 20px;
    aspect-ratio: 4/3;
    border-radius: 22px;
    outline: none;
    overflow: hidden;
    background: var(--background-alt-color)
}

.article__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none
}

@supports not (aspect-ratio:4/3) {
    .article__image {
        padding-bottom: 75%
    }
}

@media(max-width:576px) {
    .article__image {
        border-radius: 16px
    }
}

.article__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -3px;
    margin-bottom: -3px
}

.article__tags {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap
}

.article__tags .article__tag {
    padding: 6px 16px;
    margin: 3px 6px 3px 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 60px;
    color: var(--heading-font-color);
    transition: all .2s;
    background-color: var(--background-alt-color)
}

.article__tags .article__tag:hover {
    background-color: var(--background-alt-color-2)
}

.article__tags .article__tag:last-child {
    margin-right: 0
}

.article__date {
    display: flex;
    align-items: center;
    margin-left: 6px
}

.article__date time {
    margin-left: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-alt-color)
}

.article__title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.4
}

.article__title a {
    /* text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px; */
    color: var(--title-color);
}

.article__title a:hover {
    /* text-decoration-color: var(--heading-font-color) */
    color: var(--title-color-hover);
}

.article__excerpt {
    display: -webkit-box;
    margin-bottom: 8px;
    font-size: 18px;
    color: var(--text-alt-color);
    overflow-y: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.article__info {
    font-size: 12px;
    line-height: 1.6;
    font-weight: 500;
    color: var(--text-alt-color)
}

.article__author__name {
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: var(--heading-font-color)
}

.article__author__name:hover {
    text-decoration-color: var(--heading-font-color)
}

.form-box {
    margin-bottom: 64px
}

@media(max-width:576px) {
    .form-box {
        margin-bottom: 48px
    }
}

.contact-head {
    margin-bottom: 32px
}

.contact-description {
    font-size: 18px
}

@media(max-width:576px) {
    .contact-description {
        font-size: inherit
    }
}

.form__group {
    margin-bottom: 20px
}

.form__group:last-child {
    margin-bottom: 0
}

.form__input {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-bottom: 1.5px solid var(--border-color);
    outline: 0;
    transition: all .2s;
    resize: vertical;
    color: var(--heading-font-color);
    background: var(--background-color)
}

.form__input::placeholder {
    color: var(--heading-font-color)
}

.form__input:focus {
    border-color: var(--primary-color)
}

.section {
    margin-bottom: 64px
}

@media(max-width:576px) {
    .section {
        margin-bottom: 48px
    }
}

.section__inner {
    border-bottom: 1px solid var(--border-color)
}

.section__info {
    position: relative;
    margin-bottom: 32px
}

@media(max-width:576px) {
    .section__info {
        margin-bottom: 24px
    }
}

.section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.section__title {
    margin-bottom: 0;
	font-family: noto serif,times new roman,Georgia,serif;
    font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: normal;
	color: var(--heading-font-color);    
}

@media(max-width:576px) {
    .section__title {
        font-size: 28px
    }
}

.section__link {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px
}

.section__link:hover {
    text-decoration-color: var(--heading-font-color)
}

.sidebar-left .widget-sidebar {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border-color)
}

.sidebar-left .widget-sidebar:last-child {
    border-bottom: none
}

.sidebar-left .widget-sidebar-title {
    margin-bottom: 24px;
    font-size: 20px
}

@media(max-width:1024px) {
    .sidebar-left {
        order: 1
    }
    .sidebar-left .widget-post-author {
        margin-bottom: 0
    }
    .sidebar-left .widget-featured-posts,
    .sidebar-left .widget-tags {
        display: none
    }
}

.widget-post-author .post-author-image {
    position: relative;
    transform: translate(0);
    width: 128px;
    height: 128px;
    margin-bottom: 12px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--background-alt-color);
    transition: transform .3s ease
}

.widget-post-author .post-author-image:hover {
    transform: translateY(-2px)
}

.widget-post-author .post-author-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none
}

.widget-post-author .post-author-name {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700
}

.widget-post-author .post-author-name a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

.widget-post-author .post-author-name a:hover {
    text-decoration-color: var(--heading-font-color)
}

.widget-post-author .post-author-description {
    font-size: 15px;
    color: var(--text-alt-color)
}

.widget-post-author .post-author-description p {
    margin-bottom: 0
}

.widget-post-author .post-author-social {
    margin-top: 12px;
    line-height: 1
}

.widget-post-author .post-author-link {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    will-change: transform;
    transition: all .2s
}

.widget-post-author .post-author-link:hover {
    transform: scale(1.15)
}

.widget-post-author .post-author-link:last-child {
    margin-right: 0
}

@media(max-width:1024px) {
    .widget-post-author {
        margin-top: 64px;
        padding-top: 32px;
        border-top: 1px solid var(--border-color)
    }
    .widget-post-author .post-author-description {
        font-size: 16px
    }
}

@media(max-width:576px) {
    .widget-post-author {
        margin-top: 48px
    }
}

.post-featured-content {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.post-featured-content:last-child {
    margin-bottom: 0
}

.post-featured-content .post-featured-image {
    position: relative;
    display: block;
    transform: translate(0);
    min-width: 120px;
    aspect-ratio: 4/3;
    margin-right: 12px;
    border-radius: 22px;
    overflow: hidden;
    background: var(--background-alt-color);
    will-change: transform;
    transition: transform .3s ease
}

.post-featured-content .post-featured-image:hover {
    transform: translateY(-2px)
}

.post-featured-content .post-featured-image:hover .video-icon {
    transform: translate(-50%, -50%)scale(1.1)
}

.post-featured-content .post-featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@supports not (aspect-ratio:4/3) {
    .post-featured-content .post-featured-image {
        padding-bottom: 30%
    }
}

.post-featured-content .post-featured-image .video-icon {
    width: 36px;
    height: 36px
}

.post-featured-content .post-featured-image .video-icon svg {
    width: 24px
}

.post-featured-content .post-featured-title {
    margin: 0;
    font-size: 15px
}

.post-featured-content .post-featured-title a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    color: var(--heading-font-color)
}

.post-featured-content .post-featured-title a:hover {
    text-decoration-color: var(--heading-font-color)
}

.tag-cloud {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -3px 0
}

.tag-cloud .tag-cloud-item {
    padding: 6px 16px;
    margin: 3px 6px 3px 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 60px;
    color: var(--heading-font-color);
    transition: all .2s;
    background-color: var(--background-alt-color)
}

.tag-cloud .tag-cloud-item:hover {
    background-color: var(--background-alt-color-2)
}

.top {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--heading-font-color);
    cursor: pointer
}

.top:hover .top__text {
    text-decoration-color: var(--heading-font-color)
}

.top .top__text {
    margin-left: 8px;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

@media(max-width:768px) {
    .top .top__text {
        font-size: 14px
    }
}

.button {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    text-decoration: none;
    border-radius: 60px;
    border: none;
    outline: none;
    color: var(--button-color);
    background: var(--button-background-color);
    transition: all .2s;
    will-change: transform;
    cursor: pointer
}

.button:hover {
    color: var(--button-color);
    background: var(--button-background-hover)
}

.button--big {
    padding: 14px 24px
}

.button i {
    font-size: 14px;
    margin-left: 6px
}

.post__head {
    margin: 48px 0
}

@media(max-width:768px) {
    .post__head {
        margin: 16px 0 32px
    }
}

.post__meta {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px
}

.post__tags {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap
}

.post__tags .post__tag {
    padding: 6px 16px;
    margin: 3px 6px 3px 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 60px;
    color: var(--heading-font-color);
    transition: all .2s;
    background-color: var(--background-alt-color)
}

.post__tags .post__tag:hover {
    background-color: var(--background-alt-color-2)
}

.post__tags .post__tag:last-child {
    margin-right: 0
}

.post__title,
.page__title {
    margin-bottom: 24px;
    font-size: 50px
}

@media(max-width:1024px) {
    .post__title,
    .page__title {
        margin-bottom: 20px;
        font-size: 48px
    }
}

@media(max-width:768px) {
    .post__title,
    .page__title {
        font-size: 35px
    }
}

@media(max-width:576px) {
    .post__title,
    .page__title {
        margin-bottom: 16px;
        font-size: 32px
    }
}

.post__description,
.page__description {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--text-alt-color)
}

@media(max-width:576px) {
    .post__description,
    .page__description {
        font-size: 16px
    }
}

.post-image,
.page-image {
    position: relative;
    transform: translate(0);
    aspect-ratio: 4/3;
    margin-bottom: 32px;
    border-radius: 22px;
    overflow: hidden;
    background: var(--background-alt-color)
}

.post-image img,
.page-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none
}

@supports not (aspect-ratio:4/3) {
    .post-image,
    .page-image {
        padding-bottom: 75%
    }
}

@media(max-width:576px) {
    .post-image,
    .page-image {
        border-radius: 16px
    }
}

.post-video,
.page-video {
    margin-bottom: 32px;
    border-radius: 22px;
    overflow: hidden;
    transform: translate(0);
    background-color: var(--background-alt-color)
}

.post-video .post-video__wrap,
.post-video .page-video__wrap,
.page-video .post-video__wrap,
.page-video .page-video__wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%
}

.post-video .post-video__wrap iframe,
.post-video .page-video__wrap iframe,
.page-video .post-video__wrap iframe,
.page-video .page-video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(max-width:576px) {
    .post-video,
    .page-video {
        border-radius: 16px
    }
}

.post,
.page {
    color: var(--text-color)
}
/* 
.post a,
.page a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
} */

.post img+em a,
.post .lightense-wrap+em a,
.post .gallery+em a,
.page img+em a,
.page .lightense-wrap+em a,
.page .gallery+em a {
    text-decoration: none
}

.post img+em a:hover,
.post .lightense-wrap+em a:hover,
.post .gallery+em a:hover,
.page img+em a:hover,
.page .lightense-wrap+em a:hover,
.page .gallery+em a:hover {
    text-decoration: underline;
    text-decoration-color: var(--link-color)
}

.post img,
.post .js-reframe,
.page img,
.page .js-reframe {
    border-radius: 16px;
    overflow: hidden
}

.post img.lightense-open,
.post .js-reframe.lightense-open,
.page img.lightense-open,
.page .js-reframe.lightense-open {
    border-radius: 0
}

.post .button,
.page .button {
    border: none;
    text-decoration: none
}

.page {
    max-width: 780px;
    margin: 48px auto 64px
}

.page .page__description {
    margin-bottom: 32px
}

.page img[src$='#wide'] {
    display: block;
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    pointer-events: none;
    user-select: none
}

@media(max-width:576px) {
    .page {
        margin: 48px auto
    }
}

.post__share {
    margin-top: 48px
}

.post__share .share__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -3px 0
}

.post__share .share__item {
    margin: 3px;
    text-align: center
}

.post__share .share__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 15px 20px;
    line-height: 1;
    font-weight: 500;
    border-radius: 60px;
    text-decoration: none;
    color: var(--heading-font-color);
    background-color: var(--background-alt-color);
    transition: all .2s
}

.post__share .share__link:hover {
    background-color: var(--background-alt-color-2)
}

.post__share .share__link .share-name::before {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 10px;
    opacity: .2;
    background-color: var(--heading-font-color)
}

@media(max-width:768px) {
    .post__share {
        margin-top: 0
    }
    .post__share .share__link {
        font-size: 13px
    }
}

@media(max-width:576px) {
    .post__share .share__link {
        font-size: 16px;
        padding: 10px 25px
    }
    .post__share .share__link .share-name {
        display: none
    }
}

.post__navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    padding: 48px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

.post__navigation .post__prev,
.post__navigation .post__next {
    display: flex;
    align-items: center;
    width: 48%;
    border: none
}

.post__navigation .prev__image,
.post__navigation .next__image {
    position: relative;
    transform: translate(0);
    display: block;
    min-width: 260px;
    aspect-ratio: 4/3;
    border-radius: 22px;
    overflow: hidden;
    background-color: var(--background-alt-color);
    transition: transform .3s ease
}

@supports not (aspect-ratio:4/3) {
    .post__navigation .prev__image,
    .post__navigation .next__image {
        padding-top: 31%
    }
}

.post__navigation .prev__image:hover,
.post__navigation .next__image:hover {
    transform: translateY(-3px)
}

.post__navigation .prev__image:hover .video-icon,
.post__navigation .next__image:hover .video-icon {
    transform: translate(-50%, -50%)scale(1.1)
}

.post__navigation .prev__image img,
.post__navigation .next__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post__navigation .prev__image .video-icon,
.post__navigation .next__image .video-icon {
    width: 60px;
    height: 60px;
    will-change: transform
}

.post__navigation .prev__box {
    margin-left: 20px
}

.post__navigation .next__box {
    margin-right: 20px
}

.post__navigation .post__nav {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--text-alt-color)
}

.post__navigation .post__nav__title {
    margin-bottom: 0;
    font-size: 24px
}

.post__navigation .post__nav__title a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px
}

.post__navigation .post__nav__title a:hover {
    text-decoration-color: var(--link-color-hover)
}

.post__navigation .post__next {
    text-align: right;
    margin-left: auto
}

@media(max-width:1400px) {
    .post__navigation .prev__image,
    .post__navigation .next__image {
        min-width: 240px
    }
    @supports not (aspect-ratio:4 / 3) {
        .post__navigation .prev__image,
        .post__navigation .next__image {
            padding-top: 40%
        }
    }
    .post__navigation .post__nav__title {
        font-size: 22px
    }
}

@media(max-width:1024px) {
    .post__navigation {
        padding: 0 0 48px;
        border-top: none;
        border-bottom: 1px solid var(--border-color)
    }
    .post__navigation .post__prev,
    .post__navigation .post__next {
        align-items: normal;
        flex-direction: column
    }
    .post__navigation .prev__image,
    .post__navigation .next__image {
        margin-bottom: 12px
    }
    @supports not (aspect-ratio:4 / 3) {
        .post__navigation .prev__image,
        .post__navigation .next__image {
            padding-top: 75%
        }
    }
    .post__navigation .prev__box,
    .post__navigation .next__box {
        order: 1;
        margin: 0
    }
}

@media(max-width:576px) {
    .post__navigation {
        flex-wrap: wrap;
        margin-top: 48px
    }
    .post__navigation .post__prev,
    .post__navigation .post__next {
        width: 100%
    }
    .post__navigation .prev__image,
    .post__navigation .next__image {
        border-radius: 16px
    }
    .post__navigation .prev__image .video-icon,
    .post__navigation .next__image .video-icon {
        width: 68px;
        height: 68px;
        will-change: transform
    }
    .post__navigation .post__prev {
        margin-bottom: 32px
    }
    .post__navigation .post__next {
        margin-left: 0
    }
}

.related-posts {
    margin: 64px auto 0
}

@media(max-width:1400px) {
    .related-posts .article__meta,
    .related-posts .article__info {
        display: none
    }
    .related-posts .article__title {
        font-size: 18px
    }
}

@media(max-width:576px) {
    .related-posts {
        margin: 48px auto 0
    }
}

.error {
    text-align: center
}

.error .error__title {
    margin-bottom: 24px;
    font-size: 140px;
    line-height: 1
}

.error .error__text {
    color: var(--text-alt-color)
}

@media(max-width:576px) {
    .error .error__title {
        font-size: 100px
    }
}

.tag-image {
    margin-bottom: 32px;
    position: relative;
    transform: translate(0);
    display: block;
    height: 0;
    padding-bottom: 62%;
    border: 10px solid var(--background-color);
    border-radius: 22px;
    background: var(--background-alt-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, 5%);
    transition: transform .3s ease;
    overflow: hidden
}

.tag-image:hover {
    transform: translateY(-3px)
}

.tag-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none
}

.tag-image .tag-name {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    max-width: 87%;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 30px;
    color: var(--heading-font-color);
    background: var(--background-color);
    pointer-events: none
}

.dark-mode .tag-image {
    border-color: var(--border-alt-color)
}

.tags__inner .tag__info {
    margin: 48px 0
}

.tags__inner .tag__title {
    position: relative;
    margin-bottom: 0;
    font-size: 48px;
    text-transform: capitalize
}

.tags__inner .tag__counter {
    position: absolute;
    top: -10px;
    padding: 3px 8px;
    min-width: 26px;
    min-height: 26px;
    font-family: poppins, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    border-radius: 40px;
    color: var(--heading-font-color);
    background-color: var(--background-alt-color)
}

@media(max-width:768px) {
    .tags__inner .tag__info {
        margin: 16px 0 32px
    }
    .tags__inner .tag__title {
        font-size: 35px
    }
    .tags__inner .tag__counter {
        padding: 2px 6px;
        min-width: 20px;
        min-height: 20px;
        font-size: 12px;
        line-height: 1.3
    }
}

@media(max-width:576px) {
    .tags__inner .tag__title {
        font-size: 32px
    }
}