@charset "UTF-8";


:root {
    --direction-multiplier: 1
}

body.rtl, html[dir=rtl] {
    --direction-multiplier: -1
}

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

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    background-color: transparent;
    margin: 0
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order)
}

.elementor-element:where(.elementor-widget) {
    align-content: var(--align-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    gap: var(--row-gap) var(--column-gap);
    justify-content: var(--justify-content)
}

:root {
    --page-title-display: block
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-inline: auto;
    position: relative
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-items-top > .elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
    align-items: flex-end
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: flex-end
}

.elementor-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap > .elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-block-end: var(--kit-widget-spacing, 20px)
}

.elementor-column {
    display: flex;
    min-height: 1px;
    position: relative
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-column {
        width: 100%!important;
    }
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth
    }
}

@media (prefers-reduced-motion: reduce) {
    html * {
        transition-delay: 0s !important;
        transition-duration: 0s !important
    }
}

.elementor-27575 .elementor-element.elementor-element-429a7fe1:not(.elementor-motion-effects-element-type-background),
.elementor-27575 .elementor-element.elementor-element-429a7fe1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #000000;
}

.elementor-27575 .elementor-element.elementor-element-429a7fe1 {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #E3E3E3;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
}

.elementor-27575 .elementor-element.elementor-element-1e6ae41a:not(.elementor-motion-effects-element-type-background),
.elementor-27575 .elementor-element.elementor-element-1e6ae41a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #000000;
}

.elementor-27575 .elementor-element.elementor-element-1e6ae41a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 30px 0 30px 0;
}

.elementor-27575 .elementor-element.elementor-element-338601a3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-block-end: 0;
}

.elementor-27575 .elementor-element.elementor-element-25ee79ee .list-post {
    --list-p-media-width: 54%;
    --list-p-media-max-width: 85%;
}

.elementor-27575 .elementor-element.elementor-element-25ee79ee .media {
    --list-p-media-max-width: 800px;
}

.elementor-27575 .elementor-element.elementor-element-25ee79ee .loop {
    --grid-row-gap: 34px;
}

.elementor-27575 .elementor-element.elementor-element-25ee79ee .content {
    margin: -5px 0 0 0;
}

.elementor-27575 .elementor-element.elementor-element-25ee79ee .meta-below {
    margin: 0 0 -1px 0;
}

.elementor-27575 .elementor-element.elementor-element-25ee79ee .post-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35em;
}

.elementor-27575 .elementor-element.elementor-element-23675b30 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-block-end: 0;
}

.elementor-27575 .elementor-element.elementor-element-73f34f4f .loop {
    --grid-row-gap: 28px;
}

.elementor-27575 .elementor-element.elementor-element-73f34f4f .post-title {
    font-size: 15px;
    line-height: 1.35em;
    letter-spacing: -0.4px;
}

.elementor-27575 .elementor-element.elementor-element-6dd8dfba .loop {
    --grid-gutter: 5px;
    --grid-row-gap: 35px;
}

.elementor-27575 .elementor-element.elementor-element-6dd8dfba .content {
    padding: 0 15px 0 0;
}

.elementor-27575 .elementor-element.elementor-element-2e00deb3 .list-post {
    --list-p-media-width: 21%;
    --list-p-media-max-width: 85%;
}


.elementor-27575 .elementor-element.elementor-element-2e00deb3 .loop {
    --grid-row-gap: 34px;
}

.elementor-27575 .elementor-element.elementor-element-2e00deb3 .content {
    margin: -3px 0 0 0;
}

.elementor-27575 .elementor-element.elementor-element-2e00deb3 .meta-below {
    margin: 0 0 -5px 0;
}

.elementor-27575 .elementor-element.elementor-element-2e00deb3 .post-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.elementor-27575 .elementor-element.elementor-element-7a37c25d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-block-end: 0;
}

.elementor-27575 .elementor-element.elementor-element-c1748de .post-title {
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: -0.4px;
}

.elementor-27575 .elementor-element.elementor-element-1c269620 .loop {
    --grid-row-gap: 18px;
}

.elementor-27575 .elementor-element.elementor-element-1c269620 .content {
    margin: -4px 0px 0px 0px;
}

.elementor-27575 .elementor-element.elementor-element-1c269620 .post-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.elementor-27575 .elementor-element.elementor-element-780474e .loop {
    --grid-row-gap: 30px;
}

.elementor-27575 .elementor-element.elementor-element-780474e .post-title {
    font-size: 15px;
    line-height: 1.35em;
    letter-spacing: -0.4px;
}

.elementor-27575 .elementor-element.elementor-element-2e158ed0 .post-title {
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: -0.4px;
}

.elementor-27575 .elementor-element.elementor-element-5b2ccec8 .loop {
    --grid-row-gap: 18px;
}

.elementor-27575 .elementor-element.elementor-element-5b2ccec8 .content {
    margin: -4px 0px 0px 0px;
}

.elementor-27575 .elementor-element.elementor-element-5b2ccec8 .post-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.elementor-27575 .elementor-element.elementor-element-a578ddc .post-title {
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: -0.4px;
}

