html {
    line-height: 1.1;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

body {
    margin: 0;
    overflow-x: hidden;
}

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

blockquote {
    margin: 0
}

a:focus-visible {
    outline-offset: 2px;
    outline: 3px solid #276EF1;
}

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

a {
    background-color: rgba(0,0,0,0);
    color: inherit;
    word-break: break-word;
}

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

b,strong {
    font-weight: 700
}

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

small {
    font-size: 80%
}

iframe {
    display: block
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

figure {
    margin: 0
}

html,input[type=search] {
    box-sizing: border-box
}

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

.wrap {
    margin: auto;
    width: calc(100% - 2* var(--wp--preset--spacing--medium));
}

.entry-content > .wp-block-group, .entry-content > .wp-block-columns {
    margin: auto;
}

.wp-block-group .wp-block-group,.wp-block-group .wp-block-columns {margin: 0;}
.wp-block-group.alignfull .wp-block-group {width:100%;margin: auto;}
.is-layout-constrained {
    max-width: var(--wp--custom--layout--content);
}

.is-layout-constrained.alignwide {max-width: var(--wp--custom--layout--wide);}
.is-layout-constrained.alignfull {max-width: 100%;}
.alignwide {max-width: var(--wp--custom--layout--wide);width: 100%;}
.alignfull {max-width:100%;}

.wp-block-columns {grid-column-gap: var(--wp--custom--layout--block-gap);grid-row-gap: var(--wp--custom--layout--block-gap)}

:where(.wp-block-columns.has-background) {padding:var(--wp--preset--spacing--medium);}

.wp-block-group.alignfull>.alignwide .wp-block-columns {
    padding-left: 0;
    padding-right: 0
}

nav#nav-menu {
    grid-column: span 2;
}

footer .wrap, .content-sidebar .entry-content {
    /* max-width: var(--wp--style--global--wide-size); */
    margin: 0 auto;
}

.content-sidebar .entry-content {
    display: grid;
    grid-template-columns: auto var(--wp--custom--layout--sidebar);
    margin: auto;
    max-width: calc(var(--wp--custom--layout--content));
    padding-top: var(--wp--preset--spacing--medium);
    row-gap: var(--wp--preset--spacing--medium);
}

.content-sidebar .sidebar-primary {
    width: calc(100% - 2* var(--wp--preset--spacing--medium));
    margin: 0 var(--wp--preset--spacing--medium) auto;);
}

.content-sidebar .entry-content>* {
    padding: 0
}

.content-sidebar .entry-content .wrap {
    padding: 0
}

.sidebar-primary .wp-block-group {width: 100%;}

.screen-reader-text,.screen-reader-text span,.screen-reader-shortcut {
    position: absolute;!;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    top: 10px;
    left: 12px;
}

.screen-reader-text:focus,.screen-reader-shortcut:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 12px;
    color: #333;
    background: #fff;
    z-index: 100000;
    clip-path: none;
    text-decoration: none;
    top: 10px;
    left: 12px;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 var(--wp--preset--spacing--small) 0;
}

p {
    margin: 0 0 var(--wp--preset--spacing--small) 0;
}

ul li,ol li {
    margin-bottom: 10px;
}

.wp-block-gallery {
    --wp--style--unstable-gallery-gap: var(--wp--preset--spacing--medium);
    gap: var(--wp--preset--spacing--medium)
}

