@charset "UTF-8";
/*
Theme Name: United Grid
Theme URI: https://unitedtheme.com/themes/united-grid/
Author: UnitedTheme
Author URI: https://unitedtheme.com/
Description: United Grid is a clean, high-performance WordPress theme that’s super fast, lightweight, and SEO-optimized, ensuring better Google scores. Perfect for designers, developers, photographers, freelancers, and creatives, it offers a professional edge for portfolios and websites, enhancing speed and functionality effortlessly.
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: united-grid
Tags: blog, news, entertainment, two-columns, left-sidebar, right-sidebar, featured-image-header, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready,rtl-language-support
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
    ## Preloader
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
    --united-gutter-space: 2.4rem;
    --united-background-color: #ffffff;
    --united-general-text-color: #7A7E83;
    --united-link-color: #171A1B;
    --united-link-hover-color: #7A7E83;
    --united-border-color: #e0e0e0;
    --united-primary-background: #000;
    --united-primary-text: #fff;
    --united-secondary-background: #ff4500;
    --united-secondary-color: #fff;
    --united-component-background: #FEE198;
    --united-component-color: #171A1B;
    --united-header-background: #f6f8f9;
    --united-preloader-background: #FEE198;
    --united-footer-background: #171A1B;
    --united-footer-color: #BFC2C9;
    --united-footer-heading-color: #fff;
    --united-rgb-primary: 0, 0, 0;
    --united-rgb-secondary: 255, 255, 255;
    --united-gridline-color: #000;
    --united-general-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    --united-general-font-weight: 400;
    --united-heading-font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    --united-heading-font-weight: 500;
    --united-brand-font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    --united--font-size-xlarge: 6.8rem;
    --united--font-size-large: 4.8rem;
    --united--font-size-big: 3.4rem;
    --united--font-size-medium: 2.4rem;
    --united--font-size-small: 2rem;
    --united--font-size-general: 1.8rem;
    --united-verticle-spacing-large: 8rem;
    --united-verticle-spacing-big: 6rem;
    --united-verticle-spacing-medium: 4rem;
    --united-verticle-spacing-small: 2rem;
    --united-entry-image-large: 65rem;
    --united-entry-image-big: 52rem;
    --united-entry-image-medium: 24rem;
    --united-entry-image-small: 18rem;
    --united-entry-image-thumbnail: 12rem;
    --swiper-navigation-size: 32px;
    --swiper-theme-color: #FEE198;
    --united-colormode-switch: #2a3444;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
.bypostauthor {
    display: block;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    vertical-align: top;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--united-general-text-color);
    font-family: var(--united-general-font-family);
    font-size: var(--united--font-size-general);
    font-weight: var(--united-general-font-weight);
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--united-link-color);
    clear: both;
    font-family: var(--united-heading-font-family);
    font-weight: var(--united-heading-font-weight);
    line-height: 1.2;
    margin: 0 0 20px;
}
h1 {
    font-size: var(--united--font-size-large);
}
h2 {
    font-size: var(--united--font-size-big);
}
h3 {
    font-size: var(--united--font-size-medium);
}
h4 {
    font-size: var(--united--font-size-small);
}
h5 {
    font-size: var(--united--font-size-general);
}
.section-title {
    font-size: 4.2rem;
    font-weight: 200;
}
.entry-title a {
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.entry-title a:hover,
.entry-title a:focus {
    background-size: 100% 6%;
}
.entry-title-xlarge {
    font-size: clamp(4rem, 6vw, var(--united--font-size-xlarge));
}
.entry-title-large {
    font-size: clamp(3rem, 4vw, var(--united--font-size-large));
}
.entry-title-big {
    font-size: var(--united--font-size-big);
}
.entry-title-medium {
    font-size: var(--united--font-size-medium);
}
.entry-title-small {
    font-size: var(--united--font-size-small);
}
p {
    margin-bottom: 1.5rem;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5rem;
}
address {
    margin: 0 0 1.5rem;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
    border: none;
    margin: 0;
    padding: 0
}
blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
    border: none;
    font-size: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}
html {
    font-size: 62.5%; /* 1rem = 10px */
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    background: var(--united-background-color);
}
html:not([data-theme="dark"]) .united-color-scheme {
    --united-border-color: rgba(255, 255, 255, 0.2);
    --united-general-text-color: #d5d5d5;
    --united-link-color: #fff;
}
html:not([data-theme="dark"]) .united-scheme-1 {
    --united-background-color: linear-gradient(135deg, #2d3393, #22bcdc);
}
html:not([data-theme="dark"]) .united-scheme-2 {
    --united-background-color: linear-gradient(135deg, #134E5E, #71B280);
}
html:not([data-theme="dark"]) .united-scheme-3 {
    --united-background-color: linear-gradient(135deg, #de6161, #2657eb);
}
html:not([data-theme="dark"]) body.united-color-scheme {
    background: transparent;
}
.united-color-scheme:before {
    content: '';
    background: var(--united-background-color);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.united-color-scheme .grid-lines {
    --united-gridline-color: #fff;
}
html:not([data-theme="dark"]) .united-scheme-1:before {
    background: var(--united-background-color);
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5rem;
}
ul,
ol {
    margin: 0 0 3rem 3rem;
}
ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}
ul ul ul {
    list-style: square;
}
ol {
    list-style: decimal;
}
ol ol {
    list-style: lower-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
li {
    line-height: 1.5;
    margin: 0.5rem 0 0 2rem;
}
li > ul,
li > ol {
    margin: 1rem 0 0 2rem;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
    list-style: none;
    margin: 0;
}
.reset-list-style li {
    margin: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: inherit;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.social-menu {
    display: flex;
    flex-wrap: wrap;
}
.social-menu a {
    align-items: center;
    display: flex;
    height: 4rem;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.15s ease-in-out;
    width: 4rem;
}
.social-menu a:focus,
.social-menu a:hover {
    transform: scale(1.1);
    text-decoration: none;
}
/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-loaded {
    overflow: inherit;
}
.page-loaded .preloader {
    bottom: -100%;
    transition-delay: 0.55s;
}
.page-loaded .preloader .layer {
    bottom: -100%;
}
.page-loaded .preloader .inner {
    transform: translateY(30px);
    filter: alpha(opacity=0);
    opacity: 0;
}
.page-loaded .navbar {
    transform: translateY(0);
    transition-delay: 0.75s;
}
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    overflow: hidden;
    background: var(--united-preloader-background);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer {
    width: 25%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: #000;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer:nth-child(1) {
    left: 0;
    transition-delay: 0.15s;
}
.preloader .layer:nth-child(2) {
    left: 25%;
    transition-delay: 0.2s;
}
.preloader .layer:nth-child(3) {
    left: 50%;
    transition-delay: 0.25s;
}
.preloader .layer:nth-child(4) {
    left: 75%;
    transition-delay: 0.3s;
}
.preloader .inner {
    margin: 0;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader figure {
    display: block;
    margin: 0;
}
.preloader figure .load-spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.transition-overlay {
    width: 100%;
    height: 0;
    position: fixed;
    background: var(--united-preloader-background);
    left: 0;
    bottom: 0;
    z-index: 15;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.transition-overlay .layer {
    width: 25%;
    height: 0;
    position: absolute;
    bottom: 0;
    background: #000;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.transition-overlay .layer:nth-child(1) {
    left: 0;
    transition-delay: 0.25s;
}
.transition-overlay .layer:nth-child(2) {
    left: 25%;
    transition-delay: 0.3s;
}
.transition-overlay .layer:nth-child(3) {
    left: 50%;
    transition-delay: 0.35s;
}
.transition-overlay .layer:nth-child(4) {
    left: 75%;
    transition-delay: 0.4s;
}
.transition-overlay.active {
    height: 100%;
}
.transition-overlay.active .layer {
    height: 100%;
}
@-webkit-keyframes animateFadeInUp {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes animateFadeInUp {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.animateFadeInUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: animateFadeInUp;
    animation-name: animateFadeInUp
}
.grid-lines {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.grid-lines > div {
    position: relative;
    height: 100%
}
.grid-lines > div:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: -1px;
    background: var(--united-gridline-color);
    width: 1px;
    opacity: .15
}
.grid-lines > div:after {
    content: "";
    position: absolute;
    top: -80px;
    right: -1px;
    background: linear-gradient(transparent, var(--united-gridline-color));
    width: 1px;
    height: 80px
}
.grid-lines .grid-line-1:after {
    animation: bgLine 8s linear infinite
}
.grid-lines .grid-line-2:after {
    animation: bgLine 9s linear infinite;
    animation-delay: 3s
}
.grid-lines .grid-line-3:after {
    animation: bgLine 7s linear infinite;
    animation-delay: 4s
}
.grid-lines .grid-line-4:after {
    animation: bgLine 10s linear infinite;
    animation-delay: 2s
}
.grid-lines .grid-line-5:after {
    animation: bgLine 8.5s linear infinite;
    animation-delay: 2s
}
@media (max-width: 767px) {
    .grid-lines .grid-line-4, .grid-lines .grid-line-5 {
        display: none
    }
}
@keyframes bgLine {
    0% {
        top: -80px
    }
    to {
        top: 100%
    }
}
/*--------------------------------------------------------------
# Cursor Animation
--------------------------------------------------------------*/
.theme-custom-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}
.theme-cursor-secondary {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #CED0D4;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.theme-cursor-secondary.cursor-hover {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: #CED0D4;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.theme-cursor-primary {
    margin-left: -30px;
    margin-top: -30px;
    width: 30px;
    height: 30px;
    border: 2px solid #CED0D4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}
.theme-cursor-primary.cursor-hover {
    filter: alpha(opacity=0);
    opacity: 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
    background-color: var(--united-primary-background);
    border: 0.1rem solid var(--united-primary-background);
    border-radius: 0;
    color: var(--united-primary-text);
    padding: 1.5rem 3rem;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-search__button:hover,
.wp-block-search__button:focus {
    background-color: var(--united-secondary-background);
    border: 0.1rem solid var(--united-secondary-background);
}
.united-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible,
.wp-block-search__button:focus-visible {
    outline: 0.1rem solid;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background: none;
    border: 0.1rem solid var(--united-border-color);
    border-radius: 0;
    padding: 1.5rem 3rem;
}
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
    border-color: var(--united-secondary-background);
    outline: none;
}
textarea {
    width: 100%;
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hide-on-tablet {
        display: none !important;
    }
}
@media (min-width: 1025px) {
    .hide-on-desktop {
        display: none !important;
    }
}
.has-border-bottom {
    border-bottom: 0.1rem solid var(--united-border-color);
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: var(--united-link-color);
    text-decoration: none;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a:hover,
a:focus {
    color: var(--united-link-hover-color);
}
a:hover,
a:focus,
a:active {
    outline: 0;
}
a:focus-visible {
    outline: thin dotted;
}
.entry-content a:not(.more-link):not(.button):not(.btn),
.entry-summary a:not(.more-link):not(.button):not(.btn),
.widget_text a:not(.more-link):not(.button):not(.btn) {
    text-decoration: underline;
}
.cover-modal {
    display: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.cover-modal::-webkit-scrollbar {
    display: none !important;
}
.cover-modal.show-modal {
    display: block;
    cursor: pointer;
}
.cover-modal.show-modal > * {
    cursor: default;
}
.header-navigation-wrapper {
    align-items: center;
    display: flex;
}
/* Ticker Posts */
.united-ticker-bar {
    border-bottom: 0.1rem solid var(--united-border-color);
    padding-bottom: 0;
    padding-top: 0;
}
.site-header-2 .united-ticker-bar {
    border-top: 0.1rem solid var(--united-border-color);
}
.united-ticker-area {
    position: relative;
    display: flex;
    gap: var(--united-gutter-space);
}
.united-ticker-title {
    position: relative;
    padding: 1rem 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.united-ticker-title .ticker-loader {
    width: 22px;
    height: 40px;
    position: relative;
}
.ticker-loader:before,
.ticker-loader:after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--united-secondary-background);
    box-shadow: 0 0 0 50px;
    clip-path: polygon(100% 0, 23% 46%, 46% 44%, 15% 69%, 38% 67%, 0 100%, 76% 57%, 53% 58%, 88% 33%, 60% 37%);;
}
.ticker-loader:after {
    animation: l8 1s infinite;
    transform: perspective(300px) translateZ(0px)
}
@keyframes l8 {
    to {
        transform: perspective(300px) translateZ(180px);
        opacity: 0
    }
}
.united-ticker-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.united-ticker-content .united-ticker-init {
    margin: 0;
}
.united-ticker-init .united-ticker-init-wrapper {
    transition-timing-function: linear !important;
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}
.united-ticker-init .united-ticker-init-wrapper .united-ticker-init-item {
    width: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    margin: 0;
    position: relative;
    transition-property: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: .875em;
}
.united-ticker-content .united-article-ticker,
.united-ticker-content .united-article-ticker .entry-details {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0;
}
.united-ticker-content .united-article-ticker {
    min-height: 40px;
}
.united-article-ticker .entry-image,
.united-article-ticker .entry-meta-wrapper,
.united-article-ticker .entry-categories,
.united-article-ticker .entry-meta,
.united-article-ticker .entry-title {
    margin: 0;
}
.united-article-ticker .entry-image img {
    border-radius: 100%;
    min-width: 3.5rem;
    height: 3.5rem;
}
@media (max-width: 767px) {
    .united-ticker-area {
        flex-direction: column;
    }
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header .toggle {
    align-items: center;
    display: flex;
}
.site .toggle {
    background: none;
    border: none;
    color: var(--united-general-text-color);
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
}
.site-header .toggle {
    padding: 0;
}
/* Primary Menu ---------------------------- */
ul.primary-menu {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.header-wrapper-grid ul.primary-menu {
    justify-content: center;
}
.primary-menu .icon {
    display: block;
    height: 0.7rem;
    position: absolute;
    pointer-events: none;
    transform: rotate(-45deg);
    width: 1.3rem;
}
.primary-menu .icon:before,
.primary-menu .icon:after {
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    left: 0;
}
.primary-menu .icon:before {
    height: 0.9rem;
    width: 0.1rem;
}
.primary-menu .icon:after {
    height: 0.1rem;
    width: 0.9rem;
}
.primary-menu li {
    font-size: inherit;
    line-height: 1.25;
    position: relative;
}
.primary-menu > li.menu-item-has-children > a {
    padding-right: 2rem;
}
.primary-menu > li > .icon {
    right: -0.5rem;
    top: calc(50% - 0.4rem);
}
.primary-menu a {
    color: inherit;
    display: block;
    line-height: 1.2;
    word-break: normal;
    word-wrap: normal;
}
@media (min-width: 1025px) {
    .primary-menu > li:hover > a,
    .primary-menu > li:focus > a,
    .primary-menu > li.current-menu-item > a {
        color: var(--united-secondary-background);
    }
    .primary-menu > li > a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 0;
        height: 0.3rem;
        background-color: transparent;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: width 0.3s ease-in-out,
        background-color 0.3s ease-in-out;
        transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
    .primary-menu > li.current-menu-item > a:after,
    .primary-menu > li:not(.current-menu-item) > a:hover:after,
    .primary-menu > li:not(.current-menu-item) > a:focus:after {
        background-color: var(--united-secondary-background);
        width: 100%;
    }
}
/* SUB MENU */
.primary-menu ul {
    background: #000;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 1.7rem;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 26rem;
    z-index: 9;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
    right: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul:before,
.primary-menu ul:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}
.primary-menu ul:before {
    height: 2rem;
    left: 0;
    right: 0;
}
.primary-menu ul:after {
    border: 0.8rem solid transparent;
    border-bottom-color: #000;
    right: 1.8rem;
}
.primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block;
    padding: 1rem 2rem;
    transition: background-color 0.15s linear;
    width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
    padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}
/* DEEP DOWN */
.primary-menu ul ul {
    top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
    right: calc(100% + 2rem);
}
.primary-menu ul ul:before {
    bottom: 0;
    height: auto;
    left: auto;
    right: -2rem;
    top: 0;
    width: 2rem;
}
.primary-menu ul ul:after {
    border-bottom-color: transparent;
    /*rtl:ignore*/
    border-left-color: #000;
    bottom: auto;
    right: -1.6rem;
    top: 2rem;
}
.rtl .primary-menu ul ul:after {
    transform: rotate(180deg);
}
/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
    .primary-menu > li.menu-item-has-children > a {
        padding-right: 0;
        margin-right: 2rem;
    }
    .primary-menu ul li.menu-item-has-children > a {
        margin-right: 4.5rem;
        padding-right: 0;
        width: unset;
    }
}
.menu-item-description {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 1rem;
}
.primary-menu > li > a .menu-item-description {
    text-transform: none;
    position: absolute;
    z-index: 9;
    top: calc(50% - 2.5rem);
    left: 100%;
    padding: 0;
    margin-left: -2rem;
    white-space: nowrap;
}
.primary-menu .menu-item-description {
    color: var(--united-secondary-background);
}
/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
}
/* -------------------------------------------------------------------------- */
/*	5. Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal {
    background: #fff;
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99;
}
.admin-bar .menu-modal {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .menu-modal {
        top: 46px;
    }
}
.menu-modal.show-modal {
    display: flex;
}
.menu-modal.active {
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
}
.menu-modal.active {
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-out;
}
.menu-modal.active .menu-modal-inner {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateX(0);
    transition-timing-function: ease-out;
}
.menu-modal-inner {
    background: var(--united-background-color);
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    transform: translateX(-50rem);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    max-width: 100%;
    flex: 0 0 auto;
    width: 50rem;
}
.menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.menu-wrapper {
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent
}
@media only screen and (max-height: 680px) {
    .menu-wrapper {
        height: 45vh;
    }
}
.menu-wrapper::-webkit-scrollbar {
    width: 6px
}
.menu-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}
.menu-wrapper::-webkit-scrollbar-track {
    background: transparent
}
button.close-nav-toggle {
    align-items: center;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: flex-end;
    padding: 3rem 2.5rem;
    width: 100%;
}
.menu-modal .menu-top {
    flex-shrink: 0;
}
/* Main Menu --------------------------------- */
.modal-menu {
    position: relative;
    left: auto;
    width: 100%;
}
.modal-menu li {
    border-color: var(--united-border-color);
    border-style: solid;
    border-width: 0.1rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
    font-size: 1.8rem;
}
.modal-menu > li:last-child {
    border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.modal-menu a {
    display: block;
    padding: 2rem 2.5rem;
    width: 100%;
}
button.sub-menu-toggle {
    border-left: 0.1rem solid var(--united-border-color);
    flex-shrink: 0;
    padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
    height: 0.6rem;
    transition: transform 0.15s linear;
    width: 1.5rem;
}
button.sub-menu-toggle.active svg {
    transform: rotate(180deg);
}
.modal-menu ul {
    display: none;
    margin: 0;
    width: 100%;
}
/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
    position: relative;
}
.menu-wrapper .active {
    display: block;
}
.menu-wrapper.is-toggling {
    pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
    transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
    filter: alpha(opacity=0);
    opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    filter: alpha(opacity=0);
    opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
    filter: alpha(opacity=100);
    opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
    .menu-wrapper.is-animating .menu-item,
    .menu-wrapper.is-animating .toggling-target {
        transition-duration: 1ms !important;
    }
}
.menu-bottom,
.offcanvas-widgetarea {
    padding: 3rem 2.4rem;
}
/* -------------------------------------------------------------------------- */
/*	6. Search Modal
/* -------------------------------------------------------------------------- */
.search-modal {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: opacity 0.2s linear, left 0s 0.2s linear;
    width: 100%;
    z-index: 999;
}
.admin-bar .search-modal.active {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .search-modal.active {
        top: 46px;
    }
}
.search-modal-inner {
    background: var(--united-background-color);
    transform: translateY(-100%);
    transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-modal.active {
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
.search-modal-panel {
    padding-bottom: var(--united-verticle-spacing-large);
    padding-top: var(--united-verticle-spacing-large);
    position: relative;
}
/* Modal Search Form ------------------------- */
.search-modal form {
    margin: 0;
    position: relative;
    width: 100%;
}
.search-modal .search-field {
    font-size: 2rem;
    height: 8.4rem;
    width: 100%;
}
.search-modal .search-field::-webkit-input-placeholder {
    color: inherit;
}
.search-modal .search-field:-ms-input-placeholder {
    color: inherit;
}
.search-modal .search-field::-moz-placeholder {
    color: inherit;
    line-height: 4;
}
.search-modal .search-submit {
    position: absolute;
    right: -9999rem;
    top: 50%;
    transform: translateY(-50%);
}
.search-modal .search-submit:focus {
    right: 0;
}
.search-modal .close-search-toggle {
    color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}
.header-navigation-wrapper {
    align-items: center;
    display: flex;
}
.primary-menu-wrapper {
    display: block;
    width: 100%;
}
#colormode-switch-area {
    color: var(--united-link-color);
    display: flex;
    align-items: center;
}
#colormode-switch-area #mode-icon-switch {
    background: #666;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
    width: 52px;
    height: 26px;
    margin-right: 1rem;
    border-radius: 15px;
}
#colormode-switch-area #mode-icon-switch:before {
    background: #333;
    transition: all .25s;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
[data-theme="dark"] #colormode-switch-area #mode-icon-switch:before {
    background: #fff;
    border-color: #1a1a1a;
    left: 28px;
}
#colormode-switch-area .mode-icon-change:before {
    content: "";
    background-color: currentColor;
    height: 30px;
    width: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask-size: 30px;
    mask-size: 30px;
}
#colormode-switch-area .mode-icon-change:before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' width='30' height='30' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M519.539208 791.717679c-155.639756 0-282.253432-126.608559-282.253432-282.233989 0-155.627477 126.613676-282.240129 282.253432-282.240129 155.639756 0 282.253432 126.613676 282.253432 282.240129C801.792641 665.10912 675.178965 791.717679 519.539208 791.717679zM519.539208 280.58135c-126.222773 0-228.915643 102.679567-228.915643 228.90234s102.69287 228.895177 228.915643 228.895177c126.223796 0 228.915643-102.672404 228.915643-228.895177S645.763005 280.58135 519.539208 280.58135z'/%3E%3Cpath d='M373.274984 424.943248c-2.317789 0-4.662183-0.598634-6.797823-1.861394-6.329149-3.76372-8.4126-11.94096-4.662183-18.283412 27.606755-46.515407 78.341253-75.410504 132.395356-75.410504 7.369851 0 13.33368 5.963829 13.33368 13.334703s-5.963829 13.334703-13.33368 13.334703c-44.691875 0-86.636173 23.896246-109.450784 62.362326C382.260635 422.61318 377.832789 424.943248 373.274984 424.943248z'/%3E%3Cpath d='M353.651041 491.721141c-7.370875 0-13.334703-5.963829-13.334703-13.334703 0-12.43624 1.458211-19.259646 4.050246-30.263258 1.680269-7.175423 8.972349-11.576663 16.031115-9.93528 7.175423 1.692548 11.615549 8.867972 9.93528 16.030092-2.317789 9.870812-3.347235 14.624069-3.347235 24.169469C366.985744 485.757313 361.021915 491.721141 353.651041 491.721141z'/%3E%3Cpath d='M530.268574 958.712041c-14.728446 0-26.669406-11.954263-26.669406-26.669406l0-80.008218c0-14.740726 11.94096-26.669406 26.669406-26.669406s26.669406 11.927657 26.669406 26.669406l0 80.008218C556.939003 946.758802 544.99702 958.712041 530.268574 958.712041z'/%3E%3Cpath d='M530.268574 198.632943c-14.728446 0-26.669406-11.94096-26.669406-26.669406L503.599168 91.956342c0-14.728446 11.94096-26.669406 26.669406-26.669406s26.669406 11.94096 26.669406 26.669406l0 80.007195C556.939003 186.691983 544.99702 198.632943 530.268574 198.632943z'/%3E%3Cpath d='M221.658867 833.153394c-6.823406 0-13.646811-2.604314-18.856463-7.812943-10.417257-10.41828-10.417257-27.294646 0-37.712927l56.568367-56.567343c10.417257-10.41828 27.294646-10.41828 37.711903 0 10.417257 10.417257 10.417257 27.293623 0 37.712927l-56.568367 56.567343C235.306702 830.54908 228.482273 833.153394 221.658867 833.153394z'/%3E%3Cpath d='M759.105423 295.712979c-6.823406 0-13.646811-2.604314-18.85544-7.812943-10.41828-10.41828-10.41828-27.294646 0-37.711903l56.567343-56.568367c10.41828-10.417257 27.294646-10.417257 37.712927 0 10.417257 10.41828 10.417257 27.294646 0 37.711903l-56.567343 56.568367C772.753257 293.108664 765.929852 295.712979 759.105423 295.712979z'/%3E%3Cpath d='M278.227234 295.712979c-6.823406 0-13.646811-2.604314-18.85544-7.812943l-56.568367-56.568367c-10.417257-10.417257-10.417257-27.293623 0-37.711903 10.41828-10.417257 27.294646-10.417257 37.711903 0l56.568367 56.568367c10.417257 10.417257 10.417257 27.293623 0 37.711903C291.874045 293.108664 285.05064 295.712979 278.227234 295.712979z'/%3E%3Cpath d='M815.674812 833.178977c-6.824429 0-13.647835-2.604314-18.856463-7.812943l-56.567343-56.593949c-10.41828-10.419304-10.41828-27.29567 0-37.712927 10.417257-10.41828 27.293623-10.41828 37.712927 0l56.567343 56.593949c10.417257 10.41828 10.417257 27.294646 0 37.712927C829.322647 830.574662 822.498218 833.178977 815.674812 833.178977z'/%3E%3Cpath d='M171.967118 545.332153l-80.008218 0c-14.728446 0-26.669406-11.94096-26.669406-26.669406s11.94096-26.669406 26.669406-26.669406l80.008218 0c14.728446 0 26.669406 11.94096 26.669406 26.669406S186.694541 545.332153 171.967118 545.332153z'/%3E%3Cpath d='M932.039054 545.332153l-80.008218 0c-14.728446 0-26.669406-11.94096-26.669406-26.669406s11.94096-26.669406 26.669406-26.669406l80.008218 0c14.728446 0 26.669406 11.94096 26.669406 26.669406S946.7675 545.332153 932.039054 545.332153z'/%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' width='30' height='30' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M519.539208 791.717679c-155.639756 0-282.253432-126.608559-282.253432-282.233989 0-155.627477 126.613676-282.240129 282.253432-282.240129 155.639756 0 282.253432 126.613676 282.253432 282.240129C801.792641 665.10912 675.178965 791.717679 519.539208 791.717679zM519.539208 280.58135c-126.222773 0-228.915643 102.679567-228.915643 228.90234s102.69287 228.895177 228.915643 228.895177c126.223796 0 228.915643-102.672404 228.915643-228.895177S645.763005 280.58135 519.539208 280.58135z'/%3E%3Cpath d='M373.274984 424.943248c-2.317789 0-4.662183-0.598634-6.797823-1.861394-6.329149-3.76372-8.4126-11.94096-4.662183-18.283412 27.606755-46.515407 78.341253-75.410504 132.395356-75.410504 7.369851 0 13.33368 5.963829 13.33368 13.334703s-5.963829 13.334703-13.33368 13.334703c-44.691875 0-86.636173 23.896246-109.450784 62.362326C382.260635 422.61318 377.832789 424.943248 373.274984 424.943248z'/%3E%3Cpath d='M353.651041 491.721141c-7.370875 0-13.334703-5.963829-13.334703-13.334703 0-12.43624 1.458211-19.259646 4.050246-30.263258 1.680269-7.175423 8.972349-11.576663 16.031115-9.93528 7.175423 1.692548 11.615549 8.867972 9.93528 16.030092-2.317789 9.870812-3.347235 14.624069-3.347235 24.169469C366.985744 485.757313 361.021915 491.721141 353.651041 491.721141z'/%3E%3Cpath d='M530.268574 958.712041c-14.728446 0-26.669406-11.954263-26.669406-26.669406l0-80.008218c0-14.740726 11.94096-26.669406 26.669406-26.669406s26.669406 11.927657 26.669406 26.669406l0 80.008218C556.939003 946.758802 544.99702 958.712041 530.268574 958.712041z'/%3E%3Cpath d='M530.268574 198.632943c-14.728446 0-26.669406-11.94096-26.669406-26.669406L503.599168 91.956342c0-14.728446 11.94096-26.669406 26.669406-26.669406s26.669406 11.94096 26.669406 26.669406l0 80.007195C556.939003 186.691983 544.99702 198.632943 530.268574 198.632943z'/%3E%3Cpath d='M221.658867 833.153394c-6.823406 0-13.646811-2.604314-18.856463-7.812943-10.417257-10.41828-10.417257-27.294646 0-37.712927l56.568367-56.567343c10.417257-10.41828 27.294646-10.41828 37.711903 0 10.417257 10.417257 10.417257 27.293623 0 37.712927l-56.568367 56.567343C235.306702 830.54908 228.482273 833.153394 221.658867 833.153394z'/%3E%3Cpath d='M759.105423 295.712979c-6.823406 0-13.646811-2.604314-18.85544-7.812943-10.41828-10.41828-10.41828-27.294646 0-37.711903l56.567343-56.568367c10.41828-10.417257 27.294646-10.417257 37.712927 0 10.417257 10.41828 10.417257 27.294646 0 37.711903l-56.567343 56.568367C772.753257 293.108664 765.929852 295.712979 759.105423 295.712979z'/%3E%3Cpath d='M278.227234 295.712979c-6.823406 0-13.646811-2.604314-18.85544-7.812943l-56.568367-56.568367c-10.417257-10.417257-10.417257-27.293623 0-37.711903 10.41828-10.417257 27.294646-10.417257 37.711903 0l56.568367 56.568367c10.417257 10.417257 10.417257 27.293623 0 37.711903C291.874045 293.108664 285.05064 295.712979 278.227234 295.712979z'/%3E%3Cpath d='M815.674812 833.178977c-6.824429 0-13.647835-2.604314-18.856463-7.812943l-56.567343-56.593949c-10.41828-10.419304-10.41828-27.29567 0-37.712927 10.417257-10.41828 27.293623-10.41828 37.712927 0l56.567343 56.593949c10.417257 10.41828 10.417257 27.294646 0 37.712927C829.322647 830.574662 822.498218 833.178977 815.674812 833.178977z'/%3E%3Cpath d='M171.967118 545.332153l-80.008218 0c-14.728446 0-26.669406-11.94096-26.669406-26.669406s11.94096-26.669406 26.669406-26.669406l80.008218 0c14.728446 0 26.669406 11.94096 26.669406 26.669406S186.694541 545.332153 171.967118 545.332153z'/%3E%3Cpath d='M932.039054 545.332153l-80.008218 0c-14.728446 0-26.669406-11.94096-26.669406-26.669406s11.94096-26.669406 26.669406-26.669406l80.008218 0c14.728446 0 26.669406 11.94096 26.669406 26.669406S946.7675 545.332153 932.039054 545.332153z'/%3E%3C/svg%3E") no-repeat;
}
[data-theme="dark"] #colormode-switch-area .mode-icon-change:before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' width='30' height='30' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M557.250088 959.028243c-247.490697 0-448.826192-199.306278-448.826192-446.783673 0-244.284679 198.73118-446.636317 443.002556-446.636317 0.119727 0 0.226151 0 0.346901 0 10.354835 0 19.840884 3.807722 24.477484 13.094226 4.688789 9.379625 3.593851 19.61371-2.805906 27.92398-53.604872 69.477374-81.928964 152.101163-81.928964 239.895719 0 217.308281 176.792519 393.82553 394.1008 393.82553l5.051039-0.239454c9.927093-0.134053 20.175505 5.638417 24.864294 15.043624 4.704139 9.379625 3.621481 20.603247-2.804882 28.91454C826.947554 895.269104 697.373453 959.028243 557.250088 959.028243zM497.340627 120.789017c-188.636265 29.113061-334.191338 193.506179-334.191338 389.410987 0 217.294978 176.792519 394.1008 394.1008 394.1008 104.550171 0 202.412013-40.456411 275.696086-112.540146-222.772736-26.1598-396.157645-216.07929-396.157645-445.747063C436.787506 265.754666 457.578018 188.916651 497.340627 120.789017z'/%3E%3Cpath d='M577.719282 865.501126c-179.75806 0-332.640006-128.359436-363.490641-305.211307-1.296529-7.441483 3.687996-14.536065 11.129478-15.833617 7.54893-1.2689 14.537088 3.687996 15.832594 11.130502 28.55229 163.705456 170.09191 282.536888 336.52857 282.536888 7.563256 0 13.682627 6.119371 13.682627 13.681604C591.40191 859.381755 585.281515 865.501126 577.719282 865.501126z'/%3E%3Cpath d='M222.886835 530.788925c-7.255241 0-13.307074-6.734378-13.654998-14.055111-0.306992-6.333242-0.467651-13.267165-0.467651-19.694551 0-7.562233 6.118348-13.935384 13.681604-13.935384s13.681604 5.998621 13.681604 13.560854c0 5.998621 0.160659 12.920264 0.441045 18.839067 0.361227 7.54893-5.464455 15.285125-13.013385 15.285125C223.326856 530.788925 223.112985 530.788925 222.886835 530.788925z'/%3E%3Cpath d='M642.680806 310.140573c4.300956 12.746302-2.566452 26.587542-15.311731 30.890544-12.747325 4.288676-26.588565-2.565429-30.891568-15.325034-4.275373-12.746302 2.565429-26.575262 15.311731-30.877241C624.56317 290.525839 638.377804 297.394271 642.680806 310.140573z'/%3E%3Cpath d='M801.146934 193.09788c4.275373 12.746302-2.565429 26.588565-15.337313 30.890544-12.747325 4.275373-26.561959-2.565429-30.864962-15.325034-4.300956-12.746302 2.566452-26.574239 15.311731-30.877241C783.003715 173.48417 796.844955 180.351578 801.146934 193.09788z'/%3E%3Cpath d='M748.131487 411.503145c4.301979 12.759605-2.565429 26.588565-15.311731 30.890544-12.746302 4.288676-26.587542-2.565429-30.891568-15.311731-4.300956-12.746302 2.566452-26.587542 15.311731-30.890544C729.987245 391.889435 743.829508 398.756843 748.131487 411.503145z'/%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' width='30' height='30' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M557.250088 959.028243c-247.490697 0-448.826192-199.306278-448.826192-446.783673 0-244.284679 198.73118-446.636317 443.002556-446.636317 0.119727 0 0.226151 0 0.346901 0 10.354835 0 19.840884 3.807722 24.477484 13.094226 4.688789 9.379625 3.593851 19.61371-2.805906 27.92398-53.604872 69.477374-81.928964 152.101163-81.928964 239.895719 0 217.308281 176.792519 393.82553 394.1008 393.82553l5.051039-0.239454c9.927093-0.134053 20.175505 5.638417 24.864294 15.043624 4.704139 9.379625 3.621481 20.603247-2.804882 28.91454C826.947554 895.269104 697.373453 959.028243 557.250088 959.028243zM497.340627 120.789017c-188.636265 29.113061-334.191338 193.506179-334.191338 389.410987 0 217.294978 176.792519 394.1008 394.1008 394.1008 104.550171 0 202.412013-40.456411 275.696086-112.540146-222.772736-26.1598-396.157645-216.07929-396.157645-445.747063C436.787506 265.754666 457.578018 188.916651 497.340627 120.789017z'/%3E%3Cpath d='M577.719282 865.501126c-179.75806 0-332.640006-128.359436-363.490641-305.211307-1.296529-7.441483 3.687996-14.536065 11.129478-15.833617 7.54893-1.2689 14.537088 3.687996 15.832594 11.130502 28.55229 163.705456 170.09191 282.536888 336.52857 282.536888 7.563256 0 13.682627 6.119371 13.682627 13.681604C591.40191 859.381755 585.281515 865.501126 577.719282 865.501126z'/%3E%3Cpath d='M222.886835 530.788925c-7.255241 0-13.307074-6.734378-13.654998-14.055111-0.306992-6.333242-0.467651-13.267165-0.467651-19.694551 0-7.562233 6.118348-13.935384 13.681604-13.935384s13.681604 5.998621 13.681604 13.560854c0 5.998621 0.160659 12.920264 0.441045 18.839067 0.361227 7.54893-5.464455 15.285125-13.013385 15.285125C223.326856 530.788925 223.112985 530.788925 222.886835 530.788925z'/%3E%3Cpath d='M642.680806 310.140573c4.300956 12.746302-2.566452 26.587542-15.311731 30.890544-12.747325 4.288676-26.588565-2.565429-30.891568-15.325034-4.275373-12.746302 2.565429-26.575262 15.311731-30.877241C624.56317 290.525839 638.377804 297.394271 642.680806 310.140573z'/%3E%3Cpath d='M801.146934 193.09788c4.275373 12.746302-2.565429 26.588565-15.337313 30.890544-12.747325 4.275373-26.561959-2.565429-30.864962-15.325034-4.300956-12.746302 2.566452-26.574239 15.311731-30.877241C783.003715 173.48417 796.844955 180.351578 801.146934 193.09788z'/%3E%3Cpath d='M748.131487 411.503145c4.301979 12.759605-2.565429 26.588565-15.311731 30.890544-12.746302 4.288676-26.587542-2.565429-30.891568-15.311731-4.300956-12.746302 2.566452-26.587542 15.311731-30.890544C729.987245 391.889435 743.829508 398.756843 748.131487 411.503145z'/%3E%3C/svg%3E") no-repeat;
}
.nav-toggle .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px
}
.nav-toggle .hamburger span {
    display: block;
    width: 42px;
    height: 2px;
    overflow: hidden;
    position: relative
}
.nav-toggle .hamburger span:nth-child(2) {
    width: 24px;
}
.nav-toggle .hamburger span:nth-child(3) {
    width: 18px;
}
.nav-toggle .hamburger span:before, .nav-toggle .hamburger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    transform: translateX(-200%);
    transition: ease .3s
}
.nav-toggle .hamburger span:after {
    transform: translateX(0)
}
.nav-toggle .hamburger span:nth-child(2):before, .nav-toggle .hamburger span:nth-child(2):after {
    transition-delay: 75ms
}
.nav-toggle .hamburger span:last-child:before, .nav-toggle .hamburger span:last-child:after {
    transition-delay: .15s
}
.nav-toggle:hover .hamburger span:before {
    transform: translateX(0)
}
.nav-toggle:hover .hamburger span:after {
    transform: translateX(200%)
}
/* Menu Modal ---------------------------- */
.menu-modal {
    filter: alpha(opacity=100);
    opacity: 1;
    justify-content: flex-start;
    padding: 0;
    transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
}
@media only screen and (max-width: 1024px) {
    .header-navigation-wrapper {
        display: none;
    }
}
/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin-bottom: 30px;
    position: relative;
}
.post-navigation {
    border-top: 0.1rem solid var(--united-border-color);
    position: relative;
}
.post-navigation .nav-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: var(--united-gutter-space);
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.post-navigation .nav-links .united-nav-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.post-navigation .nav-links .svg-icon {
    height: 2rem;
    width: 2rem;
}
@media only screen and (max-width: 767px) {
    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        border: 0;
    }
}
.nav-links .page-numbers {
    background: transparent;
    display: inline-block !important;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 7px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 50px;
    width: auto !important;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus {
    background: #000;
    color: #fff;
    border-color: #000;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.skip-link {
    font-size: 16px !important;
}
#content[tabindex="-1"]:focus {
    outline: none;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.search-form:before,
.search-form:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after,
.search-form:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    position: relative;
}
.widget:not(:last-child) {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
}
.widget-title,
.wp-block-heading {
    display: block;
    margin-bottom: 2rem;
}
.fullwidth-widget-block .widget-title,
.fullwidth-widget-block .wp-block-heading {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.fullwidth-widget-block .widget-title:before,
.fullwidth-widget-block .wp-block-heading:before,
.fullwidth-widget-block .widget-title:after,
.fullwidth-widget-block .wp-block-heading:after {
    content: "";
    border-width: 0.1rem 0;
    border-style: solid;
    border-color: var(--united-border-color);
    height: 0.6rem;
}
.has-line-clamp[class*=line-clamp-] {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp-value, 5);
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-1 {
    --line-clamp-value: 1
}
.line-clamp-2 {
    --line-clamp-value: 2
}
.line-clamp-3 {
    --line-clamp-value: 3
}
.line-clamp-4 {
    --line-clamp-value: 4
}
.widget select {
    max-width: 100%;
}
.widget ul,
.widget ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li,
.widget ol li {
    padding: 1rem 0;
    margin: 0;
}
.widget .social-menu li {
    padding: 0;
}
.widget .author-social-profile {
    gap: 0.2rem;
}
.widget .author-social-profile a {
    height: 5.8rem;
    width: 5.8rem;
}
.tagcloud a {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 25px;
}
#wp-calendar {
    width: 100%;
    margin: 0;
}
#wp-calendar caption {
    text-align: right;
}
#wp-calendar thead th {
    text-align: center;
}
#wp-calendar tbody td {
    border: 1px solid var(--united-border-color);
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td:hover {
    background: #000;
    filter: alpha(opacity=62);
    opacity: .62;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}
