[data-header*="type-1"] [data-id="cart"] .ct-cart-item {
    --theme-icon-color: var(--theme-text-color);
}

[data-header*="type-1"] [data-transparent-row="yes"] [data-id="cart"] .ct-cart-item {
    --theme-icon-color: rgba(255, 255, 255, 0.5);
    --theme-icon-hover-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] [data-id="cart"] .ct-cart-content {
    --dropdownTopOffset: 15px;
    --theme-text-color: #ffffff;
    --mini-cart-background-color: #29333C;
}

[data-header*="type-1"] [data-id="cart"] .ct-cart-content .total {
    --theme-text-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 46px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-id="menu"] {
    --menu-items-spacing: 45px;
}

[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
    --theme-font-family: Poppins, Sans-Serif;
    --theme-font-weight: 500;
    --theme-text-transform: none;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="menu"][data-menu*="type-3"]>ul>li>a {
    --theme-link-hover-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: #ffffff;
    --theme-font-weight: 500;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"] [data-id="menu"]>ul>li>a {
    --theme-link-initial-color: rgba(255, 255, 255, 0.5);
    --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 72px;
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-link-initial-color: #ffffff;
    --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas {
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] [data-id="offcanvas-logo"] {
    --logo-max-height: 50px;
}

[data-header*="type-1"] [data-transparent-row="yes"] [data-id="search"] {
    --theme-icon-color: rgba(255, 255, 255, 0.5);
    --theme-icon-hover-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] #search-modal .ct-search-results {
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
}

[data-header*="type-1"] #search-modal .ct-search-form {
    --theme-link-initial-color: #ffffff;
    --theme-form-text-initial-color: #ffffff;
    --theme-form-text-focus-color: #ffffff;
    --theme-form-field-border-initial-color: rgba(255, 255, 255, 0.2);
    --theme-button-text-initial-color: rgba(255, 255, 255, 0.7);
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --theme-button-background-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] #search-modal {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials {
    --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"] [data-id="trigger"] {
    --theme-icon-size: 18px;
}

[data-header*="type-1"] [data-transparent-row="yes"] [data-id="trigger"] {
    --theme-icon-color: rgba(255, 255, 255, 0.5);
    --theme-icon-hover-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] #account-modal .ct-account-modal {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
}

[data-header*="type-1"] #account-modal {
    background-color: rgba(18, 21, 25, 0.6);
}

[data-header*="type-1"] [data-id="account"] {
    --margin: 0 20px !important;
}

[data-header*="type-1"] [data-id="account"] .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] [data-transparent-row="yes"] [data-id="account"] .ct-account-item {
    --theme-icon-color: rgba(255, 255, 255, 0.5);
    --theme-icon-hover-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] [data-id="account"] .ct-header-account-dropdown {
    --theme-font-size: 14px;
    --dropdown-background-color: var(--theme-palette-color-8);
    --dropdown-items-background-hover-color: rgba(0, 0, 0, 0.05);
    --theme-border: 1px solid rgba(0, 0, 0, 0.05);
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 2px;
}

[data-header*="type-1"] {
    --header-height: 72px;
}

[data-header*="type-1"] .ct-header {
    background-image: none;
}

[data-header*="type-1"] [data-transparent] {
    background-image: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 25px;
    --theme-border: none;
    --grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
    background-color: transparent;
}