.wp-block-gallery.columns-2>figure {
    width: calc(50% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
}

.wp-block-gallery.columns-3>figure {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
}

.wp-block-gallery.columns-4>figure {
    width: calc(25% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
}

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

img.emoji {
    max-width: 16px;
    display: inline-block
}

img.alignleft {
    float: left;
    margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: calc(var(--wp--custom--layout--content)/2)
}

img.alignright {
    float: right;
    margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: calc(var(--wp--custom--layout--content)/2)
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

figure.wp-caption {
    max-width: 100%
}

.wp-block-image figcaption {
    font-size: var(--wp--preset--font-size--small);
    text-align: center
}

@media(min-width: 601px) {
    .wp-block-image.alignleft {
        float:left;
        margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
        max-width: 48vw
    }

    .wp-block-image.alignright {
        float: right;
        margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
        max-width: 48vw
    }
}

@media(min-width: 768px) {
    .content .entry-content>.wp-block-image.alignleft,.content .block-area>.wp-block-image.alignleft {
        max-width:calc(var(--wp--custom--layout--content)/2);
        margin-left: calc((100vw - var(--wp--custom--layout--content))/2)
    }

    .content .entry-content>.wp-block-image.alignright,.content .block-area>.wp-block-image.alignright {
        max-width: calc(var(--wp--custom--layout--content)/2);
        margin-right: calc((100vw - var(--wp--custom--layout--content))/2)
    }
}

@media(min-width: 1200px) {
    .full-width-content .entry-content>.wp-block-image.alignleft,.full-width-content .block-area>.wp-block-image.alignleft {
        max-width:calc(var(--wp--custom--layout--wide)/2);
        margin-left: calc((100vw - var(--wp--custom--layout--wide))/2)
    }

    .full-width-content .entry-content>.wp-block-image.alignright,.full-width-content .block-area>.wp-block-image.alignright {
        max-width: calc(var(--wp--custom--layout--wide)/2);
        margin-right: calc((100vw - var(--wp--custom--layout--wide))/2)
    }
}

body .wp-block-separator {
    border: none;
    height: 3px;
    margin-left: 0;
    margin-top: var(--wp--preset--spacing--medium);
    margin-bottom: var(--wp--preset--spacing--medium);
    max-width: 150px;
}

.wp-element-button.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link {
}

.wp-element-button.is-style-outline.has-background,.wp-block-button.is-style-outline>.wp-block-button__link.has-background {
    padding: 10px 15px
}

.wp-element-button.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color) {
}

input,select,textarea {
    background: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--quinary);
    color: var(--wp--preset--color--primary);
    font-size: var(--wp--preset--font-size--tiny);
    border-radius: var(--wp--preset--spacing--small);
    line-height: var(--wp--custom--line-height--medium);
    padding: 12px;
    width: 100%;
    height: auto;
    min-height: 52px;
    transition: .25s cubic-bezier(.4,0,.2,1)
}

input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible {
    outline: 2px dashed #fdc41f;
    outline-offset: 2px
}

input:hover:not(.image-comparison__range),select:hover,textarea:hover,input:focus:not(.image-comparison__range),select:focus,textarea:focus {
    background-color: var(--wp--preset--color--senary);
    /* border: 1px solid var(--wp--preset--color--primary); */
    color: var(--wp--preset--color--black)
}

input[type=checkbox],input[type=submit] {
    width: 25px;
    height: 25px;
    min-height: 100%
}
.cat-filter-list-wrapper select {
    border: none;
    background-color: #e5e5e5;
    min-height: 30px;
    color: var(--wp--custom--color--neutral-700);
    font-size: var(--wp--preset--font-size--normal);
    padding: 10px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 98%;
    background-position-y: 12px;
}

select:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>')
}

textarea {
    width: 100%;
    resize: vertical
}


/*Tooltips*/
[data-tooltip] {
	position: relative;
	z-index: 10;
}

[data-tooltip]::after {
	content: attr(data-tooltip);
	visibility: hidden;
	width: max-content;
	max-width: 150px;
	background-color: var(--wp--preset--color--primary);
	color: #fff;
	text-align: center;
	padding: 8px 10px;
	border-radius: var(--wp--custom--border--radius--small);
	position: absolute;
	z-index: 1000;
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	font-weight: 700;
	opacity: 0;
	transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1), visibility .25s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

[data-tooltip].visible::after {
	visibility: visible;
	opacity: 1;
}

[data-tooltip]::before {
	content: '';
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	opacity: 0;
	transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1), visibility .25s cubic-bezier(0.4, 0, 0.2, 1);
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top-color: var(--wp--preset--color--primary);
}

[data-tooltip].visible::before {
	visibility: visible;
	opacity: 1;
}

[data-tooltip].below::after {
	bottom: auto;
	top: calc(100% + 10px);
	transform: translateX(-50%);
}

[data-tooltip].below::before {
	bottom: auto;
	top: calc(100% + -4px);
	border-top-color: transparent;
	border-bottom-color: var(--wp--preset--color--primary);
}

[data-tooltip].right::after {
	bottom: auto;
	top: 50%;
	left: calc(100% + 10px);
	transform: translateY(-50%);
}

