:root {
--pmpro--base--border-radius: 8px;
--pmpro--base--spacing--small: 12px;
--pmpro--base--spacing--medium: 18px;
--pmpro--base--spacing--large: 36px;
--pmpro--color--accent: #0c3d54;
--pmpro--color--base: #ffffff;
--pmpro--color--base-2: #ededed;
--pmpro--color--contrast: #222222;
--pmpro--color--border: #777777;
--pmpro--color--info-background: light-dark(#d9edf7, #0d2a38);
--pmpro--color--info-border: light-dark(#bce8f1, #1a4a5e);
--pmpro--color--info-text: light-dark(#31708f, #7ec8e3);
--pmpro--color--info-link: light-dark(#245269, #a8d8ea);
--pmpro--color--success-background: light-dark(#d4edda, #0d2e17);
--pmpro--color--success-border: light-dark(#c3e6cb, #1a4d28);
--pmpro--color--success-text: light-dark(#0F441C, #6fcf8e);
--pmpro--color--success-link: light-dark(#2b542c, #9de0b0);
--pmpro--color--error-background: light-dark(#f8d7da, #2e0d10);
--pmpro--color--error-border: light-dark(#f5c6cb, #5a1a20);
--pmpro--color--error-text: light-dark(#721c24, #f08a90);
--pmpro--color--error-link: light-dark(#843534, #f5aeb3);
--pmpro--color--alert-background: light-dark(#fff8e0, #2a2000);
--pmpro--color--alert-border: light-dark(#ffeeba, #4d3c00);
--pmpro--color--alert-text: light-dark(#6C5101, #f0c050);
--pmpro--color--alert-link: light-dark(#66512c, #f5d07a);
--pmpro--color--alert2-background: light-dark(#ffecd9, #2e1a00);
--pmpro--color--alert2-border: light-dark(#ffddb1, #5a3400);
--pmpro--color--alert2-text: light-dark(#995d1d, #f0a060);
--pmpro--color--alert2-link: light-dark(#a65e3a, #f5bf8e);
} .pmpro_message {
background-color: var(--pmpro--color--info-background);
border: 1px solid var(--pmpro--color--info-border);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--info-text);
font-weight: 400;
margin: var(--pmpro--base--spacing--medium) 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: left;
}
.pmpro_message.pmpro_success {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
}
.pmpro_message.pmpro_error {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
}
.pmpro_message.pmpro_alert {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
}
.pmpro_message a {
color: var(--pmpro--color--info-link);
text-decoration: underline;
}
.pmpro_success a {
color: var(--pmpro--color--success-link);
}
.pmpro_error a {
color: var(--pmpro--color--error-link);
}
.pmpro_alert a {
color: var(--pmpro--color--alert-link);
}
.pmpro_message p {
margin: 0 0 var(--pmpro--base--spacing--small);
padding: 0;
}
.pmpro_message p:last-of-type {
margin-bottom: 0;
} .pmpro_captcha {
margin: var(--pmpro--base--spacing--large) 0;
}
.pmpro_captcha div {
clear: none;
margin: 0;
}
.pmpro_form_label-inline {
display: inline-block;
}
.pmpro {
.pmpro_form_input-text.pmpro_form_input-error,
.pmpro_form_input-email.pmpro_form_input-error,
.pmpro_form_input-url.pmpro_form_input-error,
.pmpro_form_input-password.pmpro_form_input-error,
.pmpro_form_input-search.pmpro_form_input-error,
.pmpro_form_input-select.pmpro_form_input-error,
.pmpro_form_input-checkbox.pmpro_form_input-error,
.pmpro_form_input-radio.pmpro_form_input-error,
.pmpro_form_input-multiselect.pmpro_form_input-error,
.pmpro_form_input-number.pmpro_form_input-error,
.pmpro_form_input-file.pmpro_form_input-error,
.pmpro_form_input-date.pmpro_form_input-error,
.pmpro_form_input-textarea.pmpro_form_input-error {
border-color: var(--pmpro--color--error-border);
box-shadow: 0 0 0 0.2rem #f8d7da;
}
} .pmpro_form_field-checkbox .pmpro_form_label {
cursor: pointer;
display: inline;
width: auto;
}
.pmpro_form_field-checkbox input[type="checkbox"] {
height: auto;
opacity: 1;
width: auto;
}
.pmpro_form_field-checkbox-grouped ul {
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_form_field-checkbox-grouped li {
list-style: none;
margin: 0;
padding: 0;
} .pmpro_form_field-radio-item {
margin-bottom: 0;
}
.pmpro_form_field-radio-item .pmpro_form_label {
cursor: pointer;
display: inline-block;
width: auto;
} .pmpro_form_field-date select {
max-width: unset;
width: unset;
}
.pmpro_form_field-date input[type="text"] {
margin-left: var(--pmpro--base--spacing--small);
max-width: unset;
width: unset;
} .pmpro_form .pmpro_form_field-file button {
margin-right: var(--pmpro--base--spacing--small);
}
.pmpro_form .pmpro_form_field-file-preview {
align-items: center;
display: flex;
height: 100px;
justify-content: center;
overflow: hidden;
width: 100px;
}
.pmpro_form .pmpro_form_field-file-preview img {
height: 100%;
object-fit: cover;
width: 100%;
} #pmpro_payment_information_fields .pmpro_form_fields label {
display: block;
float: none;
max-width: initial;
min-width: initial;
text-align: left;
width: auto;
}
button[type="button"]#other_discount_code_toggle,
button[type="button"]#other_discount_code_toggle:hover,
button[type="button"]#other_discount_code_toggle:focus {
background: none;
border: none;
color: inherit;
cursor: pointer;
font-family: inherit;
font-size: inherit;
margin: 0;
padding: 0;
text-decoration: underline;
}
#pmpro_tos_fields input[type="checkbox"]#tos {
width: auto;
} #pmpro_payment_method span.gateway_paypalexpress {
margin-left: var(--pmpro--base--spacing--large);
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal-image {
background-image: url(//heraldsjournal.com/wp-content/plugins/paid-memberships-pro/images/paypal-color.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
height: 30px;
width: 100px;
} .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3 {
margin: var(--pmpro--base--spacing--medium) 0 var(--pmpro--base--spacing--small);
padding: 0;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
border: 1px solid var(--pmpro--color--border);
padding: var(--pmpro--base--spacing--small);
} .pmpro_invoice_details .pmpro_invoice-billing-address {
display: flex;
flex-direction: column;
}
.pmpro_price_part_span {
display: flex;
font-weight: normal;
justify-content: space-between;
}
.pmpro_price_part-total {
font-weight: 700;
} .pmpro_list {
#pmpro_order_single-meta-bill_to {
word-break: break-all;
}
}
.pmpro_list.pmpro_list-plain,
.pmpro_list.pmpro_list-plain .pmpro_list_item {
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_list.pmpro_list-bulleted {
list-style-type: disc;
margin: 0;
padding: 0 0 0 var(--pmpro--base--spacing--medium);
}
.pmpro_list.pmpro_list-bulleted .pmpro_list_item {
margin: 0;
padding: 0;
}
.pmpro_list .pmpro_list_item:not(:last-child) {
margin-bottom: var(--pmpro--base--spacing--small);
} #pass-strength-result {
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
color: inherit;
font-size: 16px;
margin: 0;
padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
text-align: center;
width: 100%;
box-sizing: border-box;
opacity: 0;
}
#pass-strength-result.short {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
opacity: 1;
}
#pass-strength-result.bad {
background-color: var(--pmpro--color--alert2-background);
border-color: var(--pmpro--color--alert2-border);
color: var(--pmpro--color--alert2-text);
opacity: 1;
}
#pass-strength-result.good {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
opacity: 1;
}
#pass-strength-result.strong {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
opacity: 1;
}
.pass1.short, .pass1-text.short {
border-color: var(--pmpro--color--error-border);
}
.pass1.bad, .pass1-text.bad {
border-color: var(--pmpro--color--alert2-border);
}
.pass1.good, .pass1-text.good {
border-color: var(--pmpro--color--alert-border);
}
.pass1.strong, .pass1-text.strong {
border-color: var(--pmpro--color--success-border);
}
.pw-weak {
display: none;
}
.indicator-hint {
padding-top: 8px;
}
.wp-pwd [type="text"],
.wp-pwd [type="password"] {
margin-bottom: 0; min-height: 30px;
} .pmpro_form_field-password-toggle button,
.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
align-items: center;
background: transparent;
border: none;
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
line-height: 1;
margin: 0;
min-height: 1px;
padding: 0;
}
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
color: var(--pmpro--color--contrast);
} .wp-pwd input::-ms-reveal {
display: none;
}
.pass1-text,
.show-password #pass1 {
display: none;
}
.pass1-text::-ms-clear {
display: none;
}
.show-password #pass1-text {
display: inline-block;
} .pmpro_table {
border-collapse: collapse;
margin: 0;
width: 100%;
}
.pmpro_table-fixed {
table-layout: fixed;
} .pmpro_tag {
border-radius: var(--pmpro--base--border-radius);
border: 1px solid var(--pmpro--color--border);
font-size: 14px;
font-weight: 600;
line-height: 20px;
padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
text-align: center;
}
.pmpro_tag-success {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
}
.pmpro_tag-error {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
}
.pmpro_tag-alert {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
} #wpadminbar #wp-admin-bar-pmpro-admin-membership-access {
background-color: #1d2327;
}
#wpadminbar .pmpro_admin-view {
display: inline-block;
padding: 0 5px;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
padding: 10px;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper ul li .ab-item {
height: auto;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper p {
color: #fff;
line-height: 1.5;
margin-bottom: 5px;
white-space: normal;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper select {
background-color: #fff;
border-radius: 6px;
line-height: 1.5;
padding: 5px 8px;
}
#wpadminbar .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-yes):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-yes) + .ab-sub-wrapper {
background-color: #0F441C;
color: #fff;
}
#wpadminbar .ab-item:has(.pmpro_admin-view-no),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-no):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-no) + .ab-sub-wrapper {
background-color: #721c24;
color: #fff;
}
#wpadminbar .pmpro_admin-view .ab-icon {
margin-right: 3px;
}
#wpadminbar .pmpro_admin-view .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view .ab-icon:before {
color: #fff;
}
#wpadminbar .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view-current .ab-icon:before {
color: inherit;
} .pmpro_actions_nav:not(#pmpro_login .pmpro_actions_nav) {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pmpro_actions_nav-left {
flex: 1;
order: 1;
text-align: left;
}
.pmpro_actions_nav-right {
flex: 1;
order: 2;
text-align: right;
} .pmpro_data_filters {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: var(--pmpro--base--spacing--small);
margin-bottom: var(--pmpro--base--spacing--medium);
}
.pmpro_data_count {
margin-bottom: var(--pmpro--base--spacing--medium);
text-align: right;
} .pmpro_pad-s {
padding: var(--pmpro--base--spacing--small);
}
.pmpro_pad-m {
padding: var(--pmpro--base--spacing--large);
}
.pmpro_pad-l {
padding: var(--pmpro--base--spacing--large);
}
.pmpro_spacer {
margin: var(--pmpro--base--spacing--medium) 0;
min-height: 1px;
}
.pmpro_form .pmpro_spacer {
margin-top: var(--pmpro--base--spacing--large);
}
.pmpro_clickable {
cursor: pointer;
}
.pmpro_asterisk abbr,
.pmpro_asterisk abbr[title] {
border: none;
color: var(--pmpro--color--error-text);
cursor: default;
text-decoration: none;
}
.pmpro_hidden {
display: none;
} @media print {
.pmpro {
.pmpro_actions_nav:not(.pmpro_login_wrap .pmpro_actions_nav),
.pmpro_actions_nav-right,
.pmpro_actions_nav-left,
.pmpro_card_actions,
.pmpro_hide_print {
display: none;
}
h2, h3 {
page-break-after: avoid;
}
}
} @media screen and (max-width: 767px) {
.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result,
form.pmpro_form .pmpro_change_password-fields #pass-strength-result {
max-width: 90%;
}
.pmpro_actions_nav {
text-align: center;
}
.pmpro_actions_nav-left,
.pmpro_actions_nav-right {
flex-basis: 100%;
text-align: center;
}
.pmpro_table thead {
display: none;
}
.pmpro_table tbody tr th,
.pmpro_table tbody tr td,
.pmpro_table tfoot tr td {
display: grid;
grid-template-columns: 1fr 2fr;
}
.pmpro_table-fixed tbody tr th,
.pmpro_table-fixed tbody tr td,
.pmpro_table-fixed tfoot tr td {
grid-template-columns: 1fr 1fr;
}
.pmpro_table tbody tr th::before,
.pmpro_table tbody tr td::before,
.pmpro_table tfoot tr td::before {
content: attr(data-title) ": ";
}
.pmpro_table_cancel tbody tr td:last-child,
.pmpro_levels_table tbody tr td:last-child {
display: block;
}
.pmpro_table_cancel tbody tr td:last-child::before,
.pmpro_levels_table tbody tr td:last-child::before {
content: "";
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields #payment-request-button {
max-width: 50%;
}
}
@media screen and (min-width: 1280px) {
} #pmpro-ab-icon {
background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDA2IiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpzdmdqcz0iaHR0cDovL3N2Z2pzLmNvbS9zdmdqcyI+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwMDciPjwvZGVmcz48ZyBpZD0iU3ZnanNHMTAwOCIgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwwLDApIj48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDY1Mi44MTMgNjUzLjMzMyIgd2lkdGg9IjI4OCIgaGVpZ2h0PSIyODgiPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Im0gNDI4MC4yMywyMjg5LjM2IDE3OC4xOSwtMTI0MC42MiAtMjgzMS4zMiwxNC40NyBjIC00Ljk2LC01LjkzIC05Ljg2LC0xMS44NCAtMTQuODUsLTE3Ljg0IC00LjkzLC01Ljg4IC05Ljg5LC0xMS43OSAtMTQuNzksLTE3Ljc2IC00Ljk2LC01Ljk0IC05LjgxLC0xMS44OCAtMTQuNzcsLTE3LjgyIC00Ljg3LC01Ljk4IC05LjgsLTExLjk2MiAtMTQuNjQsLTE3LjkzOCAtNC4zOCwtNS41IC04Ljc5LC0xMC45NzMgLTEzLjIsLTE2LjQ4MSAtNC40MSwtNS40NzMgLTguNzksLTExIC0xMy4xNywtMTYuNDkyIC00LjM4LC01LjUyIC04LjczLC0xMS4wNTkgLTEzLjExLC0xNi41OSAtNC4zMiwtNS40OCAtOC43MywtMTEuMDUxIC0xMy4wMiwtMTYuNTU5IGwgMzA1Ny4zMiwtNTUuNDAyIC0yMTEuOTMsMTQyNi4xMjIgLTgwLjcxLC03LjA5IiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTAgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Im0gMTgzNi4xNSwxMzA2LjM0IGMgLTEwLjMyLC0xMS41MSAtMjAuNjIsLTIzLjEzIC0zMC45MSwtMzQuNzEgLTEwLjIxLC0xMS41MyAtMjAuNDIsLTIzLjIyIC0zMC42OSwtMzQuODUgLTEwLjE1LC0xMS42OSAtMjAuMzYsLTIzLjMyIC0zMC41NywtMzUuMDkgbCAyNTA5LjQ3LDE5LjMxIC0xNjAuMjcsMTIwMi4yNyAtMTkuMzIsMTQ1LjUyIC0xMDQuODcsLTExLjU3IDE0OC40MSwtMTE3MC43MSAtMjI1MC4yNywtNDUuNjcgYyAtMTAuMzgsLTExLjQ4IC0yMC43NCwtMjIuOTUgLTMwLjk4LC0zNC41IiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTEgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Ik0zNzUwLjIxIDI4MTQuNzVsLTE2MC43OS0yMS4yNWMtMTYuNTYtMTAuNDYtMzMuMDctMjEuMDMtNDkuNjMtMzEuNjYtMTYuNDEtMTAuNTQtMzIuODMtMjEuMjEtNDkuMjItMzEuODYtMTYuNDQtMTAuNjgtMzIuNzQtMjEuNDItNDkuMTMtMzIuMjMtMTYuMjctMTAuNzgtMzIuNi0yMS43LTQ4LjgxLTMyLjY4LTIxLjktMTQuOC00My44My0yOS42NS02NS41NS00NC42LTIxLjc4LTE1LTQzLjQ4LTMwLjA3LTY1LjE3LTQ1LjI5LTIxLjU1LTE1LjIyLTQzLjEtMzAuNi02NC42Mi00Ni4wMi0yMS40Ni0xNS4zOC00Mi44Ny0zMC45Ny02NC4yNC00Ni42MS0xOC44My0xMy44Mi0zNy41Ni0yNy42OC01Ni4zOC00MS42My0xOC42Ni0xMy44OS0zNy40Mi0yNy44NC01Ni4wMS00MS45OC0xOC41OS0xNC4wOC0zNy4yMS0yOC4yNS01NS42OS00Mi40My0xOC41LTE0LjMzLTM2Ljk4LTI4LjY1LTU1LjM2LTQzLjEyLTExLjk2LTkuMzgtMjMuOTMtMTguOTEtMzUuODgtMjguNDQtMTEuODctOS40OC0yMy43OS0xOC45OC0zNS43MS0yOC41Ny0xMS44LTkuNTQtMjMuNzUtMTkuMS0zNS42NC0yOC43MS0xMS44MS05LjU5LTIzLjY3LTE5LjIzLTM1LjQyLTI4Ljg3LTQuNC0zLjctOC45My03LjMzLTEzLjMxLTExLjE0LTQuMzgtMy43LTguODctNy40Ni0xMy4yNS0xMS4yNC00LjQ3LTMuNzgtOC45MS03LjU1LTEzLjMxLTExLjI0LTQuNS0zLjgxLTguOTctNy40OC0xMy40My0xMS4yNy0xNS0xMi40NC0yOS45My0yNS4wMS00NC44MS0zNy41Ni0xNC44NS0xMi43Ni0yOS43My0yNS4zMy00NC40OS0zOC4wOS0xNC44LTEyLjc4LTI5LjU2LTI1LjU1LTQ0LjI3LTM4LjQ0LTE0Ljc2LTEyLjc4LTI5LjQ2LTI1LjY5LTQ0LjE3LTM4LjY0LTQ2LjU1LTQxLjEzLTkyLjc4LTgyLjg4LTEzOC42OS0xMjUuMjEtNDUuNzctNDIuMzEtOTEuMS04NS4wOS0xMzYuMDktMTI4LjQ1LTQ0Ljg3LTQzLjMzLTg5LjM2LTg3LjE2LTEzMy40MS0xMzEuNTItNDMuOTQtNDQuMzYtODcuNDgtODkuMjctMTMwLjYxLTEzNC43MmwxODk5LjMgNjIuMTQtMTMwLjM3IDExMzMuNjItMTUuODQgMTM3LjcxTTE4NDkuMzUgOTE5LjY4bC0zMzMuOCA2LjA1djBjLjI3LjM0IDQ1LjIyIDU3LjMyOSAxMTEuNTUgMTM3LjQ4djBsMzI4Ljk5LTEuNjhjLTM4LjE5LTQ4Ljk3LTczLjg0LTk2LjMzMS0xMDYuNzQtMTQxLjg1TTE3NDMuOTggMTIwMS42OWMxMC4yMSAxMS43NyAyMC40MiAyMy40IDMwLjU3IDM1LjA5IDEwLjEgMTEuNDQgMjAuMTUgMjIuOTQgMzAuMTkgMzQuMjkgMTcuNTEgMTkuMjkgMzQuNTYgMzcuNzcgNjIuMzkgNjkuNzd2MGwzMjQuOTYgNi42Yy00Mi4xNS00OC42My04Mi42My05Ni40My0xMjEuMzItMTQzLjI0bC0zMjYuNzktMi41MSIgdHJhbnNmb3JtPSJtYXRyaXgoLjEzMzMzIDAgMCAtLjEzMzMzIDAgNjUzLjMzMykiIGNsYXNzPSJzdmdTaGFwZSBjb2xvcjAwMDAwMC0yIHNlbGVjdGFibGUiPjwvcGF0aD48cGF0aCBmaWxsPSIjYTdhYWFkIiBkPSJtIDE5OTcuMTIsMTQ4MS4yOCBjIDQzLjEzLDQ1LjQ1IDg2LjY3LDkwLjM2IDEzMC42MSwxMzQuNzIgNDQuMDUsNDQuMzYgODguNTQsODguMTkgMTMzLjQxLDEzMS41MiA0NC45OSw0My4zNiA5MC4zMiw4Ni4xNCAxMzYuMDksMTI4LjQ1IDQ1LjkxLDQyLjMzIDkyLjE0LDg0LjA4IDEzOC42OSwxMjUuMjEgMTQuNzEsMTIuOTUgMjkuNDEsMjUuODYgNDQuMTcsMzguNjQgMTQuNzEsMTIuODkgMjkuNDcsMjUuNjYgNDQuMjcsMzguNDQgMTQuNzYsMTIuNzYgMjkuNjQsMjUuMzMgNDQuNDksMzguMDkgMTQuODgsMTIuNTUgMjkuODEsMjUuMTIgNDQuODEsMzcuNTYgNC40NiwzLjc5IDguOTMsNy40NiAxMy40MywxMS4yNyA0LjQsMy42OSA4Ljg0LDcuNDYgMTMuMzEsMTEuMjQgNC4zOCwzLjc4IDguODcsNy41NCAxMy4yNSwxMS4yNCA0LjM4LDMuODEgOC45MSw3LjQ0IDEzLjMxLDExLjE0IDExLjc1LDkuNjQgMjMuNjEsMTkuMjggMzUuNDIsMjguODcgMTEuODksOS42MSAyMy44NCwxOS4xNyAzNS42NCwyOC43MSAxMS45Miw5LjU5IDIzLjg0LDE5LjA5IDM1LjcxLDI4LjU3IDExLjk1LDkuNTMgMjMuOTIsMTkuMDYgMzUuODgsMjguNDQgMTguMzgsMTQuNDcgMzYuODYsMjguNzkgNTUuMzYsNDMuMTIgMTguNDgsMTQuMTggMzcuMSwyOC4zNSA1NS42OSw0Mi40MyAxOC41OSwxNC4xNCAzNy4zNSwyOC4wOSA1Ni4wMSw0MS45OCAxOC44MiwxMy45NSAzNy41NSwyNy44MSA1Ni4zOCw0MS42MyAyMS4zNywxNS42NCA0Mi43OCwzMS4yMyA2NC4yNCw0Ni42MSAyMS41MiwxNS40MiA0My4wNywzMC44IDY0LjYyLDQ2LjAyIDIxLjY5LDE1LjIyIDQzLjM5LDMwLjI5IDY1LjE3LDQ1LjI5IDIxLjcyLDE0Ljk1IDQzLjY1LDI5LjggNjUuNTUsNDQuNiAxNi4yMSwxMC45OCAzMi41NCwyMS45IDQ4LjgxLDMyLjY4IDE2LjM5LDEwLjgxIDMyLjY5LDIxLjU1IDQ5LjEzLDMyLjIzIDE2LjM5LDEwLjY1IDMyLjgxLDIxLjMyIDQ5LjIyLDMxLjg2IDE2LjU2LDEwLjYzIDMzLjA3LDIxLjIgNDkuNjMsMzEuNjYgbCAxNjAuNzksMjEuMjUgQyAzMjYzLjQ2LDI0NTEuMzYgMjczMi40OCwxOTQ4LjU2IDIzMTkuOTEsMTQ5MS44NCBsIC0zMjIuNzksLTEwLjU2IiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTMgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Im0gNDYxNC44NywzNTY2LjgxIGMgLTkzLjA1LC0zNC42OSAtMTg2LjQ0LC03MC44IC0yNzkuOTcsLTEwOC4yOSAtOTIuMzgsLTM2Ljk5IC0xODQuOSwtNzUuMjkgLTI3Ny4yNSwtMTE0LjgxIC05MS4yMiwtMzkuMTMgLTE4Mi4zNCwtNzkuMzggLTI3My4xMywtMTIwLjg3IC0yLjM3LC0xIC00LjY3LC0yLjA0IC03LjA0LC0zLjE1IC0yLjI5LC0xLjA3IC00LjY0LC0yLjIgLTcuMDIsLTMuMzIgLTIuMzIsLTEuMTIgLTQuNjcsLTIuMjIgLTYuOTYsLTMuMzYgLTIuMzgsLTEuMTEgLTQuNjcsLTIuMjEgLTYuOTksLTMuMzQgLTczLjcsLTMzLjg2IC0xNDcuMjIsLTY4LjUzIC0yMjAuMjUsLTEwMy45NyAtNzIuNDYsLTM1LjEzIC0xNDQuNTksLTcxLjAyIC0yMTYuMjksLTEwNy41OSAtNzEuMDUsLTM2LjI2IC0xNDEuNzEsLTczLjI3IC0yMTEuODEsLTExMC45NyAtNjkuNTgsLTM3LjM2IC0xMzguNjEsLTc1LjM1IC0yMDcuMDUsLTExNC4wNCAtMjQuNDIsLTEzLjgyIC00OC43NiwtMjcuNzMgLTczLjA2LC00MS43MSAtMjQuMTYsLTEzLjg5IC00OC4yNiwtMjcuODYgLTcyLjI4LC00MS45MyAtMjQuMDEsLTE0LjExIC00Ny44MywtMjguMjYgLTcxLjYxLC00Mi41IC0yMy43LC0xNC4xOCAtNDcuMzMsLTI4LjQ0IC03MC44NiwtNDIuODQgLTIwLjQ0LC0xMi4zOCAtNDAuNzcsLTI0LjkxIC02MS4xMSwtMzcuNDQgLTIwLjIxLC0xMi41MSAtNDAuNDMsLTI1LjA5IC02MC41OSwtMzcuNzggLTIwLjA5LC0xMi42MSAtNDAuMTMsLTI1LjI0IC02MC4wOSwtMzguMDEgLTE5Ljg3LC0xMi43NyAtMzkuNzcsLTI1LjQ5IC01OS41NCwtMzguNCAtMTMuMiwtOC41NyAtMjYuMzEsLTE3LjE1IC0zOS40OCwtMjUuOCAtMTMuMTEsLTguNzEgLTI2LjIyLC0xNy4zMyAtMzkuMzMsLTI2LjA0IC0xMy4wMiwtOC42MyAtMjYuMDQsLTE3LjMzIC0zOS4wNiwtMjYuMDIgLTEzLC04LjcgLTI1LjksLTE3LjQzIC0zOC44NywtMjYuMjUgLTQuMzgsLTMuMDYgLTguODgsLTYuMTIgLTEzLjMxLC05LjIgLTQuNDEsLTMuMTEgLTguODUsLTYuMiAtMTMuMzcsLTkuMjYgLTQuNDEsLTMuMDYgLTguODgsLTYuMTIgLTEzLjMxLC05LjI0IC00LjQ0LC0zLjAzIC04LjgyLC02LjEgLTEzLjI5LC05LjEzIC0xNS44OSwtMTEuMDQgLTMxLjY3LC0yMi4wNyAtNDcuMzksLTMzLjE3IC0xNS42NiwtMTEuMDYgLTMxLjM1LC0yMi4xNyAtNDYuOTMsLTMzLjM1IC0xNS41NywtMTEuMDggLTMxLjE1LC0yMi4yNSAtNDYuNTgsLTMzLjUgLTE1LjQ2LC0xMS4xOSAtMzAuODYsLTIyLjQxIC00Ni4yNiwtMzMuNyAtMTAxLjUxLC03NC43IC0yMDAuNywtMTUxLjI4IC0yOTcuMjIsLTIyOS45NiAtOTUuNTIsLTc3Ljg5IC0xODguNjIsLTE1Ny45MSAtMjc4Ljc2LC0yNDAuMDMgLTg5LjM5LC04MS4zNyAtMTc2LjA4LC0xNjUuMTMgLTI1OS44MSwtMjUxLjA0IC04My4xNSwtODUuNDMgLTE2My40NjUsLTE3My4yMSAtMjQwLjYxNywtMjYzLjY2IC03LjA0NywtOC4xOSAtMTQuMDA4LC0xNi4zOCAtMjAuOTk2LC0yNC43MSAtNi45NjEsLTguMTYgLTEzLjkyNiwtMTYuNDQgLTIwLjg1NiwtMjQuNzEgLTYuODcxLC04LjI4IC0xMy44MDQsLTE2LjU5IC0yMC42NDgsLTI0Ljg0IC02Ljg0OCwtOC4zNSAtMTMuNjA2LC0xNi41OSAtMjAuNDIyLC0yNC45MiAtNS4yMTksLTYuMzIgLTEwLjQzOCwtMTIuNzEgLTE1LjQ4OCwtMTkuMTQgLTUuMTkyLC02LjQgLTEwLjMyNSwtMTIuOCAtMTUuNDI2LC0xOS4yNCAtNS4xMDYsLTYuNDIgLTEwLjI3LC0xMi44IC0xNS4yODUsLTE5LjIgLTUuMDIsLTYuNDQgLTEwLjAzNSwtMTIuOTEgLTE1LjA4MiwtMTkuMzMgLTIuNzg1LDMuMzUgLTUuNTEyLDYuNTggLTguMjM5LDkuODMgLTIuNzUzLDMuMjggLTUuNDIxLDYuNDUgLTguMDkzLDkuNjMgLTIuNjk2LDMuMDggLTUuMzY0LDYuMjcgLTguMDA0LDkuMzEgLTIuNjQxLDMuMTUgLTUuMjIzLDYuMjQgLTcuODMyLDkuMzIgLTI2LjEyOSwzMC45MSAtNTAuNjM3LDU5LjI3IC03My43ODIsODUuNzEgLTIyLjk3MiwyNi4xOSAtNDQuNjQsNTAuNTIgLTY1LjMyLDczLjU0IC0yMC41OSwyMi44MyAtNDAuMjgxLDQ0LjM2IC01OS4yNTQsNjUuMDUgLTE4LjkzNywyMC41NyAtMzcuMjExLDQwLjQyIC01NS4xNjQsNjAgLTQuNzI2LDUgLTkuNDI2LDEwLjA5IC0xNC4wNjIsMTUuMjEgLTQuNjcyLDUgLTkuMjgyLDEwLjA0IC0xMy45MjYsMTUuMTIgLTQuNTgyLDUuMDcgLTkuMjIzLDEwLjExIC0xMy44MDUsMTUuMTkgLTQuNTUxLDUuMDYgLTkuMTA5LDEwLjExIC0xMy42MDEsMTUuMjcgLTE5Ljk4NSwyMS44MiAtMzkuODUyLDQ0LjE0IC02MC4xODQsNjcuNDMgLTIwLjI0MiwyMy4xNSAtNDAuODM2LDQ3LjM4IC02Mi4zMDEsNzMuMTIgLTIxLjE2OCwyNS43IC00My4xODMsNTIuODkgLTY2LjMzMiw4Mi40NiAtMjIuOTM3LDI5LjI2IC00Ni45NTMsNjAuNjYgLTcyLjM5LDk0LjkgLTExLjQ4NSwxNS40IC0yMy4yODksMzEuMzggLTM1LjMyNSw0Ny45MyAtMTIuMDA3LDE2LjU0IC0yNC4zOTQxLDMzLjU4IC0zNy4wMTEzLDUxLjMzIC0xMi41Mjc0LDE3LjYyIC0yNS40OTIyLDM1Ljg4IC0zOC43Nzc0LDU0Ljg1IEMgMjcuNTIzNCwxODkxLjA5IDEzLjk0OTIsMTkxMC42IDAsMTkzMC44MyAyNy40OTYxLDE4NDIgNTMuNjI4OSwxNzU4LjMyIDc4LjgzMiwxNjc4Ljg4IGMgMjUuNjA5LC04MC43OSA1MC4xNDgsLTE1Ny4wMSA3My44NzEsLTIyOS41OCAyNC4xMDIsLTczLjcxIDQ3LjQyMiwtMTQzLjU2IDcwLjEwMiwtMjEwLjM5IDIzLjAyNywtNjggNDUuNTYyLC0xMzIuODYgNjcuOTI1LC0xOTUuNzYgNS4xOTYsLTE0LjY0IDEwLjMyOSwtMjkuMTYgMTUuNTE2LC00My42NjIgNS4xOTIsLTE0LjQ2OCAxMC4zMjgsLTI4Ljg0NyAxNS41MiwtNDMuMjUgNS4yMjIsLTE0LjMxNiAxMC40MTQsLTI4LjUxOSAxNS42MDEsLTQyLjc1OCA1LjE2NCwtMTQuMjY5IDEwLjQxLC0yOC41MTEgMTUuNjMzLC00Mi42NDggMi4zNTIsLTYuNDUzIDQuODQ0LC0xMi45NzMgNy4xOTUsLTE5LjQ5MiAyLjQwNywtNi41MzEgNC44NzEsLTEzLjA3IDcuMjc4LC0xOS41OTggMi40MSwtNi41MTIgNC44NDMsLTEzLjA2MiA3LjMwOCwtMTkuNjEzIDIuNDEsLTYuNTI3IDQuODc1LC0xMy4xNjggNy4zNCwtMTkuNjggMi41NTEsLTYuNzUgNS4wNzQsLTEzLjUzOSA3LjYyNSwtMjAuMTc5IDIuNTgyLC02LjgwOSA1LjEwNiwtMTMuNTcxIDcuNzE5LC0yMC4zNiAyLjU4MiwtNi43ODEgNS4xNiwtMTMuNTMxIDcuNzE1LC0yMC4zMDggMi42MDksLTYuNzkzIDUuMTYsLTEzLjU2MyA3LjgsLTIwLjQxMSAxLjg2LC00Ljg5IDMuNjg0LC05LjY2IDUuNTQsLTE0LjU3IDEuOTcyLC00Ljg3MSAzLjc2OSwtOS44MTIgNS43MTQsLTE0LjY1MiAxLjg2LC00LjkzIDMuNzk3LC05Ljc1OCA1LjcxMSwtMTQuNjE3IDEuODYsLTQuOTczIDMuODAxLC05LjgxMyA1Ljc0NiwtMTQuODIxIDAuNzgyLC0yLjA2MiAxLjU2MywtNC4xNiAyLjM3OSwtNi4yNjEgMC43ODUsLTIuMDU5IDEuNTk0LC00LjE2MSAyLjQzNCwtNi4yMzkgMC43ODUsLTIuMDcgMS41OTgsLTQuMTc5IDIuMzc5LC02LjI2MSAwLjg0LC0yLjA5IDEuNjgsLTQuMTI5IDIuNDY1LC02LjI4MiAyLjY2OCwtNi42NTYgNS4yNSwtMTMuMzI4IDcuODYzLC0yMC4wMjcgMi42MDUsLTYuNjk5IDUuMjQ2LC0xMy40NjEgNy44ODcsLTIwLjE3MiAyLjYzNiwtNi43NjkgNS4yODEsLTEzLjUxOSA4LjAwNCwtMjAuMjY5IDIuNjQsLTYuNzgyIDUuMjgxLC0xMy41NTkgNy45MTgsLTIwLjUgbCAtMS44MjUsLTYuODcyIDQuMDMyLDEuNTcxIGMgMTUuODYzLC0zOS45NjkgMzIuMDE5LC04MC41MiA0OC43ODEsLTEyMi4wNDcgMTYuODIsLTQxLjg4MyAzNC4yNTQsLTg0Ljc4MSA1Mi4zODMsLTEyOS4wNTEgMTguMTgzLC00NC42OCAzNy4xNTIsLTkwLjY5MSA1Ni45MDIsLTEzOC42OCBDIDY1Ny4yNSwxMDMgNjc4LjA3LDUyLjcxMDkgNjk5Ljg4MywwIGMgMzYuNDg0LDY2LjM5MDYgNzMuNjk5LDEzMS45MjIgMTExLjY2NCwxOTYuNTEyIDM3LjkzNyw2NC41NzggNzYuNTM5LDEyOC4yNzcgMTE1Ljg5OCwxOTEuMTI5IDM5LjM2LDYyLjg3OSA3OS40NjUsMTI0Ljk0MSAxMjAuMTM1LDE4Ni4xMjkgNDAuODEsNjEuMjQyIDgyLjE2LDEyMS42NzEgMTI0LjMxLDE4MS4zMTIgMC44NywxLjE2OCAxLjY4LDIuMzg3IDIuNTIsMy42MTcgMC44NywxLjIzMSAxLjc0LDIuNDczIDIuNjEsMy42OTkgMC45MywxLjEzMyAxLjc3LDIuMzcyIDIuNjEsMy42MDIgMC44NywxLjE5OSAxLjc0LDIuNDYxIDIuNTIsMy42MDIgOC4xOCwxMS40OCAxNi4yNywyMi44OTggMjQuNDUsMzQuMjY5IDguMjEsMTEuNDM4IDE2LjI4LDIyLjc3IDI0LjU3LDM0LjA1MSA4LjE4LDExLjM2NyAxNi4zNiwyMi42OTkgMjQuNTksMzMuODc5IDguMjQsMTEuMjY5IDE2LjU3LDIyLjUzMSAyNC44LDMzLjc4MSA3LjE3LDkuNjY4IDE0LjI3LDE5LjI3NyAyMS40NCwyOC43NzcgNy4xNiw5LjYxIDE0LjM4LDE5LjEyOSAyMS41NSwyOC42NDEgNy4xNiw5LjUxMiAxNC40NywxOC45OCAyMS42MSwyOC40NDkgNy4zLDkuNDMxIDE0LjUyLDE4LjkxMSAyMS43NSwyOC40MTEgMS4zLDEuNzEgMi42NiwzLjUgMy45Nyw1LjI5IDEuMjgsMS42NiAyLjU4LDMuMzggMy45Miw1LjE4IDEuMjcsMS43IDIuNTUsMy40NCAzLjg1LDUuMTIgMS4zNCwxLjczIDIuNjcsMy40MSAzLjk4LDUuMDYgOC43LDExLjM5IDE3LjQzLDIyLjYgMjYuMjIsMzQgOC43OCwxMS4xNiAxNy41NywyMi40MSAyNi40MiwzMy41NyA4LjksMTEuMjYgMTcuNzIsMjIuMzYgMjYuNiwzMy41MiA4LjkzLDExLjIgMTcuODksMjIuMjQgMjYuODIsMzMuMjQgOC45OSwxMS4yIDE4LjAxLDIyLjM5IDI3LjAzLDMzLjQyIDkuMDUsMTEuMTcgMTguMTMsMjIuMyAyNy4yMSwzMy4zMyA5LjA4LDExLjExIDE4LjE5LDIyLjExIDI3LjM1LDMzLjE4IDkuMTQsMTAuOTcgMTguMjcsMjIgMjcuNTIsMzIuOTggNjUuMTUsNzcuNTMgMTMxLjQ4LDE1My40NiAxOTguODUsMjI3LjkzIDY3LjYxLDc0LjY2IDEzNi4zMiwxNDcuOTYgMjA2LjEsMjE5Ljc0IDcwLjA3LDcyLjA1IDE0MS4xMywxNDIuNyAyMTMuMTgsMjExLjcgNzIuNTEsNjkuNDkgMTQ1Ljk0LDEzNy40NiAyMjAuMjIsMjAzLjkxIDE0LjMzLDEyLjc5IDI4LjcyLDI1LjU2IDQzLjEsMzguMjUgMTQuMzksMTIuNzEgMjguNzcsMjUuMzggNDMuMjIsMzcuOTUgMTQuNTMsMTIuNjIgMjguOTcsMjUuMTUgNDMuNTksMzcuNjIgMTQuNTMsMTIuNTIgMjkuMDYsMjQuOTQgNDMuNjgsMzcuMjQgNC40MSwzLjY5IDguODIsNy40MyAxMy4xMSwxMS4xNSA0LjMyLDMuNjkgOC43Myw3LjQxIDEzLjAyLDExLjE0IDQuMzIsMy43MyA4LjY3LDcuNDcgMTMuMDIsMTEuMTcgNC4yNywzLjc1IDguNjIsNy4zNiAxMi45NCwxMC45NiAxMS41MSw5LjYxIDIzLjA4LDE5LjIgMzQuNjYsMjguNzQgMTEuNTQsOS40MyAyMy4xMSwxOC45MyAzNC43NCwyOC40MSAxMS42LDkuNDQgMjMuMjMsMTguODYgMzQuOTIsMjguMjIgMTEuNjMsOS4zNSAyMy4zMiwxOC43OCAzNS4wMSwyOC4xMiAxOC4wMSwxNC4zMSAzNi4wNSwyOC41OCA1NC4xMiw0Mi42MiAxOC4wNywxNC4yMiAzNi4yMywyOC4xOCA1NC4zNSw0Mi4xMyAxOC4xOSwxNC4wMSAzNi40NiwyNy44MSA1NC42NSw0MS42NSAxOC4yNywxMy43OCAzNi42MywyNy41MSA1NC45Niw0MS4yNCAyMC44MiwxNS41MiA0MS43MSwzMC45IDYyLjY0LDQ2LjIyIDIxLjAxLDE1LjMgNDIuMDMsMzAuNTEgNjMuMDYsNDUuNTUgMjEuMTEsMTUuMTEgNDIuMzIsMzAuMDkgNjMuNDksNDQuOTUgMjEuMjMsMTQuOTMgNDIuNTIsMjkuNjIgNjMuODYsNDQuMzIgNDAuMjksMjcuNjcgODAuNjYsNTQuOTUgMTIxLjEyLDgxLjc4IDQwLjcyLDI2LjkzIDgxLjUzLDUzLjQyIDEyMi40OCw3OS40MyA0MS4wNCwyNi4xMSA4Mi4zMiw1MS44NCAxMjMuNjUsNzcuMDEgNDEuNjIsMjUuMjIgODMuMjksNTAuMDUgMTI1LjA2LDc0LjM3IDkxLjg4LDUzLjQ1IDE4NC4yLDEwNC42MSAyNzYuNzgsMTUzLjIxIDkzLjYyLDQ5LjE0IDE4Ny41NCw5NS44MyAyODEuNDgsMTM5Ljc4IDk1LjA0LDQ0LjM5IDE5MC4yMyw4Ni4xIDI4NS4zMSwxMjQuOTMgOTYuMiwzOS4xOSAxOTIuMjksNzUuNDkgMjg3Ljk3LDEwOC42MiAtOTMuMjQsLTMyLjIyIC0xODcuMSwtNjUuODggLTI4MS4yNywtMTAxIiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTQgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Im0gNjk5Ljg4MywwIGMgLTAuMDU1LDAuMTI4OTA2IC0wLjExLDAuMjYxNzE5IC0wLjE2NCwwLjM5MDYyNSAwLjA1NCwtMC4xMjg5MDYgMC4xMDksLTAuMjYxNzE5IDAuMTY0LC0wLjM5MDYyNSAzNi40ODQsNjYuMzkwNiA3My42OTksMTMxLjkyMiAxMTEuNjY0LDE5Ni41MTIgMzcuOTM3LDY0LjU3OCA3Ni41MzksMTI4LjI3NyAxMTUuODk4LDE5MS4xMjkgMzkuMzYsNjIuODc5IDc5LjQ2NSwxMjQuOTQxIDEyMC4xMzUsMTg2LjEyOSA0MC44MSw2MS4yNDIgODIuMTYsMTIxLjY3MSAxMjQuMzEsMTgxLjMxMiAwLjg3LDEuMTY4IDEuNjgsMi4zODcgMi41MiwzLjYxNyAwLjg3LDEuMjMxIDEuNzQsMi40NzMgMi42MSwzLjY5OSAwLjkzLDEuMTMzIDEuNzcsMi4zNzIgMi42MSwzLjYwMiAwLjg3LDEuMTk5IDEuNzQsMi40NjEgMi41MiwzLjYwMiA4LjE4LDExLjQ4IDE2LjI3LDIyLjg5OCAyNC40NSwzNC4yNjkgOC4yMSwxMS40MzggMTYuMjgsMjIuNzcgMjQuNTcsMzQuMDUxIDguMTgsMTEuMzY3IDE2LjM2LDIyLjY5OSAyNC41OSwzMy44NzkgOC4yNCwxMS4yNjkgMTYuNTcsMjIuNTMxIDI0LjgsMzMuNzgxIDcuMTcsOS42NjggMTQuMjcsMTkuMjc3IDIxLjQ0LDI4Ljc3NyA3LjE2LDkuNjEgMTQuMzgsMTkuMTI5IDIxLjU1LDI4LjY0MSA3LjE2LDkuNTEyIDE0LjQ3LDE4Ljk4IDIxLjYxLDI4LjQ0OSA3LjMsOS40MzEgMTQuNTIsMTguOTExIDIxLjc1LDI4LjQxMSAxLjMsMS43MSAyLjY2LDMuNSAzLjk3LDUuMjkgMS4yOCwxLjY2IDIuNTgsMy4zOCAzLjkyLDUuMTggMS4yNywxLjcgMi41NSwzLjQ0IDMuODUsNS4xMiAxLjM0LDEuNzMgMi42NywzLjQxIDMuOTgsNS4wNiA4LjcsMTEuMzkgMTcuNDMsMjIuNiAyNi4yMiwzNCA4Ljc4LDExLjE2IDE3LjU3LDIyLjQxIDI2LjQyLDMzLjU3IDguOSwxMS4yNiAxNy43MiwyMi4zNiAyNi42LDMzLjUyIDguOTMsMTEuMiAxNy44OSwyMi4yNCAyNi44MiwzMy4yNCA4Ljk5LDExLjIgMTguMDEsMjIuMzkgMjcuMDMsMzMuNDIgOS4wNSwxMS4xNyAxOC4xMywyMi4zIDI3LjIxLDMzLjMzIDkuMDgsMTEuMTEgMTguMTksMjIuMTEgMjcuMzUsMzMuMTggOS4xNCwxMC45NyAxOC4yNywyMiAyNy41MiwzMi45OCA2NS4xNSw3Ny41MyAxMzEuNDgsMTUzLjQ2IDE5OC44NSwyMjcuOTMgNjcuNjEsNzQuNjYgMTM2LjMyLDE0Ny45NiAyMDYuMSwyMTkuNzQgNzAuMDcsNzIuMDUgMTQxLjEzLDE0Mi43IDIxMy4xOCwyMTEuNyA3Mi41MSw2OS40OSAxNDUuOTQsMTM3LjQ2IDIyMC4yMiwyMDMuOTEgMTQuMzMsMTIuNzkgMjguNzIsMjUuNTYgNDMuMSwzOC4yNSAxNC4zOSwxMi43MSAyOC43NywyNS4zOCA0My4yMiwzNy45NSAxNC41MywxMi42MiAyOC45NywyNS4xNSA0My41OSwzNy42MiAxNC41MywxMi41MiAyOS4wNiwyNC45NCA0My42OCwzNy4yNCA0LjQxLDMuNjkgOC44Miw3LjQzIDEzLjExLDExLjE1IDQuMzIsMy42OSA4LjczLDcuNDEgMTMuMDIsMTEuMTQgNC4zMiwzLjczIDguNjcsNy40NyAxMy4wMiwxMS4xNyA0LjI3LDMuNzUgOC42Miw3LjM2IDEyLjk0LDEwLjk2IDExLjUxLDkuNjEgMjMuMDgsMTkuMiAzNC42NiwyOC43NCAxMS41NCw5LjQzIDIzLjExLDE4LjkzIDM0Ljc0LDI4LjQxIDExLjYsOS40NCAyMy4yMywxOC44NiAzNC45MiwyOC4yMiAxMS42Myw5LjM1IDIzLjMyLDE4Ljc4IDM1LjAxLDI4LjEyIDE4LjAxLDE0LjMxIDM2LjA1LDI4LjU4IDU0LjEyLDQyLjYyIDE4LjA3LDE0LjIyIDM2LjIzLDI4LjE4IDU0LjM1LDQyLjEzIDE4LjE5LDE0LjAxIDM2LjQ2LDI3LjgxIDU0LjY1LDQxLjY1IDE4LjI3LDEzLjc4IDM2LjYzLDI3LjUxIDU0Ljk2LDQxLjI0IDIwLjgyLDE1LjUyIDQxLjcxLDMwLjkgNjIuNjQsNDYuMjIgMjEuMDEsMTUuMyA0Mi4wMywzMC41MSA2My4wNiw0NS41NSAyMS4xMSwxNS4xMSA0Mi4zMiwzMC4wOSA2My40OSw0NC45NSAyMS4yMywxNC45MyA0Mi41MiwyOS42MiA2My44Niw0NC4zMiA0MC4yOSwyNy42NyA4MC42Niw1NC45NSAxMjEuMTIsODEuNzggNDAuNzIsMjYuOTMgODEuNTMsNTMuNDIgMTIyLjQ4LDc5LjQzIDQxLjA0LDI2LjExIDgyLjMyLDUxLjg0IDEyMy42NSw3Ny4wMSA0MS42MiwyNS4yMiA4My4yOSw1MC4wNSAxMjUuMDYsNzQuMzcgOTEuODgsNTMuNDUgMTg0LjIsMTA0LjYxIDI3Ni43OCwxNTMuMjEgOTMuNjIsNDkuMTQgMTg3LjU0LDk1LjgzIDI4MS40OCwxMzkuNzggOTUuMDQsNDQuMzkgMTkwLjIzLDg2LjEgMjg1LjMxLDEyNC45MyA5Ni4yLDM5LjE5IDE5Mi4yOSw3NS40OSAyODcuOTcsMTA4LjYyIHYgMCBjIC05NS42OCwtMzMuMTMgLTE5MS43NywtNjkuNDMgLTI4Ny45NywtMTA4LjYyIC05NS4wOCwtMzguODMgLTE5MC4yNywtODAuNTQgLTI4NS4zMSwtMTI0LjkzIC05My45NCwtNDMuOTUgLTE4Ny44NiwtOTAuNjQgLTI4MS40OCwtMTM5Ljc4IC05Mi41OCwtNDguNiAtMTg0LjksLTk5Ljc2IC0yNzYuNzgsLTE1My4yMSAtNDEuNzcsLTI0LjMyIC04My40NCwtNDkuMTUgLTEyNS4wNiwtNzQuMzcgLTQxLjMzLC0yNS4xNyAtODIuNjEsLTUwLjkgLTEyMy42NSwtNzcuMDEgLTQwLjk1LC0yNi4wMSAtODEuNzYsLTUyLjUgLTEyMi40OCwtNzkuNDMgLTQwLjQ2LC0yNi44MyAtODAuODMsLTU0LjExIC0xMjEuMTIsLTgxLjc4IC0yMS4zNCwtMTQuNyAtNDIuNjMsLTI5LjM5IC02My44NiwtNDQuMzIgLTIxLjE3LC0xNC44NiAtNDIuMzgsLTI5Ljg0IC02My40OSwtNDQuOTUgLTIxLjAzLC0xNS4wNCAtNDIuMDUsLTMwLjI1IC02My4wNiwtNDUuNTUgLTIwLjkzLC0xNS4zMiAtNDEuODIsLTMwLjcgLTYyLjY0LC00Ni4yMiAtMTguMzMsLTEzLjczIC0zNi42OSwtMjcuNDYgLTU0Ljk2LC00MS4yNCAtMTguMTksLTEzLjg0IC0zNi40NiwtMjcuNjQgLTU0LjY1LC00MS42NSAtMTguMTIsLTEzLjk1IC0zNi4yOCwtMjcuOTEgLTU0LjM1LC00Mi4xMyAtMTguMDcsLTE0LjA0IC0zNi4xMSwtMjguMzEgLTU0LjEyLC00Mi42MiAtMTEuNjksLTkuMzQgLTIzLjM4LC0xOC43NyAtMzUuMDEsLTI4LjEyIC0xMS42OSwtOS4zNiAtMjMuMzIsLTE4Ljc4IC0zNC45MiwtMjguMjIgLTExLjYzLC05LjQ4IC0yMy4yLC0xOC45OCAtMzQuNzQsLTI4LjQxIC0xMS41OCwtOS41NCAtMjMuMTUsLTE5LjEzIC0zNC42NiwtMjguNzQgLTQuMzIsLTMuNiAtOC42NywtNy4yMSAtMTIuOTQsLTEwLjk2IC00LjM1LC0zLjcgLTguNywtNy40NCAtMTMuMDIsLTExLjE3IC00LjI5LC0zLjczIC04LjcsLTcuNDUgLTEzLjAyLC0xMS4xNCAtNC4yOSwtMy43MiAtOC43LC03LjQ2IC0xMy4xMSwtMTEuMTUgLTE0LjYyLC0xMi4zIC0yOS4xNSwtMjQuNzIgLTQzLjY4LC0zNy4yNCAtMTQuNjIsLTEyLjQ3IC0yOS4wNiwtMjUgLTQzLjU5LC0zNy42MiAtMTQuNDUsLTEyLjU3IC0yOC44MywtMjUuMjQgLTQzLjIyLC0zNy45NSAtMTQuMzgsLTEyLjY5IC0yOC43NywtMjUuNDYgLTQzLjEsLTM4LjI1IC03NC4yOCwtNjYuNDUgLTE0Ny43MSwtMTM0LjQyIC0yMjAuMjIsLTIwMy45MSAtNzIuMDUsLTY5IC0xNDMuMTEsLTEzOS42NSAtMjEzLjE4LC0yMTEuNyAtNjkuNzgsLTcxLjc4IC0xMzguNDksLTE0NS4wOCAtMjA2LjEsLTIxOS43NCAtNjcuMzcsLTc0LjQ3IC0xMzMuNywtMTUwLjQgLTE5OC44NSwtMjI3LjkzIC05LjI1LC0xMC45OCAtMTguMzgsLTIyLjAxIC0yNy41MiwtMzIuOTggLTkuMTYsLTExLjA3IC0xOC4yNywtMjIuMDcgLTI3LjM1LC0zMy4xOCAtOS4wOCwtMTEuMDMgLTE4LjE2LC0yMi4xNiAtMjcuMjEsLTMzLjMzIC05LjAyLC0xMS4wMyAtMTguMDQsLTIyLjIyIC0yNy4wMywtMzMuNDIgLTguOTMsLTExIC0xNy44OSwtMjIuMDQgLTI2LjgyLC0zMy4yNCAtOC44OCwtMTEuMTYgLTE3LjcsLTIyLjI2IC0yNi42LC0zMy41MiAtOC44NSwtMTEuMTYgLTE3LjY0LC0yMi40MSAtMjYuNDIsLTMzLjU3IC04Ljc5LC0xMS40IC0xNy41MiwtMjIuNjEgLTI2LjIyLC0zNCAtMS4zMSwtMS42NSAtMi42NCwtMy4zMyAtMy45OCwtNS4wNiAtMS4zLC0xLjY4IC0yLjU4LC0zLjQyIC0zLjg1LC01LjEyIC0xLjM0LC0xLjggLTIuNjQsLTMuNTIgLTMuOTIsLTUuMTggLTEuMzEsLTEuNzkgLTIuNjcsLTMuNTggLTMuOTcsLTUuMjkgLTcuMjMsLTkuNSAtMTQuNDUsLTE4Ljk4IC0yMS43NSwtMjguNDExIC03LjE0LC05LjQ2OSAtMTQuNDUsLTE4LjkzNyAtMjEuNjEsLTI4LjQ0OSAtNy4xNywtOS41MTIgLTE0LjM5LC0xOS4wMzEgLTIxLjU1LC0yOC42NDEgLTcuMTcsLTkuNSAtMTQuMjcsLTE5LjEwOSAtMjEuNDQsLTI4Ljc3NyAtOC4yMywtMTEuMjUgLTE2LjU2LC0yMi41MTIgLTI0LjgsLTMzLjc4MSAtOC4yMywtMTEuMTggLTE2LjQxLC0yMi41MTIgLTI0LjU5LC0zMy44NzkgLTguMjksLTExLjI4MSAtMTYuMzYsLTIyLjYxMyAtMjQuNTcsLTM0LjA1MSAtOC4xOCwtMTEuMzcxIC0xNi4yNywtMjIuNzg5IC0yNC40NSwtMzQuMjY5IC0wLjc4LC0xLjE0MSAtMS42NSwtMi40MDMgLTIuNTIsLTMuNjAyIC0wLjg0LC0xLjIzIC0xLjY4LC0yLjQ2OSAtMi42MSwtMy42MDIgLTAuODcsLTEuMjI2IC0xLjc0LC0yLjQ2OCAtMi42MSwtMy42OTkgLTAuODQsLTEuMjMgLTEuNjUsLTIuNDQ5IC0yLjUyLC0zLjYxNyAtNDIuMTUsLTU5LjY0MSAtODMuNSwtMTIwLjA3IC0xMjQuMzEsLTE4MS4zMTIgQyAxMDA2LjkxLDUxMi41ODIgOTY2LjgwNSw0NTAuNTIgOTI3LjQ0NSwzODcuNjQxIDg4OC4wODYsMzI0Ljc4OSA4NDkuNDg0LDI2MS4wOSA4MTEuNTQ3LDE5Ni41MTIgNzczLjU4MiwxMzEuOTIyIDczNi4zNjcsNjYuMzkwNiA2OTkuODgzLDAgbSAtNjIuNTg2LDE1MS40NDEgaCAtMC4wMDQgdiAwIE0gMzMxOS45NywyOTk4LjExIGMgMCwwIDAsMCAwLjAxLDAgLTAuMDEsLTAuMDEgMCwwIC0wLjAxLDAgbSAyMTUuMDgsMTA3IGMgMC40LDAuMiAwLjgsMC4zOSAxLjIxLDAuNTkgLTAuNDEsLTAuMiAtMC44MSwtMC40IC0xLjIxLC0wLjU5IiB0cmFuc2Zvcm09Im1hdHJpeCguMTMzMzMgMCAwIC0uMTMzMzMgMCA2NTMuMzMzKSIgY2xhc3M9InN2Z1NoYXBlIGNvbG9yMDAwMDAwLTUgc2VsZWN0YWJsZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNhN2FhYWQiIGQ9Ik02OTkuODgzIDBjLS4wNTUuMTI4OTA2LS4xMS4yNjE3MTktLjE2NC4zOTA2MjVDNjc3Ljk0MSA1My4wMzEzIDYzNy41NjYgMTUwLjc4MSA2MzcuMjk3IDE1MS40NDFjLS4wMDQgMC0uMDA0IDAtLjAwNCAwdjAgMCAwTDU3Mi41MDQgMzA5LjQxQzE0NzcuOTUgMTc5Ni4zOSAyNzg5LjQyIDI2NDguMzMgMzMxOS45NyAyOTk4LjExdjBjLjAxIDAgMC0uMDEuMDEgMCAuNDUuMjIgMTQyLjM1IDcxLjcyIDIxNS4wNyAxMDcgLjQuMTkuOC4zOSAxLjIxLjU5djBjNzMuMDMgMzUuNDQgMTQ2LjU1IDcwLjExIDIyMC4yNSAxMDMuOTcgMi4zMiAxLjEzIDQuNjEgMi4yMyA2Ljk5IDMuMzQgMi4yOSAxLjE0IDQuNjQgMi4yNCA2Ljk2IDMuMzYgMi4zOCAxLjEyIDQuNzMgMi4yNSA3LjAyIDMuMzIgMi4zNyAxLjExIDQuNjcgMi4xNSA3LjA0IDMuMTUgOTAuNzkgNDEuNDkgMTgxLjkxIDgxLjc0IDI3My4xMyAxMjAuODcgOTIuMzUgMzkuNTIgMTg0Ljg3IDc3LjgyIDI3Ny4yNSAxMTQuODEgOTMuNTMgMzcuNDkgMTg2LjkyIDczLjYgMjc5Ljk3IDEwOC4yOSA5NC4xNyAzNS4xMiAxODguMDMgNjguNzggMjgxLjI3IDEwMS05NS42OC0zMy4xMy0xOTEuNzctNjkuNDMtMjg3Ljk3LTEwOC42Mi05NS4wOC0zOC44My0xOTAuMjctODAuNTQtMjg1LjMxLTEyNC45My05My45NC00My45NS0xODcuODYtOTAuNjQtMjgxLjQ4LTEzOS43OC05Mi41OC00OC42LTE4NC45LTk5Ljc2LTI3Ni43OC0xNTMuMjEtNDEuNzctMjQuMzItODMuNDQtNDkuMTUtMTI1LjA2LTc0LjM3LTQxLjMzLTI1LjE3LTgyLjYxLTUwLjktMTIzLjY1LTc3LjAxLTQwLjk1LTI2LjAxLTgxLjc2LTUyLjUtMTIyLjQ4LTc5LjQzLTQwLjQ2LTI2LjgzLTgwLjgzLTU0LjExLTEyMS4xMi04MS43OC0yMS4zNC0xNC43LTQyLjYzLTI5LjM5LTYzLjg2LTQ0LjMyLTIxLjE3LTE0Ljg2LTQyLjM4LTI5Ljg0LTYzLjQ5LTQ0Ljk1LTIxLjAzLTE1LjA0LTQyLjA1LTMwLjI1LTYzLjA2LTQ1LjU1LTIwLjkzLTE1LjMyLTQxLjgyLTMwLjctNjIuNjQtNDYuMjItMTguMzMtMTMuNzMtMzYuNjktMjcuNDYtNTQuOTYtNDEuMjQtMTguMTktMTMuODQtMzYuNDYtMjcuNjQtNTQuNjUtNDEuNjUtMTguMTItMTMuOTUtMzYuMjgtMjcuOTEtNTQuMzUtNDIuMTMtMTguMDctMTQuMDQtMzYuMTEtMjguMzEtNTQuMTItNDIuNjItMTEuNjktOS4zNC0yMy4zOC0xOC43Ny0zNS4wMS0yOC4xMi0xMS42OS05LjM2LTIzLjMyLTE4Ljc4LTM0LjkyLTI4LjIyLTExLjYzLTkuNDgtMjMuMi0xOC45OC0zNC43NC0yOC40MS0xMS41OC05LjU0LTIzLjE1LTE5LjEzLTM0LjY2LTI4Ljc0LTQuMzItMy42LTguNjctNy4yMS0xMi45NC0xMC45Ni00LjM1LTMuNy04LjctNy40NC0xMy4wMi0xMS4xNy00LjI5LTMuNzMtOC43LTcuNDUtMTMuMDItMTEuMTQtNC4yOS0zLjcyLTguNy03LjQ2LTEzLjExLTExLjE1LTE0LjYyLTEyLjMtMjkuMTUtMjQuNzItNDMuNjgtMzcuMjQtMTQuNjItMTIuNDctMjkuMDYtMjUtNDMuNTktMzcuNjItMTQuNDUtMTIuNTctMjguODMtMjUuMjQtNDMuMjItMzcuOTUtMTQuMzgtMTIuNjktMjguNzctMjUuNDYtNDMuMS0zOC4yNS03NC4yOC02Ni40NS0xNDcuNzEtMTM0LjQyLTIyMC4yMi0yMDMuOTEtNzIuMDUtNjktMTQzLjExLTEzOS42NS0yMTMuMTgtMjExLjctNjkuNzgtNzEuNzgtMTM4LjQ5LTE0NS4wOC0yMDYuMS0yMTkuNzQtNjcuMzctNzQuNDctMTMzLjctMTUwLjQtMTk4Ljg1LTIyNy45My05LjI1LTEwLjk4LTE4LjM4LTIyLjAxLTI3LjUyLTMyLjk4LTkuMTYtMTEuMDctMTguMjctMjIuMDctMjcuMzUtMzMuMTgtOS4wOC0xMS4wMy0xOC4xNi0yMi4xNi0yNy4yMS0zMy4zMy05LjAyLTExLjAzLTE4LjA0LTIyLjIyLTI3LjAzLTMzLjQyLTguOTMtMTEtMTcuODktMjIuMDQtMjYuODItMzMuMjQtOC44OC0xMS4xNi0xNy43LTIyLjI2LTI2LjYtMzMuNTItOC44NS0xMS4xNi0xNy42NC0yMi40MS0yNi40Mi0zMy41Ny04Ljc5LTExLjQtMTcuNTItMjIuNjEtMjYuMjItMzQtMS4zMS0xLjY1LTIuNjQtMy4zMy0zLjk4LTUuMDYtMS4zLTEuNjgtMi41OC0zLjQyLTMuODUtNS4xMi0xLjM0LTEuOC0yLjY0LTMuNTItMy45Mi01LjE4LTEuMzEtMS43OS0yLjY3LTMuNTgtMy45Ny01LjI5LTcuMjMtOS41LTE0LjQ1LTE4Ljk4LTIxLjc1LTI4LjQxMS03LjE0LTkuNDY5LTE0LjQ1LTE4LjkzNy0yMS42MS0yOC40NDktNy4xNy05LjUxMi0xNC4zOS0xOS4wMzEtMjEuNTUtMjguNjQxLTcuMTctOS41LTE0LjI3LTE5LjEwOS0yMS40NC0yOC43NzctOC4yMy0xMS4yNS0xNi41Ni0yMi41MTItMjQuOC0zMy43ODEtOC4yMy0xMS4xOC0xNi40MS0yMi41MTItMjQuNTktMzMuODc5LTguMjktMTEuMjgxLTE2LjM2LTIyLjYxMy0yNC41Ny0zNC4wNTEtOC4xOC0xMS4zNzEtMTYuMjctMjIuNzg5LTI0LjQ1LTM0LjI2OS0uNzgtMS4xNDEtMS42NS0yLjQwMy0yLjUyLTMuNjAyLS44NC0xLjIzLTEuNjgtMi40NjktMi42MS0zLjYwMi0uODctMS4yMjYtMS43NC0yLjQ2OC0yLjYxLTMuNjk5LS44NC0xLjIzLTEuNjUtMi40NDktMi41Mi0zLjYxNy00Mi4xNS01OS42NDEtODMuNS0xMjAuMDctMTI0LjMxLTE4MS4zMTJDMTAwNi45MSA1MTIuNTgyIDk2Ni44MDUgNDUwLjUyIDkyNy40NDUgMzg3LjY0MSA4ODguMDg2IDMyNC43ODkgODQ5LjQ4NCAyNjEuMDkgODExLjU0NyAxOTYuNTEyIDc3My41ODIgMTMxLjkyMiA3MzYuMzY3IDY2LjM5MDYgNjk5Ljg4MyAwTTE0NDguNDQgMzU2Mi40bDEwLjYxIDMzNy41NGMyLjIzIDcwLjE5IDE4LjEzIDE0MC4zMSA0NS4wMiAyMDcuMTkgMjYuNzEgNjYuNzIgNjQuNDEgMTMwLjYzIDExMC41MyAxODguNTUgNDYuMjkgNTguMDQgMTAxLjE2IDExMC40MiAxNjIuMjEgMTUzLjgyIDYxLjU4IDQzLjc4IDEyOS44IDc4LjU5IDIwMi4xMyAxMDEgNzMuMjkgMjIuNzUgMTQ0LjIzIDMwLjU3IDIwOS45OCAyNS4yIDY2LjY2LTUuNTIgMTI4LjA4LTI0LjczIDE4MC45My01Ni4xNyA1My41Ny0zMS45MyA5OC4zNS03Ni4zNyAxMzAuNzItMTMxLjYyIDMyLjc0LTU2LjA4IDUyLjYxLTEyMy4xMSA1NS45OC0xOTkuMDNsMTUuOTItMzY2LjA5em0yMTIxLjQ5IDI2MS42M2MtMy40NiAzMS4zMy0xNC4xIDU5LjM4LTMwLjM3IDgzLjM2LTE2LjEzIDIzLjkzLTM3LjczIDQzLjY1LTYzLjI5IDU4LjQ2LTI1LjMxIDE0Ljc0LTU0LjU4IDI0LjU1LTg2LjA4IDI4LjY3LTMxLjI2IDQuMTEtNjQuODUgMi42MS05OS4zMy01LjQxbC0yNDEuNzUtNTUuOTEtLjQgNS44Ny04MC44Ny0xOC43OC0yNi4xNiAzNzAuMDNjLTguODEgMTI1LjMyLTQ1Ljc3IDIzNC42Ni0xMDQuMTIgMzI0LjcyLTU2Ljg4IDg4LTEzMy45MSAxNTcuMjgtMjI0LjY2IDIwNS40Ny04OC40OSA0Ni45OS0xODkuOTggNzMuODYtMjk4Ljg4IDc4LjY5LTEwNi4zIDQuNzQtMjE5Ljk0LTExLjU2LTMzNi4yMS01MC42OC0xMTMuOTMtMzguMzMtMjIwLjYzLTk1LjM3LTMxNi42LTE2NS41MS05NC44Mi02OS4yNS0xNzkuOTEtMTUxLjgxLTI1MS43Ni0yNDIuNjktNzEuNTctOTAuNjEtMTMwLjU3LTE5MC4xOS0xNzIuOTQtMjk0LjA4LTQyLjY3LTEwNC40My02OS0yMTQuMTgtNzQuNjktMzI0LjU5bC0xNi42NC0zMjQuNDItNTAuMTUtMTEuNjItLjI5LTUuMS0xOTQuMjA5LTQ1LjAyYy0yMi4zMzYtNS4xMi00My44NTUtMTUuMTQtNjMuNzIyLTI4LjcyLTE5LjgzNi0xMy42Mi0zOC4wMjQtMzAuNzUtNTMuNjI1LTUwLjQ4LTE1LjYwNi0xOS42NC0yOC43MTUtNDEuODYtMzguNDYxLTY1LjM1LTkuNjU3LTIzLjYxLTE1Ljk4MS00OC42NC0xNy45NTMtNzMuODdMNTkzLjc2MiAxNTAwLjdsMTQ1LjAxNS0xNjQuMDggMzMuNDQyIDYxNi4wMmMzLjQ1MyA2My42IDE2Ljk5NiAxMjQuNzUgMzguMzc1IDE4MS4wNiAyMS40MDIgNTYuMDkgNTAuNjY0IDEwNy42IDg1Ljk5MiAxNTEuOTggMzUuMjk3IDQ0LjUxIDc2Ljc2OSA4Mi4xMiAxMjIuMzk0IDExMC4yMiA0NS45MSAyOC4yNSA5Ni4yMyA0Ny4wNSAxNDkuMTEgNTMuNjVsNjUuMjUgOC4yNmMtMjYuNTMgOC42NS01MC44MSAyMi4wNS03Mi4yMSAzOS40NC0yMS4zMiAxNy4yNC0zOS43MSAzOC40NC01NC42MiA2Mi44NS0xNC44OCAyNC4yNC0yNi4yMiA1MS43NS0zMy41NiA4MS42My03LjI0IDI5Ljc3LTEwLjU1IDYxLjk4LTkuMjIgOTYgMS43NyA0My44OSAxMC45NyA4Ni42NyAyNi4xNCAxMjYuNTQgMTUuMDggMzkuNzkgMzYuMTYgNzYuODMgNjEuNzcgMTA5LjI4IDI1LjU4IDMyLjUyIDU1Ljc1IDYwLjUyIDg5LjEgODIuMTcgMzMuNSAyMS43NyA3MC4xOSAzNy4xMSAxMDguNzkgNDQuMjZoLjIxLjE3bC4xNy4wNi4xOC4wMWMzOC45MiA3LjE1IDc2LjExIDUuMTIgMTEwLjA0LTQuNzQgMzQuMjItOS44OSA2NS4yLTI3LjggOTEuMy01Mi4yMiAyNi4zNC0yNC42NyA0Ny42NS01Ni4wMSA2Mi4zNi05Mi42MiAxNC45NC0zNi44MSAyMy4wNi03OC45NCAyMi44Mi0xMjQuODUtLjItMzUuNjktNS40Mi03MC45NC0xNC45OS0xMDQuNzYtOS41Ny0zMy45Ni0yMy40Ni02Ni4zNy00MC45Mi05Ni4yOS0xNy40Ni0yOS45Ni0zOC40OS01Ny4zMy02Mi4yNS04MS4xNy0yMy42Ni0yMy44Mi01MC00NC4wNC03OC4yNS01OS44M2w1Ny40IDcuMzJjMzkuNzkgNC45OSA3OC40OCAzLjM0IDExNS4yMy00LjMgMzcuMTUtNy42NiA3Mi40Mi0yMS4zNSAxMDQuOTQtNDAuMzkgMzIuODMtMTkuMTcgNjIuOTEtNDMuNzUgODkuNDctNzMuMDMgMjQuMTEtMjYuNjQgNDQuNzgtNTcuNjggNjIuMzYtOTEuNTEgMTQuODggMTEuNDEgMjkuNzMgMjIuNzUgNDQuNTIgMzMuNjlsLTIuMzggMjAyLjI1Yy0uNTIgNDcuMyA3LjY2IDkzLjE4IDIyLjg2IDEzNS44NiAxNS4yMiA0Mi41NyAzNy41IDgxLjk5IDY1LjI2IDExNi40NiAyNy44MSAzNC40NyA2MS4yMiA2My45NCA5OC42MSA4Ni41NiAzNy42MSAyMi43OCA3OS4yOSAzOC41MyAxMjMuNyA0NS4yOGw1NC41MiA4LjM2Yy0yMi43NiA1LjQ3LTQzLjk3IDE0LjYyLTYyLjg4IDI2Ljg4LTE4Ljg4IDEyLjEyLTM1LjUzIDI3LjMyLTQ5LjQyIDQ1LjA1LTEzLjggMTcuNjgtMjQuOTEgMzcuODgtMzIuNjkgNjAuMDctNy43NCAyMi4wOS0xMi4yMSA0Ni4yNS0xMi44NyA3MS45My0uODEgMzMuMDMgNC44MSA2NS41NCAxNS43MiA5Ni4wNyAxMC44NSAzMC41MSAyNy4wMyA1OS4wOCA0Ny4yMiA4NC4zMSAyMC4yMSAyNS4yOCA0NC42MyA0Ny4yMSA3MS45OCA2NC4zNiAyNy40NyAxNy4yOCA1Ny45NSAyOS43MyA5MC4zOCAzNiAzMi43MSA2LjI1IDY0LjE4IDUuNDkgOTMuMjctMS4xNSAyOS4zMi02LjcgNTYuMS0xOS40MyA3OS4xNS0zNy4yNSAyMy4xNS0xNy44NiA0Mi40NC00MC43OCA1Ni40NC02Ny43NiAxNC4wNy0yNy4xNCAyMi43Ny01OC40MSAyNC42My05Mi42IDEuMzktMjYuNTgtMS4zNC01Mi45NS03LjgxLTc4LjQtNi40My0yNS4zOC0xNi41Ni00OS44NC0yOS43OC03Mi41MS0xMy4xNy0yMi42OS0yOS40NC00My41OC00OC4xMi02MS45NS0xOC42Mi0xOC40LTM5LjczLTM0LjIzLTYyLjU5LTQ2Ljg2bDQ3LjYzIDcuMDljMjUuMjYgMy44NiA1MC4xNyA0Ljc2IDc0LjI4IDIuOTkgMjQuMjctMS44NSA0Ny44Mi02LjM2IDcwLjQ3LTEzLjM3IDIyLjYtNy4wOSA0NC4yNi0xNi42MiA2NC41NC0yOC40OCAyMC40Mi0xMS45NSAzOS40MS0yNi4xNyA1Ni44NC00Mi40LTUuMzktMy4wOS0xMC41OC02LjQ2LTE1Ljg2LTkuNTMgNi43My0uMTYgMTMuNC0uMjYgMjAuMS0uNTUgMjQuMzMgMTQuNDcgNDcuNjggMjguMTggNzEuNjcgNDIuMzNsLTUuOTggOTAuMDFjLTIuNDQgMzUuNzYgMi42NCA3MC44NiAxMy44MSAxMDMuNzIgMTEuMDcgMzIuODYgMjguMzMgNjMuNTcgNTAuNCA5MC42OCAyMi4xMSAyNy4wMyA0OS4wMiA1MC40OCA3OS42NSA2OC42OSAzMC42NSAxOC4zIDY1LjExIDMxLjM4IDEwMi4wMyAzNy42NWw0NS4yMiA3LjQ3Yy0xOS4xNyAzLjYxLTM3LjE4IDEwLjExLTUzLjQ1IDE5LTE2LjI4IDguOTEtMzAuODEgMjAuMTQtNDMuMTYgMzMuNDktMTIuMyAxMy4yOS0yMi4zMyAyOC41Ny0yOS43MyA0NS40Ny03LjQgMTYuODYtMTIuMDcgMzUuMzUtMTMuNjMgNTUuMDgtMi4wMyAyNS41MiAxLjQ4IDUwLjc5IDkuNDggNzQuNTggOC4wMSAyMy43NSAyMC41MSA0Ni4xNCAzNi42MyA2NS45NyAxNi4xMyAxOS44OSAzNS44NSAzNy4xOSA1OC4zIDUwLjg3IDIyLjUxIDEzLjc3IDQ3LjY1IDIzLjg1IDc0Ljc0IDI5LjA2IDI3LjA2IDUuMTggNTMuNDMgNSA3Ny45Ni4yOCAyNC41Ny00Ljg1IDQ3LjI1LTE0LjM4IDY2Ljk0LTI3LjcgMTkuNzgtMTMuNDUgMzYuNC0zMC43OCA0OC43OS01MS4zMSAxMi40MS0yMC41OSAyMC41My00NC4zIDIzLTcwLjM5IDItMjAuMjUuNTItNDAuMy00LjA2LTU5LjcyLTQuNS0xOS4zOS0xMi4wNC0zOC4xNC0yMi4xNi01NS42MS0xMC4xOC0xNy41MS0yMi44OS0zMy42OC0zNy42OC00OC4wMi0xNC43LTE0LjQyLTMxLjUyLTI2LjktNTAuMDMtMzYuOTJsMzguNjEgNi41NWMyMi42MiAzLjc2IDQ0Ljc4IDQuOTIgNjYuMzMgMy42MyAyMS42My0xLjMyIDQyLjQ5LTUuMDEgNjIuNDctMTAuOTEgMTkuODctNS45NyAzOC44Ny0xNC4wOSA1Ni40NC0yNC4yNyA1LjQ4LTMuMTkgMTAuNDctNi43NyAxNS42Ni0xMC4zM2wuNzYuNDRjNy42MyAzLjgzIDE1LjQgNy43IDIzLjAzIDExLjQzIDE1Ljk1IDcuODcgMzEuODEgMTUuNjYgNDcuNDcgMjMuMyAxNS42NyA3Ljc0IDMxLjIxIDE1LjI3IDQ2LjU1IDIyLjY2bC01My42MiA0ODQuNzkiIHRyYW5zZm9ybT0ibWF0cml4KC4xMzMzMyAwIDAgLS4xMzMzMyAwIDY1My4zMzMpIiBjbGFzcz0ic3ZnU2hhcGUgY29sb3IwMDAwMDAtNiBzZWxlY3RhYmxlIj48L3BhdGg+PC9zdmc+PC9nPjwvc3ZnPg==");
background-position: 0px 6px;
background-repeat: no-repeat;
background-size: 20px;
float: left;
height: 30px;
width: 26px;
}:root {
--pmpro--color--white: #fff;
--pmpro--box-shadow: 2px 2px 7px rgba( 0, 0, 0, 0.07 );
} .pmpro {
color: var(--pmpro--color--contrast); .pmpro_section {
margin: calc( var(--pmpro--base--spacing--large) * 2 ) 0;
}
.pmpro_section:first-of-type {
margin-top: 0;
}
.pmpro_section_title {
font-weight: 700;
margin: 0;
padding: 0;
} .pmpro_card {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
box-shadow: var(--pmpro--box-shadow);
display: flex;
flex-direction: column;
margin: var(--pmpro--base--spacing--medium) 0;
overflow: hidden;
}
.pmpro_card_title {
color: var(--pmpro--color--contrast);
font-weight: 700;
margin: 0;
padding: var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large) 0;
}
.pmpro_card_content {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large);
p:not(.pmpro_form_hint) {
margin: var(--pmpro--base--spacing--small) 0;
padding: 0;
}
p:last-of-type {
margin-bottom: 0;
}
}
.pmpro_card_actions {
background-color: rgba( 0, 0, 0, 0.04 );
border-bottom: 1px solid var(--pmpro--color--border--variation);
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large);
}
.pmpro_card_content + .pmpro_card_actions {
border-top: 1px solid var(--pmpro--color--border--variation);
border-bottom: none;
}
.pmpro_card_action_separator {
margin: 0 calc( var(--pmpro--base--spacing--small) / 2 );
opacity: 0.25;
} .pmpro_card .pmpro_card {
background-color: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
overflow: visible;
}
.pmpro_card .pmpro_card .pmpro_card_title {
padding: 0;
}
.pmpro_card .pmpro_card .pmpro_card_content {
padding: 0;
}
.pmpro_card .pmpro_card .pmpro_card_actions {
background: none;
border: 0;
padding: 0;
}
.pmpro_card .pmpro_card .pmpro_card_content + .pmpro_card_actions {
border: 0;
} .pmpro_heading-with-avatar {
align-items: center;
display: flex;
font-weight: 700;
gap: var(--pmpro--base--spacing--small);
} .pmpro_message {
box-shadow: var(--pmpro--box-shadow);
} .pmpro_btn {
background-color: var(--pmpro--color--accent);
border: 1px solid var(--pmpro--color--accent);
border-radius: var(--pmpro--base--border-radius);
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
color: var(--pmpro--color--base);
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: normal;
line-height: 1.5;
min-height: 40px;
outline: 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: center;
text-decoration: none;
text-rendering: geometricprecision;
text-transform: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
transition: background-color 0.2s, color 0.2s;
}
.pmpro_btn:hover,
.pmpro_btn:focus {
background-color: var(--pmpro--color--accent--variation);
background-position: 0 0;
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--base);
}
.pmpro_btn:active {
opacity: .7;
}
.pmpro_btn-outline {
background-color: transparent;
color: var(--pmpro--color--accent);
}
.pmpro_btn-outline:hover,
.pmpro_btn-outline:focus {
background-color: transparent;
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--accent--variation);
}
.pmpro_btn-delete {
background-color: var(--pmpro--color--error-text);
border-color: var(--pmpro--color--error-text);
}
.pmpro_btn-delete:hover,
.pmpro_btn-delete:focus {
background-color: var(--pmpro--color--error-link);
border-color: var(--pmpro--color--error-link);
}
.pmpro_btn-cancel {
background-color: transparent;
border-color: var(--pmpro--color--border);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
color: var(--pmpro--color--contrast);
}
.pmpro_btn-cancel:hover,
.pmpro_btn-cancel:focus {
background-color: var(--pmpro--color--border--variation);
border-color: var(--pmpro--color--border);
color: var(--pmpro--color--contrast);
}
.pmpro_btn-plain,
.pmpro_btn-plain:hover,
.pmpro_btn-plain:focus,
.pmpro_btn-plain:active {
background: 0 0;
border: 1px solid transparent;
box-shadow: none;
cursor: pointer;
font-size: 14px;
margin: 0;
padding: 0;
}
.pmpro_btn-print {
align-items: center;
color: var(--pmpro--color--accent);
display: inline-flex;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
justify-content: space-between;
text-decoration: underline;
}
.pmpro_btn-print:hover {
color: var(--pmpro--color--accent--variation);
} .pmpro_form {
margin: 0;
}
.pmpro_section:has(.pmpro_form) .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
}
.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--small);
}
.pmpro_form_fieldset {
border: 0;
margin: 0;
padding: 0;
}
.pmpro_form_legend {
border: none;
margin: 0 0 var(--pmpro--base--spacing--medium);
padding: 0;
}
.pmpro_form_heading {
font-weight: 700;
margin: var(--pmpro--base--spacing--large) 0 0;
padding: 0;
}
.pmpro_card_content .pmpro_form_heading {
margin-top: 0;
}
.pmpro_form_fields {
display: flex;
flex-direction: column;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_form_fields-inline {
align-items: center;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field {
display: flex;
flex-direction: column;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_label {
margin: 0;
padding: 0;
}
.pmpro_form_label:not(.pmpro_form_label-inline) {
display: block;
font-weight: 500;
}
.pmpro_form_input {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
font-size: 16px;
height: auto;
line-height: 1.5;
margin: 0;
min-height: auto;
outline: none;
padding: var(--pmpro--base--spacing--small);
}
.pmpro_form_input-textarea {
font-family: inherit;
width: 100%;
}
.pmpro_form_input-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
background-position: right var(--pmpro--base--spacing--small) center;
background-repeat: no-repeat;
background-size: 16px 16px;
padding-right: calc(var(--pmpro--base--spacing--small) + 20px);
}
.pmpro_form_input-text:focus,
.pmpro_form_input-email:focus,
.pmpro_form_input-url:focus,
.pmpro_form_input-password:focus,
.pmpro_form_input-search:focus,
.pmpro_form_input-select:focus,
.pmpro_form_input-checkbox:focus,
.pmpro_form_input-radio:focus,
.pmpro_form_input-multiselect:focus,
.pmpro_form_input-number:focus,
.pmpro_form_input-file:focus,
.pmpro_form_input-date:focus,
.pmpro_form_input-textarea:focus {
background-color: var(--pmpro--color--base);
border-color: #80BDFF;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
outline: none;
word-break: initial;
}
.pmpro_form_hint {
display: block;
font-size: 14px;
margin: 0;
opacity: 0.75;
padding: 0;
}
.pmpro_form_field-checkbox {
.pmpro_form_label {
align-items: first baseline;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
}
.pmpro_form_field-radio-item {
align-items: baseline;
flex-direction: row;
flex-wrap: nowrap;
.pmpro_form_hint {
flex: 0 0 100%;
}
}
.pmpro_form_field-radio-item:not(:last-of-type) {
margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field-checkbox-grouped {
.pmpro_form_field-checkbox-grouped-item {
align-items: first baseline;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
}
.pmpro_form_input-multiselect {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pmpro_form_field-file {
.pmpro_form_input-file {
border: 3px dashed var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
width: 100%;
}
.pmpro_btn {
padding: 0 var(--pmpro--base--spacing--small);
}
} .pmpro_form_field-password-toggle {
align-items: center;
display: flex;
font-weight: 500;
justify-content: space-between;
margin: 0;
padding: 0;
}
.pmpro_form_field-password-toggle button,
.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
align-items: center;
background: transparent;
border: none;
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--accent);
display: flex;
flex-direction: row;
font-size: 16px;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
line-height: 1;
margin: 0;
min-height: 1px;
padding: 0;
}
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
color: var(--pmpro--color--accent--variation);
outline: none;
}
.pmpro_form_field-password-toggle .pmpro_icon-eye {
display: block;
height: 20px;
width: 20px;
}
.pmpro_form_field-password-toggle button:focus .pmpro_icon-eye svg,
.pmpro_form_field-password-toggle button:active .pmpro_icon-eye svg {
stroke: var(--pmpro--color--accent--variation);
}
.pmpro_form_field-select2 {
display: block;
}
.pmpro_form_field-select2 .pmpro_form_label {
margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field-select2 .pmpro_form_hint {
margin-top: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_payment-expiration #ExpirationMonth,
.pmpro_payment-expiration #ExpirationYear {
flex-grow: 1;
}
.pmpro_payment-discount-code #pmpro_discount_code {
flex-grow: 1;
}
#other_discount_code_fields {
margin-bottom: var(--pmpro--base--spacing--small);
}
#pmpro_tos_fields {
margin: var(--pmpro--base--spacing--medium) 0;
}
#pmpro_tos_fields #pmpro_license {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pmpro_form_submit {
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--medium);
margin-top: var(--pmpro--base--spacing--medium);
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
background-color: var(--pmpro--color--white);
border-radius: var(--pmpro--base--border-radius);
padding: calc( var(--pmpro--base--spacing--small) + 3px );
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal {
align-items: center;
background-color: #ffc439;
border-color: #ffc439;
color: #000;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
justify-content: center;
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal:hover {
background-color: #ffb60a;
border-color: #ffb60a;
} #loginform {
margin-bottom: 0;
}
#loginform input[type="submit"] {
width: 100%;
}
.pmpro_section:has(#loginform) .pmpro_card_content:not(.widget .pmpro_section:has(#loginform) .pmpro_card_content) {
padding-top: var(--pmpro--base--spacing--large);
}
.pmpro_section #loginform .login-username,
.pmpro_section #loginform .login-password,
.pmpro_section #loginform .login-remember {
display: flex;
flex-direction: column;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
margin: 0 0 var(--pmpro--base--spacing--medium);
padding: 0;
}
.pmpro_section #loginform label:not(.pmpro_section #loginform .login-remember label) {
align-items: center;
display: flex;
font-weight: 500;
justify-content: space-between;
margin: 0;
padding: 0;
}
.pmpro_section #loginform .input {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
font-size: 16px;
line-height: 1.5;
margin: 0;
min-height: auto;
outline: none;
padding: var(--pmpro--base--spacing--small);
}
.pmpro_section #loginform .input:focus {
background-color: var(--pmpro--color--base);
border-color: #80BDFF;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
outline: none;
word-break: initial;
}
.pmpro_section #loginform .login-remember {
align-items: baseline;
flex-direction: row;
flex-wrap: wrap;
}
.pmpro_section #loginform .login-submit {
margin: var(--pmpro--base--spacing--medium) 0 0;
}
.pmpro_section #loginform .login-submit .button {
background-color: var(--pmpro--color--accent);
border: 1px solid var(--pmpro--color--accent);
border-radius: var(--pmpro--base--border-radius);
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
color: var(--pmpro--color--base);
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: normal;
line-height: 1.5;
min-height: 40px;
outline: 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: center;
text-decoration: none;
text-rendering: geometricprecision;
text-transform: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
transition: background-color 0.2s, color 0.2s;
}
.pmpro_section #loginform .login-submit .button:hover,
.pmpro_section #loginform .login-submit .button:focus {
background-color: initial;
background-position: 0 0;
border-color: var(--pmpro--color--accent);
color: var(--pmpro--color--accent);
}
.pmpro_section #loginform .login-submit .button:active {
opacity: .7;
} #pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle),
.pmpro_section #loginform .login-password {
align-items: center;
display: grid;
grid-template-areas:
"label toggle"
"input input";
grid-template-columns: 1fr auto;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) label,
.pmpro_section #loginform .login-password label {
grid-area: label;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) input,
.pmpro_section #loginform .login-password input {
grid-area: input;
}
#pmpro_user_fields .pmpro_form_field-password .pmpro_form_field-password-toggle,
.pmpro_section #loginform .login-password .pmpro_form_field-password-toggle {
grid-area: toggle;
justify-self: end;
}
#resetpassform .pmpro_cols-2 {
container: resetpassform / inline-size;
}
@container resetpassform (max-width: 620px) {
#resetpassform .pmpro_cols-2 {
flex-direction: column;
}
#resetpassform .pmpro_cols-2 > * {
width: 100%;
}
} .pmpro_data_filters {
.pmpro_form_input {
padding: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_input-select {
padding-right: calc(var(--pmpro--base--spacing--small) + 20px);
}
.pmpro_btn {
min-height: auto;
padding: calc( var(--pmpro--base--spacing--small) / 2 ) var(--pmpro--base--spacing--medium);
}
} .pmpro_list.pmpro_cols-3 {
.pmpro_list_item {
margin-bottom: 0;
}
li:not(.pmpro_list_item) {
border-top: 1px solid var(--pmpro--color--border--variation);
padding-top: var(--pmpro--base--spacing--medium);
grid-column: span 3;
}
}
.pmpro_list_item_label {
font-weight: 700;
}
.pmpro_list-with-labels {
.pmpro_list_item_label {
display: block;
font-weight: 400;
opacity: 0.75;
}
.pmpro_list_item_value {
font-weight: 700;
}
} .pmpro_table {
background-color: var(--pmpro--color--base);
border: none;
text-align: left;
thead th {
background-color: var(--pmpro--color--base);
border: none;
padding: var(--pmpro--base--spacing--small);
vertical-align: text-bottom;
}
tbody th,
tbody td,
tfoot td  {
background-color: var(--pmpro--color--base);
border-color: var(--pmpro--color--border--variation);
border-width: 1px 0 0 0;
border-style: solid;
font-weight: normal;
padding: var(--pmpro--base--spacing--small);
vertical-align: middle;
}
} #pmpro_account-membership-none {
.pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
p {
margin: 0;
}
}
}
#pmpro_account-membership {
.pmpro_account-membership-message {
border-top: 1px solid var(--pmpro--color--border--variation);
margin-top: var(--pmpro--base--spacing--large);
padding-top: var(--pmpro--base--spacing--large);
> *:first-child {
margin-top: 0;
padding-top: 0;
}
}
}
#pmpro_account-links {
.pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
.pmpro_list {
margin-bottom: 0;
}
}
} .pmpro_levels_table {
table-layout: fixed;
}
.pmpro_level td p:first-of-type {
margin-top: 0;
}
.pmpro_level .pmpro_btn {
display: block;
text-decoration: none;
} [id^="pmpro_billing-"] .pmpro_card .pmpro_card {
background-color: transparent;
border: none;
border-radius: unset;
box-shadow: none;
margin: 0;
.pmpro_card_content {
padding: 0;
}
} .pmpro_table_orders .pmpro_tag {
display: block;
}
#pmpro_order_single {
.pmpro_card_actions {
text-align: right;
}
h2 {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--small);
justify-content: space-between;
}
.pmpro_list-with-labels {
.pmpro_list_item_label {
font-weight: 700;
opacity: 1;
}
}
.pmpro_table {
thead th {
white-space: nowrap;
}
thead th:not(th:first-of-type),
tbody td,
tfoot td {
text-align: right;
}
tfoot tr:last-of-type td {
font-weight: 700;
}
}
}
.pmpro_price_part-total {
border-top: 1px solid var(--pmpro--color--border--variation);
margin-top: var(--pmpro--base--spacing--small);
padding-top: var(--pmpro--base--spacing--small);
} .pmpro_logged_in_welcome_wrap .menu {
display: flex;
flex-direction: column;
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_logged_in_welcome_wrap .menu-item {
display: block;
margin: 0 0 calc( var(--pmpro--base--spacing--small) / 2 );
} .pmpro_content_message .pmpro_card_title {
align-items: center;
display: flex;
gap: var(--pmpro--base--spacing--small);
}
.pmpro_content_message:has(.pmpro_card_title) .pmpro_card_content {
padding-top: 0;
}
.pmpro_content_message .pmpro_card_content h2 {
margin: 0;
padding: 0;
}
.pmpro_content_message .pmpro_card_content p {
margin: var(--pmpro--base--spacing--medium) 0;
padding: 0;
}
.pmpro_content_message .pmpro_card_content p:last-of-type {
margin-bottom: 0;
}
.pmpro_content_message .pmpro_card_content .pmpro_btn {
text-decoration: none;
}
.pmpro_content_message .pmpro_card_actions {
padding-right: var(--pmpro--base--spacing--large);
padding-left: var(--pmpro--base--spacing--large);
} .pmpro_pagination {
align-items: center;
display: flex;
gap: var(--pmpro--base--spacing--small);
justify-content: center;
margin: var(--pmpro--base--spacing--medium) 0;
a {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--contrast);
padding: 2px var(--pmpro--base--spacing--small);
text-decoration: none;
transition: background-color 0.2s, border-color 0.2s, color 0.2s;
&:hover {
background-color: var(--pmpro--color--accent--variation);
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--base);
}
}
span {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--contrast);
padding: 2px var(--pmpro--base--spacing--small);
}
.pmpro_pagination-current {
background-color: var(--pmpro--color--accent);
color: var(--pmpro--color--base);
cursor: default;
font-weight: 700;
}
.pmpro_pagination-disabled {
background-color: var(--pmpro--color--base--variation);
border-color: var(--pmpro--color--border--variation);
color: var(--pmpro--color--contrast--variation);
cursor: not-allowed;
opacity: 0.7;
}
.pmpro_pagination-dots {
background: none;
border: none;
color: var(--pmpro--color--contrast--variation);
padding: 0;
}
.pmpro_pagination-previous {
margin-right: 0;
}
.pmpro_pagination-next {
margin-left: 0;
}
} .avatar {
border: 1px solid var(--pmpro--color--border--variation);
border-radius: 50%;
box-shadow: var(--pmpro--box-shadow);
margin: 0;
padding: 0;
}
.pmpro_cols-2,
.pmpro_cols-3 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_cols-2 > * {
width: calc( 50% - calc( var(--pmpro--base--spacing--medium) / 2 ) );
}
.pmpro_cols-3 > * {
width: calc( 33.333333% - calc( var(--pmpro--base--spacing--medium) * 2 / 3 ) );
}
.pmpro_font-x-large {
font-size: 32px;
line-height: 1.4;
}
.pmpro_font-large {
font-size: 24px;
line-height: 1.5;
}
.pmpro_font-medium {
font-size: 16px;
line-height: 1.6;
}
.pmpro_font-small {
font-size: 14px;
line-height: 1.5;
}
.pmpro_tag-discount-code {
border-style: dashed;
}
.pmpro_divider {
background-color: var(--pmpro--color--border--variation);
height: 1px;
margin: var(--pmpro--base--spacing--medium) 0;
}
.pmpro_form .pmpro_divider {
margin-top: var(--pmpro--base--spacing--large);
}
} .rtl {
.pmpro_form_field-password-toggle {
padding: 0 0 0 var(--pmpro--base--spacing--small);
}
} @media print {
.pmpro {
font-size: 12pt;
.pmpro_section {
margin: var(--pmpro--base--spacing--medium) 0;
}
.pmpro_card_title {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) 0;
}
.pmpro_card_content {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small);
}
.pmpro_section:has(.pmpro_form) .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--small);
}
.pmpro_font-x-large {
font-size: 18pt;
}
.pmpro_font-large {
font-size: 14pt;
}
.pmpro_font-medium {
font-size: 14pt;
}
}
} @media print {
.pmpro {
.pmpro_card {
background-color: transparent;
border: none;
box-shadow: none;
}
.pmpro_card_title,
.pmpro_card_content,
.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
padding: 0;
}
.pmpro_form_legend {
margin-bottom: 0;
}
}
} @media screen and (max-width: 767px) {
.pmpro {
.pmpro_table {
tbody tr th:first-child,
tbody tr td:first-child {
border-top-width: 4px;
padding-top: var(--pmpro--base--spacing--large);
}
tbody tr th:last-child,
tbody tr td:last-child {
padding-bottom: var(--pmpro--base--spacing--large);
}
tbody tr:first-child th:first-child,
tbody tr:first-child td:first-child {
border-top: none;
}
}
#pmpro_order_single {
.pmpro_table {
thead th:not(th:first-of-type),
tbody td,
tfoot td {
text-align: left;
}
tbody tr:first-child th {
display: block;
}
tbody tr:first-child th:before {
display: none;
}
tfoot td:first-of-type {
display: none;
}
}
}
.pmpro_table_cancel {
border-bottom: 1px solid var(--pmpro--color--border--variation);
}
.pmpro_table_cancel tbody tr td {
border-width: 0;
padding-top: 0;
}
.pmpro_cols-2,
.pmpro_cols-3 {
display: flex;
flex-direction: column;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_cols-2 > *,
.pmpro_cols-3 > * {
width: auto;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
width: 100%;
}
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.steam-game-block, 
.steam-enhanced-game-block {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
color: #c7d5e0;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
} .game-icon-placeholder,
.game-placeholder {
background: linear-gradient(135deg, #3c5a78, #2a475e);
border: 1px solid #5a7a9a;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
color: #c7d5e0;
font-weight: bold;
text-transform: uppercase;
flex-shrink: 0;
}
.game-icon-placeholder {
width: 32px;
height: 32px;
font-size: 14px;
}
.game-placeholder {
width: 100%;
height: 100%;
min-height: 120px;
font-size: 18px;
}
.library-grid-item .game-placeholder {
min-height: 160px;
}
.library-card-item .game-placeholder {
min-height: 120px;
}
.game-icon-placeholder .game-initial,
.game-placeholder .game-initial {
color: #ffffff;
font-family: Arial, sans-serif;
}
.game-icon {
max-width: 32px;
max-height: 32px;
border-radius: 3px;
transition: opacity 0.3s ease;
}
.game-icon[src*="data:image/svg"] {
opacity: 0.6;
} .steam-library-block img[src*="/header.jpg"],
.steam-library img[src*="/header.jpg"],
.steam-wishlist-block img[src*="/header.jpg"],
.steam-wishlist img[src*="/header.jpg"] {
object-fit: cover !important; }
.library-grid-item img[src*="/header.jpg"],
.library-grid-item img[src*="/library_600x900.jpg"],
.library-grid-item img[src*="/library_hero.jpg"] {
height: 180px !important; object-fit: cover !important;
} .fallback-image.header-fallback,
.fallback-image.library-fallback,
.fallback-image.library-hero-fallback {
border: 1px solid rgba(102, 192, 244, 0.3); } .library-grid-item .fallback-image {
height: 180px !important;
object-fit: cover !important;
}
.library-card-item .fallback-image {
height: 120px !important;
object-fit: cover !important;
} .steam-library-block img,
.steam-library img,
.steam-wishlist-block img, 
.steam-wishlist img {
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: -webkit-optimize-contrast;
} .steam-enhanced-library {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
color: #c7d5e0;
}
.steam-enhanced-library h3 {
color: #ffffff;
margin: 0 0 15px 0;
}
.library-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 15px;
}
.library-item {
background: rgba(0,0,0,0.4);
border-radius: 4px;
overflow: hidden;
transition: transform 0.2s;
}
.library-item:hover {
transform: translateY(-2px);
}
.library-item .game-capsule {
width: 100%;
height: auto;
display: block;
}
.library-item .game-info {
padding: 10px;
}
.library-item .game-info h4 {
margin: 0 0 5px 0;
color: #ffffff;
font-size: 0.9em;
}
.library-item .playtime {
color: #c7d5e0;
font-size: 0.8em;
margin: 0 0 8px 0;
}
.library-item a {
color: #66c0f4;
text-decoration: none;
font-size: 0.8em;
}
.library-item a:hover {
color: #ffffff;
} .steam-enhanced-friends {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
color: #c7d5e0;
}
.steam-enhanced-friends h3 {
color: #ffffff;
margin: 0 0 15px 0;
}
.friends-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 15px;
}
.friend-item {
background: rgba(0,0,0,0.4);
border-radius: 4px;
padding: 10px;
display: flex;
align-items: center;
gap: 10px;
}
.friend-avatar {
width: 40px;
height: 40px;
border-radius: 4px;
flex-shrink: 0;
}
.friend-info h4 {
margin: 0 0 4px 0;
color: #ffffff;
font-size: 0.9em;
}
.friend-info .status {
font-size: 0.8em;
margin: 0 0 4px 0;
padding: 2px 6px;
border-radius: 3px;
display: inline-block;
}
.friend-info .status-0 { background: #898989; } .friend-info .status-1 { background: #57cbde; } .friend-info .status-2 { background: #d32ce6; } .friend-info .status-3 { background: #f5d735; } .friend-info .status-4 { background: #a077dc; } .friend-info .status-5 { background: #6dcff6; } .friend-info .status-6 { background: #beee11; } .friend-info a {
color: #66c0f4;
text-decoration: none;
font-size: 0.8em;
}
.friend-info a:hover {
color: #ffffff;
} .steam-user-bans {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
color: #c7d5e0;
}
.steam-user-bans h3 {
color: #ffffff;
margin: 0 0 15px 0;
}
.ban-info p {
margin: 5px 0;
} .steam-user-groups {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
color: #c7d5e0;
}
.steam-user-groups h3 {
color: #ffffff;
margin: 0 0 15px 0;
}
.groups-list {
list-style: none;
padding: 0;
margin: 0;
}
.groups-list li {
margin: 5px 0;
}
.groups-list a {
color: #66c0f4;
text-decoration: none;
}
.groups-list a:hover {
color: #ffffff;
} .steam-profile-customization {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
color: #c7d5e0;
}
.steam-profile-customization h3 {
color: #ffffff;
margin: 0 0 15px 0;
}
.customization-info p {
margin: 5px 0;
}  .steam-profile-block {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
border-radius: 8px;
color: #c7d5e0;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
overflow: hidden;
transition: all 0.3s ease;
}
.steam-profile-block:hover {
box-shadow: 0 6px 12px rgba(0,0,0,0.4);
} .steam-profile-block.avatar-small .profile-avatar {
width: 32px;
height: 32px;
}
.steam-profile-block.avatar-medium .profile-avatar {
width: 64px;
height: 64px;
}
.steam-profile-block.avatar-large .profile-avatar {
width: 128px;
height: 128px;
} .profile-avatar-link {
display: inline-block;
transition: transform 0.2s ease, opacity 0.2s ease;
border-radius: 4px;
overflow: hidden;
}
.profile-avatar-link:hover {
transform: scale(1.05);
opacity: 0.9;
text-decoration: none;
}
.profile-avatar-link img {
display: block;
border-radius: 4px;
}
.profile-avatar {
border-radius: 4px;
border: 2px solid rgba(255,255,255,0.1);
transition: border-color 0.3s ease;
}
.profile-avatar:hover {
border-color: #66c0f4;
} .status-indicator, .status-text {
font-size: 0.8em;
padding: 2px 6px;
border-radius: 3px;
font-weight: bold;
text-transform: uppercase;
}
.status-0 { background: #898989; color: #fff; } .status-1 { background: #57cbde; color: #000; } .status-2 { background: #d32ce6; color: #fff; } .status-3 { background: #f5d735; color: #000; } .status-4 { background: #a077dc; color: #fff; } .status-5 { background: #6dcff6; color: #000; } .status-6 { background: #beee11; color: #000; } .status-dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
margin-left: 5px;
} .level-badge {
background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
color: #000;
padding: 3px 8px;
border-radius: 12px;
font-size: 0.8em;
font-weight: bold;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.level-text {
color: #ffd700;
font-weight: bold;
font-size: 0.9em;
}
.level-minimal {
color: #c7d5e0;
font-size: 0.8em;
opacity: 0.8;
} .steam-profile-link {
background: linear-gradient(135deg, #66c0f4 0%, #4a9eda 100%);
color: #ffffff !important;
text-decoration: none;
padding: 8px 16px;
border-radius: 4px;
font-size: 0.9em;
font-weight: bold;
transition: all 0.3s ease;
display: inline-block;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
text-shadow: 0 2px 4px rgba(0,0,0,0.8);
border: 1px solid rgba(255,255,255,0.2);
letter-spacing: 0.5px;
}
.steam-profile-link:hover {
background: linear-gradient(135deg, #4a9eda 0%, #66c0f4 100%);
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
color: #ffffff !important;
text-shadow: 0 2px 4px rgba(0,0,0,0.9);
text-decoration: none;
}
.steam-profile-link.primary {
background: linear-gradient(135deg, #90c842 0%, #7bb934 100%);
color: #ffffff !important;
text-shadow: 0 2px 4px rgba(0,0,0,0.8);
border: 1px solid rgba(255,255,255,0.2);
}
.steam-profile-link.primary:hover {
background: linear-gradient(135deg, #7bb934 0%, #90c842 100%);
color: #ffffff !important;
text-shadow: 0 2px 4px rgba(0,0,0,0.9);
text-decoration: none;
} .steam-profile-block.template-card {
padding: 20px;
}
.profile-card-content {
display: flex;
gap: 15px;
align-items: flex-start;
}
.steam-profile-block.layout-vertical .profile-card-content {
flex-direction: column;
text-align: center;
}
.profile-avatar-section {
position: relative;
flex-shrink: 0;
}
.profile-avatar-section .status-indicator {
position: absolute;
bottom: -5px;
right: -5px;
font-size: 0.7em;
border: 2px solid #1b2838;
}
.profile-info-section {
flex: 1;
}
.profile-name {
margin: 0 0 8px 0;
color: #ffffff;
font-size: 1.2em;
font-weight: bold;
}
.profile-realname {
margin: 0 0 8px 0;
color: #c7d5e0;
font-style: italic;
font-size: 0.9em;
}
.profile-level {
margin: 8px 0;
}
.profile-location {
margin: 8px 0;
color: #c7d5e0;
font-size: 0.9em;
}
.profile-actions {
margin-top: 12px;
} .steam-profile-block.template-badge {
padding: 12px 16px;
display: inline-block;
max-width: 100%;
}
.profile-badge-content {
display: flex;
align-items: center;
gap: 10px;
}
.profile-badge-info {
display: flex;
align-items: center;
gap: 8px;
flex: 1;
}
.template-badge .profile-name {
margin: 0;
font-size: 1em;
white-space: nowrap;
}
.template-badge .status-text {
font-size: 0.7em;
padding: 1px 4px;
}
.template-badge .level-text {
font-size: 0.8em;
}
.badge-link {
color: #66c0f4;
text-decoration: none;
opacity: 0.8;
transition: opacity 0.3s ease;
}
.badge-link:hover {
opacity: 1;
color: #ffffff;
}
.steam-icon {
font-size: 1.2em;
} .steam-profile-block.template-detailed {
padding: 25px;
}
.profile-header {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.steam-profile-block.layout-vertical .profile-header {
flex-direction: column;
text-align: center;
}
.profile-title {
flex: 1;
}
.template-detailed .profile-name {
font-size: 1.4em;
margin-bottom: 5px;
}
.profile-stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 12px;
margin-bottom: 20px;
}
.stat-item {
background: rgba(0,0,0,0.3);
padding: 10px 12px;
border-radius: 4px;
border-left: 3px solid #66c0f4;
}
.stat-label {
font-weight: bold;
color: #ffffff;
margin-right: 8px;
}
.stat-value {
color: #c7d5e0;
} .steam-profile-block.template-minimal {
padding: 8px 12px;
display: inline-block;
background: rgba(27, 40, 56, 0.8);
border: 1px solid rgba(60, 90, 120, 0.5);
}
.profile-minimal-content {
display: flex;
align-items: center;
gap: 8px;
}
.template-minimal .profile-name {
margin: 0;
font-size: 0.9em;
font-weight: normal;
}
.template-minimal .profile-avatar {
border: 1px solid rgba(255,255,255,0.2);
}   .steam-profile-block.scheme-light {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-color: #dee2e6;
color: #495057;
}
.scheme-light .profile-name {
color: #212529;
}
.scheme-light .steam-profile-link {
background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
} .steam-profile-block.scheme-dark {
background: linear-gradient(135deg, #212529 0%, #343a40 100%);
border-color: #495057;
color: #f8f9fa;
}
.scheme-dark .profile-name {
color: #ffffff;
}   .steam-profile-block.seamless-mode {
background: transparent !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
padding: 0 !important;
margin: 0 !important;
}
.steam-library-block.seamless-mode {
background: transparent !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
padding: 0 !important;
margin: 0 !important;
} .steam-profile-block.seamless-mode .profile-avatar,
.steam-profile-block.seamless-mode .profile-header,
.steam-profile-block.seamless-mode .profile-stats,
.steam-profile-block.seamless-mode .profile-card-content,
.steam-profile-block.seamless-mode .profile-badge-content {
border-radius: 0 !important;
box-shadow: none !important;
}
.steam-library-block.seamless-mode .library-grid-container,
.steam-library-block.seamless-mode .library-cards-container,
.steam-library-block.seamless-mode .library-list-container {
border-radius: 0 !important;
box-shadow: none !important;
} .steam-library-block.seamless-mode .library-grid-item,
.steam-library-block.seamless-mode .library-card,
.steam-library-block.seamless-mode .library-list-item { position: relative;
} @media (max-width: 768px) {
.profile-card-content,
.profile-header {
flex-direction: column;
text-align: center;
}
.profile-stats {
grid-template-columns: 1fr;
}
.profile-badge-content {
flex-wrap: wrap;
}
.steam-profile-block.template-badge {
display: block;
}
} .steam-api-notice {
background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);
border: 1px solid #d2691e;
padding: 15px;
margin-bottom: 20px;
border-radius: 6px;
color: #fff;
text-align: center;
}
.steam-api-notice p {
margin: 0;
font-style: italic;
}
.steam-enhanced-game-block .game-header {
display: flex;
gap: 20px;
margin-bottom: 20px;
align-items: flex-start;
}
.steam-enhanced-game-block .game-header-image {
max-width: 200px;
border-radius: 4px;
flex-shrink: 0;
}
.steam-enhanced-game-block .game-info h3 {
color: #ffffff;
margin: 0 0 10px 0;
font-size: 1.4em;
}
.steam-enhanced-game-block .game-stats {
background: rgba(0,0,0,0.3);
padding: 15px;
border-radius: 4px;
margin-bottom: 15px;
}
.steam-enhanced-game-block .current-players,
.steam-enhanced-game-block .popular-achievements {
margin-bottom: 10px;
}
.steam-enhanced-game-block .popular-achievements ul {
list-style: none;
padding-left: 0;
margin: 5px 0;
}
.steam-enhanced-game-block .popular-achievements li {
padding: 2px 0;
color: #b8c7d9;
} .steam-wishlist-button,
.steam-store-button {
background: linear-gradient(90deg, #06BFFF 0%, #2D73FF 100%);
color: #fff;
padding: 10px 20px;
border-radius: 4px;
text-decoration: none;
font-weight: bold;
display: inline-block;
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.steam-wishlist-button:hover,
.steam-store-button:hover {
background: linear-gradient(90deg, #1099D3 0%, #0F5FBF 100%);
color: #fff;
text-decoration: none;
transform: translateY(-1px);
} .steam-profile-block {
background: #1b2838;
border: 1px solid #3c5a78;
padding: 20px;
border-radius: 8px;
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.steam-profile-block img {
border-radius: 4px;
border: 2px solid #3c5a78;
}
.steam-profile-block h3 {
color: #ffffff;
margin: 0;
}
.steam-profile-block a {
color: #66c0f4;
text-decoration: none;
}
.steam-profile-block a:hover {
color: #ffffff;
} .steam-user-level {
text-align: center;
margin: 20px 0;
}
.steam-user-level .level-badge {
background: linear-gradient(135deg, #ffd700 0%, #ffb347 100%);
color: #1b2838;
padding: 8px 16px;
border-radius: 20px;
font-weight: bold;
display: inline-block;
box-shadow: 0 2px 4px rgba(255,215,0,0.3);
} .steam-recently-played-block ul,
.steam-library-block ul,
.steam-friends-block ul,
.steam-achievements-block ul,
.steam-wishlist-block ul,
.steam-news-block ul {
list-style: none;
padding: 0;
margin: 0;
}
.recently-played-game {
background: rgba(43, 71, 94, 0.5);
border: 1px solid #3c5a78;
border-radius: 4px;
padding: 10px;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}
.recently-played-game .game-icon {
width: 32px;
height: 32px;
border-radius: 2px;
}
.recently-played-game .game-info strong {
color: #ffffff;
display: block;
margin-bottom: 4px;
}
.recently-played-game .playtime-info,
.recently-played-game .total-playtime {
font-size: 0.9em;
color: #b8c7d9;
line-height: 1.2;
} .steam-achievements-block li {
background: rgba(43, 71, 94, 0.3);
border-left: 4px solid #3c5a78;
padding: 10px;
margin-bottom: 8px;
border-radius: 0 4px 4px 0;
display: flex;
align-items: center;
gap: 10px;
}
.steam-achievements-block li.achieved {
border-left-color: #90ba3c;
background: rgba(144, 186, 60, 0.1);
}
.steam-achievements-block .achievement-icon {
width: 32px;
height: 32px;
flex-shrink: 0;
}
.steam-achievements-block strong {
color: #ffffff;
}
.steam-achievements-block p {
margin: 4px 0;
color: #b8c7d9;
}
.steam-achievements-block small {
color: #66c0f4;
} .steam-library-block li {
background: rgba(43, 71, 94, 0.3);
padding: 8px 12px;
margin-bottom: 4px;
border-radius: 4px;
border-left: 3px solid #66c0f4;
}
.steam-library-block a {
color: #ffffff;
text-decoration: none;
font-weight: 500;
}
.steam-library-block a:hover {
color: #66c0f4;
} .steam-friends-block li {
background: rgba(43, 71, 94, 0.3);
padding: 8px 12px;
margin-bottom: 4px;
border-radius: 4px;
}
.steam-friends-block a {
color: #66c0f4;
text-decoration: none;
}
.steam-friends-block a:hover {
color: #ffffff;
} .steam-news-block li {
background: rgba(43, 71, 94, 0.3);
padding: 10px;
margin-bottom: 8px;
border-radius: 4px;
border-left: 3px solid #f5a623;
}
.steam-news-block a {
color: #ffffff;
text-decoration: none;
font-weight: 500;
line-height: 1.3;
}
.steam-news-block a:hover {
color: #f5a623;
} .steam-wishlist-block .wishlist-item {
background: rgba(43, 71, 94, 0.3);
padding: 8px 12px;
margin-bottom: 4px;
border-radius: 4px;
display: flex;
justify-content: space-between;
align-items: center;
}
.steam-wishlist-block a {
color: #66c0f4;
text-decoration: none;
}
.steam-wishlist-block a:hover {
color: #ffffff;
}
.steam-wishlist-block .priority {
color: #f5a623;
font-size: 0.9em;
}  .steam-wishlist {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
padding: 20px;
margin-bottom: 20px;
border-radius: 8px;
color: #c7d5e0;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
width: 100%;
max-width: none;
box-sizing: border-box;
} .steam-wishlist.template-grid .wishlist-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 15px;
width: 100%;
}
.steam-wishlist.template-grid .wishlist-game {
background: rgba(0,0,0,0.4);
border: 1px solid #3c5a78;
border-radius: 8px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
color: #c7d5e0;
}
.steam-wishlist.template-grid .wishlist-game:hover {
transform: translateY(-3px);
box-shadow: 0 6px 16px rgba(0,0,0,0.4);
border-color: #66c0f4;
}
.steam-wishlist.template-grid .game-image {
position: relative;
overflow: hidden;
}
.steam-wishlist.template-grid .game-image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
}
.steam-wishlist.template-grid .wishlist-game:hover .game-image img {
transform: scale(1.05);
}
.steam-wishlist.template-grid .game-content {
padding: 12px;
}
.steam-wishlist.template-grid .game-name {
font-size: 16px;
font-weight: bold;
margin: 0 0 8px 0;
color: #ffffff;
line-height: 1.3;
}
.steam-wishlist.template-grid .game-name a {
color: inherit;
text-decoration: none;
}
.steam-wishlist.template-grid .game-name a:hover {
color: #66c0f4;
}
.steam-wishlist.template-grid .game-price {
color: #b9a26b;
font-weight: bold;
margin-bottom: 8px;
font-size: 14px;
}
.steam-wishlist.template-grid .game-release-date,
.steam-wishlist.template-grid .game-platforms {
font-size: 13px;
color: #8f98a0;
margin-bottom: 4px;
} .steam-wishlist.template-cards .wishlist-cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 25px; width: 100%;
padding: 5px; }
.steam-wishlist.template-cards .wishlist-game {
background: rgba(0,0,0,0.4);
border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; overflow: hidden;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
height: 450px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.steam-wishlist.template-cards .wishlist-game:hover {
transform: translateY(-8px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); border-color: #66c0f4;
}
.steam-wishlist.template-cards .game-image {
position: relative;
overflow: hidden;
flex-shrink: 0;
}
.steam-wishlist.template-cards .game-image img {
width: 100%;
height: 220px; object-fit: cover;
object-position: center;
display: block;
transition: transform 0.3s ease;
}
.steam-wishlist.template-cards .wishlist-game:hover .game-image img {
transform: scale(1.05);
}
.steam-wishlist.template-cards .game-content {
padding: 18px; display: flex;
flex-direction: column;
flex: 1;
justify-content: space-between;
}
.steam-wishlist.template-cards .game-name {
font-size: 16px;
font-weight: bold;
margin: 0 0 10px 0;
color: #ffffff;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.steam-wishlist.template-cards .game-name a {
color: inherit;
text-decoration: none;
}
.steam-wishlist.template-cards .game-name a:hover {
color: #66c0f4;
}
.steam-wishlist.template-cards .game-description {
font-size: 13px;
color: #8f98a0;
line-height: 1.4;
margin-bottom: 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
flex: 1;
}
.steam-wishlist.template-cards .game-meta {
margin-top: auto;
}
.steam-wishlist.template-cards .game-price {
color: #b9a26b;
font-weight: bold;
font-size: 14px;
margin-bottom: 6px;
}
.steam-wishlist.template-cards .game-release-date,
.steam-wishlist.template-cards .game-platforms {
font-size: 12px;
color: #8f98a0;
margin-bottom: 3px;
} .steam-wishlist.template-cards .wishlist-game:not(:has(.game-image)) {
height: 250px; min-height: 250px;
} .steam-wishlist.template-cards.no-images .wishlist-game {
height: 250px !important;
min-height: 250px !important;
}
.steam-wishlist.template-cards.no-images .game-content {
justify-content: flex-start; padding-top: 25px; padding-bottom: 25px; }
.steam-wishlist.template-cards.no-images .game-name {
font-size: 18px; margin-bottom: 15px; } .steam-wishlist.template-list .wishlist-grid {
display: flex;
flex-direction: column;
gap: 15px;
width: 100%;
}
.steam-wishlist.template-list .wishlist-game {
background: rgba(43, 71, 94, 0.4);
border: 1px solid #3c5a78;
border-radius: 8px;
padding: 15px;
display: flex;
align-items: flex-start;
gap: 20px;
transition: background-color 0.3s ease, border-color 0.3s ease;
min-height: 100px;
width: 100%;
box-sizing: border-box;
}
.steam-wishlist.template-list .wishlist-game:hover {
background: rgba(43, 71, 94, 0.6);
border-color: #66c0f4;
}
.steam-wishlist.template-list .game-image {
flex-shrink: 0;
width: 140px;
height: 78px;
overflow: hidden;
border-radius: 6px;
position: relative;
}
.steam-wishlist.template-list .game-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
transition: transform 0.3s ease;
}
.steam-wishlist.template-list .wishlist-game:hover .game-image img {
transform: scale(1.05);
}
.steam-wishlist.template-list .game-content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 78px;
gap: 8px;
}
.steam-wishlist.template-list .game-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 15px;
flex-wrap: wrap;
}
.steam-wishlist.template-list .game-name {
color: #ffffff;
font-weight: 600;
text-decoration: none;
font-size: 18px;
line-height: 1.3;
margin: 0;
flex: 1;
min-width: 200px;
}
.steam-wishlist.template-list .game-name a {
color: inherit;
text-decoration: none;
}
.steam-wishlist.template-list .game-name a:hover {
color: #66c0f4;
}
.steam-wishlist.template-list .game-price {
color: #b9a26b;
font-weight: bold;
font-size: 16px;
flex-shrink: 0;
}
.steam-wishlist.template-list .game-meta {
display: flex;
flex-direction: column;
gap: 4px;
}
.steam-wishlist.template-list .game-release-date,
.steam-wishlist.template-list .game-platforms {
font-size: 14px;
color: #8f98a0;
margin: 0;
}
.steam-wishlist.template-list .game-description {
font-size: 14px;
color: #c7d5e0;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.steam-wishlist.template-list .game-name:hover {
color: #ffffff;
}
.steam-wishlist.template-list .game-details {
display: flex;
gap: 20px;
align-items: center;
font-size: 14px;
color: #8f98a0;
flex-wrap: wrap;
}
.steam-wishlist.template-list .game-price {
color: #b9a26b;
font-weight: bold;
white-space: nowrap;
}
.steam-wishlist.template-list .game-name {
color: #66c0f4;
font-weight: 500;
text-decoration: none;
}
.steam-wishlist.template-list .game-name:hover {
color: #ffffff;
}
.steam-wishlist.template-list .game-details {
display: flex;
gap: 15px;
align-items: center;
font-size: 14px;
color: #8f98a0;
}  .steam-wishlist.template-minimal .wishlist-minimal {
background: rgba(27, 40, 56, 0.3); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 6px; padding: 12px; backdrop-filter: blur(5px); }
.steam-wishlist.template-minimal .wishlist-game {
background: none;
border: none;
padding: 12px 8px; border-bottom: 1px solid rgba(199, 213, 224, 0.08); display: flex;
justify-content: flex-start; align-items: center;
transition: all 0.2s ease; border-radius: 4px; margin-bottom: 2px; gap: 12px; }
.steam-wishlist.template-minimal .wishlist-game:hover {
background: rgba(102, 192, 244, 0.08); border-color: rgba(102, 192, 244, 0.15);
transform: translateX(4px); }
.steam-wishlist.template-minimal .wishlist-game:last-child {
border-bottom: none;
margin-bottom: 0;
}
.steam-wishlist.template-minimal .game-name {
color: #c7d5e0; text-decoration: none;
font-weight: 500; font-size: 15px; transition: color 0.2s ease;
display: flex;
align-items: center;
flex: 1; }
.steam-wishlist.template-minimal .game-name:hover,
.steam-wishlist.template-minimal .wishlist-game:hover .game-name {
color: #66c0f4; }
.steam-wishlist.template-minimal .game-price {
color: #b9a26b; font-size: 14px;
font-weight: 600; padding: 4px 8px; background: rgba(185, 162, 107, 0.1); border-radius: 4px; transition: all 0.2s ease;
}
.steam-wishlist.template-minimal .wishlist-game:hover .game-price {
background: rgba(185, 162, 107, 0.15);
transform: scale(1.05); } .steam-wishlist.template-minimal .game-platforms {
margin-left: 12px;
margin-right: 12px;
opacity: 0.7;
transition: opacity 0.2s ease;
}
.steam-wishlist.template-minimal .wishlist-game:hover .game-platforms {
opacity: 1;
} .game-platforms .platform-icon {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 4px;
opacity: 0.8;
vertical-align: middle;
}
.platform-windows { color: #00adef; }
.platform-mac { color: #a3aaae; }
.platform-linux { color: #fcc624; } .game-release-date.released {
color: #90ba3c;
}
.game-release-date.upcoming {
color: #66c0f4;
}
.game-release-date.tba {
color: #8f98a0;
} .steam-wishlist.scheme-light {
background: #f5f5f5;
color: #333333;
}
.steam-wishlist.scheme-light .wishlist-game {
background: #ffffff;
border: 1px solid #e0e0e0;
color: #333333;
}
.steam-wishlist.scheme-light .wishlist-game:hover {
border-color: #0066cc;
box-shadow: 0 4px 12px rgba(0, 102, 204, 0.1);
}
.steam-wishlist.scheme-light .game-name {
color: #0066cc;
}
.steam-wishlist.scheme-light .game-price {
color: #d67e00;
}
.steam-wishlist.scheme-light .game-release-date,
.steam-wishlist.scheme-light .game-platforms {
color: #666666;
}
.steam-wishlist.scheme-dark {
background: #000000;
color: #cccccc;
}
.steam-wishlist.scheme-dark .wishlist-game {
background: #1a1a1a;
border: 1px solid #333333;
color: #cccccc;
}
.steam-wishlist.scheme-dark .wishlist-game:hover {
border-color: #555555;
box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
}
.steam-wishlist.scheme-dark .game-name {
color: #ffffff;
}
.steam-wishlist.scheme-dark .game-price {
color: #ffaa00;
}
.steam-wishlist.scheme-dark .game-release-date,
.steam-wishlist.scheme-dark .game-platforms {
color: #aaaaaa;
}
.steam-wishlist.scheme-steam {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
color: #c7d5e0;
}
.steam-wishlist.scheme-steam .wishlist-game {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
color: #c7d5e0;
}
.steam-wishlist.scheme-steam .wishlist-game:hover {
border-color: #66c0f4;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.steam-wishlist.scheme-steam .game-name {
color: #66c0f4;
}
.steam-wishlist.scheme-steam .game-price {
color: #b9a26b;
}
.steam-wishlist.scheme-steam .game-release-date,
.steam-wishlist.template-steam .game-platforms {
color: #8f98a0;
}  .steam-wishlist.columns-2.template-grid .wishlist-grid {
grid-template-columns: repeat(2, 1fr);
}
.steam-wishlist.columns-3.template-grid .wishlist-grid {
grid-template-columns: repeat(3, 1fr);
}
.steam-wishlist.columns-4.template-grid .wishlist-grid {
grid-template-columns: repeat(4, 1fr);
}
.steam-wishlist.columns-5.template-grid .wishlist-grid {
grid-template-columns: repeat(5, 1fr);
}
.steam-wishlist.columns-6.template-grid .wishlist-grid {
grid-template-columns: repeat(6, 1fr);
} .steam-wishlist.template-cards.columns-2 .wishlist-cards {
grid-template-columns: repeat(2, 1fr) !important;
}
.steam-wishlist.template-cards.columns-3 .wishlist-cards {
grid-template-columns: repeat(3, 1fr) !important;
}
.steam-wishlist.template-cards.columns-4 .wishlist-cards {
grid-template-columns: repeat(4, 1fr) !important;
}
.steam-wishlist.template-cards.columns-5 .wishlist-cards {
grid-template-columns: repeat(5, 1fr) !important;
}
.steam-wishlist.template-cards.columns-6 .wishlist-cards {
grid-template-columns: repeat(6, 1fr) !important;
} .steam-wishlist.seamless-mode {
background: transparent !important;
border: none !important;
padding: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.steam-wishlist.seamless-mode .wishlist-game {
border-radius: 4px !important;
box-shadow: none !important;
}
.steam-wishlist.seamless-mode.template-grid,
.steam-wishlist.seamless-mode.template-cards {
gap: 15px;
}
.steam-wishlist.seamless-mode.template-list {
gap: 8px;
}
.steam-wishlist.seamless-mode.template-list .wishlist-game {
background: rgba(43, 71, 94, 0.1) !important;
border-color: rgba(60, 90, 120, 0.3) !important;
}
.steam-wishlist.seamless-mode .steam-wishlist-pagination {
background: transparent !important;
border-top: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
}  @media (max-width: 1400px) {
.steam-wishlist.columns-6.template-grid .wishlist-grid,
.steam-wishlist.columns-6.template-cards .wishlist-cards {
grid-template-columns: repeat(5, 1fr);
}
}
@media (max-width: 1200px) {
.steam-wishlist.columns-5.template-grid .wishlist-grid,
.steam-wishlist.columns-5.template-cards .wishlist-cards,
.steam-wishlist.columns-6.template-grid .wishlist-grid,
.steam-wishlist.columns-6.template-cards .wishlist-cards {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 1000px) {
.steam-wishlist.columns-4.template-grid .wishlist-grid,
.steam-wishlist.columns-4.template-cards .wishlist-cards,
.steam-wishlist.columns-5.template-grid .wishlist-grid,
.steam-wishlist.columns-5.template-cards .wishlist-cards,
.steam-wishlist.columns-6.template-grid .wishlist-grid,
.steam-wishlist.columns-6.template-cards .wishlist-cards {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) { .steam-wishlist.columns-3.template-grid .wishlist-grid,
.steam-wishlist.columns-3.template-cards .wishlist-cards,
.steam-wishlist.columns-4.template-grid .wishlist-grid,
.steam-wishlist.columns-4.template-cards .wishlist-cards,
.steam-wishlist.columns-5.template-grid .wishlist-grid,
.steam-wishlist.columns-5.template-cards .wishlist-cards,
.steam-wishlist.columns-6.template-grid .wishlist-grid,
.steam-wishlist.columns-6.template-cards .wishlist-cards {
grid-template-columns: repeat(2, 1fr) !important;
} .steam-wishlist.template-list .wishlist-game {
flex-direction: column;
gap: 15px;
text-align: center;
}
.steam-wishlist.template-list .game-image {
width: 100%;
max-width: 280px;
height: 157px; margin: 0 auto;
}
.steam-wishlist.template-list .game-header {
flex-direction: column;
gap: 10px;
text-align: center;
}
}
@media (max-width: 768px) { .steam-wishlist.template-cards .wishlist-cards {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
gap: 20px;
}
.steam-wishlist.template-cards .wishlist-game {
height: 380px;
} .steam-wishlist.template-cards.no-images .wishlist-game {
height: 220px !important;
}
}
@media (max-width: 480px) { .steam-wishlist.columns-3.template-grid .wishlist-grid,
.steam-wishlist.columns-4.template-grid .wishlist-grid,
.steam-wishlist.columns-5.template-grid .wishlist-grid,
.steam-wishlist.columns-6.template-grid .wishlist-grid,
.steam-wishlist.columns-3.template-cards .wishlist-cards,
.steam-wishlist.columns-4.template-cards .wishlist-cards,
.steam-wishlist.columns-5.template-cards .wishlist-cards,
.steam-wishlist.columns-6.template-cards .wishlist-cards {
grid-template-columns: repeat(2, 1fr) !important; gap: 12px; } .steam-wishlist.template-cards .wishlist-cards {
grid-template-columns: repeat(2, 1fr) !important; gap: 15px;
} .steam-wishlist.columns-1.template-grid .wishlist-grid,
.steam-wishlist.columns-1.template-cards .wishlist-cards {
grid-template-columns: 1fr !important;
}
.steam-wishlist.columns-2.template-grid .wishlist-grid,
.steam-wishlist.columns-2.template-cards .wishlist-cards {
grid-template-columns: repeat(2, 1fr) !important;
}
.steam-wishlist.template-cards .wishlist-game {
height: auto;
min-height: 320px; } .steam-wishlist.template-cards.no-images .wishlist-game {
height: auto !important;
min-height: 200px !important;
}
.steam-wishlist.template-list .game-image {
max-width: 100%;
height: 140px;
}
.steam-wishlist.template-list {
gap: 10px;
}
.steam-wishlist.template-list .wishlist-game {
padding: 12px;
flex-direction: column;
align-items: center;
text-align: center;
gap: 12px;
}
.steam-wishlist.template-list .game-image {
width: 140px;
height: 79px;
}
.steam-wishlist.template-list .game-info {
align-items: center;
}
.steam-wishlist.template-list .game-details {
justify-content: center;
} .steam-wishlist.template-minimal {
padding: 8px; }
.steam-wishlist.template-minimal .wishlist-game {
padding: 10px 6px; flex-direction: column; align-items: flex-start;
gap: 6px;
}
.steam-wishlist.template-minimal .game-name {
font-size: 14px; }
.steam-wishlist.template-minimal .game-price {
align-self: flex-end; font-size: 13px;
}
} @media (max-width: 360px) { .hero-background {
height: 220px;
}
.hero-overlay {
padding: 12px 8px 8px 8px;
}
.hero-header .game-title {
font-size: 1.2em;
margin-bottom: 4px;
line-height: 1.1;
word-break: break-word; }
.hero-header .game-tagline {
font-size: 0.85em;
-webkit-line-clamp: 1; margin-bottom: 6px;
}
.hero-meta span {
font-size: 0.7em;
padding: 2px 5px;
} .steam-wishlist.template-grid .wishlist-grid,
.steam-wishlist.template-cards .wishlist-cards {
grid-template-columns: 1fr !important; gap: 8px;
} .steam-wishlist.template-cards .wishlist-cards {
grid-template-columns: 1fr !important; }
} .steam-wishlist.seamless-mode {
background: transparent !important;
border: none !important;
padding: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.steam-wishlist.seamless-mode .wishlist-game {
border-radius: 6px !important;
box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}
.steam-wishlist.seamless-mode.template-grid .wishlist-grid,
.steam-wishlist.seamless-mode.template-cards .wishlist-cards {
gap: 12px;
} .steam-wishlist.seamless-mode.template-minimal .wishlist-minimal {
background: transparent !important;
border: none !important;
padding: 0 !important;
}
.steam-wishlist.seamless-mode.template-minimal .wishlist-game {
background: rgba(27, 40, 56, 0.2) !important;
backdrop-filter: blur(3px) !important;
}
.steam-wishlist.seamless-mode.template-list .wishlist-grid {
gap: 10px;
}
.steam-wishlist.seamless-mode.template-list .wishlist-game {
background: rgba(43, 71, 94, 0.2) !important;
border-color: rgba(60, 90, 120, 0.4) !important;
}
.steam-wishlist.seamless-mode .steam-wishlist-pagination {
background: transparent !important;
border-top: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
} .steam-wishlist.scheme-light {
background: #f8f9fa;
border-color: #e9ecef;
color: #495057;
}
.steam-wishlist.scheme-light .wishlist-game {
background: #ffffff;
border-color: #dee2e6;
color: #495057;
}
.steam-wishlist.scheme-light .game-name {
color: #212529;
}
.steam-wishlist.scheme-dark {
background: #2d2d30;
border-color: #404040;
color: #cccccc;
}
.steam-wishlist.scheme-dark .wishlist-game {
background: #1e1e1e;
border-color: #404040;
color: #cccccc;
}
.steam-wishlist.scheme-dark .game-name {
color: #ffffff;
} .steam-wishlist-pagination {
margin-top: 20px;
padding: 15px;
border-top: 1px solid #3c5a78;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
background: rgba(43, 71, 94, 0.1);
border-radius: 0 0 8px 8px;
}
.steam-wishlist-pagination .pagination-info {
color: #8f98a0;
font-size: 0.9em;
}
.steam-wishlist-pagination .pagination-controls {
display: flex;
gap: 10px;
align-items: center;
}
.steam-wishlist-pagination .btn {
display: inline-block;
padding: 8px 16px;
background: #2a475e;
color: #c7d5e0;
text-decoration: none;
border: 1px solid #3c5a78;
border-radius: 4px;
font-size: 0.9em;
transition: all 0.3s ease;
cursor: pointer;
}
.steam-wishlist-pagination .btn:hover {
background: #316282;
border-color: #66c0f4;
color: #ffffff;
text-decoration: none;
transform: translateY(-1px);
}
.steam-wishlist-pagination .page-info {
color: #c7d5e0;
font-weight: 500;
padding: 0 10px;
} .steam-wishlist.scheme-light .steam-wishlist-pagination {
border-top-color: #e0e0e0;
background: rgba(0, 0, 0, 0.05);
}
.steam-wishlist.scheme-light .steam-wishlist-pagination .pagination-info {
color: #666666;
}
.steam-wishlist.scheme-light .steam-wishlist-pagination .btn {
background: #ffffff;
color: #333333;
border-color: #e0e0e0;
}
.steam-wishlist.scheme-light .steam-wishlist-pagination .btn:hover {
background: #0066cc;
border-color: #0066cc;
color: #ffffff;
}
.steam-wishlist.scheme-light .steam-wishlist-pagination .page-info {
color: #333333;
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination {
border-top-color: #333333;
background: rgba(255, 255, 255, 0.05);
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination .pagination-info {
color: #aaaaaa;
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination .btn {
background: #1a1a1a;
color: #cccccc;
border-color: #333333;
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination .btn:hover {
background: #333333;
border-color: #555555;
color: #ffffff;
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination .page-info {
color: #cccccc;
} .steam-wishlist.scheme-light .steam-wishlist-pagination .btn-load-more {
background: linear-gradient(135deg, #0066cc 0%, #0052a6 100%);
color: #ffffff;
border: 1px solid #004080;
}
.steam-wishlist.scheme-light .steam-wishlist-pagination .btn-load-more:hover {
background: linear-gradient(135deg, #0052a6 0%, #003d80 100%);
border-color: #002d5c;
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination .btn-load-more {
background: linear-gradient(135deg, #444444 0%, #333333 100%);
color: #ffffff;
border: 1px solid #555555;
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination .btn-load-more:hover {
background: linear-gradient(135deg, #555555 0%, #444444 100%);
border-color: #666666;
} .steam-wishlist.scheme-light .steam-wishlist-pagination .showing-items {
color: #666666;
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination .showing-items {
color: #aaaaaa;
} .steam-wishlist-pagination .pagination-loading {
text-align: center;
padding: 15px 0;
color: #c7d5e0;
display: none;
}
.steam-wishlist-pagination .loading-spinner {
animation: spin 1s linear infinite;
display: inline-block;
margin-right: 8px;
} .steam-wishlist.scheme-light .steam-wishlist-pagination .pagination-loading {
color: #666666;
}
.steam-wishlist.scheme-dark .steam-wishlist-pagination .pagination-loading {
color: #aaaaaa;
} .steam-wishlist-pagination .pagination-controls.preview-mode {
text-align: center;
padding: 10px 0;
}
.steam-wishlist-pagination .pagination-note {
color: #8f98a0;
font-style: italic;
font-size: 0.9em;
background: rgba(255, 255, 255, 0.1);
padding: 8px 12px;
border-radius: 4px;
border: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (max-width: 480px) {
.steam-wishlist-pagination {
flex-direction: column;
text-align: center;
gap: 15px;
}
.steam-wishlist-pagination .pagination-controls {
justify-content: center;
}
} .steam-current-players {
background: #1b2838;
color: #66c0f4;
padding: 10px 15px;
border-radius: 4px;
text-align: center;
font-weight: bold;
margin: 10px 0;
} @media (max-width: 768px) {
.steam-enhanced-game-block .game-header {
flex-direction: column;
gap: 15px;
}
.steam-enhanced-game-block .game-header-image {
max-width: 100%;
}
.steam-profile-block {
flex-direction: column;
text-align: center;
}
.recently-played-game {
flex-direction: column;
text-align: center;
gap: 8px;
}
}  .steam-library-block {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
border-radius: 8px;
color: #c7d5e0;
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
overflow: hidden;
} .steam-library-block.template-grid {
padding: 20px;
width: 100%;
max-width: none;
}
.library-grid-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 15px;
width: 100%;
} .steam-library-block {
width: 100%;
max-width: none;
box-sizing: border-box;
}
.steam-library-block.template-cards,
.steam-library-block.template-list {
width: 100%;
max-width: none;
}
.library-grid-item {
background: rgba(0,0,0,0.4);
border-radius: 6px;
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.library-grid-item:hover {
transform: translateY(-3px);
box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}
.library-grid-item .game-image {
position: relative;
overflow: hidden;
}
.library-grid-item .game-image img {
width: 100%;
height: 180px; object-fit: cover; display: block;
transition: transform 0.3s ease;
}
.library-grid-item:hover .game-image img {
transform: scale(1.05);
}
.library-grid-item .game-info {
padding: 12px;
}
.library-grid-item .game-title {
margin: 0 0 6px 0;
font-size: 0.9em;
line-height: 1.3;
}
.library-grid-item .game-title a {
color: #ffffff;
text-decoration: none;
display: block;
}
.library-grid-item .game-title a:hover {
color: #66c0f4;
}
.library-grid-item .game-playtime {
margin: 0;
font-size: 0.8em;
color: #c7d5e0;
opacity: 0.8;
} .steam-library-block.template-list {
padding: 15px 0;
}
.library-list-container {
display: flex;
flex-direction: column;
}
.library-list-item {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
border-bottom: 1px solid rgba(255,255,255,0.1);
transition: background-color 0.2s ease;
}
.library-list-item:hover {
background: rgba(255,255,255,0.05);
}
.library-list-item:last-child {
border-bottom: none;
}
.library-list-item .game-icon {
width: 32px;
height: 32px;
border-radius: 3px;
flex-shrink: 0;
}
.library-list-item .game-details {
flex: 1;
display: flex;
align-items: center;
gap: 15px;
}
.library-list-item .game-title {
margin: 0;
font-size: 1em;
flex: 1;
}
.library-list-item .game-title a {
color: #ffffff;
text-decoration: none;
}
.library-list-item .game-title a:hover {
color: #66c0f4;
}
.library-list-item .game-playtime {
font-size: 0.9em;
color: #c7d5e0;
opacity: 0.8;
white-space: nowrap;
} .steam-library-block.template-cards {
padding: 20px;
}
.library-cards-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
width: 100%;
}
.library-card-item {
background: rgba(0,0,0,0.4);
border-radius: 8px;
overflow: hidden;
transition: all 0.3s ease;
border: 1px solid rgba(255,255,255,0.1);
}
.library-card-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.5);
border-color: #66c0f4;
}
.library-card-item .card-image {
position: relative;
overflow: hidden;
}
.library-card-item .card-image img {
width: 100%;
height: 120px;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}
.library-card-item:hover .card-image img {
transform: scale(1.1);
}
.playtime-overlay {
position: absolute;
top: 8px;
right: 8px;
background: rgba(0,0,0,0.8);
color: #ffffff;
padding: 4px 8px;
border-radius: 12px;
font-size: 0.8em;
font-weight: bold;
backdrop-filter: blur(4px);
}
.library-card-item .card-content {
padding: 15px;
}
.library-card-item .game-title {
margin: 0;
font-size: 1em;
line-height: 1.4;
}
.library-card-item .game-title a {
color: #ffffff;
text-decoration: none;
display: block;
}
.library-card-item .game-title a:hover {
color: #66c0f4;
} .steam-library-block.template-minimal {
padding: 15px 20px;
background: rgba(27, 40, 56, 0.8);
}
.library-minimal-container {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.library-minimal-item {
display: inline-block;
color: #c7d5e0;
text-decoration: none;
padding: 6px 10px;
background: rgba(0,0,0,0.3);
border-radius: 15px;
font-size: 0.85em;
transition: all 0.2s ease;
border: 1px solid rgba(255,255,255,0.1);
}
.library-minimal-item:hover {
background: rgba(102, 192, 244, 0.2);
color: #ffffff;
border-color: #66c0f4;
transform: translateY(-1px);
}
.minimal-playtime {
opacity: 0.7;
font-size: 0.9em;
} .steam-library-block.columns-2 .library-grid-container,
.steam-library-block.columns-2 .library-cards-container {
grid-template-columns: repeat(2, 1fr);
}
.steam-library-block.columns-3 .library-grid-container,
.steam-library-block.columns-3 .library-cards-container {
grid-template-columns: repeat(3, 1fr);
}
.steam-library-block.columns-4 .library-grid-container,
.steam-library-block.columns-4 .library-cards-container {
grid-template-columns: repeat(4, 1fr);
}
.steam-library-block.columns-5 .library-grid-container,
.steam-library-block.columns-5 .library-cards-container {
grid-template-columns: repeat(5, 1fr);
} .steam-library-block.scheme-light {
background: #f5f5f5;
color: #333333;
border: 1px solid #e0e0e0;
}
.steam-library-block.scheme-light .library-grid-item,
.steam-library-block.scheme-light .library-card,
.steam-library-block.scheme-light .library-list-item {
background: #ffffff;
color: #333333;
border-color: #e0e0e0;
}
.steam-library-block.scheme-light .library-grid-item:hover,
.steam-library-block.scheme-light .library-card:hover,
.steam-library-block.scheme-light .library-list-item:hover {
border-color: #0066cc;
box-shadow: 0 4px 12px rgba(0, 102, 204, 0.1);
} .steam-library-block.scheme-light .game-name {
color: #0066cc;
}
.steam-library-block.scheme-light .game-title a {
color: #0066cc !important;
}
.steam-library-block.scheme-light .game-title a:hover {
color: #004080 !important;
}
.steam-library-block.scheme-light .game-price {
color: #d67e00;
}
.steam-library-block.scheme-light .game-info,
.steam-library-block.scheme-light .game-playtime,
.steam-library-block.scheme-light .game-last-played {
color: #666666;
}
.steam-library-block.scheme-dark {
background: #000000;
color: #cccccc;
border: 1px solid #333333;
}
.steam-library-block.scheme-dark .library-grid-item,
.steam-library-block.scheme-dark .library-card,
.steam-library-block.scheme-dark .library-list-item {
background: #1a1a1a;
color: #cccccc;
border-color: #333333;
}
.steam-library-block.scheme-dark .library-grid-item:hover,
.steam-library-block.scheme-dark .library-card:hover,
.steam-library-block.scheme-dark .library-list-item:hover {
border-color: #555555;
box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
} .steam-library-block.scheme-dark .game-name {
color: #ffffff;
}
.steam-library-block.scheme-dark .game-title a {
color: #ffffff !important;
}
.steam-library-block.scheme-dark .game-title a:hover {
color: #66c0f4 !important;
}
.steam-library-block.scheme-dark .game-price {
color: #ffaa00;
}
.steam-library-block.scheme-dark .game-info,
.steam-library-block.scheme-dark .game-playtime,
.steam-library-block.scheme-dark .game-last-played {
color: #aaaaaa;
}
.steam-library-block.scheme-steam {
background: #171a21;
color: #c7d5e0;
border: 1px solid #316282;
}
.steam-library-block.scheme-steam .library-grid-item,
.steam-library-block.scheme-steam .library-card,
.steam-library-block.scheme-steam .library-list-item {
background: #1b2838;
color: #c7d5e0;
border-color: #316282;
}
.steam-library-block.scheme-steam .library-grid-item:hover,
.steam-library-block.scheme-steam .library-card:hover,
.steam-library-block.scheme-steam .library-list-item:hover {
background: #2a475e;
border-color: #417a9b;
}
.steam-library-block.scheme-steam .library-minimal-item {
background: #316282;
color: #ffffff;
}
.steam-library-block.scheme-steam .library-minimal-item:hover {
background: #417a9b;
} .steam-library-block.scheme-steam .game-title a {
color: #c7d5e0 !important;
}
.steam-library-block.scheme-steam .game-title a:hover {
color: #66c0f4 !important;
} .steam-library-pagination {
margin-top: 20px;
padding: 15px;
border-top: 1px solid #e0e0e0;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.steam-library-pagination .pagination-info {
color: #666;
font-size: 0.9em;
}
.steam-library-pagination .pagination-controls {
display: flex;
gap: 10px;
}
.steam-library-pagination .btn {
display: inline-block;
padding: 8px 16px;
background: #2a475e;
color: white;
text-decoration: none;
border-radius: 4px;
font-size: 0.9em;
transition: background-color 0.3s ease;
}
.steam-library-pagination .btn:hover {
background: #316282;
text-decoration: none;
color: white;
}
.steam-library-pagination .btn-prev::before {
content: "←";
margin-right: 5px;
}
.steam-library-pagination .btn-next::after {
content: "→";
margin-left: 5px;
}
.steam-library-more-info {
margin-top: 15px;
padding: 10px;
background: #f8f9fa;
border-left: 4px solid #2a475e;
border-radius: 4px;
}
.steam-library-more-info .showing-games {
color: #666;
font-size: 0.9em;
}
.steam-library-more-info small {
display: block;
margin-top: 5px;
color: #888;
font-style: italic;
}  .steam-library-block.scheme-light .steam-library-pagination {
border-top-color: #e0e0e0;
background: rgba(0, 0, 0, 0.05);
}
.steam-library-block.scheme-light .steam-library-pagination .pagination-info {
color: #666666;
}
.steam-library-block.scheme-light .steam-library-pagination .btn {
background: #ffffff;
color: #333333;
border-color: #e0e0e0;
}
.steam-library-block.scheme-light .steam-library-pagination .btn:hover {
background: #0066cc;
border-color: #0066cc;
color: #ffffff;
}
.steam-library-block.scheme-light .steam-library-pagination .page-info {
color: #333333;
}
.steam-library-block.scheme-light .steam-library-pagination .btn-load-more {
background: linear-gradient(135deg, #0066cc 0%, #0052a6 100%);
color: #ffffff;
border: 1px solid #004080;
}
.steam-library-block.scheme-light .steam-library-pagination .btn-load-more:hover {
background: linear-gradient(135deg, #0052a6 0%, #003d80 100%);
border-color: #002d5c;
}
.steam-library-block.scheme-light .steam-library-pagination .showing-games {
color: #666666;
}
.steam-library-block.scheme-light .steam-library-pagination .pagination-loading {
color: #666666;
} .steam-library-block.scheme-dark .steam-library-pagination {
border-top-color: #333333;
background: rgba(255, 255, 255, 0.05);
}
.steam-library-block.scheme-dark .steam-library-pagination .pagination-info {
color: #aaaaaa;
}
.steam-library-block.scheme-dark .steam-library-pagination .btn {
background: #1a1a1a;
color: #cccccc;
border-color: #333333;
}
.steam-library-block.scheme-dark .steam-library-pagination .btn:hover {
background: #333333;
border-color: #555555;
color: #ffffff;
}
.steam-library-block.scheme-dark .steam-library-pagination .page-info {
color: #cccccc;
}
.steam-library-block.scheme-dark .steam-library-pagination .btn-load-more {
background: linear-gradient(135deg, #444444 0%, #333333 100%);
color: #ffffff;
border: 1px solid #555555;
}
.steam-library-block.scheme-dark .steam-library-pagination .btn-load-more:hover {
background: linear-gradient(135deg, #555555 0%, #444444 100%);
border-color: #666666;
}
.steam-library-block.scheme-dark .steam-library-pagination .showing-games {
color: #aaaaaa;
}
.steam-library-block.scheme-dark .steam-library-pagination .pagination-loading {
color: #aaaaaa;
}
.steam-library-block.scheme-dark .steam-library-pagination .pagination-loading {
color: #aaaaaa;
} .steam-library-block.scheme-steam .steam-library-pagination {
border-top-color: #316282;
background: #1b2838;
}
.steam-library-block.scheme-steam .steam-library-pagination .pagination-info {
color: #c7d5e0;
}
.steam-library-block.scheme-steam .steam-library-pagination .btn {
background: #2a475e;
color: #c7d5e0;
border-color: #3c5a78;
}
.steam-library-block.scheme-steam .steam-library-pagination .btn:hover {
background: #316282;
border-color: #66c0f4;
color: #ffffff;
}
.steam-library-block.scheme-steam .steam-library-pagination .page-info {
color: #c7d5e0;
}
.steam-library-block.scheme-steam .steam-library-pagination .btn-load-more {
background: linear-gradient(135deg, #90c842 0%, #7bb934 100%);
color: #ffffff;
border: none;
}
.steam-library-block.scheme-steam .steam-library-pagination .btn-load-more:hover {
background: linear-gradient(135deg, #7bb934 0%, #6aa826 100%);
}
.steam-library-block.scheme-steam .steam-library-pagination .showing-games {
color: #c7d5e0;
}
.steam-library-block.scheme-steam .steam-library-pagination .pagination-loading {
color: #c7d5e0;
} .steam-library-pagination .pagination-controls.preview-mode {
text-align: center;
padding: 10px 0;
}
.steam-library-pagination .pagination-note {
color: #7c8a99;
font-style: italic;
font-size: 0.9em;
background: rgba(255, 255, 255, 0.1);
padding: 8px 12px;
border-radius: 4px;
border: 1px dashed rgba(255, 255, 255, 0.2);
} .steam-library-pagination .pagination-loading {
text-align: center;
padding: 15px 0;
color: #c7d5e0;
}
.steam-library-pagination .loading-spinner {
animation: spin 1s linear infinite;
display: inline-block;
margin-right: 8px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.steam-library-pagination .page-info {
color: #c7d5e0;
margin: 0 15px;
font-size: 0.9em;
opacity: 0.8;
}
.steam-library-pagination .btn:disabled {
opacity: 0.5;
cursor: not-allowed;
} .steam-library-pagination .btn-load-more,
.steam-wishlist-pagination .btn-load-more {
background: linear-gradient(135deg, #90c842 0%, #7bb934 100%);
color: #ffffff;
border: none;
padding: 12px 24px;
border-radius: 6px;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.steam-library-pagination .btn-load-more:hover,
.steam-wishlist-pagination .btn-load-more:hover {
background: linear-gradient(135deg, #7bb934 0%, #6aa826 100%);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.3);
} .steam-wishlist-pagination {
margin-top: 20px;
padding: 15px;
background: rgba(27, 40, 56, 0.3);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 6px;
text-align: center;
}
.steam-wishlist-pagination .pagination-info {
margin-bottom: 15px;
}
.steam-wishlist-pagination .showing-items {
color: #8f98a0;
font-size: 14px;
} .steam-notification {
position: fixed;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
z-index: 10000;
padding: 8px 16px;
border-radius: 20px;
color: #ffffff;
font-size: 14px;
font-weight: normal;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
display: none;
text-align: center;
opacity: 0.9;
}
.steam-notification.info {
background: linear-gradient(135deg, #66c0f4 0%, #4a9eda 100%);
}
.steam-notification.success {
background: linear-gradient(135deg, #90c842 0%, #7bb934 100%);
}
.steam-notification.error {
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
} .steam-library-block {
transition: opacity 0.3s ease;
} @media (max-width: 768px) {
.steam-notification {
left: 20px;
right: 20px;
bottom: 20px;
transform: none;
font-size: 13px;
padding: 6px 12px;
}
.steam-library-pagination .page-info {
display: block;
margin: 10px 0;
}
} @media (max-width: 768px) {
.steam-library-pagination {
flex-direction: column;
align-items: center;
text-align: center;
}
.steam-library-pagination .pagination-controls {
margin-top: 10px;
}
} @media (max-width: 1200px) {
.steam-library-block.columns-5 .library-grid-container,
.steam-library-block.columns-5 .library-cards-container {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 992px) {
.steam-library-block.columns-4 .library-grid-container,
.steam-library-block.columns-4 .library-cards-container,
.steam-library-block.columns-5 .library-grid-container,
.steam-library-block.columns-5 .library-cards-container {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.library-grid-container,
.library-cards-container {
grid-template-columns: repeat(2, 1fr) !important;
gap: 10px;
}
.library-list-item {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.library-list-item .game-details {
flex-direction: column;
align-items: flex-start;
gap: 4px;
width: 100%;
}
.library-minimal-container {
gap: 5px;
}
.library-minimal-item {
font-size: 0.8em;
padding: 4px 8px;
}
}
@media (max-width: 480px) {
.library-grid-container,
.library-cards-container {
grid-template-columns: 1fr !important;
}
}  #live-preview .steam-wishlist.template-grid .wishlist-grid {
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
width: 100% !important;
} #live-preview .steam-wishlist.template-grid .wishlist-game {
min-width: 0 !important; width: 100% !important;
} #live-preview .steam-wishlist.columns-2.template-grid .wishlist-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
#live-preview .steam-wishlist.columns-3.template-grid .wishlist-grid {
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
}
#live-preview .steam-wishlist.columns-4.template-grid .wishlist-grid,
#live-preview .steam-wishlist.columns-5.template-grid .wishlist-grid,
#live-preview .steam-wishlist.columns-6.template-grid .wishlist-grid {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
} #live-preview .steam-library.template-grid .library-grid-container {
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
width: 100% !important;
}
#live-preview .steam-library.template-grid .library-game {
min-width: 0 !important;
width: 100% !important;
} #live-preview .steam-library.columns-2.template-grid .library-grid-container {
grid-template-columns: repeat(2, 1fr) !important;
}
#live-preview .steam-library.columns-3.template-grid .library-grid-container {
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
}
#live-preview .steam-library.columns-4.template-grid .library-grid-container,
#live-preview .steam-library.columns-5.template-grid .library-grid-container,
#live-preview .steam-library.columns-6.template-grid .library-grid-container {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
}  .steam-single-game-view {
background: linear-gradient(135deg, #1b2838 0%, #2a475e 100%);
border: 1px solid #3c5a78;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
margin-bottom: 30px;
color: #c7d5e0;
font-family: Arial, sans-serif;
} .steam-single-game-view.scheme-light {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
border-color: #d1d9e6;
color: #2c3e50;
}
.steam-single-game-view.scheme-dark {
background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 100%);
border-color: #333;
color: #e0e0e0;
} .steam-button,
.steam-button-minimal {
background: linear-gradient(135deg, #4c6c90 0%, #417a9b 50%, #4c6c90 100%);
color: #ffffff;
text-decoration: none;
padding: 12px 24px;
border-radius: 6px;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.5px;
transition: all 0.3s ease;
display: inline-block;
border: none;
cursor: pointer;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.steam-button:hover,
.steam-button-minimal:hover {
background: linear-gradient(135deg, #5a7da6 0%, #4a8bb3 50%, #5a7da6 100%);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
color: #ffffff;
text-decoration: none;
}
.steam-button-minimal {
padding: 8px 16px;
font-size: 12px;
border-radius: 4px;
} .hero-template {
position: relative;
}
.hero-background {
position: relative;
height: 400px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: flex-end;
padding: 0;
}
.hero-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(27, 40, 56, 0.9) 50%, rgba(27, 40, 56, 0.95));
padding: 40px;
}
.hero-header .game-title {
font-size: 2.5em;
margin: 0 0 10px 0;
color: #ffffff;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
font-weight: bold;
line-height: 1.1;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
}
.hero-header .game-tagline {
font-size: 1.2em;
margin: 0 0 15px 0;
color: #c7d5e0;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
line-height: 1.3;
display: -webkit-box;
-webkit-line-clamp: 3; -webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-meta {
display: flex;
gap: 20px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.hero-meta span {
background: rgba(76, 108, 144, 0.8);
padding: 6px 12px;
border-radius: 4px;
font-size: 0.9em;
font-weight: 500;
}
.hero-media {
padding: 30px;
background: rgba(27, 40, 56, 0.5);
}
.hero-description {
padding: 30px;
}
.hero-description h3 {
color: #ffffff;
margin-bottom: 15px;
font-size: 1.5em;
border-bottom: 2px solid #4c6c90;
padding-bottom: 10px;
} .card-template {
padding: 25px;
}
.card-header {
display: flex;
gap: 20px;
margin-bottom: 20px;
align-items: flex-start;
}
.card-header .game-image {
width: 200px;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
flex-shrink: 0;
}
.card-info {
flex: 1;
}
.card-info .game-title {
font-size: 1.8em;
margin: 0 0 10px 0;
color: #ffffff;
font-weight: bold;
}
.card-info .game-developer {
color: #c7d5e0;
margin: 0 0 15px 0;
font-size: 1.1em;
}
.game-price {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
}
.discount {
background: #4c971a;
color: #ffffff;
padding: 4px 8px;
border-radius: 4px;
font-weight: bold;
font-size: 0.9em;
}
.original-price {
text-decoration: line-through;
color: #8F98A0;
font-size: 0.9em;
}
.final-price {
color: #ffffff;
font-weight: bold;
font-size: 1.2em;
}
.card-description {
margin: 20px 0;
padding: 15px;
background: rgba(76, 108, 144, 0.2);
border-radius: 8px;
border-left: 4px solid #4c6c90;
}
.card-media {
margin-top: 20px;
} .detailed-template {
padding: 30px;
}
.detailed-header {
margin-bottom: 30px;
}
.header-content {
display: flex;
gap: 25px;
align-items: flex-start;
}
.game-image-container {
flex-shrink: 0;
}
.game-image-container .game-image {
width: 250px;
height: auto;
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
.game-info {
flex: 1;
}
.detailed-template .game-title {
font-size: 2.2em;
margin: 0 0 10px 0;
color: #ffffff;
font-weight: bold;
}
.detailed-template .game-subtitle {
font-size: 1.2em;
color: #c7d5e0;
margin-bottom: 20px;
line-height: 1.4;
}
.game-meta {
margin-bottom: 20px;
}
.meta-item {
display: flex;
margin-bottom: 8px;
align-items: flex-start;
}
.meta-item strong {
color: #ffffff;
min-width: 120px;
font-weight: bold;
margin-right: 10px;
}
.meta-item span {
color: #c7d5e0;
line-height: 1.4;
}
.price-section {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}
.discount-badge {
background: #4c971a;
color: #ffffff;
padding: 8px 12px;
border-radius: 6px;
font-weight: bold;
font-size: 1.1em;
}
.price-container {
display: flex;
flex-direction: column;
gap: 5px;
}
.price-container .original-price {
text-decoration: line-through;
color: #8F98A0;
font-size: 1em;
}
.price-container .final-price {
color: #ffffff;
font-weight: bold;
font-size: 1.5em;
}
.detailed-media,
.detailed-description {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #3c5a78;
}
.detailed-description h3 {
color: #ffffff;
margin-bottom: 15px;
font-size: 1.6em;
font-weight: bold;
}
.description-content {
line-height: 1.6;
color: #c7d5e0;
} .minimal-template {
padding: 15px;
}
.minimal-content {
display: flex;
align-items: center;
gap: 15px;
}
.game-thumbnail {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
flex-shrink: 0;
}
.minimal-info {
flex: 1;
min-width: 0;
}
.minimal-template .game-title {
font-size: 1.2em;
margin: 0 0 5px 0;
color: #ffffff;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.minimal-template .game-developer {
color: #c7d5e0;
margin: 0 0 8px 0;
font-size: 0.9em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.minimal-template .game-price {
color: #ffffff;
font-weight: bold;
font-size: 1em;
} .media-gallery {
display: grid;
gap: 15px;
margin: 20px 0;
}
.media-gallery.gallery-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.media-gallery.gallery-carousel {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
overflow-x: auto;
}
.media-item {
position: relative;
border-radius: 8px;
overflow: hidden;
background: #2a475e;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.media-item img,
.media-item video {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
}
.media-item:hover img,
.media-item:hover video {
transform: scale(1.05);
}
.media-item video {
background: #000;
} .requirements-section,
.stats-section,
.achievements-section,
.news-section {
margin-top: 30px;
padding: 25px;
background: rgba(76, 108, 144, 0.1);
border-radius: 10px;
border: 1px solid #3c5a78;
}
.requirements-section h3,
.stats-section h3,
.achievements-section h3,
.news-section h3 {
color: #ffffff;
margin-bottom: 15px;
font-size: 1.4em;
font-weight: bold;
border-bottom: 2px solid #4c6c90;
padding-bottom: 8px;
}
.requirements-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}
.requirements-minimum,
.requirements-recommended {
background: rgba(27, 40, 56, 0.3);
padding: 15px;
border-radius: 8px;
}
.requirements-minimum h4,
.requirements-recommended h4 {
color: #ffffff;
margin-bottom: 10px;
font-size: 1.1em;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}
.stat-item {
background: rgba(27, 40, 56, 0.3);
padding: 15px;
border-radius: 8px;
text-align: center;
}
.stat-label {
display: block;
color: #c7d5e0;
font-size: 0.9em;
margin-bottom: 5px;
}
.stat-value {
display: block;
color: #ffffff;
font-size: 1.3em;
font-weight: bold;
}
.achievements-preview {
display: flex;
gap: 15px;
flex-wrap: wrap;
margin-top: 15px;
}
.achievement-item {
display: flex;
align-items: center;
gap: 8px;
background: rgba(27, 40, 56, 0.3);
padding: 10px;
border-radius: 6px;
flex: 1;
min-width: 150px;
}
.achievement-item img {
width: 32px;
height: 32px;
border-radius: 4px;
}
.achievement-item span {
color: #c7d5e0;
font-size: 0.9em;
}
.news-items {
display: grid;
gap: 20px;
}
.news-item {
background: rgba(27, 40, 56, 0.3);
padding: 20px;
border-radius: 8px;
border-left: 4px solid #4c6c90;
}
.news-item h4 {
margin: 0 0 10px 0;
font-size: 1.2em;
}
.news-item h4 a {
color: #ffffff;
text-decoration: none;
transition: color 0.3s ease;
}
.news-item h4 a:hover {
color: #6db3f2;
}
.news-meta {
display: flex;
gap: 15px;
margin-bottom: 10px;
color: #8F98A0;
font-size: 0.9em;
}
.news-item p {
color: #c7d5e0;
line-height: 1.5;
margin: 0;
} @media (max-width: 768px) {
.steam-single-game-view {
margin: 15px 0;
border-radius: 8px;
} .hero-background {
height: 300px; background-attachment: scroll; }
.hero-overlay {
padding: 20px 15px 15px 15px; background: linear-gradient(transparent 20%, rgba(27, 40, 56, 0.85) 60%, rgba(27, 40, 56, 0.95)); }
.hero-header .game-title {
font-size: 1.6em; line-height: 1.2;
margin-bottom: 8px;
}
.hero-header .game-tagline {
font-size: 1em; margin-bottom: 10px;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
.hero-meta {
flex-direction: row; flex-wrap: wrap;
gap: 8px;
margin-bottom: 15px;
}
.hero-meta span {
padding: 4px 8px;
font-size: 0.8em;
}
.hero-media,
.hero-description {
padding: 15px;
}
.hero-description h3 {
font-size: 1.2em;
margin-bottom: 10px;
} .card-template {
padding: 20px;
}
.card-header {
flex-direction: column;
gap: 15px;
}
.card-header .game-image {
width: 100%;
max-width: 300px;
align-self: center;
} .detailed-template {
padding: 20px;
}
.header-content {
flex-direction: column;
gap: 15px;
}
.game-image-container .game-image {
width: 100%;
max-width: 300px;
}
.detailed-template .game-title {
font-size: 1.8em;
}
.meta-item {
flex-direction: column;
margin-bottom: 12px;
}
.meta-item strong {
min-width: auto;
margin-bottom: 4px;
}
.price-section {
flex-direction: column;
align-items: flex-start;
gap: 10px;
} .minimal-content {
gap: 10px;
}
.game-thumbnail {
width: 60px;
height: 60px;
}
.minimal-template .game-title {
font-size: 1.1em;
} .media-gallery.gallery-grid {
grid-template-columns: 1fr;
}
.media-gallery.gallery-carousel {
grid-template-columns: 1fr;
} .requirements-content {
grid-template-columns: 1fr;
}
.stats-grid {
grid-template-columns: 1fr;
}
.achievements-preview {
flex-direction: column;
}
.achievement-item {
min-width: auto;
} .steam-button,
.steam-button-minimal {
width: 100%;
text-align: center;
margin-top: 10px;
}
}
@media (max-width: 480px) {
.steam-single-game-view {
margin: 10px;
border-radius: 6px;
} .hero-background {
height: 250px; }
.hero-overlay {
padding: 15px 10px 10px 10px; background: linear-gradient(transparent 15%, rgba(27, 40, 56, 0.9) 65%, rgba(27, 40, 56, 0.98)); }
.hero-header .game-title {
font-size: 1.3em; line-height: 1.1;
margin-bottom: 6px;
}
.hero-header .game-tagline {
font-size: 0.9em;
margin-bottom: 8px;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-meta {
gap: 6px;
margin-bottom: 10px;
}
.hero-meta span {
padding: 3px 6px;
font-size: 0.75em;
border-radius: 3px;
}
.card-template,
.detailed-template {
padding: 15px;
}
.detailed-template .game-title {
font-size: 1.6em;
}
.requirements-section,
.stats-section,
.achievements-section,
.news-section {
padding: 15px;
margin-top: 20px;
}
.news-item {
padding: 15px;
}
} .steam-single-game-view.scheme-light .steam-button,
.steam-single-game-view.scheme-light .steam-button-minimal {
background: linear-gradient(135deg, #4a90e2 0%, #357abd 50%, #4a90e2 100%);
}
.steam-single-game-view.scheme-light .hero-overlay {
background: linear-gradient(transparent, rgba(245, 247, 250, 0.9) 50%, rgba(245, 247, 250, 0.95));
}
.steam-single-game-view.scheme-light .hero-header .game-title,
.steam-single-game-view.scheme-light .detailed-template .game-title,
.steam-single-game-view.scheme-light .card-info .game-title {
color: #2c3e50;
}
.steam-single-game-view.scheme-light .final-price {
color: #2c3e50;
} .steam-single-game-view.scheme-dark .hero-overlay {
background: linear-gradient(transparent, rgba(12, 12, 12, 0.9) 50%, rgba(12, 12, 12, 0.95));
}
.steam-single-game-view.scheme-dark .requirements-section,
.steam-single-game-view.scheme-dark .stats-section,
.steam-single-game-view.scheme-dark .achievements-section,
.steam-single-game-view.scheme-dark .news-section {
background: rgba(255, 255, 255, 0.05);
border-color: #555;
} .steam-single-game-view .card-header a,
.steam-single-game-view .game-image-container a {
display: block;
transition: all 0.3s ease;
border-radius: 4px;
overflow: hidden;
}
.steam-single-game-view .card-header a:hover,
.steam-single-game-view .game-image-container a:hover {
transform: scale(1.05);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.steam-single-game-view .hero-link {
display: block;
color: inherit;
text-decoration: none;
transition: all 0.3s ease;
}
.steam-single-game-view .hero-link:hover {
transform: scale(1.02);
}
.steam-single-game-view .hero-link:hover .hero-overlay {
background: linear-gradient(transparent, rgba(12, 12, 12, 0.7) 50%, rgba(12, 12, 12, 0.85));
} .steam-single-game-view .achievement-item img {
width: 32px;
height: 32px;
object-fit: cover;
border-radius: 4px;
margin-right: 8px;
}
.steam-single-game-view .achievement-icon-fallback {
display: inline-block;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
font-size: 20px;
margin-right: 8px;
background: rgba(255, 255, 255, 0.1);
border-radius: 4px;
}
.steam-single-game-view .achievement-item {
display: flex;
align-items: center;
margin-bottom: 8px;
padding: 8px;
background: rgba(255, 255, 255, 0.1);
border-radius: 4px;
}  .game-image-placeholder {
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
border: 2px solid #333;
border-radius: 6px;
color: #66c0f4;
font-weight: bold;
font-size: 16px;
text-shadow: 0 1px 2px rgba(0,0,0,0.8);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
.game-image-placeholder:before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(102, 192, 244, 0.1), transparent);
animation: shimmer 2s infinite;
}
@keyframes shimmer {
0% { left: -100%; }
100% { left: 100%; }
}
.game-image-placeholder .game-initial {
font-size: 1.2em;
z-index: 1;
} .steam-library img, .steam-wishlist img {
transition: opacity 0.2s ease;
background: #1a1a1a; } .steam-library img.failed-to-load, 
.steam-library-block img.failed-to-load, 
.steam-wishlist img.failed-to-load, 
.steam-wishlist-block img.failed-to-load {
opacity: 0.3;
filter: grayscale(100%);
} .template-grid .game-image-placeholder {
width: 184px;
height: 69px;
font-size: 14px;
}
.template-list .game-image-placeholder {
width: 120px;
height: 45px;
font-size: 12px;
}
.template-cards .game-image-placeholder {
width: 200px;
height: 300px;
font-size: 24px;
}
.template-minimal .game-image-placeholder {
width: 32px;
height: 32px;
font-size: 10px;
border-radius: 50%;
} @media (max-width: 768px) {
.game-image-placeholder {
font-size: 12px;
}
.template-cards .game-image-placeholder {
width: 150px;
height: 225px;
font-size: 18px;
} .game-image-placeholder:before {
animation: none;
}
}  .media-item {
position: relative;
cursor: pointer;
}
.media-item .video-wrapper,
.media-item .lightbox-trigger,
.media-item .image-wrapper {
position: relative;
display: block;
cursor: pointer;
}
.media-item .image-overlay,
.media-item .video-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.3s ease;
pointer-events: none;
}
.media-item:hover .image-overlay,
.media-item:hover .video-overlay {
background: rgba(0, 0, 0, 0.5);
opacity: 1;
}
.media-item .expand-icon {
font-size: 48px;
color: #ffffff;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
transform: scale(0.8);
transition: transform 0.3s ease;
}
.media-item:hover .expand-icon {
transform: scale(1);
} .steam-lightbox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
display: none; align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.steam-lightbox[style*="display: flex"] {
opacity: 1;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.lightbox-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.95);
}
.lightbox-content {
position: relative;
z-index: 100000;
max-width: 95vw;
max-height: 95vh;
display: flex;
align-items: center;
justify-content: center;
}
.lightbox-media-container {
max-width: 90vw;
max-height: 90vh;
display: flex;
align-items: center;
justify-content: center;
}
.lightbox-image {
max-width: 100%;
max-height: 90vh;
object-fit: contain;
box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
border-radius: 4px;
}
.lightbox-video {
max-width: 90vw;
max-height: 90vh;
box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
border-radius: 4px;
} .lightbox-close,
.lightbox-prev,
.lightbox-next {
position: absolute;
background: rgba(0, 0, 0, 0.7);
border: 2px solid rgba(255, 255, 255, 0.8);
color: #ffffff;
font-size: 32px;
font-weight: bold;
width: 60px;
height: 60px;
border-radius: 50%;
cursor: pointer;
display: flex !important;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
z-index: 100001 !important;
pointer-events: auto !important;
visibility: visible !important;
opacity: 1 !important;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
background: rgba(255, 255, 255, 0.9);
color: #000000;
border-color: rgba(255, 255, 255, 1);
transform: scale(1.1);
}
.lightbox-close {
top: 20px;
right: 20px;
font-size: 40px;
line-height: 1;
}
.lightbox-prev {
left: 20px;
top: 50%;
transform: translateY(-50%);
}
.lightbox-prev:hover {
transform: translateY(-50%) scale(1.1);
}
.lightbox-next {
right: 20px;
top: 50%;
transform: translateY(-50%);
}
.lightbox-next:hover {
transform: translateY(-50%) scale(1.1);
} .lightbox-counter {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
padding: 10px 20px;
border-radius: 20px;
font-size: 18px;
font-weight: 600;
backdrop-filter: blur(10px);
z-index: 100001 !important;
border: 2px solid rgba(255, 255, 255, 0.3);
visibility: visible !important;
opacity: 1 !important;
} @media (max-width: 768px) {
.lightbox-close,
.lightbox-prev,
.lightbox-next {
width: 50px;
height: 50px;
font-size: 28px;
}
.lightbox-close {
top: 10px;
right: 10px;
}
.lightbox-prev {
left: 10px;
}
.lightbox-next {
right: 10px;
}
.lightbox-counter {
bottom: 20px;
font-size: 14px;
padding: 8px 16px;
}
.media-item .expand-icon {
font-size: 36px;
}
.lightbox-image,
.lightbox-video {
max-width: 95vw;
max-height: 85vh;
}
}:root{--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);--theme-font-stack-default: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'}@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,form,small,label,table,figure,button,legend,strike,address,caption,fieldset,blockquote{margin:0;padding:0;border:none;font:inherit}input,select,textarea{margin:0}b,strong{font-weight:bold}em{font-style:italic}small{font-size:80%}ins,mark{color:inherit;text-decoration:none;background:rgba(0,0,0,0)}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}a{transition:var(--theme-transition)}a:focus,button:focus{outline:none;transition:none}a:focus-visible,button:focus-visible{outline:2px solid var(--theme-palette-color-1);outline-offset:var(--outline-offset, 2px)}img{height:auto;max-width:100%;vertical-align:middle}figure,textarea{display:block}audio,canvas,progress,video{display:inline-block}embed,iframe,object,video{max-width:100%}code,kbd,samp{padding:3px 6px}pre,code,samp,kbd{tab-size:4;border-radius:3px;background:var(--theme-palette-color-6)}pre:focus,code:focus,samp:focus,kbd: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,.wp-caption,.bypostauthor,.wp-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,label,figcaption,.wp-block-quote,.wp-block-pullquote,.ct-label,.site-title,.entry-meta,.ct-menu-badge,.entry-excerpt,.ct-post-title,.ct-breadcrumbs,.ct-header-text,.ct-product-sku,.ct-product-title,.ct-woo-card-stock,.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,:where(pre,code,samp,kbd),.onsale,.out-of-stock-badge,[class*=ct-woo-badge-],:is(.entry-summary,[data-products],.ct-trending-block,.ct-added-to-cart-product) .price,.ct-waitlist-message,.woocommerce-tabs .tabs,.woocommerce-tabs .ct-accordion-heading,.woocommerce-result-count,.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{position:absolute !important;word-wrap:normal !important;overflow-wrap:normal !important;width:1px;height:1px;border:0;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);clip:rect(1px, 1px, 1px, 1px)}.screen-reader-text:focus{z-index:100000;display:block;top:5px;left:5px;width:auto;height:auto;font-size:.875rem;font-weight:700;line-height:normal;text-decoration:none;color:#21759b;padding:15px 23px 14px;clip-path:none;clip:auto !important;border-radius:3px;background-color:#f1f1f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6)}p{margin-block-end:var(--theme-content-spacing)}ul,ol{padding-inline-start:var(--theme-list-indent);margin-block-end:var(--theme-content-spacing)}h1,h2,h3,h4,h5,h6{margin-block-end: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-block-end:0}:is(.is-layout-flow,.is-layout-constrained)>*:where(:not(h1,h2,h3,h4,h5,h6)){margin-block-start:0;margin-block-end:var(--theme-content-spacing)}:is(.is-layout-flow,.is-layout-constrained) :where(h1,h2,h3,h4,h5,h6){margin-block-end:calc(var(--has-theme-content-spacing, 1)*(.3em + 10px))}@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-container ul,.entry-meta,.ct-account-modal>ul,.ct-language-switcher ul,[class*=ct-contact-info] ul,.products:is(ul),.woocommerce-Reviews :where(ol,ul),.ct-comments :where(ol,ul),.ct-comments ul,.payment_methods,.woocommerce-tabs>ul,.wc-item-meta,.ct-header-account ul,.ct-product-additional-info ul,.woocommerce-pagination .page-numbers,.wc-block-review-list,.product_list_widget,.woocommerce-mini-cart,.woocommerce-MyAccount-navigation ul,.wp-block-latest-comments,.ct-filter-widget,.ct-compare-bar ul,.ct-product-hero ul,.ct-widget ul,.ct-shortcuts-bar-items,.ct-added-to-cart-product ul{list-style-type:none;margin-bottom:0;padding-inline-start:0}ul:last-child,ol:last-child,ul li:last-child,ol li:last-child,label:last-child,.ct-widget p:last-child,.entry-excerpt *:last-child,.ct-dynamic-data p:last-child,.ct-woo-card-stock p:last-child,[class*=ct-form-notification] p:last-child,.ct-product-description p:last-child,.woocommerce-variation-description 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] [data-reveal*="2"]{transition-delay:0.3s}[class*=entries] [data-reveal*="3"]{transition-delay:0.6s}[class*=entries] [data-reveal*="4"]{transition-delay:0.9s}[class*=entries] [data-reveal*="5"]{transition-delay:1.2s}[class*=entries] [data-reveal*="6"]{transition-delay:1.5s}[class*=entries] [data-reveal*="7"]{transition-delay:1.8s}[class*=entries] [data-reveal*="8"]{transition-delay:2.1s}[class*=entries] [data-reveal*="9"]{transition-delay:2.4s}[class*=entries] [data-reveal*="10"]{transition-delay:2.7s}[class*=entries] [data-reveal*="11"]{transition-delay:3s}[class*=entries] [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;-webkit-user-select:none;user-select:none;isolation:isolate;vertical-align:middle}.ct-media-container{position:relative;width:100%}.ct-media-container img,.ct-media-container picture{width:inherit;border-radius:inherit;object-fit:var(--theme-object-fit, cover)}.ct-media-container picture{display:inline-flex}.ct-media-container picture img{aspect-ratio:inherit}.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] :where(.entry-content :where(p,em,strong)>a,.entry-content>:where(ul,ol) a,.wp-block-table a,.ct-link-styles):not(:hover){--theme-text-decoration: underline}:where([data-link=type-3],[data-link=type-4],[data-link=type-5]) :where(.entry-content :where(p,em,strong)>a,.entry-content>:where(ul,ol) a,.wp-block-table a,.ct-link-styles){background-position:var(--has-link-decoration, 0% 100%);background-repeat:var(--has-link-decoration, no-repeat)}[data-link=type-4] :where(.entry-content :where(p,em,strong)>a,.entry-content>:where(ul,ol) a,.wp-block-table a,.ct-link-styles){background-size:var(--has-link-decoration, 100% 1px);background-image:var(--has-link-decoration, linear-gradient(currentColor, currentColor))}:where(footer.ct-footer [data-link] a,[data-link] .ct-posts-shortcode .entry-title a){--has-link-decoration: var(--false)}:where(footer.ct-footer [data-link] a,[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}[data-label=bottom] .ct-label:not(:only-child){margin-top:.5em}:is([data-label=left],[data-label=right]){column-gap:.5em}[data-label=right] .ct-label{order:2}.ct-tooltip{position:absolute;opacity:0;visibility:hidden}select,textarea,input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]),fieldset .wc-stripe-elements-field,.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]),span.select2-dropdown,span.select2-container .select2-selection--single .select2-selection__rendered{font-family:var(--theme-form-font-family);font-size:var(--theme-form-font-size, 16px);font-weight:var(--theme-form-font-weight);font-style:var(--theme-form-font-style, inherit);line-height:var(--theme-form-line-height);letter-spacing:var(--theme-form-letter-spacing);text-transform:var(--theme-form-text-transform);-webkit-text-decoration:var(--theme-form-text-decoration);text-decoration:var(--theme-form-text-decoration)}select,textarea,input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]),.ct-pseudo-input,fieldset .wc-stripe-elements-field,.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]){appearance:none;width:var(--has-width, var(--theme-form-field-width, 100%));height:var(--has-height, var(--theme-form-field-height, 40px));color:var(--theme-form-text-initial-color, var(--theme-text-color));padding:var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));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),outline .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);outline:max(2px,var(--theme-form-field-border-width, 1px)) solid rgba(0,0,0,0);outline-offset:calc(var(--theme-form-field-border-width, 1px)*-1)}select:focus,textarea:focus,input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]):focus,.ct-pseudo-input:focus,fieldset .wc-stripe-elements-field:focus,.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]):focus{color:var(--theme-form-text-focus-color, var(--theme-text-color));outline-color:var(--theme-form-field-border-focus-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:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password])::placeholder,.ct-pseudo-input::placeholder,fieldset .wc-stripe-elements-field::placeholder,.ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple])::placeholder{opacity:.7;color:inherit}input[type=date]{min-height:var(--has-height, var(--theme-form-field-height, 40px))}input[type=date]::-webkit-date-and-time-value{text-align:inherit}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}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 15px}.ct-pseudo-input :is(input,select){outline:none;border-width:0;border-radius:0;box-shadow:none;background-color:rgba(0,0,0,0)}.ct-pseudo-input:has(:is(input,select):focus){outline-color:var(--theme-form-field-border-focus-color);border-color:var(--theme-form-field-border-focus-color);background-color:var(--has-classic-forms, var(--theme-form-field-background-focus-color))}.ct-checkbox,.comment-form input[type=checkbox],#ship-to-different-address-checkbox,.woocommerce-form__input[type=checkbox],.woocommerce-form__label-for-checkbox input[type=checkbox],.woocommerce-input-wrapper input[type=checkbox],#payment .payment_box input[type=checkbox],.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],.wpforms-container:not(.wpforms-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],.wpforms-container:not(.wpforms-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,.woocommerce-form__input[type=checkbox]:before,.woocommerce-form__label-for-checkbox input[type=checkbox]:before,.woocommerce-input-wrapper input[type=checkbox]:before,#payment .payment_box input[type=checkbox]:before,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before,.wpforms-container:not(.wpforms-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,.wpforms-container:not(.wpforms-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,.woocommerce-form__input[type=checkbox]:checked,.woocommerce-form__label-for-checkbox input[type=checkbox]:checked,.woocommerce-input-wrapper input[type=checkbox]:checked,#payment .payment_box input[type=checkbox]:checked,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked,.wpforms-container:not(.wpforms-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,.wpforms-container:not(.wpforms-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,.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,#payment .payment_box input[type=checkbox]:checked:before,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked:before,.wpforms-container:not(.wpforms-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,.wpforms-container:not(.wpforms-container-full) input[type=radio]:checked:before,.ff-inherit-theme-style input[type=radio]:checked:before{opacity:1}.ct-checkbox:focus,.comment-form input[type=checkbox]:focus,#ship-to-different-address-checkbox:focus,.woocommerce-form__input[type=checkbox]:focus,.woocommerce-form__label-for-checkbox input[type=checkbox]:focus,.woocommerce-input-wrapper input[type=checkbox]:focus,#payment .payment_box input[type=checkbox]:focus,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:focus,.wpforms-container:not(.wpforms-container-full) input[type=checkbox]:focus,.ff-inherit-theme-style input[type=checkbox]:focus,.wc_payment_method>input[type=radio]:focus,.woocommerce-shipping-methods input[type=radio]:focus,.payment_box input[type=radio]:focus,.mp-ticket-payments input[type=radio]:focus,.forminator-ui[data-design=none] .forminator-radio input[type=radio]:focus,.wpforms-container:not(.wpforms-container-full) input[type=radio]:focus,.ff-inherit-theme-style input[type=radio]:focus{outline:none}.ct-checkbox:focus-visible,.comment-form input[type=checkbox]:focus-visible,#ship-to-different-address-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,#payment .payment_box input[type=checkbox]:focus-visible,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:focus-visible,.wpforms-container:not(.wpforms-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,.wpforms-container:not(.wpforms-container-full) input[type=radio]:focus-visible,.ff-inherit-theme-style input[type=radio]:focus-visible{outline:2px solid var(--theme-palette-color-1);outline-offset:var(--outline-offset, 2px)}.ct-checkbox,.comment-form input[type=checkbox],#ship-to-different-address-checkbox,.woocommerce-form__input[type=checkbox],.woocommerce-form__label-for-checkbox input[type=checkbox],.woocommerce-input-wrapper input[type=checkbox],#payment .payment_box input[type=checkbox],.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox],.wpforms-container:not(.wpforms-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,.woocommerce-form__input[type=checkbox]:before,.woocommerce-form__label-for-checkbox input[type=checkbox]:before,.woocommerce-input-wrapper input[type=checkbox]:before,#payment .payment_box input[type=checkbox]:before,.forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before,.wpforms-container:not(.wpforms-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-inline-end: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],.wpforms-container:not(.wpforms-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,.wpforms-container:not(.wpforms-container-full) input[type=radio]:before,.ff-inherit-theme-style input[type=radio]:before{width:6px;height:6px;background:#fff;border-radius:inherit}fieldset{padding:30px;border:1px dashed var(--theme-border-color)}legend{font-size:14px;font-weight:600;padding:0 15px;margin-left:-15px}label{font-size:15px;line-height:inherit;cursor:pointer;margin:0 0 .5em 0}:is(.gdpr-confirm-policy,.comment-form-cookies-consent) label{font-size:13px}:is(.gdpr-confirm-policy,.comment-form-cookies-consent) label a{text-decoration:underline}.entry-meta{color:var(--theme-text-color);--theme-link-initial-color: var(--theme-text-color)}.entry-meta li{display:inline-block}.entry-meta li:not(:last-of-type){margin-inline-end:9px}.entry-meta li:after{margin-inline-start:9px}.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:.5em}.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:.27em}.entry-meta[data-type*=none] li:not(:last-of-type){margin-inline-end: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 :is([data-type=pill],[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:hover{background:var(--theme-button-background-hover-color)}.entry-meta [data-type=pill] a:not(:last-of-type){margin-inline-end:4px}.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{display:flex;flex-direction:column;align-items:var(--horizontal-alignment);margin-top:40px}.entry-tags-items{display:flex;flex-wrap:wrap;gap:10px}.entry-tags-items a{font-size:14px;font-weight:500;padding:.3em .85em;border-radius:var(--theme-border-radius);--theme-button-text-initial-color: var(--theme-text-color);--theme-button-background-initial-color: transparent}.entry-tags-items a:not(:hover){box-shadow:inset 0px 0px 0px 1px var(--theme-border-color)}.ct-breadcrumbs{color:var(--theme-text-color);--has-link-decoration: var(--false)}.ct-breadcrumbs[data-source=default]>span{display:inline-flex;align-items:center;vertical-align:middle}.ct-breadcrumbs[data-source=default]>span [class*=ct-separator]{margin:0 8px}.ct-breadcrumbs[data-source=default] .ct-home-icon{display:flex;top:-0.1em;fill:currentColor}@font-face{font-family:"star";src:url(//heraldsjournal.com/wp-content/themes/blocksy/static/fonts/stars.woff2) format("woff2");font-weight:normal;font-style:normal;font-display:swap}:is(.star-rating,.wc-block-components-product-rating-stars__stars,.wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars){overflow:hidden;position:relative;width:7em;height:1em;font-family:"star";font-size:.9em;font-weight:400;line-height:1em;letter-spacing:.4em;word-break:normal;color:var(--star-rating-inactive-color, #F9DFCC)}:is(.star-rating,.wc-block-components-product-rating-stars__stars,.wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars):before{content:"SSSSS";top:0;inset-inline-start:0;position:absolute;line-height:inherit}:is(.star-rating,.wc-block-components-product-rating-stars__stars,.wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) span{overflow:hidden;top:0;inset-inline-start:0;position:absolute;padding-top:1em;line-height:inherit}:is(.star-rating,.wc-block-components-product-rating-stars__stars,.wp-block-woocommerce-product-filter-rating .wc-block-components-product-rating__stars,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.has-rating .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars) span:before{content:"SSSSS";top:0;inset-inline-start:0;position:absolute;color:var(--star-rating-initial-color, #FDA256);line-height:inherit}.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,.elementor-menu-anchor{scroll-margin-top:calc(var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--scroll-margin-top, 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],.wp-element-button,.wp-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;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,.wp-element-button:disabled,.wp-element-button.disabled,.wp-block-button__link:disabled,.wp-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],.wp-element-button,.wp-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,.wp-element-button.has-text-align-left,.wp-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,.wp-element-button.has-text-align-right,.wp-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],.wp-element-button,.wp-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,.wp-element-button:hover,.wp-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,.wp-element-button:before,.wp-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,.wp-element-button:hover,.wp-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,.wp-element-button:hover:before,.wp-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,.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,.wp-block-buttons .wp-block-button.is-style-outline .wp-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,.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-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],.wp-element-button,.wp-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;appearance:none;width:var(--toggle-button-size);height:var(--toggle-button-size);flex:0 0 var(--toggle-button-size);margin-block:var(--toggle-button-margin-block, initial);margin-inline:var(--toggle-button-margin-start, auto) var(--toggle-button-margin-end, 0);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 .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-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}.ct-module-title:is(p,span):not(:empty){display:flex;margin-bottom:15px}.ct-slider-arrows{display:flex;-webkit-user-select:none;user-select:none}.ct-slider-arrows span{position:relative;z-index:0;display:flex;align-items:center;justify-content:center;cursor:pointer;width:var(--slider-arrow-button-size, 26px);height:var(--slider-arrow-button-size, 26px);color:var(--theme-text-color);border:1px solid var(--theme-border-color);transition:all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955)}.ct-slider-arrows span:hover{z-index:1;color:var(--theme-button-text-hover-color);background:var(--theme-button-background-hover-color);border-color:var(--theme-button-background-hover-color)}.ct-slider-arrows .ct-arrow-prev{margin-inline-end:-1px;border-start-start-radius:3px;border-end-start-radius:3px}.ct-slider-arrows .ct-arrow-next{border-start-end-radius:3px;border-end-end-radius:3px}[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}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;padding:initial;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")}.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[data-icon=arrow]{cursor:pointer;background-color:rgba(0,0,0,0);--theme-icon-size: 10px;--theme-icon-transition: transform 0.1s ease}.ct-expandable-trigger[data-icon=arrow][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{height:var(--menu-item-height, 100%);justify-content:var(--menu-item-alignment, center);--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{flex:1;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-column=start] [data-items=primary] [data-menu*=type-1]:first-child>ul>li:first-child>a{padding-inline-start:0}[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child>a{padding-inline-end:0}[data-column=end] [data-items=primary] [data-menu*=type-1]:last-child>ul>li:last-child{--toggle-ghost-inset-end: 16px}[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>a{background-color:var(--menu-indicator-initial-color)}[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: 24px;--toggle-button-margin-end: -8px;--toggle-button-margin-start: var(--dropdown-toggle-margin-start, 0.2em)}.animated-submenu-inline [class*=ct-toggle]{--toggle-button-size: 18px;--dropdown-toggle-margin-start: auto;--toggle-ghost-inset-end: calc(var(--dropdown-items-spacing, 13px) * 1.5 + 16px)}.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;inset-inline-end:var(--toggle-ghost-inset-end, calc(var(--menu-items-spacing, 25px) / 2 + 16px));--toggle-button-size: 24px;--toggle-button-margin-end: -24px}.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{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]:not(.ct-active)>.sub-menu>li{opacity:0;transform:translate3d(0, 5px, 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);backdrop-filter:blur(var(--theme-backdrop-blur))}#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;backdrop-filter:none}#header [data-row*=boxed]>div{padding:var(--row-padding, 0 35px);box-shadow:var(--theme-box-shadow);border-radius:var(--row-border-radius);backdrop-filter:blur(var(--theme-backdrop-blur))}#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,.ct-language-switcher [data-label]{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}[class*=header-menu] .menu>li>.ct-menu-link{white-space:nowrap}#search-modal{--vertical-alignment: center}#search-modal .ct-search-form{margin-inline:auto;width:100%;max-width:var(--theme-form-max-width, 750px)}@media(min-width: 690px){#search-modal .ct-search-form{--theme-form-font-size: 20px;--theme-form-field-height: 50px}}@media(max-width: 999.98px){#search-modal .ct-search-form{--theme-form-max-width: 90%}}@media(max-width: 689.98px){#search-modal .ct-search-form{--theme-form-font-size: 20px;--theme-form-field-height: 40px;--theme-form-inner-spacing: 12px}}#search-modal .ct-search-form-inner{--theme-form-inner-spacing: 15px;height:auto;padding-block:var(--theme-form-inner-spacing);padding-inline:var(--has-classic-forms, var(--theme-form-inner-spacing));border-radius:var(--has-classic-forms, var(--theme-form-border-radius))}@media(min-width: 690px){#search-modal .ct-search-form-inner{margin-bottom:35px}}@media(max-width: 999.98px){#search-modal .ct-search-form-inner{margin-bottom:25px}}#search-modal .wp-element-button{--theme-icon-size: calc(100% / 3);--theme-button-border-radius: max( calc(var(--theme-form-border-radius, 100%) * 0.5), calc(var(--theme-form-border-radius, 100%) - var(--theme-form-inner-spacing)) )}.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[data-type]{transition:none}.ct-header-trigger .ct-icon[data-type] 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[data-type] rect:nth-child(1),.ct-header-trigger[aria-expanded=true] .ct-icon[data-type] rect:nth-child(3){width:18px;y:6.15px}.ct-header-trigger[aria-expanded=true] .ct-icon[data-type] rect:nth-child(1){x:0px;transform:rotate(45deg)}.ct-header-trigger[aria-expanded=true] .ct-icon[data-type] rect:nth-child(2){opacity:0}.ct-header-trigger[aria-expanded=true] .ct-icon[data-type] 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-title:not(:has(>a)){color:var(--theme-link-initial-color)}.site-description{color:var(--theme-text-color);margin-bottom:0}.site-description:not(:only-child){margin-top:.3em}@media(min-width: 1000px){.ct-header .site-description{white-space:nowrap}}.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{flex-shrink:0;--theme-button-line-height: 1.3;--theme-icon-color: currentColor}.ct-header-cta a{gap:var(--theme-button-gap, 0.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}#offcanvas .ct-cart-content,#offcanvas .ct-header-account>ul,#offcanvas .ct-language-switcher[data-type=dropdown]>ul{display: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 var(--header-sticky-animation-speed, 0.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 var(--header-sticky-animation-speed, 0.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 var(--header-sticky-animation-speed, 0.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 var(--header-sticky-animation-speed, 0.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 var(--header-sticky-animation-speed, 0.2s) cubic-bezier(0.455, 0.03, 0.515, 0.955),backdrop-filter var(--header-sticky-animation-speed, 0.2s) cubic-bezier(0.455, 0.03, 0.515, 0.955),background-color var(--header-sticky-animation-speed, 0.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);min-width:0}.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-footer .ct-widget:has(.ct-newsletter-subscribe-block,.wp-block-separator){width:100%}.ct-search-form{position:relative;isolation:isolate;--theme-link-initial-color: var(--theme-text-color)}.ct-search-form .ct-pseudo-input{align-items:center;padding-inline:0}.ct-search-form .ct-select-taxonomy{font-size:13px;padding-inline-start:10px;width:fit-content;height:calc(var(--theme-form-field-height, 40px) - 16px);border-color:var(--theme-form-field-border-initial-color)}.ct-search-form .wp-element-button{--theme-button-min-height: var(--search-button-size, var(--theme-form-field-height, 40px));--theme-button-border-radius: var(--theme-form-field-border-radius, 3px);flex-shrink:0}.ct-search-form .ct-ajax-loader{--loader-size: 18px;opacity:0}.ct-search-form:has(input[aria-expanded=true]){z-index:2}.ct-search-form .ct-search-form-inner{position:relative;z-index:2;display:flex}.ct-search-form[data-form-controls=outside] .ct-pseudo-input{display:flex}.ct-search-form[data-form-controls=outside] .ct-select-taxonomy{border-inline-start-width:1px}.ct-search-form[data-form-controls=outside] .wp-element-button{margin-inline-start:10px}.ct-search-form[data-form-controls=inside][data-submit-button=text]{--theme-form-inner-spacing: 4px;--search-dropdown-extra-spacing: calc(var(--theme-form-inner-spacing) * 2 + var(--theme-form-field-border-width, 1px) * 2)}.ct-search-form[data-form-controls=inside][data-submit-button=text] .ct-search-form-inner{height:auto;padding-block:var(--theme-form-inner-spacing);padding-inline-end:var(--theme-form-inner-spacing)}.ct-search-form[data-form-controls=inside][data-submit-button=text] .ct-select-taxonomy{border-inline-start-width:1px}.ct-search-form[data-form-controls=inside][data-submit-button=text] .wp-element-button{--theme-button-border-radius: max( calc(var(--theme-form-field-border-radius, 3px) * 0.6), calc(var(--theme-form-field-border-radius, 3px) - var(--theme-form-inner-spacing)) )}.ct-search-form[data-form-controls=inside][data-submit-button*=icon] .ct-select-taxonomy{border-inline-width:1px}.ct-search-form[data-submit-button*=icon] .wp-element-button{--theme-icon-color: currentColor;padding:initial;width:var(--search-button-size, var(--theme-form-field-height, 40px))}.ct-search-form[data-submit-button*=minimal] .wp-element-button{--theme-icon-size: 13px;--theme-button-shadow: none;--theme-button-transform: none;--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))}.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}.ct-query-template-grid{display:grid;gap:var(--grid-columns-gap, 30px);grid-template-columns:repeat(var(--grid-columns-width), minmax(0, 1fr))}.ct-has-link-overlay :is(.wp-block-post,.wp-block-term){position:relative;cursor:pointer}.ct-has-link-overlay :is(.wp-block-post,.wp-block-term) .ct-link-overlay{position:absolute;inset:0;margin:0;pointer-events:none}[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:flex}.ct-dynamic-media .ct-dynamic-media-inner{position:relative;width:100%;height:100%;overflow:hidden;will-change:transform}@media(hover: hover){.ct-dynamic-media .ct-dynamic-media-inner[data-hover] img{transition:transform .5s ease}.ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-in]:hover img{transform:scale(1.1)}.ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-out] img{transform:scale(1.1)}.ct-dynamic-media .ct-dynamic-media-inner[data-hover=zoom-out]:hover img{transform:scale(1)}}.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 li ul,.ct-widget li ol{padding-inline-start: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 .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:0px;height:calc(100% - var(--side-panel-offset, 0px)*2);width:calc(100% - var(--side-panel-offset, 0px)*2);max-width:var(--side-panel-width, 500px);margin:var(--side-panel-offset, 0px);box-shadow:var(--theme-box-shadow);border-radius:var(--side-panel-border-radius, 0px);transition:transform .25s ease-in-out}[data-panel*=in] [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)}body[data-panel] .ct-panel.active{display:flex}body[data-panel*=in] .ct-panel.active{opacity:1;pointer-events:auto}.ct-panel{flex-direction:column;position:fixed;z-index:999999;inset:var(--admin-bar, 0px) 0 0 0;opacity:0;display:none;pointer-events:none;transition:opacity .25s ease-in-out}.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 .ct-toggle-close{--toggle-button-padding: 10px;--toggle-button-margin-end: -10px;--toggle-button-margin-block: -10px}.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);height:var(--panel-content-height, auto);overflow-y: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-inline: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)}}.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){width:var(--theme-block-width)}.is-width-constrained{margin-inline:auto;width:var(--theme-container-width);max-width:var(--theme-block-max-width)}[data-vertical-spacing*=top]{padding-top:var(--theme-content-vertical-spacing)}[data-vertical-spacing*=bottom]{padding-bottom:var(--theme-content-vertical-spacing)}article>:is(.ct-comments,.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);--wp--style--global--content-size: var(--theme-block-max-width);--wp--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));box-shadow:var(--has-boxed, var(--theme-boxed-content-box-shadow));border-radius:var(--has-boxed, var(--theme-boxed-content-border-radius));margin-inline: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)}.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:""}.wp-block-image:last-child{margin-bottom:0}.wp-block-image.wp-lightbox-container{isolation:isolate}.wp-block-buttons .wp-block-button .wp-block-button__link.is-style-outline,.wp-block-buttons .wp-block-button.is-style-outline>.wp-block-button__link{padding:var(--theme-button-padding)}.wp-block-button[style*=font-weight] .wp-block-button__link{font-weight:inherit}article>.entry-content>:is(istable,iframe){--theme-block-width: var(--theme-container-width)}:where(.wp-block-calendar table:not(.has-background) th){background:var(--theme-form-field-border-initial-color)}.wp-block-calendar table caption{font-weight:500;padding:0;margin-bottom:.7rem}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-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}.entry-content .wp-caption{max-width:min(var(--theme-block-width),var(--theme-block-max-width))}.wp-block-table table:not(.has-border-color) thead,.wp-block-table table:not(.has-border-color) tfoot,.wp-block-table table:not(.has-border-color) td,.wp-block-table table:not(.has-border-color) th{border-color:var(--theme-table-border-color, var(--theme-border-color))}.wp-block-table.is-style-stripes{border:0}.wp-block-search .wp-element-button{min-height:var(--theme-form-field-height, 40px)}.wp-block-search.wp-block-search__icon-button .wp-element-button{padding:5px;min-width:var(--theme-form-field-height, 40px)}.wp-block-search.wp-block-search__text-button .wp-element-button{padding:5px 20px}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{border-radius:var(--theme-form-field-border-radius, 3px);border-color:var(--theme-form-field-border-initial-color)}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border:none}.wp-block-spacer{margin-block:0}.wp-block-gallery ul{width:100%;margin-bottom:-16px}.wp-block-gallery figcaption{--theme-block-max-width: 100%}.wp-block-separator{border:none;color:var(--theme-form-field-border-initial-color)}.wp-block-separator:not(:where(.is-style-wide,.is-style-dots,.alignfull,.alignwide)){max-width:100px}.wp-block-separator:not(.is-style-dots){height:2px}.wp-block-accordion-heading{margin-bottom:0}.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){.wp-block-media-text .wp-block-media-text__content{padding:var(--theme-content-spacing)}}.wp-block-media-text .wp-block-media-text__content p:last-child{margin-bottom:0}@media(max-width: 600px){.wp-block-media-text:not(.has-background) .wp-block-media-text__content{padding-inline:0;padding-bottom:0}}.wp-block-post-title a{--theme-link-initial-color: initial}.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)}blockquote:where(:not(.is-style-plain)):where(:not(.has-text-align-center):not(.has-text-align-right)){border-inline-start:4px solid var(--theme-palette-color-1)}blockquote:where(:not(.is-style-plain)).has-text-align-center{padding-block:1.5em;border-block:3px solid var(--theme-palette-color-1)}blockquote:where(:not(.is-style-plain)).has-text-align-right{border-inline-end:4px solid var(--theme-palette-color-1)}blockquote:where(:not(.is-style-plain):not(.has-text-align-center):not(.has-text-align-right)){padding-inline-start:1.5em}blockquote.has-text-align-right{padding-inline-end:1.5em}blockquote p:last-child{margin-bottom:0}blockquote cite{font-size:14px}figure.wp-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.wp-block-pullquote{padding:50px}}figure.wp-block-pullquote blockquote{border:0;padding:0;position:relative;isolation:isolate}figure.wp-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.wp-block-pullquote blockquote:before{--quote-icon-size: 40px}}figure.wp-block-pullquote blockquote p{margin-bottom:1em}figure.wp-block-pullquote blockquote p:last-child{margin-bottom:0}figure.wp-block-pullquote blockquote cite{font-size:16px;font-weight:500}.wp-block-group.is-position-sticky{top:calc(var(--wp-block-top-offset, 0px) + var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100)}:root :where(p.has-background,.wp-block-group.has-background){padding:var(--theme-content-spacing)}[data-sidebar]{display:grid;grid-template-columns:var(--grid-template-columns, 100%);grid-column-gap:var(--sidebar-gap, 4%);grid-row-gap:50px}[data-sidebar]>aside{order:var(--sidebar-order)}@media(min-width: 1000px){[data-sidebar=right]{--grid-template-columns: minmax(100px, 1fr) var(--sidebar-width, 27%)}[data-sidebar=left]{--sidebar-order: -1;--grid-template-columns: var(--sidebar-width, 27%) minmax(100px, 1fr)}[data-sidebar=left]>:is(section,article){grid-column:2}}[data-prefix] div[data-sidebar]>article{--has-wide: var(--false);--has-boxed-structure: var(--false)}.ct-sidebar{position:relative}.ct-sidebar .ct-widget{color:var(--theme-text-color)}.ct-sidebar .ct-widget:not(:last-child){margin-bottom:var(--sidebar-widgets-spacing, 40px)}@media(min-width: 1000px){:is(.ct-sidebar[data-sticky=sidebar],.ct-sticky-widgets){position:sticky;top:calc(var(--sidebar-offset, 50px) + var(--admin-bar, 0px) + var(--theme-frame-size, 0px) + var(--header-sticky-height, 0px)*var(--sticky-shrink, 100)/100)}}@media(min-width: 1000px){.ct-sidebar[data-sticky=widgets]{height:100%}}aside[data-type=type-2] .ct-sidebar:not([data-widgets=separated]){padding:var(--sidebar-inner-spacing, 35px);background:var(--sidebar-background-color, var(--theme-palette-color-8));border:var(--theme-border);box-shadow:var(--theme-box-shadow);border-radius:var(--theme-border-radius)}aside[data-type=type-2] .ct-sidebar[data-widgets=separated] .ct-widget{padding:var(--sidebar-inner-spacing, 35px);background:var(--sidebar-background-color, var(--theme-palette-color-8));border:var(--theme-border);box-shadow:var(--theme-box-shadow);border-radius:var(--theme-border-radius)}@media(min-width: 1000px){aside[data-type=type-4] .ct-sidebar{z-index:1}}@media(max-width: 999.98px){aside[data-type=type-4] .ct-sidebar{padding:var(--sidebar-inner-spacing, 35px);background:var(--sidebar-background-color, var(--theme-palette-color-8))}}@media(min-width: 1000px){aside:is([data-type=type-3],[data-type=type-4]){position:relative}aside:is([data-type=type-3],[data-type=type-4]):after{position:absolute;content:"";top:var(--sidebar-helper-top, 0);height:var(--sidebar-helper-height, 100%)}aside[data-type=type-3]:after{border-right:var(--theme-border)}aside[data-type=type-4]:after{background:var(--sidebar-background-color, var(--theme-palette-color-8));width:calc(100% + 30vw)}[data-sidebar=right]>:is([data-type=type-3],[data-type=type-4]){padding-inline-start:var(--sidebar-inner-spacing, 35px)}[data-sidebar=right]>:is([data-type=type-3],[data-type=type-4]):after{inset-inline-start:0}[data-sidebar=left]>:is([data-type=type-3],[data-type=type-4]){padding-inline-end:var(--sidebar-inner-spacing, 35px)}[data-sidebar=left]>:is([data-type=type-3],[data-type=type-4]):after{inset-inline-end:0}}@media(min-width: 1000px){[data-vertical-spacing="top:bottom"]{--sidebar-helper-top: calc(var(--theme-content-vertical-spacing) * -1);--sidebar-helper-height: calc(100% + var(--theme-content-vertical-spacing) * 2)}[data-vertical-spacing=top]{--sidebar-helper-top: calc(var(--theme-content-vertical-spacing) * -1)}[data-vertical-spacing=top],[data-vertical-spacing=bottom]{--sidebar-helper-height: calc(100% + var(--theme-content-vertical-spacing))}}