@media (min-width: 768px) {
    .elementor-27575 .elementor-element.elementor-element-338601a3 {
        width: 74%;
    }

    .elementor-27575 .elementor-element.elementor-element-23675b30 {
        width: 26%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-27575 .elementor-element.elementor-element-338601a3 {
        width: 100%;
    }

    .elementor-27575 .elementor-element.elementor-element-23675b30 {
        width: 100%;
    }


    .elementor-27575 .elementor-element.elementor-element-7a37c25d {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .elementor-27575 .elementor-element.elementor-element-338601a3 > .elementor-element-populated {
        margin: 0 0 40px 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .elementor-27575 .elementor-element.elementor-element-25ee79ee .post-title {
        font-size: 24px;
    }

    .elementor-27575 .elementor-element.elementor-element-7a37c25d > .elementor-element-populated {
        margin: 0 0 35px 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video,
button, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-family: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

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

button,
input[type=submit] {
    box-sizing: content-box;
    -webkit-appearance: none;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto;
}

a img {
    border: 0;
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img {
        min-height: 1px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

:root {
    --body-font: "Public Sans", system-ui, sans-serif;
    --ui-font: var(--body-font);
    --text-font: var(--body-font);
    --title-font: var(--ui-font);
    --h-font: var(--ui-font);
    --text-size: 14px;
    --text-lh: 1.714;
    --main-width: 1200px;
    --grid-gutter: 36px;
    --wrap-padding: 35px;
    --boxed-pad: 45px;
    --sidebar-width: 33.3333333333%;
    --sidebar-c-width: var(--sidebar-width);
    --sidebar-pad: 38px;
    --sidebar-c-pad: var(--sidebar-pad);
    --c-sidebar-sep: var(--c-separator2);
    --max-width-md: 680px;
    --title-size-xs: 14px;
    --title-size-s: 16px;
    --title-size-n: 18px;
    --title-size-m: 20px;
    --title-size-l: 25px;
    --title-size-xl: 30px;
    --title-fw-semi: 600;
    --title-fw-bold: 700;
    --grid-p-title: var(--title-size-m);
    --grid-sm-p-title: var(--title-size-s);
    --grid-lg-p-title: var(--title-size-l);
    --list-p-title: calc(var(--title-size-m) * 1.05);
    --small-p-title: var(--title-size-xs);
    --feat-grid-title-s: var(--title-size-n);
    --feat-grid-title-m: var(--title-size-m);
    --feat-grid-title-l: var(--title-size-l);
    --excerpt-size: 15px;
    --post-content-size: 1.186rem;
    --post-content-lh: 1.7;
    --post-content-gaps: 1.54em;
    --single-content-size: var(--post-content-size);
    --p-media-margin: 1.867em;
    --p-spacious-pad: 0px;
    --c-facebook: #1a6dd4;
    --c-twitter: #55acef;
    --c-pinterest: #e4223e;
    --c-linkedin: #02669a;
    --c-tumblr: #44546b;
    --c-instagram: #c13584;
    --c-vk: #45668e;
    --c-vimeo: #1ab7ea;
    --c-youtube: #ff0000;
    --c-dribbble: #ea4c89;
    --c-flickr: #0063dc;
    --c-email: #080808;
    --c-whatsapp: #23c761;
    --c-soundcloud: #ff8800;
    --c-rss: #f97d1e;
    --c-reddit: #ff4500;
    --c-telegram: #0088cc;
    --c-tiktok: #fe2c55;
    --c-discord: #5865f2;
    --c-twitch: #7b3ed6;
    --c-snapchat: #fffc00;
    --c-threads: #000;
    --c-mastodon: #6364ff;
    --c-spotify: #1db954;
    --c-bluesky: #1285fe;
    --block-wrap-mb: 55px;
    --btn-height: 38px;
    --btn-shadow: 0 2px 7px -4px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    :root {
        --block-wrap-mb: 45px;
    }
}

:root,
.s-light {
    --c-main: #2ab391;
    --c-main-rgb: 42, 179, 145;
    --c-contrast-0: #fff;
    --c-contrast-10: #fbfbfb;
    --c-contrast-50: #f7f7f7;
    --c-contrast-75: #efefef;
    --c-contrast-100: #e8e8e8;
    --c-contrast-125: #e2e2e2;
    --c-contrast-150: #ddd;
    --c-contrast-200: #ccc;
    --c-contrast-300: #bbb;
    --c-contrast-400: #999;
    --c-contrast-450: #8a8a8a;
    --c-contrast-500: #777;
    --c-contrast-600: #666;
    --c-contrast-650: #505050;
    --c-contrast-700: #444;
    --c-contrast-800: #333;
    --c-contrast-850: #191919;
    --c-contrast-900: #161616;
    --c-contrast: #000;
    --c-rgba: 0, 0, 0;
    --c-separator: var(--c-contrast-100);
    --c-separator2: var(--c-contrast-125);
    --c-links: var(--c-contrast-900);
    --c-headings: var(--c-contrast-900);
    --c-excerpts: var(--c-contrast-650);
    --c-nav: var(--c-contrast-900);
    --c-nav-hov-bg: transparent;
    --c-nav-drop-sep: rgba(0, 0, 0, .07);
    --c-nav-blip: var(--c-contrast-300);
    --c-post-meta: var(--c-contrast-450);
    --footer-mt: 60px;
    --footer-bg: #f7f7f7;
    --footer-lower-bg: #f0f0f0;
}

.s-dark:not(i) {
    --c-contrast-0: #000;
    --c-contrast-10: #070707;
    --c-contrast-50: #111;
    --c-contrast-75: #151515;
    --c-contrast-100: #222;
    --c-contrast-125: #2b2b2b;
    --c-contrast-150: #333;
    --c-contrast-200: #444;
    --c-contrast-300: #555;
    --c-contrast-400: #777;
    --c-contrast-450: #999;
    --c-contrast-500: #bbb;
    --c-contrast-600: #c0c0c0;
    --c-contrast-650: #ccc;
    --c-contrast-700: #d1d1d1;
    --c-contrast-800: #ddd;
    --c-contrast-850: #ececec;
    --c-contrast-900: #f0f0f0;
    --c-contrast: #fff;
    --c-rgba: 255, 255, 255;
    --c-a-hover: rgba(var(--c-rgba), .7);
    --c-headings: var(--c-contrast-850);
    --c-excerpts: var(--c-contrast-650);
    --c-separator: rgba(var(--c-rgba), .13);
    --c-separator2: rgba(var(--c-rgba), .13);
    --c-links: var(--c-contrast-900);
    --c-headings: var(--c-contrast-850);
    --c-nav: var(--c-contrast-900);
    --c-nav-drop-bg: var(--c-contrast-10);
    --c-nav-drop-sep: rgba(255, 255, 255, .1);
    --c-post-meta: rgba(var(--c-rgba), .65);
    --c-email: var(--c-contrast-300);
    --c-input-bg: rgba(var(--c-rgba), .1);
    --footer-bg: #0f0f11;
    --footer-lower-bg: #040404;
}

html {
    font-size: 14px;
}

body {
    font-family: var(--body-font);
    line-height: 1.5;
    color: var(--body-color, var(--c-contrast-700));
    background: var(--c-contrast-0);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .main-wrap {
        overflow-x: clip;
    }
}

@media (max-width: 767px) {
    body,
    html {
        overflow-x: hidden;
    }
}

::selection {
    background: var(--c-main);
    color: #fff;
}

img::selection {
    background: transparent;
}

:root {
    --admin-bar-h: 32px;
}

@media (max-width: 782px) {
    :root {
        --admin-bar-h: 46px;
    }
}

*,
:before,
:after {
    -webkit-font-smoothing: antialiased;
}

p {
    margin-bottom: 15px;
    word-break: break-word;
    overflow-wrap: break-word;
}

h1 {
    font-size: 1.846em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.285em;
}

h4 {
    font-size: 1.21em;
}

h5 {
    font-size: 1.107em;
}

h6 {
    font-size: 1.07em;
}

h1, h2, h3, h4, h5, h6, .h-tag {
    font-weight: var(--title-fw-bold);
    font-family: var(--h-font);
    color: var(--c-headings);
}

a {
    color: var(--c-a, var(--c-links));
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--c-a-hover, var(--c-main));
}

code,
pre {
    background: rgba(var(--c-rgba), 0.03);
}

code {
    padding: 4px 10px;
}

pre {
    padding: 1.5em 1em;
    border-left: 3px solid var(--c-separator);
    border-bottom: 1px solid transparent;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    font-family: Menlo, Monaco, Consolas, monospace;
    font-size: max(14px, .9em);
}

pre code {
    white-space: pre-wrap;
    background: transparent;
    font-size: inherit;
}

table {
    max-width: 100%;
    background-color: transparent;
}

th, td {
    background: transparent;
    padding: 5px 9px;
    border: 1px solid var(--c-separator2);
    text-align: initial;
}

th {
    background: rgba(var(--c-rgba), 0.05);
}

table caption {
    padding: 0 0 7px 0;
    width: auto;
    font-weight: 600;
}

small {
    font-size: 0.92308em;
}

sub {
    vertical-align: sub;
    font-size: 0.7em;
}

sup {
    vertical-align: super;
    font-size: 0.7em;
}

ul,
ol {
    list-style-type: var(--ul-style, none);
    margin: var(--ul-margin, 0);
    margin-left: var(--ul-ml, 0);
}

@media (max-width: 540px) {
    ul,
    ol {
        margin-left: var(--ul-ml-xs, 0);
    }
}

ol li::marker {
    font-size: max(0.95em, 12px);
}

li {
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
    border: 1px solid var(--c-contrast-150);
    padding: 7px 12px;
    outline: 0;
    height: auto;
    font-size: 14px;
    color: var(--c-contrast-500);
    max-width: 100%;
    border-radius: 2px;
    box-shadow: 0 2px 7px -4px rgba(0, 0, 0, 0.1);
    background: var(--c-input-bg, var(--c-contrast-0));
}

input {
    width: initial;
    height: var(--input-height, 38px);
}

input[type=checkbox],
input[type=radio] {
    width: initial;
    height: initial;
}

textarea {
    width: 100%;
    padding: 14px 12px;
    line-height: 1.5;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--c-contrast-400);
    color: var(--c-contrast-650);
}

input[type=submit],
button,
input[type=reset] input[type=button],
.ts-button {
    -webkit-appearance: none;
    padding: var(--btn-pad, 0 17px);
    font-family: var(--ui-font);
    font-size: var(--btn-f-size, 12px);
    font-weight: 600;
    line-height: var(--btn-l-height, var(--btn-height));
    height: var(--btn-height);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    box-shadow: var(--btn-shadow);
    transition: 0.25s ease-in-out;
    background: var(--c-main);
    color: #fff;
    border: 0;
    border-radius: 2px;
}

input[type=submit]:hover,
button:hover,
input[type=reset] input[type=button]:hover,
.ts-button:hover {
    background: #161616;
    border-color: #161616;
    color: #fff;
}

.s-dark input[type=submit]:hover,
.s-dark button:hover,
.s-dark input[type=reset] input[type=button]:hover,
.s-dark .ts-button:hover {
    border-color: #555;
}

button:focus {
    outline: 0;
}

input[type=submit]:active,
button:active,
input[type=button]:active {
    opacity: 0.9;
}

.ts-button-alt {
    --btn-l-height: 1;
    --btn-height: auto;
    --btn-pad: 10px 17px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--c-contrast-100);
    color: var(--c-contrast-650);
}

.ts-button:not(._),
.ts-button-alt:not(._) {
    box-shadow: var(--btn-shadow);
}

blockquote {
    padding: 0.5em 1.5em;
    color: var(--c-contrast-850);
    font-family: inherit;
    font-size: 1.12em;
    font-weight: 400;
}

blockquote cite:before {
    content: "—";
    margin-right: 5px;
    opacity: 0.6;
}

blockquote > p:last-of-type {
    margin-bottom: 0;
}

.search-form {
    display: flex;
}

.search-form label {
    flex-grow: 1;
    max-width: 400px;
}

.search-form .search-field {
    width: 100%;
}

.search-form input[type=submit] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
}

.cf:after, .cf:before {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1;
}

.cf:after {
    clear: both;
}

.limit-lines {
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.l-lines-1 {
    --limit-lines: 1;
}

.l-lines-2 {
    --limit-lines: 2;
}

.l-lines-3 {
    --limit-lines: 3;
}

.l-lines-4 {
    --limit-lines: 4;
}

.padding-1 {
    padding: 25px 0;
}

.post-title {
    color: var(--c-headings);
    font-family: var(--title-font);
    line-height: 1.36;
}

.post-title a {
    --c-links: initial;
    --c-a: initial;
    --c-a-hover: var(--c-main);
    display: block;
}

.lazyload {
    will-change: opacity !important;
    background-color: var(--c-contrast-150);
}

.wp-post-image,
.post-content img,
.lazyload {
    transition: opacity 0.3s ease-in-out;
}

.ts-contain,
.wrap,
.main-wrap {
    max-width: 100%;
    box-sizing: border-box;
}

.ts-contain,
.wrap {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1201px) {
    .wrap {
        width: var(--main-width);
    }
}

@media (max-width: 940px) {
    .wrap {
        max-width: var(--max-width-md);
    }
}

@media (min-width: 1201px) {
    .ts-contain,
    .main {
        width: calc(var(--main-width) + var(--wrap-padding) * 2);
    }
}

@media (max-width: 940px) {
    .ts-contain,
    .main {
        max-width: calc(var(--max-width-md) + 70px);
    }
}

.main {
    margin: 20px auto;
}

.ts-contain,
.main {
    padding: 0 15px;
}

.ts-contain .ts-contain,
.main .ts-contain {
    padding: 0;
}

.no-sidebar .col-8.main-content {
    width: 100%;
}

@media (min-width: 941px) {
    .main-content:not(.main),
    .no-sidebar .right-sidebar .main-content {
        width: calc(100% - var(--sidebar-c-width));
    }
}

.ts-row,
.row {
    --grid-gutter-h: calc(var(--grid-gutter) / 2);
    display: flex;
    flex-wrap: wrap;
}

.grid {
    display: grid;
    grid-column-gap: var(--grid-gutter);
    grid-row-gap: var(--grid-row-gap, 0);
}

@media (max-width: 767px) {
    .grid {
        --grid-gutter: 26px;
    }
}

.cols-gap-sm {
    --grid-gutter: 26px;
}

.cols-gap-lg {
    --grid-gutter: 50px;
}

@media (max-width: 767px) {
    .cols-gap-lg {
        --grid-gutter: 26px;
    }
}

.grid-1 {
    --col: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-2 {
    --col: 50%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
    --col: 33.3333333333%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
    --col: 25%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-5 {
    --col: 20%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 940px) {
    .md\:grid-1 {
        --col: 100%;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-2 {
        --col: 50%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .sm\:grid-1 {
        --col: 100%;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sm\:grid-2 {
        --col: 50%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .xs\:grid-1 {
        --col: 100%;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.col-2 {
    width: 16.6666666667%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-8 {
    width: 66.6666666667%;
}

@media (max-width: 940px) {
    .column,
    [class^=col-],
    [class*=" col-"] {
        width: 100%;
    }
}

html :where([style*=border-width]) {
    border-style: solid;
}

p img,
figure img {
    vertical-align: middle;
}

.post-content {
    --ul-style: disc;
    --ul-margin: calc(var(--post-content-gaps) + .26em) auto;
    --ul-ml: 35px;
    --ul-ml-xs: 22px;
    --li-pl: 3px;
    --li-mb: 0.44em;
}

.post-content p,
.post-content > div,
.post-content > dl,
.post-content > iframe {
    margin-bottom: var(--post-content-gaps);
}

.post-content strong {
    font-weight: var(--title-fw-bold);
}

.post-content > pre,
.post-content > blockquote {
    margin: calc(var(--post-content-gaps) + 0.3em) auto;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content li > ul,
.post-content li > ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.post-content {
    --c-a: var(--c-main);
    --c-a-hover: var(--c-links);
}

.post-content > :not(._):last-child {
    margin-bottom: 0;
}

.post-content > :not(._):first-child {
    margin-top: 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin-top: 1.35em;
    margin-bottom: 0.75em;
    font-weight: var(--title-fw-bold);
    color: var(--c-headings);
    font-family: var(--text-h-font, inherit);
    line-height: 1.5;
}

.post-content a:hover img {
    opacity: 1;
}

.post-content table {
    margin: calc(var(--post-content-gaps) + 0.66em) auto;
}

.post-content iframe {
    max-width: 100%;
}

.post-content figcaption a {
    text-decoration: underline;
}

.post-content {
    font-family: var(--text-font);
    font-size: var(--text-size);
    line-height: var(--text-lh);
    text-rendering: optimizeLegibility;
    font-size: var(--post-content-size);
    line-height: var(--post-content-lh);
    color: var(--c-contrast-800);
    --wp--preset--font-size--small: 14px;
    --wp--preset--font-size--large: 22px;
}

@media (max-width: 767px) {
    .post-content {
        font-size: max(14px, calc(var(--post-content-size) * .96));
    }
}

.post-content .search-field {
    vertical-align: top;
}

.post-content table {
    font-size: calc(0.6923076923em + 4px);
}

.post-content > blockquote:not([class]) {
    border-left: 3px solid var(--c-contrast-150);
}

.post-content figure > ul,
.post-content figure > ol {
    margin: 0;
    list-style: none;
}

.entry-content {
    --post-content-size: var(--single-content-size);
}

.post-meta {
    --p-meta-sep: "—";
    display: flex;
    flex-direction: column;
    margin-bottom: initial;
    font-family: var(--ui-font);
    font-size: 12px;
    color: var(--c-post-meta);
    line-height: 1.5;
}

.post-meta-items a {
    color: inherit;
}

.post-meta .meta-item:before {
    content: var(--p-meta-sep);
    padding: 0 4px;
    display: inline-block;
    transform: scale(0.916);
}

.post-meta .has-icon {
    white-space: nowrap;
}

.post-meta .has-icon:before {
    display: none;
}

.post-meta .has-icon i {
    font-size: 1.083em;
    margin-right: 4px;
}

.post-meta .has-next-icon {
    margin-right: var(--p-meta-icons-mr, 10px);
}

.post-meta .has-next-icon:not(.has-icon) {
    margin-right: 18px;
}

.post-meta .meta-item:first-child:before {
    display: none;
}

.post-meta .post-title {
    margin: 9px 0;
}

.post-meta .post-cat {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.post-meta .post-cat > a {
    padding: 0;
    color: var(--c-main);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.post-meta .post-cat > a:hover {
    opacity: 0.8;
}

.post-meta .post-cat a + a:before {
    content: "•";
    display: inline-flex;
    padding: 0 6px;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1;
}

.post-meta .cat-labels {
    display: inline-flex;
    margin-bottom: -5px;
}

.post-meta .cat-labels .category {
    display: inline-flex;
    margin-bottom: 6px;
}

.post-meta .meta-item + .cat-labels {
    vertical-align: middle;
    margin-left: 8px;
}

.post-meta .meta-item + .cat-labels:before {
    content: "";
}

.post-meta .cat-labels + .meta-item:before {
    content: "";
    margin-left: 3px;
}

.post-meta > :last-child {
    margin-bottom: 0;
}

.post-meta > :first-child {
    margin-top: 0;
}

.post-meta > .is-title:last-child {
    margin-bottom: 0 !important;
}

.post-meta > .is-title:first-child {
    margin-top: 0 !important;
}

.meta-below-has-right {
    display: flex;
    align-items: center;
}

@media (max-width: 940px) {
    .meta-below-has-right {
        flex-direction: column;
        gap: 20px;
    }
}

.meta-below-has-right .post-meta-items {
    min-width: 30%;
}

@media (max-width: 940px) {
    .meta-below-has-right .post-meta-items {
        width: 100%;
    }
}

.l-post .media {
    position: relative;
    align-self: flex-start;
    border-radius: var(--media-radius, 0);
    overflow: hidden;
}

.l-post .content {
    position: relative;
}

.l-post .image-link {
    display: block;
    position: relative;
    max-width: 100%;
}

.l-post .post-title {
    font-size: var(--title-size-m);
    font-weight: var(--title-fw-bold);
}

@media (max-width: 540px) {
    .l-post .post-title a {
        display: initial;
    }
}

.l-post .excerpt {
    margin-top: 16px;
    color: var(--c-excerpts);
    font-size: var(--excerpt-size);
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
}

.l-post .excerpt p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 540px) {
    .l-post .post-meta-items a {
        pointer-events: none;
    }

    .touch .l-post .post-meta-items a {
        pointer-events: auto;
    }
}

.grid-post .content-above {
    margin-bottom: 16px;
}

.grid-post .media {
    margin-bottom: 16px;
}

.grid-post .media:last-child {
    margin-bottom: 0;
}

.grid-post .image-link {
    width: 100%;
}

.grid-post .image-link img {
    width: 100%;
    aspect-ratio: 16/9;
}

.grid-post .post-title {
    font-size: var(--grid-p-title);
}

.grid-sm-post .image-link {
    width: 100%;
}

.grid-sm-post .post-title {
    font-size: var(--grid-sm-p-title);
    margin-top: 11px;
}

.grid-lg-post {
    --post-format-scale: 1.42;
    --grid-p-title: var(--grid-lg-p-title);
}

.grid-lg-post .content-above {
    margin-bottom: 20px;
}

.grid-lg-post .media {
    margin-bottom: 20px;
}

.grid-lg-post .excerpt {
    margin-top: 25px;
    font-size: calc(var(--excerpt-size) * 1.067);
    line-height: var(--post-content-lh);
}

.grid-lg-post .read-more-link {
    margin-top: 25px;
}

.list-post {
    display: flex;
    width: 100%;
    --list-p-content-pad: 5px 0;
}

@media (max-width: 767px) {
    .list-post {
        --list-p-content-pad: 3px 0;
        --list-p-media-width: 40%;
    }
}

.list-post .media {
    display: block;
    max-width: var(--list-p-media-max-width, 60%);
    width: var(--list-p-media-width, 38%);
    margin-right: var(--list-p-media-margin, 25px);
    flex-shrink: 0;
}

@media (max-width: 540px) {
    .list-post .media {
        min-width: 100px;
        margin-right: var(--list-p-media-margin, 16px);
    }
}

.list-post .post-title {
    font-size: var(--list-p-title);
}

@media (max-width: 540px) {
    .list-post .post-title {
        font-size: calc(14px + (var(--list-p-title) - 14px) * 0.4);
    }
}

@media (max-width: 540px) {
    .list-post:not(.grid-on-sm) .image-link {
        padding: 0;
        height: 10vh;
        min-height: 100px;
        width: auto;
    }
}

@media (max-width: 540px) {
    .list-post:not(.grid-on-sm) .cat-labels {
        display: none;
    }
}

@media (max-width: 540px) {
    .list-post:not(.grid-on-sm) .excerpt,
    .list-post:not(.grid-on-sm) .read-more-link {
        display: none;
    }
}

@media (max-width: 540px) {
    .list-post-on-sm:has(.cat-labels) .post-title {
        margin-top: 0;
    }
}

.list-post .content {
    padding: var(--list-p-content-pad);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.list-post.m-pos-right .media {
    order: 3;
    margin-right: 0;
    margin-left: var(--list-p-media-margin, 30px);
}

@media (max-width: 540px) {
    .list-post.m-pos-right .media {
        margin-left: var(--list-p-media-margin, 20px);
    }
}

@media (max-width: 767px) {
    .list-post.grid-on-sm {
        --list-p-content-pad: 0;
        flex-direction: column;
    }

    .list-post.grid-on-sm .media {
        order: initial;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 18px;
    }
}

.small-post {
    display: flex;
    width: 100%;
    --post-format-scale: .82;
}

.small-post .post-title {
    font-size: var(--small-p-title);
    font-weight: var(--title-fw-semi);
    line-height: 1.43;
}

.small-post .media {
    display: block;
    width: 110px;
    max-width: 40%;
    margin-right: 18px;
    flex-shrink: 0;
}

.small-post .media img {
    display: block;
}

.small-post .content {
    margin-top: 2px;
    flex-grow: 1;
}

.small-post.m-pos-right .media {
    order: 2;
    margin-right: 0;
    margin-left: 18px;
}

.small-b-post .post-meta {
    margin-left: 20px;
}

.small-b-post .post-title:before {
    position: absolute;
    display: inline-flex;
    margin-left: -7px;
    content: "\f105";
    float: left;
    font-family: ts-icons;
    font-size: 15px;
    color: var(--c-main);
    line-height: 1.39;
    transform: translateX(-13px);
}

.loop-sep-col {
    overflow: hidden;
}

.loop-sep-col .l-post {
    position: relative;
}

.loop-sep-col .l-post:before {
    content: "";
    position: absolute;
    top: 0;
    height: calc(100% + var(--grid-row-gap));
    right: calc(-1px - var(--grid-gutter) / 2);
    border-right: 1px solid var(--c-separator);
}

.loop-sep {
    overflow: hidden;
}

.loop-sep .l-post:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: calc(var(--grid-row-gap) / 2 * -1);
    border-bottom: 1px solid var(--c-separator);
}

.loop-grid {
    --grid-row-gap: 36px;
}

.loop-grid .l-post .image-link {
    overflow: hidden;
}

.loop-grid-sm {
    --grid-row-gap: 26px;
}

.loop-grid-lg {
    --grid-row-gap: 45px;
}

.loop-list {
    --grid-row-gap: 35px;
}

.loop-list .l-post {
    position: relative;
}

.loop-list-sep {
    --grid-row-gap: 52px;
}

.loop-small {
    --grid-row-gap: 25px;
}

.loop-small .l-post {
    position: relative;
}

.loop-small-sep {
    --grid-row-gap: 32px;
}

.mobile-menu {
    --c-sep: rgba(var(--c-rgba), .08);
    font-size: 16px;
    font-family: var(--ui-font);
    font-weight: 700;
    letter-spacing: 0;
    color: var(--c-links);
    -webkit-font-smoothing: antialiased;
}

.mobile-menu.s-dark, .s-dark .mobile-menu {
    --c-sep: rgba(var(--c-rgba), 0.11);
}

.mobile-menu li {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--c-sep);
}

.mobile-menu li a {
    max-width: calc(100% - 65px);
    float: none;
    display: block;
    padding: 12px 0;
    padding-right: 50px;
    line-height: 1.5;
    color: inherit;
}

.mobile-menu li li {
    padding-left: 12px;
    border: 0;
}

.mobile-menu li ul li:last-child ul {
    border-bottom-color: transparent;
}

.mobile-menu ul {
    width: 100%;
    max-height: 0;
    opacity: 0;
    background: transparent;
    overflow: hidden;
    border: 0;
    transition: opacity 0.6s ease, max-height 0.8s ease;
}

.mobile-menu ul > li > ul li {
    padding-left: 15px;
}

.mobile-menu ul li a {
    padding: 8px 0;
    font-size: max(13px, .93em);
    font-weight: 500;
}

.mobile-menu li:hover > a {
    opacity: 0.8;
}

.menu-bar {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 80vw;
    min-width: 320px;
    max-width: 370px;
    box-sizing: border-box;
    background: var(--c-contrast-0);
    z-index: 10000;
    transform: translate3d(-100%, 0, 0);
    transition: 0.4s ease-in-out;
    transition-property: transform, visibility;
    visibility: hidden;
    content-visibility: auto;
}

@media (max-width: 350px) {
    .menu-bar {
        min-width: 300px;
    }
}

.menu-bar-head {
    padding: 0 25px;
    padding-top: 38px;
    margin-bottom: 20px;
}

.menu-bar-content {
    display: flex;
    flex-direction: column;
    padding: 25px;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 auto;
}

@media (min-width: 941px) {
    .menu-bar-content {
        --c-sb: var(--c-contrast-200);
        --c-sb-track: transparent;
        --sb-size: 4px;
        --sb-width: thin;
        scrollbar-width: var(--sb-width);
        scrollbar-color: var(--c-sb) var(--c-sb-track);
    }

    .menu-bar-content::-webkit-scrollbar-track {
        background-color: var(--c-sb-track);
    }

    .menu-bar-content::-webkit-scrollbar-thumb {
        background-color: var(--c-sb);
        border-radius: 3px;
    }

    .has-scrollbar .menu-bar-content::-webkit-scrollbar {
        width: var(--sb-size);
    }
}

.menu-bar .mobile-menu {
    margin-bottom: 45px;
}

.menu-bar .logo-image {
    display: inline-block;
    max-width: calc(100% - 34px);
}

.menu-bar .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 9px;
    background: #161616;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}

.menu-bar .mobile-menu {
    margin-top: -10px;
    transition: opacity 0.5s ease-in;
    opacity: 0.2;
}

.menu-bar.s-dark .close, .s-dark .menu-bar .close {
    background: var(--c-contrast-200);
}

.admin-bar .menu-bar {
    top: var(--admin-bar-h);
    height: calc(100% - var(--admin-bar-h));
}

@media (min-width: 941px) {
    .menu-bar.hide-menu-lg .mobile-menu {
        display: none;
    }
}

.menu-bar-backdrop {
    content: "";
    position: fixed;
    opacity: 0;
    z-index: 9999;
    pointer-events: none;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out;
}

.menu-bar-active {
    overflow: hidden;
}

.menu-bar-active .menu-bar {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    box-shadow: 2px 0px 15px 0 rgba(0, 0, 0, 0.1);
}

.menu-bar-active .mobile-menu {
    opacity: 1;
}

.menu-bar-active .menu-bar-backdrop {
    opacity: 1;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.search-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.search-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000 !important;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    padding-top: 50%;
}

.search-modal.s-dark, .s-dark .search-modal {
    --bg-opacity: .95;
}

.search-modal.search-bg {
    background: var(--c-contrast-0);
    opacity: 0;
    transition: 0.35s ease-in-out;
    will-change: opacity;
    position: fixed;
    z-index: 10001;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.search-ready {
    opacity: var(--bg-opacity, 0.98)!important;
    display: block!important;
}

.search-removing {
    opacity: 0;
    display: none!important;
}

.search-modal .search-modal-wrap {
    display: block;
}

.search-modal.search-ready.search-wrap {
    opacity: 1;
    transform: none;
}

.search-modal.search-wrap, .search-modal.search-removing.search-wrap {
    opacity: 0;
    will-change: opacity;
    transition: 0.4s ease-in-out;
    transform: scale(0.95);
}

.search-modal.search-removing.search-wrap {
    transition-duration: 0.2s;
}

.search-modal .search-close {
    position: absolute;
    z-index: 1046;
    top: 20px;
    right: 20px;
    padding: 0;
    background: transparent;
    color: var(--c-contrast);
    font-size: 60px;
    font-family: Arial, Baskerville, monospace;
    line-height: 44px;
    opacity: 0.65;
    -webkit-text-stroke: 2px var(--c-contrast-0);
}

.search-modal .search-close:active {
    top: 20px;
}

.admin-bar .search-modal .search-close {
    top: 50px;
}

.search-modal .search-form {
    flex-wrap: wrap;
    position: relative;
}

.search-modal .search-field {
    padding: 0;
    padding-bottom: 12px;
    margin-bottom: 22px;
    border: 0;
    border-bottom: 1px solid var(--c-separator2);
    height: auto;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: var(--c-contrast-850);
    background: transparent;
}

@media (max-width: 767px) {
    .search-modal .search-field {
        font-size: 42px;
    }
}

.search-modal-box {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 790px;
}

@media (max-width: 767px) {
    .search-modal-box {
        max-width: 100%;
    }
}

.search-modal-wrap {
    display: none;
}

.block-head {
    --line-weight: 1px;
    --c-border: var(--c-separator2);
    --space-below: 26px;
    --c-block: var(--c-main);
    display: flex;
    flex-wrap: nowrap;
    font-family: var(--ui-font);
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-below);
}

.block-head .heading {
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--c-block);
    flex-shrink: 0;
    max-width: 100%;
}

.block-head .heading a {
    color: inherit;
}

.block-head .view-link {
    order: 5;
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    color: var(--c-contrast-400);
}

.block-head .view-link:hover {
    color: var(--c-links);
}

.block-head-ac {
    --c-block: var(--c-contrast-900);
}

.block-head-b {
    --space-below: 28px;
}

.block-head-f {
    --c-line: var(--c-block);
    --line-weight: 3px;
    border-bottom: 1px solid var(--c-border);
    border-top: var(--line-weight) solid var(--c-line);
    padding: 11px 0;
}

.block-head-f .heading {
    text-transform: none;
    font-size: 22px;
    color: var(--c-block);
}

.has-media-shadows .media {
    box-shadow: 0 2px 6px -1px rgba(7, 10, 25, 0.2), 0 6px 12px -6px rgba(7, 10, 25, 0.2);
}

.feedburner .heading {
    margin-bottom: 14px;
}

.feedburner label {
    display: none;
}

.feedburner input {
    padding: 8px 12px;
    outline: 0;
}

.cat-labels {
    line-height: 0;
}

.cat-labels a,
.cat-labels .category {
    display: inline-flex;
    background: var(--c-main);
    margin-right: var(--cat-label-mr, 5px);
    padding: 0 8px;
    color: #fff;
    border-radius: 1px;
    font-family: var(--ui-font);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 22px;
}

.cat-labels a:hover,
.cat-labels .category:hover {
    background: var(--c-main);
    color: #fff;
    filter: contrast(1.2);
}

.cat-labels a:last-child,
.cat-labels .category:last-child {
    margin-right: 0;
}

.ts-logo .logo-image-dark {
    display: none;
}

.s-dark .ts-logo .logo-image-dark {
    display: block;
}

.s-dark .ts-logo .logo-image-dark ~ .logo-image {
    display: none;
}

.smart-head-row {
    --icons-size: 16px;
    --c-icons: var(--c-links);
}

.smart-head-row.s-dark, .s-dark .smart-head-row {
    --c-a-hover: var(--c-main);
}

.smart-head .logo-link {
    --c-a-hover: var(--c-headings);
    display: flex;
    flex-shrink: 0;
    align-items: center;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
}

.smart-head .logo-link:not(:last-child) {
    --item-mr: 35px;
}

.smart-head .logo-link > h1,
.smart-head .logo-link > span {
    font: inherit;
    display: flex;
    align-items: center;
}

.smart-head .logo-is-image {
    font-size: 0;
}

.smart-head .logo-image {
    padding: 10px 0;
    object-fit: contain;
    width: 200px;
    max-height: 50px;
    box-sizing: content-box;
}

.smart-head .search-icon {
    color: var(--c-icons);
    font-size: var(--search-icon-size, var(--icons-size));
    display: flex;
    align-items: center;
    padding-left: 5px;
    height: 100%;
}

.smart-head .search-icon:hover {
    color: var(--c-main);
}

.smart-head .ts-button-alt {
    --btn-f-size: 13px;
    padding: 10px 17px;
    line-height: 1;
    height: auto;
    letter-spacing: 0.11em;
    border-color: rgba(var(--c-rgba), 0.2);
}

.smart-head .ts-button-alt:not(:hover) {
    color: var(--c-contrast-900);
}

.smart-head .is-icon {
    padding: 0 4px;
}

.smart-head .has-icon,
.smart-head .has-icon-only {
    display: inline-flex;
    align-items: center;
    height: 100%;
    max-height: 45px;
}

.smart-head .has-icon:last-child, .smart-head .has-icon:last-child .is-icon,
.smart-head .has-icon-only:last-child,
.smart-head .has-icon-only:last-child .is-icon {
    padding-right: 0;
}

.smart-head .has-icon-only {
    --item-mr: 9px;
}

.smart-head {
    --nav-items-space: 17px;
    --head-top-h: 40px;
    --head-mid-h: 110px;
    --head-bot-h: 55px;
    --head-row-pad: 30px;
    --c-bg: transparent;
    --c-border: var(--c-contrast-75);
    --c-shadow: transparent;
    position: relative;
    box-shadow: 0 3px 4px 0 var(--c-shadow);
}

.smart-head-row {
    padding: 0 var(--head-row-pad);
    background-color: var(--c-bg);
    height: var(--head-h);
    border: 0 solid transparent;
    color: var(--c-contrast-800);
}

@media (max-width: 767px) {
    .smart-head-row {
        padding: 0 20px;
    }
}

.smart-head-row > .inner {
    display: flex;
    justify-content: space-between;
    padding: var(--head-inner-pad, 0);
    height: 100%;
    position: relative;
}

.smart-head-row.wrap {
    padding: 0;
    --head-inner-pad: 0 25px;
}

.smart-head-row-full {
    width: 100%;
}

.smart-head-row-3 > .inner {
    display: grid;
    grid-template-columns: minmax(max-content, 1fr) auto minmax(max-content, 1fr);
}

@media (min-width: 941px) and (max-width: 1200px) {
    .smart-head-row.has-center-nav > .inner {
        display: flex;
    }
}

@media (min-width: 941px) {
    .smart-head-row.has-center-nav .logo-link {
        margin-right: 0;
        min-width: 40px;
        flex-shrink: 1;
    }
}

.smart-head-mid {
    --head-h: var(--head-mid-h);
}

.smart-head-mid.s-dark, .s-dark .smart-head-mid {
    --c-bg: var(--c-contrast-0);
}

.smart-head .items {
    --item-mr: 15px;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    height: inherit;
}

.smart-head .items > * {
    margin-left: var(--item-ml, 0);
    margin-right: var(--item-mr);
}

.smart-head .items-right {
    justify-content: flex-end;
}

.smart-head .items-center {
    justify-content: center;
    flex-shrink: 0;
}

.smart-head .items-center:not(.empty) {
    padding-left: 15px;
    padding-right: 15px;
}

.smart-head .items > :first-child {
    margin-left: 0;
}

.smart-head .items-right > :last-child,
.smart-head .items-center > :last-child {
    margin-right: 0;
}

.menu-bar-toggle {
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    box-shadow: none;
    line-height: 1;
    height: 100%;
}

.menu-bar-toggle:hover {
    background: inherit;
    --c-hamburger: var(--c-main);
}

.hamburger-icon {
    --line-weight: 3px;
    --line-width: 100%;
    --height: 17px;
    display: inline-flex;
    vertical-align: middle;
    height: var(--height);
    width: 26px;
    position: relative;
}

.hamburger-icon .inner,
.hamburger-icon .inner:before,
.hamburger-icon .inner:after {
    position: absolute;
    height: var(--line-weight);
    background-color: var(--c-hamburger, var(--c-icons));
    transition: background 0.2s ease-in-out;
}

.hamburger-icon .inner {
    top: auto;
    bottom: 0;
    width: calc(100% - 6px);
}

.hamburger-icon .inner:before, .hamburger-icon .inner:after {
    display: block;
    content: "";
    width: calc(100% + 6px);
}

.hamburger-icon .inner:before {
    top: 0;
    transform: translateY(calc(-1 * var(--height) + 100%));
}

.hamburger-icon .inner:after {
    bottom: 0;
    transform: translateY(calc(-1 * var(--height) / 2 + 50%));
}

.widget {
    font-size: 14px;
    --li-pad: 5px;
    --c-li-sep: transparent;
}

.widget_nav_menu li{
    border-bottom: 1px solid var(--c-li-sep);
    padding: var(--li-pad, 8px) 0;
}

.widget_nav_menu li:first-child {
    padding-top: 0;
}

.the-post .featured img {
    width: 100%;
}

.the-post-header {
    --sp-logo-max-height: 1.90477em;
}

.s-head-modern {
    --cat-label-mr: 8px;
    --p-meta-icons-mr: 12px;
    --title-size: 35px;
    margin-bottom: 25px;
}

.s-head-modern .cat-labels {
    position: static;
}

.s-head-modern .post-meta {
    --p-meta-author-img-mr: 11px;
}

.s-head-modern.has-share-meta-right {
    margin-bottom: 20px;
}

.s-head-modern .post-title {
    margin: 15px 0;
    font-size: var(--title-size);
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -0.005em;
}

@media (max-width: 767px) {
    .s-head-modern .post-title {
        font-size: calc(var(--title-size) * 0.829);
    }
}

.s-head-modern .cat-labels {
    padding-bottom: 1px;
}

.s-head-modern > :last-child {
    margin-bottom: 0;
}

.s-head-has-sep .meta-below-has-right,
.s-head-has-sep .post-meta > .meta-below {
    padding-top: 15px;
    border-top: 1px solid var(--c-separator2);
}

.s-head-large {
    margin-bottom: 26px;
}

.s-head-large .post-title {
    margin: 16px 0;
    margin-top: 15px;
    max-width: 1050px;
    font-size: 43px;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .s-head-large .post-title {
        font-size: calc(1.2738853503vw + 24.7133757962px);
    }
}

@media (min-width: 1201px) {
    .s-head-large .cat-labels a {
        font-size: 12px;
        font-weight: 600;
        line-height: 26px;
        padding: 0 10px;
    }

    .s-head-large .post-cat > a {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.05em;
    }
}

.s-head-large-b {
    --c-post-meta: var(--c-contrast-600);
}

.s-head-large-b .post-title {
    line-height: 1.3;
    font-weight: 800;
}

@media (min-width: 1201px) {
    .s-head-large-b .post-title {
        font-size: 40px;
    }
}

@media (min-width: 941px) {
    .has-s-large-bot .main-sidebar {
        margin-top: -65px;
    }
}

.spc-alp-main {
    margin-bottom: 0;
}

.post-layout-cover .main {
    margin-top: 35px;
}

@media (max-width: 940px) {
    .post-layout-cover .main {
        margin-top: 0;
    }
}

.block-wrap {
    margin-bottom: var(--block-wrap-mb);
}

.block-wrap.mb-none {
    margin-bottom: 0;
}

.block-content {
    position: relative;
}

.read-more-btn {
    padding: 10px 16px;
    height: auto;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 350px) {
    .read-more-btn {
        font-size: 10px;
        padding: 10px 14px;
    }
}

.read-more-link {
    display: inline-block;
    align-self: flex-start;
    margin-top: 18px;
}

.main-sidebar .widget,
.ts-sidebar .widget {
    margin-bottom: 45px;
}

.main-sidebar .widget:last-child,
.ts-sidebar .widget:last-child {
    margin-bottom: 0;
}

.main-sidebar {
    width: 100%;
}

@media (min-width: 941px) {
    .main-sidebar {
        padding-left: var(--sidebar-c-pad);
        margin-left: auto;
        width: var(--sidebar-c-width);
    }
}

@media (max-width: 940px) {
    .main-sidebar {
        margin-top: 50px;
    }
}

.has-sb-sep .main-sidebar {
    position: relative;
    border-left: 1px solid transparent;
}

.has-sb-sep .main-sidebar.elementor-column::before, .has-sb-sep .main-sidebar:before {
    content: " ";
    position: absolute;
    border-left: 1px solid var(--c-sidebar-sep);
    height: 100%;
    margin-left: calc(-1 * (var(--grid-gutter) / 4 + var(--sidebar-c-pad) / 2));
}

@media (max-width: 940px) {
    .has-sb-sep .main-sidebar.elementor-column::before, .has-sb-sep .main-sidebar:before {
        display: none;
    }
}

.main-footer {
    color: var(--c-contrast-600);
    margin-top: 30px;
    background: var(--footer-bg);
}

.main-full + .main-footer {
    margin-top: 0;
}

.main-footer:not(.s-dark) {
    color: var(--c-contrast-700);
}

.upper-footer > .wrap {
    padding: 30px;
}

.upper-footer .block-head {
    --space-below: 30px;
}

.upper-footer .block-head .heading {
    font-size: 15px;
    letter-spacing: 0.04em;
}

.s-dark .upper-footer .block-head {
    --c-block: var(--c-contrast);
}

.upper-footer .feedburner input {
    background: #1f2c38;
    color: #c5c7cb;
    border: 0;
    font-size: inherit;
    line-height: 1.4;
}

.upper-footer .widgets {
    align-items: center;
}

.lower-footer {
    font-size: 13px;
    background: var(--footer-lower-bg);
    --c-links: var(--c-contrast-700);
    color: var(--c-contrast-500);
}

.classic-footer-lower .inner {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
}

@media (max-width: 940px) {
    .classic-footer-lower .inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 941px) {
    .bold-footer-upper > .wrap {
        padding-top: 70px;
        padding-bottom: 60px;
    }
}

.has-el-gap {
    --col-gutter: calc(var(--grid-gutter) / 2);
    --grid-gutter-h: var(--col-gutter);
    --width: calc(var(--main-width) + var(--col-gutter) * 2);
    --width-md: calc(var(--max-width-md) + var(--col-gutter) * 2);
    display: flex;
    justify-content: center;
}

.has-el-gap .elementor-container {
    flex: 1 1 auto;
    margin-right: calc(-1 * var(--col-gutter));
    margin-left: calc(-1 * var(--col-gutter));
}

.has-el-gap .elementor-column {
    flex-shrink: 0;
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
}

@media (min-width: 941px) {
    .el-gap-default .main-sidebar {
        width: var(--sidebar-c-width);
        padding-left: var(--sidebar-c-pad);
    }
}

.elementor-section-boxed .ts-contain {
    padding-left: 0;
    padding-right: 0;
}

.main-sidebar .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.main-sidebar .elementor-widget:last-child {
    --block-wrap-mb: 0;
}

.elementor-section.elementor-section-boxed {
    display: flex;
    justify-content: center;
}

.elementor-section.elementor-section-boxed.has-el-gap:not(.elementor-inner-section):before, .elementor-section.elementor-section-boxed.has-el-gap:not(.elementor-inner-section):after {
    content: "";
    padding-left: var(--spacer, var(--wrap-padding));
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 940px) {
    .elementor-section.elementor-section-boxed {
        --spacer: 25px;
    }
}

@media (max-width: 540px) {
    .elementor-section.elementor-section-boxed {
        --spacer: 20px;
    }
}

@media (max-width: 350px) {
    .elementor-section.elementor-section-boxed {
        --spacer: 15px;
    }
}

.main .elementor-section.elementor-section-boxed {
    --spacer: 0;
}

.elementor-section.elementor-section-boxed > div.elementor-container {
    width: 100%;
    max-width: initial;
}

@media (min-width: 1201px) {
    .elementor-section.elementor-section-boxed > div.elementor-container {
        max-width: var(--width, var(--main-width));
        flex-grow: 0;
    }
}

@media (max-width: 940px) {
    .elementor-section.elementor-section-boxed > div.elementor-container {
        max-width: var(--width-md, var(--max-width-md));
    }
}

.main-content .elementor-section {
    --spacer: 0;
}

.elementor-section.s-dark {
    color: var(--body-color, var(--c-contrast-700));
}

.elementor-inner-section.elementor-section-boxed > div.elementor-container {
    width: 100%;
    max-width: initial;
    flex-grow: 1;
}

.ts-contain .elementor-section-boxed > div.elementor-container {
    width: 100%;
    padding: 0;
    flex-grow: 1;
}

[class*=el-gap-]:not([class*=el-gap-none]) > .elementor-container > .elementor-column > .elementor-element-overlay {
    right: auto;
    left: var(--col-gutter);
    width: calc(100% - var(--col-gutter));
}

[class*=el-gap-]:not([class*=el-gap-none]) > .elementor-container > .elementor-column:last-child > .elementor-element-overlay {
    left: auto;
    right: var(--col-gutter);
}

.elementor-top-section {
    margin-bottom: var(--section-mb);
}

.main-full .elementor-top-section:last-child {
    --section-mb: var(--footer-mt);
}

.el-col-sep {
    border-left: 1px solid var(--c-sidebar-sep);
}

@media (max-width: 940px) {
    .el-col-sep {
        border-left: 0;
    }

    .widget_nav_menu {
        margin: 15px 0;
    }
}


.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.page-size {
    display: flex;
    gap: .5rem;
    justify-content: start;
    align-items: center;
    margin: 2rem 0;
}

.page-size a {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    background: transparent;
    border: solid 1px #ececec;
    color: #111;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-decoration: auto;
}

.page-size a.is-current {
    background: #07b5e7;
    border: solid 1px #07b5e7;
    color: #fff;
}

.page-size span {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #07b5e7;
    border: solid 1px #07b5e7;
    color: #fff;
}

.page-size a:hover, .page-size span:hover {
    background: #07b5e7;
    border-color: #07b5e7;
    color: #fff;
}

.page-size ul {
    display: flex;
    gap: 1.5rem;
    justify-content: start;
    align-items: center;
}

.page-size ul, .page-size li {
    list-style: none;
    margin: 0;
}

.article-info p, .article-info li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.article-info ul, .article-info li {
    list-style: disc;
}

.article-info ul {
    padding-left: 2rem;
}

.article-info table {
    width: 100%;
    font-size: 10px;
}

.article-info h1, .article-info h2, .article-info h3, .article-info h4, .article-info h5, .article-info h6 {
    font-weight: 700;
    margin: 10px 0;
    color: #000;
    line-height: 1.1;
}

.article-info h1 {
    font-size: 30px;
}

.article-info h2 {
    font-size: 28px;
}

.article-info h3 {
    font-size: 25px;
}

.article-info h4 {
    font-size: 22px;
}

.article-info h5, .article-info h6 {
    font-size: 19px;
}

.article-info a {
    color: #07b5e7;
}

.article-info img {
    max-width: 450px;
    width: 100%;
}

:root {
    --c-main: #07b5e7;
    --c-main-rgb: 7, 181, 231;
    --text-font: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --body-font: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --title-size-xs: 15px;
    --title-size-s: 17px;
    --title-fw-bold: 600;
    --main-width: 1270px;
    --c-excerpts: #111111;
    --excerpt-size: 14px;
}

.s-dark body {
    background-color: #0f0f1c;
}

:root {
    --sidebar-width: 300px;
}

.ts-row, .has-el-gap {
    --sidebar-c-width: calc(var(--sidebar-width) + var(--grid-gutter-h) + var(--sidebar-c-pad));
}

.smart-head-main .smart-head-mid {
    --head-h: 80px;
    background: linear-gradient(-90deg, #050e25 0%, #141c2b 100%);
}

.s-dark .menu-bar, .menu-bar.s-dark {
    background-color: #0b1321;
}


.s-dark .upper-footer {
    background-color: #14171f;
}

.s-dark .lower-footer {
    background-color: #0b101b;
}

.post-meta .meta-item, .post-meta .text-in {
    font-size: 10px;
    text-transform: uppercase;
}

.post-meta {
    --p-meta-sep: "\2013";
}

.single-featured .featured, .the-post-header .featured {
    border-radius: 0px;
    --media-radius: 0px;
    overflow: hidden;
}

.entry-content {
    font-weight: normal;
}

.site-s-light .entry-content {
    color: #161616;
}

.s-dark .entry-content {
    color: #f2f2f2;
}

.s-head-large .post-title {
    font-size: 30px;
}

.s-head-large .sub-title {
    font-size: 15px;
}

@media (min-width: 1200px) {
    .loop-list .post-title {
        font-size: 22px;
    }
}

@media (min-width: 941px) and (max-width: 1200px) {
    .ts-row, .has-el-gap {
        --sidebar-c-width: calc(var(--sidebar-width) + var(--grid-gutter-h) + var(--sidebar-c-pad));
    }

}

@media (min-width: 768px) and (max-width: 940px) {
    .s-head-large .sub-title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .entry-content {
        font-size: 14px;
        line-height: 1.8;
    }

    .s-head-large .sub-title {
        font-size: 13px;
    }
}

.title-17 {
    font-size: 17px!important;
    line-height: 1.4em;
    letter-spacing: -0.4px;
}

.cate-btns {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.cate-btns a {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #c5c5c5;
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    font-size: 14px;
    border-radius: 7px;
    transition: background-color 0.3s, color 0.3s;
}

.cate-btns a:hover {
    background-color: #888888;
    color: white;
}

.divider-common {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 18px 0;
}

.divider-1 {
    border-top: 1px solid #e8e8e8;
}

.divider-2 {
    border-top: 1px dotted #000;
}

.position-sticky {
    position: sticky;
    top: 1rem;
    max-height: 900px;
}

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

.margin-0 {
    margin: 0;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.width-2 {
    width: 50%;
}

.to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #000;
    font-size: 2rem;
    color: #fff;
    z-index: 50;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.to-top.show {
    opacity: 1;
    visibility: visible
}

.to-top:hover {
    opacity: .9
}

.margin-30 {
    margin: 30px 0;
}