
[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
	--logo-max-height: 100px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
	--theme-font-weight: 700;
	--theme-font-size: 25px;
	--theme-line-height: 1.5;
	--theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-id="logo"] {
	--margin: 8px 0px !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] {
	--menu-items-spacing: 42px;
	--margin: 0% 14% !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 500;
	--theme-text-transform: capitalize;
	--theme-font-size: 1.1rem;
	--theme-line-height: 1;
	--theme-link-initial-color: var(--color);
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
	--theme-link-initial-color: #ced4dd;
	--theme-link-hover-color: var(--theme-palette-color-8);
	--theme-font-weight: 500;
	--theme-font-size: 1.1rem;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
	--dropdown-background-color: var(--theme-palette-color-1);
	--dropdown-horizontal-offset: 0px;
	--dropdown-width: 150px;
	--dropdown-items-spacing: 15px;
	--dropdown-divider: none;
	--theme-border-radius: 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
	--sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
	--height: 70px;
	background-color: var(--theme-palette-color-6);
	background-image: none;
	--theme-border-top: none;
	--theme-border-bottom: none;
	--theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"].nitro-lazy {
	background-image: none !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] > div {
	--theme-border-top: none;
	--theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
	background-color: var(--theme-palette-color-6);
	background-image: none;
	--theme-border-top: none;
	--theme-border-bottom: none;
	--theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"].nitro-lazy {
	background-image: none !important;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] > div {
	--theme-border-top: none;
	--theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
	--items-vertical-spacing: 5px;
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 500;
	--theme-font-size: 20px;
	--theme-link-initial-color: #fff;
	--theme-link-hover-color: var(--theme-palette-color-8);
	--theme-link-active-color: var(--theme-palette-color-8);
	--mobile-menu-divider: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] .sub-menu {
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 400;
	--theme-link-initial-color: var(--theme-palette-color-8);
	--theme-link-hover-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] #offcanvas {
	--theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, .35);
	--side-panel-width: 500px;
	--vertical-alignment: flex-start;
	--panel-content-height: 100%;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
	background-color: rgba(18, 21, 25, .98);
}

[data-header*="type-1"] [data-id="search"] {
	--theme-icon-size: 15px;
	--theme-icon-color: var(--theme-palette-color-2);
	--margin: 0px 20px 0px 0px !important;
}

[data-header*="type-1"] #search-modal .ct-search-results {
	--theme-font-weight: 500;
	--theme-font-size: 14px;
	--theme-line-height: 1.4;
}

[data-header*="type-1"] #search-modal .ct-search-form {
	--theme-link-initial-color: #fff;
	--theme-form-text-initial-color: #fff;
	--theme-form-text-focus-color: #fff;
	--theme-form-field-border-initial-color: rgba(255, 255, 255, .2);
	--theme-button-text-initial-color: rgba(255, 255, 255, .7);
	--theme-button-text-hover-color: #fff;
	--theme-button-background-initial-color: var(--theme-palette-color-1);
	--theme-button-background-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] #search-modal {
	background-color: rgba(18, 21, 25, .98);
}

[data-header*="type-1"] .ct-header [data-id="text"] {
	--max-width: 100%;
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 400;
	--theme-font-size: 1rem;
	--theme-line-height: 1.3;
	--theme-link-initial-color: var(--theme-palette-color-1);
	--margin: 5px 10px 5px 5px !important;
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
	--height: 30px;
	background-color: var(--theme-palette-color-6);
	background-image: none;
	--theme-border-top: none;
	--theme-border-bottom: none;
	--theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="top"].nitro-lazy {
	background-image: none !important;
}

[data-header*="type-1"] .ct-header [data-row*="top"] > div {
	--theme-border-top: none;
	--theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
	background-color: var(--theme-palette-color-8);
	background-image: none;
	--theme-border-top: none;
	--theme-border-bottom: none;
	--theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"].nitro-lazy {
	background-image: none !important;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] > div {
	--theme-border-top: none;
	--theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="trigger"] {
	--theme-icon-size: 18px;
}