[data-tooltip].right::before {
	top: 50%;
	left: calc(100% + 5px);
	right: auto;
	transform: translateY(-50%) rotate(45deg);
	border-bottom-color: #333;
	border-left-color: #333;
	border-top-color: transparent;
	border-right-color: transparent;
}

[data-tooltip].left::after {
	bottom: auto;
	top: 50%;
	left: auto;
	right: calc(100% + 5px);
	transform: translateY(-50%);
}

[data-tooltip].left::before {
	top: 50%;
	left: auto;
	right: calc(100% + 5px);
	transform: translateY(-50%) rotate(-45deg);
	border-bottom-color: #333;
	border-right-color: #333;
	border-top-color: transparent;
	border-left-color: transparent;
}

.tooltip-desc {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/*Buttons*/
.button,
.wp-element-button,
.wp-block-button__link {
	outline-offset:2px;
	transition: all .25s cubic-bezier(0.4, 0, 0.2, 1);
	background-color: var(--wp--preset--color--primary);
	border-radius: var(--wp--custom--border--radius--small);
	border: 3px solid transparent;
	color: var(--wp--preset--color--white);
	font-family: inherit;
	font-size: var(--wp--preset--font-size--small);
	display:inline-block;
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
	padding: calc(var(--wp--preset--spacing--small) * 0.75) var(--wp--preset--spacing--small);
	text-decoration: none;
}




.button:active,
.wp-element-button:active,
.wp-block-button__link:active {transform: translateY(3px);}


::-moz-placeholder {
    color: var(--wp--preset--color--primary);
    opacity: 1
}

::-ms-input-placeholder {
    color: var(--wp--preset--color--primary)
}

::-webkit-input-placeholder {
    color: var(--wp--preset--color--primary)
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
    color: rgba(0,0,0,0)
}
.nblocks-accordion-title h4 {
    font-size: var(--wp--preset--font-size--medium);
}

.nblocks-accordion-title {
    border-bottom: 1px solid black;
  box-shadow: none;
    padding: 0 0 16px 0;
}

.nblocks-accordion-title p {
    font-size: var(--wp--preset--font-size--medium);
}
/*Blockquote*/
.wp-block-quote>cite {
    font-size: var(--wp--preset--font-size--tiny);
}

/* Category Filter */
.cat-filter-list {display:flex;list-style:none;padding: 0;margin: 0 0 var(--wp--custom--layout--block-gap-large) 0;flex-wrap: wrap;}
.cat-filter-list li {padding-right: 50px;position: relative;margin:0;}
.cat-filter-list li a {color: var(--wp--preset--color--black);font-weight: 700;transition: .25s cubic-bezier(0.4, 0, 0.2, 1);}
.cat-filter-list li:after {content: '\2022';position:absolute;top: 3px;left: -30px;font-size: 20px;line-height: 26px;color: var(--wp--preset--color--primary);opacity: .15;}
.cat-filter-list li:first-child:after {display:none;}
.cat-filter-list a:hover {color: var(--wp--preset--color--primary);}
.cat-filter-list .current {color: var(--wp--preset--color--primary);}
.cat-filter-list a:active {color: var(--wp--preset--color--quinary);}
.cat-filter-list-wrapper {/* margin-bottom: var(--wp--preset--spacing--medium); */}
.cat-filter-list-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    max-width: 350px;
}

.cat-filter-list-wrapper p {
    font-weight: 500;
}

.cat-filter-list-wrapper p {
    margin: 0;
}


/*Buttons*/
.button,.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
	text-transform:uppercase;
	cursor: pointer;
	outline: 2px solid transparent;
	outline-offset:2px;
	border-radius: 0;
	text-align:center;
	position:relative;
	justify-content: center;
	transition: all .25s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid a {
    text-decoration: none;
    color: inherit;
}
.grid .chevron-btn {
    border: 1px solid var(--wp--preset--color--quinary);
    line-height: .5;
    width: 50px;
    height: 50px;
    padding: 0;
}

.button:focus-visible, .wp-block-button__link:focus-visible {outline:2px solid black;}

.button:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {transform: scale(1);background: var(--wp--preset--color--black);}

.button:hover:after,.wp-block-button__link:hover:after {opacity:1;}
.button:active,.wp-element-button:active, .wp-block-button__link:active {transform: translateY(3px);}
.button:active:after,.wp-element-button:active:after, .wp-block-button__link:active:after {transform:scale(0.85)}

