#root{margin:0;font-family:Inter,sans-serif;font-weight:600;overflow-x:hidden}.form{position:relative;display:flex;flex-direction:column;max-width:400px;margin:0 auto;background-color:#242424;padding:3em;color:#fff;opacity:0;transform:translate(-100%);transition:opacity .5s ease-in-out,transform .5s ease-in-out;z-index:2}.form.animate{opacity:1;transform:translate(0)}label{margin-top:10px;font-weight:700}input,textarea{margin-top:5px;padding:8px;width:100%;box-sizing:border-box}textarea{padding-bottom:4em}.submitButton{margin-top:2em;padding:8px;background-color:#e6b31e;color:#000;cursor:pointer;font-size:24px;font-weight:600;transition:box-shadow .3s ease}.submitButton:hover{box-shadow:10px 10px 20px #e6b31e}button:disabled{background-color:#ccc;cursor:not-allowed}.success-message{color:green}.error-message{color:red}body{margin:0;overflow-x:hidden;overflow-y:auto;background-color:#000}video{position:relative;top:0;left:0;width:100%;height:85vh;object-fit:cover;z-index:-2;transform:translate(-100%);animation:videoInSlide .8s ease-out forwards;opacity:.5;pointer-events:none}@media only screen and (max-width: 600px){video::-webkit-media-controls{display:none!important}video::-webkit-media-controls-panel{display:none!important}video::-webkit-media-controls-play-button{display:none!important}}.overlay{position:fixed;top:0;left:0;width:101vw;height:100%;background-color:#00000080;z-index:-1}@media only screen and (max-width: 600px){.overlay{display:none}}.about-us{width:450px;height:150px;display:flex;flex-shrink:0;z-index:1;position:absolute;color:#fff;font-size:96px;font-weight:600;bottom:35%;right:5%;padding-right:1em;padding-bottom:5px;text-wrap:wrap}.content-btn{width:362px;height:150px;flex-shrink:0;z-index:2;position:relative;bottom:-100%;color:#fff;font-size:96px;font-weight:600;background-color:transparent;border:none;padding:0 0 2em;margin:0;text-align:left;cursor:pointer;opacity:0;transform:translate(100%);animation:fadeInSlide .5s ease-out forwards}@media only screen and (min-width: 1024px) and (max-width: 1920px){.content-btn{bottom:5%}}@media (prefers-reduced-motion:no-preference){@keyframes fadeInSlide{to{opacity:1;transform:translate(0)}}}.textArrow{position:relative;z-index:1;opacity:.5;animation:slideInArrow .65s ease-out forwards,rotateArrow .5s ease-out forwards .65s;transform:rotate(-180deg) translate(-50vh);top:-5%;left:-55%}@media only screen and (min-width: 600px) and (max-width: 2000px){@media (prefers-reduced-motion:no-preference){@keyframes slideInArrow{to{opacity:1;transform:rotate(-180deg) translate(0)}}}@media (prefers-reduced-motion:no-preference){@keyframes rotateArrow{to{transform:rotate(0) translate(0)}}}.content-btn:hover+.textArrow{opacity:1;transform:translate(0);animation:slideAndRotate .7s ease-out forwards}@keyframes slideAndRotate{50%{transform:translate(50px)}to{transform:translate(50px) rotate(-180deg)}}}.additional-text{position:fixed;top:0;right:-100%;width:60%;height:100vh;background-color:#000;color:#fff;transition:right .3s ease-in-out;z-index:4;overflow-y:auto}.additional-text.animate{right:0}.close-btn{position:relative;top:10em;left:85%;transform:scale(1);cursor:pointer;background:none;border:none;transition:transform .3s ease;z-index:10}.close-btn:hover{transform:scale(1.4)}.closeButtonImg{position:relative;width:100%;height:auto}.aboutHeading{position:relative;padding-left:1em;font-weight:800;font-size:80px;margin-top:1em;width:fit-content}.aboutParagraph{position:relative;margin:0 1em 1em 2em;max-width:60vw;line-height:1.5;font-size:10px}@media only screen and (min-width: 1024px) and (max-width: 1920px){.aboutHeading{margin-top:.5em}.aboutParagraph{font-size:18.5px}}@media only screen and (min-width: 1920px){.aboutHeading{margin-top:1em}.aboutParagraph{font-size:19.5px}}@media only screen and (min-width: 200px) and (max-width: 600px){.aboutHeading{margin-top:.5em;left:-15dvw}.aboutParagraph{font-size:16.5px;max-width:90vw}.additional-text{width:100%}.close-btn{left:80dvw;scale:.7}.content-btn{font-size:50px;bottom:-10svh;left:60dvw;width:50%}.textArrow{scale:.8;opacity:0}video{height:85svh}}@media only screen and (min-width: 100px) and (max-width: 400px){.content-btn{font-size:45px;bottom:-15svh;left:60dvw;width:50%}}@media (prefers-reduced-motion:no-preference){@keyframes videoInSlide{to{opacity:1;transform:translate(0)}}}.productContainer{display:flex;flex-direction:row;background-color:#000;max-width:1400px;margin:auto auto 5em;padding:1em 2em 0 1em;position:relative;transition:background-color .5s;transition-delay:.8s;z-index:2}.productContainer.animate{background-color:#242424}.productImg{position:relative;align-self:flex-end;max-width:50%;height:auto;transform:translate(-200%);transition:transform .5s ease-in-out}.leftBtn,.rightBtn{position:absolute;top:50%;border-style:none;width:3em;height:3em;cursor:pointer;transition:.6s ease;-webkit-user-select:none;user-select:none;background-color:#242424;color:#fff;font-weight:700;font-size:20px;z-index:3;opacity:0;transition:opacity .3s ease;transition-delay:.5s;scale:1}.leftBtn:active,.rightBtn:active{animation:pulse .2s forwards}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.3)}}.leftBtn.animate,.rightBtn.animate{opacity:1}.rightBtn{right:50.55%;border-radius:3px 0 0 3px}.leftBtn{left:1;border-radius:0 3px 3px 0}.leftBtn:hover,.rightBtn:hover{transition:background-color .5s ease,color .5s ease}.leftBtn:hover,.rightBtn:hover{background-color:#e6b31e;color:#000}@media only screen and (min-width: 200px) and (max-width: 600px){.rightBtn{right:0;border-radius:3px 0 0 3px;top:15%;background-color:#000}.leftBtn{left:1;border-radius:0 3px 3px 0;top:15%;background-color:#000}}@media (prefers-reduced-motion:no-preference){.productImg.animate{transform:translate(0)}}.product{display:flex;flex-direction:column;margin-left:5em;position:relative;transform:translate(200%);transition:transform .5s ease-in-out;transition-delay:.3s}@media (prefers-reduced-motion:no-preference){.product.animate{transform:translate(0)}}.productHeader{position:relative;width:fit-content;font-size:3.8em;font-weight:600;color:#fff;margin-top:5%;border-bottom:2px solid gold;left:-2em;margin-left:1em;margin-right:1em}.projectDescription{position:relative;font-size:30px;color:#fff;margin-bottom:auto;margin-right:3em;text-indent:0}.primaryDescription{margin-bottom:5%}.secondaryDescription{text-overflow:ellipsis;color:#fff;margin-bottom:2%;margin-right:1em;text-indent:0}.buttonContainer{position:relative;bottom:0;display:flex;justify-content:left;align-items:flex-end;transform:translate(200%);width:calc();left:-5em;transition:transform .5s ease-in-out;transition-delay:.5s}@media (prefers-reduced-motion:no-preference){.buttonContainer.animate{transform:translate(0)}}.contactButton{background-color:transparent;border:2px solid #E6B31E;color:#e6b31e;padding:10px 20px;font-size:18px;cursor:pointer;margin-top:20px;width:100%;font-size:50px;font-weight:600;transition:box-shadow .3s ease,background-color .5s ease,color .5s ease}.contactButton:hover{background-color:#e6b31e;color:#000;box-shadow:10px 10px 20px #e6b31e}@media only screen and (min-width: 200px) and (max-width: 600px){.contactButton{font-size:12px}.productContainer{flex-direction:column;padding:0;width:100vw}.buttonContainer{width:100vw;justify-content:left}.contactButton{width:100vw}.productImg{align-self:center}.projectDescription{width:80dvw;right:10dvw}}@media only screen and (min-width: 600px) and (max-width: 1700px){.productContainer{flex-direction:row;width:80dvw}.buttonContainer,.contactButton{width:42dvw}}@media only screen and (min-width: 1700px) and (max-width: 2700px){.productContainer{flex-direction:row;width:1440px}.buttonContainer,.contactButton{width:732px}}.card{position:relative;background-color:#1d1d1d;border:1px solid gold;border-radius:8px;overflow:hidden;margin:16px;width:300px;height:400px;display:flex;flex-direction:column;z-index:3;transition:all .5s ease}.card-image{width:100%;height:150px;object-fit:fill;margin-top:.5em}.card-content{padding:16px;margin-top:auto}.card-title{display:flex;font-size:18px;margin-bottom:8px;margin-top:0;color:gold;width:100%}.card-description{font-size:14px;color:#fff}.card:hover{scale:1.3}@media only screen and (min-width: 200px) and (max-width: 600px){.card-description{font-size:7px;padding:0;margin:0}.card-title{font-size:9px}.card-content{padding:8px}.card{height:350px}}@media only screen and (min-width: 1024px) and (max-width: 1920px){.card-description{font-size:12px;padding:0;margin:0}.card-title{font-size:16px}}@media screen and (min-width: 1920px){.card-description{font-size:14px;padding:0}.card-title{font-size:16px;justify-content:center}}.servicesSection{position:relative;background-color:#000}.card-list{top:20%;display:flex;flex-direction:row;justify-content:space-evenly;transition:all 1s ease;position:relative;height:50vh;margin-top:25vh;margin-bottom:15vh;align-items:center}.sectionName{margin-top:1em;position:relative;width:fit-content;padding-inline:20px;margin-left:2em;color:#fff;font-size:35px;border-bottom:1px solid gold;z-index:2}@media only screen and (min-width: 200px) and (max-width: 600px){.sectionName{margin-left:auto;margin-right:auto}}.card-list.hover .card{transform:none!important;transform-origin:center bottom!important;z-index:initial!important}.footer{position:relative;margin-top:2em;padding-bottom:2em;width:100%;height:auto;border-top:1px solid gold;display:flex;flex-direction:row;justify-content:space-around;color:#fff;font-size:18px;line-height:1.5em;margin-bottom:1em;z-index:2}.summarySection{margin-top:1.7em;display:flex;flex-direction:column}.summary{color:#fff;font-size:18px;margin-top:2em;max-width:500px;text-overflow:clip}.footerLinks{color:#fff;font-size:18px;margin-top:2em}.links{list-style:none;display:flex;flex-direction:column;cursor:pointer;padding:0}.services{margin-top:2em}.servicesFooter{padding-left:0}.footerHeader{margin-top:2em}.contactFooter{padding-left:0}a.spyur_link{color:#fff;background-image:url(/FooterSvg/spyur.svg);background-repeat:no-repeat}a.facebook_link{color:#fff;background-image:url(/FooterSvg/facebook.svg);background-repeat:no-repeat}.spyur_text,.facebook_text{margin-left:2em}@media screen and (max-width: 600px){.footer{flex-direction:column;align-items:left;padding-inline:1em}.summary{width:90%}.servicesFooter{font-size:16px;padding-right:1em}}.nav-bar{position:fixed;top:0;background-color:#000;width:100%;height:5em;display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid gold;transition:transform .3s ease;z-index:10}.nav-bar.hide{transform:translateY(-100%)}.logo{padding-left:3em;position:relative;top:1em;transform:scale(1.5)}li{display:flex}.localization-container{margin-top:1.2em;position:relative;display:inline-block}.localization-button{background-color:transparent;color:#fff;font-size:20px;border:none;cursor:pointer;display:flex}.dropdown-content{position:absolute;top:100%;background-color:#333;min-width:80px;box-shadow:0 8px 16px #0003;z-index:1;right:0}.dropdown-content button{color:#fff;padding:12px;text-decoration:none;display:block;text-align:left;width:100%;border:none;background-color:transparent;cursor:pointer}.dropdown-content button:hover{background-color:#555}.navigation,.internal-links{display:flex;color:#fff;font-size:26px;justify-content:flex-end}@media only screen and (min-width: 1024px) and (max-width: 1920px){.navigation,.internal-links{font-size:22px}}.internal-links{list-style:none;display:flex;flex-direction:row;cursor:pointer}.services-link,.products-link{margin-left:2em}.contact-link{position:relative;margin-left:2em;margin-right:2em;bottom:25%;border-radius:20px;padding-block:1em;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:center;transition:color .3s ease-in-out}.contact-link a{padding-inline:1.5em}.arrow{position:relative;top:.5em;font-size:12px;transition:transform .3s ease-in-out}.localization-button:hover .arrow{transform:translateY(-5px)}.arrow.animate{transform:rotate(180deg)}.mission-link:hover,.services-link:hover,.products-link:hover,.contact-link:hover{transform:scale(1.1)}.contact-link:hover{transform:scale(1)}.contact-link:hover{background-color:#e6b31e;color:#000}.mobile-nav-bar{position:fixed;background-color:#000;width:100dvw;height:5em;display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid gold;transition:transform .3s ease;z-index:10}.mobile-logo{padding-left:3em;position:relative;top:1em;transform:scale(1.5)}.mobile-localization-button-container{position:relative;left:15%;display:flex;flex-direction:row}.mobile-localization-button{margin-top:15%;position:relative;left:auto;display:inline-block;background-color:transparent;color:#fff;font-size:20px;border:none;cursor:pointer}.mobile-dropdown-content{position:absolute;top:100%;left:70%;background-color:#333;min-width:60px;box-shadow:0 8px 16px #0003;z-index:1}.mobile-dropdown-content button{color:#fff;padding:12px;text-decoration:none;display:block;text-align:center;width:100%;border:none;background-color:transparent;cursor:pointer}.mobile-dropdown-content button:hover{background-color:#555}.mobile-arrow{position:relative;top:50%;font-size:.7em;transition:transform .3s ease-in-out;left:-20%}.mobile-burger{width:13%;margin-right:1em;background:transparent;border:none}.mobile-internal-links{list-style-type:none;padding:0;margin:0;position:fixed;top:0;right:-100%;width:100%;height:100dvh;background-color:#fff;z-index:1000;display:flex;flex-direction:column;transition:right .3s ease,opacity .3s ease;opacity:0}.mobile-internal-links.active{right:0;opacity:1;font-size:30px;line-height:2em;padding-top:1em}.mobile-internal-links.active li{margin-left:1em}.mission-link,.services-link,.products-link,.contact-link{transition:transform .3s ease}body{margin:0;box-sizing:border-box;overflow-x:hidden}
