#honeypot-field-url{display:none!important}.comment-form-cookies-consent{width:100%;overflow:hidden}.wc_apbct_email_id{display:none!important}.um-form input[type=text].apbct_special_field,input[class*=apbct].apbct_special_field,label[id*=apbct_label_id].apbct_special_field{display:none!important}.apbct-tooltip{display:none;position:inherit;margin-top:5px;left:5px;background:#d3d3d3;border-radius:5px;opacity:.9}.apbct-tooltip--text{position:sticky;background:#d3d3d3;padding:10px;border-radius:5px;width:max-content}.apbct-tooltip--arrow{position:absolute;background:#d3d3d3;width:10px;height:10px;top:-5px;left:10px;transform:rotate(135deg)}.apbct-trusted-text--div{font-size:small!important;display:inline-block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--center{font-size:small!important;display:block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--label{font-size:small!important;display:inline-block;text-align:center;width:100%;padding:5px 0 5px 0}.apbct-trusted-text--label_left{font-size:small!important;display:inline-block;text-align:left;padding:5px 0 5px 0}.apbct-trusted-text--span{display:inline-block}.apbct-popup-fade:before{content:'';background:#000;position:fixed;left:0;top:0;width:100%;height:100%;opacity:.7;z-index:9999}.apbct-popup{position:fixed;top:20%;left:50%;padding:20px;width:360px;margin-left:-200px;background:#fff;border:1px solid;border-radius:4px;z-index:99999;opacity:1}.apbct-check_email_exist-bad_email,.apbct-check_email_exist-good_email,.apbct-check_email_exist-load{z-index:9999!important;transition:none!important;background-size:contain;background-repeat:no-repeat!important;background-position-x:right;background-position-y:center;cursor:pointer!important}.apbct-check_email_exist-load{background-size:contain}.apbct-check_email_exist-block{position:fixed!important;display:block!important}.apbct-check_email_exist-good_email{}.apbct-check_email_exist-bad_email{}.apbct-check_email_exist-popup_description{display:none;position:fixed!important;padding:2px!important;border:1px solid #e5e8ed!important;border-radius:16px 16px 0 16px!important;background:#fff!important;background-position-x:right!important;font-size:14px!important;text-align:center!important;transition:all 1s ease-out!important}@media screen and (max-width:782px){.apbct-check_email_exist-popup_description{width:100%!important}}.ct-encoded-form{display:none}.ct-encoded-form-loader{display:block;width:48px;height:48px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:ct-encoded-form-loader-spin 1s linear infinite;margin:auto}@keyframes ct-encoded-form-loader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ct-encoded-form-forbidden{display:block;border:1px solid red;padding:10px;background:#fdd;color:red;font-weight:700}.comments-area .comment-list article .comment-author{overflow:visible!important}
.apbct-email-encoder-popup{width:30vw;min-width:400px;font-size:16px}.apbct-email-encoder--popup-header{font-size:16px;color:#333}.apbct-email-encoder-elements_center{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px!important;color:#000!important}.top-margin-long{margin-top:5px}.apbct-tooltip{display:none}.apbct-email-encoder{position:relative}.apbct-blur{filter:blur(5px);transition:filter 2s}.apbct-email-encoder.no-blur .apbct-blur{filter:none}.apbct-email-encoder-select-whole-email{-webkit-user-select:all;user-select:all}.apbct-email-encoder-got-it-button{all:unset;margin-top:10px;padding:5px 10px;border-radius:5px;background-color:#333;color:#fff;cursor:pointer;transition:background-color .3s}.apbct-ee-animation-wrapper{display:flex;height:60px;justify-content:center;font-size:16px;align-items:center}.apbct_dog{margin:0 5px;color:transparent;text-shadow:0 0 2px #aaa}.apbct_dog_one{animation-duration:1.5s;animation-iteration-count:infinite;animation-delay:0s;animation-name:apbct_dog}.apbct_dog_two{animation-duration:1.5s;animation-iteration-count:infinite;animation-delay:.5s;animation-name:apbct_dog}.apbct_dog_three{animation-duration:1.5s;animation-iteration-count:infinite;animation-delay:1s;animation-name:apbct_dog}@keyframes apbct_dog{0%{scale:100%;color:transparent;text-shadow:0 0 2px #aaa}25%{scale:200%;color:unset;text-shadow:unset}75%{scale:100%;color:transparent;text-shadow:0 0 2px #aaa}100%{scale:100%;color:transparent;text-shadow:0 0 2px #aaa}}.apbct-email-encoder--settings_example_encoded{position:relative}@media screen and (max-width:782px){.apbct-email-encoder--settings_example_encoded{position:relative;display:block}.apbct-email-encoder-popup{width:20vw;min-width:200px;font-size:16px;top:20%;left:75%}.apbct-email-encoder-elements_center{flex-direction:column!important;text-align:center}}
/* Delete Status */
.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }

.wpcf7-drag-n-drop-file.d-none {
	display:none;
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
}

/* Upload Status */
.dnd-upload-status {
	display:flex;
	padding:4px 0;
	align-items:center;
	position:relative;
}

/* Progress bar - Image */
.dnd-upload-status .dnd-upload-image {
	width:40px;
	height:40px;
	border:1px solid #a5a5a5;
	text-align:center;
	border-radius:100%;
	position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 21px;
    width: 16px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform : translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* Progress bar - Image Details ( Name and Size ) */
.dnd-upload-status .dnd-upload-details {
	padding-left:10px;
	width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; }

/* Remove Upload File */
.dnd-upload-status .dnd-upload-details .remove-file {
	position:absolute;
	right:0;
	top:10px;
	text-decoration:none;
	box-shadow:none;
	outline:none;
    opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
    content: '';
    width:15px;
    height:15px;
    display: block;
    background-repeat:no-repeat;
    background-size:100%;
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}

.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; }

/* Progress Loading */
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #565555;
    height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #4CAF50;
    display: block;
    font-size: 11px;
    text-align: right;
    color: #fff;
    height: 100%;
	width:0;
	line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; }

/* CodeDropz Upload Plugin */
.codedropz-upload-handler {
	border:2px dashed #c5c5c5;
	border-radius:5px;
	margin-bottom:10px;
	position:relative;
}
.codedropz-upload-container {
	padding:15px 20px;
}

.codedropz-upload-inner {
	overflow:hidden;
	width:100%;
	/*white-space: nowrap;*/
	text-align:center;
	text-overflow: ellipsis;
	font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	text-decoration:none;
	box-shadow:none;
}
.codedropz-upload-inner h3 {
	margin:5px 0;
	font-size:30px;
	line-height:32px;
    word-break:break-word;
}

/* Add border on dragenter, drag etc */
.codedropz-dragover {
	border-color:#6b6a6a;
}

.codedropz-upload-wrapper span.has-error-msg {
	display:inline-block;
	color:#ff0000;
	padding:5px 0;
	font-style:italic;
}

/* Jquery Validation For Contact Form 7 */
.wpcf7-form label.error-new {
    color: #900;
    font-size: 11px;
    float: none;
    padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
	border-bottom-color: #900;
    border-bottom-style: solid;
}
/* END : Jquery Validation CF7 */