.single .entry-category {margin: 25px 0;}
.single .entry-category a {
    color: var(--wp--preset--color--white);
    text-decoration: none;
    background: lch(100 0 0 / 0.25);
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    display: inline-block;
    transition: .25s cubic-bezier(0.4, 0, 0.2, 1);
}

.single .entry-category a:hover {
    color: #FFF;
    background: lch(0 0 0 / 0.25);
}

.entry-title {
    font-size: var(--wp--preset--font-size--gargantuan);
}

.entry-image img {
    border-radius: var(--wp--custom--border--radius--medium);
    margin: auto;
}

.wp-block-code code {
    background-color: #35373a;
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 400;
    line-height: var(--wp--preset--font-size--medium);
    margin-bottom: var(--wp--preset--spacing--medium);
    margin-top: var(--wp--preset--spacing--medium);
    overflow-x: auto;
    padding: var(--wp--preset--spacing--medium);
    border-radius: var(--wp--custom--border-radius--medium);
    max-height: 900px;
    width: 100%;
}

/*Latest News Widget*/
.wp-block-latest-posts li {
    position: relative;
    padding: 0px 0 0 30px;
}

.wp-block-latest-posts li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid var(--wp--preset--color--tertiary);
    width: 22px;
    height: 22px;
    border-radius: 5px;
}

.wp-block-latest-posts li:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    background: var(--wp--preset--color--secondary);
    width: 6px;
    height: 6px;
    border-radius: 2px;
}

.wp-block-latest-posts li:last-child {margin-bottom:0}

/* Notice*/
.notice {
     position: fixed;
     bottom: 25px;
     z-index: 9999;
     width: 100%;
     display: flex;
     padding: 0 15px;
}

.notice button {
    border: none;
    font-size: 16px;
    padding: 0;
    display: inline-flex;
    cursor: pointer;
    color: #FFF;
    background: var(--wp--preset--color--primary);
    border-radius:50%;
    width:30px;
    height:30px;
    fill:#FFF;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.notice.hidden {display: none;}

#notice-block {background: var(--wp--preset--color--primary);color: #FFF;margin:auto;display: flex;align-items: center;position: relative;padding: 10px 20px;justify-content: center;border-radius: var(--wp--custom--border-radius--medium);flex-wrap: wrap;gap: 10px;}
#notice-block > div {display:flex;align-items: center;border-right: 1px solid #9ddbcd3b;}
#notice-block p {margin: 0 5px;text-align: center;font-weight: 300;}
#notice-block a {display:inline-block;background: var(--wp--preset--color--tertiary);color: var(--wp--preset--color--primary);padding: 10px 20px;border-radius:12px;margin: 5px 10px;}

@media all and (max-width: 900px) {
	.notice {bottom:15px;}
	#notice-block {display: flex;flex-direction: column;}
	#notice-block > div {flex-direction: column;border: 0;gap: 5px;}
	.notice button {position: absolute;top: -15px;right: -15px;}
}


.no-results {
    text-align: center;
    padding-top: var(--wp--preset--spacing--x-large);
    padding-bottom: var(--wp--preset--spacing--x-large);
    background-color: var(--wp--preset--color--senary);
    grid-column: span 3;
}


.breadcrumb {
    margin: 0 auto 16px;
    line-height: var(--wp--custom--line-height--small);
    font-size: var(--wp--preset--font-size--tiny);
    max-width: var(--wp--custom--layout--content);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumb .sep {
    margin: 0 4px
}

.archive-header .breadcrumb,.post-header .breadcrumb {
    max-width: 100%;
    grid-column: 1/-1;
    margin-left: 0;
    margin-right: 0
}

.site-container {
    overflow: hidden;
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8000
}



.site-header .wrap {
    display: grid;
    grid-template-columns: 225px 2fr 475px;
    height: 100px;
    align-items: center;
    transition: all .25s cubic-bezier(0.4, 0, 0.2, 1);
    justify-content: space-between;
}



.site-header.pending #nav-menu ul li a {
    color: var(--wp--preset--color--primary);
}

/* Navigation Container */
#nav-menu {
    display: none;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

#nav-menu .menu-primary-container {
    height: 100%;
}

/* Primary Menu */
#nav-menu ul.menu {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

