#support{padding:60px 20px 0;background-color:#0d0b08;position:relative}@media screen and (max-width:1300px){#support{border-bottom:1px solid var(--primary);padding:60px 0 0}}#support:before{content:"";position:absolute;display:block;top:172px;left:0;width:100%;height:60px;background:linear-gradient(180deg,#0d0b08 50%,transparent);z-index:3}@media screen and (max-width:800px){#support:before{top:159px}}#support:after{content:"";position:absolute;display:block;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(0deg,#000 40%,transparent);z-index:1}#support .title{z-index:1}#support .container{display:flex;justify-content:flex-end;align-items:center}@media screen and (max-width:1300px){#support .container{flex-direction:column}}#support .wrapperImg{width:50%;height:100%;position:absolute;top:0;left:0;overflow:hidden}#support .wrapperImg:before{left:0;background:linear-gradient(90deg,#0d0b08 20%,transparent)}#support .wrapperImg:after,#support .wrapperImg:before{content:"";position:absolute;display:block;bottom:0;width:100px;height:calc(100% - 173px);z-index:1}#support .wrapperImg:after{right:0;background:linear-gradient(270deg,#0d0b08 20%,transparent)}@media screen and (max-width:1300px){#support .wrapperImg{width:100%}#support .wrapperImg:after,#support .wrapperImg:before{display:none}}#support .donateImg{width:100%;height:calc(100% - 173px);bottom:0;position:absolute;object-fit:cover;background-repeat:no-repeat;animation:filter-pulse 5s ease-in-out infinite}@keyframes filter-pulse{0%,to{filter:grayscale(100%)}50%{filter:grayscale(50%)}}#support .description{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;color:#ccc;padding:50px;min-height:800px;z-index:2}@media screen and (max-width:1300px){#support .description{width:100%;background-color:rgba(0,0,0,.6431372549)}}@media screen and (max-width:768px){#support .description{padding:50px 20px}}#support .description h2{margin-bottom:20px;color:#fff;text-align:center;font-size:28px}@media screen and (max-width:1300px){#support .description h2{width:90%;margin:20px auto}}#support .description h3{margin:40px 0 20px;color:#818181;text-align:center}#support .description ul{margin-left:40px;margin-bottom:20px;max-width:75%}#support .description ul li{color:#ccc;line-height:1.6;margin:10px 0}@media screen and (max-width:768px){#support .description ul{max-width:90%}}#support .description .call{color:var(--primary);font-size:30px;text-align:center;width:80%;margin:0 auto}#support .link{margin:30px auto 0}#support .bankDetails{display:flex;justify-content:center;margin:40px 0}#support .bankDetails ul{display:flex;flex-direction:column;justify-content:space-around;font-size:18px;border-left:1px solid var(--primary);padding-left:40px;margin-left:40px}#support .bankDetails ul li{list-style:none}#support .bankDetails ul span{color:#aaa;font-size:16px}#support .bankDetails ul p{font-family:Tektur-Bold;margin:5px 0 10px}@media screen and (max-width:768px){#support .bankDetails ul{border-left:none;border-top:1px solid var(--primary);padding-left:0;padding-top:40px;flex-direction:column;margin:40px auto 0}#support .bankDetails ul span{font-size:14px}#support .bankDetails ul p{font-size:16px}#support .bankDetails{flex-direction:column}}#support .qrCode{display:flex;flex-direction:column;align-items:center;justify-content:center}#support .animate-btn{transform:scale(1);animation:btn-breathe-pulse 2.4s ease-in-out infinite;transition:transform .25s ease,box-shadow .25s ease;will-change:transform;box-shadow:0 6px 18px rgba(233,204,14,.35)}@keyframes btn-breathe-pulse{0%,to{transform:scale(1)}50%{transform:scale(.96)}}#support .animate-btn:focus-visible,#support .animate-btn:hover{animation:none;transform:scale(1);box-shadow:0 10px 24px rgba(233,204,14,.35);outline:none}#support .animate-btn:active{transform:scale(.98)}@media(prefers-reduced-motion:reduce){#support .animate-btn{animation:none}}.embla{--slide-height:19rem;--slide-spacing:1rem;--slide-size:100%;display:flex;justify-content:flex-end;position:relative;width:100%}@media screen and (max-width:1000px){.embla{width:100%}}.embla__viewport{overflow:hidden}.embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing)*-1)}.embla__slide{transform:translateZ(0);flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing)}.embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);border-radius:1.8rem;font-size:4rem;font-weight:600;display:flex;align-items:center;justify-content:center;height:var(--slide-height);-webkit-user-select:none;-moz-user-select:none;user-select:none}.embla__controls{position:absolute;gap:1.2rem;top:50%;right:0;transform:translateY(-50%)}.embla__buttons,.embla__controls{justify-content:space-between;width:100%}.embla__buttons{display:flex;grid-template-columns:repeat(2,1fr);gap:.6rem;align-items:center}.embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);width:3.6rem;height:3.6rem;z-index:1;border-radius:50%;color:var(--text-body);display:flex;align-items:center;justify-content:center}.embla__button:hover{color:var(--primary)}.embla__button:disabled{color:var(--detail-high-contrast)}.embla__button__svg{width:35%;height:35%}.embla__dots{width:250px;position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;margin-right:-.6rem}.embla__dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#aaa;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;justify-content:center}.embla__dot,.embla__dot:after{width:15px;height:15px;display:flex;align-items:center;border-radius:50%}.embla__dot:after{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);content:""}.embla__dot:hover{background-color:#ccc}.embla__dot--selected:after{box-shadow:inset 0 0 0 .2rem var(--text-body);background-color:var(--primary)}.section{position:relative;padding:80px 40px;color:#eee}.section h2{text-transform:uppercase;z-index:1;color:var(--primary);font-family:Tektur-Bold;font-size:40px;text-align:center;margin-bottom:20px}@media screen and (max-width:500px){.section h2{font-size:30px}}@media screen and (max-width:600px){.section{padding:40px 30px}}.vacancyDetailsModal .vacancyTitle{text-align:center;margin-bottom:25px;font-size:22px}.vacancyDetailsModal h1{margin-bottom:15px;color:#e1cd5f}.vacancyDetailsModal .divider{width:100%;height:1px;background-color:#ddd;margin:25px 0}.vacancyDetailsModal ul li{display:flex}.vacancyDetailsModal .duties p{margin-bottom:10px;line-height:1.5}@media screen and (max-width:800px){.vacancyDetailsModal .duties{width:100%;margin-top:20px}}@media screen and (max-width:467px){.vacancyDetailsModal .skills h1,.vacancyDetailsModal .skills ul{margin-left:20px}}.vacancyDetailsModal i{margin-right:10px}.vacancyDetailsModal ul li{margin-bottom:15px}.vacancyDetailsModal ul li h5{margin-bottom:5px}.vacanciesDesktopWrapper{position:relative;display:flex;justify-content:space-around;align-items:center;height:calc(100vh - 210px);max-height:700px}@media screen and (max-width:1000px){.vacanciesDesktopWrapper{display:none}}.vacanciesDesktopWrapper .vacancyImg{width:30%;position:relative;z-index:1}.vacanciesDesktopWrapper .vacancyImg img{height:auto;width:100%;display:block;position:relative;z-index:1}.vacanciesDesktopWrapper .vacancyImg .shadow{position:absolute;bottom:0;left:0;width:100%;height:80px;z-index:2;background:linear-gradient(0deg,#1a1a1a 30%,rgba(26,26,26,.5294117647) 80%,transparent)}.vacanciesDesktopWrapper .vacancyInfo{width:60%;height:100%;background-color:#121212;overflow-y:auto;padding:30px;border-left:8px solid var(--primary);display:flex;flex-direction:column;justify-content:space-between}.vacanciesDesktopWrapper .vacancyInfo h3{color:var(--primary);font-size:18px;margin-bottom:10px}.vacanciesDesktopWrapper .vacancyInfo h2{text-align:left;font-size:42px;margin-bottom:10px;font-family:Tektur-Bold;line-height:1.1}@media screen and (max-width:1400px){.vacanciesDesktopWrapper .vacancyInfo h2{font-size:36px}}@media screen and (max-height:730px){.vacanciesDesktopWrapper .vacancyInfo h2{font-size:32px;margin-bottom:10px}}.vacanciesDesktopWrapper .vacancyInfo .vacancyPhotoRequirements{display:flex;align-items:center}.vacanciesDesktopWrapper .vacancyInfo .vacancyPhotoRequirements img{display:block;width:30%;margin:0 20px}@media screen and (min-width:1400px){.vacanciesDesktopWrapper .vacancyInfo .vacancyPhotoRequirements img{width:25%}}.vacanciesDesktopWrapper .vacancyInfo .vacancyPhotoRequirements .vacancyRequirements{display:flex;flex-direction:column;justify-content:space-between;list-style:square;margin-left:30px;width:80%}.vacanciesDesktopWrapper .vacancyInfo .vacancyPhotoRequirements .vacancyRequirements li{margin-bottom:10px;text-align:justify;font-size:14px}@media screen and (min-width:1400px){.vacanciesDesktopWrapper .vacancyInfo .vacancyPhotoRequirements .vacancyRequirements li{font-size:16px;margin-bottom:10px}}@media screen and (max-height:730px){.vacanciesDesktopWrapper .vacancyInfo .vacancyPhotoRequirements .vacancyRequirements li{font-size:12px}}.vacanciesDesktopWrapper .vacancyInfo .vacancyDescription{line-height:1.5;width:90%;font-size:16px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid var(--primary)}@media screen and (max-height:730px){.vacanciesDesktopWrapper .vacancyInfo .vacancyDescription{font-size:14px}}@media screen and (max-width:1200px){.vacanciesDesktopWrapper .vacancyInfo .vacancyDescription{font-size:14px}}.vacanciesDesktopWrapper .actions{width:100%;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;margin:10px 0 0;position:relative;gap:10px}.vacanciesDesktopWrapper .actions .apply{display:block;max-width:300px;width:auto;margin:0 20px;height:50px}.vacanciesDesktopWrapper .actions .info-btn{text-decoration:underline;text-underline-offset:5px;cursor:pointer}.vacanciesDesktopWrapper .actions .info-btn:hover{text-decoration:none;color:var(--primary)}.dialog{border:2px solid var(--primary)}.dialog .p-dialog-header{background-color:#353535;padding:10px 20px;color:var(--primary)}.dialog .p-dialog-content{background-color:#121212;padding:10px 20px}.dialog .p-dialog-content h1{color:var(--primary)}@media screen and (max-width:1024px){.dialog .p-dialog-content{padding:20px}}@media screen and (max-width:800px){.vacancyModal .p-dialog-content{padding:20px}}.vacanciesTabletWrapper{width:100%;display:none}@media screen and (max-width:1200px){.vacanciesTabletWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}.vacanciesTabletWrapper h1{margin-top:20px;margin-bottom:15px;color:#e1cd5f;font-size:22px;text-align:center}.vacanciesTabletWrapper .divider{width:100%;height:1px;background-color:#ddd;margin:15px 0}.vacanciesTabletWrapper .duties p{text-align:justify;margin-bottom:10px}@media screen and (max-width:800px){.vacanciesTabletWrapper .duties{width:100%;margin-top:20px}}.vacanciesTabletWrapper .apply{width:300px;margin:0 auto 30px}.vacanciesTabletWrapper .share-btn{display:none}@media screen and (max-width:700px){.vacanciesTabletWrapper .share-btn{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;border:3px solid #eee;cursor:pointer;position:absolute;top:50px;right:0;z-index:2;background-color:rgba(0,0,0,0);color:#fff}.vacanciesTabletWrapper .share-btn i{font-size:12px;transform:translateX(4px)}.vacanciesTabletWrapper .share-btn:hover{border:3px solid #e1cd5f;color:#e1cd5f}.vacanciesTabletWrapper .share-btn:hover i{color:#e1cd5f}}.vacanciesTabletWrapper .pi-info-circle{font-size:2em}#vacancies{padding-top:60px;background:#1a1a1a}@media screen and (max-width:1000px){.vacanciesDesktop{display:none}}@media screen and (max-width:1250px){.vacanciesDesktop .carousel{flex-direction:column;justify-content:start}}.vacanciesDesktop .carousel .embla__viewport{overflow:hidden;height:700px;border-bottom:1px solid #ccc;width:calc(70% - 120px);z-index:2;transform:translateX(-60px)}@media screen and (max-width:1250px){.vacanciesDesktop .carousel .embla__viewport{width:calc(100% - 120px);transform:translateX(60px)}}.vacanciesDesktop .carousel .thumbs{display:flex;flex-direction:column;width:30%;height:100%}.vacanciesDesktop .carousel .thumbs>*{flex:1 1;height:100%}@media screen and (max-width:1250px){.vacanciesDesktop .carousel .thumbs{flex-direction:row;width:100%;height:auto}.vacanciesDesktop .carousel .thumbs>*{height:80px}}@media screen and (min-width:1250px){.vacanciesDesktop .carousel .thumbs{position:absolute;bottom:0;left:0;transform:translateX(-50%);z-index:3}}.vacanciesDesktop .carousel .thumbs .p-highlight button.p-link{background:#e1cd5f}.vacanciesDesktop .carousel .thumbs .p-carousel-indicator{margin:0;width:40px}@media screen and (min-width:1250px){.vacanciesDesktop .carousel .thumbs .p-carousel-indicator{flex:1 1}}@media screen and (max-width:1250px){.vacanciesDesktop .carousel .thumbs .p-carousel-indicator{margin:10px}}.vacanciesDesktop .carousel .thumbs .p-carousel-indicator p{text-align:center}.vacanciesDesktop .carousel .thumbs button.p-link{background:rgba(0,0,0,0);color:#ccc;margin-bottom:10px;display:block;width:100%;height:100%;border-radius:0;border-bottom:1px solid #ccc;padding:20px;font-size:20px;font-family:Tektur-Regular}@media screen and (max-width:1250px){.vacanciesDesktop .carousel .thumbs button.p-link{margin-bottom:0;font-size:14px;text-align:center}}.vacanciesDesktop .carousel .thumbs button.p-link:hover{background:#1f1f1f}.vacanciesDesktop .carousel .thumbs .embla-thumbs__slide.embla-thumbs__slide--selected button.p-link{background:#121212;color:#fff;border-color:var(--primary);position:relative;z-index:1}.vacanciesDesktop .carousel .embla__controls{width:70%;height:700px;z-index:1;border-bottom:1px solid #ccc}@media screen and (max-width:1250px){.vacanciesDesktop .carousel .embla__controls{width:100%;transform:translateY(calc(-50% - 40px))}}.vacanciesDesktop .carousel .embla__controls .embla__buttons{height:700px}.vacanciesDesktop .carousel .embla__controls .embla__buttons .embla__button{height:100%;border-radius:0}.vacanciesDesktop .carousel .embla__controls .embla__buttons .embla__button:hover{background-color:#121212;color:var(--primary);border-bottom:1px solid #ccc}@media screen and (min-width:1001px){.vacanciesTablet{display:none}}.vacanciesTablet .embla__viewport{height:650px}.vacanciesTablet .embla-thumbs{display:none}.vacanciesWrapper{width:100%}.vacanciesWrapper .p-carousel-item[aria-hidden=true] :not([disabled]){visibility:hidden}.vacanciesWrapper .embla .vacancyItem{display:flex;justify-content:center;margin:20px 10px}.vacanciesWrapper .embla .vacancyItem span{display:flex}@media screen and (max-width:800px){.vacanciesWrapper .embla .vacancyItem{flex-wrap:wrap;justify-content:center}}@media screen and (max-width:500px){.vacanciesWrapper .embla .vacancyItem{justify-content:center}}.vacanciesWrapper .embla .vacancyItem .vacancyCard{position:relative;width:90%}.vacanciesWrapper .embla .vacancyItem .vacancyCard .infoIcon{display:none}@media screen and (max-width:1000px){.vacanciesWrapper .embla .vacancyItem .vacancyCard .infoIcon{display:block;position:absolute;top:0;right:0;width:32px;z-index:2;cursor:pointer}.vacanciesWrapper .embla .vacancyItem .vacancyCard .infoIcon i{display:block;width:32px;margin:0}}.vacanciesWrapper .embla .vacancyItem .vacancyCard .overlayInfo{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s}.vacanciesWrapper .embla .vacancyItem .vacancyCard .overlayInfo button:first-child{margin-bottom:20px}@media screen and (max-width:700px){.vacanciesWrapper .embla .vacancyItem .vacancyCard .overlayInfo{display:none}}.vacanciesWrapper .embla .vacancyItem .vacancyCard .overlayInfo:hover{background-color:rgba(0,0,0,.4823529412);opacity:1}.vacanciesWrapper .embla .vacancyItem .vacancyCard .imgWrapper{position:relative}.vacanciesWrapper .embla .vacancyItem .vacancyCard .imgWrapper:before{content:"";display:block;position:absolute;bottom:0;left:0;z-index:1;width:100%;height:100%;box-shadow:inset 0 -50px 50px 0 #1a1a1a}.vacanciesWrapper .embla .vacancyItem>div{width:57%}.vacanciesWrapper .embla .vacancyItem>div i{margin-right:10px}.vacanciesWrapper .embla .vacancyItem>div:first-child{max-width:300px;padding:20px 10px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;height:-moz-fit-content;height:fit-content}@media screen and (max-width:800px){.vacanciesWrapper .embla .vacancyItem>div{width:50%}}.vacanciesWrapper .embla .vacancyItem h3{text-align:center;color:var(--primary);font-size:22px}.vacanciesWrapper .embla .vacancyItem h1{color:#fff}.vacanciesWrapper .embla .vacancyItem img{width:100%;display:block;margin:0 auto 10px}.vacanciesWrapper .embla .vacancyItem img[alt=uav-plane]{width:80%}.vacanciesWrapper .embla .vacancyItem img[alt=operator-assistant-uav]{width:120%}@media screen and (max-width:467px){.vacanciesWrapper .embla .vacancyItem .skills h1,.vacanciesWrapper .embla .vacancyItem .skills ul{margin-left:20px}}.vacanciesWrapper .embla .vacancyItem ul li{margin-bottom:15px}.vacanciesWrapper .embla .vacancyItem ul li h5{margin-bottom:5px}#video{height:100vh;position:relative}@media screen and (max-width:800px){#video{height:calc(100vh - 60px)}}#video video{position:absolute;object-fit:cover;z-index:1}#video .shadow{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.5;z-index:2;display:block}#video .slogan{position:absolute;bottom:10%;left:5%;z-index:3;background-color:hsla(0,0%,100%,.1411764706);padding:40px 100px}@media screen and (max-width:800px){#video .slogan{padding:20px 30px}}@media screen and (max-width:1200px){#video .slogan{padding:20px;left:50%;transform:translateX(-50%);width:70%}}@media screen and (max-width:500px){#video .slogan{width:90%}}#video .slogan h1{color:#c6c6c6;text-transform:uppercase;margin-bottom:30px;text-align:center;font-size:50px;font-family:Tektur-Bold}@media screen and (max-width:800px){#video .slogan h1{font-size:36px}}@media screen and (max-width:500px){#video .slogan h1{font-size:24px;margin-bottom:20px}}#video .slogan p{color:#b2b2b2;text-align:center;font-size:24px}@media screen and (max-width:500px){#video .slogan p{font-size:18px}}#video .slogan .join-btn{margin:30px auto 0;height:80px;width:300px;font-size:20px}#video .slogan .join-btn:hover{animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}