:root{--gdpr-bg-primary:#ffffff;--gdpr-bg-secondary:#f8f9fa;--gdpr-text-primary:#212529;--gdpr-text-secondary:#6c757d;--gdpr-bg-primary-hover:#f3f3f3;--gdpr-border:#dee2e6;--gdpr-shadow:rgba(0, 0, 0, 0.1);--gdpr-accept-bg:#007cba;--gdpr-accept-hover:#005a87;--gdpr-deny-bg:#6c757d;--gdpr-deny-hover:#545b62;--gdpr-success-bg:#28a745;--gdpr-success-hover:#218838;--gdpr-danger-bg:#dc3545;--gdpr-danger-hover:#c82333;--gdpr-info-bg:#17a2b8;--gdpr-info-hover:#138496;--gdpr-border-radius:8px;--gdpr-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--gdpr-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}@media (prefers-color-scheme:dark){:root:not(.gdpr-light-mode):not(.gdpr-dark-mode).gdpr-auto-mode{--gdpr-bg-primary:#1a1a1a;--gdpr-bg-secondary:#2d2d2d;--gdpr-text-primary:#ffffff;--gdpr-text-secondary:#b0b0b0;--gdpr-bg-primary-hover:#3c3c3c;--gdpr-border:#404040;--gdpr-shadow:rgba(0, 0, 0, 0.3);--gdpr-accept-bg:#0d6efd;--gdpr-accept-hover:#0b5ed7;--gdpr-deny-bg:#6c757d;--gdpr-deny-hover:#5a6268;--gdpr-success-bg:#198754;--gdpr-success-hover:#157347;--gdpr-danger-bg:#dc3545;--gdpr-danger-hover:#bb2d3b;--gdpr-info-bg:#0dcaf0;--gdpr-info-hover:#0aa2c0}}.gdpr-light-mode{--gdpr-bg-primary:#ffffff;--gdpr-bg-secondary:#f8f9fa;--gdpr-text-primary:#212529;--gdpr-text-secondary:#6c757d;--gdpr-bg-primary-hover:#f3f3f3;--gdpr-border:#dee2e6;--gdpr-shadow:rgba(0, 0, 0, 0.1);--gdpr-accept-bg:#007cba;--gdpr-accept-hover:#005a87;--gdpr-deny-bg:#6c757d;--gdpr-deny-hover:#545b62;--gdpr-success-bg:#28a745;--gdpr-success-hover:#218838;--gdpr-danger-bg:#dc3545;--gdpr-danger-hover:#c82333;--gdpr-info-bg:#17a2b8;--gdpr-info-hover:#138496}.gdpr-dark-mode{--gdpr-bg-primary:#1a1a1a;--gdpr-bg-secondary:#2d2d2d;--gdpr-text-primary:#ffffff;--gdpr-text-secondary:#b0b0b0;--gdpr-bg-primary-hover:#3c3c3c;--gdpr-border:#404040;--gdpr-shadow:rgba(0, 0, 0, 0.3);--gdpr-accept-bg:#0d6efd;--gdpr-accept-hover:#0b5ed7;--gdpr-deny-bg:#6c757d;--gdpr-deny-hover:#5a6268;--gdpr-success-bg:#198754;--gdpr-success-hover:#157347;--gdpr-danger-bg:#dc3545;--gdpr-danger-hover:#bb2d3b;--gdpr-info-bg:#0dcaf0;--gdpr-info-hover:#0aa2c0}#slimstat-gdpr-banner{position:fixed;left:1rem;bottom:0rem;margin:0;padding:1.5rem 2rem;background:var(--gdpr-bg-primary);border:1px solid var(--gdpr-border);border-top-left-radius:1rem;border-top-right-radius:1rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:99999;font-family:var(--gdpr-font-family);font-size:.9rem;line-height:1.6;color:var(--gdpr-text-primary);box-shadow:0 -2px 8px rgb(0 0 0 / .08);transform:translateY(100%);opacity:0;transition:transform 0.3s ease-out,opacity 0.3s ease-out;max-width:720px;width:calc(100% - 2rem);max-width:calc(100% - 2rem);box-sizing:border-box}#slimstat-gdpr-banner.show{transform:translateY(0);opacity:1;animation:slideUp 0.45s ease-out}#slimstat-gdpr-banner.hiding{transform:translateY(100%);opacity:0;transition:transform 0.3s ease-out,opacity 0.3s ease-out}@keyframes slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}#slimstat-gdpr-banner .slimstat-gdpr-content{max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}#slimstat-gdpr-banner .slimstat-gdpr-message{flex:1;min-width:280px;font-weight:400}#slimstat-gdpr-banner .slimstat-gdpr-buttons{display:flex;gap:.75rem;flex-shrink:0}.slimstat-gdpr-accept,.slimstat-gdpr-deny{padding:.75rem 1.5rem;border:none;border-radius:var(--gdpr-border-radius);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--gdpr-font-family);transition:var(--gdpr-transition);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;position:relative;overflow:hidden}.slimstat-gdpr-accept::before,.slimstat-gdpr-deny::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .2),transparent);transition:left 0.5s}.slimstat-gdpr-accept:hover::before,.slimstat-gdpr-deny:hover::before{left:100%}.slimstat-gdpr-accept{background:var(--gdpr-accept-bg);color:#fff;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.slimstat-gdpr-accept:hover{background:var(--gdpr-accept-hover);transform:translateY(-1px);box-shadow:0 4px 8px rgb(0 0 0 / .15)}.slimstat-gdpr-accept:active{transform:translateY(0);box-shadow:0 2px 4px rgb(0 0 0 / .1)}.slimstat-gdpr-deny{background:var(--gdpr-deny-bg);color:#fff;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.slimstat-gdpr-deny:hover{background:var(--gdpr-deny-hover);transform:translateY(-1px);box-shadow:0 4px 8px rgb(0 0 0 / .15)}.slimstat-gdpr-deny:active{transform:translateY(0);box-shadow:0 2px 4px rgb(0 0 0 / .1)}.slimstat-gdpr-management{max-width:700px;margin:2rem auto;padding:2rem;background:var(--gdpr-bg-primary);border:1px solid var(--gdpr-border);border-radius:var(--gdpr-border-radius);font-family:var(--gdpr-font-family);transition:var(--gdpr-transition)}.slimstat-gdpr-management h2,.slimstat-gdpr-management h3{margin-top:0;margin-bottom:1rem;color:var(--gdpr-text-primary);font-weight:600;line-height:1.3}.slimstat-gdpr-management h2{font-size:1.75rem}.slimstat-gdpr-management h3{font-size:1.5rem}.slimstat-gdpr-management p{margin-bottom:1rem;color:var(--gdpr-text-secondary);line-height:1.6}.slimstat-gdpr-management .slimstat-gdpr-info{background:var(--gdpr-bg-secondary);padding:1.25rem 1.5rem;border-radius:var(--gdpr-border-radius);margin-bottom:1.5rem;border:1px solid var(--gdpr-info-bg);box-shadow:0 2px 6px rgb(0 0 0 / .08);display:flex;align-items:flex-start;gap:.75rem;transition:background 0.2s ease,box-shadow 0.2s ease}.slimstat-gdpr-management strong{color:var(--gdpr-text-primary);font-weight:600;margin-bottom:.5rem;text-transform:uppercase}.slimstat-gdpr-management .slimstat-gdpr-info:hover{background:var(--gdpr-bg-primary-hover,#f9f9f9)}.slimstat-gdpr-management .slimstat-gdpr-buttons{display:flex;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.slimstat-gdpr-management .slimstat-gdpr-accept{background:var(--gdpr-success-bg);color:#fff}.slimstat-gdpr-management .slimstat-gdpr-accept:hover{background:var(--gdpr-success-hover)}.slimstat-gdpr-management .slimstat-gdpr-deny{background:var(--gdpr-danger-bg);color:#fff}.slimstat-gdpr-management .slimstat-gdpr-deny:hover{background:var(--gdpr-danger-hover)}.slimstat-gdpr-management small{color:var(--gdpr-text-secondary);font-size:.8rem;display:block;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gdpr-border)}.slimstat-consent-status{display:inline-flex;align-items:center;padding:.75rem 1rem;border-radius:var(--gdpr-border-radius);font-size:.875rem;font-weight:500;font-family:var(--gdpr-font-family);background:var(--gdpr-bg-secondary);color:var(--gdpr-text-primary);border:1px solid var(--gdpr-border);box-shadow:0 2px 4px var(--gdpr-shadow);transition:var(--gdpr-transition)}.slimstat-consent-status:hover{box-shadow:0 4px 8px var(--gdpr-shadow);transform:translateY(-1px)}.slimstat-consent-status::before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjciIGZpbGw9IiMwMDc0RkYiLz4KPHRleHQgeD0iOCIgeT0iMTEiIGZvbnQtZmFtaWx5PSJBcmlhbCwgc2Fucy1zZXJpZiIgZm9udC1zaXplPSIxMCIgZm9udC13ZWlnaHQ9ImJvbGQiIGZpbGw9IndoaXRlIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIj5pPC90ZXh0Pgo8L3N2Zz4K);background-size:1rem 1rem;background-repeat:no-repeat;background-position:center;display:inline-block;width:1rem;height:1rem;margin-right:.5rem}@media (max-width:1024px){#slimstat-gdpr-banner{padding:1.25rem 1.5rem}#slimstat-gdpr-banner .slimstat-gdpr-content{gap:1rem}}@media (max-width:768px){#slimstat-gdpr-banner{padding:1rem;font-size:.8rem}#slimstat-gdpr-banner .slimstat-gdpr-content{flex-direction:column;text-align:center;gap:1rem}#slimstat-gdpr-banner .slimstat-gdpr-message{min-width:auto;margin-bottom:.5rem}#slimstat-gdpr-banner .slimstat-gdpr-buttons{justify-content:center;width:100%}.slimstat-gdpr-accept,.slimstat-gdpr-deny{flex:1;min-width:120px;padding:.875rem 1rem}.slimstat-gdpr-management{margin:1rem;padding:1.5rem}.slimstat-gdpr-management h2{font-size:1.5rem}.slimstat-gdpr-management h3{font-size:1.25rem}.slimstat-gdpr-management .slimstat-gdpr-buttons{flex-direction:column;gap:.75rem}.slimstat-gdpr-management .slimstat-gdpr-accept,.slimstat-gdpr-management .slimstat-gdpr-deny{width:100%}}@media (max-width:480px){#slimstat-gdpr-banner{padding:.875rem;font-size:.75rem}.slimstat-gdpr-accept,.slimstat-gdpr-deny{padding:.75rem .875rem;font-size:.8rem;min-height:40px}.slimstat-gdpr-management{margin:.5rem;padding:1rem}.slimstat-gdpr-management h2{font-size:1.25rem}.slimstat-gdpr-management h3{font-size:1.125rem}}@media (prefers-contrast:high){:root{--gdpr-border:#000000;--gdpr-shadow:rgba(0, 0, 0, 0.5)}.slimstat-gdpr-accept,.slimstat-gdpr-deny{border:2px solid currentColor}}@media (prefers-reduced-motion:reduce){#slimstat-gdpr-banner,#slimstat-gdpr-banner *,.slimstat-gdpr-management,.slimstat-gdpr-management *,.slimstat-consent-status{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}#slimstat-gdpr-banner{animation:none}}[dir="rtl"] #slimstat-gdpr-banner{left:auto;right:1rem}[dir="rtl"] #slimstat-gdpr-banner .slimstat-gdpr-content{direction:rtl}[dir="rtl"] #slimstat-gdpr-banner .slimstat-gdpr-buttons{flex-direction:row-reverse}[dir="rtl"] .slimstat-gdpr-accept::before,[dir="rtl"] .slimstat-gdpr-deny::before{left:100%;right:-100%;background:linear-gradient(270deg,transparent,rgb(255 255 255 / .2),transparent);transition:right 0.5s}[dir="rtl"] .slimstat-gdpr-accept:hover::before,[dir="rtl"] .slimstat-gdpr-deny:hover::before{right:100%;left:-100%}[dir="rtl"] .slimstat-consent-status::before{margin-right:0;margin-left:.5rem}[dir="rtl"] .slimstat-gdpr-management .slimstat-gdpr-info{text-align:right}[dir="rtl"] .slimstat-gdpr-management .slimstat-gdpr-buttons{flex-direction:row-reverse}[dir="rtl"] .slimstat-gdpr-management .slimstat-gdpr-buttons .slimstat-gdpr-accept,[dir="rtl"] .slimstat-gdpr-management .slimstat-gdpr-buttons .slimstat-gdpr-deny{text-align:center}@media (max-width:768px){[dir="rtl"] #slimstat-gdpr-banner .slimstat-gdpr-content{text-align:center}[dir="rtl"] #slimstat-gdpr-banner .slimstat-gdpr-buttons{flex-direction:column}[dir="rtl"] .slimstat-gdpr-management .slimstat-gdpr-buttons{flex-direction:column}}@media (max-width:480px){[dir="rtl"] #slimstat-gdpr-banner{right:.5rem;left:auto}}@media print{#slimstat-gdpr-banner{display:none!important}}.slimstat-gdpr-accept:focus,.slimstat-gdpr-deny:focus{outline:2px solid var(--gdpr-accept-bg);outline-offset:2px}.slimstat-gdpr-accept.loading,.slimstat-gdpr-deny.loading{position:relative;cursor:wait;opacity:.8}.slimstat-gdpr-accept.loading::after,.slimstat-gdpr-deny.loading::after{content:"";top:50%;left:50%;width:16px;height:16px;margin:0 0 0 10px;border:2px solid #fff0;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.slimstat-gdpr-accept.loading::after{background-color:#197148}.slimstat-gdpr-deny.loading::after{background-color:#b52f3c}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.gb-container-8a25fc79{display:flex;align-items:center;font-size:14px;padding:0 0 20px;margin-top:15px;margin-bottom:0}.gb-image-1d0c2988{border-radius:100%;width:30px;height:30px;vertical-align:middle}div.gb-headline-3fb4928a{display:inline-block;padding-right:10px;margin-left:10px;color:#a94545}div.gb-headline-3fb4928a a{color:var(--contrast)}div.gb-headline-3fb4928a a:hover{color:var(--title-hover)}div.gb-headline-f9b55781{display:inline-block;padding-left:10px;border-left:1px solid #e8edf0;color:var(--contrast)}div.gb-headline-6a4d9304{display:inline-block;padding-left:10px;border-left:0 solid #e8edf0;color:var(--contrast)}div.gb-headline-6a4d9304 a{color:var(--contrast)}p.gb-headline-2ead5f0e{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;line-height:21px;margin-bottom:0;color:var(--contrast)}@media (max-width:767px){div.gb-headline-3fb4928a{font-size:14px}div.gb-headline-f9b55781{font-size:14px}div.gb-headline-6a4d9304{font-size:14px}}:root{--gb-container-width:1200px}.gb-container .wp-block-image img{vertical-align:middle}.gb-grid-wrapper .wp-block-image{margin-bottom:0}.gb-highlight{background:none}.gb-shape{line-height:0}.gb-element-b403ae7c{background-color:#16171b}@media (max-width:1024px){.gb-element-b403ae7c{padding-left:20px;padding-right:20px}}.gb-element-9ffc9af0{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width)}.gb-element-8c621480{column-gap:40px;display:flex;padding-bottom:70px;padding-top:70px;row-gap:20px}@media (max-width:767px){.gb-element-8c621480{display:flex;flex-direction:column}}.gb-element-a64abf05{width:33.33%}@media (max-width:767px){.gb-element-a64abf05{padding-bottom:30px;text-align:center;width:100%}}.gb-element-76264b1e{padding-top:20px}@media (max-width:767px){.gb-element-76264b1e{align-items:center;display:flex;justify-content:center;padding-top:10px;text-align:center}}.gb-element-dc9131de{width:33.33%}@media (max-width:767px){.gb-element-dc9131de{width:100%}}.gb-element-06e34012{margin-left:50px;text-align:left;width:33.33%}@media (max-width:767px){.gb-element-06e34012{margin-left:0;width:100%}}.gb-element-fa77b48d{column-gap:30px;display:flex;flex-direction:column;margin-top:-20px;row-gap:10px}.gb-element-aa5c0dd2{background-color:rgb(23 24 28 / .89);padding-bottom:1px;padding-top:15px}.gb-element-47146039{margin-bottom:-10px;margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);text-align:center}@media (max-width:1024px){.gb-element-296aeed9{padding-left:30px}}@media (max-width:767px){.gb-element-296aeed9{padding-left:30px}}.gb-element-664b09cd{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width)}.gb-element-0833bb24{font-family:var(--gp-font--orbitron);font-weight:800;padding-bottom:30px;padding-top:40px}@media (max-width:767px){.gb-element-0833bb24{padding-bottom:0;padding-top:40px}}.gb-element-4eb757d3{padding-top:20px}.gb-element-6a5465dc{padding-bottom:50px;padding-top:30px;width:100%;border-radius:0 0 10px 10px}@media (max-width:767px){.gb-element-6a5465dc{margin-top:0;padding-top:30px;width:100%}}.gb-element-20b794c9{background-color:var(--base-3);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.gb-element-97ed7237{background-color:var(--base-3);border-top-left-radius:10px;border-top-right-radius:10px;padding-top:20px;border-bottom:0 solid var(--base)}@media (max-width:767px){.gb-element-97ed7237{padding-top:0}}.gb-element-569ad019{padding-left:15px;padding-right:15px}.gb-element-ca5208ae{font-family:var(--gp-font--orbitron);margin-bottom:10px}.gb-element-f17a2cdb{display:flex;padding-bottom:10px;padding-top:10px}.gb-element-9c4dac4b{width:50%}.gb-element-b4fe33d4{width:50%}.gb-element-1106ecf3{margin-top:-70px;padding-left:60px;padding-top:0;width:100%}@media (max-width:767px){.gb-element-1106ecf3{object-fit:cover;padding-bottom:40px;padding-left:30px;padding-right:30px}}.gb-element-b45eb78f{align-items:center;column-gap:20px;display:flex;flex-direction:row}.gb-element-3bd29923{width:40%}.gb-element-9ce40019{align-items:center;margin-bottom:0;padding-right:5px;width:60%}.gb-element-0e6f398b{padding-top:5px}.gb-element-0aeec0e6{font-family:var(--gp-font--orbitron);font-weight:400;margin-bottom:0;padding-bottom:0;padding-top:0}.gb-text-2cc99e92{color:var(--base-3);font-size:23px;font-weight:800}.gb-text-f06c171c{align-items:center;color:var(--base-3);display:inline-flex;font-weight:400;text-decoration:none}.gb-text-f06c171c:is(:hover,:focus){color:var(--base)}.gb-text-ec5c0c6d{align-items:center;color:var(--base-3);display:inline-flex;font-weight:400;text-decoration:none}.gb-text-ec5c0c6d:is(:hover,:focus){color:var(--base)}.gb-text-eb7ebde5{color:var(--contrast);font-size:28px;font-weight:700;line-height:34px;margin-bottom:20px}@media (max-width:767px){.gb-text-eb7ebde5{margin-bottom:20px}}.gb-text-2e36b9e1{color:#000;font-size:16px;font-weight:600;line-height:23px;margin-bottom:10px}.gb-text-80fd66e1{color:var(--contrast);font-size:30px;font-weight:700;line-height:34px;padding-bottom:10px}.gb-text-cf54734f{color:var(--contrast);font-size:14px;font-weight:800;line-height:18px;margin-bottom:0}.gb-text-cf54734f:is(:hover,:focus){color:var(--title-hover)}@media (max-width:767px){.gb-text-cf54734f{font-size:17px;margin-bottom:0;margin-top:0}}.gb-media-50cb4be7{height:auto;max-width:100%;object-fit:cover;padding-top:0;width:auto;border-radius:5px}.gb-media-e6dba4d8{border-top-left-radius:10px;border-top-right-radius:10px;display:block;height:auto;margin-bottom:10px;max-width:100%}@media (max-width:1024px){.gb-media-e6dba4d8{height:200px}}@media (max-width:767px){.gb-media-e6dba4d8{height:auto}}.gb-media-2f0decb1{display:block;margin-bottom:0;max-height:80px;min-width:120px;border-radius:10px}@media (max-width:1024px){.gb-media-2f0decb1{min-width:100px}}@media (max-width:767px){.gb-media-2f0decb1{height:100px}}.gb-query-577d9f74{width:100%}@media (max-width:767px){.gb-query-577d9f74{width:100%}}.gb-query-6591ab71{width:100%}.gb-looper-cdf3e4c3{column-gap:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));row-gap:30px;width:100%}@media (max-width:767px){.gb-looper-cdf3e4c3{grid-template-columns:1fr}}.gb-looper-eeea3335{column-gap:20px;display:grid;grid-template-columns:1fr;row-gap:20px;width:100%}@media (max-width:767px){.gb-looper-eeea3335{grid-template-columns:1fr}}.gb-loop-item-f9e6c8ca{background-blend-mode:normal;background-image:var(--inline-bg-image);background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:0 1px 4px .06px rgb(0 0 0 / .16);color:#000;font-family:var(--gp-font--manrope);font-size:31px;font-weight:600;width:100%;border-radius:10px}.gb-loop-item-11c926b5{background-blend-mode:normal;background-image:var(--inline-bg-image);background-position:center;background-repeat:no-repeat;background-size:cover;color:#000;font-family:var(--gp-font--manrope);font-size:31px;font-weight:600;width:100%}.saboxplugin-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border:1px solid #eee;width:100%;clear:both;display:block;overflow:hidden;word-wrap:break-word;position:relative}.saboxplugin-wrap .saboxplugin-gravatar{float:left;padding:0 20px 20px 20px}.saboxplugin-wrap .saboxplugin-gravatar img{max-width:100px;height:auto;border-radius:0}.saboxplugin-wrap .saboxplugin-authorname{font-size:18px;line-height:1;margin:20px 0 0 20px;display:block}.saboxplugin-wrap .saboxplugin-authorname a{text-decoration:none}.saboxplugin-wrap .saboxplugin-authorname a:focus{outline:0}.saboxplugin-wrap .saboxplugin-desc{display:block;margin:5px 20px}.saboxplugin-wrap .saboxplugin-desc a{text-decoration:underline}.saboxplugin-wrap .saboxplugin-desc p{margin:5px 0 12px}.saboxplugin-wrap .saboxplugin-web{margin:0 20px 15px;text-align:left}.saboxplugin-wrap .sab-web-position{text-align:right}.saboxplugin-wrap .saboxplugin-web a{color:#ccc;text-decoration:none}.saboxplugin-wrap .saboxplugin-socials{position:relative;display:block;background:#fcfcfc;padding:5px;border-top:1px solid #eee}.saboxplugin-wrap .saboxplugin-socials a svg{width:20px;height:20px}.saboxplugin-wrap .saboxplugin-socials a svg .st2{fill:#fff;transform-origin:center center}.saboxplugin-wrap .saboxplugin-socials a svg .st1{fill:rgb(0 0 0 / .3)}.saboxplugin-wrap .saboxplugin-socials a:hover{opacity:.8;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;box-shadow:none!important;-webkit-box-shadow:none!important}.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color{box-shadow:none;padding:0;border:0;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;display:inline-block;color:#fff;font-size:0;text-decoration:inherit;margin:5px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;overflow:hidden}.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey{text-decoration:inherit;box-shadow:none;position:relative;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;margin:10px 5px;color:#444;fill:#444}.clearfix:after,.clearfix:before{content:' ';display:table;line-height:0;clear:both}.ie7 .clearfix{zoom:1}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch{border-color:#38245c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance{border-color:#003eb0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart{border-color:#036824}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg{border-color:#00327c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble{border-color:#ba1655}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook{border-color:#1e2e4f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr{border-color:#003576}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github{border-color:#264874}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google{border-color:#0b51c5}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5{border-color:#902e13}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram{border-color:#1630aa}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin{border-color:#00344f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest{border-color:#5b040e}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit{border-color:#992900}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss{border-color:#a43b0a}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis{border-color:#5d8420}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud{border-color:#995200}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify{border-color:#0f612c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow{border-color:#a95009}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam{border-color:#006388}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email{border-color:#b84e05}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr{border-color:#10151b}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter{border-color:#0967a0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo{border-color:#0d7091}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows{border-color:#003f71}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-whatsapp{border-color:#003f71}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress{border-color:#0f3647}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo{border-color:#14002d}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube{border-color:#900}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing{border-color:#000202}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud{border-color:#2475a0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk{border-color:#243549}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium{border-color:#00452c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora{border-color:#420e00}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup{border-color:#9b181c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads{border-color:#000}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat{border-color:#999700}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px{border-color:#00557f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont{border-color:#185886}.sabox-plus-item{margin-bottom:20px}@media screen and (max-width:480px){.saboxplugin-wrap{text-align:center}.saboxplugin-wrap .saboxplugin-gravatar{float:none;padding:20px 0;text-align:center;margin:0 auto;display:block}.saboxplugin-wrap .saboxplugin-gravatar img{float:none;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1}.saboxplugin-wrap .saboxplugin-desc{margin:0 10px 20px;text-align:center}.saboxplugin-wrap .saboxplugin-authorname{text-align:center;margin:10px 0 20px}}body .saboxplugin-authorname a,body .saboxplugin-authorname a:hover{box-shadow:none;-webkit-box-shadow:none}a.sab-profile-edit{font-size:16px!important;line-height:1!important}.sab-edit-settings a,a.sab-profile-edit{color:#0073aa!important;box-shadow:none!important;-webkit-box-shadow:none!important}.sab-edit-settings{margin-right:15px;position:absolute;right:0;z-index:2;bottom:10px;line-height:20px}.sab-edit-settings i{margin-left:5px}.saboxplugin-socials{line-height:1!important}.rtl .saboxplugin-wrap .saboxplugin-gravatar{float:right}.rtl .saboxplugin-wrap .saboxplugin-authorname{display:flex;align-items:center}.rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit{margin-right:10px}.rtl .sab-edit-settings{right:auto;left:0}img.sab-custom-avatar{max-width:75px}.saboxplugin-wrap{margin-top:0;margin-bottom:0;padding:0 0}.saboxplugin-wrap .saboxplugin-authorname{font-size:18px;line-height:25px}.saboxplugin-wrap .saboxplugin-desc p,.saboxplugin-wrap .saboxplugin-desc{font-size:14px!important;line-height:21px!important}.saboxplugin-wrap .saboxplugin-web{font-size:14px}.saboxplugin-wrap .saboxplugin-socials a svg{width:18px;height:18px}.container-3{display:none!important}.gb-headlineline{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gb-headlineline-3line{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:600px){.author{margin-top:0px!important;font-size:12px!important}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:30px!important}}.separate-containers .site-main{margin:0px!important}.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding:0}.comments-area{display:none!important}footer.entry-meta{display:none!important}.entry-meta{display:none!important}@media only screen and (max-width:1024px){.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation{padding-left:20px!important;padding-right:20px!important}}.webinsights-social-wrapper{margin:30px 0;font-size:0}.webinsights-social-wrapper span{font-weight:700;padding-right:10px;font-size:16px}.webinsights-social-sharing{font-size:17px;padding:7px 20px}@media only screen and (max-width:600px){.webinsights-social-sharing{font-size:17px;padding:6px 17px;display:inline-block}.webinsights-social-wrapper{margin:30px 0;font-size:0}}.webinsights-social-sharing svg{position:relative;top:.15em;display:inline-block}.webinsights-social-sharing:first-of-type{border-radius:100px 0 0 100px}.webinsights-social-sharing:last-of-type{border-radius:0 100px 100px 0}.webinsights-social-facebook{fill:#fff;background-color:rgb(59 89 152)}.webinsights-social-facebook:hover{background-color:rgb(59 89 152 / .8)}.webinsights-social-twitter{fill:#fff;background-color:rgb(29 161 242)}.webinsights-social-twitter:hover{background-color:rgb(29 161 242 / .8)}.webinsights-social-pinterest{fill:#fff;background-color:rgb(189 8 28)}.webinsights-social-pinterest:hover{background-color:rgb(189 8 28 / .8)}.webinsights-social-linkedin{fill:#fff;background-color:rgb(0 119 181)}.webinsights-social-linkedin:hover{background-color:rgb(0 119 181 / .8)}.webinsights-social-whatsapp{fill:#fff;background-color:rgb(37 211 102)}.webinsights-social-whatsapp:hover{background-color:rgb(37 211 102 / .8)}.webinsights-social-reddit{fill:#fff;background-color:rgb(255 87 0)}.webinsights-social-reddit:hover{background-color:rgb(255 87 0 / .8)}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:45px}.single-post .entry-content h2,.single-post .elementor-widget-theme-post-content h2{font-family:Roboto,"Roboto-fallback",sans-serif;font-size:1.5em!important;font-weight:600;color:#910c0c;margin-top:70px!important}.single-post .entry-content h3,.single-post .elementor-widget-theme-post-content h3{font-family:Roboto,"Roboto-fallback",sans-serif;font-size:1.2em!important;font-weight:600!important;margin-top:20px!important}.single-post .entry-content p,.single-post .elementor-widget-theme-post-content p{font-family:Roboto,"Roboto-fallback",sans-serif;font-size:18px;font-weight:400}.single-post .entry-content p strong,.single-post .elementor-widget-theme-post-content p strong{font-weight:700!important}.single-post .entry-content ul,.single-post .entry-content ol,.single-post .elementor-widget-theme-post-content ul,.single-post .elementor-widget-theme-post-content ol{margin-bottom:20px!important}.single-post .entry-content table,.single-post .elementor-widget-theme-post-content table{margin-bottom:20px!important}.single-post .saboxplugin-wrap{margin-top:50px!important}@media only screen and (max-width:768px){.single-post .entry-content h2,.single-post .elementor-widget-theme-post-content h2{font-weight:800!important}.single-post .entry-content h3,.single-post .elementor-widget-theme-post-content h3{font-weight:800!important}}.wp-elements-ea1f9a16ffc6afc6bf3e5618193c980c a:where(:not(.wp-element-button)){color:var(--wp--preset--color--global-color-8)}.wp-elements-63c5a99778b7aa0ab6b134f3e65fb20b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--global-color-8)}.wp-elements-5736fbb783e37a378fbd147ee65c802c a:where(:not(.wp-element-button)){color:var(--wp--preset--color--global-color-8)}.wp-elements-b2e27eb061989370eff930c7e2af20e0 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--global-color-8)}.wp-elements-05cb751ae36d2a6cd162fb9794a665bc a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base-3)}.wp-elements-b44f6945bb9185e86ca878695ef29aee a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base-3)}.wp-elements-c2d4f3a2aec682539dfcb4deb28eb08a a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base-3)}.u3884611213ac5ec6a9fa7939c839d032{padding:0;margin:0;padding-top:1em!important;padding-bottom:1em!important;width:100%;display:block;font-weight:700;background-color:#eaeaea;border:0!important;border-left:4px solid #000000!important;text-decoration:none}.u3884611213ac5ec6a9fa7939c839d032:active,.u3884611213ac5ec6a9fa7939c839d032:hover{opacity:1;transition:opacity 250ms;webkit-transition:opacity 250ms;text-decoration:none}.u3884611213ac5ec6a9fa7939c839d032{transition:background-color 250ms;webkit-transition:background-color 250ms;opacity:1;transition:opacity 250ms;webkit-transition:opacity 250ms}.u3884611213ac5ec6a9fa7939c839d032 .ctaText{font-weight:700;color:#464646;text-decoration:none;font-size:16px}.u3884611213ac5ec6a9fa7939c839d032 .postTitle{color:#000;text-decoration:underline!important;font-size:16px}.u3884611213ac5ec6a9fa7939c839d032:hover .postTitle{text-decoration:underline!important}