/* Menu Items */
#nav-menu .menu-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px;
    height: 100%;
    margin: 0;
    list-style: none;
}
body #nav-menu .submenu-inner ul > li > a {
    color: var(--wp--preset--color--primary);
}
#nav-menu li a {
    display: block;
    width: 100%;
    padding: 5px 5px;
    font-weight: 700;
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--white);
    border-radius: var(--wp--custom--border--radius--small);
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

.submenu-btn {
    background: none;
    border: 0;
}

/* Submenu */
.submenu {
    position: absolute;
    top: 70px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0%);
    transition: visibility 0ms ease 0ms,pointer-events 0ms ease 0ms,all .25s cubic-bezier(.4,.01,.1,1);
    z-index: 9999;
    padding-top: 15px;
    width: max-content;
}

#nav-menu li.menu-item-has-children:hover .submenu,
#nav-menu li.menu-item-has-children:focus .submenu,
#nav-menu li.menu-item-has-children:focus-within .submenu {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(0); */
}

/* Submenu Inner */
.submenu-inner .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--wp--preset--color--white);
    border-radius: 10px;
    padding: 10px;
}

.submenu-inner-wrap {
    background-color: var(--wp--preset--color--white);
    padding: var(--wp--preset--spacing--small);
    border-radius: var(--wp--custom--border--radius--small);
    transition: visibility 0ms ease 0ms, pointer-events 0ms ease 0ms, all .25s cubic-bezier(.4,.01,.1,1);
    border-radius: 12px;
}

.submenu-inner-wrap > p {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 800;
    margin: 0;
}

.submenu-inner {
    /* display: flex; */
    /* justify-content: space-between; */
}

.submenu-inner .menu-items {/* display: grid; */padding:0;/* grid-template-columns: repeat(2, 1fr); *//* gap: var(--wp--preset--spacing--tiny); */}
body #nav-menu ul.menu-items li a {
    font-size: 16px;
}
/* Submenu Items */
.submenu-inner .sub-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: var(--wp--preset--font-size--normal);
    font-weight: 500;
    color: var(--wp--preset--color--primary);
    outline-offset: 0;
}

#toggle-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9999
}

#toggle {
    height: 65px;
    width: 65px;
    position: relative;
    display: flex;
    background: 0 0;
    border: 5px solid transparent;
    border-radius: 100%;
    transition: .3s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: -15px
}

#toggle .bar {
    height: 4px;
    width: 35px;
    display: block;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s
}

#toggle .bar {
    position: absolute
}

#toggle .bar:nth-of-type(1) {
    top: 15px;
    transition: top .3s ease-in-out .3s,transform .3s ease-in-out .1s;
    animation: mrotr 2s ease-in-out
}

#toggle .bar:nth-of-type(2) {
    top: 25px;
    transition: ease .3s .25s;
    animation: fade 2s ease-in-out
}

#toggle .bar:nth-of-type(3) {
    top: 35px;
    transition: top .3s ease-in-out .3s,transform .3s ease-in-out .1s;
    animation: mrotl 2s ease-in-out
}

.active #toggle .bar:nth-of-type(1) {
    top: 25px;
    transform: rotate(45deg);
    transition: top .3s ease-in-out .1s,transform .3s ease-in-out .25s
}

.active #toggle .bar:nth-of-type(2) {
    opacity: 0
}

.active #toggle .bar:nth-of-type(3) {
    top: 25px;
    transform: rotate(-45deg);
    transition: top .3s ease-in-out .1s,transform .3s ease-in-out .25s
}

/*Header Buttons*/
.btn-wrap {
    display: flex;
    list-style: none;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
}
.btn-wrap .menu-item.search a,.btn-wrap .menu-item.user a {
    border-radius: 50%;
    border: 3px solid var(--wp--preset--color--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    width: 51px;
    color: var(--wp--preset--color--primary);
    fill: var(--wp--preset--color--primary);
}

@media(min-width: 1050px) {
	
    #nav-menu {
        display: flex;
        justify-content: flex-end;
    }

    #mobile-nav-menu {
        display: none
    }

    #toggle-wrap {
        display: none
    }
}

#mobile-nav-menu {
    height: calc(100vh - 75px);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 100px;
    width: 100%;
    background: var(--wp--preset--color--white);
    transition: all .3s ease-in-out .25s,transform .3s ease-in-out .25s;
    transform: translate(0px,-10px);
    z-index: 500
}
#mobile-nav-menu {
    padding: 30px;
}

