[data-header*="type-1"] .ct-header [data-row*="bottom"] {
    --height: 40px;
    background-color: var(--theme-palette-color-2);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] {
    background-color: var(--theme-palette-color-7);
    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*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-id="button"] .ct-button-ghost {
    --theme-button-text-initial-color: var(--theme-button-background-initial-color);
    --theme-button-text-hover-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="button"] {
    --theme-button-border-radius: 5px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 38px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-id="logo"] {
    --margin: px !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"] {
    --menu-items-spacing: 40px;
    --menu-indicator-active-color: var(--theme-palette-color-3);
    --margin: 0 80px !important;
}

[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
}

[data-header*="type-1"] .ct-header [data-id="menu"][data-menu*="type-3"]>ul>li>a {
    --theme-link-hover-color: #ffffff;
    --theme-link-active-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-link-active-color: var(--theme-palette-color-3);
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: none;
    --theme-font-size: 15px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --dropdown-horizontal-offset: 0px;
    --dropdown-width: 195px;
    --dropdown-items-spacing: 10px;
    --dropdown-divider: none;
    --theme-box-shadow: 0px 10px 20px rgba(16, 20, 23, 0.51);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 40px;
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[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-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.04);
}

[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: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 30px;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
    --mobile-menu-divider: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] .sub-menu {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
}

[data-header*="type-1"] #offcanvas {
    background-color: rgba(255, 255, 255, 0);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --vertical-alignment: flex-start;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] #offcanvas .ct-toggle-close {
    --theme-icon-size: 20px;
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials {
    --theme-icon-size: 15px;
    --items-spacing: 15px;
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
    --height: 60px;
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[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-7);
    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"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-size: 18px;
    --theme-icon-color: var(--theme-palette-color-2);
    --theme-icon-hover-color: var(--theme-palette-color-6);
}

[data-header*="type-1"] [data-id="divider"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="type-1"] .ct-header [data-id="language-switcher"] {
    --items-spacing: 20px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="language-switcher"] .ct-language {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="language-switcher"] ul {
    --margin-top: 15px;
    --padding: 15px;
    --theme-link-initial-color: #ffffff;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --background-color: #0f143b;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 2px;
}

[data-header*="type-1"] .ct-header [data-id="language-switcher"] ul[data-placement] {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
}

[data-header*="type-1"] .ct-header [data-id="search-input"] {
    --max-width: 20%;
    --theme-form-field-height: 35px;
    --theme-form-text-focus-color: var(--theme-palette-color-3);
    --theme-form-field-border-initial-color: #e2e2e2;
    --theme-form-field-border-focus-color: #e2e2e2;
    --theme-form-field-border-radius: 5px;
}

[data-header*="type-1"] .ct-header [data-middle="search-input"] {
    --search-box-max-width: 20%;
}

[data-header*="type-1"] .ct-header [data-id="search-input"] .wp-element-button {
    --theme-button-text-hover-color: var(--theme-palette-color-3);
}

[data-header*="type-1"] .ct-header [data-id="search-input"] .ct-search-results {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
    --theme-link-initial-color: var(--theme-text-color);
    --search-dropdown-background: #ffffff;
    --items-divider: 1px solid rgba(0, 0, 0, 0.05);
    --search-dropdown-box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
}

[data-header*="type-1"] .ct-header [data-id="olye4n"] .ct-button-ghost {
    --theme-button-text-initial-color: var(--theme-palette-color-1);
    --theme-button-text-hover-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="olye4n"] {
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --margin: px !important;
    --theme-button-border-radius: 5px;
}

[data-header*="type-1"] [data-id="9qjcvQ"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="type-1"] {
    --header-height: 140px;
    --header-sticky-height: 100px;
    --header-sticky-offset: 0px;
}

[data-header*="type-1"] .ct-header {
    background-image: none;
}

[data-header*="type-1"] [data-sticky*="yes"] {
    background-image: none;
}

[data-header*="Qh_o7E"] .ct-header [data-row*="bottom"] {
    --height: 40px;
    background-color: var(--theme-palette-color-2);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="Qh_o7E"] .ct-header [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="Qh_o7E"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="Qh_o7E"] .ct-header [data-sticky*="yes"] [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}
[data-header*="Qh_o7E"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 60px;
}

[data-header*="Qh_o7E"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="Qh_o7E"] .ct-header [data-id="logo"] {
    --margin: px !important;
}

[data-header*="Qh_o7E"] .ct-header [data-id="menu"] {
    --menu-items-spacing: 40px;
    --menu-indicator-active-color: var(--theme-palette-color-7);
    /* --margin: 0 80px !important; */
}

[data-header*="Qh_o7E"] .ct-header [data-id="menu"]>ul>li>a {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-palette-color-0);
    --theme-link-hover-color: var(--theme-palette-color-9)
}

[data-header*="Qh_o7E"] .ct-header [data-id="menu"][data-menu*="type-3"]>ul>li>a {
    --theme-link-hover-color: #65bc7b;
    --theme-link-active-color: #65bc7b;
    
}

[data-header*="Qh_o7E"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-9);
    --theme-link-active-color: var(--theme-palette-color-3);
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: none;
    --theme-font-size: 15px;
}
[data-header*="Qh_o7E"] .ct-header [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --dropdown-horizontal-offset: 0px;
    --dropdown-width: 215px;
    --dropdown-items-spacing: 10px;
    --dropdown-divider: none;
    --theme-box-shadow: 0px 10px 20px rgba(16, 20, 23, 0.51);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="Qh_o7E"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="Qh_o7E"] .ct-header [data-row*="middle"] {
    --height: 80px;
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="Qh_o7E"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="Qh_o7E"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.04);
}

[data-header*="Qh_o7E"] .ct-header [data-sticky*="yes"] [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="Qh_o7E"] [data-id="mobile-menu"] {
    --items-vertical-spacing: 5px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 30px;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
    --mobile-menu-divider: none;
}

[data-header*="Qh_o7E"] [data-id="mobile-menu"] .sub-menu {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: capitalize;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-header*="Qh_o7E"] #offcanvas {
    background-color: rgba(255, 255, 255, 0);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --vertical-alignment: flex-start;
}

[data-header*="Qh_o7E"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="Qh_o7E"] #offcanvas .ct-toggle-close {
    --theme-icon-size: 20px;
}

[data-header*="Qh_o7E"] [data-id="socials"].ct-header-socials {
    --theme-icon-size: 15px;
    --items-spacing: 15px;
}

[data-header*="Qh_o7E"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="Qh_o7E"] .ct-header [data-row*="top"] {
    --height: 40px;
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="Qh_o7E"] .ct-header [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="Qh_o7E"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="Qh_o7E"] .ct-header [data-sticky*="yes"] [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="Qh_o7E"] [data-id="trigger"] {
    --theme-icon-size: 18px;
    --theme-icon-color: var(--theme-palette-color-2);
    --theme-icon-hover-color: var(--theme-palette-color-6);
}

[data-header*="Qh_o7E"] [data-id="divider"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="Qh_o7E"] .ct-header [data-id="language-switcher"] {
    --items-spacing: 20px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="Qh_o7E"] .ct-header [data-id="language-switcher"] .ct-language {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="Qh_o7E"] .ct-header [data-id="language-switcher"] ul {
    --margin-top: 15px;
    --padding: 15px;
    --theme-link-initial-color: #ffffff;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --background-color: #000;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 2px;
}

[data-header*="Qh_o7E"] .ct-header [data-id="language-switcher"] ul[data-placement] {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
}