/* Honeypot field */
.wpcf7_hp_field {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media screen and (max-width: 767px) {
	.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
	.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
	.codedropz-upload-inner h3 { font-size:22px; }
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

html:root,
[data-hsx*="light"],
html:root[data-hsx*="dark"] [data-hsx*="inverted"] {

    --hsx-site-background: #ffffff;
    --hsx-body-text-color: #080808;
    --hsx-headings-color: #000000;
    --hcl-on-brand: #ffffff;
    --hcl-brand-1: #fefcfd;
    --hcl-brand-2: #fdfafa;
    --hcl-brand-3: #fbf3f4;
    --hcl-brand-4: #f8ebed;
    --hcl-brand-5: #f5e3e6;
    --hcl-brand-6: #f0d8dc;
    --hcl-brand-7: #e6c4c9;
    --hcl-brand-8: #dca9b3;
    --hcl-brand-9: #c60c30;
    --hcl-brand-10: #b20023;
    --hcl-brand-11: #cf3a5c;
    --hcl-brand-12: #592c37;
    --hcl-brand-emphasis: #c60c30;
    --hcl-brand-1a: hsla(340, 100%, 50%, 0.01);
    --hcl-brand-2a: hsla(352.47, 100%, 50%, 0.03);
    --hcl-brand-3a: hsla(350.86, 100%, 47.65%, 0.08);
    --hcl-brand-4a: hsla(351.29, 100%, 50%, 0.14);
    --hcl-brand-5a: hsla(350.12, 100%, 50%, 0.19);
    --hcl-brand-6a: hsla(350.53, 100%, 44.71%, 0.25);
    --hcl-brand-7a: hsla(349.22, 100%, 40.39%, 0.33);
    --hcl-brand-8a: hsla(347.69, 100%, 38.24%, 0.43);
    --hcl-brand-9a: hsla(347.95, 100%, 42.94%, 0.73);
    --hcl-brand-10a: hsla(347.43, 100%, 41.18%, 0.77);
    --hcl-brand-11a: hsla(345.08, 100%, 37.84%, 0.86);
    --hcl-brand-12a: hsla(344.47, 100%, 16.67%, 0.91);
    --hcl-on-neutral: #ffffff;
    --hcl-neutral-1: #fdfcfd;
    --hcl-neutral-2: #faf9fb;
    --hcl-neutral-3: #f2eff3;
    --hcl-neutral-4: #eae7ec;
    --hcl-neutral-5: #e3dfe6;
    --hcl-neutral-6: #dbd8e0;
    --hcl-neutral-7: #d0cdd7;
    --hcl-neutral-8: #bcbac7;
    --hcl-neutral-9: #000000;
    --hcl-neutral-10: #1e1e1e;
    --hcl-neutral-11: #65636d;
    --hcl-neutral-12: #211f26;
    --hcl-neutral-emphasis: #000000;
    --hcl-neutral-1a: hsla(300, 89.3%, 18.3%, 0.012);
    --hcl-neutral-2a: hsla(300, 78.1%, 9.0%, 0.028);
    --hcl-neutral-3a: hsla(300, 99.5%, 7.7%, 0.051);
    --hcl-neutral-4a: hsla(270, 90.5%, 6.1%, 0.071);
    --hcl-neutral-5a: hsla(270, 83.0%, 5.2%, 0.091);
    --hcl-neutral-6a: hsla(300, 93.5%, 3.7%, 0.114);
    --hcl-neutral-7a: hsla(270, 82.6%, 3.3%, 0.142);
    --hcl-neutral-8a: hsla(255, 95.2%, 3.7%, 0.220);
    --hcl-neutral-9a: #000000;
    --hcl-neutral-10a: #1e1e1e;
    --hcl-neutral-11a: hsla(247, 97.9%, 3.2%, 0.569);
    --hcl-neutral-12a: hsla(261, 98.7%, 3.0%, 0.918);
}

:root:root[data-hsx*="dark"],
[data-hsx*="dark"],
[data-hsx*="invert"] {

    --hsx-site-background: #121212;
    --hsx-body-text-color: #adacac;
    --hsx-headings-color: #fafafa;
    --hcl-brand-1: #1e1315;
    --hcl-brand-2: #231719;
    --hcl-brand-3: #4a1822;
    --hcl-brand-4: #6c1425;
    --hcl-brand-5: #7a1d2f;
    --hcl-brand-6: #85293b;
    --hcl-brand-7: #9b364a;
    --hcl-brand-8: #c1445d;
    --hcl-brand-9: #c60c30;
    --hcl-brand-10: #da2b3e;
    --hcl-brand-11: #f4b2bf;
    --hcl-brand-12: #fae1e6;
    --hcl-brand-emphasis: #f4b2bf;
    --hcl-neutral-1: #121113;
    --hcl-neutral-2: #1a191b;
    --hcl-neutral-3: #232225;
    --hcl-neutral-4: #2b292d;
    --hcl-neutral-5: #323035;
    --hcl-neutral-6: #3c393f;
    --hcl-neutral-7: #49474e;
    --hcl-neutral-8: #625f69;
    --hcl-neutral-9: #ffffff;
    --hcl-neutral-10: #aeaeae;
    --hcl-neutral-11: #b5b2bc;
    --hcl-neutral-12: #eeeef0;
    --hcl-neutral-emphasis: #ffffff;
    --hcl-on-neutral: #000000;
}

:root {
    /*Theme Headspin*/

    --hsx-page-width: 1400px;
    --hsx-min-offset: 20px;
    --hsx-page-gap: 20px;
    /*Breakdance connector*/
    --hsx-bleed-offset: max(calc(((100vw - (var(--bde-section-width))) / 2) + var(--bde-section-horizontal-padding)), calc(var(--bde-section-horizontal-padding) + 5px));
}

:root {
    --hsx-page-display: grid;
}

@media (max-width: 1406px) {
    body {
        --hsx-page-display: flex;
    }
}

::selection {
    background-color: var(--hcl-neutral-12);
    color: var(--hcl-neutral-1);
    -webkit-text-fill-color: var(--hcl-neutral-1);
}

:root {
    --headspin-theme-API: eyJ0aGVtZSI6ImxpZ2h0In0=;
}

[data-hsx*="overlay"] *:not(button, [class*=button]) {
    color: white !important;
    text-shadow: 1px 1px 0px black,
        -1px -1px 0px black,
        1px -1px 0px black,
        -1px 1px 0px black,
        1px 0px 0px black,
        -1px 0px 0px black,
        0px 1px 0px black,
        0px -1px 0px black,
        2px 2px 0px black,
        -2px -2px 0px black,
        2px -2px 0px black,
        -2px 2px 0px black,
        2px 0px 0px black,
        -2px 0px 0px black,
        0px 2px 0px black,
        0px -2px 0px black;
}

:root {
    --hsx-safe-overlay: rgba(0, 0, 0, .6)
}

[data-hsx-brand="neutral"] {
    --hcl-brand-1: var(--hcl-neutral-1);
    --hcl-brand-1a: var(--hcl-neutral-1a);
    --hcl-brand-2: var(--hcl-neutral-2);
    --hcl-brand-2a: var(--hcl-neutral-2a);
    --hcl-brand-3: var(--hcl-neutral-3);
    --hcl-brand-3a: var(--hcl-neutral-3a);
    --hcl-brand-4: var(--hcl-neutral-4);
    --hcl-brand-4a: var(--hcl-neutral-4a);
    --hcl-brand-5: var(--hcl-neutral-5);
    --hcl-brand-5a: var(--hcl-neutral-5a);
    --hcl-brand-6: var(--hcl-neutral-6);
    --hcl-brand-6a: var(--hcl-neutral-6a);
    --hcl-brand-7: var(--hcl-neutral-7);
    --hcl-brand-7a: var(--hcl-neutral-7a);
    --hcl-brand-8: var(--hcl-neutral-8);
    --hcl-brand-8a: var(--hcl-neutral-8a);
    --hcl-brand-9: var(--hcl-neutral-9);
    --hcl-brand-9a: var(--hcl-neutral-9a);
    --hcl-brand-10: var(--hcl-neutral-10);
    --hcl-brand-10a: var(--hcl-neutral-10a);
    --hcl-brand-11: var(--hcl-neutral-11);
    --hcl-brand-11a: var(--hcl-neutral-11a);
    --hcl-brand-12: var(--hcl-neutral-12);
    --hcl-brand-12a: var(--hcl-neutral-12a);
    --hcl-on-brand: var(--hcl-on-neutral);
    --hcl-brand-emphasis: var(--hcl-neutral-emphasis);

}

html:root {
    /*Headspin System*/
    --hrd-s: 6px;
    --hrd-m: 12px;
    --hrd-l: 20px;
    --hrd-5xl: 40px;
    --hrd-pill: 500px;
    --hrd-atom: 12px;

}

html:root {
    /*Headspin System*/
    --hfs-h0: clamp(2.625rem, 2.167rem + 2.037vw, 4rem);
    --hfs-h1: clamp(2.125rem, 1.833rem + 1.296vw, 3rem);
    --hfs-h2: clamp(1.875rem, 1.708rem + 0.741vw, 2.375rem);
    --hfs-h3: clamp(1.375rem, 1.292rem + 0.370vw, 1.625rem);
    --hfs-h4: clamp(1.25rem, 1.208rem + 0.185vw, 1.375rem);
    --hfs-h5: clamp(1.25rem, 1.250rem + 0.000vw, 1.25rem);
    --hfs-h6: clamp(1.25rem, 1.250rem + 0.000vw, 1.25rem);
    --hfs-text-l: clamp(1.25rem, 1.250rem + 0.000vw, 1.25rem);
    --hfs-text-m: clamp(1.125rem, 1.125rem + 0.000vw, 1.125rem);
    --hfs-text-s: clamp(1rem, 1.000rem + 0.000vw, 1rem);
    --hfs-text-xs: clamp(0.75rem, 0.750rem + 0.000vw, 0.75rem);
    --hsp-xxl: clamp(4rem, 2.667rem + 5.926vw, 8rem);
    --hsp-xl: clamp(3rem, 2.000rem + 4.444vw, 6rem);
    --hsp-l: clamp(2rem, 1.333rem + 2.963vw, 4rem);
    --hsp-m: clamp(1.5rem, 1.333rem + 0.741vw, 2rem);
    --hsp-s: clamp(1.25rem, 1.167rem + 0.370vw, 1.5rem);
    --hsp-xs: clamp(1rem, 1.000rem + 0.000vw, 1rem);
    --hsp-xxs: clamp(0.5rem, 0.500rem + 0.000vw, 0.5rem);
    --hss-xxl: clamp(7.5rem, 5.833rem + 7.407vw, 12.5rem);
    --hss-xl: clamp(6.25rem, 5.000rem + 5.556vw, 10rem);
    --hss-l: clamp(5rem, 4.167rem + 3.704vw, 7.5rem);
    --hss-m: clamp(3.75rem, 3.333rem + 1.852vw, 5rem);
    --hss-s: clamp(1.875rem, 1.667rem + 0.926vw, 2.5rem);
    --hss-xs: clamp(1.25rem, 1.250rem + 0.000vw, 1.25rem);
    --hss-xxs: clamp(0.625rem, 0.625rem + 0.000vw, 0.625rem);

}

@supports (font-size: 1cqi) {
    html:root {
        --hfs-h0: clamp(2.625rem, 2.167rem + 2.037cqi, 4rem);
        --hfs-h1: clamp(2.125rem, 1.833rem + 1.296cqi, 3rem);
        --hfs-h2: clamp(1.875rem, 1.708rem + 0.741cqi, 2.375rem);
        --hfs-h3: clamp(1.375rem, 1.292rem + 0.370cqi, 1.625rem);
        --hfs-h4: clamp(1.25rem, 1.208rem + 0.185cqi, 1.375rem);
        --hfs-h5: clamp(1.25rem, 1.250rem + 0.000cqi, 1.25rem);
        --hfs-h6: clamp(1.25rem, 1.250rem + 0.000cqi, 1.25rem);
        --hfs-text-l: clamp(1.25rem, 1.250rem + 0.000cqi, 1.25rem);
        --hfs-text-m: clamp(1.125rem, 1.125rem + 0.000cqi, 1.125rem);
        --hfs-text-s: clamp(1rem, 1.000rem + 0.000cqi, 1rem);
        --hfs-text-xs: clamp(0.75rem, 0.750rem + 0.000cqi, 0.75rem);
        --hsp-xxl: clamp(4rem, 2.667rem + 5.926cqi, 8rem);
        --hsp-xl: clamp(3rem, 2.000rem + 4.444cqi, 6rem);
        --hsp-l: clamp(2rem, 1.333rem + 2.963cqi, 4rem);
        --hsp-m: clamp(1.5rem, 1.333rem + 0.741cqi, 2rem);
        --hsp-s: clamp(1.25rem, 1.167rem + 0.370cqi, 1.5rem);
        --hsp-xs: clamp(1rem, 1.000rem + 0.000cqi, 1rem);
        --hsp-xxs: clamp(0.5rem, 0.500rem + 0.000cqi, 0.5rem);
        --hss-xxl: clamp(7.5rem, 5.833rem + 7.407cqi, 12.5rem);
        --hss-xl: clamp(6.25rem, 5.000rem + 5.556cqi, 10rem);
        --hss-l: clamp(5rem, 4.167rem + 3.704cqi, 7.5rem);
        --hss-m: clamp(3.75rem, 3.333rem + 1.852cqi, 5rem);
        --hss-s: clamp(1.875rem, 1.667rem + 0.926cqi, 2.5rem);
        --hss-xs: clamp(1.25rem, 1.250rem + 0.000cqi, 1.25rem);
        --hss-xxs: clamp(0.625rem, 0.625rem + 0.000cqi, 0.625rem);

    }
}

html:root,
[data-hsx*="light"],
html:root[data-hsx*="dark"] [data-hsx*="inverted"] {

    --bde-headings-color: #061B30;
    --bde-body-text-color: #061B30;
    --bde-background-color: #FFFFFF;
    --bde-brand-primary-color: var(--hcl-brand-9);
    --bde-brand-primary-color-hover: var(--hcl-brand-10);
    --bde-links-color: var(--hcl-brand-9);
    --bde-links-color-hover: var(--hcl-brand-10);
}

:root:root[data-hsx*="dark"],
[data-hsx*="dark"],
html:root[data-hsx*="light"] [data-hsx*="invert"] {

    --bde-headings-color: #FFFFFF;
    --bde-body-text-color: #FFFFFF;
    --bde-background-color: #061B30;
    --bde-brand-primary-color: var(--hcl-brand-9);
    --bde-brand-primary-color-hover: var(--hcl-brand-10);
    --bde-links-color: var(--hcl-brand-9);
    --bde-links-color-hover: var(--hcl-brand-10);
}

html:root {
    --bde-h1-font-size: var(--hfs-h1);
    --bde-h2-font-size: var(--hfs-h2);
    --bde-h3-font-size: var(--hfs-h3);
    --bde-h4-font-size: var(--hfs-h4);
    --bde-h5-font-size: var(--hfs-h5);
    --bde-h6-font-size: var(--hfs-h6);
    --bde-body-font-size: var(--hfs-text-m);
    --bde-section-width: var(--hsx-page-width);
    --bde-section-horizontal-padding: var(--hsx-min-offset);
    --bde-column-gap: var(--hsx-page-gap);

}
/*
 * Front-end styles for WP-PageNavi.
 *
 * Everything is scoped under the .wp-pagenavi root class, and font-family,
 * font-size and color are deliberately never set: the navigation inherits them
 * from the theme, which is why it looks at home in one without being told
 * anything about it.
 *
 * One sheet serves both text directions. Every property below is either
 * direction-neutral or a logical one -- no margin-left, no text-align: left, no
 * float -- so there is no -rtl.css to keep in step with this file.
 *
 * Both colours come from a custom property with a sensible fallback, so a theme
 * can restyle the navigation by setting two variables anywhere up the tree
 * rather than by copying this file. The resting border has a dark-scheme
 * default of its own; the current and hovered border is currentColor, which
 * follows the theme's text colour into either scheme on its own.
 */

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid var(--wp-pagenavi-border-color, #bfbfbf);
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

@media (prefers-color-scheme: dark) {

	.wp-pagenavi a,
	.wp-pagenavi span {
		border-color: var(--wp-pagenavi-border-color, #4f4f4f);
	}
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: var(--wp-pagenavi-border-color-current, currentColor);
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}

:where(html.wpc-bgl255) .apbct-check_email_exist-load{background-image:url("/wp-content/plugins/cleantalk-spam-protect/css/images/checking_email.gif")!important}:where(html.wpc-bgl255) .apbct-check_email_exist-good_email{background-image:url("/wp-content/plugins/cleantalk-spam-protect/css/images/good_email.svg")!important}:where(html.wpc-bgl255) .apbct-check_email_exist-bad_email{background-image:url("/wp-content/plugins/cleantalk-spam-protect/css/images/bad_email.svg")!important}:where(html.wpc-bgl255) .dnd-upload-status .dnd-upload-image span.file{background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A")}:where(html.wpc-bgl255) .dnd-upload-status .dnd-upload-details .remove-file span:after{background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A")}