.active #mobile-nav-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0px,0px)
}

.menu-mobile-container {
    overflow: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 100vw
}

#mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#mobile-menu a,#mobile-menu span {
    display: block;
    padding: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    cursor: pointer
}

#mobile-menu li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--wp--preset--color--senary)
}

#mobile-menu>li:first-child {
    border-top: 0
}

#mobile-menu li.menu-item-has-children {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

#mobile-menu li ul {
    display: none;
    width: 100%;
    background: var(--wp--preset--color--senary);
    margin: 0;
    padding: 0
}

#mobile-menu li ul li {
    border-top: 1px solid #fff
}

#mobile-menu li ul li a {
    font-size: var(--wp--preset--font-size--tiny);
    font-weight: 400
}

#mobile-menu button {
    background: 0 0;
    border: 0;
    width: 50px;
    height: 50px;
    padding: 5px 20px 5px 0;
    cursor: pointer
}

#mobile-menu button svg {
    transition: top .3s ease .1s,transform .3s ease-out
}

#mobile-menu .menu-item.active button svg {
    transform: rotateX(180deg)
}

@media(max-width: 782px) {
    #wpadminbar {
        display:none !important
    }
}

.archive-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); /* adjust the 0.5 to control darkness */
    z-index: 1;
    pointer-events: none;
}

.archive-header {
    position: relative;
    color: var(--wp--preset--color--white);
    padding: calc(var(--wp--preset--spacing--xxx-large) * 2) 0 var(--wp--preset--spacing--large) 0;
    background-image: url(https://launchpad.nebula.design/ace/wp-content/uploads/2024/02/j2-2016x1026-1.jpg);
    background-position: 0;
    background-size: cover;
    z-index: 0;
}


.archive-header .wrap {
    /* max-width: var(--wp--custom--layout--wide); */
}

.archive-inner-header {
    position: relative;
    max-width: 850px;
    z-index: 50;
}

.archive-header svg {
    position: absolute;
    bottom: 0;
}

.archive-header p {font-weight: 400;}

.archive-description>*:first-child {
    margin-top: 0
}

.archive-description>*:last-child {
    margin-bottom: 0
}

.archive-header .breadcrumb {
    margin-bottom: var(--wp--custom--layout--block-gap-large)
}

.archive .site-inner {background: var(--wp--preset--color--denary);padding-bottom: var(--wp--preset--spacing--large);}

.archive .site-main {
    max-width: var(--wp--style--global--wide-size);
    width: calc(100% - 2* var(--wp--preset--spacing--medium));
    margin: auto;
}

.post.content .site-inner {
    padding: 0
}

.post.content .site-main {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
    max-width: var(--wp--custom--layout--content);
    margin: auto
}

.post .entry-content .wrap p {
    margin-top: 0
}
.post .entry-content .wrap p:last-of-type {margin-bottom:0;}


.post .wp-block-image.aligncenter {
    width: 100%
}

.post .wp-block-image.aligncenter img {
    margin: auto
}



.post .entry-header {position: relative;background: #f1f1f1;color: var(--wp--preset--color--black);padding: 40px 0;}
.post .entry-header .wrap {position:relative;z-index:25;}
.post .entry-header a:hover {color:var(--wp--preset--color--white);}
.post .entry-header .entry-svg {position:absolute;bottom:0;}
.post .entry-header .wrap{
    max-width: var(--wp--custom--layout--content);
    padding-top: var(--wp--preset--spacing--large);
}

.back {
    display: flex;
    gap: 5px;
    align-items: center;
}

.post .entry-content {padding-top: calc(var(--wp--preset--spacing--large) * 2);padding-bottom: var(--wp--preset--spacing--large);}

.post .entry-content .wrap {
    max-width: var(--wp--custom--layout--content);
}

.post article .entry-image .wrap {
    max-width: calc(var(--wp--custom--layout--small-content)*1.25)
}


#author {max-width: var(--wp--custom--layout--small-content););border-radius: var(--wp--custom--border--radius--medium);padding: var(--wp--preset--spacing--medium);border: none;}
#author img {max-width:200px;}

#author .model-wrapper {
    display: flex;
    gap: var(--wp--preset--spacing--medium);
    align-items: flex-start;
}

#author button {
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: var(--wp--preset--color--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.3s ease-in-out;
}
#author button:hover {
    background:var(--wp--preset--color--secondary);
    color:white;
}