[data-header*="Qh_o7E"] .ct-header [data-id="search-input"] {
    --max-width: 20%;
    --theme-form-field-height: 30px;
    --theme-form-text-focus-color: var(--theme-palette-color-3);
    --theme-form-field-border-initial-color: #e2e2e2;
    --theme-form-field-border-focus-color: #e2e2e2;
    --theme-form-field-border-radius: 5px;
}

[data-header*="Qh_o7E"] .ct-header [data-middle="search-input"] {
    --search-box-max-width: 20%;
}

[data-header*="Qh_o7E"] .ct-header [data-id="search-input"] .wp-element-button {
    --theme-button-text-hover-color: var(--theme-palette-color-3);
}

[data-header*="Qh_o7E"] .ct-header [data-id="search-input"] .ct-search-results {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
    --theme-link-initial-color: var(--theme-text-color);
    --search-dropdown-background: #ffffff;
    --items-divider: 1px solid rgba(0, 0, 0, 0.05);
    --search-dropdown-box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
}

[data-header*="Qh_o7E"] [data-id="9qjcvQ"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="Qh_o7E"] {
    --header-height: 140px;
    --header-sticky-height: 100px;
    --header-sticky-offset: 0px;
}

[data-header*="Qh_o7E"] .ct-header {
    background-image: none;
}

[data-header*="Qh_o7E"] [data-sticky*="yes"] {
    background-image: none;
}

[data-header*="TF0apl"] .ct-header [data-row*="bottom"] {
    --height: 40px;
    background-color: var(--theme-palette-color-2);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="TF0apl"] .ct-header [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="TF0apl"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="TF0apl"] .ct-header [data-sticky*="yes"] [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="TF0apl"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 38px;
}

[data-header*="TF0apl"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="TF0apl"] .ct-header [data-id="logo"] {
    --margin: px !important;
}

[data-header*="TF0apl"] .ct-header [data-id="menu"] {
    --menu-items-spacing: 40px;
    --menu-indicator-active-color: var(--theme-palette-color-3);
    --margin: 0 80px !important;
}

[data-header*="TF0apl"] .ct-header [data-id="menu"]>ul>li>a {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
}

[data-header*="TF0apl"] .ct-header [data-id="menu"][data-menu*="type-3"]>ul>li>a {
    --theme-link-hover-color: #ffffff;
    --theme-link-active-color: #ffffff;
}

[data-header*="TF0apl"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-link-active-color: var(--theme-palette-color-3);
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: none;
    --theme-font-size: 15px;
}

[data-header*="TF0apl"] .ct-header [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --dropdown-horizontal-offset: 0px;
    --dropdown-width: 230px;
    --dropdown-items-spacing: 10px;
    --dropdown-divider: none;
    --theme-box-shadow: 0px 10px 20px rgba(16, 20, 23, 0.51);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="TF0apl"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="TF0apl"] .ct-header [data-row*="middle"] {
    --height: 40px;
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="TF0apl"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="TF0apl"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.04);
}

[data-header*="TF0apl"] .ct-header [data-sticky*="yes"] [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="TF0apl"] [data-id="mobile-menu"] {
    --items-vertical-spacing: 5px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 30px;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
    --mobile-menu-divider: none;
}

[data-header*="TF0apl"] [data-id="mobile-menu"] .sub-menu {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: capitalize;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-header*="TF0apl"] #offcanvas {
    background-color: rgba(255, 255, 255, 0);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --vertical-alignment: flex-start;
}

[data-header*="TF0apl"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="TF0apl"] #offcanvas .ct-toggle-close {
    --theme-icon-size: 20px;
}

[data-header*="TF0apl"] [data-id="socials"].ct-header-socials {
    --theme-icon-size: 15px;
    --items-spacing: 15px;
}

[data-header*="TF0apl"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="TF0apl"] .ct-header [data-row*="top"] {
    --height: 60px;
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="TF0apl"] .ct-header [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="TF0apl"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="TF0apl"] .ct-header [data-sticky*="yes"] [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="TF0apl"] [data-id="trigger"] {
    --theme-icon-size: 18px;
    --theme-icon-color: var(--theme-palette-color-2);
    --theme-icon-hover-color: var(--theme-palette-color-6);
}

[data-header*="TF0apl"] [data-id="divider"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="TF0apl"] .ct-header [data-id="language-switcher"] {
    --items-spacing: 20px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="TF0apl"] .ct-header [data-id="language-switcher"] .ct-language {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="TF0apl"] .ct-header [data-id="language-switcher"] ul {
    --margin-top: 15px;
    --padding: 15px;
    --theme-link-initial-color: #ffffff;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --background-color: #0f143b;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 2px;
}

[data-header*="TF0apl"] .ct-header [data-id="language-switcher"] ul[data-placement] {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
}

[data-header*="TF0apl"] .ct-header [data-id="search-input"] {
    --max-width: 20%;
    --theme-form-field-height: 30px;
    --theme-form-text-focus-color: var(--theme-palette-color-3);
    --theme-form-field-border-initial-color: #e2e2e2;
    --theme-form-field-border-focus-color: #e2e2e2;
    --theme-form-field-border-radius: 5px;
}

[data-header*="TF0apl"] .ct-header [data-middle="search-input"] {
    --search-box-max-width: 20%;
}

[data-header*="TF0apl"] .ct-header [data-id="search-input"] .wp-element-button {
    --theme-button-text-hover-color: var(--theme-palette-color-3);
}

[data-header*="TF0apl"] .ct-header [data-id="search-input"] .ct-search-results {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
    --theme-link-initial-color: var(--theme-text-color);
    --search-dropdown-background: #ffffff;
    --items-divider: 1px solid rgba(0, 0, 0, 0.05);
    --search-dropdown-box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
}

[data-header*="TF0apl"] [data-id="9qjcvQ"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="TF0apl"] {
    --header-height: 140px;
    --header-sticky-height: 100px;
    --header-sticky-offset: 0px;
}

[data-header*="TF0apl"] .ct-header {
    background-image: none;
}

[data-header*="TF0apl"] [data-sticky*="yes"] {
    background-image: none;
}

[data-header*="5ZC0X_"] .ct-header [data-row*="bottom"] {
    --height: 40px;
    background-color: var(--theme-palette-color-2);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="5ZC0X_"] .ct-header [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="5ZC0X_"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="5ZC0X_"] .ct-header [data-sticky*="yes"] [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="5ZC0X_"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 38px;
}

[data-header*="5ZC0X_"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="5ZC0X_"] .ct-header [data-id="logo"] {
    --margin: px !important;
}

[data-header*="5ZC0X_"] .ct-header [data-id="menu"] {
    --menu-items-spacing: 40px;
    --menu-indicator-active-color: var(--theme-palette-color-3);
    --margin: 0 80px !important;
}

[data-header*="5ZC0X_"] .ct-header [data-id="menu"]>ul>li>a {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
}

[data-header*="5ZC0X_"] .ct-header [data-id="menu"][data-menu*="type-3"]>ul>li>a {
    --theme-link-hover-color: #ffffff;
    --theme-link-active-color: #ffffff;
}

[data-header*="5ZC0X_"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-link-active-color: var(--theme-palette-color-3);
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: none;
    --theme-font-size: 15px;
}

[data-header*="5ZC0X_"] .ct-header [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --dropdown-horizontal-offset: 0px;
    --dropdown-width: 230px;
    --dropdown-items-spacing: 10px;
    --dropdown-divider: none;
    --theme-box-shadow: 0px 10px 20px rgba(16, 20, 23, 0.51);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="5ZC0X_"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="5ZC0X_"] .ct-header [data-row*="middle"] {
    --height: 40px;
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="5ZC0X_"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="5ZC0X_"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.04);
}