[data-header*="type-1"] .ct-header [data-id="contacts"] {
	--theme-font-weight: 400;
	--theme-font-size: 13px;
	--background-color: rgba(218, 222, 228, .5);
	--background-hover-color: rgba(218, 222, 228, .7);
}

[data-header*="type-1"] .ct-header.ct-panel [data-id="contacts"] {
	--items-direction: column;
}

[data-header*="type-1"] [data-id="divider"] {
	--divider-style: 1px solid rgba(44, 62, 80, .2);
}

[data-header*="type-1"] .ct-header [data-id="menu-tertiary"] > ul > li > a {
	--theme-font-weight: 500;
	--theme-text-transform: capitalize;
	--theme-font-size: .9rem;
	--theme-line-height: 1.3;
	--theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="menu-tertiary"] .sub-menu .ct-menu-link {
	--theme-link-initial-color: var(--theme-palette-color-8);
	--theme-font-weight: 500;
	--theme-text-transform: none;
	--theme-text-decoration: line-through;
	--theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu-tertiary"] .sub-menu {
	--dropdown-items-spacing: 11px;
	--dropdown-divider: 1px dashed rgba(255, 255, 255, .1);
	--theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, .1);
	--theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu-tertiary"] .sub-menu {
	--sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] [data-id="mobile-menu-secondary"] {
	--theme-font-weight: 400;
	--theme-font-size: 20px;
	--theme-link-initial-color: #fff;
	--theme-link-hover-color: var(--theme-palette-color-8);
	--mobile-menu-divider: none;
}

[data-header*="type-1"] .ct-header [data-id="2L1bc1"] {
	--max-width: 100%;
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 400;
	--theme-font-size: 1rem;
	--theme-line-height: 1.3;
	--theme-link-initial-color: var(--theme-palette-color-1);
	--margin: px !important;
}

[data-header*="type-1"] {
	--header-height: 100px;
	--header-sticky-height: 70px;
	--header-sticky-offset: 0px;
}

[data-header*="type-1"] .ct-header {
	background-image: none;
}

[data-header*="type-1"] .ct-header.nitro-lazy {
	background-image: none !important;
}

[data-header*="type-1"] [data-sticky*="yes"] {
	background-image: none;
}

[data-header*="type-1"] [data-sticky*="yes"].nitro-lazy {
	background-image: none !important;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
	--container-spacing: 25px;
	--vertical-alignment: flex-start;
	--theme-border: none;
	--theme-border-top: none;
	--theme-border-bottom: none;
	--grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
	--theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
	--theme-border-top: none;
	--theme-border-bottom: none;
	background-color: var(--theme-palette-color-4);
}