@media(min-width: 768px) {
}

.pagination {
    margin: 32px auto;
    max-width: var(--wp--custom--layout--content);
    grid-column: 1/-1
}

.pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: center
}

.pagination ul li {
    list-style-type: none;
    display: inline-block
}

.pagination ul li a {
    background: var(--wp--preset--color--background);
    border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--septenary);
    border-radius: var(--wp--custom--border-radius--tiny);
    color: var(--wp--preset--color--septenary);
    fill: var(--wp--preset--color--septenary);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: .5s ease-in-out
}

.pagination ul li svg {
    fill: inherit
}

.pagination ul li.active>a {
    background: var(--wp--preset--color--quaternary);
    color: var(--wp--preset--color--septenary);
    fill: var(--wp--preset--color--septenary);
    border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--quaternary)
}

.pagination ul li>a:hover {
    background: var(--wp--preset--color--septenary);
    color: var(--wp--preset--color--quaternary);
    fill: var(--wp--preset--color--quaternary);
    border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--septenary)
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: calc(0px - var(--wp--custom--layout--small-padding));
    margin-left: calc(0px - var(--wp--custom--layout--small-padding));
    flex-wrap: wrap
}

.v-align {
    align-items: center;
    height: 100%
}

.h-align {
    justify-content: center
}

.flex>div {
    padding: var(--wp--custom--layout--small-padding)
}

.col-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.col-75 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.col-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.col-66 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%
}

.col-33 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%
}

.col-25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.col-20,.has-5-columns>div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.col-10 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%
}

.col-auto {
    flex: 1;
    min-width: 350px;
}

.grid {
    display: grid;
    grid-column-gap: var(--wp--preset--spacing--medium);
    grid-row-gap: var(--wp--preset--spacing--medium);
}

.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*Footer*/
footer {background: var(--wp--preset--color--senary);color: var(--wp--preset--color--primary);padding: var(--wp--preset--spacing--x-large) 0;}
footer p {font-weight:300;font-size: var(--wp--preset--font-size--normal);margin-top:0;max-width: 700px;}
footer .wp-block-separator {max-width: 100%;width: 100%;background: var(--wp--preset--color--white);}
footer > div > .flex {justify-content: space-between;}
footer .flex .col-auto .flex .col-auto {min-width: 225px;}
footer nav ul {margin:0;padding: 0;}
footer nav ul li {position:relative;list-style: none;margin: 0;padding: 0;}
footer a:focus,footer a:focus-visible {outline-color:#FFF;}
footer nav ul li a, 
footer nav ul li span {font-size: var(--wp--preset--font-size--small);border-radius: var(--wp--custom--border--radius--small);font-weight: 300;padding: 5px;color: var(--wp--preset--color--primary);text-decoration: none;line-height: 40px;}
footer nav ul li ul {margin:0 0 25px 0;padding:0;}
footer nav ul li ul li {margin:0;padding:0;}
footer nav ul li ul li a{font-size: var(--wp--preset--font-size--tiny);font-weight:300}
footer nav ul li a:hover {text-decoration: underline;}

footer .footer-menu-wrap {display: flex;justify-content: space-around;}
footer .wrap {/* display: flex; */gap: var(--wp--preset--spacing--medium);}
footer #social-container span {margin-right:15px;}
footer #social-container .social_media {display: inline-flex;height: 26px;}

footer #social-container {display: flex;align-items: center;margin-bottom: var(--wp--preset--spacing--60);}
footer #social-container .social_media a {margin: 0 5px;}
footer #social-container .social_media svg {}

footer #social-container .social_media .facebook svg:hover {fill:#1877F2; transition: 0.2s ease-in;}
footer #social-container .social_media .linkedin svg:hover {fill:#0077B5; transition: 0.2s ease-in;}
footer #social-container .social_media .messenger svg:hover {fill:#00B2FF; transition: 0.2s ease-in;}


@media screen and (max-width: 1100px) {
    .grid {grid-template-columns:repeat(2,1fr)}
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 700px) {
    .grid {
        grid-template-columns:repeat(1,1fr)
    }
	.col-50 {
    flex: 0 0 100%;
}
}