[data-header*="5ZC0X_"] .ct-header [data-sticky*="yes"] [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="5ZC0X_"] [data-id="mobile-menu"] {
    --items-vertical-spacing: 5px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 30px;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
    --mobile-menu-divider: none;
}

[data-header*="5ZC0X_"] [data-id="mobile-menu"] .sub-menu {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: capitalize;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-header*="5ZC0X_"] #offcanvas {
    background-color: rgba(255, 255, 255, 0);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --vertical-alignment: flex-start;
}

[data-header*="5ZC0X_"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="5ZC0X_"] #offcanvas .ct-toggle-close {
    --theme-icon-size: 20px;
}

[data-header*="5ZC0X_"] [data-id="socials"].ct-header-socials {
    --theme-icon-size: 15px;
    --items-spacing: 15px;
}

[data-header*="5ZC0X_"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="5ZC0X_"] .ct-header [data-row*="top"] {
    --height: 60px;
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="5ZC0X_"] .ct-header [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="5ZC0X_"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="5ZC0X_"] .ct-header [data-sticky*="yes"] [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="5ZC0X_"] [data-id="trigger"] {
    --theme-icon-size: 18px;
    --theme-icon-color: var(--theme-palette-color-2);
    --theme-icon-hover-color: var(--theme-palette-color-6);
}

[data-header*="5ZC0X_"] [data-id="divider"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="5ZC0X_"] .ct-header [data-id="language-switcher"] {
    --items-spacing: 20px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="5ZC0X_"] .ct-header [data-id="language-switcher"] .ct-language {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="5ZC0X_"] .ct-header [data-id="language-switcher"] ul {
    --margin-top: 15px;
    --padding: 15px;
    --theme-link-initial-color: #ffffff;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --background-color: #0f143b;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 2px;
}

[data-header*="5ZC0X_"] .ct-header [data-id="language-switcher"] ul[data-placement] {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
}

[data-header*="5ZC0X_"] .ct-header [data-id="search-input"] {
    --max-width: 20%;
    --theme-form-field-height: 30px;
    --theme-form-text-focus-color: var(--theme-palette-color-3);
    --theme-form-field-border-initial-color: #e2e2e2;
    --theme-form-field-border-focus-color: #e2e2e2;
    --theme-form-field-border-radius: 5px;
}

[data-header*="5ZC0X_"] .ct-header [data-middle="search-input"] {
    --search-box-max-width: 20%;
}

[data-header*="5ZC0X_"] .ct-header [data-id="search-input"] .wp-element-button {
    --theme-button-text-hover-color: var(--theme-palette-color-3);
}

[data-header*="5ZC0X_"] .ct-header [data-id="search-input"] .ct-search-results {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
    --theme-link-initial-color: var(--theme-text-color);
    --search-dropdown-background: #ffffff;
    --items-divider: 1px solid rgba(0, 0, 0, 0.05);
    --search-dropdown-box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
}

[data-header*="5ZC0X_"] [data-id="9qjcvQ"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="5ZC0X_"] {
    --header-height: 140px;
    --header-sticky-height: 100px;
    --header-sticky-offset: 0px;
}

[data-header*="5ZC0X_"] .ct-header {
    background-image: none;
}

[data-header*="5ZC0X_"] [data-sticky*="yes"] {
    background-image: none;
}

[data-header*="ChqSau"] .ct-header [data-row*="bottom"] {
    --height: 40px;
    background-color: var(--theme-palette-color-2);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="ChqSau"] .ct-header [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="ChqSau"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="ChqSau"] .ct-header [data-sticky*="yes"] [data-row*="bottom"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="ChqSau"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 38px;
}

[data-header*="ChqSau"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="ChqSau"] .ct-header [data-id="logo"] {
    --margin: px !important;
}

[data-header*="ChqSau"] .ct-header [data-id="menu"] {
    --menu-items-spacing: 40px;
    --menu-indicator-active-color: var(--theme-palette-color-3);
    --margin: 0 80px !important;
}

[data-header*="ChqSau"] .ct-header [data-id="menu"]>ul>li>a {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
}

[data-header*="ChqSau"] .ct-header [data-id="menu"][data-menu*="type-3"]>ul>li>a {
    --theme-link-hover-color: #ffffff;
    --theme-link-active-color: #ffffff;
}

[data-header*="ChqSau"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-link-active-color: var(--theme-palette-color-3);
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: none;
    --theme-font-size: 15px;
}

[data-header*="ChqSau"] .ct-header [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --dropdown-horizontal-offset: 0px;
    --dropdown-width: 195px;
    --dropdown-items-spacing: 10px;
    --dropdown-divider: none;
    --theme-box-shadow: 0px 10px 20px rgba(16, 20, 23, 0.51);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="ChqSau"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --dropdown-background-color: var(--theme-palette-color-7);
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="ChqSau"] .ct-header [data-row*="middle"] {
    --height: 40px;
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="ChqSau"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="ChqSau"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.04);
}

[data-header*="ChqSau"] .ct-header [data-sticky*="yes"] [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="ChqSau"] [data-id="mobile-menu"] {
    --items-vertical-spacing: 5px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 30px;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
    --mobile-menu-divider: none;
}

[data-header*="ChqSau"] [data-id="mobile-menu"] .sub-menu {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: capitalize;
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-header*="ChqSau"] #offcanvas {
    background-color: rgba(255, 255, 255, 0);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --vertical-alignment: flex-start;
}

[data-header*="ChqSau"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="ChqSau"] #offcanvas .ct-toggle-close {
    --theme-icon-size: 20px;
}

[data-header*="ChqSau"] [data-id="socials"].ct-header-socials {
    --theme-icon-size: 15px;
    --items-spacing: 15px;
}

[data-header*="ChqSau"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="ChqSau"] .ct-header [data-row*="top"] {
    --height: 60px;
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="ChqSau"] .ct-header [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="ChqSau"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="ChqSau"] .ct-header [data-sticky*="yes"] [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="ChqSau"] [data-id="trigger"] {
    --theme-icon-size: 18px;
    --theme-icon-color: var(--theme-palette-color-2);
    --theme-icon-hover-color: var(--theme-palette-color-6);
}

[data-header*="ChqSau"] [data-id="divider"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="ChqSau"] .ct-header [data-id="language-switcher"] {
    --items-spacing: 20px;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="ChqSau"] .ct-header [data-id="language-switcher"] .ct-language {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="ChqSau"] .ct-header [data-id="language-switcher"] ul {
    --margin-top: 15px;
    --padding: 15px;
    --theme-link-initial-color: #ffffff;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --background-color: #0f143b;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 2px;
}

[data-header*="ChqSau"] .ct-header [data-id="language-switcher"] ul[data-placement] {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
}

[data-header*="ChqSau"] .ct-header [data-id="search-input"] {
    --max-width: 20%;
    --theme-form-field-height: 30px;
    --theme-form-text-focus-color: var(--theme-palette-color-3);
    --theme-form-field-border-initial-color: #e2e2e2;
    --theme-form-field-border-focus-color: #e2e2e2;
    --theme-form-field-border-radius: 5px;
}

[data-header*="ChqSau"] .ct-header [data-middle="search-input"] {
    --search-box-max-width: 20%;
}

[data-header*="ChqSau"] .ct-header [data-id="search-input"] .wp-element-button {
    --theme-button-text-hover-color: var(--theme-palette-color-3);
}

[data-header*="ChqSau"] .ct-header [data-id="search-input"] .ct-search-results {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
    --theme-link-initial-color: var(--theme-text-color);
    --search-dropdown-background: #ffffff;
    --items-divider: 1px solid rgba(0, 0, 0, 0.05);
    --search-dropdown-box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
}