#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}
#wp-calendar tfoot td.pad {
    display: none;
}
.widget_rss img {
    display: none;
}
.rss-date {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.rssSummary {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
}
.widget_rss li a {
    display: block;
    line-height: 1.4em;
    text-transform: uppercase;
}
.widget_rss cite {
    font-size: 12px;
    display: block;
    padding-bottom: 20px;
}
.widget_rss li:last-child cite {
    padding-bottom: 0;
}
.tagcloud > a {
    border: 1px solid #e2e2e2;
    display: inline-block;
    font-size: 12px !important;
    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #333;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.wrapper {
    width: 100%;
    padding-right: var(--united-gutter-space);
    padding-left: var(--united-gutter-space);
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1280px) {
    .wrapper {
        max-width: 137rem;
    }
}
.wrapper-fluid {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-1 * var(--united-gutter-space));
    margin-left: calc(-1 * var(--united-gutter-space));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: var(--united-gutter-space);
    padding-left: var(--united-gutter-space);
}
.row-collapse {
    margin-right: 0;
    margin-left: 0;
}
.row-align-cneter {
    align-items: center;
}
.row-collapse > * {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px) {
    .column-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .column-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .column-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .column-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .column-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .column-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .column-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .column-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .column-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .column-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .column-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .column-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .row-reverse {
        flex-direction: row-reverse;
    }
    .column-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .column-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .column-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .column-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .column-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .column-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .column-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .column-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .column-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .column-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .column-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .column-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .column-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .column-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .column-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .column-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .column-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .column-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .column-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .column-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .column-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .column-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .column-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .column-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .border-lg-lr {
        border-left: 0.1rem solid var(--united-border-color);
        border-right: 0.1rem solid var(--united-border-color);
    }
    .border-lg-l {
        border-left: 0.1rem solid var(--united-border-color);
    }
    .border-lg-r {
        border-right: 0.1rem solid var(--united-border-color);
    }
}
.entry-image {
    overflow: hidden;
    position: relative;
}
.entry-image .post-thumbnail {
    display: block;
}
.entry-image img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.entry-image-large img {
    height: var(--united-entry-image-large);
}
.entry-image-big img {
    height: var(--united-entry-image-big);
}
.entry-image-medium img {
    height: var(--united-entry-image-medium);
}
.entry-image-small {
    width: var(--united-entry-image-small);
}
.entry-image-small img {
    height: var(--united-entry-image-small);
    width: var(--united-entry-image-small);
}
.entry-image-thumbnail {
    width: var(--united-entry-image-thumbnail);
}
.entry-image-thumbnail img {
    height: var(--united-entry-image-thumbnail);
    width: var(--united-entry-image-thumbnail);
}
#primary {
    flex: 0 0 auto;
    width: 66.66667%;
}
#secondary {
    flex: 0 0 auto;
    width: 33.33333%;
}
@media only screen and (min-width: 1300px) {
    .left-sidebar #primary {
        order: 2;
    }
    .left-sidebar #secondary {
        order: 1;
    }
}
.no-sidebar #primary,
.no-sidebar #secondary {
    flex: 0 0 auto;
    width: 100%;
}
@media only screen and (max-width: 1299px) {
    .united-aside-bar #primary {
        border: none !important;
    }
    .united-aside-bar #primary,
    .united-aside-bar #secondary {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 4rem;
    }
}
@media only screen and (max-width: 1024px) {
    #primary {
        border: none !important;
    }
    #primary,
    #secondary {
        flex: 0 0 auto;
        width: 100%;
    }
}
.sticky-widget-area {
    position: -webkit-sticky;
    position: sticky;
    top: 3.75rem;
    -webkit-transition: top 250ms ease-in-out;
    transition: top 250ms ease-in-out;
}
#masthead {
    position: relative;
}
.site-header-branding {
    padding-bottom: var(--united-verticle-spacing-medium);
    padding-top: var(--united-verticle-spacing-medium);
}
.site-header-navbar {
    padding-bottom: var(--united-gutter-space);
    padding-top: var(--united-gutter-space);
}
.site-header-2 .site-header-navbar {
    border-bottom: 0.1rem solid var(--united-border-color);
}
.site-header-3 .site-header-navbar {
    border-top: 0.1rem solid var(--united-border-color);
}
.header-wrapper-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: var(--united-gutter-space);
}
@media (max-width: 1024px) {
    .header-wrapper-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--united-gutter-space);
}
.header-wrapper-grid .site-header-area,
.header-wrapper .site-header-area {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: var(--united-gutter-space);
    flex: 0 1 auto;
}
.header-wrapper .site-header-center {
    margin: 0 auto;
    text-align: center;
}
.header-wrapper .site-header-left,
.header-wrapper .site-header-right {
    flex: 1;
}
.header-wrapper-grid .site-header-left,
.header-wrapper .site-header-left {
    justify-content: flex-start;
}
.header-wrapper-grid .site-header-right,
.header-wrapper .site-header-right {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: var(--united-gutter-space);
}
.site-branding {
    position: relative;
}
.site-title {
    font: 100 clamp(6rem, 12vw, 12rem)/125% var(--united-brand-font-family);
}
.site-description {
    font-size: 2rem;
}
.site-title,
.site-description {
    margin: 0 auto;
}
.site-title a {
    position: relative;
    z-index: 1;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5rem;
}
.united-archive-article {
    margin-bottom: var(--united-verticle-spacing-medium);
    padding-bottom: var(--united-verticle-spacing-medium);
}
.united-archive-article:not(:first-child:only-child,:last-child) {
    border-bottom: 0.1rem solid var(--united-border-color);
}
.archive-layout-1 .entry-header {
    margin-bottom: var(--united-gutter-space);
}
.archive-layout-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: var(--united-gutter-space);
}
.archive-layout-2.united-archive-article .entry-image,
.archive-layout-2.united-archive-article figure,
.archive-layout-2.united-archive-article .wp-block-embed {
    margin: 0;
}
.has-format-icon.format-audio .entry-image:before,
.has-format-icon.format-image .entry-image:before,
.has-format-icon.format-video .entry-image:before,
.has-format-icon.format-gallery .entry-image:before {
    content: "";
    background: var(--united-background-color);
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='59' height='58' viewBox='0 0 59 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M15 5.5C13 2.5 4.33333 0.333333 0 0H58C58.1667 22 58.4 64.2 58 57C57.5 48 53.928 42.7996 50.5 42C37.2614 38.9118 31.5 41.5 23.5 34C21.6708 32.2852 20.3511 30.0713 19.5 28C16.1819 19.9253 18.4266 10.64 15 5.5Z'/%3E%3C/svg%3E%0A");
    mask: url("data:image/svg+xml,%3Csvg width='59' height='58' viewBox='0 0 59 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M15 5.5C13 2.5 4.33333 0.333333 0 0H58C58.1667 22 58.4 64.2 58 57C57.5 48 53.928 42.7996 50.5 42C37.2614 38.9118 31.5 41.5 23.5 34C21.6708 32.2852 20.3511 30.0713 19.5 28C16.1819 19.9253 18.4266 10.64 15 5.5Z'/%3E%3C/svg%3E%0A");
    mask-repeat: no-repeat;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 1;
    display: block;
    width: 60px;
    height: 60px;
}
.has-format-icon.format-audio .entry-image:after,
.has-format-icon.format-image .entry-image:after,
.has-format-icon.format-video .entry-image:after,
.has-format-icon.format-gallery .entry-image:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    background-position: 17px 12px;
    background-repeat: no-repeat;
}
.has-format-icon.format-audio .entry-image:after {
    background-position-y: 10px;
    background-image: url(images/audio-format.svg);
}
.has-format-icon.format-image .entry-image:after {
    background-image: url(images/image-format.svg);
}
.has-format-icon.format-video .entry-image:after {
    background-image: url(images/video-format.svg);
}
.has-format-icon.format-gallery .entry-image:after {
    background-image: url(images/gallery-format.svg);
}
.has-round-image .post-thumbnail {
    border-radius: 100%;
    overflow: hidden;
}
.entry-meta-single {
    margin-bottom: 2rem;
}
.entry-meta-list,
.entry-meta-list .meta-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.entry-meta-list {
    gap: 1rem;
}
.entry-meta-list .meta-list-item {
    flex-shrink: 0;
    gap: 0.5rem;
}
.post-author .avatar {
    border-radius: 100%;
}
.post-favorite .simplefavorite-button {
    padding: 0;
    display: flex;
    align-items: center;
}
.post-favorite .simplefavorite-button,
.post-favorite .simplefavorite-button.active,
.post-favorite .simplefavorite-button:hover,
.post-favorite .simplefavorite-button:focus,
.post-favorite .simplefavorite-button.active:hover,
.post-favorite .simplefavorite-button.active:focus {
    background: none;
    border: none;
    box-shadow: none;
    color: var(--united-general-text-color);
}
.post-favorite .simplefavorite-button.active {
    color: var(--united-secondary-background);
}
.no-favorites {
    font-size: var(--united--font-size-large);
    font-family: var(--united-heading-font-family);
    font-weight: var(--united-heading-font-weight);
    text-align: center;
    padding-bottom: var(--united-verticle-spacing-large);
    padding-top: var(--united-verticle-spacing-large);
}
.entry-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    margin: 0 0 1rem;
}
.entry-categories.display_as_color a {
    color: var(--united-primary-background);
}
.entry-categories.display_as_color a:nth-child(7n+2) {
    color: var(--united-primary-background);
}
.entry-categories.display_as_color a:nth-child(7n+3) {
    color: #474bff;
}
.entry-categories.display_as_color a:nth-child(7n+4) {
    color: #03a9f4;
}
.entry-categories.display_as_color a:nth-child(7n+5) {
    color: #cc0100;
}
.entry-categories.display_as_color a:nth-child(7n+6) {
    color: #03b9e4;
}
.entry-categories.display_as_color a:nth-child(7n+7) {
    color: #ffc107;
}
.entry-categories.display_as_bg a {
    background-color: var(--united-primary-background);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    position: relative;
    transition: all 500ms;
}
.entry-categories.display_as_bg a:not(:hover,:focus) {
    color: var(--united-primary-text);
}
.entry-categories.display_as_bg a:nth-child(7n+2) {
    background-color: var(--united-primary-background);
}
.entry-categories.display_as_bg a:nth-child(7n+3) {
    background-color: #474bff;
}
.entry-categories.display_as_bg a:nth-child(7n+4) {
    background-color: #03a9f4;
}
.entry-categories.display_as_bg a:nth-child(7n+5) {
    background-color: #cc0100;
}
.entry-categories.display_as_bg a:nth-child(7n+6) {
    background-color: #03b9e4;
}
.entry-categories.display_as_bg a:nth-child(7n+7) {
    background-color: #ffc107;
}
.entry-categories.display_as_bg a:hover,
.entry-categories.display_as_bg a:focus {
    background: var(--united-secondary-background);
    color: var(--united-secondary-color);
}
.updated:not(.published) {
    display: none;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.excerpt,
.entry-content {
    margin: 0 auto;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
    margin-bottom: 60px;
    margin-top: 30px
}
.comments-title {
    margin: 0 0 30px;
    font-size: 24px
}
.comments-area ol {
    list-style: none;
    padding: 0
}
.comments-area .children {
    padding-left: var(--united-gutter-space);
}
.comment-author .avatar {
    position: absolute
}
.comment-author .fn, .comment-metadata {
    margin-left: 5rem;
}
.comment-metadata {
    margin-bottom: var(--united-gutter-space);
}
.comment-form .form-submit {
    margin-top: var(--united-gutter-space);
    margin-bottom: 0
}
.comment-body {
    margin-bottom: 40px
}
.reply {
    margin-left: 5rem;
    display: table;
    margin-top: var(--united-gutter-space);
}
.comment-metadata,
.comment-reply-link {
    font-size: 80%;
}
.comment-meta a {
    text-decoration: none
}
.comment-form input:not([type=checkbox]) {
    width: 100%;
    max-width: 100%
}
.form-submit input {
    width: auto
}
.comment-content {
    margin-left: 5rem;
}
#commentform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
#commentform p {
    margin-bottom: var(--united-gutter-space);
    width: 100%;
}
#commentform .comment-form-email, #commentform .comment-form-url {
    width: calc(50% - var(--united-gutter-space))
}
#commentform .comment-form-email {
    margin-right: var(--united-gutter-space);
}
#commentform .comment-form-url {
    margin-left: var(--united-gutter-space);
}
.comment-respond .comment-notes {
    margin-bottom: 40px
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: block;
    max-width: 300px;
}
.site-header-1 .custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header-1 .custom-logo-link .custom-logo {
    max-height: 100px;
    width: inherit;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    display: grid;
    grid-gap: 0.5rem;
}
.gallery-item {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: var(--united-footer-background);
    --united-border-color: #262626;
}
.site-footer a:not(:hover,:focus) {
    color: var(--united-footer-color);
}
.site-footer .widget-title,
.site-footer .wp-block-heading {
    color: var(--united-footer-heading-color);
}
.footer-widgets {
    border-bottom: 0.1rem solid var(--united-border-color);
    padding-bottom: var(--united-verticle-spacing-large);
    padding-top: var(--united-verticle-spacing-large);
}
.site-info {
    padding-bottom: var(--united-verticle-spacing-medium);
    padding-top: var(--united-verticle-spacing-medium);
}
.site-info .footer-social-menu {
    justify-content: flex-end;
}
.error-404 {
    margin-left: auto;
    margin-right: auto;
}
.error-404 .search-form {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .error-404 .search-form .search-field {
        min-width: 45rem;
    }
    .error-404 .search-form .search-submit {
        min-width: 25rem;
    }
}
.search-results .page-header span,
.archive .page-header span {
    color: #000;
    font-weight: 700;
}
.tags-links a:before {
    content: "#";
    display: inline-block;
    margin-right: 4px;
}
/*Gutenberg Fix*/
.wp-block-quote {
    background: rgba(var(--united-rgb-primary), 0.05);
    border: none;
    padding: 8rem 4rem;
    position: relative;
}
.wp-block-quote:before,
.wp-block-quote:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 4rem;
    margin: 2rem auto;
}
.wp-block-quote:before {
    background: url(images/icon-quote-top.svg) no-repeat center;
    top: 0;
    left: 4rem;
}
.wp-block-quote:after {
    background: url(images/icon-quote-down.svg) no-repeat center;
    right: 4rem;
    bottom: 0;
}
@media only screen and (min-width: 768px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }
}
.scroll-up {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    display: none;
}
.site .zoom-gallery {
    position: relative;
}
.site .zoom-gallery img {
    width: 100%;
    object-fit: cover;
    height: inherit;
}
@media only screen and (min-width: 992px) {
    .site .site-main .zoom-gallery img {
        height: 600px;
    }
}
.united-block {
    padding-bottom: var(--united-verticle-spacing-big);
    padding-top: var(--united-verticle-spacing-big);
    position: relative;
}
.united-banner-block {
    background: var(--united-background-color);
    color: var(--united-general-text-color);
    padding-bottom: 0;
    padding-top: 0;
}
.united-color-scheme .united-banner-block {
    background: transparent;
}
.united-banner-block.as-carousel {
    margin-top: var(--united-verticle-spacing-medium);
}
.united-link-in-bio {
    --theme-color: #FEE198;
    --max-width: 750px;
    padding-bottom: var(--united-verticle-spacing-large);
    padding-top: var(--united-verticle-spacing-large);
}
.united-link-in-bio .united-profile-background {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    overflow: hidden;
    background: radial-gradient(circle at 50% 45%, var(--theme-color) 5%, transparent 30%);
}
.united-profile-background:before,
.united-profile-background:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
    max-width: var(--max-width);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid rgb(66 66 66 / 10%);
}
.united-profile-background:after {
    --dot-size: 12px;
    max-width: calc(var(--max-width) + calc(var(--dot-size) / 2));
    --_c: no-repeat radial-gradient(farthest-side, var(--theme-color) 92%, #0000);
    background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
    border: none;
    background-size: var(--dot-size) var(--dot-size);
    animation: l7 30s infinite;
}
@keyframes l7 {
    to {
        transform: translate(-50%, -50%) rotate(0.5turn);
    }
}
.united-profile-details {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width);
    position: relative;
    text-align: center;
    z-index: 1;
}
.united-profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="150%" viewBox="0 0 100 150"><path d="M50,150L50,150c-27.6,0-50-22.4-50-50V50C0,22.4,22.4,0,50,0h0c27.6,0,50,22.4,50,50v50C100,127.6,77.6,150,50,150z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="150%" viewBox="0 0 100 150"><path d="M50,150L50,150c-27.6,0-50-22.4-50-50V50C0,22.4,22.4,0,50,0h0c27.6,0,50,22.4,50,50v50C100,127.6,77.6,150,50,150z"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: relative;
    width: 50rem;
}
.united-profile-header {
    padding-bottom: var(--united-verticle-spacing-large);
    padding-top: var(--united-verticle-spacing-large);
}
.united-profile-header .united-profile-title {
    color: var(--united-link-color);
    font-size: var(--united--font-size-large);
}
.united-profile-details .united-profile-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.section-header {
    margin-bottom: var(--united-gutter-space);
    padding-bottom: var(--united-gutter-space);
    position: relative;
}
.section-header .section-title {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-header .section-title .section-title-line {
    border-width: 0.1rem 0;
    border-style: solid;
    border-color: var(--united-border-color);
    height: 0.6rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-header .section-title .title-line-start {
    margin: 0 30px 0 0;
}
.section-header .section-title .title-line-end {
    margin: 0 0 0 30px;
}
.section-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: var(--united-gutter-space);
}
.united-article .entry-image .united-article-overlay {
    background: #222;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    filter: alpha(opacity=50);
    opacity: 0.50;
}
.united-article-default .entry-image {
    margin-bottom: var(--united-gutter-space);
}
.united-article-slides {
    position: relative;
    text-align: center;
}
.united-banner-block.banner-style-2 .united-article-slides .entry-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.united-banner-block.as-carousel .united-banner-init .swiper-slide:not(.swiper-slide-active) .entry-details {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.united-article-slides .entry-details {
    padding: var(--united-gutter-space) var(--united-gutter-space) calc(var(--united-gutter-space) * 2);
}
.united-article-slides .entry-categories,
.united-article-slides .entry-meta-list {
    justify-content: center;
}
.united-article-card {
    --united-article-card-height: 40rem;
    background-color: #222;
    position: relative;
}
.united-article-card,
.united-article-card a:not(:hover,:focus) {
    color: #fff;
}
.united-article-card,
.united-article-card .entry-image,
.united-article-card .entry-image img {
    height: var(--united-article-card-height);
}
.united-article-card .article-counter {
    background: var(--united-component-background);
    color: var(--united-component-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--united--font-size-small);
    height: 3.4rem;
    margin-bottom: var(--united-gutter-space);
    margin-top: var(--united-gutter-space);
    width: 3.4rem;
}
.united-article-card .entry-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.united-article-card .entry-details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--united-gutter-space);
    z-index: 9;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.united-article-card.card-alignment-top .entry-details {
    justify-content: flex-start;
}
.united-article-card.card-alignment-space-between .entry-details {
    justify-content: space-between;
}
.united-article-card.card-alignment-bottom .entry-details {
    justify-content: flex-end;
}
.united-article-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--united-gutter-space);
    margin: 0;
}
.is-list-reverse {
    flex-direction: row-reverse;
}
.united-article.has-space-bottom {
    margin-bottom: var(--united-gutter-space);
    padding-bottom: var(--united-gutter-space);
}
.united-article-list .entry-image {
    overflow: hidden;
    position: relative;
}
.united-article-list .entry-details {
    flex: 1;
    min-width: 1px;
}
.united-single-affix {
    background: var(--united-background-color);
    position: relative;
    left: 0;
    right: 0;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fixedHeaderAnim;
    animation-name: fixedHeaderAnim;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 16px rgba(0, 0, 0, .08);
    width: 100%;
}
.united-single-affix:not(.stick-it) {
    height: 0;
    overflow: hidden;
}
.united-single-affix.stick-it {
    position: fixed;
    top: 0;
    z-index: 9999;
}
@media screen and (min-width: 783px) {
    .admin-bar .united-single-affix.stick-it {
        top: 3.2rem;
    }
}
@media screen and (max-width: 782px) {
    .admin-bar .united-single-affix.stick-it {
        top: 46px;
    }
}
.united-single-affix .single-affix-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: var(--united-gutter-space);
    align-items: stretch;
    justify-content: space-between;
    padding-right: var(--united-gutter-space);
    padding-left: var(--united-gutter-space);
}
.single-affix-wrapper .single-affix-area {
    display: flex;
    align-items: stretch;
    flex: 1;
    gap: var(--united-gutter-space);
}
.single-affix-wrapper .single-affix-left {
    flex: 3;
}
.single-affix-left .single-affix-title {
    border-right: 0.1rem solid rgba(var(--united-rgb-primary), 0.2);
}
.single-affix-left .single-affix-title,
.single-affix-left .entry-title,
.single-affix-right .united-social-share {
    display: flex;
    margin: 0;
    align-items: center;
    min-height: 9rem;
}
.single-affix-left .single-affix-title,
.single-affix-left .entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
.single-affix-wrapper .single-affix-right {
    justify-content: flex-end;
}
.single-affix-right .single-social-share {
    border-left: 0.1rem solid rgba(var(--united-rgb-primary), 0.2);
}
@-webkit-keyframes fixedHeaderAnim {
    0% {
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fixedHeaderAnim {
    0% {
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
button.social-share-title {
    background: none;
    border: none;
    color: var(--united-general-text-color);
}
.social-share-content {
    background: var(--united-primary-background);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    position: absolute;
    top: 100%;
    z-index: 10;
    min-width: 20rem;
    right: 0;
    display: flex;
    flex-direction: column;
}
.social-share-content,
.social-share-content a:not(:hover,:focus) {
    color: var(--united-primary-text);
}
.social-share-content.active {
    opacity: 1;
    max-height: 36rem;
}
.social-share-hyperlink {
    font-size: 1.2rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.social-share-hyperlink .svg-icon {
    height: 1.4rem;
    width: 1.4rem;
}
#progressBarContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: rgba(var(--united-rgb-primary), 0.1);
}
#united-progressbar {
    width: 0%;
    height: 100%;
    background-color: var(--united-primary-background);
}
.floating-post-navigation {
    background: var(--united-primary-background);
    position: fixed;
    top: 50%;
    z-index: 9;
    width: 340px;
    height: 200px;
    overflow: hidden;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
    -moz-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
    -o-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
}
.floating-post-navigation,
.floating-post-navigation a:not(:hover,:focus) {
    color: var(--united-primary-text);
}
@media (max-width: 575px) {
    .floating-post-navigation {
        display: none;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
    }
}
.floating-navigation-prev {
    right: calc(100% - 50px);
}
.floating-navigation-prev:hover {
    right: calc(100% - 339px);
}
.floating-navigation-next {
    left: calc(100% - 50px);
}
.floating-navigation-next:hover {
    left: calc(100% - 339px);
}
.floating-post-navigation img {
    filter: alpha(opacity=65);
    opacity: 0.65;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.floating-navigation-prev img {
    right: 50px;
}
.floating-navigation-next img {
    left: 50px;
}
.floating-post-navigation a {
    color: inherit;
}
.single .floating-post-navigation a:hover,
.single .floating-post-navigation a:focus {
    color: inherit !important;
}
.floating-post-navigation .floating-navigation-label {
    position: absolute;
    top: 0;
    writing-mode: vertical-rl;
    right: 0;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1rem;
    z-index: 2;
}
.floating-navigation-prev .floating-navigation-label {
    transform: rotate(180deg);
}
.floating-navigation-next .floating-navigation-label {
    right: auto;
    left: 0;
}
.floating-post-navigation .entry-title {
    font-family: var(--united-heading-font-family);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px 60px 20px 20px;
    z-index: 2;
}
.floating-navigation-next .entry-title {
    padding: 20px 20px 20px 60px;
}
.united-single-banner .entry-header {
    padding-bottom: var(--united-gutter-space);
    padding-top: var(--united-gutter-space);
}
.error-404 .page-title {
    font-size: clamp(4rem, 40vw, 20rem);
    font-weight: 200;
    line-height: 1;
}
.error-404 .page-subtitle {
    font-size: clamp(1.75rem, 3vw, 2.375rem);
}
.error-404 .page-content {
    margin: 100px 0;
}
.error-404 .search-title {
    margin: 0 auto 3rem;
    max-width: 54rem;
    font-size: var(--united--font-size-small);
}
.brand_background_color a {
    background-color: rgba(var(--united-rgb-primary), 0.05);
    color: #fff;
}
.brand_background_color a[href*="amazon"] {
    background: #f90;
}
.brand_color a[href*="amazon"] {
    color: #f90;
}
.brand_background_color a[href*="bandcamp"] {
    background: #1ea0c3;
}
.brand_color a[href*="bandcamp"] {
    color: #1ea0c3;
}
.brand_background_color a[href*="behance"] {
    background: #0757fe;
}
.brand_color a[href*="behance"] {
    color: #0757fe;
}
.brand_background_color a[href*="codepen"] {
    background: #1e1f26;
}
.brand_color a[href*="codepen"] {
    color: #1e1f26;
}
.brand_background_color a[href*="deviantart"] {
    background: #02e49b;
}
.brand_color a[href*="deviantart"] {
    color: #02e49b;
}
.brand_background_color a[href*="dribbble"] {
    background: #e94c89;
}
.brand_color a[href*="dribbble"] {
    color: #e94c89;
}
.brand_background_color a[href*="dropbox"] {
    background: #4280ff;
}
.brand_color a[href*="dropbox"] {
    color: #4280ff;
}
.brand_background_color a[href*="etsy"] {
    background: #f45800;
}
.brand_color a[href*="etsy"] {
    color: #f45800;
}
.brand_background_color a[href*="facebook"] {
    background: #1778f2;
}
.brand_color a[href*="facebook"] {
    color: #1778f2;
}
.brand_background_color a[href*="500"] {
    background: #000;
}
.brand_color a[href*="500"] {
    color: #000;
}
.brand_background_color a[href*="flickr"] {
    background: #0461dd;
}
.brand_color a[href*="flickr"] {
    color: #0461dd;
}
.brand_background_color a[href*="foursquare"] {
    background: #e65678;
}
.brand_color a[href*="foursquare"] {
    color: #e65678;
}
.brand_background_color a[href*="github"] {
    background: #24292d;
}
.brand_color a[href*="github"] {
    color: #24292d;
}
.brand_background_color a[href*="goodreads"] {
    background: #382110;
}
.brand_color a[href*="goodreads"] {
    color: #382110;
}
.brand_background_color a[href*="google"] {
    background: #ea4434;
}
.brand_color a[href*="google"] {
    color: #ea4434;
}
.brand_background_color a[href*="instagram"] {
    background: #8a3ab9;
}
.brand_color a[href*="instagram"] {
    color: #8a3ab9;
}
.brand_background_color a[href*="lastfm"] {
    background: #e21b24;
}
.brand_color a[href*="lastfm"] {
    color: #e21b24;
}
.brand_background_color a[href*="linkedin"] {
    background: #0d66c2;
}
.brand_color a[href*="linkedin"] {
    color: #0d66c2;
}
.brand_background_color a[href*="mastodon"] {
    background: #3288d4;
}
.brand_color a[href*="mastodon"] {
    color: #3288d4;
}
.brand_background_color a[href*="medium"] {
    background: #02ab6c;
}
.brand_color a[href*="medium"] {
    color: #02ab6c;
}
.brand_background_color a[href*="meetup"] {
    background: #f6405f;
}
.brand_color a[href*="meetup"] {
    color: #f6405f;
}
.brand_background_color a[href*="patreon"] {
    background: #ff424d;
}
.brand_color a[href*="patreon"] {
    color: #ff424d;
}
.brand_background_color a[href*="pinterest"] {
    background: #e60122;
}
.brand_color a[href*="pinterest"] {
    color: #e60122;
}
.brand_background_color a[href*="pocket"] {
    background: #ef4155;
}
.brand_color a[href*="pocket"] {
    color: #ef4155;
}
.brand_background_color a[href*="reddit"] {
    background: #fe4500;
}
.brand_color a[href*="reddit"] {
    color: #fe4500;
}
.brand_background_color a[href*="skype"] {
    background: #0478d7;
}
.brand_color a[href*="skype"] {
    color: #0478d7;
}
.brand_background_color a[href*="snapchat"] {
    background-color: #fefc00;
    stroke: #000;
}
.brand_color a[href*="snapchat"] {
    stroke: #000;
}
.brand_background_color a[href*="soundcloud"] {
    background: #ff5600;
}
.brand_color a[href*="soundcloud"] {
    color: #ff5600;
}
.brand_background_color a[href*="spotify"] {
    background: #1bd760;
}
.brand_color a[href*="spotify"] {
    color: #1bd760;
}
.brand_background_color a[href*="telegram"] {
    background: #2aabee;
}
.brand_color a[href*="telegram"] {
    color: #2aabee;
}
.brand_background_color a[href*="threads"] {
    background: #000000;
}
.brand_color a[href*="threads"] {
    color: #000000;
}
.brand_background_color a[href*="tiktok"] {
    background: #000;
}
.brand_color a[href*="tiktok"] {
    color: #000;
}
.brand_background_color a[href*="tumblr"] {
    background: #011835;
}
.brand_color a[href*="tumblr"] {
    color: #011835;
}
.brand_background_color a[href*="twitch"] {
    background: #6440a4;
}
.brand_color a[href*="twitch"] {
    color: #6440a4;
}
.brand_background_color a[href*="twitter"],
.brand_background_color a[href*="x"] {
    background: #000;
}
.brand_color a[href*="twitter"],
.brand_color a[href*="x"] {
    color: #000;
}
.brand_background_color a[href*="vimeo"] {
    background: #1eb7ea;
}
.brand_color a[href*="vimeo"] {
    color: #1eb7ea;
}
.brand_background_color a[href*="vk"] {
    background: #4680c2;
}
.brand_color a[href*="vk"] {
    color: #4680c2;
}
.brand_background_color a[href*="wordpress"] {
    background: #3499cd;
}
.brand_color a[href*="wordpress"] {
    color: #3499cd;
}
.brand_background_color a[href*="yelp"] {
    background: #d32422;
}
.brand_color a[href*="yelp"] {
    color: #d32422;
}
.brand_background_color a[href*="youtube"] {
    background: #ff0000;
}
.brand_color a[href*="youtube"] {
    color: #ff0000;
}
/*--------------------------------------------------------------
##Plugin Support
--------------------------------------------------------------*/
.elementor-html #united-preloader {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.favorites-page #primary {
    flex: 0 0 auto;
    width: 100%;
}
.favorites-page .favorites-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: var(--united-gutter-space);
    margin: 0;
}
.favorites-page .favorites-list li {
    border: none;
    margin: 0;
}
.favorites-page .favorites-list li img {
    float: none;
    width: 100%;
}
.favorites-page .favorites-list li p a {
    font-family: var(--united-heading-font-family);
    font-weight: var(--united-heading-font-weight);
    font-size: var(--united--font-size-medium);
}
.swiper-button-next,
.swiper-button-prev {
    min-height: 4rem;
    min-width: 4rem;
}
.united-article-carousel .article-excerpt {
    margin: 1rem 0 2rem;
}
.united-aside-bar .wrapper {
    max-width: 100%;
}
@media (min-width: 1025px) {
    .site-header-1 .site-branding {
        margin-bottom: 3rem;
    }
}
.site-header-1 .site-title {
    font-size: 4rem;
}
.search-form-default {
    position: relative;
}
.search-form-default .search-field-default {
    background: var(--united-background-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    margin: 0;
    padding-left: 45px;
    width: 100%;
}
.search-bar .search-form-default .search-field-default {
    padding: 10px 20px 10px 45px;
}
.search-form-default svg {
    height: 20px;
    left: 15px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    transition: fill .2s;
    width: 20px;
    filter: alpha(opacity=75);
    opacity: .75;
}
.site-header-1 .navbar-item-middle .toggle {
    padding-left: 2rem;
    padding-right: 2rem;
}
.united-aside-bar .united-aside-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
}
@media (min-width: 1025px) {
    .site-small-asidebar,
    #masthead.site-header-1 {
        background: var(--united-background-color);
        border-right: 0.1rem solid var(--united-border-color);
        position: fixed;
        z-index: 10;
        top: 0;
        bottom: 0;
    }
    .site-small-asidebar {
        width: 60px;
        left: 0;
    }
    #masthead.site-header-1 {
        background: var(--united-header-background);
        left: 60px;
        width: 300px;
    }
    .united-aside-bar .site .site-content {
        position: relative;
        z-index: 2;
        padding-left: 360px;
        float: left;
        clear: both;
        width: 100%;
        box-sizing: border-box;
    }
    .united-aside-bar .united-ticker-bar,
    .united-aside-bar .united-single-affix {
        padding-left: 360px;
    }
}
@media (max-width: 1024px) {
    .site-header-1 .site-header-branding .site-header-area {
        justify-content: center;
        width: 100%;
    }
}
.vertical-wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.vertical-wrapper .navbar-item {
    width: 100%;
}
.vertical-wrapper .navbar-item-top {
    margin: 4rem auto 3rem;
    padding: 0 2rem;
}
.vertical-wrapper .navbar-item-middle {
    margin: 0 auto auto;
}
.vertical-wrapper .navbar-item-bottom {
    border-top: 0.1rem solid var(--united-border-color);
    margin-bottom: 0;
    margin-top: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.site-small-asidebar .vertical-wrapper .navbar-item-top {
    padding: 0;
}
.site-small-asidebar .toggle {
    border-bottom: 0.1rem solid var(--united-border-color);
    padding: 0 0 1.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