[data-footer*="type-1"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
    --theme-text-color: rgba(255, 255, 255, 0.5);
    --theme-link-initial-color: rgba(255, 255, 255, 0.5);
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
    --container-spacing: 120px;
    --theme-border: none;
    --grid-template-columns: repeat(4, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget {
    --theme-text-color: rgba(255, 255, 255, 0.5);
    --theme-link-initial-color: rgba(255, 255, 255, 0.5);
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    background-color: transparent;
}

[data-footer*="type-1"] .ct-footer {
    background-color: var(--theme-palette-color-4);
}

:root {
    --theme-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-text-decoration: none;
    --theme-font-size: 16px;
    --theme-line-height: 1.65;
    --theme-letter-spacing: 0em;
    --theme-button-font-weight: 500;
    --theme-button-font-size: 15px;
    --has-classic-forms: var(--true);
    --has-modern-forms: var(--false);
    --theme-form-field-height: 50px;
    --theme-form-field-border-radius: 6px;
    --theme-form-field-border-initial-color: var(--theme-border-color);
    --theme-form-field-border-focus-color: var(--theme-palette-color-1);
    --theme-form-selection-field-initial-color: var(--theme-border-color);
    --theme-form-selection-field-active-color: var(--theme-palette-color-1);
    --e-global-color-theme-custom_palette_1: var(--theme-palette-color-1);
    --e-global-color-theme-custom_palette_2: var(--theme-palette-color-2);
    --e-global-color-theme-custom_palette_3: var(--theme-palette-color-3);
    --e-global-color-theme-custom_palette_4: var(--theme-palette-color-4);
    --e-global-color-theme-custom_palette_5: var(--theme-palette-color-5);
    --e-global-color-theme-custom_palette_6: var(--theme-palette-color-6);
    --e-global-color-theme-custom_palette_7: var(--theme-palette-color-7);
    --e-global-color-theme-custom_palette_8: var(--theme-palette-color-8);
    --theme-palette-color-1: #5B38ED;
    --theme-palette-color-2: #4928cf;
    --theme-palette-color-3: #4d5d6d;
    --theme-palette-color-4: #111518;
    --theme-palette-color-5: #E7EBEE;
    --theme-palette-color-6: #F3F5F7;
    --theme-palette-color-7: #FBFBFC;
    --theme-palette-color-8: #ffffff;
    --theme-text-color: var(--theme-palette-color-3);
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-selection-text-color: #ffffff;
    --theme-selection-background-color: var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-5);
    --theme-headings-color: var(--theme-palette-color-4);
    --theme-content-spacing: 1.5em;
    --theme-button-min-height: 50px;
    --theme-button-shadow: none;
    --theme-button-transform: none;
    --theme-button-text-initial-color: var(--theme-palette-color-4);
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: var(--theme-palette-color-6);
    --theme-button-background-hover-color: var(--theme-palette-color-2);
    --theme-button-border: none;
    --theme-button-border-radius: 6px;
    --theme-button-padding: 5px 20px;
    --theme-normal-container-max-width: 1290px;
    --theme-content-vertical-spacing: 60px;
    --theme-container-edge-spacing: 90vw;
    --theme-narrow-container-max-width: 750px;
    --theme-wide-offset: 130px;
}

h1 {
    --theme-font-family: Poppins, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 40px;
    --theme-line-height: 1.5;
}

h2 {
    --theme-font-family: Poppins, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 35px;
    --theme-line-height: 1.5;
}

h3 {
    --theme-font-family: Poppins, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 31px;
    --theme-line-height: 1.5;
}

h4 {
    --theme-font-family: Poppins, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
}

h5 {
    --theme-font-family: Poppins, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-line-height: 1.5;
}

h6 {
    --theme-font-family: Poppins, Sans-Serif;
    --theme-font-weight: 700;
    --theme-font-size: 16px;
    --theme-line-height: 1.5;
}

.gp-block-pullquote {
    --theme-font-family: Georgia;
    --theme-font-weight: 600;
    --theme-font-size: 25px;
}

code,
kbd,
samp,
pre {
    --theme-font-family: monospace;
    --theme-font-weight: 400;
    --theme-font-size: 16px;
}

figcaption {
    --theme-font-size: 14px;
}

.ct-sidebar .widget-title {
    --theme-font-size: 20px;
}

.ct-breadcrumbs {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-text-color: var(--theme-palette-color-8);
    --theme-link-initial-color: rgba(255, 255, 255, 0.5);
    --theme-link-hover-color: var(--theme-palette-color-8);
}

body {
    background-color: var(--theme-palette-color-8);
    background-image: none;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
    --theme-font-size: 60px;
    --theme-heading-color: var(--theme-palette-color-8);
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
    --theme-text-color: rgba(255, 255, 255, 0.5);
    --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-prefix="single_blog_post"] .hero-section[data-type="type-2"] {
    --min-height: 500px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0;
}

[data-prefix="single_blog_post"] .hero-section[data-type="type-2"]>figure .ct-media-container:after {
    background-color: rgba(16, 20, 23, 0.7);
}

[data-prefix="blog"] .entry-header .page-title {
    --theme-font-size: 60px;
    --theme-heading-color: var(--theme-palette-color-8);
}

[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-2"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --container-padding: 50px 0;
}

[data-prefix="categories"] .entry-header .page-title {
    --theme-font-size: 60px;
    --theme-heading-color: var(--theme-palette-color-8);
}

[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="categories"] .hero-section[data-type="type-2"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="search"] .entry-header .page-title {
    --theme-font-size: 60px;
    --theme-heading-color: var(--theme-palette-color-8);
}

[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"] .hero-section[data-type="type-2"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="author"] .entry-header .page-title {
    --theme-font-size: 30px;
    --theme-heading-color: var(--theme-palette-color-8);
}

[data-prefix="author"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
    --theme-text-color: rgba(255, 255, 255, 0.5);
    --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-prefix="author"] .hero-section[data-type="type-2"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="single_page"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="single_page"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="woo_categories"] .entry-header .page-title {
    --theme-font-size: 60px;
    --theme-heading-color: var(--theme-palette-color-8);
}

[data-prefix="woo_categories"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="woo_categories"] .hero-section[data-type="type-2"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="product"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="product"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="product"] .entry-header .ct-breadcrumbs {
    --theme-text-color: var(--theme-palette-color-3);
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
}

[data-prefix="templately_library_single"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="templately_library_single"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="templately_library_archive"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="templately_library_archive"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="blog"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="blog"] .entry-card {
    --card-inner-spacing: 40px;
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 15px;
    --theme-box-shadow: 0px 20px 80px rgba(193, 199, 212, 0.25);
}

[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-border-radius: 15px;
    --theme-box-shadow: 0px 20px 80px rgba(193, 199, 212, 0.25);
}

[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-border-radius: 15px;
    --theme-box-shadow: 0px 20px 80px rgba(193, 199, 212, 0.25);
}

[data-prefix="search"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="search"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="search"] .entry-card {
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 15px;
    --theme-box-shadow: 0px 20px 80px rgba(193, 199, 212, 0.25);
}

[data-prefix="templately_library_archive"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="templately_library_archive"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="templately_library_archive"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="templately_library_archive"] .entry-card {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

.quantity[data-type="type-2"] {
    --quantity-arrows-initial-color: var(--theme-text-color);
}

.out-of-stock-badge {
    --badge-text-color: #ffffff;
    --badge-background-color: #24292E;
}

.demo_store {
    --theme-text-color: #ffffff;
    --background-color: var(--theme-palette-color-1);
}

.woocommerce-info,
.woocommerce-thankyou-order-received,
.wc-block-components-notice-banner.is-info {
    --theme-text-color: var(--theme-text-color);
    --theme-link-hover-color: var(--theme-link-hover-color);
    --background-color: #F0F1F3;
}

.woocommerce-message,
.wc-block-components-notice-banner.is-success {
    --background-color: #F0F1F3;
}

.woocommerce-error,
.wc-block-components-notice-banner.is-error {
    --theme-text-color: #ffffff;
    --theme-link-hover-color: #ffffff;
    --background-color: rgba(218, 0, 28, 0.7);
    --theme-button-text-initial-color: #ffffff;
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: #b92c3e;
    --theme-button-background-hover-color: #9c2131;
}

[data-products] .product figure {
    --product-element-spacing: 25px;
}

[data-products] .product {
    --theme-border-radius: 15px;
}

[data-products] .woocommerce-loop-product__title,
[data-products] .woocommerce-loop-category__title {
    --theme-font-weight: 600;
    --theme-font-size: 17px;
}

[data-products] .product .price {
    --theme-font-weight: 600;
}

[data-products] .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-link-initial-color: var(--theme-text-color);
}

.entry-summary-items>.price {
    --product-element-spacing: 35px;
}

.entry-summary-items>.woocommerce-product-details__short-description {
    --product-element-spacing: 35px;
}

.entry-summary-items>.ct-product-divider[data-id="divider_1"] {
    --product-element-spacing: 35px;
}

.entry-summary-items>.ct-product-add-to-cart {
    --product-element-spacing: 35px;
}

.entry-summary-items>.ct-product-divider[data-id="divider_2"] {
    --product-element-spacing: 35px;
}

.entry-summary .entry-title {
    --theme-font-size: 30px;
}

.product-entry-wrapper .price {
    --theme-font-weight: 700;
    --theme-font-size: 20px;
}

.entry-summary .ct-product-divider {
    --single-product-layer-divider: 1px solid var(--theme-border-color);
}

.entry-summary .ct-payment-methods[data-color="custom"] {
    --theme-icon-color: #4B4F58;
}

.woocommerce-tabs .tabs,
.woocommerce-tabs .ct-accordion-heading {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1;
    --theme-link-initial-color: var(--theme-text-color);
}

.woocommerce-tabs[data-type] .tabs {
    --tab-background: var(--theme-palette-color-1);
}

form textarea {
    --theme-form-field-height: 170px;
}

.ct-sidebar {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-prefix="templately_library_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"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="product"] [class*="ct-container"]>article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

@media (max-width: 999.98px) {
    [data-header*="type-1"] #offcanvas {
        background-color: rgba(16, 20, 23, 0.8);
        --side-panel-width: 65vw;
    }

    [data-header*="type-1"] [data-id="offcanvas-logo"] {
        --logo-max-height: 30px;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials {
        --items-spacing: 20px;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
        --theme-icon-color: var(--theme-palette-color-4);
        --background-color: var(--theme-palette-color-8);
        --background-hover-color: var(--theme-palette-color-8);
    }

    [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: 80px;
        --grid-template-columns: repeat(2, 1fr);
    }

    [data-prefix="single_blog_post"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [data-prefix="single_blog_post"] .hero-section[data-type="type-2"] {
        --min-height: 400px;
    }

    [data-prefix="blog"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [data-prefix="categories"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [data-prefix="search"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [data-prefix="woo_categories"] .entry-header .page-title {
        --theme-font-size: 40px;
    }

    [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"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="templately_library_archive"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-products] {
        --shop-columns: repeat(3, minmax(0, 1fr));
    }

    .related [data-products],
    .upsells [data-products] {
        --shop-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 689.98px) {
    [data-header*="type-1"] #offcanvas {
        --side-panel-width: 90vw;
    }

    [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-row*="middle"]>div {
        --container-spacing: 60px;
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

    [data-prefix="single_blog_post"] .entry-header .page-title {
        --theme-font-size: 35px;
    }

    [data-prefix="single_blog_post"] .hero-section[data-type="type-2"] {
        --min-height: 300px;
    }

    [data-prefix="blog"] .entry-header .page-title {
        --theme-font-size: 35px;
    }

    [data-prefix="categories"] .entry-header .page-title {
        --theme-font-size: 35px;
    }

    [data-prefix="search"] .entry-header .page-title {
        --theme-font-size: 35px;
    }

    [data-prefix="woo_categories"] .entry-header .page-title {
        --theme-font-size: 35px;
    }

    [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: 18px;
    }

    [data-prefix="templately_library_archive"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="templately_library_archive"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    [data-products] {
        --shop-columns: repeat(1, minmax(0, 1fr));
    }

    [data-products] .product {
        --horizontal-alignment: center;
        --text-horizontal-alignment: center;
    }

    .related [data-products],
    .upsells [data-products] {
        --shop-columns: repeat(1, minmax(0, 1fr));
    }

    :root {
        --theme-content-vertical-spacing: 50px;
        --theme-container-edge-spacing: 88vw;
    }
}

/*!
Theme Name: theme-custom
Theme URI: https://creativethemes.com/theme-custom/
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: theme-custom is a blazing fast and lightweight WordPress theme built with the latest web technologies. It was built with the Gutenberg editor in mind and has a lot of options that makes it extendable and customizable. You can easily create any type of website, such as business agency, shop, corporate, education, restaurant, blog, portfolio, landing page and so on. It works like a charm with popular WordPress page builders, including tp-custom, Beaver Builder, Visual Composer and Brizy. Since it is responsive and adaptive, translation ready, SEO optimized and has WooCommerce built-in, you will experience an easy build and even an increase in conversions. Note: theme-custom is built with the latest web technologies in order to bring you the smoothest experience, that told, old browsers like IE 11 and below may not work as expected. We strongly recommend you to update/switch to a modern browser.
Version: 2.0.30
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 CreativeThemes.
Requires at least: 5.2
Requires PHP: 7.0
Tested up to: 6.4
Text Domain: theme-custom
Tags: blog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, buddypress, rtl-language-support, news
*/



#image-gallery-container .gallery-item:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
}

#image-gallery-container .gallery-item {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}



@import url("https://fonts.googleapis.com/css?family=Rajdhani&display=swap");

/* .galeria {
    margin: 0;
    padding: 0;
  } */
.galeria * {
    margin: 0;
    padding: 0;
    color: #1c1c1c;
    box-sizing: border-box;
    font-family: "Rajdhani", sans-serif;
}

.galeria * li,
body * ul {
    list-style-type: none;
}

.galeria * a {
    text-decoration: none;
}

.galeria {
    width: 100%;
    margin: 0 auto;
    background-color: #f3f3ff;
    overflow: hidden;
}

.galeria.vis .container h1,
.galeria.vis .container h2 {
    opacity: 1;
    transform: none;
}

.galeria.vis .container .h2 {
    transition-delay: 0.2s;
}

.galeria.vis .container .contenedorImgs .imagen {
    opacity: 1;
    transform: none;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(1) {
    transition-delay: 0.1s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(2) {
    transition-delay: 0.2s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(3) {
    transition-delay: 0.3s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(4) {
    transition-delay: 0.4s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(5) {
    transition-delay: 0.5s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(6) {
    transition-delay: 0.6s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(7) {
    transition-delay: 0.7s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(8) {
    transition-delay: 0.8s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(9) {
    transition-delay: 0.9s;
}

.galeria.vis .container .contenedorImgs .imagen:nth-child(10) {
    transition-delay: 1s;
}

.galeria.scale .container {
    opacity: 0;
    transform: scale(1.2);
}

.galeria .container {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 10px 0;
    transition: ease all 0.5s;
}

.galeria .container h1,
.galeria .container h2 {
    opacity: 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translateY(-30px);
    transition: ease all 0.5s;
}

.galeria .container h1 {
    font-size: 60px;
}

.galeria .container .contenedorImgs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
    margin-top: 10px;
}

.galeria .container .contenedorImgs .imagen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: calc((100% / 3) - 20px);
    height: 250px;
    margin: 10px;
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: ease all 0.5s;
}

.galeria .container .contenedorImgs .imagen:hover:before {
    opacity: 1;
}

.galeria .container .contenedorImgs .imagen:hover .nombre {
    transform: none;
}

.galeria .container .contenedorImgs .imagen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(transparent, #fff);
    transition: ease all 0.5s;
}

.galeria .container .contenedorImgs .imagen .nombre {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    transform: translateY(100%);
    text-shadow: -2px -2px 5px #1c1c1c;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
}

.fullPreview {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.9);
    z-index: 100;
}

.fullPreview.anim .wrapper .titulo {
    opacity: 0;
    transform: translateX(-100px);
    transition-delay: 0s;
}

.fullPreview.anim .wrapper img {
    opacity: 0;
    transform: translateX(100px);
}

.fullPreview.anim .wrapper .desc {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 0s;
}

.fullPreview .cerrarModal {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: ease all 0.3s;
}

.fullPreview .cerrarModal:hover {
    transform: rotate(90deg);
}

.fullPreview .cerrarModal:before,
.fullPreview .cerrarModal:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #1c1c1c;
}

.fullPreview .cerrarModal:before {
    transform: rotate(45deg);
}

.fullPreview .cerrarModal:after {
    transform: rotate(-45deg);
}

.fullPreview .wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 90%;
    height: 90%;
    position: relative;
}

.fullPreview .wrapper .blur {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(40px);
    transition: ease all 0.5s;
}

.fullPreview .wrapper .titulo {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    font-size: 100px;
    -webkit-text-stroke: 1px #fff;
    z-index: 1;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s 0.3s;
}

.fullPreview .wrapper img {
    max-width: 90%;
    max-height: 80%;
    position: relative;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
}

.fullPreview .wrapper .desc {
    width: 100%;
    max-width: 600px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    position: relative;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s 0.5s;
}

.fullPreview .controles {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.fullPreview .controles .control {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 50px;
    height: 30px;
    position: relative;
    cursor: pointer;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) all 0.5s;
}

.fullPreview .controles .control:hover {
    width: 70px;
}

.fullPreview .controles .control.av {
    margin-left: auto;
}

.fullPreview .controles .control.ret {
    margin: 10px 30px 0 0;
    transform: rotate(180deg);
}

.fullPreview .controles .control:before,
.fullPreview .controles .control:after {
    content: "";
    position: absolute;
}

.fullPreview .controles .control:before {
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #fff;
}

.fullPreview .controles .control:after {
    right: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-block-start: 15px;
    right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tp-custom-editor-active .tp-custom-popup-modal {
    background-color: initial
}

.dialog-type-alert .dialog-widget-content,
.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header,
.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

.dialog-type-alert .dialog-header:after,
.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end: var(--e-a-border);
    padding-block-end: 10px;
    margin-block-end: 10px;
    margin-inline-start: -20px;
    margin-inline-end: -20px
}

.dialog-type-alert .dialog-message,
.dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,
.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.tp-custom-button-state) .tp-custom-state-icon,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.tp-custom-button-state) .tp-custom-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
    border: 1px solid var(--e-a-color-txt-muted)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-success {
    background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-info,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-info {
    background-color: var(--e-a-btn-bg-info)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-info:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-info:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-info:hover {
    background-color: var(--e-a-btn-bg-info-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-warning {
    background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-danger {
    background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.tp-custom-button-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.tp-custom-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    margin-inline-end: 5px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.tp-custom-hidden {
    display: none
}

.tp-custom-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.tp-custom-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.tp-custom *,
.tp-custom :after,
.tp-custom :before {
    box-sizing: border-box
}

.tp-custom a {
    box-shadow: none;
    text-decoration: none
}

.tp-custom hr {
    margin: 0;
    background-color: transparent
}

.tp-custom img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.tp-custom .tp-custom-widget:not(.tp-custom-widget-text-editor):not(.tp-custom-widget-theme-post-content) figure {
    margin: 0
}

.tp-custom embed,
.tp-custom iframe,
.tp-custom object,
.tp-custom video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.tp-custom .tp-custom-background,
.tp-custom .tp-custom-background-holder,
.tp-custom .tp-custom-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.tp-custom .tp-custom-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.tp-custom .tp-custom-background-video-container.tp-custom-loading {
    opacity: 0
}

.tp-custom .tp-custom-background-video-embed {
    max-width: none
}

.tp-custom .tp-custom-background-video,
.tp-custom .tp-custom-background-video-embed,
.tp-custom .tp-custom-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.tp-custom .tp-custom-background-video {
    max-width: none
}

.tp-custom .tp-custom-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.tp-custom .tp-custom-background-overlay,
.tp-custom .tp-custom-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.tp-custom .tp-custom-background-slideshow {
    z-index: 0
}

.tp-custom .tp-custom-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.tp-custom-element.tp-custom-absolute,
.e-con>.tp-custom-element.tp-custom-absolute,
.tp-custom-widget-wrap>.tp-custom-element.tp-custom-absolute {
    position: absolute
}

.e-con-inner>.tp-custom-element.tp-custom-fixed,
.e-con>.tp-custom-element.tp-custom-fixed,
.tp-custom-widget-wrap>.tp-custom-element.tp-custom-fixed {
    position: fixed
}

.tp-custom-widget-wrap .tp-custom-element.tp-custom-widget__width-auto,
.tp-custom-widget-wrap .tp-custom-element.tp-custom-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .tp-custom-widget-wrap .tp-custom-element.tp-custom-widget-tablet__width-auto,
    .tp-custom-widget-wrap .tp-custom-element.tp-custom-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .tp-custom-widget-wrap .tp-custom-element.tp-custom-widget-mobile__width-auto,
    .tp-custom-widget-wrap .tp-custom-element.tp-custom-widget-mobile__width-initial {
        max-width: 100%
    }
}

.tp-custom-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.tp-custom-element.tp-custom-absolute,
.tp-custom-element.tp-custom-fixed {
    z-index: 1
}

.tp-custom-element:where(.e-con-full, .tp-custom-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.tp-custom-invisible {
    visibility: hidden
}

.tp-custom-align-center {
    text-align: center
}

.tp-custom-align-center .tp-custom-button {
    width: auto
}

.tp-custom-align-right {
    text-align: right
}

.tp-custom-align-right .tp-custom-button {
    width: auto
}

.tp-custom-align-left {
    text-align: left
}

.tp-custom-align-left .tp-custom-button {
    width: auto
}

.tp-custom-align-justify .tp-custom-button {
    width: 100%
}

.tp-custom-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.tp-custom-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.tp-custom-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.tp-custom-custom-embed-play i,
.tp-custom-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.tp-custom-custom-embed-play.tp-custom-playing i {
    font-family: eicons
}

.tp-custom-custom-embed-play.tp-custom-playing i:before {
    content: "\e8fb"
}

.tp-custom-custom-embed-play.tp-custom-playing i,
.tp-custom-custom-embed-play.tp-custom-playing svg {
    animation: eicon-spin 2s linear infinite
}

.tp-custom-tag {
    display: inline-flex
}

.tp-custom-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.tp-custom-ken-burns--out {
    transform: scale(1.3)
}

.tp-custom-ken-burns--active {
    transition-duration: 20s
}

.tp-custom-ken-burns--active.tp-custom-ken-burns--out {
    transform: scale(1)
}

.tp-custom-ken-burns--active.tp-custom-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:2400px) {
    .tp-custom-widescreen-align-center {
        text-align: center
    }

    .tp-custom-widescreen-align-center .tp-custom-button {
        width: auto
    }

    .tp-custom-widescreen-align-right {
        text-align: right
    }

    .tp-custom-widescreen-align-right .tp-custom-button {
        width: auto
    }

    .tp-custom-widescreen-align-left {
        text-align: left
    }

    .tp-custom-widescreen-align-left .tp-custom-button {
        width: auto
    }

    .tp-custom-widescreen-align-justify .tp-custom-button {
        width: 100%
    }
}

@media (max-width:1366px) {
    .tp-custom-laptop-align-center {
        text-align: center
    }

    .tp-custom-laptop-align-center .tp-custom-button {
        width: auto
    }

    .tp-custom-laptop-align-right {
        text-align: right
    }

    .tp-custom-laptop-align-right .tp-custom-button {
        width: auto
    }

    .tp-custom-laptop-align-left {
        text-align: left
    }

    .tp-custom-laptop-align-left .tp-custom-button {
        width: auto
    }

    .tp-custom-laptop-align-justify .tp-custom-button {
        width: 100%
    }
}

@media (max-width:1200px) {
    .tp-custom-tablet_extra-align-center {
        text-align: center
    }

    .tp-custom-tablet_extra-align-center .tp-custom-button {
        width: auto
    }

    .tp-custom-tablet_extra-align-right {
        text-align: right
    }

    .tp-custom-tablet_extra-align-right .tp-custom-button {
        width: auto
    }

    .tp-custom-tablet_extra-align-left {
        text-align: left
    }

    .tp-custom-tablet_extra-align-left .tp-custom-button {
        width: auto
    }

    .tp-custom-tablet_extra-align-justify .tp-custom-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .tp-custom-tablet-align-center {
        text-align: center
    }

    .tp-custom-tablet-align-center .tp-custom-button {
        width: auto
    }

    .tp-custom-tablet-align-right {
        text-align: right
    }

    .tp-custom-tablet-align-right .tp-custom-button {
        width: auto
    }

    .tp-custom-tablet-align-left {
        text-align: left
    }

    .tp-custom-tablet-align-left .tp-custom-button {
        width: auto
    }

    .tp-custom-tablet-align-justify .tp-custom-button {
        width: 100%
    }
}

@media (max-width:880px) {
    .tp-custom-mobile_extra-align-center {
        text-align: center
    }

    .tp-custom-mobile_extra-align-center .tp-custom-button {
        width: auto
    }

    .tp-custom-mobile_extra-align-right {
        text-align: right
    }

    .tp-custom-mobile_extra-align-right .tp-custom-button {
        width: auto
    }

    .tp-custom-mobile_extra-align-left {
        text-align: left
    }

    .tp-custom-mobile_extra-align-left .tp-custom-button {
        width: auto
    }

    .tp-custom-mobile_extra-align-justify .tp-custom-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .tp-custom-mobile-align-center {
        text-align: center
    }

    .tp-custom-mobile-align-center .tp-custom-button {
        width: auto
    }

    .tp-custom-mobile-align-right {
        text-align: right
    }

    .tp-custom-mobile-align-right .tp-custom-button {
        width: auto
    }

    .tp-custom-mobile-align-left {
        text-align: left
    }

    .tp-custom-mobile-align-left .tp-custom-button {
        width: auto
    }

    .tp-custom-mobile-align-justify .tp-custom-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.tp-custom-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.tp-custom-section {
    position: relative
}

.tp-custom-section .tp-custom-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .tp-custom-section .tp-custom-container {
        flex-wrap: wrap
    }
}

.tp-custom-section.tp-custom-section-boxed>.tp-custom-container {
    max-width: 1140px
}

.tp-custom-section.tp-custom-section-stretched {
    position: relative;
    width: 100%
}

.tp-custom-section.tp-custom-section-items-top>.tp-custom-container {
    align-items: flex-start
}

.tp-custom-section.tp-custom-section-items-middle>.tp-custom-container {
    align-items: center
}

.tp-custom-section.tp-custom-section-items-bottom>.tp-custom-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .tp-custom-section.tp-custom-section-height-full {
        height: 100vh
    }

    .tp-custom-section.tp-custom-section-height-full>.tp-custom-container {
        height: 100%
    }
}

.tp-custom-bc-flex-widget .tp-custom-section-content-top>.tp-custom-container>.tp-custom-column>.tp-custom-widget-wrap {
    align-items: flex-start
}

.tp-custom-bc-flex-widget .tp-custom-section-content-middle>.tp-custom-container>.tp-custom-column>.tp-custom-widget-wrap {
    align-items: center
}

.tp-custom-bc-flex-widget .tp-custom-section-content-bottom>.tp-custom-container>.tp-custom-column>.tp-custom-widget-wrap {
    align-items: flex-end
}

.tp-custom-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .tp-custom-row {
        flex-wrap: wrap
    }
}

.tp-custom-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.tp-custom:not(.tp-custom-bc-flex-widget) .tp-custom-widget-wrap {
    display: flex
}

.tp-custom-widget-wrap>.tp-custom-element {
    width: 100%
}

.tp-custom-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.tp-custom-widget {
    position: relative
}

.tp-custom-widget:not(:last-child) {
    margin-bottom: 20px
}

.tp-custom-widget:not(:last-child).tp-custom-absolute,
.tp-custom-widget:not(:last-child).tp-custom-widget__width-auto,
.tp-custom-widget:not(:last-child).tp-custom-widget__width-initial {
    margin-bottom: 0
}

.tp-custom-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.tp-custom-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.tp-custom-column-gap-narrow>.tp-custom-column>.tp-custom-element-populated {
    padding: 5px
}

.tp-custom-column-gap-default>.tp-custom-column>.tp-custom-element-populated {
    padding: 10px
}

.tp-custom-column-gap-extended>.tp-custom-column>.tp-custom-element-populated {
    padding: 15px
}

.tp-custom-column-gap-wide>.tp-custom-column>.tp-custom-element-populated {
    padding: 20px
}

.tp-custom-column-gap-wider>.tp-custom-column>.tp-custom-element-populated {
    padding: 30px
}

.tp-custom-inner-section .tp-custom-column-gap-no .tp-custom-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .tp-custom-column.tp-custom-col-10,
    .tp-custom-column[data-col="10"] {
        width: 10%
    }

    .tp-custom-column.tp-custom-col-11,
    .tp-custom-column[data-col="11"] {
        width: 11.111%
    }

    .tp-custom-column.tp-custom-col-12,
    .tp-custom-column[data-col="12"] {
        width: 12.5%
    }

    .tp-custom-column.tp-custom-col-14,
    .tp-custom-column[data-col="14"] {
        width: 14.285%
    }

    .tp-custom-column.tp-custom-col-16,
    .tp-custom-column[data-col="16"] {
        width: 16.666%
    }

    .tp-custom-column.tp-custom-col-20,
    .tp-custom-column[data-col="20"] {
        width: 20%
    }

    .tp-custom-column.tp-custom-col-25,
    .tp-custom-column[data-col="25"] {
        width: 25%
    }

    .tp-custom-column.tp-custom-col-30,
    .tp-custom-column[data-col="30"] {
        width: 30%
    }

    .tp-custom-column.tp-custom-col-33,
    .tp-custom-column[data-col="33"] {
        width: 33.333%
    }

    .tp-custom-column.tp-custom-col-40,
    .tp-custom-column[data-col="40"] {
        width: 40%
    }

    .tp-custom-column.tp-custom-col-50,
    .tp-custom-column[data-col="50"] {
        width: 50%
    }

    .tp-custom-column.tp-custom-col-60,
    .tp-custom-column[data-col="60"] {
        width: 60%
    }

    .tp-custom-column.tp-custom-col-66,
    .tp-custom-column[data-col="66"] {
        width: 66.666%
    }

    .tp-custom-column.tp-custom-col-70,
    .tp-custom-column[data-col="70"] {
        width: 70%
    }

    .tp-custom-column.tp-custom-col-75,
    .tp-custom-column[data-col="75"] {
        width: 75%
    }

    .tp-custom-column.tp-custom-col-80,
    .tp-custom-column[data-col="80"] {
        width: 80%
    }

    .tp-custom-column.tp-custom-col-83,
    .tp-custom-column[data-col="83"] {
        width: 83.333%
    }

    .tp-custom-column.tp-custom-col-90,
    .tp-custom-column[data-col="90"] {
        width: 90%
    }

    .tp-custom-column.tp-custom-col-100,
    .tp-custom-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .tp-custom-column.tp-custom-xs-10 {
        width: 10%
    }

    .tp-custom-column.tp-custom-xs-11 {
        width: 11.111%
    }

    .tp-custom-column.tp-custom-xs-12 {
        width: 12.5%
    }

    .tp-custom-column.tp-custom-xs-14 {
        width: 14.285%
    }

    .tp-custom-column.tp-custom-xs-16 {
        width: 16.666%
    }

    .tp-custom-column.tp-custom-xs-20 {
        width: 20%
    }

    .tp-custom-column.tp-custom-xs-25 {
        width: 25%
    }

    .tp-custom-column.tp-custom-xs-30 {
        width: 30%
    }

    .tp-custom-column.tp-custom-xs-33 {
        width: 33.333%
    }

    .tp-custom-column.tp-custom-xs-40 {
        width: 40%
    }

    .tp-custom-column.tp-custom-xs-50 {
        width: 50%
    }

    .tp-custom-column.tp-custom-xs-60 {
        width: 60%
    }

    .tp-custom-column.tp-custom-xs-66 {
        width: 66.666%
    }

    .tp-custom-column.tp-custom-xs-70 {
        width: 70%
    }

    .tp-custom-column.tp-custom-xs-75 {
        width: 75%
    }

    .tp-custom-column.tp-custom-xs-80 {
        width: 80%
    }

    .tp-custom-column.tp-custom-xs-83 {
        width: 83.333%
    }

    .tp-custom-column.tp-custom-xs-90 {
        width: 90%
    }

    .tp-custom-column.tp-custom-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .tp-custom-column.tp-custom-sm-10 {
        width: 10%
    }

    .tp-custom-column.tp-custom-sm-11 {
        width: 11.111%
    }

    .tp-custom-column.tp-custom-sm-12 {
        width: 12.5%
    }

    .tp-custom-column.tp-custom-sm-14 {
        width: 14.285%
    }

    .tp-custom-column.tp-custom-sm-16 {
        width: 16.666%
    }

    .tp-custom-column.tp-custom-sm-20 {
        width: 20%
    }

    .tp-custom-column.tp-custom-sm-25 {
        width: 25%
    }

    .tp-custom-column.tp-custom-sm-30 {
        width: 30%
    }

    .tp-custom-column.tp-custom-sm-33 {
        width: 33.333%
    }

    .tp-custom-column.tp-custom-sm-40 {
        width: 40%
    }

    .tp-custom-column.tp-custom-sm-50 {
        width: 50%
    }

    .tp-custom-column.tp-custom-sm-60 {
        width: 60%
    }

    .tp-custom-column.tp-custom-sm-66 {
        width: 66.666%
    }

    .tp-custom-column.tp-custom-sm-70 {
        width: 70%
    }

    .tp-custom-column.tp-custom-sm-75 {
        width: 75%
    }

    .tp-custom-column.tp-custom-sm-80 {
        width: 80%
    }

    .tp-custom-column.tp-custom-sm-83 {
        width: 83.333%
    }

    .tp-custom-column.tp-custom-sm-90 {
        width: 90%
    }

    .tp-custom-column.tp-custom-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .tp-custom-column.tp-custom-md-10 {
        width: 10%
    }

    .tp-custom-column.tp-custom-md-11 {
        width: 11.111%
    }

    .tp-custom-column.tp-custom-md-12 {
        width: 12.5%
    }

    .tp-custom-column.tp-custom-md-14 {
        width: 14.285%
    }

    .tp-custom-column.tp-custom-md-16 {
        width: 16.666%
    }

    .tp-custom-column.tp-custom-md-20 {
        width: 20%
    }

    .tp-custom-column.tp-custom-md-25 {
        width: 25%
    }

    .tp-custom-column.tp-custom-md-30 {
        width: 30%
    }

    .tp-custom-column.tp-custom-md-33 {
        width: 33.333%
    }

    .tp-custom-column.tp-custom-md-40 {
        width: 40%
    }

    .tp-custom-column.tp-custom-md-50 {
        width: 50%
    }

    .tp-custom-column.tp-custom-md-60 {
        width: 60%
    }

    .tp-custom-column.tp-custom-md-66 {
        width: 66.666%
    }

    .tp-custom-column.tp-custom-md-70 {
        width: 70%
    }

    .tp-custom-column.tp-custom-md-75 {
        width: 75%
    }

    .tp-custom-column.tp-custom-md-80 {
        width: 80%
    }

    .tp-custom-column.tp-custom-md-83 {
        width: 83.333%
    }

    .tp-custom-column.tp-custom-md-90 {
        width: 90%
    }

    .tp-custom-column.tp-custom-md-100 {
        width: 100%
    }
}

@media (min-width:2400px) {
    .tp-custom-reverse-widescreen>.tp-custom-container>:first-child {
        order: 10
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(2) {
        order: 9
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(3) {
        order: 8
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(4) {
        order: 7
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(5) {
        order: 6
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(6) {
        order: 5
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(7) {
        order: 4
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(8) {
        order: 3
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(9) {
        order: 2
    }

    .tp-custom-reverse-widescreen>.tp-custom-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:1366px) {
    .tp-custom-reverse-laptop>.tp-custom-container>:first-child {
        order: 10
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(2) {
        order: 9
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(3) {
        order: 8
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(4) {
        order: 7
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(5) {
        order: 6
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(6) {
        order: 5
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(7) {
        order: 4
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(8) {
        order: 3
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(9) {
        order: 2
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1201px) and (max-width:1366px) {
    .tp-custom-reverse-laptop>.tp-custom-container>:first-child {
        order: 10
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(2) {
        order: 9
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(3) {
        order: 8
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(4) {
        order: 7
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(5) {
        order: 6
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(6) {
        order: 5
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(7) {
        order: 4
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(8) {
        order: 3
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(9) {
        order: 2
    }

    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:1200px) {

    .tp-custom-reverse-laptop>.tp-custom-container>:first-child,
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(2),
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(3),
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(4),
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(5),
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(6),
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(7),
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(8),
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(9),
    .tp-custom-reverse-laptop>.tp-custom-container>:nth-child(10) {
        order: 0
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:first-child {
        order: 10
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(2) {
        order: 9
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(3) {
        order: 8
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(4) {
        order: 7
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(5) {
        order: 6
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(6) {
        order: 5
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(7) {
        order: 4
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(8) {
        order: 3
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(9) {
        order: 2
    }

    .tp-custom-reverse-tablet_extra>.tp-custom-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .tp-custom-reverse-tablet>.tp-custom-container>:first-child {
        order: 10
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(2) {
        order: 9
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(3) {
        order: 8
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(4) {
        order: 7
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(5) {
        order: 6
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(6) {
        order: 5
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(7) {
        order: 4
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(8) {
        order: 3
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(9) {
        order: 2
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:881px) and (max-width:1024px) {
    .tp-custom-reverse-tablet>.tp-custom-container>:first-child {
        order: 10
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(2) {
        order: 9
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(3) {
        order: 8
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(4) {
        order: 7
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(5) {
        order: 6
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(6) {
        order: 5
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(7) {
        order: 4
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(8) {
        order: 3
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(9) {
        order: 2
    }

    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:880px) {

    .tp-custom-reverse-tablet>.tp-custom-container>:first-child,
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(2),
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(3),
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(4),
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(5),
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(6),
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(7),
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(8),
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(9),
    .tp-custom-reverse-tablet>.tp-custom-container>:nth-child(10) {
        order: 0
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:first-child {
        order: 10
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(2) {
        order: 9
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(3) {
        order: 8
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(4) {
        order: 7
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(5) {
        order: 6
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(6) {
        order: 5
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(7) {
        order: 4
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(8) {
        order: 3
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(9) {
        order: 2
    }

    .tp-custom-reverse-mobile_extra>.tp-custom-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .tp-custom-reverse-mobile>.tp-custom-container>:first-child {
        order: 10
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(2) {
        order: 9
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(3) {
        order: 8
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(4) {
        order: 7
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(5) {
        order: 6
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(6) {
        order: 5
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(7) {
        order: 4
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(8) {
        order: 3
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(9) {
        order: 2
    }

    .tp-custom-reverse-mobile>.tp-custom-container>:nth-child(10) {
        order: 1
    }

    .tp-custom-column {
        width: 100%
    }
}

ul.tp-custom-icon-list-items.tp-custom-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.tp-custom-icon-list-items.tp-custom-inline-items .tp-custom-inline-item {
    word-break: break-word
}

.tp-custom-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.tp-custom-grid .tp-custom-grid-item {
    min-width: 0
}

.tp-custom-grid-0 .tp-custom-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.tp-custom-grid-0 .tp-custom-grid .tp-custom-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.tp-custom-grid-1 .tp-custom-grid {
    grid-template-columns: repeat(1, 1fr)
}

.tp-custom-grid-2 .tp-custom-grid {
    grid-template-columns: repeat(2, 1fr)
}

.tp-custom-grid-3 .tp-custom-grid {
    grid-template-columns: repeat(3, 1fr)
}

.tp-custom-grid-4 .tp-custom-grid {
    grid-template-columns: repeat(4, 1fr)
}

.tp-custom-grid-5 .tp-custom-grid {
    grid-template-columns: repeat(5, 1fr)
}

.tp-custom-grid-6 .tp-custom-grid {
    grid-template-columns: repeat(6, 1fr)
}

.tp-custom-grid-7 .tp-custom-grid {
    grid-template-columns: repeat(7, 1fr)
}

.tp-custom-grid-8 .tp-custom-grid {
    grid-template-columns: repeat(8, 1fr)
}

.tp-custom-grid-9 .tp-custom-grid {
    grid-template-columns: repeat(9, 1fr)
}

.tp-custom-grid-10 .tp-custom-grid {
    grid-template-columns: repeat(10, 1fr)
}

.tp-custom-grid-11 .tp-custom-grid {
    grid-template-columns: repeat(11, 1fr)
}

.tp-custom-grid-12 .tp-custom-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:2400px) {
    .tp-custom-grid-widescreen-0 .tp-custom-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .tp-custom-grid-widescreen-0 .tp-custom-grid .tp-custom-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .tp-custom-grid-widescreen-1 .tp-custom-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .tp-custom-grid-widescreen-2 .tp-custom-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .tp-custom-grid-widescreen-3 .tp-custom-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .tp-custom-grid-widescreen-4 .tp-custom-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .tp-custom-grid-widescreen-5 .tp-custom-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .tp-custom-grid-widescreen-6 .tp-custom-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .tp-custom-grid-widescreen-7 .tp-custom-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .tp-custom-grid-widescreen-8 .tp-custom-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .tp-custom-grid-widescreen-9 .tp-custom-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .tp-custom-grid-widescreen-10 .tp-custom-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .tp-custom-grid-widescreen-11 .tp-custom-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .tp-custom-grid-widescreen-12 .tp-custom-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1366px) {
    .tp-custom-grid-laptop-0 .tp-custom-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .tp-custom-grid-laptop-0 .tp-custom-grid .tp-custom-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .tp-custom-grid-laptop-1 .tp-custom-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .tp-custom-grid-laptop-2 .tp-custom-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .tp-custom-grid-laptop-3 .tp-custom-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .tp-custom-grid-laptop-4 .tp-custom-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .tp-custom-grid-laptop-5 .tp-custom-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .tp-custom-grid-laptop-6 .tp-custom-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .tp-custom-grid-laptop-7 .tp-custom-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .tp-custom-grid-laptop-8 .tp-custom-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .tp-custom-grid-laptop-9 .tp-custom-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .tp-custom-grid-laptop-10 .tp-custom-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .tp-custom-grid-laptop-11 .tp-custom-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .tp-custom-grid-laptop-12 .tp-custom-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1200px) {
    .tp-custom-grid-tablet_extra-0 .tp-custom-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .tp-custom-grid-tablet_extra-0 .tp-custom-grid .tp-custom-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .tp-custom-grid-tablet_extra-1 .tp-custom-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .tp-custom-grid-tablet_extra-2 .tp-custom-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .tp-custom-grid-tablet_extra-3 .tp-custom-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .tp-custom-grid-tablet_extra-4 .tp-custom-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .tp-custom-grid-tablet_extra-5 .tp-custom-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .tp-custom-grid-tablet_extra-6 .tp-custom-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .tp-custom-grid-tablet_extra-7 .tp-custom-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .tp-custom-grid-tablet_extra-8 .tp-custom-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .tp-custom-grid-tablet_extra-9 .tp-custom-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .tp-custom-grid-tablet_extra-10 .tp-custom-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .tp-custom-grid-tablet_extra-11 .tp-custom-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .tp-custom-grid-tablet_extra-12 .tp-custom-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .tp-custom-grid-tablet-0 .tp-custom-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .tp-custom-grid-tablet-0 .tp-custom-grid .tp-custom-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .tp-custom-grid-tablet-1 .tp-custom-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .tp-custom-grid-tablet-2 .tp-custom-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .tp-custom-grid-tablet-3 .tp-custom-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .tp-custom-grid-tablet-4 .tp-custom-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .tp-custom-grid-tablet-5 .tp-custom-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .tp-custom-grid-tablet-6 .tp-custom-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .tp-custom-grid-tablet-7 .tp-custom-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .tp-custom-grid-tablet-8 .tp-custom-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .tp-custom-grid-tablet-9 .tp-custom-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .tp-custom-grid-tablet-10 .tp-custom-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .tp-custom-grid-tablet-11 .tp-custom-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .tp-custom-grid-tablet-12 .tp-custom-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:880px) {
    .tp-custom-grid-mobile_extra-0 .tp-custom-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .tp-custom-grid-mobile_extra-0 .tp-custom-grid .tp-custom-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .tp-custom-grid-mobile_extra-1 .tp-custom-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .tp-custom-grid-mobile_extra-2 .tp-custom-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .tp-custom-grid-mobile_extra-3 .tp-custom-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .tp-custom-grid-mobile_extra-4 .tp-custom-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .tp-custom-grid-mobile_extra-5 .tp-custom-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .tp-custom-grid-mobile_extra-6 .tp-custom-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .tp-custom-grid-mobile_extra-7 .tp-custom-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .tp-custom-grid-mobile_extra-8 .tp-custom-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .tp-custom-grid-mobile_extra-9 .tp-custom-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .tp-custom-grid-mobile_extra-10 .tp-custom-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .tp-custom-grid-mobile_extra-11 .tp-custom-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .tp-custom-grid-mobile_extra-12 .tp-custom-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .tp-custom-grid-mobile-0 .tp-custom-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .tp-custom-grid-mobile-0 .tp-custom-grid .tp-custom-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .tp-custom-grid-mobile-1 .tp-custom-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .tp-custom-grid-mobile-2 .tp-custom-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .tp-custom-grid-mobile-3 .tp-custom-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .tp-custom-grid-mobile-4 .tp-custom-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .tp-custom-grid-mobile-5 .tp-custom-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .tp-custom-grid-mobile-6 .tp-custom-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .tp-custom-grid-mobile-7 .tp-custom-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .tp-custom-grid-mobile-8 .tp-custom-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .tp-custom-grid-mobile-9 .tp-custom-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .tp-custom-grid-mobile-10 .tp-custom-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .tp-custom-grid-mobile-11 .tp-custom-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .tp-custom-grid-mobile-12 .tp-custom-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1367px) {
    #tp-custom-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:2400px) {
    #tp-custom-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:1366px) {
    #tp-custom-device-mode:after {
        content: "laptop"
    }
}

@media (max-width:1200px) {
    #tp-custom-device-mode:after {
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #tp-custom-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:880px) {
    #tp-custom-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #tp-custom-device-mode:after {
        content: "mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-block-start-width: 0px;
    --border-inline-end-width: 0px;
    --border-block-end-width: 0px;
    --border-inline-start-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-block-start: 0px;
    --margin-inline-end: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --padding-block-start: var(--container-default-padding-block-start, 10px);
    --padding-inline-end: var(--container-default-padding-inline-end, 10px);
    --padding-block-end: var(--container-default-padding-block-end, 10px);
    --padding-inline-start: var(--container-default-padding-inline-start, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin-block-start: var(--bc-margin-block-start, var(--margin-block-start));
    margin-inline-end: var(--bc-margin-inline-end, var(--margin-inline-end));
    margin-block-end: var(--bc-margin-block-end, var(--margin-block-end));
    margin-inline-start: var(--bc-margin-inline-start, var(--margin-inline-start));
    padding-inline-start: var(--bc-padding-inline-start, var(--padding-inline-start));
    padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end));
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start: var(--bc-padding-block-start, var(--padding-block-start));
    padding-block-end: var(--bc-padding-block-end, var(--padding-block-end))
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%
}

:is(.tp-custom-section-wrap, [data-tp-custom-id])>.e-con {
    --margin-inline-end: auto;
    --margin-inline-start: auto;
    max-width: min(100%, var(--width))
}

.e-con .tp-custom-widget.tp-custom-widget {
    margin-block-end: 0
}

.e-con:before,
.e-con>.tp-custom-background-slideshow:before,
.e-con>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.tp-custom-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
    height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.tp-custom-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.tp-custom-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
    height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.tp-custom-background-video-container.tp-custom-hidden-phone {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.tp-custom-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.tp-custom-background-slideshow:before {
    z-index: 2
}

.e-con .tp-custom-widget {
    min-width: 0
}

.e-con .tp-custom-widget-empty,
.e-con .tp-custom-widget-google_maps,
.e-con .tp-custom-widget-video,
.e-con .tp-custom-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.tp-custom-widget>.tp-custom-widget-container,
.e-con>.tp-custom-widget>.tp-custom-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.tp-custom-widget,
.tp-custom.tp-custom .e-con>.tp-custom-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: wrap
    }
}

.e-con {
    --bc-margin-block-start: var(--margin-top);
    --bc-margin-block-end: var(--margin-bottom);
    --bc-margin-inline-start: var(--margin-left);
    --bc-margin-inline-end: var(--margin-right);
    --bc-padding-block-start: var(--padding-top);
    --bc-padding-block-end: var(--padding-bottom);
    --bc-padding-inline-start: var(--padding-left);
    --bc-padding-inline-end: var(--padding-right)
}

[dir=rtl] .e-con {
    --bc-margin-inline-start: var(--margin-right);
    --bc-margin-inline-end: var(--margin-left);
    --bc-padding-inline-start: var(--padding-right);
    --bc-padding-inline-end: var(--padding-left)
}

.tp-custom-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.tp-custom-form-fields-wrapper.tp-custom-labels-above .tp-custom-field-group .tp-custom-field-subgroup,
.tp-custom-form-fields-wrapper.tp-custom-labels-above .tp-custom-field-group>.tp-custom-select-wrapper,
.tp-custom-form-fields-wrapper.tp-custom-labels-above .tp-custom-field-group>input,
.tp-custom-form-fields-wrapper.tp-custom-labels-above .tp-custom-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.tp-custom-form-fields-wrapper.tp-custom-labels-inline>.tp-custom-field-group .tp-custom-select-wrapper,
.tp-custom-form-fields-wrapper.tp-custom-labels-inline>.tp-custom-field-group>input {
    flex-grow: 1
}

.tp-custom-field-group {
    flex-wrap: wrap;
    align-items: center
}

.tp-custom-field-group.tp-custom-field-type-submit {
    align-items: flex-end
}

.tp-custom-field-group .tp-custom-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.tp-custom-field-group .tp-custom-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.tp-custom-field-group .tp-custom-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.tp-custom-field-group .tp-custom-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.tp-custom-field-group .tp-custom-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.tp-custom-field-group .tp-custom-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-right: 20px
}

.tp-custom-field-group .tp-custom-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.tp-custom-field-group.tp-custom-field-type-select-multiple .tp-custom-select-wrapper:before {
    content: ""
}

.tp-custom-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.tp-custom-field-subgroup .tp-custom-field-option label {
    display: inline-block
}

.tp-custom-field-subgroup.tp-custom-subgroup-inline .tp-custom-field-option {
    padding-right: 10px
}

.tp-custom-field-subgroup:not(.tp-custom-subgroup-inline) .tp-custom-field-option {
    flex-basis: 100%
}

.tp-custom-field-type-acceptance .tp-custom-field-subgroup .tp-custom-field-option input,
.tp-custom-field-type-acceptance .tp-custom-field-subgroup .tp-custom-field-option label,
.tp-custom-field-type-checkbox .tp-custom-field-subgroup .tp-custom-field-option input,
.tp-custom-field-type-checkbox .tp-custom-field-subgroup .tp-custom-field-option label,
.tp-custom-field-type-radio .tp-custom-field-subgroup .tp-custom-field-option input,
.tp-custom-field-type-radio .tp-custom-field-subgroup .tp-custom-field-option label {
    display: inline
}

.tp-custom-field-label {
    cursor: pointer
}

.tp-custom-mark-required .tp-custom-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.tp-custom-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.tp-custom-field-textual.tp-custom-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.tp-custom-field-textual.tp-custom-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.tp-custom-field-textual.tp-custom-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.tp-custom-field-textual.tp-custom-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.tp-custom-button-align-stretch .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button {
    flex-basis: 100%
}

.tp-custom-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.tp-custom-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.tp-custom-button-align-center .e-form__buttons,
.tp-custom-button-align-center .tp-custom-field-type-submit {
    justify-content: center
}

.tp-custom-button-align-start .e-form__buttons,
.tp-custom-button-align-start .tp-custom-field-type-submit {
    justify-content: flex-start
}

.tp-custom-button-align-end .e-form__buttons,
.tp-custom-button-align-end .tp-custom-field-type-submit {
    justify-content: flex-end
}

.tp-custom-button-align-center .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button,
.tp-custom-button-align-end .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button,
.tp-custom-button-align-start .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button {
    flex-basis: auto
}

.tp-custom-button-align-center .e-form__buttons__wrapper,
.tp-custom-button-align-end .e-form__buttons__wrapper,
.tp-custom-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.tp-custom-button-align-center .e-form__buttons__wrapper,
.tp-custom-button-align-center .e-form__buttons__wrapper__button,
.tp-custom-button-align-end .e-form__buttons__wrapper,
.tp-custom-button-align-end .e-form__buttons__wrapper__button,
.tp-custom-button-align-start .e-form__buttons__wrapper,
.tp-custom-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .tp-custom-tablet-button-align-stretch .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button {
        flex-basis: 100%
    }

    .tp-custom-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .tp-custom-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .tp-custom-tablet-button-align-center .e-form__buttons,
    .tp-custom-tablet-button-align-center .tp-custom-field-type-submit {
        justify-content: center
    }

    .tp-custom-tablet-button-align-start .e-form__buttons,
    .tp-custom-tablet-button-align-start .tp-custom-field-type-submit {
        justify-content: flex-start
    }

    .tp-custom-tablet-button-align-end .e-form__buttons,
    .tp-custom-tablet-button-align-end .tp-custom-field-type-submit {
        justify-content: flex-end
    }

    .tp-custom-tablet-button-align-center .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button,
    .tp-custom-tablet-button-align-end .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button,
    .tp-custom-tablet-button-align-start .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button {
        flex-basis: auto
    }

    .tp-custom-tablet-button-align-center .e-form__buttons__wrapper,
    .tp-custom-tablet-button-align-end .e-form__buttons__wrapper,
    .tp-custom-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .tp-custom-tablet-button-align-center .e-form__buttons__wrapper,
    .tp-custom-tablet-button-align-center .e-form__buttons__wrapper__button,
    .tp-custom-tablet-button-align-end .e-form__buttons__wrapper,
    .tp-custom-tablet-button-align-end .e-form__buttons__wrapper__button,
    .tp-custom-tablet-button-align-start .e-form__buttons__wrapper,
    .tp-custom-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .tp-custom-mobile-button-align-stretch .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button {
        flex-basis: 100%
    }

    .tp-custom-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .tp-custom-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .tp-custom-mobile-button-align-center .e-form__buttons,
    .tp-custom-mobile-button-align-center .tp-custom-field-type-submit {
        justify-content: center
    }

    .tp-custom-mobile-button-align-start .e-form__buttons,
    .tp-custom-mobile-button-align-start .tp-custom-field-type-submit {
        justify-content: flex-start
    }

    .tp-custom-mobile-button-align-end .e-form__buttons,
    .tp-custom-mobile-button-align-end .tp-custom-field-type-submit {
        justify-content: flex-end
    }

    .tp-custom-mobile-button-align-center .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button,
    .tp-custom-mobile-button-align-end .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button,
    .tp-custom-mobile-button-align-start .tp-custom-field-type-submit:not(.e-form__buttons__wrapper) .tp-custom-button {
        flex-basis: auto
    }

    .tp-custom-mobile-button-align-center .e-form__buttons__wrapper,
    .tp-custom-mobile-button-align-end .e-form__buttons__wrapper,
    .tp-custom-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .tp-custom-mobile-button-align-center .e-form__buttons__wrapper,
    .tp-custom-mobile-button-align-center .e-form__buttons__wrapper__button,
    .tp-custom-mobile-button-align-end .e-form__buttons__wrapper,
    .tp-custom-mobile-button-align-end .e-form__buttons__wrapper__button,
    .tp-custom-mobile-button-align-start .e-form__buttons__wrapper,
    .tp-custom-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.tp-custom-error .tp-custom-field {
    border-color: #d9534f
}

.tp-custom-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.tp-custom-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.tp-custom-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.tp-custom-message.tp-custom-message-danger {
    color: #d9534f
}

.tp-custom-message.tp-custom-message-danger:before {
    content: "\e87f"
}

.tp-custom-message.form-message-success {
    color: #5cb85c
}

.tp-custom-form .tp-custom-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.tp-custom-form .tp-custom-button>span {
    display: flex;
    justify-content: center
}

.tp-custom-form .tp-custom-button.tp-custom-size-xs {
    min-height: 33px
}

.tp-custom-form .tp-custom-button.tp-custom-size-sm {
    min-height: 40px
}

.tp-custom-form .tp-custom-button.tp-custom-size-md {
    min-height: 47px
}

.tp-custom-form .tp-custom-button.tp-custom-size-lg {
    min-height: 59px
}

.tp-custom-form .tp-custom-button.tp-custom-size-xl {
    min-height: 72px
}

.tp-custom-element .tp-custom-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.tp-custom-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.tp-custom-button:focus,
.tp-custom-button:hover,
.tp-custom-button:visited {
    color: #fff
}

.tp-custom-button-content-wrapper {
    display: flex;
    justify-content: center
}

.tp-custom-button-icon {
    flex-grow: 0;
    order: 5
}

.tp-custom-button-icon svg {
    width: 1em;
    height: auto
}

.tp-custom-button-icon .e-font-icon-svg {
    height: 1em
}

.tp-custom-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.tp-custom-button.tp-custom-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.tp-custom-button.tp-custom-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.tp-custom-button.tp-custom-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.tp-custom-button.tp-custom-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.tp-custom-button .tp-custom-align-icon-right {
    margin-left: 5px;
    order: 15
}

.tp-custom-button .tp-custom-align-icon-left {
    margin-right: 5px;
    order: 5
}

.tp-custom-button span {
    text-decoration: inherit
}

.tp-custom-element.tp-custom-button-info .tp-custom-button {
    background-color: #5bc0de
}

.tp-custom-element.tp-custom-button-success .tp-custom-button {
    background-color: #5cb85c
}

.tp-custom-element.tp-custom-button-warning .tp-custom-button {
    background-color: #f0ad4e
}

.tp-custom-element.tp-custom-button-danger .tp-custom-button {
    background-color: #d9534f
}

.tp-custom-widget-button .tp-custom-button .tp-custom-button-info {
    background-color: #5bc0de
}

.tp-custom-widget-button .tp-custom-button .tp-custom-button-success {
    background-color: #5cb85c
}

.tp-custom-widget-button .tp-custom-button .tp-custom-button-warning {
    background-color: #f0ad4e
}

.tp-custom-widget-button .tp-custom-button .tp-custom-button-danger {
    background-color: #d9534f
}

.tp-custom-tab-title a {
    color: inherit
}

.tp-custom-view-stacked .tp-custom-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.tp-custom-view-framed .tp-custom-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.tp-custom-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.tp-custom-icon:hover {
    color: #69727d
}

.tp-custom-icon i,
.tp-custom-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.tp-custom-icon i:before,
.tp-custom-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.tp-custom-icon i.fad {
    width: auto
}

.tp-custom-shape-circle .tp-custom-icon {
    border-radius: 50%
}

.e-transform .tp-custom-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.tp-custom-element,
.tp-custom-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.tp-custom-element .swiper-container .swiper-slide figure,
.tp-custom-element .swiper .swiper-slide figure,
.tp-custom-lightbox .swiper-container .swiper-slide figure,
.tp-custom-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.tp-custom-element .swiper-container .tp-custom-lightbox-content-source,
.tp-custom-element .swiper .tp-custom-lightbox-content-source,
.tp-custom-lightbox .swiper-container .tp-custom-lightbox-content-source,
.tp-custom-lightbox .swiper .tp-custom-lightbox-content-source {
    display: none
}

.tp-custom-element .swiper-container .tp-custom-swiper-button,
.tp-custom-element .swiper-container~.tp-custom-swiper-button,
.tp-custom-element .swiper .tp-custom-swiper-button,
.tp-custom-element .swiper~.tp-custom-swiper-button,
.tp-custom-lightbox .swiper-container .tp-custom-swiper-button,
.tp-custom-lightbox .swiper-container~.tp-custom-swiper-button,
.tp-custom-lightbox .swiper .tp-custom-swiper-button,
.tp-custom-lightbox .swiper~.tp-custom-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.tp-custom-element .swiper-container .tp-custom-swiper-button svg,
.tp-custom-element .swiper-container~.tp-custom-swiper-button svg,
.tp-custom-element .swiper .tp-custom-swiper-button svg,
.tp-custom-element .swiper~.tp-custom-swiper-button svg,
.tp-custom-lightbox .swiper-container .tp-custom-swiper-button svg,
.tp-custom-lightbox .swiper-container~.tp-custom-swiper-button svg,
.tp-custom-lightbox .swiper .tp-custom-swiper-button svg,
.tp-custom-lightbox .swiper~.tp-custom-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.tp-custom-element .swiper-container .tp-custom-swiper-button-prev,
.tp-custom-element .swiper-container~.tp-custom-swiper-button-prev,
.tp-custom-element .swiper .tp-custom-swiper-button-prev,
.tp-custom-element .swiper~.tp-custom-swiper-button-prev,
.tp-custom-lightbox .swiper-container .tp-custom-swiper-button-prev,
.tp-custom-lightbox .swiper-container~.tp-custom-swiper-button-prev,
.tp-custom-lightbox .swiper .tp-custom-swiper-button-prev,
.tp-custom-lightbox .swiper~.tp-custom-swiper-button-prev {
    left: 10px
}

.tp-custom-element .swiper-container .tp-custom-swiper-button-next,
.tp-custom-element .swiper-container~.tp-custom-swiper-button-next,
.tp-custom-element .swiper .tp-custom-swiper-button-next,
.tp-custom-element .swiper~.tp-custom-swiper-button-next,
.tp-custom-lightbox .swiper-container .tp-custom-swiper-button-next,
.tp-custom-lightbox .swiper-container~.tp-custom-swiper-button-next,
.tp-custom-lightbox .swiper .tp-custom-swiper-button-next,
.tp-custom-lightbox .swiper~.tp-custom-swiper-button-next {
    right: 10px
}

.tp-custom-element .swiper-container .tp-custom-swiper-button.swiper-button-disabled,
.tp-custom-element .swiper-container~.tp-custom-swiper-button.swiper-button-disabled,
.tp-custom-element .swiper .tp-custom-swiper-button.swiper-button-disabled,
.tp-custom-element .swiper~.tp-custom-swiper-button.swiper-button-disabled,
.tp-custom-lightbox .swiper-container .tp-custom-swiper-button.swiper-button-disabled,
.tp-custom-lightbox .swiper-container~.tp-custom-swiper-button.swiper-button-disabled,
.tp-custom-lightbox .swiper .tp-custom-swiper-button.swiper-button-disabled,
.tp-custom-lightbox .swiper~.tp-custom-swiper-button.swiper-button-disabled {
    opacity: .3
}

.tp-custom-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.tp-custom-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.tp-custom-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.tp-custom-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.tp-custom-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.tp-custom-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.tp-custom-element .swiper-container .swiper-pagination-custom,
.tp-custom-element .swiper-container .swiper-pagination-fraction,
.tp-custom-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.tp-custom-element .swiper-container~.swiper-pagination-custom,
.tp-custom-element .swiper-container~.swiper-pagination-fraction,
.tp-custom-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.tp-custom-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.tp-custom-element .swiper .swiper-pagination-custom,
.tp-custom-element .swiper .swiper-pagination-fraction,
.tp-custom-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.tp-custom-element .swiper~.swiper-pagination-custom,
.tp-custom-element .swiper~.swiper-pagination-fraction,
.tp-custom-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.tp-custom-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.tp-custom-lightbox .swiper-container .swiper-pagination-custom,
.tp-custom-lightbox .swiper-container .swiper-pagination-fraction,
.tp-custom-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.tp-custom-lightbox .swiper-container~.swiper-pagination-custom,
.tp-custom-lightbox .swiper-container~.swiper-pagination-fraction,
.tp-custom-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.tp-custom-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.tp-custom-lightbox .swiper .swiper-pagination-custom,
.tp-custom-lightbox .swiper .swiper-pagination-fraction,
.tp-custom-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.tp-custom-lightbox .swiper~.swiper-pagination-custom,
.tp-custom-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.tp-custom-element .swiper-container.swiper-cube .tp-custom-swiper-button,
.tp-custom-element .swiper-container.swiper-cube~.tp-custom-swiper-button,
.tp-custom-element .swiper.swiper-cube .tp-custom-swiper-button,
.tp-custom-element .swiper.swiper-cube~.tp-custom-swiper-button,
.tp-custom-lightbox .swiper-container.swiper-cube .tp-custom-swiper-button,
.tp-custom-lightbox .swiper-container.swiper-cube~.tp-custom-swiper-button,
.tp-custom-lightbox .swiper.swiper-cube .tp-custom-swiper-button,
.tp-custom-lightbox .swiper.swiper-cube~.tp-custom-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.tp-custom-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.tp-custom-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.tp-custom-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.tp-custom-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.tp-custom-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.tp-custom-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.tp-custom-element.tp-custom-pagination-position-outside .swiper,
.tp-custom-element.tp-custom-pagination-position-outside .swiper-container,
.tp-custom-lightbox.tp-custom-pagination-position-outside .swiper,
.tp-custom-lightbox.tp-custom-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.tp-custom-element.tp-custom-pagination-position-outside .swiper-container .tp-custom-swiper-button,
.tp-custom-element.tp-custom-pagination-position-outside .swiper-container~.tp-custom-swiper-button,
.tp-custom-element.tp-custom-pagination-position-outside .swiper .tp-custom-swiper-button,
.tp-custom-element.tp-custom-pagination-position-outside .swiper~.tp-custom-swiper-button,
.tp-custom-lightbox.tp-custom-pagination-position-outside .swiper-container .tp-custom-swiper-button,
.tp-custom-lightbox.tp-custom-pagination-position-outside .swiper-container~.tp-custom-swiper-button,
.tp-custom-lightbox.tp-custom-pagination-position-outside .swiper .tp-custom-swiper-button,
.tp-custom-lightbox.tp-custom-pagination-position-outside .swiper~.tp-custom-swiper-button {
    top: calc(50% - 30px / 2)
}

.tp-custom-element .tp-custom-swiper,
.tp-custom-lightbox .tp-custom-swiper {
    position: relative
}

.tp-custom-element .tp-custom-main-swiper,
.tp-custom-lightbox .tp-custom-main-swiper {
    position: static
}

.tp-custom-element.tp-custom-arrows-position-outside .swiper,
.tp-custom-element.tp-custom-arrows-position-outside .swiper-container,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.tp-custom-element.tp-custom-arrows-position-outside .swiper-container .tp-custom-swiper-button-prev,
.tp-custom-element.tp-custom-arrows-position-outside .swiper-container~.tp-custom-swiper-button-prev,
.tp-custom-element.tp-custom-arrows-position-outside .swiper .tp-custom-swiper-button-prev,
.tp-custom-element.tp-custom-arrows-position-outside .swiper~.tp-custom-swiper-button-prev,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper-container .tp-custom-swiper-button-prev,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper-container~.tp-custom-swiper-button-prev,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper .tp-custom-swiper-button-prev,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper~.tp-custom-swiper-button-prev {
    left: 0
}

.tp-custom-element.tp-custom-arrows-position-outside .swiper-container .tp-custom-swiper-button-next,
.tp-custom-element.tp-custom-arrows-position-outside .swiper-container~.tp-custom-swiper-button-next,
.tp-custom-element.tp-custom-arrows-position-outside .swiper .tp-custom-swiper-button-next,
.tp-custom-element.tp-custom-arrows-position-outside .swiper~.tp-custom-swiper-button-next,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper-container .tp-custom-swiper-button-next,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper-container~.tp-custom-swiper-button-next,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper .tp-custom-swiper-button-next,
.tp-custom-lightbox.tp-custom-arrows-position-outside .swiper~.tp-custom-swiper-button-next {
    right: 0
}

.tp-custom-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.tp-custom-lightbox:not(.tp-custom-popup-modal) .dialog-header,
.tp-custom-lightbox:not(.tp-custom-popup-modal) .dialog-message {
    text-align: center
}

.tp-custom-lightbox .dialog-header {
    display: none
}

.tp-custom-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.tp-custom-lightbox .dialog-message {
    animation-duration: .3s;
    height: 100%
}

.tp-custom-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.tp-custom-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.tp-custom-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.tp-custom-lightbox .dialog-lightbox-close-button,
.tp-custom-lightbox .tp-custom-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.tp-custom-lightbox .dialog-lightbox-close-button svg,
.tp-custom-lightbox .tp-custom-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.tp-custom-lightbox .dialog-lightbox-close-button:hover,
.tp-custom-lightbox .tp-custom-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.tp-custom-lightbox .dialog-lightbox-close-button:hover svg,
.tp-custom-lightbox .tp-custom-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.tp-custom-lightbox .swiper,
.tp-custom-lightbox .swiper-container {
    height: 100%
}

.tp-custom-lightbox .tp-custom-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .tp-custom-lightbox .tp-custom-lightbox-item {
        padding: 70px 0
    }
}

.tp-custom-lightbox .tp-custom-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tp-custom-lightbox .tp-custom-lightbox-image,
.tp-custom-lightbox .tp-custom-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.tp-custom-lightbox .tp-custom-lightbox-image {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.tp-custom-lightbox .tp-custom-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}

.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape iframe,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait iframe,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square iframe {
    border: 0;
    background-color: #000
}

.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape iframe,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape video,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait iframe,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait video,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square iframe,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square video {
    aspect-ratio: var(--video-aspect-ratio, 1.77777)
}

@supports not (aspect-ratio:1/1) {

    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape,
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait,
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
    }

    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape iframe,
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape video,
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait iframe,
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait video,
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square iframe,
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square iframe,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-square video {
    width: min(90vh, 90vw);
    height: min(90vh, 90vw)
}

.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape iframe,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait iframe,
.tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width:1025px) {
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape {
        width: 85vw;
        max-height: 85vh
    }

    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width:1024px) {
    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-landscape {
        width: 95vw;
        max-height: 95vh
    }

    .tp-custom-lightbox .tp-custom-video-container .tp-custom-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.tp-custom-lightbox .swiper-container .tp-custom-swiper-button-prev,
.tp-custom-lightbox .swiper .tp-custom-swiper-button-prev {
    left: 0
}

.tp-custom-lightbox .swiper-container .tp-custom-swiper-button-next,
.tp-custom-lightbox .swiper .tp-custom-swiper-button-next {
    right: 0
}

.tp-custom-lightbox .swiper-container .swiper-pagination-fraction,
.tp-custom-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.tp-custom-lightbox .tp-custom-swiper-button:focus {
    outline-width: 1px
}

.tp-custom-lightbox .tp-custom-swiper-button-next,
.tp-custom-lightbox .tp-custom-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
    .tp-custom-lightbox .tp-custom-swiper-button:focus {
        outline: none
    }

    .tp-custom-lightbox .tp-custom-swiper-button-next,
    .tp-custom-lightbox .tp-custom-swiper-button-prev {
        width: 20%
    }

    .tp-custom-lightbox .tp-custom-swiper-button-next i,
    .tp-custom-lightbox .tp-custom-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .tp-custom-lightbox .tp-custom-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .tp-custom-lightbox .tp-custom-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.tp-custom-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.tp-custom-slideshow__footer,
.tp-custom-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.tp-custom-slideshow__footer {
    color: var(--lightbox-text-color)
}

.tp-custom-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.tp-custom-slideshow__header>i,
.tp-custom-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.tp-custom-slideshow__header>i {
    font-size: inherit
}

.tp-custom-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.tp-custom-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.tp-custom-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.tp-custom-slideshow__header .tp-custom-slideshow__counter {
    margin-right: auto
}

.tp-custom-slideshow__header .tp-custom-icon-share {
    z-index: 5
}

.tp-custom-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.tp-custom-slideshow__share-menu .tp-custom-slideshow__share-links a {
    color: #0c0d0e
}

.tp-custom-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.tp-custom-slideshow__share-links a {
    text-align: left;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.tp-custom-slideshow__share-links a:hover {
    color: #000
}

.tp-custom-slideshow__share-links a i,
.tp-custom-slideshow__share-links a svg {
    margin-right: .75em
}

.tp-custom-slideshow__share-links a i {
    font-size: 1.25em
}

.tp-custom-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.tp-custom-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.tp-custom-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.tp-custom-slideshow__description,
.tp-custom-slideshow__title {
    margin: 0
}

.tp-custom-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.tp-custom-slideshow__description {
    font-size: 14px
}

.tp-custom-slideshow--ui-hidden .tp-custom-slideshow__footer,
.tp-custom-slideshow--ui-hidden .tp-custom-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.tp-custom-slideshow--ui-hidden .tp-custom-swiper-button-next,
.tp-custom-slideshow--ui-hidden .tp-custom-swiper-button-prev {
    opacity: 0
}

.tp-custom-slideshow--fullscreen-mode .tp-custom-video-container {
    width: 100%
}

.tp-custom-slideshow--zoom-mode .tp-custom-slideshow__footer,
.tp-custom-slideshow--zoom-mode .tp-custom-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.tp-custom-slideshow--zoom-mode .tp-custom-swiper-button-next,
.tp-custom-slideshow--zoom-mode .tp-custom-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links {
    transform: scale(1)
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links,
.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links a {
    opacity: 1
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.tp-custom-slideshow--share-mode .tp-custom-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.tp-custom-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.tp-custom-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.tp-custom-shape-top {
    top: -1px
}

.tp-custom-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.tp-custom-shape-bottom {
    bottom: -1px
}

.tp-custom-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.tp-custom-shape[data-negative=false].tp-custom-shape-bottom,
.tp-custom-shape[data-negative=true].tp-custom-shape-top {
    transform: rotate(180deg)
}

.tp-custom-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.tp-custom-shape .tp-custom-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#gp-admin-bar-tp-custom_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#gp-admin-bar-tp-custom_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#gp-admin-bar-tp-custom_edit_page .tp-custom-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#gp-admin-bar-tp-custom_edit_page .tp-custom-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#gp-admin-bar-tp-custom_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#gpadminbar * {
    font-style: normal
}

.page-template-tp-custom_canvas.tp-custom-page:before {
    display: none
}

.tp-custom-post__thumbnail__link {
    transition: none
}

#left-area ul.tp-custom-icon-list-items,
.tp-custom-edit-area .tp-custom-element ul.tp-custom-icon-list-items,
.tp-custom .tp-custom-element ul.tp-custom-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .tp-custom-share-buttons--align-right,
.e--ua-appleWebkit .tp-custom-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .tp-custom-share-buttons--align-center,
.e--ua-appleWebkit .tp-custom-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-center .tp-custom-grid,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-justify .tp-custom-grid,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-right .tp-custom-grid,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-center .tp-custom-grid,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-right .tp-custom-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-center .tp-custom-grid-item,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-justify .tp-custom-grid-item,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-right .tp-custom-grid-item,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-center .tp-custom-grid-item,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-right .tp-custom-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-left .tp-custom-grid,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-left .tp-custom-grid {
    display: inline-block
}

.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-left .tp-custom-grid,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-left .tp-custom-grid-item,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-left .tp-custom-grid,
.e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-left .tp-custom-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {

    .e--ua-appleWebkit .tp-custom-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .tp-custom-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .tp-custom-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .tp-custom-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-tablet-center .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-tablet-justify .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-tablet-right .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-tablet-center .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-tablet-right .tp-custom-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-tablet-center .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-tablet-justify .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-tablet-right .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-tablet-center .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-tablet-right .tp-custom-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons-tablet--align-left .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-tablet-left .tp-custom-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons-tablet--align-left .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons-tablet--align-left .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-tablet-left .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-tablet-left .tp-custom-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .e--ua-appleWebkit .tp-custom-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .tp-custom-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .tp-custom-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .tp-custom-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-mobile-center .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-mobile-justify .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-mobile-right .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-mobile-center .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-mobile-right .tp-custom-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-mobile-center .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-mobile-justify .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons--align-mobile-right .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-mobile-center .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-mobile-right .tp-custom-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons-mobile--align-left .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-mobile-left .tp-custom-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons-mobile--align-left .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-share-buttons-mobile--align-left .tp-custom-grid-item,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-mobile-left .tp-custom-grid,
    .e--ua-appleWebkit .tp-custom-grid-0.tp-custom-widget-social-icons.e-grid-align-mobile-left .tp-custom-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .tp-custom .tp-custom-hidden-mobile,
    .tp-custom .tp-custom-hidden-phone {
        display: none
    }
}

@media (min-width:768px) and (max-width:880px) {
    .tp-custom .tp-custom-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:881px) and (max-width:1024px) {
    .tp-custom .tp-custom-hidden-tablet {
        display: none
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .tp-custom .tp-custom-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1201px) and (max-width:1366px) {
    .tp-custom .tp-custom-hidden-laptop {
        display: none
    }
}

@media (min-width:1367px) and (max-width:2399px) {
    .tp-custom .tp-custom-hidden-desktop {
        display: none
    }
}

@media (min-width:2400px) {
    .tp-custom .tp-custom-hidden-widescreen {
        display: none
    }
}

.tp-custom-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.tp-custom-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.tp-custom-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.tp-custom-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.tp-custom-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.tp-custom-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.tp-custom-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-block-start: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-end: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-block-end: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-start: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%
}

.tp-custom-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}

.tp-custom-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tp-custom-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.tp-custom-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.tp-custom-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.tp-custom-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.tp-custom-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}

.tp-custom-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.tp-custom-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}

.tp-custom-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start: var(--n-tabs-title-padding-block-start);
    padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end: var(--n-tabs-title-padding-block-end);
    padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.tp-custom-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.tp-custom-widget-n-tabs .e-n-tab-title span i,
.tp-custom-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.tp-custom-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}

.tp-custom-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.tp-custom-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.tp-custom-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.tp-custom-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=false],
.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,
.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true],
.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,
.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=tp-custom-animation-]:active,
.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=tp-custom-animation-]:focus,
.tp-custom-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=tp-custom-animation-]:hover {
    transform: none;
    animation: initial
}

.tp-custom-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,
.tp-custom-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}

.tp-custom-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.tp-custom-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,
.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}

.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,
.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=tp-custom-animation-]:active,
.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=tp-custom-animation-]:focus,
.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=tp-custom-animation-]:hover {
    transform: none;
    animation: initial
}

.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,
.tp-custom-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}

.tp-custom .tp-custom-element.tp-custom-widget-n-tabs>.tp-custom-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

.tp-custom .tp-custom-element.tp-custom-widget-n-tabs>.tp-custom-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.tp-custom .tp-custom-element.tp-custom-widget-n-tabs>.tp-custom-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (max-width:767px) {
    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:880px) {
    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1024px) {
    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1200px) {
    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1366px) {
    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .tp-custom.tp-custom .tp-custom-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

.tp-custom-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

.tp-custom-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}

.tp-custom-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.tp-custom-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end: var(--n-accordion-item-title-space-between)
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title,
:where(.tp-custom-widget-n-accordion .e-n-accordion-item>.e-con) {
    border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title-header h1,
.tp-custom-widget-n-accordion .e-n-accordion-item-title-header h2,
.tp-custom-widget-n-accordion .e-n-accordion-item-title-header h3,
.tp-custom-widget-n-accordion .e-n-accordion-item-title-header h4,
.tp-custom-widget-n-accordion .e-n-accordion-item-title-header h5,
.tp-custom-widget-n-accordion .e-n-accordion-item-title-header h6,
.tp-custom-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start: 0;
    margin-block-end: 0
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: auto
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color);
    font-size: var(--n-accordion-icon-size)
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color);
    height: var(--n-accordion-icon-size)
}

.tp-custom-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}

.tp-custom-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    color: var(--n-accordion-title-active-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}

.tp-custom-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}

.tp-custom-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}

.tp-custom-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}

.tp-custom-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.tp-custom-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}


.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
    clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
    padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%
}

.eael-contact-form input[type=submit] {
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    width: auto;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
    background: #999;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
    border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
    border-radius: 50%
}

.eael-post-elements-readmore-btn {
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block
}

.tp-custom-lightbox .dialog-widget-content {
    width: 100%;
    height: 100%
}

.eael-contact-form-align-left,
.tp-custom-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
    margin: 0 auto 0 0
}

.eael-contact-form-align-center,
.tp-custom-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
    float: none;
    margin: 0 auto
}

.eael-contact-form-align-right,
.tp-custom-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
    margin: 0 0 0 auto
}

.eael-force-hide {
    display: none !important
}

.eael-d-none {
    display: none !important
}

.eael-d-block {
    display: block !important
}

.eael-h-auto {
    height: auto !important
}

.theme-martfury .tp-custom-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
    display: none
}

.theme-martfury .tp-custom-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
    display: none
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.infobox-icon {
    height: auto
}

.infobox-icon .eaa-svg {
    font-size: 40px
}

.infobox-icon .eaa-svg svg {
    width: 1em;
    height: 1em
}

.infobox-icon .infobox-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.infobox-icon .infobox-icon-wrap i {
    -webkit-transition: .3s;
    transition: .3s
}

.eael-infobox-content-align-left .eael-infobox .infobox-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.eael-infobox-content-align-left .eael-infobox .infobox-content,
.eael-infobox-content-align-left .eael-infobox .infobox-button {
    text-align: left
}

.eael-infobox-content-align-right .eael-infobox .infobox-icon {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.eael-infobox-content-align-right .eael-infobox .infobox-content,
.eael-infobox-content-align-right .eael-infobox .infobox-button {
    text-align: right
}

.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-none .infobox-icon-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-none .infobox-icon-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.eael-infobox-content-align-center .eael-infobox .infobox-icon,
.eael-infobox-content-align-center .eael-infobox .infobox-content,
.eael-infobox-content-align-center .eael-infobox .infobox-button {
    text-align: center
}

.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap,
.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap {
    width: 90px;
    height: 90px;
    text-align: center
}

.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap {
    border-radius: 0
}

.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,
.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap {
    border-radius: 15px
}

.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,
.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap {
    border-radius: 50%
}

.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i,
.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i {
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.eael-infobox .infobox-button a.eael-infobox-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}

.eael-infobox .infobox-button a.eael-infobox-button .eaa-svg {
    font-size: 16px
}

.eael-infobox .infobox-button a.eael-infobox-button .eaa-svg svg {
    width: 1em;
    height: 1em
}

.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon,
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,
.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon,
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,
.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon,
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,
.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.eael-infobox.icon-on-left {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.eael-infobox.icon-on-right .infobox-icon-wrap,
.eael-infobox.icon-on-left .infobox-icon-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap {
    background: none;
    border: 0px;
    text-align: center;
    height: auto;
    display: block
}

.eael-infobox .infobox-content p {
    margin: 0 0 15px
}

.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i {
    margin-top: 0px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.eael-infobox.icon-on-left .infobox-content {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.eael-infobox.icon-on-left .infobox-content .title {
    line-height: 1;
    margin: 0 0 10px 0
}

.eael-infobox.icon-on-right {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap {
    background: none;
    border: 0px;
    text-align: right;
    width: auto;
    height: auto;
    display: block
}

.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i {
    margin-top: 0px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.eael-infobox.icon-on-right .infobox-content {
    padding-right: 15px;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.eael-infobox.icon-on-right .infobox-content .title {
    line-height: 1;
    margin: 0 0 10px 0
}

.eael-infobox .infobox-icon img {
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s
}

.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img {
    border-radius: 0
}

.eael-infobox-shape-circle .eael-infobox .infobox-icon img,
.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img {
    border-radius: 50%
}

.eael-infobox-shape-radius .eael-infobox .infobox-icon img,
.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img {
    border-radius: 15px
}

.eael-contact-form-7.eael-contact-form-btn-align-center input.gpcf1-submit {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    float: none
}

.eael-contact-form-7.eael-contact-form-btn-align-left input.gpcf1-submit {
    float: left;
    width: auto
}

.eael-contact-form-7.eael-contact-form-btn-align-right input.gpcf1-submit {
    float: right;
    width: auto
}

.eael-contact-form-7 label {
    display: block
}

.eael-contact-form-7 textarea,
.eael-contact-form-7 input[type=text],
.eael-contact-form-7 input[type=password],
.eael-contact-form-7 input[type=datetime],
.eael-contact-form-7 input[type=datetime-local],
.eael-contact-form-7 input[type=date],
.eael-contact-form-7 input[type=month],
.eael-contact-form-7 input[type=time],
.eael-contact-form-7 input[type=week],
.eael-contact-form-7 input[type=number],
.eael-contact-form-7 input[type=email],
.eael-contact-form-7 input[type=url],
.eael-contact-form-7 input[type=search],
.eael-contact-form-7 input[type=tel],
.eael-contact-form-7 input[type=color],
.eael-contact-form-7 .uneditable-input {
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
    width: auto;
    max-width: 100%
}

.eael-contact-form-7 .gpcf1-form::before,
.eael-contact-form-7 .gpcf1-form::after {
    content: " ";
    clear: both;
    display: table
}

.eael-contact-form-7 .gpcf1-form:after {
    clear: both;
    content: "";
    font-size: 0;
    height: 0;
    display: block;
    visibility: hidden
}

.eael-contact-form-7.labels-hide .gpcf1-form label {
    display: none
}

.eael-contact-form-7-title {
    margin-bottom: 10px
}

.eael-contact-form-7-description {
    margin-bottom: 20px
}

.eael-contact-form-7-button-full-width .eael-contact-form-7 .gpcf1-form p:nth-last-of-type(1) {
    display: grid
}

.gpcf1 form>div,
.gpcf1 form>p {
    margin-bottom: 20px
}

.eael-contact-form-7 .gpcf1-form p {
    margin-bottom: 20px
}

.eael-contact-form-7 .gpcf1-form p span.gpcf1-form-control-wrap {
    margin-bottom: 0px
}

.eael-contact-form-7 .gpcf1-form label span.gpcf1-list-item-label {
    font-family: inherit;
    font-weight: normal
}

.eael-contact-form-7 .gpcf1-form p input.gpcf1-submit {
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 10px
}

.eael-contact-form-7 .gpcf1-form p input.gpcf1-submit:focus {
    outline: unset
}

.eael-contact-form-7 .gpcf1-form .ajax-loader {
    display: block;
    margin: 0 auto
}

.eael-contact-form-7 .gpcf1-form p:nth-last-of-type(1) {
    display: table;
    margin: 0
}

.eael-contact-form-7-button-align-left .eael-contact-form-7 .gpcf1-form p:nth-last-of-type(1) {
    margin: 0
}

.eael-contact-form-7-button-align-center .eael-contact-form-7 .gpcf1-form p:nth-last-of-type(1) {
    margin: 0 auto
}

.eael-contact-form-7-button-align-right .eael-contact-form-7 .gpcf1-form p:nth-last-of-type(1) {
    margin: 0 0 0 auto
}


.tp-custom-kit-868 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

.tp-custom-section.tp-custom-section-boxed>.tp-custom-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.tp-custom-widget:not(:last-child) {
    margin-block-end: 0px;
}

.tp-custom-element {
    --widgets-spacing: 0px 20px;
}



h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:1024px) {
    .tp-custom-section.tp-custom-section-boxed>.tp-custom-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .tp-custom-section.tp-custom-section-boxed>.tp-custom-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}

.tp-custom-972 .tp-custom-element.tp-custom-element-bf18971 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-bf18971:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-bf18971>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-image: url("./assets/images/1.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-bf18971,
.tp-custom-972 .tp-custom-element.tp-custom-element-bf18971::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-1f2b954 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --align-items: center;
    --gap: 50px 50px;
    --background-transition: 0.3s;
    --border-radius: 15px 15px 15px 15px;
    --padding-block-start: 80px;
    --padding-block-end: 80px;
    --padding-inline-start: 80px;
    --padding-inline-end: 80px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-fcb46b2 {
    --display: flex;
    --min-height: 445px;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-block-start: 90px;
    --padding-block-end: 0px;
    --padding-inline-start: 50px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-fcb46b2.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-bd2a2c8 .tp-custom-heading-title {
    color: var(--e-global-color-theme-custom_palette_4);
    font-family: "Nunito", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: -0.7px;
    word-spacing: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-bd2a2c8>.tp-custom-widget-container {
    margin: 0px 0px 30px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-1771c0a {
    color: var(--e-global-color-text);
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    word-spacing: 1px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f098eab {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --gap: 40px 40px;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-96d884e .tp-custom-button {
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-theme-custom_palette_1);
    border-radius: 30px 30px 30px 30px;
    padding: 20px 35px 20px 35px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-96d884e .tp-custom-button:hover,
.tp-custom-972 .tp-custom-element.tp-custom-element-96d884e .tp-custom-button:focus {
    color: var(--e-global-color-theme-custom_palette_8);
    background-color: var(--e-global-color-theme-custom_palette_1);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-96d884e .tp-custom-button:hover svg,
.tp-custom-972 .tp-custom-element.tp-custom-element-96d884e .tp-custom-button:focus svg {
    fill: var(--e-global-color-theme-custom_palette_8);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-96d884e>.tp-custom-widget-container {
    margin: 30px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e70be4 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b6a7245 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f958dc3 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 120px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --align-items: center;
    --gap: 50px 50px;
    --background-transition: 0.3s;
    --border-radius: 15px 15px 15px 15px;
    --padding-block-start: 80px;
    --padding-block-end: 80px;
    --padding-inline-start: 80px;
    --padding-inline-end: 80px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-color: var(--e-global-color-theme-custom_palette_8);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48,
.tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-ee70cbc {
    --display: flex;
    --background-transition: 0.3s;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f0be077 img {
    width: 100%;
    max-width: 100%;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-51ccc48 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --justify-content: flex-start;
    --align-items: flex-start;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7 {
    text-align: left;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7 .tp-custom-heading-title {
    color: var(--e-global-color-theme-custom_palette_4);
    font-family: "Nunito", Sans-serif;
    font-size: 39px;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: -0.8px;
    word-spacing: 5px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-36c0754 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: flex-start;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-block-start: 15px;
    --margin-block-end: 15px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-94ab9ef .tp-custom-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-9b7059d .tp-custom-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-2a0c339 .tp-custom-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-9ccecc9 {
    color: var(--e-global-color-text);
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-9ccecc9>.tp-custom-widget-container {
    margin: 0px 0px 10px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-4492b0a {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-68277af {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-68277af .tp-custom-heading-title {
    font-family: "Nunito", Sans-serif;
    font-weight: 800;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-04a6325 {
    --display: grid;
    --e-con-grid-template-columns: repeat(4, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --gap: 0% 8%;
    --grid-auto-flow: row;
    --justify-items: center;
    --background-transition: 0.3s;
    --margin-block-start: 0%;
    --margin-block-end: 0%;
    --margin-inline-start: 0%;
    --margin-inline-end: 0%;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-6ec8b90 {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-6ec8b90 img {
    width: 50%;
    max-width: 50%;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-6ec8b90.tp-custom-element {
    --align-self: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-1449040 {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-1449040 img {
    width: 50%;
    max-width: 50%;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-1449040.tp-custom-element {
    --align-self: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c13ed21 {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c13ed21 img {
    width: 50%;
    max-width: 50%;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c13ed21.tp-custom-element {
    --align-self: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c3cc4d8 {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c3cc4d8 img {
    width: 50%;
    max-width: 50%;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c3cc4d8.tp-custom-element {
    --align-self: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-image: url("./assets/images/qTransparent_Image_transparent_2023.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 41% auto;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2,
.tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-0b3378c {
    --display: flex;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-cee6bd9 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --justify-content: flex-start;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d9a2a9d {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: flex-start;
    --align-items: center;
    --background-transition: 0.3s;
    --margin-block-start: 15px;
    --margin-block-end: 15px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-4112fea .tp-custom-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-cc7d54a .tp-custom-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b32d9e7 .tp-custom-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f1c087f {
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-db093d8 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-icon img {
    background-color: #D0EBFF;
    padding: 10px 10px 10px 10px;
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox.icon-on-left .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox.icon-on-right .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-icon {
    margin: 4px 4px 4px 4px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-content .title {
    color: #4d4d4d;
    font-family: "Nunito", Sans-serif;
    font-weight: 900;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-content p {
    margin: 0px 0px 0px 0px;
    color: var(--e-global-color-text);
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-content {
    padding: 8px 8px 8px 8px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox:hover .infobox-content h4 {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox:hover .infobox-content p {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-icon img {
    background-color: #D0EBFF;
    padding: 10px 10px 10px 10px;
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox.icon-on-left .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox.icon-on-right .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-icon {
    margin: 4px 4px 4px 4px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-content .title {
    color: #4d4d4d;
    font-family: "Nunito", Sans-serif;
    font-weight: 900;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-content p {
    margin: 0px 0px 0px 0px;
    color: var(--e-global-color-text);
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-content {
    padding: 8px 8px 8px 8px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox:hover .infobox-content h4 {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox:hover .infobox-content p {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-icon img {
    background-color: #D0EBFF;
    padding: 10px 10px 10px 10px;
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox.icon-on-left .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox.icon-on-right .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-icon {
    margin: 4px 4px 4px 4px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-content .title {
    color: #4d4d4d;
    font-family: "Nunito", Sans-serif;
    font-weight: 900;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-content p {
    margin: 0px 0px 0px 0px;
    color: var(--e-global-color-text);
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-content {
    padding: 8px 8px 8px 8px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox:hover .infobox-content h4 {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox:hover .infobox-content p {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3eecaaa {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-icon img {
    background-color: #D0EBFF;
    padding: 10px 10px 10px 10px;
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox.icon-on-left .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox.icon-on-right .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-icon {
    margin: 4px 4px 4px 4px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-content .title {
    color: #4d4d4d;
    font-family: "Nunito", Sans-serif;
    font-weight: 900;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-content p {
    margin: 0px 0px 0px 0px;
    color: var(--e-global-color-text);
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-content {
    padding: 8px 8px 8px 8px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox:hover .infobox-content h4 {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox:hover .infobox-content p {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-icon img {
    background-color: #D0EBFF;
    padding: 10px 10px 10px 10px;
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox.icon-on-left .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox.icon-on-right .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-icon {
    margin: 4px 4px 4px 4px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-content .title {
    color: #4d4d4d;
    font-family: "Nunito", Sans-serif;
    font-weight: 900;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-content p {
    margin: 0px 0px 0px 0px;
    color: var(--e-global-color-text);
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-content {
    padding: 8px 8px 8px 8px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox:hover .infobox-content h4 {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox:hover .infobox-content p {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-icon img {
    background-color: #D0EBFF;
    padding: 10px 10px 10px 10px;
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox.icon-on-left .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox.icon-on-right .infobox-icon {
    width: 75px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-icon {
    margin: 4px 4px 4px 4px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-content .title {
    color: #4d4d4d;
    font-family: "Nunito", Sans-serif;
    font-weight: 900;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-content p {
    margin: 0px 0px 0px 0px;
    color: var(--e-global-color-text);
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-content {
    padding: 8px 8px 8px 8px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox:hover .infobox-content h4 {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox:hover .infobox-content p {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-55c37dc {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-6033281 {
    --display: flex;
    --min-height: 200px;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-6033281:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-6033281>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-image: url("./assets/images/1-1-scaled.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-6033281,
.tp-custom-972 .tp-custom-element.tp-custom-element-6033281::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-4e16ef9 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --justify-content: center;
    --align-items: center;
    --background-transition: 0.3s;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-4e16ef9:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-4e16ef9>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-color: #F3F3FF;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-4e16ef9,
.tp-custom-972 .tp-custom-element.tp-custom-element-4e16ef9::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-0b15360 {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-0b15360 .tp-custom-heading-title {
    color: var(--e-global-color-theme-custom_palette_4);
    font-family: "Nunito", Sans-serif;
    font-weight: 800;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-0b15360>.tp-custom-widget-container {
    margin: 0px 0px 30px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c88d92f {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c88d92f .tp-custom-heading-title {
    font-family: "Nunito", Sans-serif;
    font-weight: 800;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c88d92f>.tp-custom-widget-container {
    margin: 0px 0px 18px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3020a10 {
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.5px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-3020a10>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c210fc8 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: flex-start;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b22c2cf {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: flex-start;
    --align-items: center;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f7f6c5a .tp-custom-heading-title {
    color: var(--e-global-color-secondary);
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-fd3539b .tp-custom-heading-title {
    color: var(--e-global-color-secondary);
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d06e4f7 .tp-custom-heading-title {
    color: var(--e-global-color-secondary);
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-4c55bba {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: flex-end;
    --align-items: flex-start;
    --gap: 40px 40px;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f9ecf15 .tp-custom-button {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-theme-custom_palette_1);
    border-radius: 30px 30px 30px 30px;
    padding: 20px 35px 20px 35px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f9ecf15 .tp-custom-button:hover,
.tp-custom-972 .tp-custom-element.tp-custom-element-f9ecf15 .tp-custom-button:focus {
    color: var(--e-global-color-theme-custom_palette_8);
    background-color: var(--e-global-color-theme-custom_palette_1);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f9ecf15 .tp-custom-button:hover svg,
.tp-custom-972 .tp-custom-element.tp-custom-element-f9ecf15 .tp-custom-button:focus svg {
    fill: var(--e-global-color-theme-custom_palette_8);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f9ecf15>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-31f7648 {
    --spacer-size: 70px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-2612f20 {
    --display: flex;
    --min-height: 0px;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --justify-content: flex-end;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: -152px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-2612f20:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-2612f20>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-color: #B5B5FF;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-2612f20,
.tp-custom-972 .tp-custom-element.tp-custom-element-2612f20::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d18b46b .gallery-item img {
    border-radius: 0px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d18b46b .gallery-item .gallery-caption {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-d18b46b {
    width: 100%;
    max-width: 100%;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b04f0ea {
    --display: flex;
    --min-height: 114px;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-block-start: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --margin-inline-end: 0px;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b04f0ea:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-b04f0ea>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-image: url("./assets/images/2-1-scaled.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b04f0ea,
.tp-custom-972 .tp-custom-element.tp-custom-element-b04f0ea::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-4d7ccca {
    --display: flex;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-edc5711 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --gap: 0px 0px;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-edc5711,
.tp-custom-972 .tp-custom-element.tp-custom-element-edc5711::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-5bb826b {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --justify-content: center;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a {
    text-align: left;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a .tp-custom-heading-title {
    color: var(--e-global-color-theme-custom_palette_4);
    font-family: "Nunito", Sans-serif;
    font-size: 39px;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: -0.8px;
    word-spacing: 5px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-2ccc39d {
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-2ccc39d>.tp-custom-widget-container {
    padding: 20px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-5a649dd {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-03cc5e5 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --gap: 0px 0px;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-844e28a {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: space-between;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-844e28a:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-844e28a>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-image: url("./assets/images/glance-template-1-split4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-844e28a,
.tp-custom-972 .tp-custom-element.tp-custom-element-844e28a::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-844e28a.e-con {
    --align-self: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-52ac1bb {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --justify-content: flex-start;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-52ac1bb.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-0b7e307>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-5506400>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 113px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-ea034ee>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 112px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-8963f07 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --justify-content: flex-start;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-8963f07.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-5ae93a9>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 92px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-5ae93a9.tp-custom-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c62fbe0>.tp-custom-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 144px 0px 0px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c62fbe0.tp-custom-element {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-6493ffc {
    --display: flex;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-6493ffc.e-con {
    --flex-grow: 0;
    --flex-shrink: 0;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-aece689 {
    --display: flex;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-icon i {
    font-size: 40px;
    color: #4d4d4d;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-icon svg {
    height: 40px;
    width: 40px;
    fill: #4d4d4d;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-icon .infobox-icon-wrap img {
    height: 40px;
    width: 40px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox.icon-beside-title .infobox-content .title figure i {
    color: #4d4d4d;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox:hover .infobox-icon i {
    color: #4d4d4d;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox:hover .infobox-icon svg {
    fill: #4d4d4d;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox.icon-beside-title:hover .infobox-content .title figure i {
    color: #4d4d4d;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-content .title {
    color: var(--e-global-color-theme-custom_palette_4);
    font-family: "Nunito", Sans-serif;
    font-size: 40px;
    font-weight: 800;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-content p {
    color: #4d4d4d;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox:hover .infobox-content h4 {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox:hover .infobox-content p {
    transition: 100ms;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-2f8c2dc {
    --display: flex;
    --background-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-not-valid-tip {
    display: block !important;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-validation-errors {
    display: block !important;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFF1DE 0%, #FFFFFF 100%);
    padding: 25px 25px 25px 25px;
    border-radius: 18px 18px 18px 18px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ECECEC;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .eael-contact-form-7-heading {
    text-align: left;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .eael-contact-form-7-title {
    color: var(--e-global-color-theme-custom_palette_4);
    font-family: "Nunito", Sans-serif;
    font-size: 40px;
    font-weight: 800;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-text,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-quiz,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-date,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-textarea,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-select {
    background-color: #F1F1F1;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form p:not(:last-of-type) .gpcf1-form-control-wrap {
    margin-bottom: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-text,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-quiz,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-date,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-textarea {
    padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-text,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-quiz,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-quiz,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-textarea,
.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control.gpcf1-select {
    font-family: "Nunito", Sans-serif;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form-control::-webkit-input-placeholder {
    color: var(--e-global-color-text);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .gpcf1-form input[type="submit"] {
    width: 159px;
    background-color: var(--e-global-color-theme-custom_palette_1);
    color: var(--e-global-color-theme-custom_palette_5);
    border-radius: 28px 28px 28px 28px;
    font-family: "Nunito", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b73e90e {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-block-start: 120px;
    --padding-block-end: 95px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b73e90e:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-b73e90e>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-color: var(--e-global-color-theme-custom_palette_2);
}

.tp-custom-972 .tp-custom-element.tp-custom-element-b73e90e,
.tp-custom-972 .tp-custom-element.tp-custom-element-b73e90e::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-28073a3 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-e150caf {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-e150caf .tp-custom-heading-title {
    color: var(--e-global-color-theme-custom_palette_8);
    font-family: "Nunito", Sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-e150caf>.tp-custom-widget-container {
    margin: 0px 0px 40px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-1dd90b9f {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-block-start: 120px;
    --padding-block-end: 95px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-1dd90b9f:not(.tp-custom-motion-effects-element-type-background),
.tp-custom-972 .tp-custom-element.tp-custom-element-1dd90b9f>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
    background-color: #181C1F;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-1dd90b9f,
.tp-custom-972 .tp-custom-element.tp-custom-element-1dd90b9f::before {
    --border-transition: 0.3s;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-5d780bce {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-7897fbc0 {
    text-align: center;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-7897fbc0 .tp-custom-heading-title {
    color: var(--e-global-color-theme-custom_palette_8);
    line-height: 1.5em;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-7897fbc0>.tp-custom-widget-container {
    margin: 0px 0px 40px 0px;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-c2a3e3c {
    --display: flex;
    --background-transition: 0.3s;
}

:root {
    --page-title-display: none;
}

@media(min-width:768px) {
    .tp-custom-972 .tp-custom-element.tp-custom-element-1f2b954 {
        --width: 100%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-fcb46b2 {
        --width: 51.307%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3e70be4 {
        --width: 100%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48 {
        --width: 100%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ee70cbc {
        --width: 51vw;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-51ccc48 {
        --width: 50%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-04a6325 {
        --content-width: 70%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2 {
        --width: 100%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-0b3378c {
        --width: 40%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-cee6bd9 {
        --width: 60%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-55c37dc {
        --width: 100%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-6033281 {
        --width: 100%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b04f0ea {
        --width: 100%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5bb826b {
        --width: 50%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5a649dd {
        --width: 50%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-844e28a {
        --width: 50%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-52ac1bb {
        --width: 30%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-8963f07 {
        --width: 30%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-6493ffc {
        --width: 50%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-28073a3 {
        --width: 600px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5d780bce {
        --width: 600px;
    }
}

@media(max-width:1200px) and (min-width:768px) {
    .tp-custom-972 .tp-custom-element.tp-custom-element-fcb46b2 {
        --width: 500px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-28073a3 {
        --width: 100%;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .tp-custom-972 .tp-custom-element.tp-custom-element-fcb46b2 {
        --width: 100%;
    }
}

@media(min-width:2400px) {
    .tp-custom-972 .tp-custom-element.tp-custom-element-bd2a2c8 .tp-custom-heading-title {
        font-size: 5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-1771c0a {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-96d884e .tp-custom-button {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7 .tp-custom-heading-title {
        font-size: 5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-94ab9ef .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-9b7059d .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-2a0c339 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-9ccecc9 {
        font-size: 1.8rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-68277af .tp-custom-heading-title {
        font-size: 5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-04a6325 {
        --grid-auto-flow: row;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2:not(.tp-custom-motion-effects-element-type-background),
    .tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
        background-size: contain;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d9a2a9d {
        --flex-direction: row;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --justify-content: flex-start;
        --align-items: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-4112fea {
        text-align: left;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-4112fea .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-cc7d54a .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b32d9e7 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f1c087f {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-db093d8 {
        --justify-content: flex-start;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-content .title {
        font-size: 1.8rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-content p {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-content .title {
        font-size: 1.8rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-content p {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-content .title {
        font-size: 1.8rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-content p {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3eecaaa {
        --justify-content: flex-start;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-content .title {
        font-size: 1.8rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-content p {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-content .title {
        font-size: 1.8rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-content p {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-content .title {
        font-size: 1.8rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-content p {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-6033281:not(.tp-custom-motion-effects-element-type-background),
    .tp-custom-972 .tp-custom-element.tp-custom-element-6033281>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-4e16ef9 {
        --content-width: 75%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-0b15360 .tp-custom-heading-title {
        font-size: 5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c88d92f .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3020a10 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f7f6c5a {
        text-align: left;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f7f6c5a .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-fd3539b .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d06e4f7 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f9ecf15 .tp-custom-button {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-edc5711 {
        --content-width: 95%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a .tp-custom-heading-title {
        font-size: 5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-2ccc39d {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-0b7e307>.tp-custom-widget-container {
        padding: 17px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5506400>.tp-custom-widget-container {
        padding: 193px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ea034ee>.tp-custom-widget-container {
        padding: 170px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5ae93a9>.tp-custom-widget-container {
        padding: 160px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c62fbe0>.tp-custom-widget-container {
        padding: 190px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-6493ffc {
        --width: 605px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-content .title {
        font-size: 2.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-content p {
        font-size: 1.5rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .eael-contact-form-7-title {
        font-size: 2.5rem;
    }
}

@media(max-width:1366px) {
    .tp-custom-972 .tp-custom-element.tp-custom-element-04a6325 {
        --grid-auto-flow: row;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5506400>.tp-custom-widget-container {
        padding: 140px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ea034ee>.tp-custom-widget-container {
        padding: 170px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5ae93a9>.tp-custom-widget-container {
        padding: 140px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c62fbe0>.tp-custom-widget-container {
        padding: 170px 0px 0px 0px;
    }
}

@media(max-width:1200px) {

    .tp-custom-972 .tp-custom-element.tp-custom-element-bf18971:not(.tp-custom-motion-effects-element-type-background),
    .tp-custom-972 .tp-custom-element.tp-custom-element-bf18971>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 43% auto;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-fcb46b2 {
        --min-height: 246px;
        --padding-block-start: 0px;
        --padding-block-end: 0px;
        --padding-inline-start: 0px;
        --padding-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-fcb46b2.e-con {
        --flex-grow: 0;
        --flex-shrink: 0;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-bd2a2c8 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-1771c0a {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-96d884e .tp-custom-button {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3e70be4 {
        --min-height: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b6a7245 {
        --min-height: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f958dc3 {
        --min-height: 0px;
        --margin-block-start: 10px;
        --margin-block-end: 10px;
        --margin-inline-start: 0px;
        --margin-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48 {
        --min-height: 0px;
        --padding-block-start: 20px;
        --padding-block-end: 20px;
        --padding-inline-start: 20px;
        --padding-inline-end: 20px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ee70cbc {
        --min-height: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-94ab9ef .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-9b7059d .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-2a0c339 .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-9ccecc9 {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-68277af .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-04a6325 {
        --grid-auto-flow: row;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-4112fea .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-cc7d54a .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b32d9e7 .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f1c087f {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-content .title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d4e6833 .eael-infobox .infobox-content p {
        font-size: 1rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-content .title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-670e2c3 .eael-infobox .infobox-content p {
        font-size: 1rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-content .title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c5a9920 .eael-infobox .infobox-content p {
        font-size: 1rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-content .title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-427fb59 .eael-infobox .infobox-content p {
        font-size: 1rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-content .title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b982138 .eael-infobox .infobox-content p {
        font-size: 1rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-content .title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3e61fd8 .eael-infobox .infobox-content p {
        font-size: 1rem;
        line-height: 1.2;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-6033281 {
        --min-height: 142px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-0b15360 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c88d92f .tp-custom-heading-title {
        font-size: 1.2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3020a10 {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3020a10>.tp-custom-widget-container {
        margin: 0px 20px 0px 20px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f7f6c5a .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-fd3539b .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d06e4f7 .tp-custom-heading-title {
        font-size: 1.1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f9ecf15 .tp-custom-button {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-2ccc39d {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-content .title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-content p {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .eael-contact-form-7-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b73e90e {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-28073a3 {
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    }
}

@media(max-width:1024px) {

    .tp-custom-972 .tp-custom-element.tp-custom-element-bf18971:not(.tp-custom-motion-effects-element-type-background),
    .tp-custom-972 .tp-custom-element.tp-custom-element-bf18971>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
        background-size: 0% auto;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-1f2b954 {
        --padding-block-start: 20px;
        --padding-block-end: 20px;
        --padding-inline-start: 20px;
        --padding-inline-end: 20px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-fcb46b2 {
        --min-height: 175px;
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --padding-block-start: 30px;
        --padding-block-end: 30px;
        --padding-inline-start: 0px;
        --padding-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-bd2a2c8 {
        text-align: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-bd2a2c8 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-1771c0a {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f098eab {
        --justify-content: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-96d884e .tp-custom-button {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-96d884e>.tp-custom-widget-container {
        margin: 10px 10px 10px 10px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f958dc3 {
        --margin-block-start: 0px;
        --margin-block-end: 80px;
        --margin-inline-start: 0px;
        --margin-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48 {
        --padding-block-start: 50px;
        --padding-block-end: 50px;
        --padding-inline-start: 50px;
        --padding-inline-end: 50px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-94ab9ef .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-9b7059d .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-2a0c339 .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-9ccecc9 {
        text-align: left;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-68277af .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-04a6325 {
        --grid-auto-flow: row;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-4112fea .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-cc7d54a .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b32d9e7 .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-0b15360 .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f7f6c5a .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-fd3539b .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d06e4f7 .tp-custom-heading-title {
        font-size: 14px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-4c55bba {
        --justify-content: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a .tp-custom-heading-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-2ccc39d {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-content .title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-188c4ca .eael-infobox .infobox-content p {
        font-size: 1rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-efd8b89 .eael-contact-form-7 .eael-contact-form-7-title {
        font-size: 2rem;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b73e90e {
        --padding-block-start: 80px;
        --padding-block-end: 55px;
        --padding-inline-start: 0px;
        --padding-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-e150caf .tp-custom-heading-title {
        font-size: 30px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-e150caf>.tp-custom-widget-container {
        margin: 0px 0px 30px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-1dd90b9f {
        --padding-block-start: 80px;
        --padding-block-end: 55px;
        --padding-inline-start: 0px;
        --padding-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-7897fbc0 .tp-custom-heading-title {
        font-size: 30px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-7897fbc0>.tp-custom-widget-container {
        margin: 0px 0px 30px 0px;
    }
}

@media(max-width:880px) {
    .tp-custom-972 .tp-custom-element.tp-custom-element-04a6325 {
        --grid-auto-flow: row;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2:not(.tp-custom-motion-effects-element-type-background),
    .tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 35% auto;
    }
}

@media(max-width:767px) {

    .tp-custom-972 .tp-custom-element.tp-custom-element-bf18971:not(.tp-custom-motion-effects-element-type-background),
    .tp-custom-972 .tp-custom-element.tp-custom-element-bf18971>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
        background-size: 0% auto;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-1f2b954 {
        --padding-block-start: 40px;
        --padding-block-end: 40px;
        --padding-inline-start: 40px;
        --padding-inline-end: 40px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f958dc3 {
        --margin-block-start: 0px;
        --margin-block-end: 60px;
        --margin-inline-start: 0px;
        --margin-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ea1ed48 {
        --padding-block-start: 40px;
        --padding-block-end: 40px;
        --padding-inline-start: 40px;
        --padding-inline-end: 40px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-51ccc48 {
        --justify-content: flex-start;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7 {
        text-align: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7 .tp-custom-heading-title {
        font-size: 30px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-84d1fe7.tp-custom-element {
        --align-self: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-36c0754 {
        --justify-content: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-94ab9ef .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-9b7059d .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-2a0c339 .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-9ccecc9 {
        text-align: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-04a6325 {
        --e-con-grid-template-columns: repeat(2, 1fr);
        --grid-auto-flow: row;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2:not(.tp-custom-motion-effects-element-type-background),
    .tp-custom-972 .tp-custom-element.tp-custom-element-f14d6c2>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
        background-size: 0% auto;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d9a2a9d {
        --justify-content: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-4112fea .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-cc7d54a .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b32d9e7 .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-db093d8 {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --justify-content: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-3eecaaa {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --justify-content: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-6033281 {
        --min-height: 16vh;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b22c2cf {
        --flex-direction: row;
        --container-widget-width: initial;
        --container-widget-height: 100%;
        --container-widget-flex-grow: 1;
        --container-widget-align-self: stretch;
        --justify-content: center;
        --gap: 12px 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-f7f6c5a .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-fd3539b .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-d06e4f7 .tp-custom-heading-title {
        font-size: 12px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a {
        text-align: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a .tp-custom-heading-title {
        font-size: 30px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-64e2d0a>.tp-custom-widget-container {
        margin: 0px 0px 30px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-844e28a:not(.tp-custom-motion-effects-element-type-background),
    .tp-custom-972 .tp-custom-element.tp-custom-element-844e28a>.tp-custom-motion-effects-container>.tp-custom-motion-effects-layer {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-844e28a {
        --margin-block-start: 0px;
        --margin-block-end: 0px;
        --margin-inline-start: 0px;
        --margin-inline-end: 0px;
        --padding-block-start: 0px;
        --padding-block-end: 0px;
        --padding-inline-start: 0px;
        --padding-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-52ac1bb {
        --width: 38.438%;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5506400>.tp-custom-widget-container {
        padding: 190px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-ea034ee>.tp-custom-widget-container {
        padding: 150px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-8963f07 {
        --width: 120px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5ae93a9>.tp-custom-widget-container {
        padding: 150px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-5ae93a9 {
        width: var(--container-widget-width, 108px);
        max-width: 108px;
        --container-widget-width: 108px;
        --container-widget-flex-grow: 0;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c62fbe0>.tp-custom-widget-container {
        padding: 160px 0px 0px 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-c62fbe0 {
        width: var(--container-widget-width, 127px);
        max-width: 127px;
        --container-widget-width: 127px;
        --container-widget-flex-grow: 0;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-aece689 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --justify-content: center;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-b73e90e {
        --padding-block-start: 60px;
        --padding-block-end: 35px;
        --padding-inline-start: 0px;
        --padding-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-e150caf .tp-custom-heading-title {
        font-size: 25px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-1dd90b9f {
        --padding-block-start: 60px;
        --padding-block-end: 35px;
        --padding-inline-start: 0px;
        --padding-inline-end: 0px;
    }

    .tp-custom-972 .tp-custom-element.tp-custom-element-7897fbc0 .tp-custom-heading-title {
        font-size: 25px;
    }
}


:root {
    --theme-default-editor: var(--true);
    --theme-border: none;
    --theme-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --theme-list-indent: 2.5em;
    --true: initial;
    --false: "";
    --has-link-decoration: var(--true);
    --has-transparent-header: 0;
    --theme-container-width: min(100%, var(--theme-container-width-base));
    --theme-container-width-base: calc(var(--theme-container-edge-spacing, 90vw) - var(--theme-frame-size, 0px) * 2)
}

@supports not (aspect-ratio: auto) {

    .ct-media-container img,
    .ct-media-container video,
    .ct-media-container iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .ct-media-container:before {
        display: block;
        content: "";
        width: 100%;
        padding-bottom: 100%
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth
}

body {
    overflow-x: hidden;
    overflow-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ol,
ul,
li,
tr,
th,
td,
dl,
ins,
sub,
sup,
big,
cite,
code,
form,
small,
label,
table,
figure,
button,
legend,
strike,
address,
caption,
fieldset,
blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-size: inherit;
    text-align: inherit;
    line-height: inherit
}

input,
select,
textarea {
    margin: 0
}

b,
strong {
    font-weight: bold
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

ins {
    text-decoration: none
}

del {
    opacity: .5
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

hr {
    height: 1px;
    border: none
}

mark {
    color: inherit;
    font-weight: 600;
    background: rgba(0, 0, 0, 0)
}

a {
    transition: var(--theme-transition)
}

a:focus,
button:focus {
    transition: none;
    outline-width: 0
}

a:focus-visible,
button:focus-visible {
    outline-width: 2px;
    outline-offset: var(--outline-offset, 3px);
    outline-color: var(--theme-palette-color-2)
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure,
iframe,
textarea {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

embed,
iframe,
object,
video {
    max-width: 100%
}

svg>* {
    transition: none
}

ul {
    list-style-type: var(--theme-list-style-type, disc)
}

ol {
    list-style-type: var(--theme-list-style-type, decimal)
}

code,
kbd,
samp {
    padding: 3px 6px
}

code,
kbd,
samp,
pre {
    tab-size: 4;
    border-radius: 2px;
    background: var(--theme-palette-color-6)
}

code:focus,
kbd:focus,
samp:focus,
pre:focus {
    outline: none
}

pre {
    overflow: auto;
    padding: 15px 20px
}

pre code {
    padding: 0;
    background: rgba(0, 0, 0, 0)
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
    max-width: 100%
}

table,
th,
td {
    font-size: var(--theme-table-font-size);
    border-width: var(--theme-table-border-width, 1px);
    border-style: var(--theme-table-border-style, solid);
    border-color: var(--theme-table-border-color, var(--theme-border-color))
}

th,
td {
    padding: var(--theme-table-padding, 0.7em 1em)
}

th {
    font-weight: 600
}

caption {
    font-weight: 600;
    padding: .7rem
}

dl {
    --theme-description-list-indent: 1.5em;
    --theme-description-list-spacing: 0.5em
}

dl>*:last-child {
    margin-bottom: 0
}

dt {
    font-weight: 600
}

dd {
    margin-top: calc(var(--theme-description-list-spacing)/2);
    margin-left: var(--theme-description-list-indent);
    margin-bottom: calc(var(--theme-description-list-spacing)*2)
}

dd p {
    --theme-content-spacing: var(--theme-description-list-spacing)
}

dd p:last-child {
    margin-bottom: 0
}

body {
    color: var(--theme-text-color)
}

body ::selection {
    color: var(--theme-selection-text-color);
    background-color: var(--theme-selection-background-color)
}

h1 {
    color: var(--theme-heading-color, var(--theme-heading-1-color, var(--theme-headings-color)))
}

h2 {
    color: var(--theme-heading-color, var(--theme-heading-2-color, var(--theme-headings-color)))
}

h3 {
    color: var(--theme-heading-color, var(--theme-heading-3-color, var(--theme-headings-color)))
}

h4 {
    color: var(--theme-heading-color, var(--theme-heading-4-color, var(--theme-headings-color)))
}

h5 {
    color: var(--theme-heading-color, var(--theme-heading-5-color, var(--theme-headings-color)))
}

h6 {
    color: var(--theme-heading-color, var(--theme-heading-6-color, var(--theme-headings-color)))
}

.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span) {
    color: var(--theme-heading-color)
}

hr {
    background-color: var(--theme-form-field-border-initial-color)
}

@media(max-width: 689.98px) {
    .ct-hidden-sm {
        display: none !important
    }
}

@media(min-width: 690px)and (max-width: 999.98px) {
    .ct-hidden-md {
        display: none !important
    }
}

@media(min-width: 1000px) {
    .ct-hidden-lg {
        display: none !important
    }
}

.hidden {
    display: none
}

.aligncenter {
    clear: both;
    display: block;
    text-align: center
}

.sticky,
.gp-caption,
.bypostauthor,
.gp-caption-text,
.gallery-caption,
.screen-reader-text {
    background: rgba(0, 0, 0, 0)
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-4px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(5px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-7px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(7px, 0, 0)
    }
}

@keyframes bounce-in {
    0% {
        transform: scale(0, 0)
    }

    20% {
        transform: scale(1.4, 1.4)
    }

    50% {
        transform: scale(0.8, 0.8)
    }

    85% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
kbd,
code,
samp,
label,
figcaption,
.gp-block-quote,
.gp-block-pullquote,
.ct-label,
.site-title,
.entry-meta,
.ct-menu-badge,
.entry-excerpt,
.ct-post-title,
.ct-breadcrumbs,
.ct-header-text,
.ct-product-sku,
.author-box-bio,
.author-box-name,
.ct-contact-info,
.site-description,
.page-description,
.mobile-menu a,
.menu .ct-menu-link,
.comment-reply-title,
.ct-footer-copyright,
.ct-language-switcher,
.entry-summary .price,
[data-products] .price,
.woocommerce-tabs .tabs,
.woocommerce-tabs .ct-accordion-heading,
.ct-header-account-dropdown,
.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span),
.ct-shortcuts-bar,
.ct-widget>*,
.ct-dynamic-data-layer,
.ct-dynamic-filter,
.ct-search-results,
.tutor-ratings,
.tutor-meta>*,
.tutor-course-details-title,
.tutor-course-details-actions>a,
.ct-language-switcher ul[data-placement] {
    font-family: var(--theme-font-family);
    font-size: var(--theme-font-size);
    font-weight: var(--theme-font-weight);
    font-style: var(--theme-font-style, inherit);
    line-height: var(--theme-line-height);
    letter-spacing: var(--theme-letter-spacing);
    text-transform: var(--theme-text-transform);
    -webkit-text-decoration: var(--theme-text-decoration);
    text-decoration: var(--theme-text-decoration)
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.skip-link {
    background-color: #24292e;
    color: #fff;
    padding: 10px 20px
}

.show-on-focus {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    top: 0;
    left: 0
}

.show-on-focus:focus {
    z-index: 100;
    width: auto;
    height: auto;
    clip: auto
}

p {
    margin-bottom: var(--theme-content-spacing)
}

ul,
ol {
    padding-inline-start: var(--theme-list-indent);
    margin-bottom: var(--theme-content-spacing)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: calc(var(--has-theme-content-spacing, 1)*(.3em + 10px))
}

h1:where(:last-child),
h2:where(:last-child),
h3:where(:last-child),
h4:where(:last-child),
h5:where(:last-child),
h6:where(:last-child) {
    margin-bottom: 0
}

:is(.entry-content, .is-layout-flow, .is-layout-constrained)>*:where(:not(h1, h2, h3, h4, h5, h6)) {
    margin-bottom: var(--theme-content-spacing)
}

:is(.entry-content, .is-layout-flow, .is-layout-constrained)>*:where(:not(h1, h2, h3, h4, h5, h6)):where(:last-child) {
    margin-bottom: 0
}

:is(.entry-content, .is-layout-flow, .is-layout-constrained) :where(h1, h2, h3, h4, h5, h6) {
    margin-top: var(--theme-content-spacing)
}

:is(.entry-content, .is-layout-flow, .is-layout-constrained) :where(h1, h2, h3, h4, h5, h6):where(:first-child) {
    margin-top: 0
}

:where(.is-layout-flow)>* {
    margin-block-start: 0
}

@media screen and (max-width: 600px) {
    .admin-bar {
        --admin-bar: 0px
    }
}

@media screen and (min-width: 601px)and (max-width: 782px) {
    .admin-bar {
        --admin-bar: 46px
    }
}

@media screen and (min-width: 783px) {
    .admin-bar {
        --admin-bar: 32px
    }
}

.menu,
.entry-meta,
.ct-account-modal>ul,
.ct-language-switcher ul,
[class*=ct-contact-info] ul,
.products,
.commentlist,
.ct-comments ol,
.ct-comments ul,
.mobile-menu ul,
.woocommerce-tabs>ul,
.wc-item-meta,
.ct-header-account ul,
.ct-product-additional-info ul,
.woocommerce-pagination .page-numbers,
.wc-block-review-list,
.woocommerce-mini-cart,
.woocommerce-MyAccount-navigation ul,
.gp-block-latest-comments,
.ct-filter-widget,
.ct-compare-bar ul,
.ct-product-hero ul {
    margin-bottom: 0;
    --theme-list-indent: 0;
    --theme-list-style-type: none
}

ul:last-child,
ol:last-child,
ul li:last-child,
ol li:last-child,
.ct-widget p:last-child,
.entry-excerpt *:last-child,
.gp-block-columns:last-child,
.ct-dynamic-data p:last-child,
.woocommerce-variation-availability p:last-child {
    margin-bottom: 0
}

[data-parallax]>figure {
    display: flex;
    align-items: center
}

@media(prefers-reduced-motion: no-preference) {
    [data-reveal] {
        transition-property: opacity, transform;
        transition-duration: 1.5s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1)
    }

    [data-reveal][data-reveal*=no] {
        opacity: .01
    }

    [data-reveal][data-reveal*=yes] {
        opacity: 1
    }

    [data-reveal][data-reveal*=bottom] {
        transform: translateY(100px)
    }

    [class*=entries] article[data-reveal*="2"] {
        transition-delay: 0.3s
    }

    [class*=entries] article[data-reveal*="3"] {
        transition-delay: 0.6s
    }

    [class*=entries] article[data-reveal*="4"] {
        transition-delay: 0.9s
    }

    [class*=entries] article[data-reveal*="5"] {
        transition-delay: 1.2s
    }

    [class*=entries] article[data-reveal*="6"] {
        transition-delay: 1.5s
    }

    [class*=entries] article[data-reveal*="7"] {
        transition-delay: 1.8s
    }

    [class*=entries] article[data-reveal*="8"] {
        transition-delay: 2.1s
    }

    [class*=entries] article[data-reveal*="9"] {
        transition-delay: 2.4s
    }

    [class*=entries] article[data-reveal*="10"] {
        transition-delay: 2.7s
    }

    [class*=entries] article[data-reveal*="11"] {
        transition-delay: 3s
    }

    [class*=entries] article[data-reveal*="12"] {
        transition-delay: 3.3s
    }
}

.ct-icon,
.ct-icon-container svg {
    width: var(--theme-icon-size, 15px);
    height: var(--theme-icon-size, 15px);
    fill: var(--theme-icon-color, var(--theme-text-color));
    transition: var(--theme-icon-transition, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955))
}

.ct-icon,
.ct-icon-container {
    position: relative
}

.ct-icon-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.ct-icon-container.ct-left {
    margin-inline-end: .5em
}

.ct-icon-container.ct-right {
    margin-inline-start: .5em
}

[data-icons-type*=":"] .ct-icon-container {
    width: calc(var(--theme-icon-size, 15px)*2.5);
    height: calc(var(--theme-icon-size, 15px)*2.5);
    transition: background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-icons-type*=square] .ct-icon-container {
    border-radius: 2px
}

[data-icons-type*=rounded] .ct-icon-container {
    border-radius: 100%
}

[data-icons-type]>* {
    transition: none
}

[data-icons-type]>*:hover svg {
    fill: var(--theme-icon-hover-color, var(--theme-palette-color-2))
}

[data-icons-type*=solid] .ct-icon-container {
    background-color: var(--background-color)
}

[data-icons-type*=solid]>*:hover .ct-icon-container {
    background-color: var(--background-hover-color)
}

[data-icons-type*=outline] .ct-icon-container {
    border: 1px solid var(--background-color)
}

[data-icons-type*=outline]>*:hover .ct-icon-container {
    border-color: var(--background-hover-color)
}

[class*=ct-media-container] {
    display: inline-flex;
    overflow: hidden;
    isolation: isolate;
    vertical-align: middle
}

.ct-media-container {
    position: relative;
    width: 100%
}

.ct-media-container img,
.ct-media-container video,
.ct-media-container picture {
    width: inherit;
    border-radius: inherit;
    object-fit: var(--theme-object-fit, cover)
}

.ct-media-container iframe {
    height: auto
}

.ct-media-container picture {
    display: inline-flex
}

.ct-media-container-static img {
    aspect-ratio: 1/1
}

a {
    color: var(--theme-link-initial-color);
    -webkit-text-decoration: var(--has-link-decoration, var(--theme-text-decoration, none));
    text-decoration: var(--has-link-decoration, var(--theme-text-decoration, none))
}

a:hover {
    color: var(--theme-link-hover-color)
}

[data-link=type-2] .entry-content p>a,
[data-link=type-2] .entry-content em>a,
[data-link=type-2] .entry-content strong>a,
[data-link=type-2] .entry-content>ul a,
[data-link=type-2] .entry-content>ol a,
[data-link=type-2] .gp-block-table a,
[data-link=type-2] .ct-link-styles {
    --theme-text-decoration: underline
}

[data-link=type-3] .entry-content p>a,
[data-link=type-3] .entry-content em>a,
[data-link=type-3] .entry-content strong>a,
[data-link=type-3] .entry-content>ul a,
[data-link=type-3] .entry-content>ol a,
[data-link=type-3] .gp-block-table a,
[data-link=type-3] .ct-link-styles,
[data-link=type-4] .entry-content p>a,
[data-link=type-4] .entry-content em>a,
[data-link=type-4] .entry-content strong>a,
[data-link=type-4] .entry-content>ul a,
[data-link=type-4] .entry-content>ol a,
[data-link=type-4] .gp-block-table a,
[data-link=type-4] .ct-link-styles,
[data-link=type-5] .entry-content p>a,
[data-link=type-5] .entry-content em>a,
[data-link=type-5] .entry-content strong>a,
[data-link=type-5] .entry-content>ul a,
[data-link=type-5] .entry-content>ol a,
[data-link=type-5] .gp-block-table a,
[data-link=type-5] .ct-link-styles {
    background-position: var(--has-link-decoration, 0% 100%);
    background-repeat: var(--has-link-decoration, no-repeat)
}

[data-link=type-4] .entry-content p>a,
[data-link=type-4] .entry-content em>a,
[data-link=type-4] .entry-content strong>a,
[data-link=type-4] .entry-content>ul a,
[data-link=type-4] .entry-content>ol a,
[data-link=type-4] .gp-block-table a,
[data-link=type-4] .ct-link-styles {
    background-size: var(--has-link-decoration, 100% 1px);
    background-image: var(--has-link-decoration, linear-gradient(currentColor, currentColor))
}

footer.ct-footer [data-link] a,
[data-link] .ct-posts-shortcode .entry-title a {
    --has-link-decoration: var(--false)
}

footer.ct-footer [data-link] a:hover,
[data-link] .ct-posts-shortcode .entry-title a:hover {
    color: var(--theme-link-hover-color)
}

footer.ct-footer [data-link=underline] a {
    text-decoration: underline
}

.ct-ajax-loader {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: auto;
    display: flex;
    border-radius: 100%;
    width: var(--loader-size, 20px);
    height: var(--loader-size, 20px);
    color: var(--loader-color, #c5cbd0)
}

.ct-ajax-loader[data-type=boxed] {
    padding: 8px;
    background: #fff;
    box-sizing: content-box;
    --loader-color: var(--theme-text-color)
}

[data-label=bottom] {
    text-align: center;
    flex-direction: column
}

[data-label=bottom] .ct-label {
    order: 2;
    line-height: 1;
    margin-top: .5em
}

[data-label=left] .ct-label {
    margin-inline-end: .7em
}

[data-label=right] .ct-label {
    order: 2;
    margin-inline-start: .7em
}

.ct-tooltip {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

select,
textarea,
input[type=url],
input[type=tel],
input[type=text],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
fieldset .wc-stripe-elements-field,
.ff-inherit-theme-style select.ff-el-form-control:not([size]):not([multiple]) {
    -webkit-appearance: none;
    appearance: none;
    width: var(--theme-form-field-width, 100%);
    height: var(--theme-form-field-height, 40px);
    font-family: inherit;
    font-size: var(--theme-form-font-size, 16px);
    color: var(--theme-form-text-initial-color, var(--theme-text-color));
    padding: var(--has-classic-forms, var(--theme-form-field-padding, 0 12px));
    border-width: var(--theme-form-field-border-width, 1px);
    border-style: var(--theme-form-field-border-style, solid);
    border-color: var(--theme-form-field-border-initial-color);
    border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
    background-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
    transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

select:focus,
textarea:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
fieldset .wc-stripe-elements-field:focus,
.ff-inherit-theme-style select.ff-el-form-control:not([size]):not([multiple]):focus {
    outline: none;
    color: var(--theme-form-text-focus-color, var(--theme-text-color));
    border-color: var(--theme-form-field-border-focus-color);
    background-color: var(--has-classic-forms, var(--theme-form-field-background-focus-color))
}

select.placeholder,
textarea.placeholder,
input[type=url].placeholder,
input[type=tel].placeholder,
input[type=text].placeholder,
input[type=time].placeholder,
input[type=date].placeholder,
input[type=datetime].placeholder,
input[type=datetime-local].placeholder,
input[type=email].placeholder,
input[type=number].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
fieldset .wc-stripe-elements-field.placeholder,
.ff-inherit-theme-style select.ff-el-form-control:not([size]):not([multiple]).placeholder {
    opacity: .6;
    color: inherit
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
fieldset .wc-stripe-elements-field:-moz-placeholder,
.ff-inherit-theme-style select.ff-el-form-control:not([size]):not([multiple]):-moz-placeholder {
    opacity: .6;
    color: inherit
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
fieldset .wc-stripe-elements-field::-moz-placeholder,
.ff-inherit-theme-style select.ff-el-form-control:not([size]):not([multiple])::-moz-placeholder {
    opacity: .6;
    color: inherit
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
fieldset .wc-stripe-elements-field:-ms-input-placeholder,
.ff-inherit-theme-style select.ff-el-form-control:not([size]):not([multiple]):-ms-input-placeholder {
    opacity: .6;
    color: inherit
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
fieldset .wc-stripe-elements-field::-webkit-input-placeholder,
.ff-inherit-theme-style select.ff-el-form-control:not([size]):not([multiple])::-webkit-input-placeholder {
    opacity: .6;
    color: inherit
}

select {
    padding-inline-end: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%234F5D6D' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-size: 8px auto, 100%;
    background-position: right 10px top 50%, 0 0
}

select option {
    color: initial
}

textarea {
    line-height: 1.5;
    resize: vertical;
    --theme-form-field-padding: 12px
}

fieldset {
    padding: 30px;
    border: 1px dashed var(--theme-border-color)
}

legend {
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    margin-left: -15px
}

.ct-checkbox,
.comment-form input[type=checkbox],
#ship-to-different-address-checkbox,
.wc-block-checkbox-list input[type=checkbox],
.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.woocommerce-form__input[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-input-wrapper input[type=checkbox],
#wc-stripe-new-payment-method[type=checkbox],
.ppcp-credit-card-vault[type=checkbox],
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],
.gpforms-container:not(.gpforms-container-full) input[type=checkbox],
.ff-inherit-theme-style input[type=checkbox],
.wc_payment_method>input[type=radio],
.woocommerce-shipping-methods input[type=radio],
.payment_box input[type=radio],
.mp-ticket-payments input[type=radio],
.forminator-ui[data-design=none] .forminator-radio input[type=radio],
.gpforms-container:not(.gpforms-container-full) input[type=radio],
.ff-inherit-theme-style input[type=radio] {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: var(--top, 3px);
    min-width: 16px;
    width: 16px;
    height: 16px;
    min-height: initial;
    padding: 0 !important;
    margin: 0;
    margin-inline-end: .7em;
    border-width: var(--form-selection-control-border-width, var(--theme-form-field-border-width, 1px));
    border-style: solid;
    cursor: pointer;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0);
    border-color: var(--theme-form-selection-field-initial-color)
}

.ct-checkbox:before,
.comment-form input[type=checkbox]:before,
#ship-to-different-address-checkbox:before,
.wc-block-checkbox-list input[type=checkbox]:before,
.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before,
.woocommerce-form__input[type=checkbox]:before,
.woocommerce-form__label-for-checkbox input[type=checkbox]:before,
.woocommerce-input-wrapper input[type=checkbox]:before,
#wc-stripe-new-payment-method[type=checkbox]:before,
.ppcp-credit-card-vault[type=checkbox]:before,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before,
.gpforms-container:not(.gpforms-container-full) input[type=checkbox]:before,
.ff-inherit-theme-style input[type=checkbox]:before,
.wc_payment_method>input[type=radio]:before,
.woocommerce-shipping-methods input[type=radio]:before,
.payment_box input[type=radio]:before,
.mp-ticket-payments input[type=radio]:before,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:before,
.gpforms-container:not(.gpforms-container-full) input[type=radio]:before,
.ff-inherit-theme-style input[type=radio]:before {
    position: absolute;
    content: "";
    z-index: 2;
    inset: 0;
    opacity: 0;
    margin: auto
}

.ct-checkbox:checked,
.comment-form input[type=checkbox]:checked,
#ship-to-different-address-checkbox:checked,
.wc-block-checkbox-list input[type=checkbox]:checked,
.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked,
.woocommerce-form__input[type=checkbox]:checked,
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked,
.woocommerce-input-wrapper input[type=checkbox]:checked,
#wc-stripe-new-payment-method[type=checkbox]:checked,
.ppcp-credit-card-vault[type=checkbox]:checked,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked,
.gpforms-container:not(.gpforms-container-full) input[type=checkbox]:checked,
.ff-inherit-theme-style input[type=checkbox]:checked,
.wc_payment_method>input[type=radio]:checked,
.woocommerce-shipping-methods input[type=radio]:checked,
.payment_box input[type=radio]:checked,
.mp-ticket-payments input[type=radio]:checked,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked,
.gpforms-container:not(.gpforms-container-full) input[type=radio]:checked,
.ff-inherit-theme-style input[type=radio]:checked {
    border-color: var(--theme-form-selection-field-active-color);
    background: var(--theme-form-selection-field-active-color)
}

.ct-checkbox:checked:before,
.comment-form input[type=checkbox]:checked:before,
#ship-to-different-address-checkbox:checked:before,
.wc-block-checkbox-list input[type=checkbox]:checked:before,
.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked:before,
.woocommerce-form__input[type=checkbox]:checked:before,
.woocommerce-form__label-for-checkbox input[type=checkbox]:checked:before,
.woocommerce-input-wrapper input[type=checkbox]:checked:before,
#wc-stripe-new-payment-method[type=checkbox]:checked:before,
.ppcp-credit-card-vault[type=checkbox]:checked:before,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked:before,
.gpforms-container:not(.gpforms-container-full) input[type=checkbox]:checked:before,
.ff-inherit-theme-style input[type=checkbox]:checked:before,
.wc_payment_method>input[type=radio]:checked:before,
.woocommerce-shipping-methods input[type=radio]:checked:before,
.payment_box input[type=radio]:checked:before,
.mp-ticket-payments input[type=radio]:checked:before,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked:before,
.gpforms-container:not(.gpforms-container-full) input[type=radio]:checked:before,
.ff-inherit-theme-style input[type=radio]:checked:before {
    opacity: 1
}

.ct-checkbox:focus-visible,
.comment-form input[type=checkbox]:focus-visible,
#ship-to-different-address-checkbox:focus-visible,
.wc-block-checkbox-list input[type=checkbox]:focus-visible,
.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus-visible,
.woocommerce-form__input[type=checkbox]:focus-visible,
.woocommerce-form__label-for-checkbox input[type=checkbox]:focus-visible,
.woocommerce-input-wrapper input[type=checkbox]:focus-visible,
#wc-stripe-new-payment-method[type=checkbox]:focus-visible,
.ppcp-credit-card-vault[type=checkbox]:focus-visible,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:focus-visible,
.gpforms-container:not(.gpforms-container-full) input[type=checkbox]:focus-visible,
.ff-inherit-theme-style input[type=checkbox]:focus-visible,
.wc_payment_method>input[type=radio]:focus-visible,
.woocommerce-shipping-methods input[type=radio]:focus-visible,
.payment_box input[type=radio]:focus-visible,
.mp-ticket-payments input[type=radio]:focus-visible,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:focus-visible,
.gpforms-container:not(.gpforms-container-full) input[type=radio]:focus-visible,
.ff-inherit-theme-style input[type=radio]:focus-visible {
    outline: none;
    border-color: var(--theme-form-selection-field-active-color)
}

.ct-checkbox,
.comment-form input[type=checkbox],
#ship-to-different-address-checkbox,
.wc-block-checkbox-list input[type=checkbox],
.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.woocommerce-form__input[type=checkbox],
.woocommerce-form__label-for-checkbox input[type=checkbox],
.woocommerce-input-wrapper input[type=checkbox],
#wc-stripe-new-payment-method[type=checkbox],
.ppcp-credit-card-vault[type=checkbox],
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],
.gpforms-container:not(.gpforms-container-full) input[type=checkbox],
.ff-inherit-theme-style input[type=checkbox] {
    border-radius: var(--theme-form-checkbox-border-radius, 3px)
}

.ct-checkbox:before,
.comment-form input[type=checkbox]:before,
#ship-to-different-address-checkbox:before,
.wc-block-checkbox-list input[type=checkbox]:before,
.wc-block-checkbox-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before,
.woocommerce-form__input[type=checkbox]:before,
.woocommerce-form__label-for-checkbox input[type=checkbox]:before,
.woocommerce-input-wrapper input[type=checkbox]:before,
#wc-stripe-new-payment-method[type=checkbox]:before,
.ppcp-credit-card-vault[type=checkbox]:before,
.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before,
.gpforms-container:not(.gpforms-container-full) input[type=checkbox]:before,
.ff-inherit-theme-style input[type=checkbox]:before {
    top: -2px;
    width: 8px;
    height: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg)
}

.wc_payment_method>input[type=radio],
.woocommerce-shipping-methods input[type=radio],
.payment_box input[type=radio],
.mp-ticket-payments input[type=radio],
.forminator-ui[data-design=none] .forminator-radio input[type=radio],
.gpforms-container:not(.gpforms-container-full) input[type=radio],
.ff-inherit-theme-style input[type=radio] {
    border-radius: 100% !important
}

.wc_payment_method>input[type=radio]:before,
.woocommerce-shipping-methods input[type=radio]:before,
.payment_box input[type=radio]:before,
.mp-ticket-payments input[type=radio]:before,
.forminator-ui[data-design=none] .forminator-radio input[type=radio]:before,
.gpforms-container:not(.gpforms-container-full) input[type=radio]:before,
.ff-inherit-theme-style input[type=radio]:before {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: inherit
}

label {
    font-size: 15px;
    line-height: inherit;
    cursor: pointer;
    margin: 0 0 .5em 0
}

label:last-child {
    margin-bottom: 0
}

.gdpr-confirm-policy label,
.comment-form-cookies-consent label {
    font-size: 13px
}

.ct-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--spacing, 60px)
}

.ct-pagination[data-divider] {
    padding-top: var(--spacing, 60px);
    border-top: var(--pagination-divider, none)
}

[data-pagination=simple],
[data-pagination=next_prev] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}

[data-pagination=simple] .page-numbers,
[data-pagination=next_prev] .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    border-radius: var(--theme-border-radius, 4px);
    border: 2px solid rgba(0, 0, 0, 0)
}

[data-pagination=simple] .page-numbers.current,
[data-pagination=next_prev] .page-numbers.current {
    color: var(--theme-text-active-color, #fff);
    background: var(--theme-link-hover-color)
}

[data-pagination=simple] .page-numbers:not(.dots):hover,
[data-pagination=next_prev] .page-numbers:not(.dots):hover {
    border-color: var(--theme-link-hover-color)
}

[data-pagination=simple] .prev,
[data-pagination=simple] .next,
[data-pagination=next_prev] .prev,
[data-pagination=next_prev] .next {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 17px;
    white-space: nowrap;
    border-color: var(--theme-border-color)
}

[data-pagination=simple] .prev,
[data-pagination=next_prev] .prev {
    grid-column: 1;
    justify-self: start
}

[data-pagination=simple] .next,
[data-pagination=next_prev] .next {
    grid-column: 3;
    justify-self: end
}

[data-pagination=simple]>div {
    grid-column: 2;
    text-align: center;
    margin: -5px
}

[data-pagination=simple]>div .page-numbers {
    flex: 0 0 41px;
    width: 41px;
    margin: 5px
}

[data-pagination=load_more],
[data-pagination=infinite_scroll] {
    justify-content: center
}

[data-pagination=load_more] .page-numbers,
[data-pagination=infinite_scroll] .page-numbers {
    display: none
}

[data-pagination=load_more] .ct-load-more-helper,
[data-pagination=infinite_scroll] .ct-load-more-helper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: var(--theme-button-min-height, 45px);
    min-height: var(--theme-button-min-height, 45px)
}

[data-pagination=load_more] .ct-load-more-helper .ct-ajax-loader,
[data-pagination=infinite_scroll] .ct-load-more-helper .ct-ajax-loader {
    opacity: 0
}

[data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-ajax-loader,
[data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-ajax-loader {
    opacity: 1
}

[data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-load-more,
[data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-load-more {
    opacity: 0
}

[data-pagination=load_more] .ct-load-more,
[data-pagination=infinite_scroll] .ct-load-more {
    z-index: 2;
    opacity: 1
}

[data-pagination=load_more] .ct-last-page-text,
[data-pagination=infinite_scroll] .ct-last-page-text {
    display: none
}

[data-pagination=load_more].ct-last-page .ct-load-more,
[data-pagination=load_more].ct-last-page .ct-ajax-loader,
[data-pagination=infinite_scroll].ct-last-page .ct-load-more,
[data-pagination=infinite_scroll].ct-last-page .ct-ajax-loader {
    display: none
}

[data-pagination=load_more].ct-last-page .ct-last-page-text,
[data-pagination=infinite_scroll].ct-last-page .ct-last-page-text {
    display: flex;
    opacity: .7
}

.entry-meta {
    --items-spacing: 9px
}

.entry-meta li {
    display: inline-block
}

.entry-meta li:not(:last-of-type) {
    margin-inline-end: var(--items-spacing)
}

.entry-meta li:after {
    margin-inline-start: var(--items-spacing)
}

.entry-meta li svg,
.entry-meta li:after,
.entry-meta li [class*=ct-media-container] {
    position: relative;
    top: -0.1em;
    vertical-align: var(--vertical-align, middle)
}

.entry-meta li [class*=ct-media-container] {
    border-radius: 100%;
    margin-inline-end: 10px
}

.entry-meta li [class*=ct-media-container]+svg {
    display: none
}

.entry-meta li svg {
    fill: currentColor;
    margin-inline-end: 7px
}

.entry-meta li>span {
    margin-inline-end: 5px
}

.entry-meta[data-type*=none] li:not(:last-of-type) {
    --items-spacing: 20px
}

.entry-meta[data-type*=slash] li:not(:last-of-type):after {
    content: "/";
    --vertical-align: baseline
}

.entry-meta[data-type*=line] li:not(:last-of-type):after {
    content: "-"
}

.entry-meta[data-type*=circle] li:not(:last-of-type):after {
    content: "â—";
    font-size: .35em
}

.entry-meta[data-type*=icons] svg {
    width: 13px;
    height: 13px
}

.entry-meta [data-type=pill] a,
.entry-meta [data-type=underline] a {
    display: inline-flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px
}

.entry-meta [data-type=pill] a {
    min-height: 25px;
    padding: 0 8px;
    border-radius: 3px;
    background: var(--theme-button-background-initial-color);
    --theme-link-initial-color: var(--theme-button-text-initial-color);
    --theme-link-hover-color: var(--theme-button-text-hover-color)
}

.entry-meta [data-type=pill] a:not(:last-of-type) {
    margin-inline-end: 4px
}

.entry-meta [data-type=pill] a:hover {
    background: var(--theme-button-background-hover-color)
}

.entry-meta [data-type=underline] a {
    position: relative
}

.entry-meta [data-type=underline] a:before {
    position: absolute;
    bottom: -0.1em;
    content: "";
    width: 100%;
    height: 1px;
    opacity: .5;
    background: currentColor;
    transform: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.entry-meta [data-type=underline] a:hover:before {
    opacity: 1
}

.entry-tags {
    margin-top: 40px;
    clear: both;
    margin-bottom: -10px
}

.entry-tags a {
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    padding: .3em .85em;
    margin-bottom: 10px;
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-background-initial-color: transparent
}

.entry-tags a:not(:hover) {
    box-shadow: inset 0px 0px 0px 1px var(--theme-border-color)
}

.entry-tags a:not(:last-child) {
    margin-inline-end: 10px
}

.ct-breadcrumbs {
    color: var(--theme-text-color)
}

.ct-breadcrumbs[data-source=default]>span {
    display: inline-flex;
    align-items: center;
    vertical-align: middle
}

.ct-breadcrumbs[data-source=default]>span .separator {
    margin: 0 8px
}

.ct-breadcrumbs[data-source=default] .ct-home-icon {
    position: relative;
    top: -0.15em;
    vertical-align: middle
}

@font-face {
    font-family: "star";
    src: url("../fonts/stars.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.star-rating {
    overflow: hidden;
    position: relative;
    width: 7em;
    height: 1em;
    font-family: "star";
    font-size: .9em;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .4em;
    color: var(--star-rating-inactive-color, #F9DFCC)
}

.star-rating:before {
    content: "SSSSS";
    top: 0;
    inset-inline-start: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    top: 0;
    inset-inline-start: 0;
    position: absolute;
    padding-top: 1em
}

.star-rating span:before {
    content: "SSSSS";
    top: 0;
    inset-inline-start: 0;
    position: absolute;
    color: var(--star-rating-initial-color, #FDA256)
}

.has-hover-effect img {
    transition: opacity .5s ease, transform .5s ease
}

@media(hover: hover) {
    [data-hover=zoom-in]>*:hover .has-hover-effect img {
        transform: scale(1.1)
    }
}

[data-hover=zoom-out] .has-hover-effect img {
    transform: scale(1.1)
}

@media(hover: hover) {
    [data-hover=zoom-out]>*:hover .has-hover-effect img {
        transform: scale(1)
    }
}

[data-hover=swap] .ct-swap {
    position: absolute;
    inset: 0;
    opacity: 0
}

@media(hover: hover) {
    [data-hover=swap] .has-hover-effect:hover .ct-swap {
        opacity: 1
    }

    [data-hover=swap] .has-hover-effect:hover .ct-swap+img {
        opacity: 0
    }
}

:target,
.tp-custom-menu-anchor {
    scroll-margin-top: calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--scroll-margin-top-offset, 0px))
}

[data-header*=sticky] {
    --scroll-margin-top-offset: calc((var(--header-sticky-height, var(--header-height, 0px)) * var(--has-transparent-header) * (var(--sticky-shrink, 100) / 100)) + var(--header-sticky-height, var(--header-height, 0px)) * (1 - var(--has-transparent-header)) * (var(--sticky-shrink, 100) / 100))
}

[data-header*="sticky:shrink"] {
    --scroll-margin-top-offset: calc(var(--header-sticky-height, var(--header-height, 0px)) * (var(--sticky-shrink, 100) / 100))
}

[data-header*="sticky:auto"] {
    --scroll-margin-top-offset: 0px
}

.button,
.ct-button,
.added_to_cart,
.ct-button-ghost,
[type=submit],
.gp-element-button,
.gp-block-button__link,
button.regform-button,
button[class*=ajax],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design=none] .forminator-button,
.fluentform .ff-el-group button.ff-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--theme-button-min-height);
    padding: var(--theme-button-padding);
    border: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: var(--theme-button-border-radius, 3px);
    transition: all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --has-link-decoration: var(--false)
}

.button:disabled,
.button.disabled,
.ct-button:disabled,
.ct-button.disabled,
.added_to_cart:disabled,
.added_to_cart.disabled,
.ct-button-ghost:disabled,
.ct-button-ghost.disabled,
[type=submit]:disabled,
[type=submit].disabled,
.gp-element-button:disabled,
.gp-element-button.disabled,
.gp-block-button__link:disabled,
.gp-block-button__link.disabled,
button.regform-button:disabled,
button.regform-button.disabled,
button[class*=ajax]:disabled,
button[class*=ajax].disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce-message .showlogin:disabled,
.woocommerce-message .showlogin.disabled,
.woocommerce-message .restore-item:disabled,
.woocommerce-message .restore-item.disabled,
.forminator-ui[data-design=none] .forminator-button:disabled,
.forminator-ui[data-design=none] .forminator-button.disabled,
.fluentform .ff-el-group button.ff-btn:disabled,
.fluentform .ff-el-group button.ff-btn.disabled {
    opacity: .5;
    cursor: not-allowed;
    --theme-button-shadow: none;
    --theme-button-transform: none
}

@media(max-width: 479.98px) {

    .button,
    .ct-button,
    .added_to_cart,
    .ct-button-ghost,
    [type=submit],
    .gp-element-button,
    .gp-block-button__link,
    button.regform-button,
    button[class*=ajax],
    .woocommerce button.button,
    .woocommerce-message .showlogin,
    .woocommerce-message .restore-item,
    .forminator-ui[data-design=none] .forminator-button,
    .fluentform .ff-el-group button.ff-btn {
        --padding: 5px 15px
    }
}

.button.has-text-align-left,
.ct-button.has-text-align-left,
.added_to_cart.has-text-align-left,
.ct-button-ghost.has-text-align-left,
[type=submit].has-text-align-left,
.gp-element-button.has-text-align-left,
.gp-block-button__link.has-text-align-left,
button.regform-button.has-text-align-left,
button[class*=ajax].has-text-align-left,
.woocommerce button.button.has-text-align-left,
.woocommerce-message .showlogin.has-text-align-left,
.woocommerce-message .restore-item.has-text-align-left,
.forminator-ui[data-design=none] .forminator-button.has-text-align-left,
.fluentform .ff-el-group button.ff-btn.has-text-align-left {
    justify-content: flex-start
}

.button.has-text-align-right,
.ct-button.has-text-align-right,
.added_to_cart.has-text-align-right,
.ct-button-ghost.has-text-align-right,
[type=submit].has-text-align-right,
.gp-element-button.has-text-align-right,
.gp-block-button__link.has-text-align-right,
button.regform-button.has-text-align-right,
button[class*=ajax].has-text-align-right,
.woocommerce button.button.has-text-align-right,
.woocommerce-message .showlogin.has-text-align-right,
.woocommerce-message .restore-item.has-text-align-right,
.forminator-ui[data-design=none] .forminator-button.has-text-align-right,
.fluentform .ff-el-group button.ff-btn.has-text-align-right {
    justify-content: flex-end
}

.button,
.ct-button,
.entry-tags a,
.added_to_cart,
[type=submit],
.gp-element-button,
.gp-block-button__link,
button.regform-button,
button[class*=ajax],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design=none] .forminator-button,
.fluentform .ff-el-group button.ff-btn {
    position: relative;
    color: var(--theme-button-text-initial-color);
    border: var(--theme-button-border);
    background-color: var(--theme-button-background-initial-color)
}

.button:hover,
.ct-button:hover,
.entry-tags a:hover,
.added_to_cart:hover,
[type=submit]:hover,
.gp-element-button:hover,
.gp-block-button__link:hover,
button.regform-button:hover,
button[class*=ajax]:hover,
.woocommerce button.button:hover,
.woocommerce-message .showlogin:hover,
.woocommerce-message .restore-item:hover,
.forminator-ui[data-design=none] .forminator-button:hover,
.fluentform .ff-el-group button.ff-btn:hover {
    color: var(--theme-button-text-hover-color);
    border-color: var(--theme-button-border-hover-color);
    background-color: var(--theme-button-background-hover-color)
}

@media(hover: hover) {
    @supports(filter: blur()) {

        .button:before,
        .ct-button:before,
        .entry-tags a:before,
        .added_to_cart:before,
        [type=submit]:before,
        .gp-element-button:before,
        .gp-block-button__link:before,
        button.regform-button:before,
        button[class*=ajax]:before,
        .woocommerce button.button:before,
        .woocommerce-message .showlogin:before,
        .woocommerce-message .restore-item:before,
        .forminator-ui[data-design=none] .forminator-button:before,
        .fluentform .ff-el-group button.ff-btn:before {
            display: var(--theme-button-shadow, block);
            position: absolute;
            z-index: -1;
            content: "";
            inset-inline: 10px;
            inset-block: 12px 0;
            opacity: 0;
            border-radius: inherit;
            background: inherit;
            transition: opacity .2s ease;
            filter: blur(11px)
        }

        @media(hover: hover)and (prefers-reduced-motion: no-preference) {

            .button:hover,
            .ct-button:hover,
            .entry-tags a:hover,
            .added_to_cart:hover,
            [type=submit]:hover,
            .gp-element-button:hover,
            .gp-block-button__link:hover,
            button.regform-button:hover,
            button[class*=ajax]:hover,
            .woocommerce button.button:hover,
            .woocommerce-message .showlogin:hover,
            .woocommerce-message .restore-item:hover,
            .forminator-ui[data-design=none] .forminator-button:hover,
            .fluentform .ff-el-group button.ff-btn:hover {
                transform: var(--theme-button-transform, translate3d(0, -3px, 0))
            }

            .button:hover:before,
            .ct-button:hover:before,
            .entry-tags a:hover:before,
            .added_to_cart:hover:before,
            [type=submit]:hover:before,
            .gp-element-button:hover:before,
            .gp-block-button__link:hover:before,
            button.regform-button:hover:before,
            button[class*=ajax]:hover:before,
            .woocommerce button.button:hover:before,
            .woocommerce-message .showlogin:hover:before,
            .woocommerce-message .restore-item:hover:before,
            .forminator-ui[data-design=none] .forminator-button:hover:before,
            .fluentform .ff-el-group button.ff-btn:hover:before {
                opacity: .8
            }
        }
    }
}

.ct-button-ghost,
.gp-block-buttons .gp-block-button .gp-block-button__link.is-style-outline,
.gp-block-buttons .gp-block-button.is-style-outline .gp-block-button__link {
    --theme-button-text-initial-color: var(--theme-button-background-initial-color);
    border-width: 2px;
    border-style: solid;
    color: var(--theme-button-text-initial-color);
    border-color: var(--theme-button-background-initial-color);
    background-color: rgba(0, 0, 0, 0)
}

.ct-button-ghost:hover,
.gp-block-buttons .gp-block-button .gp-block-button__link.is-style-outline:hover,
.gp-block-buttons .gp-block-button.is-style-outline .gp-block-button__link:hover {
    color: var(--theme-button-text-hover-color);
    border-color: var(--theme-button-background-hover-color);
    background-color: var(--theme-button-background-hover-color)
}

.button,
.ct-button,
.added_to_cart,
.ct-button-ghost,
[type=submit],
.gp-element-button,
.gp-block-button__link,
button.regform-button,
button[class*=ajax],
.woocommerce button.button,
.woocommerce-message .showlogin,
.woocommerce-message .restore-item,
.forminator-ui[data-design=none] .forminator-button,
.fluentform .ff-el-group button.ff-btn,
.ct-button-secondary-text {
    font-family: var(--theme-button-font-family, var(--theme-font-family));
    font-size: var(--theme-button-font-size);
    font-weight: var(--theme-button-font-weight);
    font-style: var(--theme-button-font-style);
    line-height: var(--theme-button-line-height);
    letter-spacing: var(--theme-button-letter-spacing);
    text-transform: var(--theme-button-text-transform);
    -webkit-text-decoration: var(--theme-button-text-decoration);
    text-decoration: var(--theme-button-text-decoration)
}

[class*=ct-toggle] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: var(--toggle-button-position, relative);
    z-index: var(--toggle-button-z-index, initial);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    width: var(--toggle-button-size);
    height: var(--toggle-button-size);
    margin-inline-start: var(--toggle-button-margin-start, auto);
    margin-inline-end: var(--toggle-button-margin-end, initial);
    transition: border-color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: var(--toggle-button-padding, 0px) !important;
    box-shadow: var(--toggle-button-shadow, none) !important;
    border-radius: var(--toggle-button-radius, 0) !important;
    border-width: var(--toggle-button-border-width, 0px) !important;
    border-style: var(--toggle-button-border-style, solid) !important;
    border-color: var(--toggle-button-border-color, transparent) !important;
    background: var(--toggle-button-background, transparent) !important
}

[class*=ct-toggle] svg {
    transform: var(--toggle-icon-transform);
    --theme-icon-transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[class*=ct-toggle-close] {
    top: var(--toggle-button-top, initial);
    inset-inline-end: var(--toggle-button-inset-end, 0);
    --theme-icon-size: 12px;
    --theme-icon-color: rgba(255, 255, 255, 0.7)
}

[class*=ct-toggle-close]:hover {
    --toggle-icon-transform: rotate(90deg)
}

[class*=ct-toggle-close]:not([data-type=type-1]) {
    --toggle-button-size: 33px;
    --toggle-button-radius: 5px
}

[class*=ct-toggle-close][data-type=type-1] {
    --outline-offset: 5px
}

[class*=ct-toggle-close][data-type=type-2] {
    --toggle-button-border-width: 1px;
    --toggle-button-border-color: rgba(0, 0, 0, 0.5)
}

[class*=ct-toggle-close][data-type=type-3] {
    --toggle-button-background: rgba(0, 0, 0, 0.5)
}

[data-button-state] .ct-button-loader {
    display: none
}

[data-button-state*=loading] .ct-button-loader {
    display: block
}

[data-button-state*=loading] svg:not(.ct-button-loader) {
    display: none
}

[data-frame=default] {
    border: var(--theme-frame-size, 0px) solid var(--theme-frame-color)
}

[data-frame=default]:before,
[data-frame=default]:after {
    position: fixed;
    content: "";
    z-index: 99999;
    left: 0;
    width: 100%;
    height: var(--theme-frame-size, 0px);
    background: var(--theme-frame-color)
}

[data-frame=default]:before {
    top: calc(var(--admin-bar, 0px))
}

[data-frame=default]:after {
    bottom: 0
}

.entry-button {
    gap: .5em;
    font-size: 15px;
    align-self: var(--horizontal-alignment, flex-start)
}

.entry-button:not([class*=ct-button]) {
    display: flex;
    align-items: center
}

.entry-button[class*=ct-button] {
    min-height: 40px;
    padding: 5px 15px;
    --theme-button-shadow: none;
    --theme-button-transform: none
}

.entries:not([data-cards=cover]) .entry-button {
    margin-top: auto
}

[data-cards=cover] .entry-card>.ct-media-container:after,
.hero-section[data-type=type-2]>figure>.ct-media-container:after {
    position: absolute;
    content: "";
    inset: 0
}

.gdpr-confirm-policy label a {
    text-decoration: underline
}

.ct-related-posts-container {
    display: var(--visibility, block);
    padding: var(--padding, 50px) 0
}

.ct-related-posts .ct-module-title {
    text-align: var(--horizontal-alignment)
}

.ct-related-posts .ct-media-container {
    border-radius: var(--theme-border-radius, 5px)
}

.ct-related-posts .related-entry-title {
    margin: 15px 0 0 0;
    word-break: break-word
}

.ct-related-posts .related-entry-title a:not(:hover) {
    color: inherit
}

.ct-related-posts .entry-meta {
    margin-top: 5px;
    color: var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}

form:is(.login, .register, .edit-account, .lost_reset_password) [class*=password-input] {
    position: relative;
    display: block
}

form:is(.login, .register, .edit-account, .lost_reset_password) [class*=password-input] input {
    padding-inline-end: 38px
}

form:is(.login, .register, .edit-account, .lost_reset_password) [class*=password-input] .show-password-input {
    position: absolute;
    inset-inline-end: 12px;
    top: calc(var(--theme-form-field-height, 40px)/2 - 7px);
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-color: var(--theme-text-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.9,11.6C23.7,11.2,19.5,3,12,3S0.3,11.2,0.1,11.6c-0.1,0.3-0.1,0.6,0,0.9C0.3,12.8,4.5,21,12,21s11.7-8.2,11.9-8.6 C24,12.2,24,11.8,23.9,11.6zM12,19c-5.4,0-8.9-5.4-9.9-7c0.9-1.6,4.5-7,9.9-7c5.4,0,8.9,5.4,9.9,7C20.9,13.6,17.4,19,12,19zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8zM12,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,13.1,13.1,14,12,14z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.9,11.6C23.7,11.2,19.5,3,12,3S0.3,11.2,0.1,11.6c-0.1,0.3-0.1,0.6,0,0.9C0.3,12.8,4.5,21,12,21s11.7-8.2,11.9-8.6 C24,12.2,24,11.8,23.9,11.6zM12,19c-5.4,0-8.9-5.4-9.9-7c0.9-1.6,4.5-7,9.9-7c5.4,0,8.9,5.4,9.9,7C20.9,13.6,17.4,19,12,19zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8zM12,14c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C14,13.1,13.1,14,12,14z'/%3E%3C/svg%3E")
}

form:is(.login, .register, .edit-account, .lost_reset_password) [class*=password-input] input[type=text]~.show-password-input {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.9,5.2C13.3,5.1,12.6,5,12,5c-5.4,0-8.9,5.4-9.9,7c0.5,0.9,1.1,1.8,1.8,2.5C4.3,15,4.2,15.6,3.8,16 c-0.2,0.2-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-0.9-1-1.6-2.2-2.3-3.4c-0.2-0.3-0.2-0.6,0-0.9C0.3,11.2,4.5,3,12,3c0.8,0,1.6,0.1,2.3,0.3c0.5,0.1,0.9,0.7,0.7,1.2C14.9,5,14.4,5.3,13.9,5.2z M0.3,22.3l22-22c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L19.4,6c1.8,1.6,3.3,3.4,4.5,5.5c0.2,0.3,0.2,0.6,0,0.9C23.7,12.8,19.5,21,12,21c-2.1,0-4.1-0.6-5.8-1.8l-4.5,4.5C1.5,23.9,1.3,24,1,24s-0.5-0.1-0.7-0.3C-0.1,23.3-0.1,22.7,0.3,22.3zM14,11.4L11.4,14c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.5c0.4-0.4,0.6-0.9,0.6-1.4C14.1,11.9,14,11.7,14,11.4zM12,19c5.4,0,8.9-5.4,9.9-7c-1-1.8-2.3-3.3-3.9-4.6L15.5,10c0.4,0.7,0.6,1.5,0.6,2.3c0,1.1-0.5,2.1-1.3,2.8c-0.7,0.7-1.7,1.1-2.7,1.1c0,0-0.1,0-0.1,0c-0.7,0-1.4-0.3-2-0.6l-2.3,2.3C9,18.6,10.5,19,12,19z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.9,5.2C13.3,5.1,12.6,5,12,5c-5.4,0-8.9,5.4-9.9,7c0.5,0.9,1.1,1.8,1.8,2.5C4.3,15,4.2,15.6,3.8,16 c-0.2,0.2-0.4,0.2-0.6,0.2c-0.3,0-0.6-0.1-0.8-0.4c-0.9-1-1.6-2.2-2.3-3.4c-0.2-0.3-0.2-0.6,0-0.9C0.3,11.2,4.5,3,12,3c0.8,0,1.6,0.1,2.3,0.3c0.5,0.1,0.9,0.7,0.7,1.2C14.9,5,14.4,5.3,13.9,5.2z M0.3,22.3l22-22c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4L19.4,6c1.8,1.6,3.3,3.4,4.5,5.5c0.2,0.3,0.2,0.6,0,0.9C23.7,12.8,19.5,21,12,21c-2.1,0-4.1-0.6-5.8-1.8l-4.5,4.5C1.5,23.9,1.3,24,1,24s-0.5-0.1-0.7-0.3C-0.1,23.3-0.1,22.7,0.3,22.3zM14,11.4L11.4,14c0.2,0.1,0.4,0.1,0.6,0.1c0.5,0,1-0.2,1.4-0.5c0.4-0.4,0.6-0.9,0.6-1.4C14.1,11.9,14,11.7,14,11.4zM12,19c5.4,0,8.9-5.4,9.9-7c-1-1.8-2.3-3.3-3.9-4.6L15.5,10c0.4,0.7,0.6,1.5,0.6,2.3c0,1.1-0.5,2.1-1.3,2.8c-0.7,0.7-1.7,1.1-2.7,1.1c0,0-0.1,0-0.1,0c-0.7,0-1.4-0.3-2-0.6l-2.3,2.3C9,18.6,10.5,19,12,19z'/%3E%3C/svg%3E")
}

.ct-featured-image {
    margin-left: auto;
    margin-right: auto
}

.ct-featured-image .ct-media-container {
    border-radius: var(--theme-border-radius)
}

.ct-featured-image:not(.alignfull) {
    width: var(--theme-block-width)
}

.ct-featured-image:not(.alignwide):not(.alignfull) {
    max-width: var(--theme-block-max-width)
}

.ct-featured-image.alignwide {
    max-width: var(--theme-block-wide-max-width)
}

@media(max-width: 999.98px) {
    .ct-featured-image {
        padding-bottom: 30px
    }
}

@media(min-width: 1000px) {
    .ct-featured-image {
        padding-bottom: 50px
    }
}

.ct-featured-image figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 5px
}

.post-edit-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: var(--theme-content-spacing);
    --theme-link-initial-color: var(--theme-text-color)
}

.post-edit-link:before {
    font-family: "dashicons";
    content: "ï‘¤";
    margin-inline-end: 5px
}

.ct-video-indicator {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.ct-video-indicator svg {
    border-radius: 100%;
    transition: transform .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.ct-video-indicator svg:hover {
    transform: scale3d(1.1, 1.1, 1)
}

.ct-video-indicator .ct-video-loader {
    visibility: hidden
}

.ct-video-indicator.loading svg {
    background: #fff
}

.ct-video-indicator.loading .ct-video-loader {
    visibility: visible
}

.ct-dynamic-media:not([data-state=playing]) .ct-pause-path,
.ct-media-container:not([data-state=playing]) .ct-pause-path {
    display: none
}

.ct-expandable-trigger {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    --theme-icon-size: 10px;
    --theme-icon-transition: transform 0.1s ease
}

.ct-expandable-trigger[aria-expanded=false] .ct-icon {
    transform: rotate(180deg)
}

[data-behaviour=drop-down][aria-hidden=true] {
    height: 0;
    overflow-y: clip;
    visibility: hidden
}

[data-behaviour=drop-down].is-animating {
    transition: height .2s ease, opacity .2s ease;
    overflow-y: clip
}

nav[class*=menu] .ct-menu-link {
    color: var(--theme-link-initial-color);
    --theme-icon-color: var(--theme-link-initial-color)
}

nav[class*=menu] li:hover>.ct-menu-link,
nav[class*=menu] li:hover>.ct-sub-menu-parent {
    color: var(--theme-link-hover-color)
}

nav[class*=menu] li:hover>.ct-menu-link svg,
nav[class*=menu] li:hover>.ct-sub-menu-parent svg {
    fill: var(--theme-icon-hover-color, var(--theme-link-hover-color))
}

nav[class*=menu] li[class*=current-menu-]>.ct-menu-link,
nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
    color: var(--theme-link-active-color, var(--theme-link-hover-color))
}

nav[class*=menu] li[class*=current-menu-]>.ct-menu-link svg,
nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent svg {
    fill: var(--theme-icon-active-color, var(--theme-icon-hover-color, var(--theme-link-active-color, var(--theme-link-hover-color))))
}

.menu {
    display: flex;
    gap: var(--menu-items-gap, 0px)
}

.menu li.menu-item,
.menu li.page_item {
    display: flex;
    align-items: center
}

.menu>li>.ct-menu-link {
    white-space: nowrap;
    justify-content: var(--menu-item-alignment, center);
    height: var(--menu-item-height, 100%);
    --menu-item-padding: 0 calc(var(--menu-items-spacing, 25px) / 2)
}

.ct-menu-link {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: var(--menu-item-radius, inherit)
}

.ct-menu-link:not(:empty) {
    padding: var(--menu-item-padding, 0px)
}

[data-stretch] {
    width: 100%
}

[data-stretch]>.menu {
    width: inherit;
    justify-content: space-between
}

.ct-create-menu {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px
}

[data-menu]>ul>li>a:before,
[data-menu]>ul>li>a:after {
    position: absolute;
    left: var(--menu-indicator-left, 0);
    right: var(--menu-indicator-right, 0);
    margin: var(--menu-indicator-margin, 0);
    height: var(--menu-indicator-height, 2px);
    opacity: var(--menu-indicator-opacity, 0);
    background-color: var(--menu-indicator-hover-color, var(--theme-palette-color-2));
    transition: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), width .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), height .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), top .12s cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-menu]>ul>li>a:before {
    top: var(--menu-indicator-y-position, 0)
}

[data-menu]>ul>li>a:after {
    bottom: var(--menu-indicator-y-position, 0)
}

[data-menu]>ul>li[class*=current-menu-]>a:before,
[data-menu]>ul>li[class*=current-menu-]>a:after {
    background-color: var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)))
}

[data-menu*=type-1]>ul>li:first-child>a {
    padding-inline-start: 0
}

[data-menu*=type-1]>ul>li:last-child>a {
    padding-inline-end: 0
}

[data-menu*=type-2]>ul>li>a:after {
    content: "";
    width: var(--menu-indicator-width, 100%)
}

[data-menu*=type-2]>ul>li:hover>a,
[data-menu*=type-2]>ul>li[class*=current-menu-]>a {
    --menu-indicator-opacity: 1
}

[data-menu="type-2:center"]>ul>li {
    --menu-indicator-width: 0;
    --menu-indicator-margin: 0 auto
}

[data-menu="type-2:center"]>ul>li:hover>a,
[data-menu="type-2:center"]>ul>li[class*=current-menu-]>a {
    --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px))
}

[data-menu="type-2:left"]>ul>li {
    --menu-indicator-opacity: 1;
    --menu-indicator-left: calc(var(--menu-items-spacing, 25px) / 2);
    --menu-indicator-width: 0
}

[data-menu="type-2:left"]>ul>li:hover>a,
[data-menu="type-2:left"]>ul>li[class*=current-menu-]>a {
    --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px))
}

[data-menu*=type-3]>ul>li:hover>a {
    background-color: var(--menu-indicator-hover-color, var(--theme-palette-color-2))
}

[data-menu*=type-3]>ul>li[class*=current-menu-]>a {
    background-color: var(--menu-indicator-active-color, var(--menu-indicator-hover-color, var(--theme-palette-color-2)))
}

[data-menu*=type-4]>ul>li>a:before,
[data-menu*=type-4]>ul>li>a:after {
    content: "";
    --menu-indicator-y-position: 10px
}

[data-menu*=type-4]>ul>li:hover>a:before,
[data-menu*=type-4]>ul>li:hover>a:after,
[data-menu*=type-4]>ul>li[class*=current-menu-]>a:before,
[data-menu*=type-4]>ul>li[class*=current-menu-]>a:after {
    --menu-indicator-opacity: 1;
    --menu-indicator-y-position: 0px
}

[data-responsive=no] {
    overflow: hidden
}

[data-responsive=no] .sub-menu {
    display: none
}

[class*=animated-submenu][data-submenu] {
    position: relative
}

[class*=animated-submenu]>.sub-menu {
    position: var(--dropdown-position, absolute);
    top: 100%;
    z-index: 10;
    min-width: 100px;
    margin-top: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
    border-radius: var(--theme-border-radius);
    width: var(--dropdown-width, 200px);
    background-color: var(--dropdown-background-color, var(--theme-palette-color-4));
    box-shadow: var(--theme-box-shadow)
}

[class*=animated-submenu]>.sub-menu:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
    transform: translateY(-100%);
    transition: height .2s ease
}

.animated-submenu-block[data-submenu=right]>.sub-menu {
    left: var(--theme-submenu-inline-offset, 0)
}

.animated-submenu-block[data-submenu=left]>.sub-menu {
    right: var(--theme-submenu-inline-offset, 0)
}

.animated-submenu-inline>.sub-menu {
    top: 0;
    margin-top: 0
}

.animated-submenu-inline>.sub-menu:before {
    width: var(--dropdown-horizontal-offset, 5px);
    height: 100%;
    transform: initial
}

.animated-submenu-inline[data-submenu=right]>.sub-menu {
    left: calc(100% + var(--dropdown-horizontal-offset, 5px))
}

.animated-submenu-inline[data-submenu=right]>.sub-menu:before {
    left: calc(var(--dropdown-horizontal-offset, 5px)*-1);
    right: initial
}

.animated-submenu-inline[data-submenu=left]>.sub-menu {
    right: calc(100% + var(--dropdown-horizontal-offset, 5px))
}

.animated-submenu-inline[data-submenu=left]>.sub-menu:before {
    left: initial;
    right: calc(var(--dropdown-horizontal-offset, 5px)*-1)
}

.ct-toggle-dropdown-desktop {
    --theme-icon-size: 8px;
    --toggle-button-size: 18px;
    --toggle-button-margin-end: -5px;
    --toggle-button-margin-start: var(--dropdown-toggle-margin-start, 0.2em)
}

.animated-submenu-inline {
    --dropdown-toggle-margin-start: auto;
    --toggle-ghost-inset-end: calc(var(--dropdown-items-spacing, 13px) * 1.5 + 13px)
}

.animated-submenu-inline[data-submenu=left]>a {
    --toggle-icon-transform: rotate(90deg)
}

.animated-submenu-inline[data-submenu=right]>a {
    --toggle-icon-transform: rotate(-90deg)
}

.ct-toggle-dropdown-desktop-ghost {
    pointer-events: none;
    flex: 0 0 var(--toggle-button-size, 18px);
    inset-inline-end: var(--toggle-ghost-inset-end, calc(var(--menu-items-spacing, 25px) / 2 + 13px));
    --toggle-button-size: 18px;
    --toggle-button-margin-end: -18px
}

.sub-menu {
    --menu-item-padding: var(--dropdown-items-spacing, 13px) calc(var(--dropdown-items-spacing, 13px) * 1.5)
}

.sub-menu .menu-item {
    border-top: var(--dropdown-divider)
}

[class*=animated-submenu]>.sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, margin .2s ease, height .2s ease
}

[class*=animated-submenu].ct-active>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

[class*=animated-submenu]:not(.ct-active):not([class*=ct-mega-menu])>.sub-menu {
    overflow: hidden;
    max-height: calc(100vh - var(--header-height) - var(--admin-bar, 0px) - var(--theme-frame-size, 0px) - 10px)
}

[data-dropdown*=type-1] [class*=animated-submenu]>.sub-menu {
    transform: translate3d(0, 10px, 0)
}

[data-dropdown*=type-1] [class*=animated-submenu].ct-active>.sub-menu {
    transform: translate3d(0, 0, 0)
}

[data-dropdown*=type-3] [class*=animated-submenu]>.sub-menu>li {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    transition: opacity .5s cubic-bezier(0.35, 0.81, 0.41, 1), transform .5s cubic-bezier(0.35, 0.81, 0.41, 1)
}

[data-dropdown*=type-3] [class*=animated-submenu].ct-active>.sub-menu>li {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

[data-dropdown*=type-4] [class*=animated-submenu]>.sub-menu {
    transition: none
}

.mobile-menu {
    width: 100%
}

.mobile-menu li {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment)
}

.mobile-menu .ct-menu-link {
    text-align: var(--text-horizontal-alignment);
    justify-content: var(--horizontal-alignment);
    --menu-item-padding: var(--items-vertical-spacing, 5px) 0
}

.mobile-menu .ct-sub-menu-parent {
    display: flex;
    align-items: center;
    column-gap: 10px
}

.mobile-menu [class*=children]>ul {
    position: relative;
    width: calc(100% + 10px);
    margin-inline-end: -10px;
    padding-inline-end: 10px;
    overflow: hidden
}

.mobile-menu [class*=children]>ul.is-animating {
    transition: height .3s ease
}

.mobile-menu[data-interaction=click] [class*=children]:not(.dropdown-active)>ul {
    display: none
}

.mobile-menu-inline ul,
.footer-menu-inline ul {
    flex-wrap: wrap;
    justify-content: var(--horizontal-alignment);
    row-gap: calc(var(--menu-items-spacing, 25px)/2);
    margin: 0 calc(var(--menu-items-spacing, 25px)/2*-1)
}

.footer-menu-inline {
    --menu-item-alignment: var(--horizontal-alignment)
}

.footer-menu-inline li {
    width: var(--menu-item-width)
}

#header {
    position: relative;
    z-index: 50
}

@media(max-width: 999.98px) {
    #header [data-device=desktop] {
        display: none
    }
}

@media(min-width: 1000px) {
    #header [data-device=mobile] {
        display: none
    }
}

#header [data-row] {
    position: var(--position, relative);
    box-shadow: var(--theme-box-shadow);
    border-top: var(--theme-border-top);
    border-bottom: var(--theme-border-bottom)
}

#header [data-row]>div {
    min-height: var(--shrink-height, var(--height));
    border-top: var(--theme-border-top);
    border-bottom: var(--theme-border-bottom)
}

#header [data-row*=top] {
    z-index: 3
}

#header [data-row*=middle] {
    z-index: 2
}

#header [data-row*=bottom] {
    z-index: 1
}

#header [data-row*=boxed] {
    box-shadow: none
}

#header [data-row*=boxed]>div {
    padding: var(--padding, 0 35px);
    box-shadow: var(--theme-box-shadow);
    border-radius: var(--row-border-radius)
}

@media(max-width: 689.98px) {
    #header [data-row*=boxed]>div {
        --padding: 0 5vw
    }
}

@media(min-width: 690px)and (max-width: 999.98px) {
    #header [data-row*=boxed]>div {
        --padding: 0 4vw
    }
}

#header [data-column] {
    min-height: inherit
}

#header [data-column=middle] {
    display: flex
}

#header [data-column=start],
#header [data-column=end] {
    min-width: 0
}

#header [data-items] {
    width: 100%
}

#header [data-column-set="2"]>div {
    display: grid;
    grid-template-columns: auto auto
}

#header [data-column-set="3"]>div {
    display: grid;
    grid-template-columns: 1fr var(--middle-column-width, auto) 1fr
}

[data-placements] {
    display: grid
}

[data-placements="2"] {
    display: grid;
    grid-template-columns: auto auto
}

[data-column=middle]>[data-items] {
    justify-content: center
}

[data-column=start]>[data-items=secondary] {
    justify-content: flex-end
}

[data-column=end]>[data-items=primary] {
    justify-content: flex-end
}

#header [data-items] {
    display: flex;
    align-items: center;
    min-width: 0
}

#header [data-items]>* {
    margin: var(--margin, 0 10px)
}

[data-column=start] [data-items=primary]>*:first-child {
    --margin: 0 10px 0 0
}

[data-column=end] [data-items=primary]>*:last-child {
    --margin: 0 0 0 10px
}

.ct-cart-item,
.ct-header-cta,
.ct-header-text,
.ct-account-item,
.ct-header-compare,
.ct-header-wishlist {
    display: flex;
    align-items: var(--align-items, center)
}

.ct-cart-item,
.ct-social-box,
.ct-account-item,
.ct-header-compare,
.ct-header-wishlist {
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-cart-item:hover svg,
.ct-social-box a:hover svg,
.ct-color-switch:hover svg,
.ct-header-search:hover svg,
.ct-account-item:hover svg,
.ct-header-trigger:hover svg,
.ct-header-compare:hover svg,
.ct-header-wishlist:hover svg,
.ct-language-switcher:hover svg {
    fill: var(--theme-icon-hover-color, var(--theme-palette-color-2))
}

.ct-color-switch,
.ct-header-search,
.ct-header-trigger {
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-color-switch .ct-label,
.ct-header-search .ct-label,
.ct-header-trigger .ct-label {
    transition: inherit;
    color: var(--theme-link-initial-color)
}

.ct-color-switch:hover .ct-label,
.ct-header-search:hover .ct-label,
.ct-header-trigger:hover .ct-label {
    color: var(--theme-link-hover-color)
}

.ct-builder-no-item {
    font-size: 13px
}

[class*=header-menu] {
    display: flex;
    align-items: center;
    height: 100%;
    min-width: 0
}

[class*=header-menu] .menu {
    height: inherit
}

#search-modal {
    --vertical-alignment: initial
}

#search-modal input {
    --has-classic-forms: var(--false);
    --theme-form-field-border-width: 0 0 1px 0;
    --search-input-additional-padding: 10px
}

@media(max-width: 689.98px) {
    #search-modal input {
        --theme-form-font-size: 22px;
        --theme-form-field-height: 70px;
        --theme-form-field-padding: 0px;
        margin-bottom: 25px
    }
}

@media(min-width: 690px) {
    #search-modal input {
        --theme-form-font-size: 35px;
        --theme-form-field-height: 90px;
        --theme-form-field-padding: 0 50px 0 0;
        margin-bottom: 35px
    }
}

#search-modal form {
    display: block;
    margin: auto;
    width: 100%;
    max-width: var(--max-width, 800px)
}

@media(max-width: 999.98px) {
    #search-modal form {
        --max-width: 90%;
        --search-button-size: 40px
    }
}

@media(min-width: 690px) {
    #search-modal form {
        --search-button-size: 48px
    }
}

#search-modal form .ct-search-form-controls {
    position: absolute;
    inset-inline-end: 0
}

@media(max-width: 689.98px) {
    #search-modal form .ct-search-form-controls {
        top: 15px
    }
}

@media(min-width: 690px) {
    #search-modal form .ct-search-form-controls {
        top: 21px
    }
}

#search-modal form .ct-search-form-controls button {
    --theme-button-border-radius: 100%;
    --theme-icon-size: calc(100% / 3)
}

.ct-header-text {
    color: var(--theme-text-color);
    text-align: var(--horizontal-alignment)
}

.ct-header-text[data-width=stretch] {
    width: 100%;
    max-width: var(--max-width)
}

.ct-header-text .entry-content {
    width: 100%
}

.ct-header-trigger .ct-icon {
    transition: none
}

.ct-header-trigger .ct-icon rect {
    transform-origin: 50% 50%;
    transition: all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(1) {
    width: 10px
}

.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(3) {
    width: 15px
}

.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1),
.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(3) {
    width: 12px
}

.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1) {
    x: 6px
}

.ct-header-trigger:hover [data-type=type-2] rect:nth-child(1),
.ct-header-trigger:hover [data-type=type-2] rect:nth-child(3),
.ct-header-trigger:hover [data-type=type-3] rect:nth-child(1),
.ct-header-trigger:hover [data-type=type-3] rect:nth-child(3) {
    width: 18px
}

.ct-header-trigger:hover [data-type=type-3] rect:nth-child(1) {
    x: 0px
}

.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(1),
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(3) {
    width: 18px;
    y: 6.15px
}

.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(1) {
    x: 0px;
    transform: rotate(45deg)
}

.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(2) {
    opacity: 0
}

.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(3) {
    transform: rotate(-45deg)
}

.ct-header-trigger[data-design*=outline] {
    --toggle-button-border-width: 1px;
    --toggle-button-border-color: var(--secondColor, rgba(224, 229, 235, 0.9))
}

.ct-header-trigger[data-design*=outline]:hover {
    --toggle-button-border-color: var(--secondColorHover, rgba(224, 229, 235, 0.9))
}

.ct-header-trigger[data-design*=solid] {
    --toggle-button-background: var(--secondColor, rgba(224, 229, 235, 0.9))
}

.ct-header-trigger[data-design*=solid]:hover {
    --toggle-button-background: var(--secondColorHover, rgba(224, 229, 235, 0.9))
}

.site-branding {
    display: flex;
    text-align: var(--horizontal-alignment)
}

.site-branding:not([data-logo=top]) {
    align-items: center
}

.site-title {
    display: block;
    margin-bottom: 0
}

.site-description {
    color: var(--theme-text-color);
    margin-bottom: 0
}

@media(min-width: 1000px) {
    .site-description {
        white-space: nowrap
    }
}

.site-description:not(:only-child) {
    margin-top: .3em
}

.site-logo-container {
    position: relative;
    line-height: 0;
    height: var(--logo-shrink-height, var(--logo-max-height, 50px));
    transition: none
}

.site-logo-container img {
    width: auto;
    max-width: initial;
    object-fit: contain
}

.site-logo-container img,
.site-logo-container svg,
.site-logo-container picture {
    height: inherit;
    vertical-align: initial
}

.sticky-logo,
.dark-mode-logo {
    display: none
}

[data-sticky*=yes] .sticky-logo {
    display: initial
}

[data-sticky*=yes] .sticky-logo~.default-logo {
    display: none
}

[data-color-mode*=dark] .dark-mode-logo {
    display: initial
}

[data-color-mode*=dark] .dark-mode-logo~.sticky-logo,
[data-color-mode*=dark] .dark-mode-logo~.default-logo {
    display: none
}

@media(prefers-color-scheme: dark) {
    [data-color-mode*=os-default] .dark-mode-logo {
        display: initial
    }

    [data-color-mode*=os-default] .dark-mode-logo~.sticky-logo,
    [data-color-mode*=os-default] .dark-mode-logo~.default-logo {
        display: none
    }
}

[data-logo=top] {
    flex-direction: column
}

[data-logo=top] .site-description {
    margin-top: .3em
}

[data-logo=left] .site-title-container {
    margin-inline-start: 1em
}

[data-logo=right] {
    flex-direction: row-reverse
}

[data-logo=right] .site-title-container {
    margin-inline-end: 1em
}

.ct-header-cta {
    --theme-button-line-height: 1.3;
    --theme-icon-color: currentColor
}

.ct-header-cta a {
    gap: .5em
}

.ct-header-cta [data-size=small] {
    --theme-button-min-height: 34px;
    --theme-button-padding: 5px 15px;
    --theme-button-font-size: 13px
}

.ct-header-cta [data-size=medium] {
    --theme-button-min-height: 42px;
    --theme-button-padding: 5px 20px
}

.ct-header-cta [data-size=large] {
    --theme-button-min-height: 50px;
    --theme-button-padding: 5px 30px;
    --theme-button-font-size: 16px
}

.ct-header-cta .ct-button-text {
    display: flex;
    flex-direction: column;
    text-align: var(--horizontal-alignment)
}

.ct-header-cta .ct-button-secondary-text {
    color: var(--theme-button-text-initial-color);
    transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.ct-header-cta a:hover .ct-button-secondary-text {
    color: var(--theme-button-text-hover-color)
}

#offcanvas .ct-panel-content-inner {
    --margin: 0 0 20px 0
}

#offcanvas .ct-panel-content-inner>* {
    margin: var(--margin)
}

#offcanvas .ct-panel-content-inner>*:first-child {
    margin-top: 0
}

#offcanvas .ct-panel-content-inner>*:last-child {
    margin-bottom: 0
}

@media(max-width: 999.98px) {
    #offcanvas [data-device=desktop] {
        display: none
    }
}

@media(min-width: 1000px) {
    #offcanvas [data-device=mobile] {
        display: none
    }
}

.ct-header-cart,
.ct-header-account,
.ct-language-switcher[data-type=dropdown] {
    position: relative
}

.ct-header-cart:hover [data-placement],
.ct-header-cart:focus-within [data-placement],
.ct-header-account:hover [data-placement],
.ct-header-account:focus-within [data-placement],
.ct-language-switcher[data-type=dropdown]:hover [data-placement],
.ct-language-switcher[data-type=dropdown]:focus-within [data-placement] {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

.ct-cart-content,
.ct-header-account>ul,
.ct-language-switcher[data-type=dropdown]>ul {
    position: absolute;
    z-index: 15;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease
}

.ct-cart-content:not([data-placement]) *,
.ct-header-account>ul:not([data-placement]) *,
.ct-language-switcher[data-type=dropdown]>ul:not([data-placement]) * {
    transition: none
}

[data-sticky*=yes],
[data-sticky*=fixed] {
    position: fixed;
    z-index: 5;
    top: calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-offset, 0px));
    left: var(--theme-frame-size, 0px);
    right: calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px))
}

[data-sticky*=slide][data-sticky*=yes-start] {
    transform: translateY(-100%)
}

[data-sticky*=slide][data-sticky*=yes-end] {
    transition: transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-sticky*=slide][data-sticky*=yes-hide-start] {
    transform: none
}

[data-sticky*=slide][data-sticky*=yes-hide-end] {
    transform: translateY(-100%);
    transition: transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-sticky*=fade][data-sticky*=yes-start] {
    opacity: 0
}

[data-sticky*=fade][data-sticky*=yes-end] {
    transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-sticky*=fade][data-sticky*=yes-hide-start] {
    opacity: 1
}

[data-sticky*=fade][data-sticky*=yes-hide-end] {
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-sticky],
[data-sticky] [data-row],
[data-sticky] [data-row*=boxed]>div {
    transition: box-shadow .2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color .2s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-sticky] .ct-header-text,
[data-sticky] .site-description {
    transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

@media(max-width: 999.98px) {
    [data-device=mobile][data-transparent] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

@media(min-width: 1000px) {
    [data-device=desktop][data-transparent] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

.ct-footer {
    padding: var(--footer-container-padding)
}

.ct-footer.ct-container {
    margin-bottom: var(--footer-container-bottom-offset);
    border-radius: var(--footer-container-border-radius)
}

.ct-footer [data-row]>div {
    display: grid;
    grid-template-columns: var(--grid-template-columns);
    grid-column-gap: var(--columns-gap, 50px);
    grid-row-gap: var(--columns-gap, 50px);
    padding-block: var(--container-spacing)
}

.ct-footer [data-column] {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
    justify-content: var(--vertical-alignment, flex-start)
}

.ct-footer [data-column*=widget] {
    text-align: var(--text-horizontal-alignment)
}

@media(max-width: 999.98px) {
    .ct-footer [data-column=ghost] {
        display: none
    }
}

.ct-footer [data-row] {
    border-top: var(--theme-border-top);
    border-bottom: var(--theme-border-bottom)
}

.ct-footer [data-row]>div {
    border-top: var(--theme-border-top);
    border-bottom: var(--theme-border-bottom)
}

@media(min-width: 1000px) {
    .ct-footer [data-column] {
        position: relative
    }

    .ct-footer [data-column]:not(:last-child):after {
        position: absolute;
        content: "";
        top: calc(var(--container-spacing)*-1);
        inset-inline-end: calc(var(--columns-gap, 50px)/2*-1);
        height: calc(100% + var(--container-spacing)*2);
        border-inline-end: var(--theme-border)
    }
}

[data-columns-divider] {
    position: relative
}

[data-columns-divider]:after {
    position: absolute;
    inset: 0;
    width: 0px;
    margin: 0 auto;
    border-inline-end: var(--theme-border)
}

@media(min-width: 690px)and (max-width: 999.98px) {
    [data-columns-divider*=md]:after {
        content: ""
    }
}

@media(max-width: 689.98px) {
    [data-columns-divider*=sm]:after {
        content: ""
    }
}

[data-footer*=reveal] .site-main {
    box-shadow: var(--footer-box-shadow)
}

[data-footer*=reveal] .site-main,
[data-footer*=reveal] #main-container {
    background: inherit
}

[data-footer*=reveal] .site-main,
[data-footer*=reveal] .ct-trending-block {
    z-index: 1
}

[data-footer*=reveal] #main-container>[data-block] {
    z-index: 2
}

[data-footer*=reveal] .ct-footer {
    position: var(--position);
    bottom: var(--theme-frame-size, 0px)
}

.ct-footer [data-column]>[data-id] {
    margin: var(--margin)
}

[data-column*=copyright] {
    display: flex;
    flex-direction: column;
    justify-content: var(--vertical-alignment);
    text-align: var(--horizontal-alignment)
}

.ct-footer-copyright {
    color: var(--theme-text-color);
    --theme-content-spacing: 0;
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-footer-copyright>*:not(:first-child) {
    margin-top: .5em
}

.ct-footer-socials .ct-social-box {
    justify-content: var(--horizontal-alignment)
}

.ct-footer .ct-widget {
    color: var(--theme-text-color);
    margin: var(--margin);
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-footer .ct-widget:not(:first-child) {
    margin-top: var(--widgets-gap, 40px)
}

.ct-search-form {
    position: relative;
    display: flex;
    isolation: isolate;
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-search-form input {
    z-index: 2
}

.ct-search-form input::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.ct-search-form[data-form-controls=inside] .gp-element-button {
    transform: none;
    box-shadow: none;
    border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-width: var(--theme-form-field-border-width, 1px);
    border-style: var(--theme-form-field-border-style, solid);
    border-color: var(--theme-form-field-border-initial-color);
    --theme-icon-size: 13px;
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-text-hover-color: var(--theme-form-field-border-focus-color);
    --theme-button-background-initial-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color));
    --theme-button-background-hover-color: var(--has-classic-forms, var(--theme-form-field-background-initial-color))
}

.ct-search-form[data-form-controls=inside]:not([data-taxonomy-filter=true]) [data-button*=icon] {
    border-inline-start: 0
}

.ct-search-form[data-form-controls=outside] .gp-element-button {
    margin-inline-start: 10px;
    border-radius: var(--theme-form-field-border-radius, 3px)
}

.ct-search-form[data-taxonomy-filter=true] input,
.ct-search-form[data-form-controls=inside] input,
.ct-search-form[data-form-controls=inside] select {
    border-inline-end: 0;
    border-start-end-radius: 0;
    border-end-end-radius: 0
}

.ct-search-form input:focus~.ct-search-form-controls select,
.ct-search-form input:focus~.ct-search-form-controls [data-button*=inside] {
    border-color: var(--theme-form-field-border-focus-color);
    background-color: var(--has-classic-forms, var(--theme-form-field-background-focus-color))
}

.ct-search-form .ct-search-form-controls {
    display: flex;
    z-index: 2
}

.ct-search-form select {
    font-size: 14px;
    width: var(--search-form-select-width, auto);
    border-start-start-radius: 0;
    border-end-start-radius: 0
}

.ct-search-form select:focus {
    --theme-form-field-border-focus-color: var(--theme-form-field-border-initial-color)
}

.ct-search-form .gp-element-button {
    white-space: nowrap;
    --theme-button-min-height: var(--search-button-size, var(--theme-form-field-height, 40px))
}

.ct-search-form .gp-element-button[data-button*=icon] {
    padding: initial;
    width: var(--search-button-size, var(--theme-form-field-height, 40px));
    --theme-icon-color: currentColor
}

.ct-search-form .ct-ajax-loader {
    opacity: 0;
    --loader-size: 18px
}

.ct-search-form.ct-has-dropdown {
    z-index: 1
}

.widget_media_gallery .gallery {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.widget_media_gallery .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.widget_media_gallery .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.widget_media_gallery .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.widget_media_gallery .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.widget_media_gallery .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.widget_media_gallery .gallery-item a:hover {
    opacity: .8
}

[class*=ct-contact-info] {
    --theme-link-initial-color: var(--theme-block-text-color, var(--theme-text-color))
}

[class*=ct-contact-info] ul {
    display: flex;
    flex-direction: var(--items-direction, row);
    flex-wrap: wrap;
    gap: var(--items-spacing, 15px);
    align-items: var(--horizontal-alignment);
    text-align: start
}

[class*=ct-contact-info] li {
    display: flex;
    column-gap: 15px;
    align-items: center
}

[class*=ct-contact-info] li:hover a {
    color: var(--theme-link-hover-color)
}

[class*=ct-contact-info] .contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    color: var(--theme-block-text-color, var(--theme-text-color))
}

[class*=ct-contact-info] .contact-title {
    font-weight: 600
}

.ct-dynamic-data a {
    --theme-link-initial-color: initial
}

.ct-dynamic-media {
    display: inline-flex;
    overflow: hidden;
    position: relative
}

.ct-dynamic-media img {
    aspect-ratio: inherit
}

@media(hover: hover) {
    .ct-dynamic-media[data-hover] img {
        transition: transform .5s ease
    }

    .ct-dynamic-media[data-hover=zoom-in]:hover img {
        transform: scale(1.1)
    }

    .ct-dynamic-media[data-hover=zoom-out] img {
        transform: scale(1.1)
    }

    .ct-dynamic-media[data-hover=zoom-out]:hover img {
        transform: scale(1)
    }
}

.ct-dynamic-media[style*=border-width] {
    border-style: solid
}

.ct-dynamic-data-layer {
    color: var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}

.ct-dynamic-data-layer>span {
    margin-inline-end: 5px
}

.ct-widget ul {
    --theme-list-indent: 0;
    --theme-list-style-type: none
}

.ct-widget li ul,
.ct-widget li ol {
    --theme-list-indent: 25px
}

[data-panel*=in] [data-behaviour=modal].active .ct-panel-content,
[data-panel*=out] [data-behaviour=modal] .ct-panel-content {
    animation-duration: .25s;
    animation-fill-mode: both
}

[data-panel*=in] [data-behaviour=modal].active {
    opacity: 1;
    visibility: visible
}

[data-panel*=in] [data-behaviour=modal].active .ct-panel-content {
    animation-name: move-in
}

[data-panel*=out] [data-behaviour=modal] .ct-panel-content {
    animation-name: move-out
}

@keyframes move-in {
    0% {
        opacity: 0;
        transform: translate3d(0, -40px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes move-out {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, 40px, 0)
    }
}

[data-behaviour*=side] .ct-panel-inner {
    position: absolute;
    inset-block: 0;
    height: 100%;
    width: var(--side-panel-width, 500px);
    box-shadow: var(--theme-box-shadow);
    transition: transform .25s ease-in-out
}

[data-behaviour*=side].active .ct-panel-inner {
    transform: translate3d(0, 0, 0)
}

[data-behaviour*=right-side] .ct-panel-inner {
    align-self: flex-end;
    transform: translate3d(var(--theme-panel-reveal-right, 20%), 0, 0)
}

[data-behaviour*=left-side] .ct-panel-inner {
    align-self: flex-start;
    transform: translate3d(var(--theme-panel-reveal-left, -20%), 0, 0)
}

body[data-panel] {
    padding-right: var(--scrollbar-width, 0px)
}

.ct-panel {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999999;
    inset: var(--admin-bar, 0px) 0 0 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out
}

.ct-panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.ct-panel .ct-panel-inner {
    display: flex;
    flex-direction: column
}

@media(max-width: 689.98px) {
    .ct-panel .ct-panel-inner {
        --panel-padding: 25px
    }
}

.ct-panel-actions {
    display: flex;
    align-items: center;
    padding-inline: var(--panel-padding, 35px)
}

@media(max-width: 689.98px) {
    .ct-panel-actions {
        padding-top: 20px
    }
}

@media(min-width: 690px) {
    .ct-panel-actions {
        padding-top: 30px
    }
}

.ct-panel-actions .ct-panel-heading {
    font-size: 15px;
    font-weight: 600;
    color: var(--theme-text-color)
}

.ct-panel-actions .close-button {
    margin-inline-start: auto
}

.ct-panel-content {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: var(--vertical-alignment, flex-start)
}

.ct-panel-content-inner {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment, flex-start);
    overflow-y: var(--overflow, auto);
    padding: var(--panel-padding, 35px)
}

.ct-social-box {
    display: flex;
    flex-direction: var(--items-direction, row);
    flex-wrap: var(--wrap, wrap);
    gap: var(--items-spacing, 15px)
}

.ct-social-box a {
    display: flex;
    align-items: center
}

.ct-social-box .ct-label {
    margin-inline-start: .7em;
    transition: color .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-color=official] .ct-icon-container {
    --theme-icon-color: var(--official-color);
    --theme-icon-hover-color: var(--official-color);
    transition: opacity .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-color=official] .ct-icon-container:hover {
    opacity: .7
}

[data-color=official] .ct-label {
    color: var(--official-color)
}

[data-color=official][data-icons-type*=solid] .ct-icon-container {
    --theme-icon-color: #fff;
    --theme-icon-hover-color: #fff;
    background-color: var(--official-color)
}

[data-color=official][data-icons-type*=outline] .ct-icon-container {
    border: 1px solid var(--official-color)
}

.ct-drawer-canvas[data-location=end] {
    height: calc(var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) + var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) + var(--compare-bar-height, 0px))
}

.ct-drawer-canvas[data-location=end] .ct-drawer-inner {
    position: fixed;
    z-index: 100;
    inset-inline: var(--theme-frame-size, 0px) calc(var(--theme-frame-size, 0px) + var(--scrollbar-width, 0px));
    bottom: var(--theme-frame-size, 0px);
    height: calc(var(--shortcuts-bar-parent-height, var(--shortcuts-bar-height, 0px)) + var(--floating-bar-parent-height, var(--floating-bar-height, 0px)) + var(--compare-bar-height, 0px));
    transition: transform .2s ease
}

#main-container {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: calc(100vh - var(--admin-bar, 0px) - var(--theme-frame-size, 0px)*2);
    overflow: hidden;
    overflow: clip
}

#main-container .site-main {
    flex-grow: 1
}

[class*=ct-container] {
    margin-left: auto;
    margin-right: auto
}

.ct-container,
.ct-container-narrow {
    width: var(--theme-container-width)
}

.ct-container {
    max-width: var(--theme-normal-container-max-width)
}

.ct-container-narrow {
    max-width: var(--theme-narrow-container-max-width)
}

.ct-container-fluid {
    width: calc(var(--theme-container-edge-spacing) - var(--theme-frame-size, 0px)*2)
}

@media(min-width: 1000px) {
    .ct-container-fluid {
        --theme-container-edge-spacing: calc(100vw - 60px)
    }
}

[data-vertical-spacing*=top] {
    padding-top: var(--theme-content-vertical-spacing)
}

[data-vertical-spacing*=bottom] {
    padding-bottom: var(--theme-content-vertical-spacing)
}

[data-layout*=grid] {
    display: grid;
    grid-template-columns: var(--grid-template-columns);
    grid-column-gap: var(--grid-columns-gap, 30px);
    grid-row-gap: var(--grid-columns-gap, 30px)
}

@media(max-width: 689.98px) {
    [data-layout=enhanced-grid] {
        --grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media(min-width: 690px) {
    [data-layout=enhanced-grid] {
        --grid-template-columns: repeat(6, 1fr)
    }
}

@media(min-width: 690px)and (max-width: 999.98px) {
    [data-layout=enhanced-grid]>article {
        grid-column: span 3
    }
}

@media(min-width: 1000px) {
    [data-layout=enhanced-grid]>article {
        grid-column: span 2
    }

    [data-layout=enhanced-grid]>article:nth-child(5n+1),
    [data-layout=enhanced-grid]>article:nth-child(5n+2) {
        grid-column: span 3
    }
}

[data-archive=default][data-layout=simple] article {
    gap: var(--card-inner-spacing, 30px)
}

[data-archive=default][data-layout=simple] article:not(:last-child) {
    margin-bottom: var(--grid-columns-gap, 30px)
}

@media(max-width: 689.98px) {
    [data-archive=default][data-layout=simple] article {
        flex-direction: column
    }
}

@media(min-width: 690px) {
    [data-archive=default][data-layout=simple] article>.ct-media-container {
        max-width: var(--card-media-max-width, 40%);
        flex-shrink: 0;
        margin-inline-end: 0
    }

    [data-archive=default][data-layout=simple] article>.ct-media-container:not(.boundless-image) {
        align-self: center
    }
}

[data-archive=default][data-layout=simple] article .card-content {
    display: flex;
    flex-direction: column;
    flex: 1
}

@media(min-width: 690px) {
    [data-archive=default][data-layout=simple] article .card-content {
        align-self: center
    }
}

@media(min-width: 690px) {
    [data-archive=default][data-layout=simple][data-cards=boxed] .entry-card .boundless-image {
        width: 100%;
        margin-bottom: calc(var(--card-inner-spacing, 30px)*-1)
    }
}

[data-archive=default][data-layout=classic] article:not(:last-child) {
    margin-bottom: var(--grid-columns-gap, 30px)
}

[data-archive=default][data-layout=gutenberg] article {
    flex-direction: column;
    align-items: center
}

[data-archive=default][data-layout=gutenberg] article:not(:last-child) {
    margin-bottom: var(--grid-columns-gap, 30px)
}

[data-archive=default][data-layout=gutenberg] article>*:not(.entry-button) {
    width: 100%
}

[data-archive=default][data-layout=gutenberg] article>*:not(:last-child) {
    margin-bottom: 15px
}

[data-archive=default][data-layout=gutenberg] article>*:not(.ct-media-container) {
    max-width: var(--theme-narrow-container-max-width)
}

[data-archive=default][data-layout=gutenberg] article>*+.ct-media-container {
    margin-top: 15px
}

[data-archive=default][data-layout=gutenberg] article>.ct-media-container {
    max-width: calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset)*2)
}

[data-archive=default][data-layout=gutenberg] article>.ct-media-container+* {
    margin-top: 15px
}

[data-archive=default][data-layout=gutenberg] article:not(:last-child):after {
    content: "Â·Â·Â·Â·Â·";
    font-size: 25px;
    letter-spacing: 1.5em;
    padding-inline-start: 1.5em;
    font-family: serif;
    text-align: center;
    opacity: .5;
    margin-top: calc(var(--grid-columns-gap, 30px) + 10px)
}

[data-archive=default] .entry-card {
    display: flex;
    text-align: var(--text-horizontal-alignment)
}

[data-archive=default] .entry-card .entry-title {
    margin: initial;
    --theme-link-initial-color: initial
}

[data-archive=default] .entry-card .entry-meta {
    color: var(--theme-text-color);
    --theme-link-initial-color: var(--theme-text-color)
}

[data-archive=default] .entry-card .ct-ghost {
    margin: 0 !important;
    flex: 1 0 auto
}

.entry-divider {
    margin-inline: calc(var(--card-inner-spacing, 30px)*-1);
    border-bottom: var(--entry-divider)
}

[data-archive=default][data-layout*=grid] .entry-card>*:not(:last-child),
[data-archive=default][data-layout=classic] .entry-card>*:not(:last-child),
[data-archive=default][data-layout=simple] .card-content>*:not(:last-child) {
    margin-bottom: 20px
}

[data-archive=default][data-layout*=grid] .entry-card>*:not(:last-child).entry-meta,
[data-archive=default][data-layout=classic] .entry-card>*:not(:last-child).entry-meta,
[data-archive=default][data-layout=simple] .card-content>*:not(:last-child).entry-meta {
    margin-bottom: 15px
}

[data-archive=default][data-layout*=grid] .entry-card,
[data-archive=default][data-layout=classic] .entry-card {
    flex-direction: column
}

[data-archive=default][data-layout*=grid] .entry-card>.ct-media-container+*,
[data-archive=default][data-layout=classic] .entry-card>.ct-media-container+* {
    margin-top: 10px
}

[data-cards=boxed] .entry-card,
[data-cards=cover] .entry-card {
    padding: var(--card-inner-spacing, 30px);
    border: var(--card-border, none);
    box-shadow: var(--theme-box-shadow);
    border-radius: var(--theme-border-radius)
}

[data-archive=default][data-cards=cover] .entry-card {
    position: relative;
    min-height: var(--card-min-height, 400px);
    justify-content: var(--vertical-alignment)
}

[data-archive=default][data-cards=cover] .entry-card .ct-media-container {
    position: absolute;
    isolation: isolate;
    inset: 0;
    margin: 0
}

[data-archive=default][data-cards=cover] .entry-card>*:not(.ct-media-container) {
    position: relative;
    z-index: 1
}

[data-archive=default][data-cards=simple] .entry-card {
    padding-bottom: var(--grid-columns-gap, 30px);
    border-bottom: var(--card-border, none)
}

.entry-excerpt {
    color: var(--theme-text-color)
}

.entry-card .ct-media-container {
    border-radius: var(--theme-image-border-radius, var(--theme-border-radius, 0px))
}

.entry-card .boundless-image {
    width: calc(100% + var(--card-inner-spacing, 30px)*2);
    margin-inline: calc(var(--card-inner-spacing, 30px)*-1)
}

.entry-card .boundless-image:first-child {
    border-end-start-radius: 0;
    border-end-end-radius: 0;
    margin-top: calc(var(--card-inner-spacing, 30px)*-1)
}

.entry-card .boundless-image:last-child {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
    margin-bottom: calc(var(--card-inner-spacing, 30px)*-1)
}

.entry-card .boundless-image:not(:first-child):not(:last-child) {
    border-radius: 0
}

@media(min-width: 690px) {
    [data-layout=simple] .entry-card .boundless-image {
        border-radius: var(--theme-image-border-radius, var(--theme-border-radius, 0px));
        border-start-end-radius: 0;
        border-end-end-radius: 0
    }
}

.woocommerce-notices-wrapper,
article>.related,
article>.upsells,
article>.page-links,
article>.entry-tags,
article>.author-box,
article>.ct-comments,
article>.ct-share-box,
article>.hero-section,
article>.post-edit-link,
article>.post-navigation,
article>.ct-related-posts,
article>.ct-newsletter-subscribe-container,
article>.product .wc-tabs,
article>.product .ct-accordion-heading,
article>.post-password-form,
article>.product .product-entry-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: var(--theme-container-width);
    max-width: var(--theme-block-max-width)
}

article>.ct-comments,
article>.ct-related-posts {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid var(--theme-border-color)
}

@media(max-width: 689.98px) {
    .ct-comments-container>div {
        padding-top: 40px;
        padding-bottom: 60px
    }
}

@media(min-width: 690px) {
    .ct-comments-container>div {
        padding-top: 60px;
        padding-bottom: 100px
    }
}

[data-block-structure=custom] {
    width: 100%
}

.hero-section .ct-author-name [class*=ct-media-container] {
    border-radius: 100%;
    margin-bottom: 10px
}

.author-box-socials {
    --theme-icon-size: 12px;
    --theme-icon-color: #fff
}

.author-box-socials span {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px
}

.author-box-socials span a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: var(--background-color, var(--theme-palette-color-1))
}

.author-box-socials span a:hover {
    background: var(--background-hover-color, var(--theme-palette-color-2))
}

.author-box-socials span a:hover .ct-icon {
    fill: var(--theme-icon-hover-color, #fff)
}

.ct-no-results {
    --alignment: center
}

.ct-no-results .ct-search-form {
    margin: 0 auto;
    max-width: 400px
}

[data-content=normal]>article {
    --theme-block-width: var(--has-wide, var(--theme-container-width));
    --theme-block-max-width: var(--has-wide, var(--theme-normal-container-max-width));
    --theme-block-wide-max-width: var(--has-wide, calc(var(--theme-normal-container-max-width) + var(--theme-wide-offset) * 2));
    --theme-boxed-content-max-width: var(--theme-normal-container-max-width)
}

[data-content=narrow]>article {
    --theme-block-width: var(--has-wide, var(--theme-container-width));
    --theme-block-max-width: var(--has-wide, var(--theme-narrow-container-max-width));
    --theme-block-wide-max-width: var(--has-wide, calc(var(--theme-narrow-container-max-width) + var(--theme-wide-offset) * 2));
    --theme-boxed-content-max-width: var(--theme-narrow-container-max-width)
}

[class*=ct-container]>article {
    --has-background: var(--has-boxed);
    --has-boxed-structure: var(--has-boxed);
    --gp--style--global--content-size: var(--theme-block-max-width);
    --gp--style--global--wide-size: var(--theme-block-wide-max-width);
    border: var(--has-boxed, var(--theme-boxed-content-border));
    padding: var(--has-boxed, var(--theme-boxed-content-spacing));
    border-radius: var(--has-boxed, var(--theme-boxed-content-border-radius));
    box-shadow: var(--has-boxed, var(--theme-boxed-content-box-shadow));
    margin-left: var(--has-boxed-structure, auto);
    margin-right: var(--has-boxed-structure, auto);
    width: var(--has-boxed-structure, var(--theme-container-width));
    max-width: var(--has-boxed-structure, var(--theme-boxed-content-max-width))
}

[data-prefix*=preview-mode] article[class*=post] {
    --has-boxed: var(--false);
    --has-wide: var(--true)
}

article>.entry-content>* {
    margin-inline: var(--theme-default-editor, auto)
}

article>.entry-content>*.alignwide {
    max-width: var(--theme-default-editor, var(--theme-block-wide-max-width))
}

article>.entry-content>*:where(:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright)) {
    max-width: var(--theme-default-editor, var(--theme-block-max-width))
}

article>.entry-content>*:where(:not(.alignfull):not(.alignleft):not(.alignright)) {
    width: var(--theme-default-editor, var(--theme-block-width))
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: var(--theme-default-editor, var(--theme-block-width))
}

.alignleft,
.alignright {
    margin-top: .3em;
    margin-bottom: .3em
}

.alignleft {
    float: left;
    margin-inline-end: 1.5em
}

.alignright {
    float: right;
    margin-inline-start: 1.5em
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.entry-content>.alignleft {
    margin-inline-start: calc((100% - min(var(--theme-block-max-width), var(--theme-container-width-base)))/2)
}

.entry-content>.alignright {
    margin-inline-end: calc((100% - min(var(--theme-block-max-width), var(--theme-container-width-base)))/2)
}

.entry-content .alignleft {
    margin-inline-end: var(--theme-content-spacing)
}

.entry-content .alignright {
    margin-inline-start: var(--theme-content-spacing)
}

.entry-content:after {
    display: table;
    clear: both;
    content: ""
}

.gp-block-image:last-child {
    margin-bottom: 0
}

.gp-block-buttons .gp-block-button .gp-block-button__link.is-style-outline,
.gp-block-buttons .gp-block-button.is-style-outline>.gp-block-button__link {
    padding: var(--theme-button-padding)
}

.gp-block-button[style*=font-weight] .gp-block-button__link {
    font-weight: inherit
}

article>.entry-content>table,
article>.entry-content>iframe {
    --theme-block-width: var(--theme-container-width)
}

:where(.gp-block-calendar table:not(.has-background) th) {
    background: var(--theme-form-field-border-initial-color)
}

.gp-block-calendar table caption {
    font-weight: 500;
    padding: 0;
    margin-bottom: .7rem
}

.gp-block-calendar table:where(:not(.has-text-color)) td,
.gp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: var(--theme-form-field-border-initial-color)
}

.has-drop-cap:not(:focus):first-letter {
    font-size: 5.55em;
    font-weight: 700
}

@media(max-width: 689.98px) {
    .instagram-media {
        max-width: 100% !important;
        min-width: initial !important
    }
}

.entry-content figcaption {
    text-align: center;
    margin-block: .5em 0
}

.gp-block-table table:not(.has-border-color) thead,
.gp-block-table table:not(.has-border-color) tfoot,
.gp-block-table table:not(.has-border-color) td,
.gp-block-table table:not(.has-border-color) th {
    border-color: var(--theme-table-border-color, var(--theme-border-color))
}

.gp-block-table.is-style-stripes {
    border: 0
}

.gp-block-search .gp-element-button {
    min-height: var(--theme-form-field-height, 40px)
}

.gp-block-search.gp-block-search__icon-button .gp-element-button {
    padding: 5px;
    min-width: var(--theme-form-field-height, 40px)
}

.gp-block-search.gp-block-search__text-button .gp-element-button {
    padding: 5px 20px
}

.gp-block-search.gp-block-search__button-inside .gp-block-search__inside-wrapper {
    border-radius: var(--theme-form-field-border-radius, 3px);
    border-color: var(--theme-form-field-border-initial-color)
}

.gp-block-search.gp-block-search__button-inside .gp-block-search__inside-wrapper .gp-block-search__input {
    border: none
}

.gp-block-spacer {
    margin-block: 0
}

.gp-block-columns {
    row-gap: var(--gp--style--block-gap, 2em)
}

.gp-block-columns .gp-block-column>*:last-child {
    margin-bottom: 0
}

.gp-block-gallery ul {
    width: 100%;
    margin-bottom: -16px
}

.gp-block-gallery figcaption {
    --theme-block-max-width: 100%
}

.gp-block-separator {
    border: none;
    color: var(--theme-form-field-border-initial-color)
}

.gp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    --theme-block-max-width: 100px;
    max-width: var(--theme-default-editor, var(--theme-block-max-width))
}

.gp-block-separator:not(.is-style-dots) {
    height: 2px
}

.page-links,
.woocommerce-pagination>.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid var(--theme-border-color);
    padding-top: calc(var(--theme-content-spacing) + 1.5em);
    margin-top: calc(var(--theme-content-spacing) + 1.5em)
}

.page-links a,
.page-links .current,
.page-links .post-pages-label,
.woocommerce-pagination>.page-numbers a,
.woocommerce-pagination>.page-numbers .current,
.woocommerce-pagination>.page-numbers .post-pages-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    min-width: 38px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid var(--theme-border-color)
}

.page-links .current,
.woocommerce-pagination>.page-numbers .current {
    color: #fff;
    background: var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-1)
}

.page-links a,
.woocommerce-pagination>.page-numbers a {
    --theme-link-initial-color: var(--theme-text-color)
}

.page-links a:hover,
.woocommerce-pagination>.page-numbers a:hover {
    box-shadow: 0px 0px 0px 1px var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-1)
}

@media(max-width: 600px) {
    .gp-block-media-text .gp-block-media-text__content {
        padding: var(--theme-content-spacing)
    }
}

.gp-block-media-text .gp-block-media-text__content p:last-child {
    margin-bottom: 0
}

@media(max-width: 600px) {
    .gp-block-media-text:not(.has-background) .gp-block-media-text__content {
        padding-inline: 0;
        padding-bottom: 0
    }
}

.gp-block-post-title a {
    --theme-link-initial-color: initial
}

article>.entry-content .gp-block-post-content.entry-content {
    width: 100%;
    max-width: 100%
}

.gp-block-post-content>* {
    margin-inline: var(--theme-default-editor, auto)
}

.gp-block-post-content>*:where(:not(.alignfull)) {
    width: var(--theme-default-editor, var(--theme-block-width))
}

.gp-block-post-content>*:where(:not(.alignwide):not(.alignfull)) {
    max-width: var(--theme-default-editor, var(--theme-block-max-width))
}

.gp-block-post-content>.alignwide {
    max-width: var(--theme-default-editor, var(--theme-block-wide-max-width))
}

.post-password-form>p:last-child {
    display: grid;
    align-items: flex-end;
    gap: 15px
}

@media(min-width: 690px) {
    .post-password-form>p:last-child {
        grid-template-columns: 1fr 250px
    }
}

.post-password-form>p:last-child>label {
    margin-bottom: 0
}

.post-password-form>p:last-child>label input {
    margin-top: .5em
}

.post-password-form>p:last-child>input[type=submit] {
    height: var(--theme-form-field-height, 40px)
}

.gp-block-quote:not(.is-style-plain):not(.has-text-align-center):not(.has-text-align-right) {
    border-inline-start: 4px solid var(--theme-palette-color-1)
}

.gp-block-quote:not(.is-style-plain).has-text-align-center {
    padding-block: 1.5em;
    border-block: 3px solid var(--theme-palette-color-1)
}

.gp-block-quote:not(.is-style-plain).has-text-align-right {
    border-inline-end: 4px solid var(--theme-palette-color-1)
}

.gp-block-quote:not(.has-text-align-center):not(.has-text-align-right) {
    padding-inline-start: 1.5em
}

.gp-block-quote.has-text-align-right {
    padding-inline-end: 1.5em
}

.gp-block-quote p:last-of-type {
    margin-bottom: 0
}

.gp-block-quote cite {
    display: block;
    margin-top: 15px;
    font-size: 14px
}

figure.gp-block-pullquote {
    position: relative;
    padding: 70px;
    text-align: initial;
    border-width: 10px;
    border-style: solid;
    border-color: var(--theme-palette-color-1)
}

@media(max-width: 689.98px) {
    figure.gp-block-pullquote {
        padding: 50px
    }
}

figure.gp-block-pullquote blockquote {
    position: relative;
    isolation: isolate
}

figure.gp-block-pullquote blockquote:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: var(--quote-icon-size, 70px);
    height: var(--quote-icon-size, 70px);
    top: calc(var(--quote-icon-size, 70px)/-3);
    inset-inline-start: calc(var(--quote-icon-size, 70px)/-3);
    opacity: .15;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0,19.04v-8.62c-0.04-1.24,0.14-2.4,0.54-3.49S1.49,4.88,2.2,4.06C2.92,3.23,3.77,2.55,4.76,2C5.76,1.46,6.84,1.11,8,0.96 v3.72C6.58,5.17,5.6,5.89,5.07,6.85C4.55,7.8,4.29,8.98,4.29,10.37H8v8.67H0zM12,19.04v-8.62c-0.04-1.24,0.14-2.4,0.53-3.49 s0.95-2.05,1.66-2.87c0.71-0.83,1.57-1.51,2.56-2.06c0.99-0.54,2.08-0.89,3.24-1.04v3.72c-1.43,0.49-2.4,1.21-2.93,2.17c-0.53,0.96-0.79,2.13-0.79,3.52H20v8.67H12z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M0,19.04v-8.62c-0.04-1.24,0.14-2.4,0.54-3.49S1.49,4.88,2.2,4.06C2.92,3.23,3.77,2.55,4.76,2C5.76,1.46,6.84,1.11,8,0.96 v3.72C6.58,5.17,5.6,5.89,5.07,6.85C4.55,7.8,4.29,8.98,4.29,10.37H8v8.67H0zM12,19.04v-8.62c-0.04-1.24,0.14-2.4,0.53-3.49 s0.95-2.05,1.66-2.87c0.71-0.83,1.57-1.51,2.56-2.06c0.99-0.54,2.08-0.89,3.24-1.04v3.72c-1.43,0.49-2.4,1.21-2.93,2.17c-0.53,0.96-0.79,2.13-0.79,3.52H20v8.67H12z'/%3E%3C/svg%3E")
}

@media(max-width: 689.98px) {
    figure.gp-block-pullquote blockquote:before {
        --quote-icon-size: 40px
    }
}

figure.gp-block-pullquote blockquote p {
    margin-bottom: 1em
}

figure.gp-block-pullquote blockquote p:last-child {
    margin-bottom: 0
}

figure.gp-block-pullquote blockquote cite {
    font-size: 16px;
    font-weight: 500
}

.gp-block-group.is-position-sticky {
    top: calc(var(--gp-block-top-offset, 0px) + var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100)
}

.has-background:is(p, .gp-block-group) {
    padding: var(--theme-content-spacing)
}

.tp-custom-972 .tp-custom-element.tp-custom-element-04a6325{
    margin-top: 30px !important;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-03cc5e5{
    margin-bottom: 50px !important;
}

.tp-custom-972 .tp-custom-element.tp-custom-element-f958dc3{
    --margin-block-end: 0 !important;
}

header .ct-container {
    max-width: 100%;
}

[data-header*="type-1"] .ct-header [data-row*="middle"]{
    height: 80px !important;
}

.tp-custom-element-db093d8 .infobox-content h5, .tp-custom-element-3eecaaa .infobox-content h5{
    margin-bottom: calc(var(--has-theme-content-spacing, 1)*(.3em + 0px));
}