*{box-sizing:border-box;margin:0;padding:0}.navbar{color:#fff;z-index:1000;background:#000;border-bottom:2px solid #231f20;justify-content:space-between;align-items:center;height:90px;padding:0 40px;display:flex;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 10px rgba(255,255,255,.05)}.navbar-links{flex:1;justify-content:center;align-items:center;display:flex}.navbar-logo{flex:none;justify-content:flex-end;display:flex}.logo-img{object-fit:contain;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;width:auto;max-height:70px;margin-right:0}.navbar-center{flex:1;justify-content:center;align-items:center;display:flex}.nav-links{flex-wrap:nowrap;justify-content:center;align-items:center;gap:35px;list-style:none;display:flex}.nav-links li a{color:#fff;border-radius:6px;padding:8px 14px;font-family:IBM Plex Sans,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:color .3s,background-color .3s,transform .3s;position:relative}.nav-links li a:hover{color:#ccc;background-color:#231f20;transform:translateY(-3px)}.nav-links li a:after{content:"";transform-origin:100%;background-color:#3fa0ba;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.nav-links li a:hover:after{transform-origin:0;transform:scaleX(1)}.contact-btn{background-color:#3fa0ba;border-radius:8px;padding:10px 20px;font-weight:600;transition:all .3s;color:#fff!important;text-decoration:none!important}.contact-btn:hover{color:#000;background-color:#f15b2b;transform:scale(1.05);box-shadow:0 0 10px #3fa0ba}.divider{background-color:#333;width:1px;height:40px;margin:0 15px}.menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;font-size:30px;display:none}.close-btn{color:#fff;cursor:pointer;z-index:3000;background:0 0;border:none;font-size:42px;display:none;position:absolute;top:20px;left:25px}.section{text-align:center;max-width:1100px;margin:auto;padding:80px 20px}.section h1{margin-bottom:20px;font-family:IBM Plex Sans,sans-serif;font-size:30px;font-weight:700;display:inline-block;position:relative}.section h2:after{content:"";background:#fff;border-radius:2px;width:60px;height:4px;margin:10px auto 0;display:block}.hero-section{border-bottom:2px solid #555;width:100%;height:100vh;position:relative;overflow:hidden}.hero-video{z-index:1;object-fit:cover;pointer-events:none;width:auto;min-width:100%;height:100%;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-overlay{z-index:2;pointer-events:none;background-color:rgba(0,0,0,.5);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:right;z-index:2;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.home{color:#fff;background:#111;border-radius:0 0 40px 40px;padding:120px 20px}.home h1{margin-bottom:20px;font-family:SST,sans-serif;font-size:42px}.home h1 span{color:#ffeb3b}.home p{opacity:.9;font-family:SST,sans-serif;font-size:18px}.cards{flex-wrap:wrap;justify-content:center;gap:25px;margin-top:30px;display:flex}.card{color:#fff;background:#111;border-radius:15px;min-width:220px;max-width:260px;padding:25px;font-family:SST,sans-serif;font-weight:500;transition:all .3s;box-shadow:0 4px 12px rgba(255,255,255,.05)}.card:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgba(255,255,255,.1)}.contact .social{justify-content:center;gap:25px;margin:20px 0;display:flex}.contact .social a{color:#fff;font-family:SST,sans-serif;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s}.contact .social a:hover{color:#ffeb3b;text-decoration:underline}.btn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;margin-top:20px;padding:12px 25px;font-family:SST,sans-serif;font-size:16px;transition:all .3s}.btn:hover{background:#555;transform:scale(1.05)}.hero-title{color:#fff9f9;margin-bottom:20px;font-family:IBM Plex Sans,sans-serif;font-size:72px;font-weight:900;line-height:1.3}.hero-subtitle{color:#fffbfb;margin-bottom:8px;padding-right:4px;font-family:SST,sans-serif;font-size:26px;font-weight:400;line-height:1.8}.hero-button-container{justify-content:flex-start;width:100%;margin-top:40px;display:flex}.hero-button{color:#fff;cursor:pointer;z-index:4;background-color:#3fa0ba;border:none;border-radius:30px;padding:14px 40px;font-size:20px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.hero-button:hover{background-color:#f15b2b;transform:translateY(-3px)}@media (max-width:992px){.navbar{z-index:2000;background-color:rgba(0,0,0,.85);justify-content:space-between;align-items:center;width:100%;height:70px;padding:12px 25px;display:flex;position:fixed;top:0;left:0}.menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;font-size:34px;display:block}.close-btn{color:#fff;cursor:pointer;z-index:2100;background:0 0;border:none;font-size:34px;position:absolute;top:25px;left:25px}.navbar-links{display:none}.navbar-links.open{z-index:2001;background:rgba(0,0,0,.97);flex-direction:column;width:75%;max-width:320px;height:100vh;padding:80px 30px;animation:.4s forwards slideIn;display:flex;position:fixed;top:0;left:0}@keyframes slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.nav-links{flex-direction:column;align-items:flex-start;gap:22px}.nav-links li a{color:#fff;font-size:18px;text-decoration:none;transition:color .3s}.nav-links li a:hover{color:#3fa0ba}.contact-btn{text-align:center;color:#fff;background-color:#3fa0ba;border-radius:30px;width:100%;margin-top:35px;padding:12px 25px;font-size:18px;transition:all .3s;display:inline-block;text-decoration:none!important}.contact-btn:hover{background-color:#f15b2b;transform:translateY(-3px)}.overlay{z-index:1000;background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.hero-content{text-align:center;width:90%;right:50%;transform:translate(50%,-50%)}.hero-title{font-size:38px;line-height:1.4}.hero-subtitle{font-size:18px}.hero-button-container{justify-content:center;margin-top:25px;display:flex}.hero-button{margin:0 auto;display:inline-block}}@media (max-width:600px){.navbar{height:65px;padding:8px 18px}.menu-toggle{font-size:28px}.navbar-links.open{width:80%;max-width:280px;padding:70px 25px}.close-btn{font-size:30px;top:20px;left:20px}.nav-links li a{font-size:16px}.contact-btn{padding:10px 22px;font-size:16px;text-decoration:none!important}.hero-content{text-align:center;width:92%;right:50%;transform:translate(50%,-50%)}.hero-title{font-size:30px;line-height:1.3}.hero-subtitle{margin-top:8px;font-size:15px}.hero-button{padding:9px 22px;font-size:14px}.hero-button-container{justify-content:center;margin-top:20px;display:flex}}@font-face{font-family:IBM Plex Sans;src:url(/fonts/IBMPlexSansArabic-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SST;src:url(/fonts/SST-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}
.aboutSection-module__3yMk0a__container{color:#fff;background:#231f20;border-bottom:2px solid #555;flex-direction:column;display:flex;overflow:hidden}.aboutSection-module__3yMk0a__aboutHeader{text-align:center;padding:2rem 1rem}.aboutSection-module__3yMk0a__aboutHeader h1{color:#f05a2b;margin-bottom:.6rem;font-family:IBM Plex Sans,sans-serif;font-size:3rem}.aboutSection-module__3yMk0a__aboutHeader h2{color:#ddd;max-width:900px;margin:0 auto;font-family:SST,sans-serif;font-size:1.6rem;line-height:1.9}.aboutSection-module__3yMk0a__marqueeContainer{direction:ltr;width:100%;margin-top:2rem;margin-bottom:2rem;position:relative;overflow:hidden}.aboutSection-module__3yMk0a__marqueeTrack{will-change:transform;gap:1rem;width:max-content;animation:120s linear infinite aboutSection-module__3yMk0a__scrollLTR;display:flex}@keyframes aboutSection-module__3yMk0a__scrollLTR{0%{transform:translate(-100%)}to{transform:translate(0%)}}.aboutSection-module__3yMk0a__cardBox{color:#fff;text-align:center;background:#000;border:1px solid #2b2b2b;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:260px;min-height:200px;padding:1rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 0 10px rgba(0,0,0,.3)}.aboutSection-module__3yMk0a__cardBox:hover{transform:scale(1.05);box-shadow:0 0 60px #3fa0ba}.aboutSection-module__3yMk0a__cardBox h3{color:#3fa0ba;margin-bottom:.6rem;font-family:IBM Plex Sans,sans-serif;font-size:1.4rem}.aboutSection-module__3yMk0a__cardBox p{color:#e6e6e6;max-width:90%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;word-break:break-word;text-align:center;direction:rtl;font-family:SST,IBM Plex Sans,Arial,sans-serif;font-size:1rem;line-height:1.7}.aboutSection-module__3yMk0a__separatorBox{flex-shrink:0;justify-content:center;align-items:center;width:200px;display:flex}.aboutSection-module__3yMk0a__separatorBox img{object-fit:contain;opacity:.9;filter:drop-shadow(0 0 10px rgba(240,90,43,.4));width:100%;height:auto}.aboutSection-module__3yMk0a__marqueeContainer:hover .aboutSection-module__3yMk0a__marqueeTrack{animation-play-state:paused}.aboutSection-module__3yMk0a__buttonsRow{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.8rem;display:flex}.aboutSection-module__3yMk0a__button{color:#ccc;cursor:pointer;background:#000;border:none;border-radius:10px;padding:.75rem 1.2rem;font-family:SST,sans-serif;font-size:1.05rem;transition:background .25s,transform .15s}.aboutSection-module__3yMk0a__button:hover{background:#2b2b2b;transform:translateY(-3px)}.aboutSection-module__3yMk0a__button.aboutSection-module__3yMk0a__active{color:#fff;background:#f05a2b;box-shadow:0 0 16px rgba(243,97,0,.25)}@media (max-width:1024px){.aboutSection-module__3yMk0a__marqueeTrack{animation-duration:150s}.aboutSection-module__3yMk0a__cardBox{width:240px;min-height:200px;padding:1rem}.aboutSection-module__3yMk0a__aboutHeader h1{font-size:2.6rem}.aboutSection-module__3yMk0a__aboutHeader h2{font-size:1.4rem}}@media (max-width:768px){.aboutSection-module__3yMk0a__marqueeContainer{min-height:240px;margin-bottom:3.5rem;overflow-y:visible}.aboutSection-module__3yMk0a__marqueeTrack{animation-duration:180s}.aboutSection-module__3yMk0a__cardBox{width:200px;min-height:190px;padding:.9rem}.aboutSection-module__3yMk0a__cardBox h3{font-size:1.2rem}.aboutSection-module__3yMk0a__cardBox p{font-size:1.05rem}.aboutSection-module__3yMk0a__aboutHeader h1{font-size:2.2rem}.aboutSection-module__3yMk0a__aboutHeader h2{font-size:1.2rem}}@media (max-width:480px){.aboutSection-module__3yMk0a__marqueeContainer{min-height:260px;margin-bottom:4rem;overflow-y:visible}.aboutSection-module__3yMk0a__marqueeTrack{animation-duration:200s}.aboutSection-module__3yMk0a__cardBox{width:170px;min-height:180px;padding:.7rem}.aboutSection-module__3yMk0a__cardBox h3{font-size:1.05rem}.aboutSection-module__3yMk0a__cardBox p{font-size:.95rem}.aboutSection-module__3yMk0a__aboutHeader h1{font-size:1.8rem}.aboutSection-module__3yMk0a__aboutHeader h2{font-size:1rem;line-height:1.6}}
@font-face{font-family:IBM Plex Sans;src:url(/fonts/IBMPlexSansArabic-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SST;src:url(/fonts/arfonts-sst-arabic-medium.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}.idef-module__-ikHAa__identitySection *{box-sizing:border-box;font-family:SST,IBM Plex Sans,sans-serif!important}.idef-module__-ikHAa__identitySection{color:#000;background:#231f20;flex-direction:column;align-items:center;padding:60px 20px;display:flex;overflow:hidden}.idef-module__-ikHAa__logosBar{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;width:100%;margin-bottom:60px;transition:all .6s;display:flex}.idef-module__-ikHAa__logoContainer{cursor:pointer;transition:transform .4s}.idef-module__-ikHAa__logoThumb{object-fit:contain;width:120px;height:100px;transition:transform .4s}.idef-module__-ikHAa__logoDetailsMain{text-align:center;width:100%;max-width:1200px;position:relative}.idef-module__-ikHAa__logoTitle{color:#fff;text-align:center;direction:rtl;margin:0 0 25px;font-size:2rem;font-weight:700}.idef-module__-ikHAa__mainImageContainer{justify-content:center;width:100%;margin-bottom:30px;display:flex;position:relative}.idef-module__-ikHAa__mainImage{object-fit:cover;border-radius:16px;width:1000px;height:auto;box-shadow:0 0 15px rgba(0,0,0,.15)}.idef-module__-ikHAa__arrowContainer{z-index:10;align-items:center;transition:transform .3s ease-in-out;display:flex;position:absolute;bottom:30px;left:88%;transform:translate(-50%)}.idef-module__-ikHAa__arrowText{color:#fff;margin-left:10px;font-size:1.1rem}.idef-module__-ikHAa__arrow{border-top:3px solid #fff;border-right:3px solid #fff;width:20px;height:20px;transform:rotate(45deg)}.idef-module__-ikHAa__arrowContainer:hover{transform:translate(-50%)translateY(-8px)}.idef-module__-ikHAa__logoDesc{color:#fff5f5;text-align:center;direction:rtl;max-width:900px;margin:0 auto 50px;font-size:1.2rem;line-height:1.8}.idef-module__-ikHAa__threeImagesRow{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;display:flex}.idef-module__-ikHAa__smallImage{border-radius:12px;width:100%;max-width:360px;transition:transform .3s}.idef-module__-ikHAa__smallImage:hover{transform:scale(1.05)}@media (max-width:1024px){.idef-module__-ikHAa__logoTitle{margin-bottom:20px;font-size:1.8rem}.idef-module__-ikHAa__mainImage{max-width:800px}.idef-module__-ikHAa__logoDesc{padding:0 20px;font-size:1.1rem}.idef-module__-ikHAa__smallImage{max-width:300px}.idef-module__-ikHAa__arrowContainer{bottom:30px;left:88%;right:auto;transform:translate(-50%)}.idef-module__-ikHAa__arrowText{margin-left:10px;margin-right:0}.idef-module__-ikHAa__arrow{border-top:3px solid #fff;border-left:none;border-right:3px solid #fff;transform:rotate(45deg)}.idef-module__-ikHAa__arrowContainer:hover{transform:translate(-50%)translateY(-8px)}}@media (max-width:768px){.idef-module__-ikHAa__logoTitle{text-align:center;margin-bottom:15px;font-size:1.6rem}.idef-module__-ikHAa__mainImageContainer{margin-bottom:20px}.idef-module__-ikHAa__mainImage{max-width:95%}.idef-module__-ikHAa__logoDesc{padding:0 10px;font-size:1rem}.idef-module__-ikHAa__logosBar{gap:20px}.idef-module__-ikHAa__logoThumb{width:80px;height:70px}.idef-module__-ikHAa__arrowContainer{bottom:30px;left:88%;right:auto;transform:translate(-50%)}.idef-module__-ikHAa__arrowText{margin-left:10px;margin-right:0}.idef-module__-ikHAa__arrow{border-top:3px solid #fff;border-left:none;border-right:3px solid #fff;transform:rotate(45deg)}.idef-module__-ikHAa__arrowContainer:hover{transform:translate(-50%)translateY(-8px)}.idef-module__-ikHAa__threeImagesRow{flex-direction:column;justify-content:center;align-items:center;gap:15px}.idef-module__-ikHAa__smallImage{max-width:90%}}@media (max-width:480px){.idef-module__-ikHAa__logoTitle{font-size:1.4rem}.idef-module__-ikHAa__arrowText{font-size:.9rem}.idef-module__-ikHAa__arrow{width:15px;height:15px}.idef-module__-ikHAa__logoDesc{font-size:.9rem}.idef-module__-ikHAa__arrowContainer{bottom:30px;left:88%;right:auto;transform:translate(-50%)}}
.OurProject-module__ZXwZBq__section{background:#231f20;border-bottom:2px solid #555;flex-direction:column;min-height:80vh;padding-bottom:3rem;display:flex;overflow:hidden}.OurProject-module__ZXwZBq__projectsTitle{text-align:center;padding:2rem 1rem}.OurProject-module__ZXwZBq__projectsTitle h1{color:#f05a2b;margin-bottom:1rem;font-family:IBM Plex Sans,sans-serif;font-size:3rem}.OurProject-module__ZXwZBq__projectsTitle h2{color:#ddd;max-width:900px;margin:0 auto;font-family:SST,sans-serif;font-size:1.6rem;line-height:1.9}.OurProject-module__ZXwZBq__cards{flex-wrap:wrap;justify-content:center;align-items:center;gap:45px;margin-top:2rem;display:flex}.OurProject-module__ZXwZBq__card{cursor:pointer;text-align:center;background:#000;border:2px solid #333;border-radius:16px;width:340px;height:240px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 0 15px rgba(0,0,0,.4)}.OurProject-module__ZXwZBq__card:hover{border-color:#f05a2b;transform:translateY(-6px)scale(1.05);box-shadow:0 0 25px rgba(240,90,43,.8)}.OurProject-module__ZXwZBq__cardVideo{width:100%;height:100%;position:relative;overflow:hidden}.OurProject-module__ZXwZBq__cardVideo video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.OurProject-module__ZXwZBq__card h2{color:#fff;background:rgba(0,0,0,.6);margin:0;padding:8px 0;font-family:IBM Plex Sans,sans-serif;font-size:1.5rem;position:absolute;bottom:10px;left:0;right:0}.OurProject-module__ZXwZBq__overlayRoot{flex-direction:column;justify-content:center;align-items:center;padding-top:80px;animation:.4s forwards OurProject-module__ZXwZBq__fadeIn;display:flex;overflow-y:auto;z-index:999999999!important;background:#000!important;width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important}@keyframes OurProject-module__ZXwZBq__fadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.OurProject-module__ZXwZBq__overlayHeader{z-index:100000000;justify-content:space-between;padding:0 30px;display:flex;position:fixed;top:20px;left:0;right:0}.OurProject-module__ZXwZBq__homeBtn{color:#fff;cursor:pointer;background:0 0;border:2px solid #f05a2b;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:600;transition:all .3s}.OurProject-module__ZXwZBq__homeBtn:hover{color:#fff;background:#f05a2b;transform:translateY(-2px)}.OurProject-module__ZXwZBq__backBtn{color:#fff;cursor:pointer;background:#f05a2b;border:none;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:600;transition:all .3s}.OurProject-module__ZXwZBq__backBtn:hover{background:#d94d22;transform:translateY(-2px)}.OurProject-module__ZXwZBq__comingSoonWrap{text-align:center;background:linear-gradient(135deg,#000,#1a1a1a);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.OurProject-module__ZXwZBq__comingSoonTitle{color:#f05a2b;letter-spacing:1vw;text-transform:uppercase;text-shadow:0 0 25px rgba(240,90,43,.6),0 0 50px rgba(240,90,43,.3);font-size:10vw;font-weight:900;animation:3s ease-in-out infinite alternate OurProject-module__ZXwZBq__glowText}@keyframes OurProject-module__ZXwZBq__glowText{0%{text-shadow:0 0 20px rgba(240,90,43,.6),0 0 40px rgba(240,90,43,.4);transform:scale(1)}to{text-shadow:0 0 35px rgba(240,90,43,.8),0 0 70px rgba(240,90,43,.6);transform:scale(1.05)}}.OurProject-module__ZXwZBq__identityWrapper{color:#fff;background:#000;width:100%;height:100%}@font-face{font-family:IBM Plex Sans;src:url(/fonts/IBMPlexSansArabic-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SST;src:url(/fonts/arfonts-sst-arabic-medium.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}h1{font-family:IBM Plex Sans,sans-serif}h2{font-family:IBM Plex Sans,sans-serif}h3{font-family:IBM Plex Sans,sans-serif}h4{font-family:IBM Plex Sans,sans-serif}h5{font-family:IBM Plex Sans,sans-serif}h6{font-family:IBM Plex Sans,sans-serif}button{font-family:IBM Plex Sans,sans-serif}p{font-family:SST,sans-serif}span{font-family:SST,sans-serif}a{font-family:SST,sans-serif}li{font-family:SST,sans-serif}input{font-family:SST,sans-serif}textarea{font-family:SST,sans-serif}@media (max-width:1024px){.OurProject-module__ZXwZBq__projectsTitle h1{font-size:2.4rem}.OurProject-module__ZXwZBq__projectsTitle h2{padding:0 1rem;font-size:1.1rem}.OurProject-module__ZXwZBq__cards{gap:30px}.OurProject-module__ZXwZBq__card{width:300px;height:210px}}@media (max-width:768px){.OurProject-module__ZXwZBq__projectsTitle h1{font-size:2rem}.OurProject-module__ZXwZBq__projectsTitle h2{font-size:1rem;line-height:1.6}.OurProject-module__ZXwZBq__cards{flex-direction:column;gap:25px}.OurProject-module__ZXwZBq__card{width:90%;max-width:330px;height:200px}.OurProject-module__ZXwZBq__comingSoonTitle{letter-spacing:2vw;font-size:14vw}.OurProject-module__ZXwZBq__overlayHeader{flex-direction:column;align-items:center;gap:10px;top:10px}.OurProject-module__ZXwZBq__homeBtn,.OurProject-module__ZXwZBq__backBtn{width:80%;padding:8px 0;font-size:.9rem}}@media (min-width:1600px){.OurProject-module__ZXwZBq__cards{gap:80px}.OurProject-module__ZXwZBq__card{width:400px;height:280px}.OurProject-module__ZXwZBq__projectsTitle h1{font-size:3.5rem}.OurProject-module__ZXwZBq__projectsTitle h2{font-size:1.4rem}}
@font-face{font-family:IBM Plex Sans;src:url(/fonts/IBMPlexSansArabic-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SST;src:url(/fonts/SST-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}.OurValues-module__W1gNAW__section,.OurValues-module__W1gNAW__section *{direction:rtl;font-family:SST,sans-serif;font-weight:400}.OurValues-module__W1gNAW__section h1,.OurValues-module__W1gNAW__section h2,.OurValues-module__W1gNAW__section h3,.OurValues-module__W1gNAW__section h4,.OurValues-module__W1gNAW__section h5,.OurValues-module__W1gNAW__section h6{font-family:IBM Plex Sans,sans-serif;font-weight:700}.OurValues-module__W1gNAW__section{background:#231f20;width:100%;position:relative;overflow:hidden}.OurValues-module__W1gNAW__fixedWrapper{pointer-events:none;width:100%;height:100vh;position:fixed;top:0;bottom:0;left:0;right:0}.OurValues-module__W1gNAW__bgVideo{object-fit:cover;z-index:0;width:100%;height:100%;transition:opacity .18s linear;position:absolute;top:0;bottom:0;left:0;right:0}.OurValues-module__W1gNAW__videoTextWrapper{z-index:5;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.OurValues-module__W1gNAW__textLeft,.OurValues-module__W1gNAW__textRight{color:#fff;width:35%;position:absolute;top:50%;transform:translateY(-50%)}.OurValues-module__W1gNAW__textLeft{text-align:right;left:60%}.OurValues-module__W1gNAW__textRight{text-align:left;right:60%}.OurValues-module__W1gNAW__textLeft h3,.OurValues-module__W1gNAW__textRight h3{color:#3fa0ba;direction:rtl;margin-bottom:.5rem;font-size:2rem}.OurValues-module__W1gNAW__textLeft p,.OurValues-module__W1gNAW__textRight p{color:#fff;direction:rtl;font-size:1.5rem;line-height:1.5}.OurValues-module__W1gNAW__imageStackWrapper{z-index:1;pointer-events:none;border-radius:12px;position:absolute;top:8%;bottom:8%;left:10%;right:10%;overflow:hidden}.OurValues-module__W1gNAW__imageFull{will-change:clip-path,opacity;z-index:1;background-position:50%;background-size:cover;border-radius:12px;transition:clip-path .18s linear,opacity .18s linear;position:absolute;top:0;bottom:0;left:0;right:0}.OurValues-module__W1gNAW__timelineLine{z-index:4;pointer-events:none;background:rgba(255,255,255,.06);border-radius:6px;height:6px;position:absolute;box-shadow:inset 0 2px 12px rgba(0,0,0,.45)}.OurValues-module__W1gNAW__card{color:#fff;background:linear-gradient(145deg,#030303,#2e2e2e);border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:350px;height:200px;margin:50px;transition:transform .3s,opacity .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.25)}.OurValues-module__W1gNAW__cardContent{text-align:center;opacity:.95;padding:30px 20px;transform:translateY(5px)}.OurValues-module__W1gNAW__cardContent h3{letter-spacing:.5px;margin-bottom:12px;font-size:1.4rem;font-weight:600}.OurValues-module__W1gNAW__cardContent p{opacity:.85;font-size:.8rem;line-height:1.1}.OurValues-module__W1gNAW__cardScroller{z-index:6;pointer-events:none;transform-origin:0;will-change:transform,opacity;align-items:center;width:max-content;display:flex;position:absolute;top:50%;overflow:visible;transform:translateY(-50%)}.OurValues-module__W1gNAW__cardWrapperScroll{justify-content:center;align-items:center;display:flex}.OurValues-module__W1gNAW__horizontalDividerScroll{pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border-radius:2px;align-self:center;width:110px;height:2px;margin-left:18px;margin-right:18px}.OurValues-module__W1gNAW__cardSquareScroll{color:#fff;text-align:center;pointer-events:auto;background:rgba(10,10,10,.92);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:320px;height:200px;padding:20px;transition:transform .25s,box-shadow .2s,background .2s;display:flex;box-shadow:0 8px 30px rgba(0,0,0,.45)}.OurValues-module__W1gNAW__cardActive{transform-origin:50%;background:rgba(18,18,18,.99);box-shadow:0 18px 40px rgba(0,0,0,.55)}.OurValues-module__W1gNAW__cardContentScroll{text-align:center;flex-direction:column;align-items:center;padding:10px;display:flex}.OurValues-module__W1gNAW__cardContentScroll h4{margin:6px 0 4px;font-size:1rem}.OurValues-module__W1gNAW__cardContentScroll p{opacity:.95;margin:0;font-size:.82rem}.OurValues-module__W1gNAW__finalFormBox{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:8;pointer-events:auto;background:rgba(255,255,255,.06);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;top:8%;bottom:8%;left:10%;right:10%;box-shadow:0 0 25px rgba(240,90,43,.18)}.OurValues-module__W1gNAW__finalFormInner{flex-direction:column;gap:12px;width:40%;display:flex}.OurValues-module__W1gNAW__finalFormInner input,.OurValues-module__W1gNAW__finalFormInner select,.OurValues-module__W1gNAW__finalFormInner button{text-align:center;border:none;border-radius:8px;padding:12px;font-size:1rem;transition:all .3s}.OurValues-module__W1gNAW__finalFormInner input,.OurValues-module__W1gNAW__finalFormInner select{color:#fff;background:rgba(255,255,255,.12);outline:none}.OurValues-module__W1gNAW__finalFormInner input::placeholder{color:#ccc}.OurValues-module__W1gNAW__finalFormInner select{cursor:pointer;background-image:linear-gradient(90deg,#f05a2b,#f05a2b);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px}.OurValues-module__W1gNAW__finalFormInner select:hover,.OurValues-module__W1gNAW__finalFormInner input:focus{background:rgba(255,255,255,.2)}.OurValues-module__W1gNAW__finalFormInner option{color:#000}.OurValues-module__W1gNAW__finalFormInner button{color:#fff;cursor:pointer;background:#f05a2b}.OurValues-module__W1gNAW__finalFormInner button:hover{background:#ff6b35;transform:translateY(-3px)}.OurValues-module__W1gNAW__formStatusPopup{z-index:12;pointer-events:none;border-radius:10px;padding:10px 16px;font-weight:1200;position:absolute;top:50%;left:40%;transform:translate(-50%);box-shadow:0 8px 30px rgba(0,0,0,.4)}.OurValues-module__W1gNAW__formStatusPopup.OurValues-module__W1gNAW__success{color:rgba(34,197,94,.95);background:#fff;width:250px;height:50px;padding:auto}.OurValues-module__W1gNAW__formStatusPopup.OurValues-module__W1gNAW__error{color:#fff;background:rgba(239,68,68,.95)}@media (max-width:1024px){.OurValues-module__W1gNAW__videoTextWrapper{flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;padding-top:20%;display:flex}.OurValues-module__W1gNAW__textLeft,.OurValues-module__W1gNAW__textRight{text-align:center;width:90%;padding:2%;position:relative;top:20%;left:auto;right:auto;transform:none}@keyframes OurValues-module__W1gNAW__slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.OurValues-module__W1gNAW__textLeft h3,.OurValues-module__W1gNAW__textRight h3{font-size:1.8rem}.OurValues-module__W1gNAW__textLeft p,.OurValues-module__W1gNAW__textRight p{font-size:1.2rem;line-height:1.6}.OurValues-module__W1gNAW__bgVideo{object-fit:contain}.OurValues-module__W1gNAW__imageStackWrapper{width:100vw;height:auto;top:10%;bottom:5%;left:0;right:0;transform:scale(1.25)}.OurValues-module__W1gNAW__imageFull{background-position:50%;background-repeat:no-repeat;background-size:contain}.OurValues-module__W1gNAW__cardScroller{top:43%}.OurValues-module__W1gNAW__card{width:260px;height:180px}.OurValues-module__W1gNAW__cardContent h3{font-size:1.2rem}.OurValues-module__W1gNAW__cardContent p{font-size:.9rem}}@media (max-width:768px){.OurValues-module__W1gNAW__videoTextWrapper{flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;padding-top:20%;display:flex}@keyframes OurValues-module__W1gNAW__slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.OurValues-module__W1gNAW__textLeft,.OurValues-module__W1gNAW__textRight{text-align:center;width:90%;padding:2%;position:relative;top:20%;left:auto;right:auto;transform:none}.OurValues-module__W1gNAW__textLeft h3,.OurValues-module__W1gNAW__textRight h3{font-size:1.4rem}.OurValues-module__W1gNAW__textLeft p,.OurValues-module__W1gNAW__textRight p{font-size:1rem;line-height:1.6}.OurValues-module__W1gNAW__bgVideo{object-fit:contain;height:100vh}.OurValues-module__W1gNAW__imageStackWrapper{width:100vw;height:auto;top:10%;bottom:3%;left:0;right:0;transform:scale(1.35)}.OurValues-module__W1gNAW__imageFull{background-position:50%;background-repeat:no-repeat;background-size:contain}.OurValues-module__W1gNAW__cardScroller{top:46%}.OurValues-module__W1gNAW__card{width:200px;height:160px}.OurValues-module__W1gNAW__cardContent h3{font-size:1rem}.OurValues-module__W1gNAW__cardContent p{font-size:.85rem;line-height:1.4}}@media (max-width:480px){.OurValues-module__W1gNAW__videoTextWrapper{flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;padding-top:20%;display:flex}@keyframes OurValues-module__W1gNAW__slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.OurValues-module__W1gNAW__textLeft,.OurValues-module__W1gNAW__textRight{text-align:center;width:90%;padding:2%;position:relative;top:20%;left:auto;right:auto;transform:none}.OurValues-module__W1gNAW__textLeft h3,.OurValues-module__W1gNAW__textRight h3{font-size:1.2rem}.OurValues-module__W1gNAW__textLeft p,.OurValues-module__W1gNAW__textRight p{font-size:.85rem;line-height:1.5}.OurValues-module__W1gNAW__textLeft{padding-right:6%}.OurValues-module__W1gNAW__textRight{padding-left:6%}.OurValues-module__W1gNAW__bgVideo{object-fit:cover;height:100vh}.OurValues-module__W1gNAW__imageStackWrapper{width:100vw;height:auto;top:10%;bottom:2%;left:0;right:0;transform:scale(1.45)}.OurValues-module__W1gNAW__imageFull{background-position:50%;background-repeat:no-repeat;background-size:contain}.OurValues-module__W1gNAW__cardScroller{top:48%}.OurValues-module__W1gNAW__card{width:160px;height:140px}.OurValues-module__W1gNAW__cardContent{padding:20px 10px}.OurValues-module__W1gNAW__cardContent h3{font-size:.95rem}.OurValues-module__W1gNAW__cardContent p{font-size:.75rem}}
@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans Fallback;src:local(Arial);ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.0%;size-adjust:101.17%}.ibm_plex_sans_4a159c87-module___bwZhW__className{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.ibm_plex_sans_4a159c87-module___bwZhW__variable{--font-ibm-plex-sans:"IBM Plex Sans","IBM Plex Sans Fallback"}