[data-footer*="type-1"] [data-id="copyright"] {
	--theme-font-weight: 400;
	--theme-font-size: 15px;
	--theme-line-height: 1.3;
	--theme-text-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] ul {
	--theme-font-weight: 500;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] > ul > li > a {
	--theme-link-initial-color: var(--theme-palette-color-6);
	--theme-link-hover-color: var(--theme-palette-color-8);
	--theme-link-active-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
	--container-spacing: 25px;
	--columns-gap: 60px;
	--vertical-alignment: flex-start;
	--theme-border: none;
	--theme-border-top: 1px solid var(--theme-palette-color-7);
	--theme-border-bottom: none;
	--grid-template-columns: 2fr 1fr;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
	--theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
	--theme-border-top: none;
	--theme-border-bottom: none;
	background-color: var(--theme-palette-color-3);
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials {
	--items-spacing: 30px;
}

[data-footer*="type-1"] [data-column="socials"] {
	--horizontal-alignment: flex-end;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
	--theme-icon-color: var(--theme-palette-color-8);
	--theme-icon-hover-color: var(--theme-palette-color-8);
	--background-color: rgba(218, 222, 228, .3);
	--background-hover-color: var(--theme-palette-color-1);
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials .ct-label {
	--visibility: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
	--container-spacing: 30px;
	--theme-border: none;
	--theme-border-top: none;
	--theme-border-bottom: none;
	--grid-template-columns: repeat(4, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] .widget-title {
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 400;
	--theme-font-size: 20px;
	--theme-heading-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] .ct-widget > *:not(.widget-title) {
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 400;
	--theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] .ct-widget {
	--theme-text-color: var(--theme-palette-color-8);
	--theme-link-initial-color: var(--theme-palette-color-8);
	--theme-link-hover-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] {
	--theme-border-top: none;
	--theme-border-bottom: none;
	background-color: var(--theme-palette-color-3);
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] {
	--vertical-alignment: flex-start;
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] .ct-widget {
	--theme-text-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer {
	background-color: var(--theme-palette-color-6);
}

:root {
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 500;
	--theme-text-transform: none;
	--theme-text-decoration: none;
	--theme-font-size: 1.1rem;
	--theme-line-height: 1.5;
	--theme-letter-spacing: 0em;
	--theme-button-font-family: Jost, Sans-Serif;
	--theme-button-font-weight: 500;
	--theme-button-font-size: 18px;
	--has-classic-forms: var(--true);
	--has-modern-forms: var(--false);
	--theme-form-font-size: 16;
	--theme-form-text-initial-color: #333;
	--theme-form-text-focus-color: #333;
	--theme-form-field-background-initial-color: var(--theme-palette-color-8);
	--theme-form-field-background-focus-color: var(--theme-palette-color-8);
	--theme-form-field-border-initial-color: var(--theme-palette-color-1);
	--theme-form-field-border-focus-color: var(--theme-palette-color-1);
	--form-field-select-initial-color: #575756;
	--theme-form-selection-field-initial-color: var(--theme-border-color);
	--theme-form-selection-field-active-color: var(--theme-palette-color-1);
	--theme-palette-color-1: #bd189b;
	--theme-palette-color-2: #bd189b;
	--theme-palette-color-3: #3a4f66;
	--theme-palette-color-4: #192a3d;
	--theme-palette-color-5: #fafbfc;
	--theme-palette-color-6: #f2f5f7;
	--theme-palette-color-7: #fafbfc;
	--theme-palette-color-8: #fff;
	--theme-text-color: #333;
	--theme-link-initial-color: var(--theme-palette-color-1);
	--theme-link-hover-color: var(--theme-palette-color-2);
	--theme-selection-text-color: #fff;
	--theme-selection-background-color: #fff;
	--theme-border-color: var(--theme-palette-color-8);
	--theme-headings-color: #bd189b;
	--theme-content-spacing: 1.5em;
	--theme-button-min-height: 40px;
	--theme-button-shadow: none;
	--theme-button-transform: none;
	--theme-button-text-initial-color: #fff;
	--theme-button-text-hover-color: #fff;
	--theme-button-background-initial-color: var(--theme-palette-color-2);
	--theme-button-background-hover-color: var(--theme-palette-color-2);
	--theme-button-border: none;
	--theme-button-padding: 5px 20px;
	--theme-normal-container-max-width: 1290px;
	--theme-content-vertical-spacing: 60px;
	--theme-container-edge-spacing: 90vw;
	--theme-narrow-container-max-width: 750px;
	--theme-wide-offset: 120px;
}

h1 {
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 500;
	--theme-font-size: 2.5rem;
	--theme-line-height: 1.3em;
}

h2 {
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 500;
	--theme-font-size: 1.5rem;
	--theme-line-height: 1.5;
}

h3 {
	--theme-font-family: Jost, Sans-Serif;
	--theme-font-weight: 500;
	--theme-font-size: 1.3rem;
	--theme-line-height: 1.5;
}

h4 {
	--theme-font-weight: 700;
	--theme-font-size: 1.1rem;
	--theme-line-height: 1.5;
}

h5 {
	--theme-font-weight: 700;
	--theme-font-size: 20px;
	--theme-line-height: 1.5;
}

h6 {
	--theme-font-weight: 700;
	--theme-font-size: 16px;
	--theme-line-height: 1.5;
}

.wp-block-pullquote {
	--theme-font-family: Georgia;
	--theme-font-weight: 600;
	--theme-font-size: 25px;
}

pre, code, samp, kbd {
	--theme-font-family: monospace;
	--theme-font-weight: 400;
	--theme-font-size: 16px;
}

figcaption {
	--theme-font-size: 14px;
}

.ct-sidebar .widget-title {
	--theme-font-size: 1.4rem;
}

.ct-sidebar .ct-widget > *:not(.widget-title) {
	--theme-font-size: 1.1rem;
	--theme-line-height: 1.8;
}

.ct-breadcrumbs {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

body {
	background-color: var(--theme-palette-color-6);
	background-image: none;
}

body.nitro-lazy {
	background-image: none !important;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="blog"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-header .page-title {
	--theme-font-size: 1.8rem;
}

[data-prefix="categories"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="search"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="search"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="author"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="author"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="author"] .hero-section[data-type="type-2"] {
	background-color: var(--theme-palette-color-6);
	background-image: none;
	--container-padding: 50px 0px;
}

[data-prefix="author"] .hero-section[data-type="type-2"].nitro-lazy {
	background-image: none !important;
}

[data-prefix="single_page"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="single_page"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="single_page"] .hero-section[data-type="type-2"] {
	background-color: var(--theme-palette-color-6);
	background-image: none;
	--container-padding: 50px 0px;
}

[data-prefix="single_page"] .hero-section[data-type="type-2"].nitro-lazy {
	background-image: none !important;
}

[data-prefix="single_page"] .hero-section .page-description {
	--itemSpacing: 20px;
}

[data-prefix="blog"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-excerpt {
	--theme-font-size: 16px;
	--theme-line-height: 1.6;
}

[data-prefix="blog"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="blog"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="esJ8oJ"] {
	--card-element-spacing: 15px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container {
	--card-element-spacing: 30px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="5LFqjD"] {
	--card-element-spacing: 15px;
}

[data-prefix="categories"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-excerpt {
	--theme-font-size: 16px;
}

[data-prefix="categories"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="categories"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="JzBqws"] {
	--card-element-spacing: 15px;
}

[data-prefix="categories"] [data-archive="default"] .card-content .ct-media-container {
	--card-element-spacing: 30px;
}

[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="j98tl3"] {
	--card-element-spacing: 15px;
}

[data-prefix="author"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="author"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="author"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="author"] [data-archive="default"] .card-content .entry-meta[data-id="Q8U9ik"] {
	--card-element-spacing: 15px;
}

[data-prefix="author"] [data-archive="default"] .card-content .ct-media-container {
	--card-element-spacing: 30px;
}

[data-prefix="author"] [data-archive="default"] .card-content .entry-meta[data-id="a-8xfU"] {
	--card-element-spacing: 15px;
}

[data-prefix="search"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="search"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="search"] .entry-excerpt {
	--theme-font-weight: 400;
	--theme-font-size: 1rem;
}

[data-prefix="search"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="search"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="search"] [data-archive="default"] .card-content .entry-meta[data-id="UXj5Sp"] {
	--card-element-spacing: 15px;
}

[data-prefix="search"] [data-archive="default"] .card-content .ct-media-container {
	--card-element-spacing: 30px;
}

form textarea {
	--theme-form-field-height: 170px;
}

[data-sidebar] {
	--sidebar-width: 30%;
	--sidebar-width-no-unit: 30;
	--sidebar-gap: 1%;
	--sidebar-offset: 0px;
}

.ct-sidebar > * {
	--theme-text-color: #575756;
}

.ct-sidebar {
	--theme-link-initial-color: #575756;
	--theme-link-hover-color: var(--theme-palette-color-1);
	--sidebar-widgets-spacing: 30px;
}

[data-sidebar] > aside {
	--sidebar-inner-spacing: 34px;
}

.ct-back-to-top {
	--back-top-bottom-offset: 25px;
	--back-top-side-offset: 89px;
	--theme-icon-color: #fff;
	--theme-icon-hover-color: #fff;
	--top-button-background-color: var(--theme-palette-color-1);
	--top-button-background-hover-color: var(--theme-palette-color-1);
}

[data-prefix="single_blog_post"] .ct-share-box .ct-module-title {
	--theme-font-weight: 600;
	--theme-font-size: 14px;
}

[data-prefix="single_blog_post"] .ct-share-box[data-type="type-1"] {
	--theme-border: 1px solid var(--theme-border-color);
}

[data-prefix="single_blog_post"] .ct-related-posts-container {
	background-color: var(--theme-palette-color-6);
}

[data-prefix="single_blog_post"] .ct-related-posts .related-entry-title {
	--theme-font-size: 16px;
	--card-element-spacing: 5px;
}

[data-prefix="single_blog_post"] .ct-related-posts .entry-meta {
	--theme-font-size: 14px;
}

[data-prefix="single_blog_post"] .ct-related-posts {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="single_page"] .ct-share-box .ct-module-title {
	--theme-font-weight: 600;
	--theme-font-size: 14px;
}

[data-prefix="single_page"] .ct-share-box[data-type="type-2"] {
	--theme-icon-color: #fff;
	--theme-icon-hover-color: #fff;
	--background-color: var(--theme-palette-color-4);
	--background-hover-color: var(--theme-palette-color-4);
}

[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
	--has-boxed: var(--true);
	--has-wide: var(--false);
	background-color: var(--has-background, var(--theme-palette-color-8));
	--theme-boxed-content-border-radius: 3px;
	--theme-boxed-content-spacing: 5% 8%;
	--theme-boxed-content-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="single_page"] [class*="ct-container"] > article[class*="post"] {
	--has-boxed: var(--false);
	--has-wide: var(--true);
}

.menu-item-17137[class*="ct-mega-menu"] .sub-menu {
	--theme-text-color: #fff !important;
}

.menu-item-17137[class*="ct-mega-menu"] > .sub-menu:after {
	background-color: var(--theme-palette-color-3);
}

.menu-item-17137[class*="ct-mega-menu"] > .sub-menu {
	--theme-box-shadow: none !important;
}

nav > ul > .menu-item-17137[class*="ct-mega-menu"] .sub-menu {
	--dropdown-divider: none !important;
	--dropdown-divider-margin: 0px;
}

nav > ul > .menu-item-17137[class*="ct-mega-menu"] > .sub-menu {
	--dropdown-columns-divider: none;
	--grid-template-columns: repeat(4, 1fr);
}

.menu-item-17221 > .ct-menu-link .ct-icon-container {
	--theme-icon-color: #a2a2a2;
}

.menu-item-17259[class*="ct-mega-menu"] > .sub-menu:after {
	background-color: var(--theme-palette-color-3);
}

nav > ul > .menu-item-17259[class*="ct-mega-menu"] .sub-menu {
	--dropdown-divider: none !important;
	--dropdown-divider-margin: 0px;
}

nav > ul > .menu-item-17259[class*="ct-mega-menu"] > .sub-menu {
	--dropdown-columns-divider: none;
	--grid-template-columns: 1fr 1fr 2fr;
}

.menu-item-17307[class*="ct-mega-menu"] .sub-menu {
	--theme-text-color: var(--theme-palette-color-8) !important;
}

.menu-item-17307[class*="ct-mega-menu"] > .sub-menu:after {
	background-color: var(--theme-palette-color-3);
}

nav > ul > .menu-item-17307[class*="ct-mega-menu"] .sub-menu {
	--dropdown-divider: none !important;
	--dropdown-divider-margin: 0px;
}

nav > ul > .menu-item-17307[class*="ct-mega-menu"] > .sub-menu {
	--dropdown-columns-divider: none;
	--grid-template-columns: 1fr 1fr 2fr;
}

.menu-item-17319[class*="ct-mega-menu"] > .sub-menu:after {
	background-color: var(--theme-palette-color-3);
}

nav > ul > .menu-item-17319[class*="ct-mega-menu"] .sub-menu {
	--dropdown-divider: none !important;
	--dropdown-divider-margin: 0px;
}

nav > ul > .menu-item-17319[class*="ct-mega-menu"] > .sub-menu {
	--dropdown-columns-divider: none;
	--grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 999.98px) {
	[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
		--logo-max-height: 40px;
	}
	
	[data-header*="type-1"] .ct-header [data-id="logo"] {
		--margin: 15px 25px 15px 15px !important;
	}
	
	[data-header*="type-1"] [data-id="mobile-menu"] {
		--theme-font-size: 1.6rem;
	}
	
	[data-header*="type-1"] [data-id="mobile-menu"] .sub-menu {
		--theme-font-size: 1.2rem;
	}
	
	[data-header*="type-1"] #offcanvas .ct-panel-inner {
		background-color: var(--theme-palette-color-3);
	}
	
	[data-header*="type-1"] #offcanvas {
		--side-panel-width: 80%;
	}
	
	[data-header*="type-1"] #offcanvas .ct-toggle-close {
		--theme-icon-color: var(--theme-palette-color-8);
	}
	
	[data-header*="type-1"] .ct-header [data-id="contacts"] {
		--theme-block-text-color: var(--theme-palette-color-8);
		--theme-link-hover-color: var(--theme-palette-color-8);
		--theme-icon-color: var(--theme-palette-color-8);
		--theme-icon-hover-color: var(--theme-palette-color-8);
	}
	
	[data-header*="type-1"] {
		--header-height: 70px;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
		--grid-template-columns: initial;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
		--container-spacing: 50px;
		--grid-template-columns: initial;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
		--grid-template-columns: repeat(2, 1fr);
	}
	
	[data-prefix="blog"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="author"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="search"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	:root {
		--sidebar-order: -1;
	}
	
	[data-prefix="single_blog_post"] .ct-related-posts {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
		--theme-boxed-content-spacing: 5% 4%;
	}
}

@media (max-width: 689.98px) {
	[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
		--logo-max-height: 60px;
	}
	
	[data-header*="type-1"] .ct-header [data-id="logo"] {
		--margin: 15px 5px 15px 2px !important;
	}
	
	[data-header*="type-1"] .ct-header [data-row*="middle"] {
		--height: 70px;
	}
	
	[data-header*="type-1"] [data-id="mobile-menu"] {
		--items-vertical-spacing: 8px;
	}
	
	[data-header*="type-1"] #offcanvas {
		--side-panel-width: 90vw;
	}
	
	[data-header*="type-1"] [data-id="trigger"] {
		--theme-icon-size: 18px;
	}
	
	[data-header*="type-1"] .ct-header [data-id="contacts"] {
		--theme-font-size: 1rem;
	}
	
	[data-header*="type-1"] [data-id="divider"] {
		--divider-style: 1px solid var(--theme-palette-color-8);
	}
	
	[data-header*="type-1"] [data-id="mobile-menu-secondary"] {
		--theme-font-size: 1rem;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
		--container-spacing: 15px;
		--vertical-alignment: center;
		--grid-template-columns: initial;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
		--container-spacing: 40px;
		--grid-template-columns: initial;
	}
	
	[data-footer*="type-1"] [data-column="socials"] {
		--horizontal-alignment: center;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
		--grid-template-columns: initial;
	}
	
	[data-prefix="blog"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="blog"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="categories"] .entry-card .entry-title {
		--theme-font-size: 1.2rem;
	}
	
	[data-prefix="categories"] .entry-excerpt {
		--theme-font-size: 1rem;
	}
	
	[data-prefix="categories"] .entry-card .entry-meta {
		--theme-font-size: .9rem;
	}
	
	[data-prefix="author"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="author"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="search"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="search"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	:root {
		--theme-content-vertical-spacing: 50px;
		--theme-container-edge-spacing: 88vw;
		--sidebar-order: -1;
	}
	
	[data-prefix="single_blog_post"] .ct-related-posts {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
		--theme-boxed-content-spacing: 5% 2%;
	}
}