[data-header*="ChqSau"] [data-id="9qjcvQ"] {
    --divider-size: 60%;
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}

[data-header*="ChqSau"] {
    --header-height: 140px;
    --header-sticky-height: 100px;
    --header-sticky-offset: 0px;
}

[data-header*="ChqSau"] .ct-header {
    background-image: none;
}

[data-header*="ChqSau"] [data-sticky*="yes"] {
    background-image: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 25px;
    --theme-border: none;
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: repeat(2, 1fr);
}

[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;
    background-color: transparent;
}

[data-footer*="type-1"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 11px;
    --theme-line-height: 1.3;
    --theme-text-color: rgba(255, 255, 255, 0.38);
    --theme-link-initial-color: rgba(255, 255, 255, 0.38);
}

[data-footer*="type-1"] [data-column="copyright"] {
    --horizontal-alignment: right;
}

[data-footer*="type-1"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] ul {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --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-4);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
    --container-spacing: 30px;
    --columns-gap: 50px;
    --widgets-gap: 40px;
    --vertical-alignment: center;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 18px;
    --theme-heading-color: var(--theme-palette-color-5);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget {
    --theme-text-color: #6c737d;
    --theme-link-initial-color: #6c737d;
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials {
    --theme-icon-size: 15px;
    --items-spacing: 25px;
}

[data-footer*="type-1"] [data-column="socials"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
    --theme-icon-color: #f0f1f2;
    --theme-icon-hover-color: var(--theme-palette-color-3);
    --background-color: rgba(218, 222, 228, 0.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: 0px;
    --widgets-gap: 0px;
    --vertical-alignment: center;
    --theme-border: none;
    --grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] {
    background-color: transparent;
}

[data-footer*="type-1"] .ct-footer {
    background-color: var(--theme-palette-color-1);
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 25px;
    --theme-border: none;
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: repeat(2, 1fr);
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="bottom"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="bottom"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="sXqnk4"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 11px;
    --theme-line-height: 1.3;
    --theme-text-color: rgba(255, 255, 255, 0.38);
    --theme-link-initial-color: rgba(255, 255, 255, 0.38);
}

[data-footer*="sXqnk4"] [data-column="copyright"] {
    --horizontal-alignment: right;
}

[data-footer*="sXqnk4"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="sXqnk4"] .ct-footer [data-id="menu"] ul {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-footer*="sXqnk4"] .ct-footer [data-id="menu"]>ul>li>a {
    --theme-link-initial-color: var(--theme-palette-color-4);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="middle"]>div {
    --container-spacing: 30px;
    --columns-gap: 50px;
    --widgets-gap: 40px;
    --vertical-alignment: center;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: initial;
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 18px;
    --theme-heading-color: var(--theme-palette-color-5);
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="middle"] .ct-widget {
    --theme-text-color: #6c737d;
    --theme-link-initial-color: #6c737d;
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="middle"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="sXqnk4"] [data-id="socials"].ct-footer-socials {
    --theme-icon-size: 15px;
    --items-spacing: 25px;
}

[data-footer*="sXqnk4"] [data-column="socials"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="sXqnk4"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
    --theme-icon-color: #f0f1f2;
    --theme-icon-hover-color: var(--theme-palette-color-3);
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-footer*="sXqnk4"] [data-id="socials"].ct-footer-socials .ct-label {
    --visibility: none;
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="top"]>div {
    --container-spacing: 0px;
    --widgets-gap: 0px;
    --vertical-alignment: center;
    --theme-border: none;
    --grid-template-columns: initial;
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="top"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="sXqnk4"] .ct-footer [data-row*="top"] {
    background-color: transparent;
}

[data-footer*="sXqnk4"] .ct-footer {
    background-color: var(--theme-palette-color-grey);
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 25px;
    --theme-border: none;
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: repeat(2, 1fr);
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="bottom"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="bottom"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="kD1k7J"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 11px;
    --theme-line-height: 1.3;
    --theme-text-color: rgba(255, 255, 255, 0.38);
    --theme-link-initial-color: rgba(255, 255, 255, 0.38);
}

[data-footer*="kD1k7J"] [data-column="copyright"] {
    --horizontal-alignment: right;
}

[data-footer*="kD1k7J"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="kD1k7J"] .ct-footer [data-id="menu"] ul {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-footer*="kD1k7J"] .ct-footer [data-id="menu"]>ul>li>a {
    --theme-link-initial-color: var(--theme-palette-color-4);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="middle"]>div {
    --container-spacing: 30px;
    --columns-gap: 50px;
    --widgets-gap: 40px;
    --vertical-alignment: center;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: initial;
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 18px;
    --theme-heading-color: var(--theme-palette-color-5);
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="middle"] .ct-widget {
    --theme-text-color: #6c737d;
    --theme-link-initial-color: #6c737d;
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="middle"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="kD1k7J"] [data-id="socials"].ct-footer-socials {
    --theme-icon-size: 15px;
    --items-spacing: 25px;
}

[data-footer*="kD1k7J"] [data-column="socials"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="kD1k7J"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
    --theme-icon-color: #f0f1f2;
    --theme-icon-hover-color: var(--theme-palette-color-3);
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-footer*="kD1k7J"] [data-id="socials"].ct-footer-socials .ct-label {
    --visibility: none;
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="top"]>div {
    --container-spacing: 0px;
    --widgets-gap: 0px;
    --vertical-alignment: center;
    --theme-border: none;
    --grid-template-columns: initial;
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="top"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="kD1k7J"] .ct-footer [data-row*="top"] {
    background-color: transparent;
}

[data-footer*="kD1k7J"] .ct-footer {
    background-color: var(--theme-palette-color-1);
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 25px;
    --theme-border: none;
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: repeat(2, 1fr);
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="bottom"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="bottom"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="pGnM-h"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 11px;
    --theme-line-height: 1.3;
    --theme-text-color: rgba(255, 255, 255, 0.38);
    --theme-link-initial-color: rgba(255, 255, 255, 0.38);
}

[data-footer*="pGnM-h"] [data-column="copyright"] {
    --horizontal-alignment: right;
}

[data-footer*="pGnM-h"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="pGnM-h"] .ct-footer [data-id="menu"] ul {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-footer*="pGnM-h"] .ct-footer [data-id="menu"]>ul>li>a {
    --theme-link-initial-color: var(--theme-palette-color-4);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="middle"]>div {
    --container-spacing: 30px;
    --columns-gap: 50px;
    --widgets-gap: 40px;
    --vertical-alignment: center;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: initial;
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 18px;
    --theme-heading-color: var(--theme-palette-color-5);
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="middle"] .ct-widget {
    --theme-text-color: #6c737d;
    --theme-link-initial-color: #6c737d;
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="middle"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="pGnM-h"] [data-id="socials"].ct-footer-socials {
    --theme-icon-size: 15px;
    --items-spacing: 25px;
}

[data-footer*="pGnM-h"] [data-column="socials"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="pGnM-h"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
    --theme-icon-color: #f0f1f2;
    --theme-icon-hover-color: var(--theme-palette-color-3);
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-footer*="pGnM-h"] [data-id="socials"].ct-footer-socials .ct-label {
    --visibility: none;
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="top"]>div {
    --container-spacing: 0px;
    --widgets-gap: 0px;
    --vertical-alignment: center;
    --theme-border: none;
    --grid-template-columns: initial;
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="top"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="pGnM-h"] .ct-footer [data-row*="top"] {
    background-color: transparent;
}

[data-footer*="pGnM-h"] .ct-footer {
    background-color: var(--theme-palette-color-1);
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 25px;
    --theme-border: none;
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: repeat(2, 1fr);
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="bottom"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="bottom"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="3Lkcn1"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 11px;
    --theme-line-height: 1.3;
    --theme-text-color: rgba(255, 255, 255, 0.38);
    --theme-link-initial-color: rgba(255, 255, 255, 0.38);
}

[data-footer*="3Lkcn1"] [data-column="copyright"] {
    --horizontal-alignment: right;
}

[data-footer*="3Lkcn1"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="3Lkcn1"] .ct-footer [data-id="menu"] ul {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-footer*="3Lkcn1"] .ct-footer [data-id="menu"]>ul>li>a {
    --theme-link-initial-color: var(--theme-palette-color-4);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-link-active-color: var(--theme-palette-color-2);
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="middle"]>div {
    --container-spacing: 30px;
    --columns-gap: 50px;
    --widgets-gap: 40px;
    --vertical-alignment: center;
    --theme-border: 1px solid rgba(255, 255, 255, 0.1);
    --theme-border-top: 1px solid rgba(255, 255, 255, 0.1);
    --grid-template-columns: initial;
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 18px;
    --theme-heading-color: var(--theme-palette-color-5);
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="middle"] .ct-widget {
    --theme-text-color: #6c737d;
    --theme-link-initial-color: #6c737d;
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="middle"] {
    --theme-border-top: none;
    background-color: transparent;
}

[data-footer*="3Lkcn1"] [data-id="socials"].ct-footer-socials {
    --theme-icon-size: 15px;
    --items-spacing: 25px;
}

[data-footer*="3Lkcn1"] [data-column="socials"] {
    --horizontal-alignment: flex-start;
}

[data-footer*="3Lkcn1"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
    --theme-icon-color: #f0f1f2;
    --theme-icon-hover-color: var(--theme-palette-color-3);
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-footer*="3Lkcn1"] [data-id="socials"].ct-footer-socials .ct-label {
    --visibility: none;
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="top"]>div {
    --container-spacing: 0px;
    --widgets-gap: 0px;
    --vertical-alignment: center;
    --theme-border: none;
    --grid-template-columns: initial;
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="top"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="3Lkcn1"] .ct-footer [data-row*="top"] {
    background-color: transparent;
}

[data-footer*="3Lkcn1"] .ct-footer {
    background-color: var(--theme-palette-color-1);
}

:root {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-text-decoration: none;
    --theme-font-size: 15px;
    --theme-line-height: 1.65;
    --theme-letter-spacing: 0em;
    --theme-button-font-family: Mulish, Sans-Serif;
    --theme-button-font-weight: 600;
    --theme-button-font-size: 15px;
    --has-classic-forms: var(--true);
    --has-modern-forms: var(--false);
    --theme-form-text-initial-color: #0f143b;
    --theme-form-text-focus-color: #0f143b;
    --theme-form-font-size: 15px;
    --theme-form-field-background-initial-color: var(--theme-palette-color-7);
    --theme-form-field-background-focus-color: var(--theme-palette-color-7);
    --theme-form-field-border-radius: 0px;
    --theme-form-field-border-initial-color: #eff0f2;
    --theme-form-field-border-focus-color: #0f143b;
    --form-field-select-initial-color: #0f143b;
    --form-field-select-active-color: #080404;
    --theme-form-select-background-active-color: var(--theme-palette-color-7);
    --theme-form-selection-field-initial-color: #fa6103;
    --theme-form-selection-field-active-color: #080404;
    --theme-palette-color-0: #000000;
    --theme-palette-color-1: #0f143b;
    --theme-palette-color-2: #fa6103;
    --theme-palette-color-3: #080404;
    --theme-palette-color-4: #eff0f2;
    --theme-palette-color-5: #fec09a;
    --theme-palette-color-6: #caf5ff;
    --theme-palette-color-7: #ffffff;
    --theme-palette-color-8: rgba(0, 0, 0, 0);
    --theme-palette-color-9: #65bc7b;
    --theme-palette-color-grey : #080404;
    --theme-palette-color-green : #00b050;
    --theme-features-icon-font-size:26px;
    --theme-highlights-icon-font-size:30px;

    --theme-text-color: var(--theme-palette-color-1);
    --theme-link-initial-color: var(--theme-palette-color-green);
    --theme-link-hover-color: var(--theme-palette-color-3);
    --theme-selection-text-color: var(--theme-palette-color-1);
    --theme-selection-background-color: #D9D9D9;
    --theme-border-color: var(--theme-palette-color-8);
    --theme-headings-color: var(--theme-palette-color-1);
    --theme-heading-1-color: var(--theme-palette-color-1);
    --theme-heading-2-color: var(--theme-palette-color-2);
    --theme-heading-3-color: var(--theme-palette-color-3);
    --theme-content-spacing: 1.5em;
    --theme-button-min-height: 40px;
    --theme-button-shadow: none;
    --theme-button-transform: none;
    --theme-button-text-initial-color: #ffffff;
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: #00b050;
    --theme-button-background-hover-color: #080404;
    --theme-button-border: none;
    --theme-button-border-radius: 0px;
    --theme-button-padding: 5px 20px;
    --theme-normal-container-max-width: 1290px;
    --theme-content-vertical-spacing: 85px;
    --theme-container-edge-spacing: 90vw;
    --theme-narrow-container-max-width: 990px;
    --theme-wide-offset: 101px;
}

h1 {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 52px;
    --theme-line-height: 1.5;
}

h2 {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 29px;
    --theme-line-height: 1.5;
}

h3 {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 21px;
    --theme-line-height: 1.5;
    color:#000000 !important;
}

h4 {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 19px;
    --theme-line-height: 1.5;
}

h5 {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 17px;
    --theme-line-height: 1.5;
}

h6 {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 15px;
    --theme-line-height: 1.5;
}

.wp-block-quote {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
}

.wp-block-pullquote {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-font-size: 19px;
}

code,
kbd,
samp,
pre {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
    --theme-font-size: 15px;
}

figcaption {
    --theme-font-size: 14px;
}

.ct-sidebar .widget-title {
    --theme-font-size: 20px;
}

.ct-breadcrumbs {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-text-color: #0f143b;
    --theme-link-initial-color: #fa6103;
    --theme-link-hover-color: #080404;
}

body {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
}

[data-prefix="blog"] .entry-header .page-title {
    --theme-font-size: 50px;
}

[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="blog"] .hero-section[data-type="type-1"] {
    --alignment: center;
}

[data-prefix="categories"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[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-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 30px;
    --theme-heading-color: var(--theme-palette-color-1);
}

[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="search"] .entry-header .page-description {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
}

[data-prefix="search"] .hero-section[data-type="type-1"] {
    --alignment: center;
}

[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="faqs_single"] .entry-header .page-title {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 30px;
}

[data-prefix="faqs_single"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="faqs_archive"] .entry-header .page-title {
    --theme-font-size: 30px;
    --theme-heading-color: var(--theme-palette-color-1);
}

[data-prefix="faqs_archive"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="faqs_archive"] .hero-section[data-type="type-1"] {
    --alignment: center;
}

[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;
    --theme-heading-color: var(--theme-palette-color-1);
}

[data-prefix="blog"] .entry-excerpt {
    --theme-text-color: var(--theme-palette-color-1);
}

[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-4);
    --theme-border-radius: 5px;
    --theme-box-shadow: 0px 20px 80px rgba(192, 198, 211, 0.25);
}

[data-prefix="blog"] {
    background-color: var(--theme-palette-color-7);
}

[data-prefix="categories"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="categories"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[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, 0.04);
}

[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, 0.04);
}

[data-prefix="search"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
    --grid-columns-gap: 30px;
}

[data-prefix="search"] .entry-card .entry-title {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-prefix="search"] .entry-card .entry-meta {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-prefix="search"] .entry-card {
    background-color: var(--theme-palette-color-4);
    --theme-border-radius: 5px;
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
    --text-horizontal-alignment: left;
    --horizontal-alignment: flex-start;
}

[data-prefix="search"] {
    background-color: var(--theme-palette-color-7);
}

[data-prefix="faqs_archive"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
    --grid-columns-gap: 25px;
}

[data-prefix="faqs_archive"] .entry-card .entry-title {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
    --theme-heading-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-3);
}

