/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.captcha__description{margin-bottom:.75em;}
.ebsa-gallery-page{min-height:70vh;padding:68px 0 80px;color:#dce6ee;background:radial-gradient(circle at 15% 5%,rgba(22,139,255,0.09),transparent 28%),linear-gradient(180deg,#04111b 0%,#061521 55%,#03101a 100%);}.ebsa-gallery-page__header{max-width:760px;margin-bottom:38px;}.ebsa-gallery-page__eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:13px;color:#229cff;font-family:'Montserrat',sans-serif;font-size:10px;font-weight:700;letter-spacing:0.28em;}.ebsa-gallery-page__eyebrow i{width:72px;height:1px;background:linear-gradient(90deg,#229cff,rgba(34,156,255,0.12));}.ebsa-gallery-page__header h1{margin:0 0 14px;color:#f5f7fa;font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,4.5vw,70px);font-weight:400;line-height:1;}.ebsa-gallery-page__header p{margin:0;max-width:680px;color:#9fb5c9;font-size:15px;line-height:1.6;white-space:pre-line;}.ebsa-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}.ebsa-gallery-item{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;border:1px solid rgba(85,137,184,0.30);border-radius:10px;background:#061521;box-shadow:0 10px 25px rgba(0,0,0,0.18);transition:transform 0.22s ease,border-color 0.22s ease,box-shadow 0.22s ease;}.ebsa-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease,filter 0.3s ease;}.ebsa-gallery-item:hover{transform:translateY(-2px);border-color:rgba(34,156,255,0.58);box-shadow:0 14px 35px rgba(0,0,0,0.25),0 0 22px rgba(22,139,255,0.06);}.ebsa-gallery-item:hover img{transform:scale(1.025);filter:brightness(0.83);}.ebsa-gallery-item__zoom{position:absolute;right:14px;bottom:14px;width:34px;height:34px;display:grid;place-items:center;color:#fff;opacity:0;border:1px solid rgba(71,172,255,0.65);border-radius:50%;background:rgba(3,16,27,0.75);font-size:22px;font-weight:300;transition:opacity 0.2s ease;}.ebsa-gallery-item:hover
.ebsa-gallery-item__zoom{opacity:1;}.ebsa-gallery-empty{padding:40px;color:#8195a7;text-align:center;border:1px solid rgba(85,137,184,0.25);border-radius:10px;}body.ebsa-lightbox-open{overflow:hidden;}.ebsa-lightbox{position:fixed;z-index:99999;inset:0;display:none;align-items:center;justify-content:center;padding:45px 70px;background:rgba(0,7,12,0.94);backdrop-filter:blur(8px);}.ebsa-lightbox.is-open{display:flex;}.ebsa-lightbox__image{display:block;width:auto;height:auto;max-width:min(887px,calc(100vw - 150px));max-height:calc(100vh - 120px);object-fit:contain;box-shadow:0 18px 55px rgba(0,0,0,0.55);}.ebsa-lightbox__close,.ebsa-lightbox__prev,.ebsa-lightbox__next{position:absolute;border:0;color:#dce9f4;background:rgba(7,24,37,0.76);cursor:pointer;transition:color 0.2s ease,background 0.2s ease;}.ebsa-lightbox__close:hover,.ebsa-lightbox__prev:hover,.ebsa-lightbox__next:hover{color:#fff;background:rgba(19,113,192,0.4);}.ebsa-lightbox__close{top:22px;right:24px;width:44px;height:44px;border-radius:50%;font-size:27px;}.ebsa-lightbox__prev,.ebsa-lightbox__next{top:50%;width:48px;height:70px;transform:translateY(-50%);border-radius:7px;font-size:30px;}.ebsa-lightbox__prev{left:22px;}.ebsa-lightbox__next{right:22px;}.ebsa-lightbox__caption{position:absolute;left:50%;bottom:18px;max-width:80%;transform:translateX(-50%);color:#8fa5b8;font-size:12px;text-align:center;}@media (max-width:1200px){.ebsa-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}@media (max-width:760px){.ebsa-gallery-page{padding:42px 0 55px;}.ebsa-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.ebsa-gallery-item__zoom{display:none;}.ebsa-lightbox{padding:50px 12px;}.ebsa-lightbox__image{max-width:calc(100vw - 24px);max-height:calc(100vh - 105px);}.ebsa-lightbox__prev,.ebsa-lightbox__next{width:38px;height:60px;background:rgba(2,12,19,0.55);}.ebsa-lightbox__prev{left:4px;}.ebsa-lightbox__next{right:4px;}}@media (max-width:440px){.ebsa-gallery-grid{grid-template-columns:1fr 1fr;}}
.ebsa-footer-contact-anchor{scroll-margin-top:100px;}.ebsa-footer-contact-form{width:100%;}.ebsa-footer-contact-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.ebsa-footer-contact-form
.form-item{margin:0 0 12px;}.ebsa-footer-contact-form
input[type="text"],.ebsa-footer-contact-form
input[type="email"],.ebsa-footer-contact-form
textarea{box-sizing:border-box;width:100%;min-height:48px;margin:0;padding:12px 15px;color:#e8f2f8;border:1px solid #29475d;border-radius:5px;outline:none;background:#071925;font-family:"Open Sans",Arial,sans-serif;font-size:14px;transition:border-color 0.15s ease,box-shadow 0.15s ease,background 0.15s ease;}.ebsa-footer-contact-form
textarea{min-height:155px;resize:vertical;line-height:1.55;}.ebsa-footer-contact-form
input:focus,.ebsa-footer-contact-form
textarea:focus{border-color:#168bff;background:#091f2e;box-shadow:0 0 0 3px
    rgba(22,139,255,0.10);}.ebsa-footer-contact-form
input::placeholder,.ebsa-footer-contact-form
textarea::placeholder{color:#718ba0;opacity:1;}.ebsa-footer-contact-form__privacy{margin:1px 0 15px;color:#708a9e;font-size:11px;line-height:1.55;}.ebsa-footer-contact-form__privacy a{color:#168bff;text-decoration:none;}.ebsa-footer-contact-form__privacy a:hover{text-decoration:underline;}.ebsa-footer-contact-form
.form-actions{margin:0;}.ebsa-footer-contact-form__submit{min-height:46px;margin:0 !important;padding:0 22px !important;cursor:pointer;color:#fff !important;border:1px solid #168bff !important;border-radius:5px !important;background:linear-gradient(135deg,#229cff,#0879e7) !important;font-family:"Montserrat",Arial,sans-serif;font-size:12px;font-weight:800;transition:transform 0.15s ease,box-shadow 0.15s ease;}.ebsa-footer-contact-form__submit:hover{transform:translateY(-1px);box-shadow:0 10px 25px
    rgba(22,139,255,0.22);}.ebsa-contact-success{box-sizing:border-box;margin:0 0 16px;padding:13px 15px;color:#bdebd1;border:1px solid rgba(69,196,127,0.38);border-radius:5px;background:rgba(17,82,53,0.32);line-height:1.5;}.ebsa-contact-success strong{display:block;margin-bottom:3px;color:#e5fff0;font-family:"Montserrat",Arial,sans-serif;font-size:12px;}.ebsa-contact-success span{font-size:12px;}.ebsa-footer-contact-form
.form-item--error
input,.ebsa-footer-contact-form
.form-item--error
textarea{border-color:#ef6470 !important;}.ebsa-footer-contact-form
.form-item--error-message{margin-top:5px;color:#ff939d;font-size:11px;}@media (max-width:600px){.ebsa-footer-contact-form__row{grid-template-columns:1fr;}}.ebsa-footer-contact-form .ebsa-sign-honeypot{position:absolute !important;left:-10000px !important;top:auto !important;width:1px !important;height:1px !important;margin:0 !important;padding:0 !important;overflow:hidden !important;opacity:0 !important;pointer-events:none !important;}.ebsa-footer a[href="mailto:info@securitysociety.eu"]{color:#229cff !important;font-weight:600;text-decoration:none;transition:color 0.15s ease,text-decoration-color 0.15s ease;}.ebsa-footer a[href="mailto:info@securitysociety.eu"]:hover{color:#55b5ff !important;text-decoration:underline;}#contact-us ~ *,.ebsa-footer{}.ebsa-footer a[href^="mailto:"]{color:#229cff !important;font-weight:700;text-decoration:none;}.ebsa-footer a[href^="mailto:"]:hover{color:#5bb8ff !important;text-decoration:underline;}