[data-prefix="faqs_archive"] .entry-excerpt {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 400;
}

[data-prefix="faqs_archive"] .entry-card .entry-meta {
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="faqs_archive"] .entry-card {
    background-color: var(--theme-palette-color-4);
    --theme-border-radius: 5px;
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
    --text-horizontal-alignment: left;
    --horizontal-alignment: flex-start;
}

[data-prefix="faqs_archive"] {
    background-color: var(--theme-palette-color-7);
}

form textarea {
    --theme-form-field-height: 170px;
}

[data-sidebar] {
    --sidebar-width: 20%;
    --sidebar-width-no-unit: 20;
}

.ct-sidebar {
    --theme-link-initial-color: var(--theme-text-color);
}

.ct-back-to-top .ct-icon {
    --theme-icon-size: 12px;
}

.ct-back-to-top {
    --back-top-bottom-offset: 25px;
    --theme-icon-color: var(--theme-palette-color-7);
    --theme-icon-hover-color: #ffffff;
    --top-button-background-color: #0f143b;
    --top-button-background-hover-color: #080404;
}

[data-prefix="faqs_single"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="single_page"] {
    background-color: var(--theme-palette-color-7);
}

[data-prefix="single_page"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="faqs_archive"] .ct-dynamic-filter {
    --items-vertical-spacing: 10px;
    --container-spacing: 81px;
    --filter-items-alignment: center;
    --theme-font-family: Mulish, Sans-Serif;
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 16px;
    --theme-link-initial-color: var(--theme-palette-color-7);
    --theme-link-hover-color: var(--theme-palette-color-7);
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --theme-border-radius: 3px;
}
@media (max-width: 1200px){
    [data-header*="Qh_o7E"] {
        --header-height: 70px;
        --header-sticky-height: 0px;
    }
}
@media (max-width: 999.98px) {
    [data-header*="type-1"] .ct-header [data-row*="middle"] {
        --height: 70px;
        background-color: var(--theme-palette-color-7);
        background-image: none;
        --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.05);
    }

    [data-header*="type-1"] [data-id="mobile-menu"] {
        --items-vertical-spacing: 10px;
        --theme-font-size: 20px;
    }

    [data-header*="type-1"] #offcanvas {
        background-color: rgba(16, 20, 23, 0.12);
        --side-panel-width: 65vw;
    }

    [data-header*="type-1"] #offcanvas .ct-panel-inner {
        background-color: var(--theme-palette-color-7);
    }

    [data-header*="type-1"] #offcanvas .ct-toggle-close {
        --theme-icon-color: var(--theme-palette-color-2);
    }

    [data-header*="type-1"] #offcanvas .ct-toggle-close:hover {
        --theme-icon-color: var(--theme-palette-color-3);
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials {
        --theme-icon-size: 25px;
        --items-spacing: 25px;
        --margin: 20px 0px 0px 0px !important;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-2);
        --theme-icon-hover-color: var(--theme-palette-color-3);
        --background-color: var(--theme-palette-color-5);
        --background-hover-color: var(--theme-palette-color-5);
    }

    [data-header*="type-1"] [data-id="trigger"] {
        --theme-icon-size: 25px;
        --theme-icon-color: var(--theme-palette-color-1);
        --theme-icon-hover-color: var(--theme-palette-color-3);
        --margin: 0px !important;
    }

    [data-header*="type-1"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 16px;
    }

    [data-header*="type-1"] .ct-header [data-id="search-input"] {
        --max-width: 25%;
        --theme-form-field-height: 40px;
    }

    [data-header*="type-1"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 25%;
    }

    [data-header*="type-1"] {
        --header-height: 70px;
        --header-sticky-height: 0px;
    }

    [data-header*="Qh_o7E"] .ct-header [data-row*="middle"] {
        --height: 70px;
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="Qh_o7E"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="Qh_o7E"] [data-id="mobile-menu"] {
        --items-vertical-spacing: 10px;
        --theme-font-size: 20px;
    }

    [data-header*="Qh_o7E"] #offcanvas {
        background-color: rgba(16, 20, 23, 0.12);
        --side-panel-width: 65vw;
        --vertical-alignment: center;
    }

    [data-header*="Qh_o7E"] #offcanvas .ct-panel-inner {
        background-color: var(--theme-palette-color-7);
    }

    [data-header*="Qh_o7E"] #offcanvas .ct-toggle-close {
        --theme-icon-color: var(--theme-palette-color-2);
    }

    [data-header*="Qh_o7E"] #offcanvas .ct-toggle-close:hover {
        --theme-icon-color: var(--theme-palette-color-3);
    }

    [data-header*="Qh_o7E"] [data-id="socials"].ct-header-socials {
        --theme-icon-size: 25px;
        --items-spacing: 25px;
        --margin: 20px 0px 0px 0px !important;
    }

    [data-header*="Qh_o7E"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-2);
        --theme-icon-hover-color: var(--theme-palette-color-3);
        --background-color: var(--theme-palette-color-5);
        --background-hover-color: var(--theme-palette-color-5);
    }

    [data-header*="Qh_o7E"] [data-id="trigger"] {
        --theme-icon-size: 25px;
        --theme-icon-color: var(--theme-palette-color-1);
        --theme-icon-hover-color: var(--theme-palette-color-3);
    }

    [data-header*="Qh_o7E"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 16px;
    }

    [data-header*="Qh_o7E"] .ct-header [data-id="search-input"] {
        --max-width: 35%;
    }

    [data-header*="Qh_o7E"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 35%;
    }

    [data-header*="Qh_o7E"] [data-id="mAvcUS"] {
        --margin: 15px 0px !important;
    }

    [data-header*="Qh_o7E"] {
        --header-height: 70px;
        --header-sticky-height: 0px;
    }

    [data-header*="TF0apl"] .ct-header [data-row*="middle"] {
        --height: 70px;
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="TF0apl"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="TF0apl"] [data-id="mobile-menu"] {
        --items-vertical-spacing: 10px;
        --theme-font-size: 20px;
    }

    [data-header*="TF0apl"] #offcanvas {
        background-color: rgba(16, 20, 23, 0.12);
        --side-panel-width: 65vw;
        --vertical-alignment: center;
    }

    [data-header*="TF0apl"] #offcanvas .ct-panel-inner {
        background-color: var(--theme-palette-color-7);
    }

    [data-header*="TF0apl"] #offcanvas .ct-toggle-close {
        --theme-icon-color: var(--theme-palette-color-2);
    }

    [data-header*="TF0apl"] #offcanvas .ct-toggle-close:hover {
        --theme-icon-color: var(--theme-palette-color-3);
    }

    [data-header*="TF0apl"] [data-id="socials"].ct-header-socials {
        --theme-icon-size: 25px;
        --items-spacing: 25px;
        --margin: 20px 0px 0px 0px !important;
    }

    [data-header*="TF0apl"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-2);
        --theme-icon-hover-color: var(--theme-palette-color-3);
        --background-color: var(--theme-palette-color-5);
        --background-hover-color: var(--theme-palette-color-5);
    }

    [data-header*="TF0apl"] [data-id="trigger"] {
        --theme-icon-size: 25px;
        --theme-icon-color: var(--theme-palette-color-1);
        --theme-icon-hover-color: var(--theme-palette-color-3);
    }

    [data-header*="TF0apl"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 16px;
    }

    [data-header*="TF0apl"] .ct-header [data-id="search-input"] {
        --max-width: 35%;
    }

    [data-header*="TF0apl"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 35%;
    }

    [data-header*="TF0apl"] {
        --header-height: 70px;
        --header-sticky-height: 0px;
    }

    [data-header*="5ZC0X_"] .ct-header [data-row*="middle"] {
        --height: 70px;
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="5ZC0X_"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="5ZC0X_"] [data-id="mobile-menu"] {
        --items-vertical-spacing: 10px;
        --theme-font-size: 20px;
    }

    [data-header*="5ZC0X_"] #offcanvas {
        background-color: rgba(16, 20, 23, 0.12);
        --side-panel-width: 65vw;
        --vertical-alignment: center;
    }

    [data-header*="5ZC0X_"] #offcanvas .ct-panel-inner {
        background-color: var(--theme-palette-color-7);
    }

    [data-header*="5ZC0X_"] #offcanvas .ct-toggle-close {
        --theme-icon-color: var(--theme-palette-color-2);
    }

    [data-header*="5ZC0X_"] #offcanvas .ct-toggle-close:hover {
        --theme-icon-color: var(--theme-palette-color-3);
    }

    [data-header*="5ZC0X_"] [data-id="socials"].ct-header-socials {
        --theme-icon-size: 25px;
        --items-spacing: 25px;
        --margin: 20px 0px 0px 0px !important;
    }

    [data-header*="5ZC0X_"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-2);
        --theme-icon-hover-color: var(--theme-palette-color-3);
        --background-color: var(--theme-palette-color-5);
        --background-hover-color: var(--theme-palette-color-5);
    }

    [data-header*="5ZC0X_"] [data-id="trigger"] {
        --theme-icon-size: 25px;
        --theme-icon-color: var(--theme-palette-color-1);
        --theme-icon-hover-color: var(--theme-palette-color-3);
    }

    [data-header*="5ZC0X_"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 16px;
    }

    [data-header*="5ZC0X_"] .ct-header [data-id="search-input"] {
        --max-width: 35%;
    }

    [data-header*="5ZC0X_"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 35%;
    }

    [data-header*="5ZC0X_"] [data-id="e559Nw"] {
        --margin: 15px 0px !important;
    }

    [data-header*="5ZC0X_"] {
        --header-height: 70px;
        --header-sticky-height: 0px;
    }

    [data-header*="ChqSau"] .ct-header [data-row*="middle"] {
        --height: 70px;
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="ChqSau"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="ChqSau"] [data-id="mobile-menu"] {
        --items-vertical-spacing: 10px;
        --theme-font-size: 20px;
    }

    [data-header*="ChqSau"] #offcanvas {
        background-color: rgba(16, 20, 23, 0.12);
        --side-panel-width: 65vw;
        --vertical-alignment: center;
    }

    [data-header*="ChqSau"] #offcanvas .ct-panel-inner {
        background-color: var(--theme-palette-color-7);
    }

    [data-header*="ChqSau"] #offcanvas .ct-toggle-close {
        --theme-icon-color: var(--theme-palette-color-2);
    }

    [data-header*="ChqSau"] #offcanvas .ct-toggle-close:hover {
        --theme-icon-color: var(--theme-palette-color-3);
    }

    [data-header*="ChqSau"] [data-id="socials"].ct-header-socials {
        --theme-icon-size: 25px;
        --items-spacing: 25px;
        --margin: 20px 0px 0px 0px !important;
    }

    [data-header*="ChqSau"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-2);
        --theme-icon-hover-color: var(--theme-palette-color-3);
        --background-color: var(--theme-palette-color-5);
        --background-hover-color: var(--theme-palette-color-5);
    }

    [data-header*="ChqSau"] [data-id="trigger"] {
        --theme-icon-size: 25px;
        --theme-icon-color: var(--theme-palette-color-1);
        --theme-icon-hover-color: var(--theme-palette-color-3);
    }

    [data-header*="ChqSau"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 16px;
    }

    [data-header*="ChqSau"] .ct-header [data-id="search-input"] {
        --max-width: 35%;
    }

    [data-header*="ChqSau"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 35%;
    }

    [data-header*="ChqSau"] [data-id="mAvcUS"] {
        --margin: 15px 0px !important;
    }

    [data-header*="ChqSau"] {
        --header-height: 70px;
        --header-sticky-height: 0px;
    }

    [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*="middle"] .widget-title {
        --theme-font-size: 16px;
    }

    [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-footer*="sXqnk4"] .ct-footer [data-row*="bottom"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="sXqnk4"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 50px;
        --grid-template-columns: initial;
    }

    [data-footer*="sXqnk4"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 16px;
    }

    [data-footer*="sXqnk4"] [data-column="socials"] {
        --horizontal-alignment: center;
    }

    [data-footer*="sXqnk4"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-row*="bottom"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 50px;
        --grid-template-columns: initial;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 16px;
    }

    [data-footer*="kD1k7J"] [data-column="socials"] {
        --horizontal-alignment: center;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-row*="bottom"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 50px;
        --grid-template-columns: initial;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 16px;
    }

    [data-footer*="pGnM-h"] [data-column="socials"] {
        --horizontal-alignment: center;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-row*="bottom"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 50px;
        --grid-template-columns: initial;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 16px;
    }

    [data-footer*="3Lkcn1"] [data-column="socials"] {
        --horizontal-alignment: center;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-prefix="blog"] .entry-header .page-title {
        --theme-font-size: 30px;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="search"] .entry-card .entry-title {
        --theme-font-size: 13px;
    }

    :root {
        --theme-content-vertical-spacing: 60px;
    }

    [data-prefix="faqs_archive"] .ct-dynamic-filter {
        --items-vertical-spacing: 15px;
    }
}

@media (max-width: 689.98px) {
    [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 35px;
    }

    [data-header*="type-1"] .ct-header [data-row*="middle"] {
        --height: 60px;
    }

    [data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
        background-color: var(--theme-palette-color-7);
        background-image: none;
    }

    [data-header*="type-1"] [data-id="mobile-menu"] {
        --theme-font-size: 15px;
    }

    [data-header*="type-1"] #offcanvas {
        --side-panel-width: 90vw;
        --vertical-alignment: center;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --background-color: rgba(255, 89, 0, 0);
        --background-hover-color: var(--theme-palette-color-2);
    }

    [data-header*="type-1"] [data-id="trigger"] {
        --margin: 10px !important;
    }

    [data-header*="type-1"] [data-id="divider"] {
        --margin: 0px !important;
    }

    [data-header*="type-1"] .ct-header [data-id="search-input"] {
        --max-width: 55%;
    }

    [data-header*="type-1"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 55%;
    }

    [data-header*="type-1"] {
        --header-height: 60px;
    }

    [data-header*="Qh_o7E"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 35px;
    }

    [data-header*="Qh_o7E"] .ct-header [data-row*="middle"] {
        --height: 60px;
        --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.05);
    }

    [data-header*="Qh_o7E"] [data-id="mobile-menu"] {
        --theme-font-size: 15px;
    }

    [data-header*="Qh_o7E"] #offcanvas {
        --side-panel-width: 90vw;
    }

    [data-header*="Qh_o7E"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --background-color: rgba(255, 89, 0, 0);
        --background-hover-color: var(--theme-palette-color-2);
    }

    [data-header*="Qh_o7E"] [data-id="trigger"] {
        --margin: 10px !important;
    }

    [data-header*="Qh_o7E"] [data-id="divider"] {
        --margin: 0px !important;
    }

    [data-header*="Qh_o7E"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 14px;
    }

    [data-header*="Qh_o7E"] .ct-header [data-id="search-input"] {
        --max-width: 50%;
    }

    [data-header*="Qh_o7E"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 50%;
    }

    [data-header*="Qh_o7E"] {
        --header-height: 60px;
    }

    [data-header*="TF0apl"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 35px;
    }

    [data-header*="TF0apl"] .ct-header [data-row*="middle"] {
        --height: 60px;
        --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.05);
    }

    [data-header*="TF0apl"] [data-id="mobile-menu"] {
        --theme-font-size: 15px;
    }

    [data-header*="TF0apl"] #offcanvas {
        --side-panel-width: 90vw;
    }

    [data-header*="TF0apl"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --background-color: rgba(255, 89, 0, 0);
        --background-hover-color: var(--theme-palette-color-2);
    }

    [data-header*="TF0apl"] [data-id="trigger"] {
        --margin: 10px !important;
    }

    [data-header*="TF0apl"] [data-id="divider"] {
        --margin: 0px !important;
    }

    [data-header*="TF0apl"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 14px;
    }

    [data-header*="TF0apl"] .ct-header [data-id="search-input"] {
        --max-width: 50%;
    }

    [data-header*="TF0apl"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 50%;
    }

    [data-header*="TF0apl"] [data-id="e559Nw"] {
        --margin: 15px 0px !important;
    }

    [data-header*="TF0apl"] {
        --header-height: 60px;
    }

    [data-header*="5ZC0X_"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 35px;
    }

    [data-header*="5ZC0X_"] .ct-header [data-row*="middle"] {
        --height: 60px;
        --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.05);
    }

    [data-header*="5ZC0X_"] [data-id="mobile-menu"] {
        --theme-font-size: 15px;
    }

    [data-header*="5ZC0X_"] #offcanvas {
        --side-panel-width: 90vw;
    }

    [data-header*="5ZC0X_"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --background-color: rgba(255, 89, 0, 0);
        --background-hover-color: var(--theme-palette-color-2);
    }

    [data-header*="5ZC0X_"] [data-id="trigger"] {
        --margin: 10px !important;
    }

    [data-header*="5ZC0X_"] [data-id="divider"] {
        --margin: 0px !important;
    }

    [data-header*="5ZC0X_"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 14px;
    }

    [data-header*="5ZC0X_"] .ct-header [data-id="search-input"] {
        --max-width: 50%;
    }

    [data-header*="5ZC0X_"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 50%;
    }

    [data-header*="5ZC0X_"] {
        --header-height: 60px;
    }

    [data-header*="ChqSau"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 35px;
    }

    [data-header*="ChqSau"] .ct-header [data-row*="middle"] {
        --height: 60px;
        --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.05);
    }

    [data-header*="ChqSau"] [data-id="mobile-menu"] {
        --theme-font-size: 15px;
    }

    [data-header*="ChqSau"] #offcanvas {
        --side-panel-width: 90vw;
    }

    [data-header*="ChqSau"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --background-color: rgba(255, 89, 0, 0);
        --background-hover-color: var(--theme-palette-color-2);
    }

    [data-header*="ChqSau"] [data-id="trigger"] {
        --margin: 10px !important;
    }

    [data-header*="ChqSau"] [data-id="divider"] {
        --margin: 0px !important;
    }

    [data-header*="ChqSau"] .ct-header [data-id="language-switcher"] {
        --theme-font-size: 14px;
    }

    [data-header*="ChqSau"] .ct-header [data-id="search-input"] {
        --max-width: 50%;
    }

    [data-header*="ChqSau"] .ct-header [data-middle="search-input"] {
        --search-box-max-width: 50%;
    }

    [data-header*="ChqSau"] {
        --header-height: 60px;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] [data-column="copyright"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="menu"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 40px;
        --columns-gap: 30px;
        --widgets-gap: 0px;
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 15px;
    }

    [data-footer*="type-1"] [data-id="socials"].ct-footer-socials {
        --margin: 10px 0px -50px 0px !important;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] [data-id="content-block"] {
        --margin: 0px !important;
    }

    [data-footer*="sXqnk4"] .ct-footer [data-row*="bottom"]>div {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }

    [data-footer*="sXqnk4"] [data-column="copyright"] {
        --horizontal-alignment: center;
    }

    [data-footer*="sXqnk4"] .ct-footer [data-column="menu"] {
        --horizontal-alignment: center;
    }

    [data-footer*="sXqnk4"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 40px;
        --columns-gap: 30px;
        --widgets-gap: 0px;
        --grid-template-columns: initial;
    }

    [data-footer*="sXqnk4"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 15px;
    }

    [data-footer*="sXqnk4"] [data-id="socials"].ct-footer-socials {
        --margin: 10px 0px -50px 0px !important;
    }

    [data-footer*="sXqnk4"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="sXqnk4"] [data-id="content-block"] {
        --margin: 0px !important;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-row*="bottom"]>div {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }

    [data-footer*="kD1k7J"] [data-column="copyright"] {
        --horizontal-alignment: center;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-column="menu"] {
        --horizontal-alignment: center;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 40px;
        --columns-gap: 30px;
        --widgets-gap: 0px;
        --grid-template-columns: initial;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 15px;
    }

    [data-footer*="kD1k7J"] [data-id="socials"].ct-footer-socials {
        --margin: 10px 0px -50px 0px !important;
    }

    [data-footer*="kD1k7J"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="kD1k7J"] [data-id="content-block"] {
        --margin: 0px !important;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-row*="bottom"]>div {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }

    [data-footer*="pGnM-h"] [data-column="copyright"] {
        --horizontal-alignment: center;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-column="menu"] {
        --horizontal-alignment: center;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 40px;
        --columns-gap: 30px;
        --widgets-gap: 0px;
        --grid-template-columns: initial;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 15px;
    }

    [data-footer*="pGnM-h"] [data-id="socials"].ct-footer-socials {
        --margin: 10px 0px -50px 0px !important;
    }

    [data-footer*="pGnM-h"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="pGnM-h"] [data-id="content-block"] {
        --margin: 0px !important;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-row*="bottom"]>div {
        --container-spacing: 15px;
        --grid-template-columns: initial;
    }

    [data-footer*="3Lkcn1"] [data-column="copyright"] {
        --horizontal-alignment: center;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-column="menu"] {
        --horizontal-alignment: center;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-row*="middle"]>div {
        --container-spacing: 40px;
        --columns-gap: 30px;
        --widgets-gap: 0px;
        --grid-template-columns: initial;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-row*="middle"] .widget-title {
        --theme-font-size: 15px;
    }

    [data-footer*="3Lkcn1"] [data-id="socials"].ct-footer-socials {
        --margin: 10px 0px -50px 0px !important;
    }

    [data-footer*="3Lkcn1"] .ct-footer [data-row*="top"]>div {
        --grid-template-columns: initial;
    }

    [data-footer*="3Lkcn1"] [data-id="content-block"] {
        --margin: 0px !important;
    }

    [data-prefix="blog"] .entry-header .page-title {
        --theme-font-size: 25px;
    }

    [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"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    [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: 12px;
    }

    [data-prefix="faqs_archive"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="faqs_archive"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    :root {
        --theme-content-vertical-spacing: 50px;
        --theme-container-edge-spacing: 88vw;
    }

    [data-prefix="faqs_archive"] .ct-dynamic-filter {
        --items-vertical-spacing: 20px;
    }
}