@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Antic+Slab&display=swap);@import url(https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Lateef:wght@200;300;400;500;600;700;800&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Lateef:wght@200;300;400;500;600;700;800&family=Mirza:wght@400;500;600;700&family=Noto+Naskh+Arabic:wght@400..700&family=Noto+Sans+Arabic:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Tajawal:wght@200;300;400;500;700;800;900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Lateef:wght@200;300;400;500;600;700;800&family=Mirza:wght@400;500;600;700&family=Noto+Naskh+Arabic:wght@400..700&family=Noto+Sans+Arabic:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Tajawal:wght@200;300;400;500;700;800;900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);body{font-family:Antic Slab,serif;margin:0}li,ul{list-style:none;margin:0;padding:0}.navbar-container{width:100%}.navbar-top{align-items:center;display:flex;justify-content:space-between;padding:4px 20px}.navbar-logo{flex:1 1}.logo{height:auto;width:150px}.language-switcher{margin-left:20px;position:relative}.dropdown-button{align-items:center;background-color:#ebf9fe;border:none;border-radius:30px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;font-size:1rem;gap:8px;padding:8px 16px;transition:all .2s ease}.dropdown-button:hover{background-color:#d2e9f5;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.dropdown-icon{color:#06480d}.dropdown-icon,.dropdown-icon2{font-size:15px;transition:transform .3s ease-in-out}.dropdown-icon2{color:#dbe7dc;margin-right:4px}.language-switcher:hover .dropdown-icon{transform:rotate(180deg)}.dropdown-menu{animation:fadeDown .3s ease;background-image:linear-gradient(-225deg,#e3fdf5,#b5d8f3);border:1px solid #0000;border-radius:10px;min-width:140px;padding:5px 0;position:absolute;right:0;top:calc(100% + 5px);z-index:1000}.dropdown-menu:before{background:#0000;content:"";height:10px;left:0;position:absolute;right:0;top:-10px}.dropdown-menu li{align-items:center;border-radius:5px;cursor:pointer;display:flex;font-size:15px;gap:8px;padding:12px 15px;transition:background .2s ease-in-out}.dropdown-menu li:hover{background-color:#a0c8e4;color:#fff;font-weight:500}.flag-icon{border-radius:4px;height:auto;width:30px}.navbar-bottom{background-color:#114169;justify-content:space-between;padding:2px 17px}.navbar-bottom,.navbar-links{align-items:center;display:flex}.navbar-links{flex:2 1;gap:4rem;justify-content:center}.nav-item,.navbar-links a{position:relative}.navbar-links a{color:#fff;font-size:1.4rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.navbar-links a:hover{color:#4b9de1}.hover-underline-animation:after{background-color:#128bd7;bottom:-4px;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .25s ease-out;width:100%}.hover-underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}.submenu{background:linear-gradient(0deg,#033451 0,#5c6979);border-radius:12px;box-shadow:0 8px 20px #00000026;left:50%;min-width:220px;opacity:0;padding:1rem 1.5rem;pointer-events:none;position:absolute;text-align:center;top:100%;transform:translateX(-50%) translateY(10px);transition:all .25s ease;visibility:hidden;z-index:99}.nav-item:hover .submenu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}.submenu li{font-family:Antic Slab,serif;font-size:1.4rem;padding:.8rem .5rem;transition:all .2s ease}.submenu li:hover{border-radius:5px;color:#00ecec;cursor:pointer;font-weight:700}@keyframes fadeDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.navbar-right{display:flex;flex:1 1;gap:1rem;justify-content:flex-end}.donate-btn{background-image:linear-gradient(rgba(167,28,195,.818),rgba(13,96,128,.884));background-position:50%;background-size:cover;border:none;border-radius:27px;color:#fff;cursor:pointer;font-size:1.6rem;margin:5px 0;padding:.7rem 2rem}body.rtl .donate-btn{font-family:Amiri,serif;font-size:2rem;padding:0 2.8rem}.donate-btn:hover{background-image:linear-gradient(90deg,#897e08,#6bc505);color:#fff;transition:.3s}@media (max-width:320px) and (orientation:portrait){.dropdown-button span:not(.dropdown-icon){display:none}.flag-icon{height:auto;width:20px!important}.dropdown-icon{font-size:12px!important;margin-left:0}.navbar-links{gap:2rem;margin-top:15px;padding:25px}.navbar-links a{font-size:.8rem!important}.submenu li{font-size:1rem;padding:8px 0!important;text-align:center!important}.submenu li a{font-size:.5rem!important}.donate-btn{font-size:.8rem!important;padding:.2rem 1.3rem!important}body.rtl .donate-btn{font-size:.7rem;padding:0 1.5rem!important}}@media (max-width:1440px) and (orientation:portrait){.dropdown-button span:not(.dropdown-icon){display:none}.navbar-top{align-items:center;flex-direction:column;padding:34px 20px}.dropdown-button{font-size:3rem!important;padding:20px}body.rtl .dropdown-button{font-size:4.7rem!important;margin-left:60px!important}.language-switcher{position:absolute;right:20px;top:5px}.hamburger{display:flex;flex-direction:column;height:50px;justify-content:space-around;order:0;width:60px;z-index:101}.hamburger span{background-color:#fff;display:block;height:3px;width:100%}.navbar-links{background-color:#114169;display:none;flex-direction:column;left:0;order:1;padding:10px 0;position:absolute;top:215px;width:100%;z-index:100}.navbar-links.active{display:flex}.navbar-right{margin-left:auto;order:2}.navbar-links,body.rtl .navbar-links{margin-top:190px!important}.flag-icon{height:auto;width:80px!important}.dropdown-menu li{font-size:3rem!important;padding:26px 65px}body.rtl .dropdown-menu li{font-size:3.7rem!important;padding:42px 65px}.dropdown-icon{font-size:34px!important;margin-left:0}.dropdown-button{margin:-20px!important;padding:12px 17px}.logo{height:auto;width:270px}.navbar-links a{font-size:3.2rem!important}body.rtl .navbar-links a{font-size:3.5rem!important}.submenu li{font-size:2.4rem;padding:30px 150px!important;text-align:center!important}.donate-btn{font-size:1.9rem;padding:1.2rem 1.3rem!important}.donate-btn,body.rtl .donate-btn{margin-bottom:10px;margin-top:10px}body.rtl .donate-btn{font-size:2.5rem!important;padding:.1rem 1.7rem!important}}@media (min-width:1200px) and (orientation:portrait){.dropdown-button span:not(.dropdown-icon){display:none}.navbar-top{align-items:center;flex-direction:column;padding:34px 20px}.logo{height:auto;width:420px}.dropdown-button{font-size:3rem!important;margin:-20px!important;padding:20px}body.rtl .dropdown-button{font-size:4.7rem!important;margin-left:60px!important}.search-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.search-box{margin-bottom:3px;width:80%}.language-switcher{position:absolute;right:20px;top:5px}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:80px;justify-content:space-around;margin-left:0;margin-right:12px;order:0;width:70px;z-index:101}.hamburger span{background-color:#fff;display:block;height:3px;width:100%}.navbar-links{background-color:#114169;display:none;flex-direction:column;left:0;order:1;padding:10px 0;position:absolute;top:215px;width:100%;z-index:100}.navbar-links.active{display:flex}.navbar-right{margin-left:auto;order:2}.navbar-links{margin-top:395px!important}body.rtl .navbar-links{margin-top:440px!important}.flag-icon{height:auto;width:95px!important}.dropdown-menu li,body.rtl .dropdown-menu li{font-size:3.7rem!important;padding:42px 65px}.dropdown-icon{font-size:60px!important;margin-left:0}.navbar-links a,body.rtl .navbar-links a{font-size:3.5rem!important}.submenu li{font-size:2.4rem;padding:30px 150px!important;text-align:center!important}.donate-btn{font-size:4rem!important;margin:30px;padding:2.2rem 2.9rem!important}body.rtl .donate-btn{font-size:5.3rem!important;margin:40px;padding:.5rem 3.7rem!important}}@media (max-width:1024px) and (orientation:portrait){.dropdown-button span:not(.dropdown-icon){display:none}.dropdown-button{margin:-10px!important}.flag-icon{height:auto;width:55px!important}.dropdown-menu li{font-size:1.7rem!important;padding:22px 25px}.dropdown-icon{font-size:30px!important;margin-left:0}.navbar-links{gap:4rem;padding:25px}.navbar-links,body.rtl .navbar-links{margin-top:140px!important}.navbar-links a{font-size:2.2rem!important}.submenu li{font-size:2rem;padding:20px 0!important;text-align:center!important}.donate-btn{font-size:1.9rem;padding:1.2rem 1.3rem!important}.donate-btn,body.rtl .donate-btn{margin-bottom:10px;margin-top:10px}body.rtl .donate-btn{font-size:2.5rem!important;padding:.1rem 1.7rem!important}}@media (max-width:768px) and (orientation:portrait){.dropdown-button span:not(.dropdown-icon){display:none}.logo{height:auto;width:170px}.dropdown-menu li{font-size:29px!important}.flag-icon{height:auto;width:40px!important}.dropdown-button{margin:18px 13px!important}.dropdown-icon,body.rtl .dropdown-menu li{font-size:25px!important;margin-left:0}body.rtl .dropdown-menu li{padding:20px 29px}.navbar-links{gap:4rem;margin-top:85px!important;padding:25px}body.rtl .navbar-links{margin-top:80px!important}.navbar-links a,body.rtl .navbar-links a{font-size:2rem!important}.submenu li{font-size:2rem;padding:20px 0!important;text-align:center!important}.donate-btn{font-size:2rem!important;padding:1rem 1.3rem!important}.donate-btn,body.rtl .donate-btn{margin-bottom:10px;margin-top:10px}body.rtl .donate-btn{font-size:2.2rem!important;padding:.1rem 1.7rem!important}}@media (max-width:576px) and (orientation:portrait){.dropdown-button span:not(.dropdown-icon){display:none}.flag-icon{height:auto;width:30px!important}.dropdown-button{margin:-10px!important}.dropdown-menu li{font-size:1.2rem!important;padding:14px 33px!important}.dropdown-icon{font-size:12px!important;margin-left:0}.dropdown-button{margin:18px 13px!important}.navbar-links{gap:2.8rem;margin-top:24px!important;padding:25px}body.rtl .navbar-links{margin-top:22px!important}.navbar-links a{font-size:1.7rem!important}.submenu li{padding:19px 0!important;text-align:center!important}.submenu li a{font-size:1.8rem!important}.donate-btn{font-size:1.4rem!important;padding:.8rem 1.7rem!important}body.rtl .donate-btn{font-size:1.5rem!important;padding:.3rem 1.5rem!important}}@media (max-width:374px) and (orientation:portrait){.dropdown-button span:not(.dropdown-icon){display:none}.flag-icon{height:auto;width:30px!important}.dropdown-menu li{font-size:19px!important}.dropdown-icon{font-size:12px!important;margin-left:0}.navbar-links{gap:2.8rem;margin-top:24px!important;padding:25px}body.rtl .navbar-links{margin-top:10px}.navbar-links a{font-size:1.7rem!important}.submenu li{padding:19px 0!important;text-align:center!important}.submenu li a{font-size:1.8rem!important}.donate-btn{font-size:1.4rem!important;padding:.8rem 1.7rem!important}body.rtl .donate-btn{font-size:1.5rem!important;padding:.3rem 1.5rem!important}}@media (max-height:899px) and (orientation:portrait){.navbar-links{gap:2.8rem;margin-top:-24px!important;padding:25px}body.rtl .navbar-links{margin-top:10px}}@media (width:412px) and (orientation:portrait){.navbar-links{gap:2.8rem;margin-top:24px!important;padding:25px}body.rtl .navbar-links{margin-top:10px}}@media (max-width:399px) and (orientation:portrait){.navbar-links{gap:2.8rem;margin-top:24px!important;padding:25px}body.rtl .navbar-links{margin-top:10px}}@media (width:834px) and (orientation:portrait){.navbar-links{gap:2.8rem;margin-top:124px!important;padding:25px}body.rtl .navbar-links{margin-top:10px}}@media screen and (max-width:1024px) and (orientation:portrait){.navbar-top{align-items:flex-start;flex-direction:column;gap:10px;padding:8px 15px}.navbar-logo{display:flex;justify-content:center;margin-bottom:5px;width:100%}.search-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.search-box{margin-bottom:3px;width:60%}.language-switcher{position:absolute;right:20px;top:5px}.navbar-bottom{align-items:center;display:flex;gap:8px}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:25px;justify-content:space-around;margin-left:0;margin-right:12px;order:0;width:30px;z-index:101}.hamburger span{background-color:#fff;border-radius:2px;display:block;height:3px;transition:all .3s ease;width:100%}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.navbar-links{background-color:#114169;display:none;flex-direction:column;left:0;order:1;padding:10px 0;position:absolute;top:215px;width:100%;z-index:100}.navbar-links.active{display:flex}.navbar-right{margin-left:auto;order:2}}@media screen and (max-width:768px){.navbar-top{align-items:flex-start;flex-direction:column;padding:10px 15px;width:100%}.navbar-logo{display:flex;justify-content:center;margin-bottom:10px;width:100%}.search-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.search-icon{height:28px;padding:5.5px;width:28px}.search-box{height:32px;width:280px}.language-switcher{margin-left:auto;top:auto}.navbar-bottom{align-items:center;display:flex;gap:8px;padding:5px 10px}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:25px;justify-content:space-around;margin-left:0;margin-right:12px;order:0;width:30px;z-index:101}.hamburger span{background-color:#fff;border-radius:2px;display:block;height:3px;transition:all .3s ease;width:100%}.navbar-links{background-color:#114169;display:none;flex-direction:column;left:0;order:1;padding:10px 0;position:absolute;top:210px;width:100%;z-index:100}.navbar-links.active{display:flex}.navbar-right{margin-left:auto;order:2}.donate-btn{font-size:1.2rem;padding:.6rem 1.8rem}.dropdown-button{font-size:1.2rem;gap:8px;padding:10px 14px}.dropdown-icon{font-size:20px}.flag-icon{height:auto;width:40px}.dropdown-menu{min-width:140px;padding:5px 0}.dropdown-menu li{font-size:20px;padding:15px 50px}}@media screen and (max-width:480px){.logo{width:100px}.search-box{font-size:.8rem;height:30px;width:130px}.search-icon{height:22px;padding:7px;width:22px}.language-switcher{margin-left:auto;top:auto}.hamburger{margin-left:0;margin-right:12px;order:0}.navbar-right{margin-left:auto;order:2}.navbar-links{left:0;top:190px}.dropdown-button{font-size:1rem;padding:10px}.dropdown-icon{font-size:1rem}.dropdown-menu li{font-size:15px;padding:9px 15px}.donate-btn{font-size:1.2rem;padding:.7rem 1.7rem}body.rtl .donate-btn{font-size:1.5rem;padding:.1rem 1.7rem}.flag-icon{height:auto;width:30px}.navbar-links a{font-size:1.3rem;padding:0}.submenu li{font-family:Antic Slab,serif;font-size:1.4rem;padding:.8rem 1.5rem;transition:all .2s ease}}.search-dropdown{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001f;left:0;overflow:hidden;position:absolute;top:100%;width:100%;z-index:9999}.search-dropdown-item{color:#222;display:block;font-size:14px;overflow:hidden;padding:12px 16px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.search-dropdown-item:hover{background:#f0f4ff}.search-view-all{background:#f7f7f7;color:#1a4cff;display:block;font-weight:600;padding:10px 16px;text-align:center;text-decoration:none}.search-no-result{color:#777;font-size:14px;padding:12px 16px}.search-wrapper{flex:2 1;gap:15px;justify-content:flex-end}.search-box-container,.search-wrapper{align-items:center;display:flex;max-width:100%;position:relative}.search-icon-inside{align-items:center;color:#666;display:flex;justify-content:center;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.search-icon-inside svg{stroke:#666;height:18px;transition:stroke .3s ease;width:18px}.search-box{background:#eef0f4;border:none;border-radius:30px;box-shadow:0 54px 55px #1572de40,0 -12px 30px #1d5faa1f,0 4px 6px #2e56961f,0 12px 13px #5a72ae2b,0 -3px 5px #3269d017;color:#2d4059;font-family:Poppins,sans-serif;font-size:1rem;height:50px;outline:none;padding-left:45px;padding-right:20px;transition:all .3s ease;width:400px}.search-box::placeholder{color:#073d83;font-weight:300;letter-spacing:.5px;text-align:start!important}.search-box:focus{background:#f0f2f6;box-shadow:inset 5px 5px 10px #cbced1,inset -5px -5px 10px #fff}.search-box:focus+.search-icon-inside svg{stroke:#073d83;opacity:1}.search-icon-inside svg{stroke:#073d83;height:20px;opacity:.7;width:20px}.search-icon{display:none}.search-box:focus{width:450px!important}body.rtl .search-box:focus{width:390px}body.rtl .search-box,body.rtl .search-box-container,body.rtl .search-box::placeholder{direction:rtl}body.rtl .search-box-container{overflow:visible}body.rtl .search-dropdown,body.rtl .search-dropdown-item,body.rtl .search-view-all{direction:rtl}body.rtl .search-box,body.rtl .search-box::placeholder{text-align:right}body.rtl .search-dropdown{left:auto;right:0}body.rtl .search-dropdown-item{text-align:right}body.rtl .search-view-all{text-align:center}@media (max-width:375px){body.rtl .search-box{font-size:.85rem;padding-left:8px;padding-right:35px;width:160px}body.rtl .search-icon-inside{right:8px}body.rtl .search-icon-inside svg{height:16px;width:16px}}@media (min-width:376px) and (max-width:480px){body.rtl .search-box{padding-left:10px;padding-right:38px;width:180px}body.rtl .search-icon-inside{right:10px}}@media (min-width:481px) and (max-width:575px){body.rtl .search-box{padding-left:12px;padding-right:40px;width:200px}body.rtl .search-icon-inside{right:12px}}@media (min-width:576px) and (max-width:768px){body.rtl .search-box{padding-left:15px;padding-right:42px;width:220px}body.rtl .search-icon-inside{right:12px}}body.rtl .search-box-container{position:relative;width:-webkit-fit-content;width:fit-content}body.rtl .search-icon-inside{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.search-box,body.rtl .search-box{box-sizing:border-box}body.rtl .search-box{background-color:#eef0f4}@media (max-width:1440px) and (orientation:portrait){.search-wrapper{gap:6px;justify-content:center;width:100%}.search-box-container{width:100%}.search-box{font-size:3rem;height:75px;width:700px!important}body.rtl .search-box{width:420px}.search-box:focus{width:770px!important}body.rtl .search-box:focus{width:470px}body.rtl .search-box{padding-right:55px!important}.search-icon-inside svg,body.rtl .search-icon-inside svg{height:auto;width:40px}.search-view-all{font-size:3.9rem;padding:10px 12px}.search-no-result{font-size:4rem!important;padding:12px}body.rtl .search-box::placeholder{font-size:2.7rem;text-align:right}.search-box::placeholder{font-size:2.4rem}body.rtl .search-wrapper{justify-content:flex-start}}@media (min-width:1200px) and (orientation:portrait){.search-wrapper{gap:6px;justify-content:center;width:100%}.search-box-container{width:100%}.search-box{font-size:3rem;height:85px;width:700px!important}body.rtl .search-box{width:420px}.search-box:focus{width:770px!important}body.rtl .search-box:focus{width:470px}.search-box{padding-left:95px!important}body.rtl .search-box{padding-right:95px!important}.search-icon-inside svg{height:auto;width:40px}body.rtl .search-icon-inside svg{height:auto;width:60px}.search-dropdown{left:10px;margin-top:390px!important;max-height:290px;min-width:auto;position:fixed;right:10px;top:auto;width:auto}.search-dropdown-item{font-size:3rem!important;padding:18px 12px}.search-view-all{font-size:3.9rem;padding:10px 12px}.search-no-result{font-size:4rem!important;padding:12px}body.rtl .search-box::placeholder{font-size:3.5rem;text-align:right}.search-box::placeholder{font-size:3rem}body.rtl .search-wrapper{justify-content:flex-start}}@media (max-width:1024px) and (orientation:portrait){.search-wrapper{gap:6px;justify-content:center;width:100%}.search-box-container{width:100%}.search-box{font-size:2rem;height:55px;width:490px!important}body.rtl .search-box{width:420px}.search-box:focus{width:520px!important}body.rtl .search-box:focus{width:470px}.search-icon-inside svg{height:20px;width:20px}.search-dropdown{left:10px;margin-top:190px;max-height:290px;min-width:auto;position:fixed;right:10px;top:auto;width:auto}.search-dropdown-item{font-size:1.6rem!important;padding:18px 12px}.search-view-all{font-size:1.9rem;padding:10px 12px}.search-no-result{font-size:.85rem;padding:12px}body.rtl .search-box::placeholder{font-size:2.2rem;text-align:right}.search-box::placeholder{font-size:1.8rem;padding:40px 0}body.rtl .search-wrapper{justify-content:flex-start}}@media (max-width:768px){.search-wrapper{gap:6px;justify-content:center;width:100%}.search-box-container{width:100%}.search-box{font-size:.85rem;height:48px;width:420px!important}body.rtl .search-box{width:350px}.search-box:focus{width:450px!important}body.rtl .search-box:focus{width:390px}.search-icon-inside{left:10px}.search-icon-inside svg{height:14px;width:14px}.search-dropdown{left:10px;margin-top:160px;max-height:250px;min-width:auto;position:fixed;right:10px;top:auto;width:auto}.search-dropdown-item{font-size:.85rem;padding:8px 12px}.search-icon-inside svg{height:auto;width:25px}body.rtl .search-icon-inside svg{height:auto;width:29px}.search-view-all{font-size:.9rem;padding:10px 12px}.search-no-result{font-size:.85rem;padding:12px}body.rtl .search-box::placeholder{font-size:1.7rem}.search-box::placeholder{font-size:1.3rem}body.rtl .search-wrapper{justify-content:flex-start}}@media (max-width:576px){.search-wrapper{gap:6px;justify-content:center;width:100%}.search-box-container{width:100%}.search-box{font-size:.85rem;height:38px;width:250px!important}body.rtl .search-box{width:300px}.search-box:focus{width:290px!important}body.rtl .search-box:focus{width:340px}.search-icon-inside{left:10px}.search-icon-inside svg{height:auto;width:22px!important}.search-dropdown{left:10px;margin-top:160px;max-height:250px;min-width:auto;position:fixed;right:10px;top:auto;width:auto}.search-dropdown-item{font-size:.85rem;padding:8px 12px}.search-view-all{font-size:.9rem;padding:10px 12px}.search-no-result{font-size:.85rem;padding:12px}body.rtl .search-box::placeholder{font-size:1.2rem;text-align:right}.search-box::placeholder{font-size:1.2rem}body.rtl .search-wrapper{justify-content:flex-start}}@media (max-width:424px){.search-wrapper{gap:6px;justify-content:center;width:100%}.search-box-container{width:100%}.search-box{font-size:1.4rem;height:38px;width:210px!important}body.rtl .search-box{width:230px}.search-box:focus{width:230px!important}body.rtl .search-box:focus{width:250px}.search-icon-inside{left:10px}.search-icon-inside svg{height:14px;width:14px}.search-dropdown{left:10px;margin-top:160px;max-height:250px;min-width:auto;position:fixed;right:10px;top:auto;width:auto}.search-dropdown-item{font-size:.85rem;padding:8px 12px}.search-no-result{font-size:.85rem;padding:12px}body.rtl .search-box::placeholder{font-size:1.3rem!important;text-align:right}body.rtl .search-wrapper{justify-content:flex-start}}@media (max-width:320px){.search-wrapper{gap:6px;justify-content:center;width:100%}.search-box-container{width:100%}.search-box{font-size:.85rem;height:31px!important;padding-right:10px;width:160px!important}body.rtl .search-box{width:160px}.search-box:focus{width:180px!important}body.rtl .search-box:focus{width:190px}.search-dropdown{left:10px;margin-top:160px;max-height:250px;min-width:auto;position:fixed;right:10px;top:auto;width:auto}.search-dropdown-item{font-size:.85rem;padding:8px 12px}.search-view-all{font-size:.9rem;padding:10px 12px}.search-no-result{font-size:.85rem;padding:12px}body.rtl .search-box::placeholder{font-size:1.1rem!important;text-align:right}.search-box::placeholder{font-size:1rem!important}body.rtl .search-wrapper{justify-content:flex-start}}body.rtl .search-box{padding-left:20px;padding-right:45px}body.rtl .search-icon-inside{left:auto;right:12px}body.rtl .search-dropdown-item{border-left:none;border-right:3px solid #0000}body.rtl .search-dropdown-item:hover{border-left-color:#0000;border-right-color:#114169;padding-left:16px;padding-right:20px}@media (max-width:320px){body.rtl .search-box{padding-left:10px;padding-right:32px}body.rtl .search-icon-inside{right:10px}}@media (min-width:321px) and (max-width:480px){body.rtl .search-box{padding-left:12px;padding-right:35px}body.rtl .search-icon-inside{right:11px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.search-box{border-width:.5px}.search-icon-inside svg{stroke-width:1.5}}@media (prefers-reduced-motion:reduce){.search-box,.search-dropdown,.search-dropdown-item,.search-icon-inside svg,.search-view-all{animation:none!important;transition:none!important}}@media print{.search-wrapper{display:none}}@media (max-height:600px){.search-dropdown{max-height:200px}}@media (spanning:single-fold-vertical){.search-wrapper{margin-right:env(fold-right,0)}}@media (prefers-reduced-motion:reduce){.search-dropdown{animation:none}}*,body,html{margin:0;padding:0}body,html{box-sizing:border-box;overflow-x:hidden}.slider-image-container{position:relative}.slider-text-overlay{animation:fadeIn 1.5s ease-in-out;background:#114169cc;border-radius:20px;box-shadow:0 6px 20px #0000004d;color:#fff;font-family:Quicksand,sans-serif;font-size:1.5rem;font-weight:400;left:35%;max-width:800px;padding:16px 20px;position:absolute;text-align:center;top:85%;transform:translate(-50%,-50%);width:80%}body.rtl .slider-text-overlay{font-family:Amiri,serif;font-weight:500;padding:10px 2px}.services{background-attachment:fixed;background-size:cover;padding:3rem 1rem;text-align:center}.services-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-size:2.2rem;margin-bottom:.5rem}body.rtl .services-title{font-family:Amiri,serif}.services-description{color:#666;font-family:Quicksand,sans-serif;font-size:1.2rem;font-weight:400;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px}body.rtl .services-description{font-family:Lateef,serif;font-size:30px;max-width:900px}.service-cards{align-content:flex-start;align-items:stretch;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.card{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 8px #0000000d;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;padding:1rem;text-align:center;transition:transform .3s ease;width:330px}.card:hover{transform:translateY(-5px)}.card-img{height:35vh;margin-bottom:1rem;object-fit:cover;width:100%}.img-home{background-position:50%;background-size:cover;height:70vh;object-fit:cover;width:100vw}.home-slider{position:relative;z-index:0}.card h3{color:#007b5e;font-size:1.5rem;margin-bottom:1rem}body.rtl .card h3{font-family:Noto Naskh Arabic,serif}.card p{color:#686666;flex:1 1 auto;font-family:Quicksand,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5rem;text-align:justify}body.rtl .card p{font-family:Noto Naskh Arabic,serif;font-size:15px;line-height:2rem;text-align:right}.link{margin-top:10%;text-align:left}.link a{color:#007b5e;display:inline;font-size:25px!important;text-decoration:none}body.rtl .link{font-family:Noto Naskh Arabic,serif;text-align:right}.link a:hover{text-decoration:underline}.video-section{background-image:linear-gradient(-20deg,#e9defa,#fbfcdb);padding:60px 20px}.video-main-title{color:#2c3e50;font-size:2.5rem;font-weight:700;letter-spacing:1.5px;margin-bottom:20px;text-align:center;text-transform:uppercase}.video-main-description{color:#555;font-size:1.1rem;line-height:1.7;margin:0 auto 40px;max-width:800px;padding:0 20px;text-align:center}body.rtl .video-main-description{font-family:Noto Naskh Arabic,serif;font-size:19px;line-height:2.3rem}.video-container-wrapper{background:linear-gradient(135deg,#fff,#f8f9fa 50%,#e9ecef);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAd0AAAHXCAYAAAD5poAIAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABC/SURBVHhe7d1/qF71fcDx8+N5nntNbkwy49W5UKTtumKHVpnV/aPJH9qStrNDLBuj60oZA+1+se2Psj8kf5UyOih2jv0xpHSMonSF0TqNg1Q3irbbOkVls1olBI0x8cab5P54fpyz8332NFg8Se7i8bP28nqRh8s95/nm3v/enE/uzSfPZg7e9+n5pWNHfierJ3+Y5fkVzaVBut684ak6y4p+mX1xYbDjob2fe+BUug4ANP38yh0Ly8PlfePJ5PNFlg+bZl49uzXMqupQXuZf3nHJL/zd3s98da2Y3che27pSVfVoLauzl3pl8WCRF98p8uzxXr/3tbqujlaTupq9FQB4s8lknNX1y6mZqZ2poamldZ4dqkaTYWpsetuZ6CZ5E9Y6rw7NDXrfGPTzv20OfPWifu+xJsSebgHgXJpWpmamdqaGppY2Fw/P7k79RHSTvMrGRTY5UvYnj/XnqgfLXj2c3QIAziE1sz+35cGyf9FjqaWpqbNbU2+JblIX2fjDdz5yNL1mlwCADfjwnd9s+vnNo6mls0tntEYXAOie6AJAENEFgCDt0R3NPgIAnWmPbn/2EQDojPEyALwTWqbGxssA8E5omRobLwPAO2HDT7oAwNuz4SddAKBzogsAQUQXAIKILgAEEV0ACNIeXb+nCwCda4+u39MFgM4ZLwNAENEFgCCiCwBBRBcAgrRH108vA0Dn2qPrp5cBoHPGywDwTrDEHgCCWGIPAEEssQeAIJbYA8D/H9EFgCCiCwBBRBcAgoguAARpj67f0wWAzrVH1+/pAkDnjJcBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAjSHl1L7AGgc+3RtcQeADpnvAwAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQJD26FpiDwCda4+uJfYA0DnjZQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgrRH1xJ7AOhce3QtsQeAzhkvA0AQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQpD26ltgDQOfao2uJPQB0zngZAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAg7dG1xB4AOtceXUvsAaBzxssAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAARpj64l9gDQufboWmIPAJ0zXgaAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIEh7dC2xB4DOtUfXEnsA6JzxMgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQdqja4k9AHSuPbqW2ANA54yXASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAI0h5dS+wBoHPt0bXEHgA6Z7wMAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkCQ9uhaYg8AnWuPriX2ANA542UACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIK0R9cSewDoXHt0LbEHgM69rfHywYM399KrvvtuY2oANrXUuh93b3bp/+yCYlnXdxdP33/nwtzhy66eP7R44/c+8Ozi2/kmAOCnWWpcal1qXmpfamBq4ez2hp3/QD4+VWd5lRX5lvW5Nwbp0j9/+d93v/jyi3/w6qtL3z7y2okHXj186q9Wn7noxn/8m49tmZ4BgE0itS01LrVu2rymfamBqYXTSW9/dT41ctrKppmzY63OH93hthNZXa3keb1Qnh4spEvrdfVzdZXdUNf1Yvp8PB5fMVqrPlytja9MnwPAZpHalho3mox2Z3XePOHWi6mBqYX5/v3VeDXbkhqZWjlt5jmcP7qvHV0ryt6xOit/frUa7Zpeq/PlPM+erars+V5Z/EPZKw7kZblYFuXihTxuA8BPo9S01LbUuKZ3B5r2PZjalxqYWpjek9pY5L3Fufm5l1MzpwfP4ryB3Lv/0fG2hflnmq+8WE2qdx+87+b5rYMtR4te9o0yz79Q9Ir7Br3yxbxJfNH8mR0DgE0hr7NeE9nBoNd7oWnePUVWfzE1MLUwNTG1cVzXlw56xZOpmbNjrTYUyW0Lg3/L8mIlz/NrTi9vvS5d23fsQ/+x49Lh13ctLBxeH41/sfm2TkzG5Yk8319NDwHAz7jUtDrLlpvXidS6y7Zve37n4vjvUwPT/dTE1MZsUq01D55PTQ+dw4aie2guf7556xNZWeyaVPXHT62fvOnbO75/9cmlbVe9sbr6saby78vL6r/n+8WR2REA2BTm8vJwUVRPptal5qX2pQaujE/tqarqttTGvOx/f+myhZdmR85qQ9H95CcfGF68s38gK4qDdTXZNaomv9tU/8/yvPqT06uj3yx75Q/K/vx3bvnctaILwKaS2pYal1qXmpfalxo4qqq7msfgxdTG1MjUytmRs8pnH7P7779jUL5w7Deax+QbFi4efO3WOx96fHbrjPSeK8blrsnK8L2rw+HudK2XF/95+SVzz//yBr4YAPyserpp4JHj6+8d19UH0+dFlv+ov33h+T1XvO9Evnf/W/4t98C9H7nx1PLwU3VdPzF5z66vpyj7wScAuABzg/6gn9eDB157dsMt3fAbD9532465V05/4tgrr+8/vnTyj0fr1UfT6+TK+j0vHF7+03/669uu9OtCAGw2qW2pcal1qXk/7t/S8srnjx9Z+kJqY2rk7O3ntKFIprHy8onRJ7KqvjnP8xfLMrsnz7K/qOviS1vmB/dNxpNrJ6O1PY985QeXz44AwKaQ2pYal1qXmpfalxrYy+ov5Xn2w3xS/+ry0ujW1MrZkbPaUHS3Hz19VT0ZX59NJq/3+sWBi3cOv/vRE9c/tW3nyWcv2bHwUFEWz1VVcc16PZn+Oy8AbBapbalxqXUL27YfSO1LDdy6c+1fy17xUFVPlurJ6Pqdr5467//KuKHoDifVdVle9+q6fnLLwsrT2enF3oO7vnfdieNzv/3ya0vvn+v3fthUf0fzutiIGYDNIjUttS01LrVu6fjr70/tSw1MLZw2saqfzfJ8y3CS/crs2Fm1B/JNS+wP3n1zbzSsfinPiyNN5X+09zOPrp0erixW4+z2Osv+vBpXvz8cj99TFOWw37xmxwBgU6jzbFzX2TC1bjwZ3/W/7ctuTy1MTUxtzIv82Ppock1q5uxYq/bovnmJ/aWL89VkvCvPJq9cVPSPTa/ldfNEm12V1dXu5uO+8aS6dTAojyxs3XrU/0gFwGaRmlZWk6P1ZHI0tS41b9a+q1IL03tSG1MjUytTM6cHz+L8o+DByR1ZXmyp6/zUZOtwurJoLi9ez4vsieb6keaLnuqX/cOjtfVHjg9PHpqeAYBNYjzfe6k/XzycWpeal9qXGphamO6nNqZGplZOm3kO549u3VvIs7rIqnplbn37dHx8yx9969DC9pW/vHjr/C2XX7rjjm07B599YumG7/7a731rZXoGADaJ1LaLPrD6+GW7F+5KzUvtSw1MLUz7dHesFOPUyGkrm2bOjrW64B96SnPs8sgbz6296+jje1764PL+/cbKAGxOe/c+Ov7QM1cdTc37lyPX/teel/ZMH0LTPt3VctuG+3fB0U3SCqP0jaQvOrsEAJtSal1qXnrIvNDuva3oAgAbJ7oAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAIIroAEER0ASBIe3TftMQeAOhGe3TfvMQeAOiE8TIABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEHao2uJPQB0rj26ltgDQOeMlwEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACNIeXUvsAaBz7dG1xB4AOme8DABBRBcAgoguAAQRXQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAIIroAEER0ASCI6AJAkPboWmIPAJ1rj64l9gDQOeNlAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCtEfXEnsA6Fx7dC2xB4DOGS8DQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABCkPbqW2ANA59qja4k9AHTOeBkAgoguAAQRXQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAIIroAEER0ASCI6AJAENEFgCDt0bXEHgA61x5dS+wBoHPGywAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABGmPriX2ANC59uhaYg8AnTNeBoAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgSHt0LbEHgM61R9cSewDonPEyAAQRXQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAIIroAEER0ASCI6AJAENEFgCCiCwBB2qNriT0AdK49upbYA0DnjJcBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAgiugAQRHQBIIjoAkAQ0QWAIKILAEFEFwCCiC4ABBFdAAjSHl1L7AGgc+3RtcQeADpnvAwAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQBDRBYAgogsAQUQXAIKILgAEEV0ACCK6ABBEdAEgiOgCQJD26FpiDwCda4+uJfYA0DnjZQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgoguAAQRXQAIIroAEER0ASCI6AJAENEFgCCiCwBBRBcAgrRH1xJ7AOhce3QtsQeAzhkvA0AQ0QWAIKILAEFao5tXWe/he399Mb1mlwCADXj43lum/UwtnV064y3RrYusV2Xl5ZPR6k2j9ZV9k3E+mN0CAM4hNXO0XuxLDU0tTU2d3Zr6iejWZV7kdfHu1fXxbw1H9WfHk+rTq6PxTVmeLczeAgC0aVqZmpnamRq6Phzf3lzcPbs7dSa6l57eUhR5f77OsyurqvpIVVd7qjq7cTwafyrL8yuysnzLYzIA0EiNbFqZmpnamRraxHdfXmfvKvrlIDU2ve1MdLcNjxf9XrFS5MWxqqpPZXX2cvPc+1zzl1yZ58ViWRgzA0Cb1MjUymkzUzubhjYtHeZFeapX9oepsVmWZf8DtxAM/TTvMpsAAAAASUVORK5CYII=);background-position:50%;background-size:cover;border:1px solid #ffffff80;border-radius:20px;box-shadow:0 15px 35px #0000001a;margin:0 auto;max-width:1000px;padding:40px}.video-card{margin:0 auto 30px;max-width:900px;width:100%}.youtube-wrapper{border-radius:15px;box-shadow:0 10px 30px #0003;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.youtube-wrapper iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.video-controls{display:flex;gap:180px;justify-content:center;margin:40px 0 30px}.control-item{flex-direction:column;gap:12px}.control-icon,.control-item{align-items:center;display:flex}.control-icon{background:linear-gradient(135deg,#27ae60,#219a52);border-radius:50%;box-shadow:0 5px 15px #27ae604d;color:#fff;cursor:pointer;font-size:1.6rem;height:70px;justify-content:center;transition:all .3s ease;width:70px}.control-icon:hover{box-shadow:0 8px 20px #27ae6066;transform:translateY(-5px) scale(1.1)}.control-label{font-size:1rem;letter-spacing:.5px}.control-label,.video-subtitle{color:#2c3e50;font-weight:600;text-align:center;text-transform:uppercase}.video-subtitle{font-size:1.8rem;letter-spacing:1px;margin:30px 0 0}.impact-section{background-color:#f9f9f9;background-image:url(/static/media/8993.c85067809139a2f43569.jpg);background-repeat:no-repeat;background-size:cover;padding:1rem 4rem;text-align:center}.impact-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-size:2.5rem;font-weight:600;margin-bottom:1rem;margin-top:40px}body.rtl .impact-text{font-family:Ubuntu,sans-serif}body.rtl .impact-desc{font-family:Noto Naskh Arabic,serif}.impact-desc{color:#444343;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:600}.impact-cards{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;padding:3rem 0}.impact-card{background:linear-gradient(0deg,#dfe9f3 0,#fff);border-radius:12px;box-shadow:0 50px 100px -20px #32325d40,0 30px 60px -30px #0000004d,inset 0 -2px 6px 0 #0a254059;height:400px;overflow:hidden;perspective:1000px;width:320px}.card-inner{height:100%;position:relative;transform:rotateY(0deg);transform-style:preserve-3d;transition:transform .8s ease-in-out;width:100%}.impact-card:hover .card-inner{transform:rotateY(180deg)}.card-front{z-index:2}.card-back{z-index:1}.card-back,.card-front{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:2rem;position:absolute}.card-back,.card-front{border-radius:12px;height:100%;width:100%}.card-back{background-color:#fff;overflow:hidden;padding:0;transform:rotateY(180deg)}.impact-back-img{border-radius:0;display:block;height:100%;object-fit:cover;width:100%}.impact-icon{height:auto;margin-bottom:1rem;width:100px}.impact-number{color:#007b5e;font-size:2.5rem;font-weight:700;margin-bottom:20px;margin-top:20px}.impact-text{color:#565454;font-size:1.7rem}.impact-turn{background-size:cover;border-radius:10px;display:inline-block;font-size:1rem;padding:44px 38px}.flip-hint{color:#fc0;font-size:1.5rem;opacity:.9;position:absolute;right:12px;top:10px;transition:transform .3s ease,opacity .3s ease;z-index:3}.about-section{background:linear-gradient(145deg,#fff,#f0f7ff);overflow:hidden;padding:4rem 2rem;position:relative}.about-container{align-items:center;display:flex;flex-direction:row;gap:4rem;margin:0 auto;max-width:1300px;position:relative;z-index:2}.about-images{flex:1 1;min-width:300px;width:100%}.image-layout{align-items:center}.image-layout,.img-container{display:flex;justify-content:center;position:relative;width:100%}.img-container{flex-wrap:wrap;gap:1.5rem}.img-large{aspect-ratio:3/4;border:5px solid #0000;border-image:linear-gradient(90deg,#407ed4c4 0,#35e0a7 19%,#57c6e1 42%,#311367 79%,#7ac5d8);border-image-slice:1;box-shadow:0 20px 35px -10px #026ffd4d;height:auto;margin:0;max-width:230px;object-fit:cover}.about-text,.img-large{transition:all .4s ease;width:100%}.about-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #026ffd1a;border-radius:40px;box-shadow:0 30px 60px -15px #0000001a;box-sizing:border-box;flex:1 1;min-width:280px;padding:2.1rem}.about-text h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#026ffd,#0a2472);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;position:relative;width:100%}.about-text p{background:linear-gradient(145deg,#f8faff,#fff);border:1px solid #026ffd14;border-radius:30px;box-shadow:inset 0 2px 5px #00000005;box-sizing:border-box;color:#4a5568;font-family:Inter,Segoe UI,sans-serif;font-size:clamp(.9rem,2vw,1rem);line-height:1.8;margin:0;padding:clamp(1rem,3vw,1.8rem);width:100%}body.rtl .about-text h2{font-family:Amiri,serif;font-size:2.7rem;text-align:right}body.rtl .about-text h2:after{left:auto;right:0}body.rtl .about-text p{font-family:Lateef,serif;font-size:1.6rem;text-align:right}body.rtl .image-layout,body.rtl .img-container{direction:ltr}.vision-mission-values-section{background-color:#f3fffc;margin-top:14%;padding:4rem 2rem;text-align:center}.section-title{background:-webkit-linear-gradient(#026ffd,#081f41);font-size:2rem;margin-bottom:3rem}body.rtl .section-title{font-family:Amiri,serif}.vmv-cards{gap:2rem}.vmv-card{background:#fff;border-radius:16px;border-top:6px solid #ccc;box-shadow:0 4px 20px #00000012;height:320px;max-width:270px;padding:3rem 2rem 2rem;position:relative;text-align:center;transition:all .3s ease}.vmv-card:hover{transform:translateY(-10px)}.vision-card{border-top-color:#026ffd}.mission-card{border-top-color:#28a745}.values-card{border-top-color:#ffc107}.vmv-image-circle{height:auto;margin:-10px auto 0;overflow:hidden;width:100px}.vmv-image-circle img{height:100%;object-fit:cover;width:100%}.vmv-card h3{color:#40277a;font-size:1.5rem;margin-bottom:1rem;margin-top:1.2rem}body.rtl .vmv-card h3{font-family:Amiri,serif}.vmv-card{color:#444;font-family:Quicksand,sans-serif;font-size:.8rem;line-height:1.6;margin-top:1.5rem}body.rtl .vmv-card{font-family:Noto Naskh Arabic,serif;font-size:1rem}.gallery-section{background:#f5fbff;padding:2rem 0;text-align:center}.gallery-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:3rem}body.rtl .gallery-title{font-family:Amiri,serif}.gallery-grid{display:flex;justify-content:center}.gallery-overlay-container{border-radius:12px;display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));margin:0 auto 6rem;max-width:1200px;overflow:hidden;position:relative;width:59vw}.gallery-overlay-container img{border-radius:10px;display:block;height:auto;width:100%}.gallery-bottom-content{align-items:center;display:flex;flex-direction:column;grid-column:1/-1;margin:2rem auto 0;max-width:720px;padding:0 1rem;text-align:center}.gallery-bottom-content h3{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-size:2rem;margin-bottom:1rem}body.rtl .gallery-bottom-content h3{font-family:Amiri,serif}.gallery-bottom-content p{color:#4a4a4a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;margin:0 auto 2.5rem;max-width:680px}body.rtl .gallery-bottom-content p{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-size:1.3rem;line-height:2.3rem}.gallery-btn{background:linear-gradient(135deg,#026ffd,#081f41);border:none;border-radius:8px;color:#fff;font-size:1.1rem;padding:.8rem 2rem;position:relative;text-decoration:none;transition:all .3s ease;z-index:1000}.gallery-btn:hover{box-shadow:0 6px 15px #0003;transform:translateY(-3px)}.footer-section{background-color:#081f41;color:#fff;padding:2rem}.footer-container{display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-around}.footer-logo{flex:1 1 250px;max-width:400px}.footer-links-columns{display:flex;flex:1 1 300px;gap:7rem;justify-content:flex-end}.footer-logo h2{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;color:#26a0da;font-size:2.2rem;margin-bottom:1rem}.footer-logo img{height:auto;justify-content:center;width:140px}.footer-logo p{font-size:1.1rem;font-weight:300;line-height:1.8;max-width:600px}body.rtl .footer-logo p{font-family:Noto Naskh Arabic,serif;font-size:1.2rem;line-height:2.2rem;text-align:right}.footer-column h3{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;color:#26a0da;font-size:1.3rem;margin-bottom:1rem}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:.8rem;text-align:center}.footer-column ul li a{color:#fff;font-size:1rem;text-decoration:none;transition:color .3s}.footer-column ul li a:hover{color:#26a0da}.footer-social{flex:1 1 200px;margin-left:160px;text-align:center}.footer-social h3{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-size:1.3rem;margin-bottom:20px;margin-right:30px;text-align:center}body.rtl .footer-logo h2{font-family:Noto Naskh Arabic,serif;text-align:center}body.rtl .footer-logo p{font-family:Lateef,serif;text-align:center}.social-icons a{color:#b5dae0;font-size:1.5rem;margin-right:1.5rem;transition:color .7s}.social-icons a:hover{color:#00aeff}.footer-bottom{border-top:1px solid #434067;font-size:.9rem;margin-top:2rem;padding-top:1rem;text-align:center}body.rtl .footer-bottom{font-family:Noto Naskh Arabic,serif}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}@media (max-width:1024px){.gallery-overlay-container{gap:1rem;grid-template-columns:repeat(2,1fr);width:85vw}.gallery-title{font-size:2.2rem}.gallery-bottom-content h3{font-size:1.8rem}.gallery-bottom-content p{font-size:1.05rem}}@media (max-width:768px){.gallery-overlay-container{gap:1.2rem;grid-template-columns:1fr;width:92vw}.gallery-title{font-size:1.9rem;margin-bottom:2rem}.gallery-bottom-content{margin-top:1.5rem;padding:0 .5rem}.gallery-bottom-content h3{font-size:1.6rem}.gallery-bottom-content p{font-size:1rem;line-height:1.7rem}.gallery-btn{font-size:1rem;padding:.7rem 1.8rem}}@media (max-width:480px){.gallery-title{font-size:1.6rem}.gallery-bottom-content h3{font-size:1.4rem}.gallery-bottom-content p{font-size:.95rem}}@media (max-width:991px) and (min-width:768px) and (orientation:portrait){.footer-container{align-items:center;flex-direction:column;text-align:center}body.rtl .footer-logo h2{font-size:3rem;text-align:center}.footer-logo p{font-size:1.7rem;line-height:1.8;margin:0 auto;max-width:100%;text-align:center}body.rtl .footer-logo p{font-size:2.4rem!important;line-height:2.9rem;text-align:center}.footer-links-columns{flex-direction:row;gap:1.5rem;justify-content:space-around;margin:0 auto;max-width:800px;width:100%}.footer-column{align-items:center;display:flex;flex-direction:column;text-align:center}.footer-column h3{font-size:2.2rem;margin:0 auto 1rem;text-align:center;width:100%}body.rtl .footer-column h3{font-size:3rem!important;text-align:center}.footer-column ul{align-items:center;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.footer-column ul li{margin-bottom:.8rem;text-align:center;width:100%}.footer-column ul li a{display:inline-block;font-size:1.7rem;text-align:center;width:100%}body.rtl .footer-column ul li a{font-size:2rem!important;text-align:center}.footer-social{margin-left:0;text-align:center;width:100%}.footer-social h3{font-size:2.6rem;margin:0 auto 1.5rem;text-align:center}.social-icons{display:flex;gap:1.5rem;justify-content:center;margin:0 auto}.social-icons a{font-size:2rem;margin-left:0;margin-right:0}.footer-bottom{font-size:1.4rem;text-align:center}body.rtl .footer-bottom{font-size:1.7rem;text-align:center}}@media (max-width:1199px) and (min-width:992px) and (orientation:portrait){.footer-container{align-items:center;flex-direction:column;text-align:center}body.rtl .footer-logo h2{font-size:3.6rem;text-align:center}.footer-logo h2{font-size:4rem;text-align:center}.footer-logo p{font-size:2rem;line-height:1.8;margin:0 auto;max-width:100%;text-align:center}body.rtl .footer-logo p{font-size:2.4rem!important;line-height:2.9rem;text-align:center}.footer-links-columns{flex-direction:row;gap:1.5rem;justify-content:space-around;margin:0 auto;max-width:800px;width:100%}.footer-column{align-items:center;display:flex;flex-direction:column;text-align:center}.footer-column h3{font-size:4rem;margin:0 auto 1rem;text-align:center;width:100%}body.rtl .footer-column h3{font-size:3.6rem!important;text-align:center}.footer-column ul{align-items:center;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.footer-column ul li{margin-bottom:.8rem;text-align:center;width:100%}.footer-column ul li a{display:inline-block;font-size:2.4rem;text-align:center;width:100%}body.rtl .footer-column ul li a{font-size:2rem!important;text-align:center}.footer-social{margin-left:0;text-align:center;width:100%}.footer-social h3{font-size:4rem;margin:0 auto 1.5rem;text-align:center}.social-icons{display:flex;gap:1.5rem;justify-content:center;margin:0 auto}.social-icons a{font-size:3.4rem;margin-left:0;margin-right:0}.footer-bottom,body.rtl .footer-bottom{font-size:2rem;text-align:center}}@media (min-width:1200px) and (orientation:portrait){.footer-container{align-items:center;flex-direction:column;text-align:center}body.rtl .footer-logo h2{font-size:3.6rem;text-align:center}.footer-logo h2{font-size:4rem;text-align:center}.footer-logo p{font-size:1.8rem;line-height:1.8;margin:0 auto;max-width:100%;text-align:center}body.rtl .footer-logo p{font-size:2.4rem!important;line-height:2.9rem;text-align:center}.footer-links-columns{flex-direction:row;gap:1.5rem;justify-content:space-around;margin:0 auto;max-width:800px;width:100%}.footer-column{align-items:center;display:flex;flex-direction:column;text-align:center}.footer-column h3{font-size:4rem;margin:0 auto 1rem;text-align:center;width:100%}body.rtl .footer-column h3{font-size:3.6rem!important;text-align:center}.footer-column ul{align-items:center;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.footer-column ul li{margin-bottom:.8rem;text-align:center;width:100%}.footer-column ul li a{display:inline-block;font-size:2.4rem;text-align:center;width:100%}body.rtl .footer-column ul li a{font-size:2rem!important;text-align:center}.footer-social{margin-left:0;text-align:center;width:100%}.footer-social h3{font-size:4rem;margin:0 auto 1.5rem;text-align:center}.social-icons{display:flex;gap:1.5rem;justify-content:center;margin:0 auto}.social-icons a{font-size:3.4rem;margin-left:0;margin-right:0}.footer-bottom,body.rtl .footer-bottom{font-size:2rem;text-align:center}}@media (max-width:1200px){.img-home{height:60vh}.slider-text-overlay{font-size:1.3rem;top:80%;width:90%}.service-cards{gap:1rem}}@media (max-width:992px){.img-home{height:55vh}.slider-text-overlay{font-size:1.1rem;padding:12px 18px;top:72%}.card{width:300px}.about-container{flex-direction:column;gap:2rem;padding:0 20px;text-align:center}.about-images{display:flex;justify-content:center;width:100%}.image-layout{width:80%}.about-text{width:100%}.impact-cards{gap:2rem;padding:2rem 0}}@media (max-width:768px){.img-home{height:48vh}.slider-text-overlay{font-size:1.6rem;left:50%;top:85%;width:90%}.services-title{font-size:2.2rem}.services-description{font-size:1.5rem;line-height:2rem}.card{min-height:auto;width:90%}.card h3{font-size:1.9rem}.card p{font-size:1.4rem;text-align:justify}.card-img{height:25vh}.video-main-title{font-size:1.9rem}.video-controls{gap:40px}.impact-card{height:auto}.img-large{height:50vh;width:100%}.img-decor{height:370px!important;width:380px!important}.bottom-right{left:211px;top:180px}.about-text{margin-top:89%}.impact-section{background-position:50%;padding:1rem}.impact-title{font-size:1.8rem}.impact-desc{font-size:.9rem;padding:0 10px}.impact-cards{flex-direction:column;gap:2rem;padding:1.5rem 0}.impact-card{height:400px;margin:0 auto;max-width:330px;width:100%}}@media (max-width:600px){.img-home{height:40vh}.slider-text-overlay{font-size:1rem!important;padding:10px 14px;top:88%}.card{width:95%}.video-container-wrapper{padding:18px}.video-controls{flex-direction:column;gap:25px}.image-layout{width:100%}.img-decor{height:300px!important;width:300px!important}.img-large{height:35vh;width:100%}.about-text{margin-top:500px;text-align:center}.top-left{left:5%;margin-top:5%}.two{position:relative;top:30%;z-index:2}.bottom-right{left:30%;margin-top:8%}}@media (max-width:480px){.slider-text-overlay{font-size:1rem;top:83%;width:95%}.services-title{font-size:1.5rem}.services-description{font-size:.85rem}.card{padding:.8rem}.services-description{font-size:1.1rem;line-height:2rem;text-align:justify}body.rtl .services-description{line-height:3rem;text-align:right}.card{min-height:auto;width:90%}.card h3{font-size:1.9rem}.card p{font-size:1rem;line-height:1.3rem;text-align:justify}body.rtl .card h3{font-size:2.1rem}body.rtl .card p{font-size:1.2rem;text-align:right}.link a{font-size:25px!important}.image-grid .img1,.image-grid .img4,.image-grid img{height:290px;width:100%;z-index:999}.card-img{height:22vh}.video-main-description{font-size:1.1rem;text-align:justify}body.rtl .video-main-description{font-size:1.2rem;text-align:right}.impact-section{background-position:50%;padding:1rem}.impact-title{font-size:1.8rem}.impact-desc{font-size:.9rem;padding:0 10px}.impact-cards{flex-direction:column;gap:2rem;padding:1.5rem 0}.impact-card{height:400px;margin:0 auto;max-width:330px;width:100%}.gallery-grid{grid-template-columns:1fr!important}.gallery-overlay-container{display:grid;grid-template-columns:repeat(1,minmax(220px,1fr))}.gallery-bottom-content{max-width:820px}.gallery-item{display:block;object-fit:cover;width:100%}body.rtl .footer-column h3{font-size:1.3rem}body.rtl .footer-column ul li a{font-size:1.2rem}body.rtl .footer-logo p{font-size:1.5rem;text-align:center}.footer-container{flex-direction:column;text-align:center}.footer-links-columns{flex-direction:row;gap:1.5rem;justify-content:space-around}.img-large{height:49vh;width:100%}.img-decor{height:240px!important;width:290px!important}.top-left{left:-6%;margin-top:4%}.bottom-right{left:24%;margin-top:10%}}@media only screen and (min-width:411px) and (max-height:919px) and (orientation:portrait){.slider-text-overlay{font-size:1rem;top:83%;width:95%}.services-title{font-size:1.5rem}.services-description{font-size:.85rem}.card{padding:.8rem}.services-description{font-size:1.1rem;line-height:2rem;text-align:justify}body.rtl .services-description{line-height:3rem;text-align:right}.card{min-height:auto;width:90%}.card h3{font-size:1.9rem}.card p{font-size:1rem;line-height:1.3rem;text-align:justify}body.rtl .card h3{font-size:2.1rem}body.rtl .card p{font-size:1.2rem;text-align:right}.link a{font-size:25px!important}.image-grid .img1,.image-grid .img4,.image-grid img{height:290px;width:100%;z-index:999}.card-img{height:22vh}.about-text{margin-top:510px;width:100%}.top-left{left:14%;margin-top:27%}.bottom-right{left:180px;top:100px}.img-decor{height:200px!important;width:200px!important}.video-main-description{font-size:1.1rem;text-align:justify}body.rtl .video-main-description{font-size:1.2rem;text-align:right}.impact-section{background-position:50%;padding:1rem}.impact-title{font-size:1.8rem}.impact-desc{font-size:.9rem;padding:0 10px}.impact-cards{flex-direction:column;gap:2rem;padding:1.5rem 0}.impact-card{height:400px;margin:0 auto;max-width:330px;width:100%}.gallery-grid{grid-template-columns:1fr!important}.gallery-overlay-container{margin:0 auto;max-width:1000px}.gallery-item{display:block;object-fit:cover;width:100%}body.rtl .footer-column h3{font-size:1.3rem}body.rtl .footer-column ul li a{font-size:1.2rem}body.rtl .footer-logo p{font-size:1.5rem;text-align:center}.footer-container{flex-direction:column;text-align:center}.footer-links-columns{flex-direction:row;gap:1.5rem;justify-content:space-around}}@media screen and (min-width:780px) and (max-width:820px) and (min-height:1260px) and (max-height:1300px) and (orientation:portrait){.slider-text-overlay{font-size:1.9rem;margin-left:15%;top:88%;width:90%}.services-description{font-size:1.7rem;text-align:justify}body.rtl .services-description{line-height:3rem;text-align:right}.card{min-height:auto;width:90%}.card h3{font-size:1.9rem}.card p{font-size:1.7rem;line-height:2.2rem;text-align:justify}body.rtl .card h3{font-size:2.4rem}body.rtl .card p{font-size:1.6rem;line-height:2rem;text-align:right}.card-img{height:22vh}.video-main-title{font-size:1.5rem}.video-main-description{font-size:1.7rem;text-align:justify}body.rtl .video-main-description{font-size:1.2rem;text-align:right}.impact-section{background-position:50%;padding:1rem}.impact-title{font-size:1.8rem}.impact-desc{font-size:1.4rem}.impact-card{height:480px;perspective:1000px;width:450px}.gallery-overlay-container{margin:0 auto;max-width:700px}.gallery-item{display:block;object-fit:cover;width:100%}.gallery-bottom-content h3{font-size:2.6rem}.gallery-bottom-content p{font-size:1.6rem}body.rtl .footer-column h3{font-size:1.3rem}body.rtl .footer-column ul li a{font-size:1.2rem}body.rtl .footer-logo p{font-size:1.5rem;text-align:center}.about-text{margin-top:310px;width:100%}.about-text p{font-size:1.7rem}.vmv-card{font-size:1.5rem;height:500px;line-height:1.6;max-width:380px}}@media screen and (min-width:1820px) and (max-width:1860px) and (min-height:2940px) and (max-height:2980px) and (orientation:portrait){.slider-text-overlay{font-size:5.2rem;top:78%;width:100%}.card{padding:.8rem}.services-title{font-size:6.2rem;margin-bottom:3.5rem}.services-description{font-size:4.3rem;line-height:6rem;max-width:1600px}body.rtl .services-description{font-size:4.9rem;line-height:6rem;max-width:1600px;text-align:right}.card{min-height:auto;width:90%}.card h3{font-size:5.5rem}body.rtl .card h3{font-size:6.5rem}.link a,body.rtl .link a{font-size:75px}.card p{font-size:3.7rem;line-height:6.2rem;text-align:justify}body.rtl .card p{font-size:4.8rem;line-height:7rem;text-align:right}.card-img{height:22vh}.video-main-title{font-size:1.5rem}.video-main-description{font-size:4.3rem;max-width:86%;text-align:justify}body.rtl .video-main-description{font-size:4.2rem;line-height:7rem;text-align:right}.video-container-wrapper{margin:0 auto;max-width:1700px}.video-card{max-width:1600px;width:100%}.impact-section{background-position:50%;padding:4rem 1rem}.impact-desc{font-size:3.4rem}.impact-card{height:40vh;perspective:1000px;width:45vw}.impact-number{font-size:5.9rem}.impact-text{font-size:5rem}.impact-icon{height:auto;margin-bottom:3rem;width:250px}.flip-hint{font-size:5.9rem;right:39px;top:29px}.gallery-title{font-size:6.5rem}.gallery-overlay-container{margin:0 auto;max-width:1000px}.gallery-bottom-content h3{font-size:6rem}.gallery-bottom-content p{font-size:3.7rem;margin-bottom:100px;max-width:1900px}body.rtl .gallery-bottom-content p{font-size:3.9rem;line-height:3.9rem;margin-bottom:100px;max-width:2000px}.gallery-btn{font-size:4.1rem;line-height:6.5rem;margin-top:120px;padding:2rem 4rem}.gallery-item{display:block;object-fit:cover;width:100%}.about-container{align-items:center;flex-direction:column;gap:2rem;justify-content:center;margin-top:12rem}.about-images{width:100%}.image-grid{grid-gap:1rem;grid-template-columns:1fr}.image-grid .img1,.image-grid .img4,.image-grid img{height:390px;width:100%;z-index:999}.image-layout{flex-direction:column}.img-container{margin:0 auto;max-width:799px;width:100%}.img-large{height:35vh;width:100%}.two{left:50%}.one,.two{position:relative;z-index:2}.one{right:50%}.img-decor{height:600px!important;width:650px!important}.top-left{margin-top:67%;right:60%}.bottom-right{left:80%;margin-top:30%}.about-text,body.rtl .about-text{margin-top:1600px;max-width:100%;text-align:center}.about-text h2,body.rtl .about-text h2{font-size:7.3rem;text-align:center}.about-text p{font-size:4.5rem;padding:1.6rem}body.rtl .about-text p{font-size:5.5rem;text-align:right}.vmv-card{font-size:4rem;line-height:1.6}body.rtl .vmv-card{font-size:4.4rem;line-height:1.6}.vmv-card{height:50vh;max-width:1000px}.vmv-card h3{font-size:5.4rem}.vmv-image-circle{height:auto;width:360px}.vision-mission-values-section h2{font-size:7rem}.footer-column h3{font-size:3rem}body.rtl .footer-column h3{font-size:3.4rem}.footer-column ul li a{font-size:2.4rem}body.rtl .footer-logo p{font-size:2.6rem;line-height:3.5rem}.footer-logo p{font-size:2rem;text-align:left}.footer-social h3{font-size:2rem}body.rtl .footer-social h3{font-size:2.4rem}.social-icons a{font-size:3rem}.footer-bottom{font-size:1.9rem}body.rtl .footer-bottom{font-size:2.3rem}}@media screen and (min-width:1850px) and (max-width:1950px) and (min-height:1000px) and (max-height:1100px) and (orientation:landscape){.slider-text-overlay{font-size:2.4rem;top:80%;width:100%}.services-description{font-size:3.3rem;line-height:6rem;max-width:1600px;text-align:justify}body.rtl .services-description{font-size:3.9rem;line-height:6rem;max-width:1600px;text-align:right}.services-title,body.rtl .services-title{font-size:5.2rem;margin-bottom:3.5rem}.card-img{height:52vh}.card{min-height:auto;width:40%}.card h3{font-size:4rem}body.rtl .card h3{font-size:4.5rem}.link a,body.rtl .link a{font-size:75px}.card p{font-size:2.3rem;line-height:4rem;text-align:justify}body.rtl .card p{font-size:3.2rem;line-height:7rem;text-align:right}.video-main-description{font-size:3rem;max-width:86%;text-align:justify}body.rtl .video-main-description{font-size:4rem;line-height:7rem;text-align:right}.video-container-wrapper{margin:0 auto;max-width:1700px}.video-card{max-width:1600px;width:100%}.impact-desc{font-size:2.4rem}.impact-card{height:90vh;width:40vw}.impact-number{font-size:4.9rem}.impact-text{font-size:3rem}.impact-icon{height:auto;margin-bottom:3rem;width:200px}.flip-hint{font-size:5.9rem;right:39px;top:29px}.about-container{margin-bottom:12rem}.img-container{margin:0 auto;max-width:899px;width:100%}.img-large{height:65vh;width:100%}.img-decor{height:400px!important;width:400px!important}.one,.two{position:relative;z-index:2}.top-left{left:5%;margin-top:50%}.bottom-right{left:10%;margin-top:20%}.about-text h2,body.rtl .about-text h2{font-size:4.3rem;text-align:center}.about-text p{font-size:2.5rem;padding:1.6rem}body.rtl .about-text p{font-size:3.9rem;text-align:right}.vmv-card{font-size:2.7rem;line-height:1.6}body.rtl .vmv-card{font-size:3rem;line-height:1.6}.vmv-card{height:100vh;max-width:700px}.vmv-card h3{font-size:4.4rem}.vmv-image-circle{height:auto;width:250px}.vision-mission-values-section h2{font-size:5rem}.gallery-title{font-size:5.5rem}.gallery-overlay-container{margin:0 auto;max-width:1300px}.gallery-bottom-content h3{font-size:4rem}.gallery-bottom-content p{font-size:2.3rem;margin-bottom:100px;max-width:1990px}body.rtl .gallery-bottom-content p{font-size:3.3rem;line-height:3.9rem;margin-bottom:100px;max-width:2000px}.gallery-btn{font-size:3.1rem;line-height:4.5rem;margin-top:120px;padding:2rem 4rem}.footer-column h3{font-size:3rem}body.rtl .footer-column h3{font-size:3.4rem}.footer-column ul li a{font-size:2.4rem}body.rtl .footer-logo p{font-size:2.6rem;line-height:3.5rem}.footer-logo p{font-size:1.7rem;text-align:left}.footer-social h3{font-size:2rem}body.rtl .footer-social h3{font-size:2.4rem}.social-icons a{font-size:3rem}.footer-bottom{font-size:1.9rem}body.rtl .footer-bottom{font-size:2.3rem}}@media screen and (min-width:1190px) and (max-width:1210px) and (min-height:1910px) and (max-height:1930px) and (orientation:portrait){.slider-text-overlay{font-size:2.4rem;margin-left:10%;top:88%;width:100%}.services-description{font-size:2.7rem;line-height:4rem;text-align:justify}body.rtl .services-description{font-size:3.9rem;line-height:6rem;max-width:1600px;text-align:right}.card{min-height:auto;width:90%}.card h3{font-size:4rem}body.rtl .card h3{font-size:4.5rem}.link a,body.rtl .link a{font-size:75px}.card p{font-size:2.3rem;line-height:4rem;text-align:justify}body.rtl .card p{font-size:3.2rem;line-height:7rem;text-align:right}.video-main-description{font-size:3rem;max-width:86%;text-align:justify}body.rtl .video-main-description{font-size:4rem;line-height:7rem;text-align:right}.impact-desc{font-size:2.8rem}.impact-card{height:50vh;width:70vw}.impact-number{font-size:4.9rem}.impact-text{font-size:3.6rem}.impact-icon{height:auto;margin-bottom:3rem;width:260px}.flip-hint{font-size:5.9rem;right:39px;top:29px}.about-container{align-items:center;flex-direction:column;gap:2rem;justify-content:center;margin-top:12rem}.about-images{width:100%}.image-grid{grid-gap:1rem;grid-template-columns:1fr}.image-grid .img1,.image-grid .img4,.image-grid img{height:390px;width:100%;z-index:999}.image-layout{flex-direction:column}.img-container{margin:0 auto;max-width:499px;width:100%}.img-large{height:35vh;width:100%}.two{left:50%}.one,.two{position:relative;z-index:2}.one{right:50%}.img-decor{height:400px!important;width:450px!important}.top-left{margin-top:47%;right:60%}.bottom-right{left:80%;margin-top:30%}.about-text,body.rtl .about-text{margin-top:1000px;max-width:100%;text-align:center}.about-text h2,body.rtl .about-text h2{font-size:5.3rem;text-align:center}.about-text p{font-size:3.2rem;padding:1.6rem}}@media screen and (min-width:820px) and (max-width:850px) and (min-height:1200px) and (max-height:1220px) and (orientation:portrait){.slider-text-overlay{font-size:1.7rem;margin-left:15%;top:87%;width:90%}.services-description{font-size:1.5rem;line-height:3rem;text-align:justify}body.rtl .services-description{font-size:2.4rem;line-height:6rem;text-align:right}.card h3{font-size:5rem}body.rtl .card h3{font-size:4.5rem}.link a,body.rtl .link a{font-size:45px}.card p{font-size:3rem;line-height:4rem;text-align:justify}body.rtl .card p{font-size:3.2rem;line-height:3rem;text-align:right}.video-main-description{font-size:4.5rem;text-align:justify}body.rtl .video-main-description{font-size:3rem;line-height:3rem;text-align:right}body.rtl .about-text h2{font-size:4rem;text-align:center}body.rtl .about-text p{font-size:3rem;text-align:right}.vmv-card{font-size:2rem;height:60vh;line-height:1.6;max-width:600px}.vmv-card h3{font-size:3.4rem}body.rtl .vmv-card{font-size:2.4rem;line-height:1.6}.vmv-image-circle{height:auto;width:200px}.gallery-bottom-content h3,.vision-mission-values-section h2{font-size:3rem}.gallery-bottom-content p{font-size:1.9rem;margin-bottom:100px;max-width:1990px}body.rtl .gallery-bottom-content p{font-size:2.3rem;line-height:3.9rem;margin-bottom:100px;max-width:2000px}.gallery-btn{font-size:2.1rem;line-height:3.5rem;margin-top:120px;padding:2rem 4rem}.footer-column h3{font-size:1.6rem}.footer-column ul li a{font-size:1.4rem}.footer-logo p{font-size:1.5rem;text-align:left}.footer-social h3{font-size:2rem}.footer-bottom{font-size:1.4rem}body.rtl .footer-bottom{font-size:1.5rem}}@media screen and (max-width:320px){.slider-text-overlay{font-size:.7rem;top:87%;width:90%}.services-description{font-size:1rem;line-height:1.5rem}body.rtl .services-description{font-size:1.5rem;line-height:3rem;max-width:1600px;text-align:right}body.rtl .services-title{font-size:2.2rem}.card{min-height:auto;width:90%}.card h3{font-size:1.5rem}.card p{font-size:1rem}body.rtl .card p{font-size:1.2rem;line-height:2rem;text-align:right}.video-main-description{font-size:1rem;text-align:justify}body.rtl .video-main-description{font-size:1.1rem;line-height:3rem;text-align:right}.img-large{height:65vh;width:100%}.about-text h2{font-size:2.5rem;text-align:center}body.rtl .about-text h2{font-size:3.3rem;text-align:center}.about-text p{font-size:1rem}.vision-mission-values-section h2{font-size:1.5rem}.vmv-p{font-size:.8rem}.vmv-card{font-size:.9rem;height:70vh;line-height:1.6;max-width:590px}.vmv-card h3{font-size:1.4rem}.vmv-image-circle{height:auto;width:100px}.gallery-bottom-content h3{font-size:2rem}.gallery-bottom-content p{font-size:1rem}.gallery-btn{font-size:1.1rem;padding:1rem 3rem}.footer-column h3{font-size:1.2rem}.footer-column ul li a{font-size:1rem}.footer-logo p{font-size:1rem;text-align:center}.social-icons a{font-size:2rem}.footer-social h3{font-size:1.2rem}.footer-bottom{font-size:.8rem}}@media screen and (min-width:810px) and (max-width:830px) and (min-height:1170px) and (max-height:1190px){.slider-text-overlay{font-size:2rem;margin-left:15%;top:87%;width:90%}.services-description{font-size:1.9rem;line-height:2.9rem;text-align:justify}body.rtl .services-description{font-size:2.8rem;line-height:3.7rem;max-width:1600px;text-align:right}body.rtl .card p{font-size:2.4rem;line-height:3rem;text-align:right}}@media screen and (min-width:950px) and (max-width:970px) and (min-height:1520px) and (max-height:1550px){.slider-text-overlay{font-size:2.4rem;margin-left:15%;top:80%;width:90%}.services-description{font-size:2.4rem;line-height:3.6rem;max-width:1600px;text-align:justify}.services-title{font-size:3.9rem}.card h3{font-size:3rem}.card p{font-size:2.3rem;line-height:4rem;text-align:justify}.link a{font-size:45px}body.rtl .card p{font-size:4.2rem}body.rtl .link a{font-size:45px}}@media screen and (min-width:965px) and (max-width:2000px) and (min-height:1450px) and (max-height:1490px){.slider-text-overlay{font-size:2.7rem;margin-left:15%;top:84%;width:90%}.services-description{font-size:2.4rem;line-height:3.5rem;text-align:justify}body.rtl .services-description{font-size:3.3rem;line-height:6.5rem;text-align:right}.services-title{font-size:3.7rem}body.rtl .card p{font-size:2.2rem!important;line-height:4rem;text-align:right}.link a,body.rtl .link a{font-size:45px}.card h3,body.rtl .card h3{font-size:4rem!important}.video-main-description{font-size:3rem;max-width:86%;text-align:justify}body.rtl .video-main-description{font-size:2.5rem!important;line-height:5rem;text-align:right}.vmv-card{font-size:2.7rem;height:70vh;line-height:1.6;max-width:700px}.vmv-card h3{font-size:4.4rem}.vmv-image-circle{height:auto;width:250px}body.rtl .vmv-card{font-size:3rem;line-height:1.6}}@media screen and (min-width:1060px) and (max-width:1100px) and (min-height:1900px) and (max-height:1950px){.slider-text-overlay{font-size:2.7rem;margin-left:15%;top:84%;width:90%}.services-description{font-size:2.4rem;line-height:3.5rem;text-align:justify}body.rtl .services-description{font-size:3.3rem;line-height:6.5rem;text-align:right}.services-title{font-size:3.7rem}.card p{font-size:2.2rem!important;line-height:4rem!important;text-align:right}}.link a,body.rtl .link a{font-size:45px}@media screen and (min-width:2940px) and (max-width:2980px) and (min-height:1820px) and (max-height:1860px) and (orientation:landscape){.slider-text-overlay{font-size:3.2rem;top:79%;width:100%}.services-description{font-size:3.4rem;line-height:4.5rem;max-width:1700px;text-align:justify}body.rtl .services-description{font-size:4.3rem;line-height:6.5rem;max-width:1700px;text-align:right}.services-title{font-size:4.9rem}.card{min-height:auto;width:40%}.card h3{font-size:4.3rem}.card p{font-size:2.9rem;line-height:5.3rem;text-align:justify}body.rtl .card p{font-size:3.2rem;line-height:5.3rem;text-align:right}.video-main-description{font-size:3.3rem;line-height:5.3rem;max-width:1700px;text-align:justify}body.rtl .video-main-description{font-size:3.4rem;line-height:5.3rem;text-align:right}.video-container-wrapper{max-width:1700px}.video-card{max-width:1600px;width:100%}.impact-desc{font-size:3rem;padding:0 10px}.impact-section{background-position:50%;padding:7rem 1rem}.impact-card{height:900px;margin:0 auto;max-width:730px;width:100%}.impact-number{font-size:4.9rem}.impact-text{color:#565454;font-size:3.7rem}.impact-icon{height:auto;width:210px}.img-large{height:50vh;width:100%}.img-container{margin:0 auto 16rem;max-width:799px;width:100%}.about-text h2{font-size:7.3rem;text-align:center}.about-container{gap:2rem;margin-bottom:12rem}.top-left{left:7%;margin-top:50%}body.rtl .about-text h2{font-size:7.3rem;text-align:center}body.rtl .about-text p{font-size:4.5rem;text-align:right}.img-decor{height:670px!important;width:680px!important}.about-text p{font-size:3.7rem}.vmv-card{font-size:2.6rem;line-height:1.6}body.rtl .vmv-card{font-size:3rem;line-height:1.6}.vmv-card{height:70vh;max-width:700px}.vmv-card h3{font-size:5.4rem}.vmv-image-circle{height:auto;width:260px}.vision-mission-values-section h2{font-size:7rem}.gallery-title{font-size:6.5rem}.gallery-overlay-container{margin:0 auto;max-width:1300px}.gallery-item{object-fit:cover;width:90%}.gallery-bottom-content h3{font-size:6rem}.gallery-bottom-content p{font-size:3rem;margin-bottom:100px;max-width:1700px}.footer-column h3{font-size:4rem}body.rtl .footer-column h3{font-size:3.4rem}.footer-column ul li a{font-size:2.4rem}body.rtl .footer-logo p{font-size:2.6rem;line-height:3.5rem}.footer-logo h2{font-size:3.7rem}.footer-logo p{font-size:2.3rem;text-align:left}.footer-social h3{font-size:2rem}body.rtl .footer-social h3{font-size:2.4rem}.social-icons a{font-size:3rem}.footer-bottom{font-size:2.4rem}body.rtl .footer-bottom{font-size:2.3rem}body.rtl .gallery-bottom-content p{font-size:3.9rem;line-height:3.9rem;margin-bottom:100px;max-width:2000px}.gallery-btn{font-size:4.1rem;line-height:6.5rem;margin-top:120px;padding:2rem 4rem}}@media screen and (max-width:900px) and (height:1440px) and (orientation:portrait){.slider-text-overlay{font-size:2.2rem;margin-left:15%;top:79%;width:100%}}@media screen and (min-width:820px) and (max-width:1180px){.card{padding:.8rem}body.rtl .services-description{line-height:3rem;text-align:right}.card{min-height:auto;width:90%}.card h3{font-size:1.9rem}.card p{font-size:1.7rem;line-height:2.2rem;text-align:justify}body.rtl .card h3{font-size:2.1rem}body.rtl .card p{font-size:1.2rem;text-align:right}.card-img{height:22vh}.video-main-title{font-size:1.5rem}.video-main-description{font-size:1.3rem;text-align:justify}body.rtl .video-main-description{font-size:1.2rem;text-align:right}.impact-section{background-position:50%;padding:1rem}.impact-title{font-size:1.8rem}.impact-desc{font-size:1.4rem}.impact-card{height:480px;perspective:1000px;width:370px}.gallery-overlay-container{margin:0 auto;max-width:800px}.gallery-item{display:block;object-fit:cover;width:100%}body.rtl .footer-column h3{font-size:1.3rem}body.rtl .footer-column ul li a{font-size:1.2rem}body.rtl .footer-logo p{font-size:1.5rem;text-align:center}.about-text{margin-top:310px;width:100%}}@media screen and (min-width:315px) and (max-width:325px) and (min-height:560px) and (max-height:575px) and (orientation:portrait){.slider-text-overlay{font-size:1rem!important;padding:10px 14px;top:80%}body.rtl .card p,body.rtl .video-main-description{font-size:.9rem;line-height:2rem;text-align:right}.search-box{font-size:.8rem;height:30px;width:130px}.dropdown-button{font-size:.8rem;padding:10px 4px}.dropdown-menu li{font-size:15px;padding:9px 15px}.impact-card{height:400px;max-width:290px}.img-large{height:59vh;width:100%}.img-decor{height:250px!important;width:250px!important}.top-left{left:-5%;margin-top:1%}.one{position:relative;top:19%;z-index:2}.bottom-right{left:30%;margin-top:-28%}.two{position:relative;top:29%;z-index:2}.about-text{margin-top:300px;text-align:center}}@media screen and (min-width:410px) and (max-width:418px) and (min-height:890px) and (max-height:900px) and (orientation:portrait){.navbar-links{left:0;top:248px}.img-large{height:49vh;width:100%}.img-decor{height:240px!important;width:290px!important}.top-left{left:6%;margin-top:17%}.bottom-right{left:43%;margin-top:20%}}@media screen and (min-width:408px) and (max-width:416px) and (min-height:908px) and (max-height:920px) and (orientation:portrait){.search-box{width:170px}.img-large{height:49vh;width:100%}.img-decor{height:240px!important;width:290px!important}.top-left{left:6%;margin-top:17%}.bottom-right{left:43%;margin-top:20%}}@media screen and (min-width:386px) and (max-width:394px) and (min-height:838px) and (max-height:850px) and (orientation:portrait){.search-box{width:160px}.navbar-links{left:0;top:200px}.img-large{height:49vh;width:100%}.img-decor{height:270px!important;width:340px!important}.top-left{left:-9%;margin-top:13%}.bottom-right{margin-top:2%;right:3%}}@media screen and (min-width:355px) and (max-width:365px) and (min-height:660px) and (max-height:680px) and (orientation:portrait){.img-large{height:49vh;width:100%}.img-decor{height:260px!important;width:320px!important}.top-left{left:-12%;margin-top:13%}.one{position:relative;top:30%;z-index:2}.about-text{margin-top:300px}.bottom-right{margin-top:2%;right:3%}}@media screen and (min-width:424px) and (max-width:432px) and (min-height:920px) and (max-height:935px) and (orientation:portrait){.img-large{height:49vh;width:100%}.img-decor{height:260px!important;width:300px!important}.top-left{left:4%;margin-top:17%}.about-text{margin-top:550px}.bottom-right{margin-top:2%;right:3%}}@media screen and (min-width:738px) and (max-width:750px) and (min-height:1125px) and (max-height:1140px) and (orientation:portrait){.slider-text-overlay{font-size:1.8rem!important;padding:10px 14px;top:80%}.search-box{width:380px}.card p{font-size:1.4rem;line-height:2.3rem;text-align:justify}body.rtl .card p{font-size:1.8rem;line-height:2.8rem;text-align:right}body.rtl .video-main-description{font-size:1.6rem;line-height:2.8rem;text-align:right}.img-large{height:39vh;width:100%}.img-decor{height:260px!important;width:440px!important}.top-left{left:4%;margin-top:17%}.about-text{margin-top:550px}.bottom-right{margin-top:2%;right:3%}body.rtl .about-text p{font-size:2.6rem}}@media screen and (min-width:355px) and (max-width:365px) and (min-height:790px) and (max-height:810px) and (orientation:portrait){.img-large{height:49vh;width:100%}.img-decor{height:200px!important;width:290px!important}.top-left{left:-4%;margin-top:17%}.about-text{margin-top:550px}.bottom-right{margin-top:2%;right:3%}}@media screen and (min-width:515px) and (max-width:530px) and (min-height:900px) and (max-height:925px) and (orientation:portrait){.navbar-links{left:0;top:243px}.img-large{height:49vh;width:100%}.img-decor{height:240px!important;width:430px!important}.top-left{left:-4%;margin-top:17%}.about-text{margin-top:620px}.bottom-right{margin-top:42%;right:3%}.two{position:relative;top:30%;z-index:2}.footer-logo h2,.footer-logo p{margin-left:60px}}@media (min-width:393px) and (max-width:396px) and (min-height:844px) and (max-height:873px){.img-large{height:49vh;width:100%}.img-decor{height:240px!important;width:290px!important}.top-left{left:3%;margin-top:9%}.bottom-right{left:36%;margin-top:10%}}@media (max-width:1440px) and (orientation:portrait){.about-container{flex-direction:column}.img-container{max-width:66%}.img-large{flex:0 1 100%;max-width:90%}.about-text{margin:0 auto;max-width:840px;width:100%}.about-text h2{font-size:3rem;text-align:center}.about-text h2:after{left:50%;transform:translateX(-50%);width:122px}.about-text p{font-size:2.3rem;padding:2rem;text-align:center}body.rtl .about-text h2:after{left:50%;margin-bottom:-6px;right:auto;transform:translateX(-50%)}body.rtl .about-text p{font-size:3rem;text-align:center}}@media (min-width:1200px) and (orientation:portrait){.about-container{flex-direction:column;gap:2rem;width:100%}.about-section{padding:2rem 1rem;width:100%}.about-images,.image-layout{display:flex;justify-content:center}.image-layout{width:100%}.img-container{align-items:center;display:flex;flex-direction:column;gap:1rem;max-width:500px;width:100%}.img-large{flex:0 1 100%;max-width:100%;width:100%}.two{margin-top:0}.about-images{padding:0;width:100%}.about-text{margin:20px auto;max-width:600px;padding:1.5rem;width:90%}.about-text h2{font-size:2.2rem;text-align:center}.about-text h2:after{left:50%;transform:translateX(-50%);width:90px}.about-text p{font-size:1.2rem;padding:1.5rem;text-align:center}body.rtl .about-text h2{font-size:2.4rem}body.rtl .about-text h2:after{left:50%;margin-bottom:-6px;right:auto;transform:translateX(-50%)}body.rtl .about-text p{font-size:1.8rem;text-align:center}}@media (max-width:1024px) and (orientation:portrait){.about-container{gap:1.5rem}.about-section{padding:2rem 1rem;width:100%}.img-container{max-width:80%}.img-large{flex:0 1 100%;max-width:90%}.about-images{padding:0;width:100%}.about-text{margin:20px auto;max-width:800px;padding:1.5rem;width:100%}.about-text h2:after{left:50%;transform:translateX(-50%);width:90px}.about-text p{font-size:2.6rem;padding:1.7rem}body.rtl .about-text h2:after{left:50%;margin-bottom:-6px;right:auto;transform:translateX(-50%)}body.rtl .about-text p{font-size:2.3rem;text-align:center}}@media (max-width:768px) and (orientation:portrait){.about-container{flex-direction:column;gap:2.5rem}.about-section{padding:2rem 1rem;width:100%}.img-container{max-width:80%}.img-large{flex:0 1 100%;max-width:90%}.about-images{padding:0;width:100%}.about-text{margin:20px auto;max-width:500px;width:100%}.about-text h2:after{left:50%;transform:translateX(-50%);width:90px}.about-text p{font-size:1.3rem;padding:1.7rem}body.rtl .about-text h2:after{left:50%;margin-bottom:-6px;right:auto;transform:translateX(-50%)}body.rtl .about-text p{font-size:2.3rem;text-align:center}}@media (max-width:374px) and (orientation:portrait){.about-section{padding:2rem .8rem}.img-container{max-width:140px}.about-text{padding:1.3rem}.about-text h2{font-size:1.8rem}.about-text p{font-size:.95rem;padding:1.1rem}body.rtl .about-text h2{font-size:2rem}body.rtl .about-text p{font-size:1.2rem}}@media (max-width:399px) and (orientation:portrait){.about-container{flex-direction:column;gap:2.5rem}.about-section{padding:2rem 1rem;width:100%}.img-container{max-width:80%}.img-large{flex:0 1 100%;max-width:90%}.about-images{padding:0;width:100%}.about-text{margin:20px auto;max-width:500px;width:100%}.about-text h2:after{left:50%;transform:translateX(-50%);width:90px}.about-text p{font-size:1.3rem;padding:1.7rem}body.rtl .about-text h2:after{left:50%;margin-bottom:-6px;right:auto;transform:translateX(-50%)}body.rtl .about-text p{font-size:2.3rem;text-align:center}}@media (max-width:576px) and (orientation:portrait){.about-container{flex-direction:column;padding:0;width:100%}.about-section{padding:2rem 0;width:100%}.image-layout{flex-wrap:wrap}.img-container{align-items:center;display:flex;flex-direction:column;max-width:80%;padding:0;width:80%}.img-large{flex:0 1 100%;max-width:90%}.about-images{display:flex;justify-content:center;padding:0;width:100%}.about-text{box-sizing:border-box;margin:20px auto 0;max-width:500px;padding:1.5rem;width:90%}.about-text h2{font-size:1.8rem;text-align:center}.about-text h2:after{left:50%;transform:translateX(-50%);width:90px}.about-text p{font-size:1rem;text-align:center}body.rtl .about-text h2{font-size:1.8rem}body.rtl .about-text h2:after{left:50%;margin-bottom:-6px;right:auto;transform:translateX(-50%)}body.rtl .about-text p{font-size:1.8rem;text-align:center}}@media (max-width:320px) and (orientation:portrait){.about-section{padding:2rem 0}.img-container{max-width:90%}.about-text{box-sizing:border-box;padding:1.1rem}.about-text h2{font-size:1.8rem}.about-text p{font-size:.7rem}body.rtl .about-text h2{font-size:1.3rem}body.rtl .about-text p{font-size:1.5rem}}.about-page{background:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.about-banner{background-attachment:fixed;background-image:url("/static/media/border%20(1).d67e81917c3b89995610.png");background-size:cover;color:#050b71;padding:3rem;text-align:center}.about-banner h1{font-family:Georgia,Times New Roman,Times,serif;font-size:3.7rem;margin:0 auto;text-align:center}body.rtl .about-banner h1{font-family:Amiri,serif}.about-images-row{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:2rem 0 4rem}.about-images-row img{border-radius:12px;box-shadow:0 4px 12px #0000001a;height:180px;object-fit:cover;transition:transform .3s ease;width:270px}.div-banner>.banner-p{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-family:Georgia,Times New Roman,Times,serif;font-size:2.5rem;margin-left:4%;padding:7rem;text-align:center;width:80%}.animate__animated{animation:bounce;animation-duration:2s;margin:0 .5rem}.about-content h3{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-size:40px;text-align:left}body.rtl .about-content h3{font-family:Amiri,serif;text-align:right}.about-content p{margin:0 auto 60px;max-width:100%;text-align:center;width:100%}body.rtl .about-content p{font-family:Ubuntu,sans-serif;font-size:25px;text-align:right}.about-section{align-items:center;display:flex;flex-wrap:wrap;font-size:30px}.about-section:nth-child(2n){flex-direction:row-reverse}.impact-underline-whoweare,.text-only{justify-content:center;text-align:center}.impact-underline-whoweare{background-color:#007bff;display:flex;float:center;height:3px;margin-bottom:30px;margin-left:3%;margin-top:0;width:120px}body.rtl .impact-underline-whoweare{margin-left:auto;margin-right:2%}.about-image{flex:1 1;min-width:300px;padding:1rem}.about-image img{border-radius:12px;box-shadow:0 4px 14px #00000026;height:auto;width:100%}.about-content{flex:1 1;min-width:300px;padding:2rem}.about-content h3{color:#081f41;font-size:2.1rem;margin-bottom:1rem}.about-content p{color:#444;font-size:1rem;line-height:1.7;text-align:justify}.impact-section-about{align-items:center;background-image:url("/static/media/2%20(2).03d98368849aef936005.svg");background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;margin-top:4rem;min-height:100vh;padding:20px}.impact-image img{border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:30px;object-fit:cover}.impact-content{display:flex;flex-direction:row;gap:40px;justify-content:space-between;width:90%}.impact-left{flex:1 1;margin-top:30px;text-align:left}.impact-left h3{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-size:2.2rem;font-weight:600;margin-bottom:5px;margin-left:50px}body.rtl .impact-left h3{font-family:Amiri,serif;margin-left:24%}.impact-underline{background-color:#007bff;height:3px;margin-bottom:10px;margin-left:23%;margin-top:3%;width:120px}.impact-subtitle{color:#666;font-size:1rem;margin-bottom:20px;text-align:center;width:84%}.impact-right{flex:2 1;text-align:right}.impact-right p{color:#000;font-size:1rem;line-height:1.6;margin-top:50px;text-align:left}body.rtl .impact-right p{font-family:Ubuntu,sans-serif;font-size:23px;line-height:2.4rem;text-align:right}.vmv-wrapper{background-color:#f5f5f5;padding:50px 40px}.vmv-header{align-items:center;background-color:#333;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:40px}.vmv-title{color:#6e6e6e;flex:1 1;font-size:38px;font-weight:700;min-width:340px;text-align:center}body.rtl .vmv-title{font-family:Amiri,serif;font-size:2.8rem}.vmv-divider{background-color:#ccc;height:100px;width:3px}.vmv-description{color:#dfdfdf;flex:2 1;font-size:12px;line-height:1.5;min-width:280px;padding:1.4rem;text-align:left}body.rtl .vmv-description{font-family:Ubuntu,sans-serif;font-size:17px;text-align:right}.vmv-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.vmv-card--{background-color:#fff;border-radius:16px;box-shadow:0 10px 20px #00000014;box-shadow:5px 5px #2e48f066,10px 10px #2ebcf04d,15px 15px #722ef033,20px 20px #2ed0f01a,25px 25px #2ef0f00d;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;max-width:300px;min-height:400px;min-width:230px;padding:20px;position:relative}.vmv-card-- h3{color:#f4faff;font-family:cursive;font-size:2rem;margin-bottom:15px;text-align:center}body.rtl .vmv-card-- h3{font-family:Amiri,serif}.vmv-card-- p{color:#fff;flex:1 1;font-size:.9rem;line-height:1.3rem;margin-top:20px;text-align:center}body.rtl .vmv-card-- p{font-family:Ubuntu,sans-serif;font-size:17px;line-height:1.9rem}.impact-underline-area{background-color:#007bff;height:3px;margin-bottom:20px;margin-left:20%;margin-top:1%;width:120px}body.rtl .impact-underline-area{margin-left:auto;margin-right:2%}.vmv-img{align-self:center;height:auto;margin-bottom:30px;margin-top:20px;object-fit:contain;width:120px}.mission{border-top:5px solid #07c}.vision{border-top:5px solid #0a5}.values{border-top:5px solid #f93}.vmv-box{border-radius:12px;box-shadow:0 10px 20px #0000001a;color:#fff;flex:1 1;max-width:350px;min-width:280px;padding:30px;position:relative}.mission{background-color:#009fd9}.vision{background-color:#006c9c}.values{background-color:#6a8e00}.vmv-box h3{font-size:24px;margin-bottom:15px}.vmv-box p{font-size:16px;line-height:1.5}.vmv-icon{font-size:40px;margin-top:20px}.about-area{align-items:center;display:flex;flex-direction:row-reverse;flex-wrap:wrap;font-size:30px;padding:7rem 2rem}.about h3{margin-left:10%;text-align:left}.about-section .about-area{align-items:center;display:flex;flex-wrap:wrap;font-size:30px}.about-image>img{border-bottom-left-radius:150px}.about-image img{height:53vh;object-fit:cover}.about-section-feature{align-items:center;background-image:linear-gradient(0deg,#fff1eb 0,#ace0f9);display:flex;flex-wrap:wrap;font-size:30px;padding:5rem 1rem}.about-image-feature>.future-about{border-bottom-right-radius:150px;height:50vh;margin-left:40px;object-fit:cover;width:40vw}.about-content-future{flex:1 1;min-width:300px;padding:2rem}.about-content-future h3{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-size:34px;margin-bottom:1rem}body.rtl .about-content-future h3{font-family:Amiri,sans-serif}.about-image-feature>img{border-radius:12px}.about-content-future p{font:1.4rem;margin-left:6%;width:90%}body.rtl .about-content-future p{font-family:Ubuntu,sans-serif;font-size:1.3rem;text-align:right}.about-content-future p{color:#444;font-size:1rem;line-height:1.6;margin-top:50px;text-align:left}.impact-image{border-radius:20px;box-shadow:0 30px 40px -15px rgba(2,111,253,.867);display:inline-block;margin:0 auto;max-width:100%;overflow:hidden;position:relative;transition:all .5s ease;width:-webkit-fit-content;width:fit-content}.impact-image img{background-image:linear-gradient(90deg,#bbc1bf 0,#bbc1bf 19%,#57c6e1 42%,#b49fda 79%,#7ac5d8);display:block;height:auto;margin:0 auto;max-width:730px;padding:14px;transition:transform .8s ease;width:100%}.impact-image:hover img{transform:scale(1.05)}@media (max-width:1024px){.impact-section-about{background-position:top;background-size:contain}}@media (max-width:768px){.impact-section-about{background-position:center 20%;background-size:250% auto;min-height:80vh;padding:40px 15px}.impact-content{flex-direction:column;gap:20px;width:95%}.impact-image img{display:block;margin:0 auto 20px;max-width:80%}}@media (max-width:480px){.impact-section-about{background-position:30%;background-size:200% auto;min-height:auto;padding:30px 12px}.impact-section-about:before{background:#ffffffe6}.impact-image img{max-width:90%}.impact-content{width:100%}}@media (max-width:360px){.impact-section-about{background-size:250% auto}}@media screen and (min-width:515px) and (max-width:530px) and (min-height:900px) and (max-height:925px) and (orientation:portrait){.impact-image img{max-width:90%}.area-image{margin:50px auto 0;max-width:450px;width:100%}.area-image img,.future-image img{height:auto;width:100%}}@media (max-width:374px) and (orientation:portrait){.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}}@media (max-height:899px) and (orientation:portrait){.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}}@media (width:412px) and (orientation:portrait){.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}}@media (max-width:399px) and (orientation:portrait){.about-banner h1{font-size:1.9rem!important}body.rtl .about-content p{font-size:22px}.about-content p{font-size:18px}.vmv-wrapper{padding:19px 19px 0}.vmv-divider{height:3px;width:70%}body.rtl .vmv-description{font-size:1.2rem;line-height:1.7;text-align:center}.vmv-description{font-size:.9rem;line-height:1.7;text-align:center}.vmv-card-- p{font-size:1rem;line-height:1.65rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.3rem;line-height:2.4rem;text-align:center}.vmv-title{flex:1 1;font-size:33px;padding-top:17px}.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}.impact-image img{max-width:90%}.area-image{margin:50px auto 0;max-width:420px}.area-content p{font-size:1.1rem;margin:0}.area-image img,.future-image img{height:auto;width:100%}}@media (width:834px) and (orientation:portrait){.area-section,.future-section{display:block}.impact-image img{max-width:90%}.future-image img{height:auto;width:94%!important}}@media (min-width:768px) and (orientation:portrait){.area-section,.future-section{display:block}.area-image{margin:50px auto 0;max-width:550px;width:100%}.area-image img{height:auto;width:100%}.future-image img{height:auto;width:94%}}@media (max-width:320px){.about-banner h1{font-size:1.5rem!important}.about-images-row{gap:.5rem;margin:1rem 0}.about-images-row img{height:130px;max-width:240px;width:100%}.about-content{background-color:#fff!important}.about-content h3{font-size:1.5rem!important;margin-left:19px!important}body.rtl .about-content h3{font-size:1.5rem!important;margin-right:19px!important}.about-content p{font-size:.85rem!important}body.rtl .about-content p{font-size:1rem!important}body.rtl .impact-underline-whoweare{margin-left:170px!important;width:100px}.impact-underline-whoweare{margin-left:24px!important;width:120px}.vmv-wrapper{padding:1rem!important;padding:10px 14px 0}.vmv-description{font-size:13px!important;line-height:1.9;text-align:justify}.vmv-title{font-size:23px!important}body.rtl .vmv-divider{height:200px;width:3px}.vmv-cards{gap:1rem}.vmv-card--{max-width:200px!important;min-height:330px!important;min-width:200px!important}.vmv-card-- h3{font-size:1.3rem!important}.vmv-card-- p{font-size:.8rem!important;line-height:1.4!important}body.rtl .vmv-card-- p{font-size:1.2rem!important;line-height:1.4!important}.vmv-img{margin:.5rem auto;width:80px}.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}.impact-right p{font-size:.85rem!important;line-height:1.5;text-align:left!important}body.rtl .impact-right p{font-size:1rem!important;line-height:1.5;text-align:right!important}.impact-image img{max-width:90%}.future-content h3,.future-content p{font-size:1.3rem;margin-left:3.4rem!important;width:86%!important}body.rtl .future-content h3{right:5.4rem!important}body.rtl .area-content h3{right:5.4rem!important;width:70%!important}.area-content p{font-size:1.3rem;width:76%!important}.future-image img{height:45vh!important;width:87%!important}.area-image img{margin:50px auto 30px!important;max-width:300px!important;width:87%!important}}@media screen and (min-width:407px) and (max-width:415px) and (min-height:912px) and (max-height:925px) and (orientation:portrait){.about-banner h1{font-size:2.7rem;margin:0 auto;text-align:center}.about-images-row img{height:190px;width:320px}.about-content h3{font-size:40px;text-align:left}.about-content p{box-sizing:border-box;margin:0;width:100%}.vmv-wrapper{padding:10px 14px 0}.vmv-description{font-size:20px;line-height:1.9;text-align:justify}.vmv-divider{height:3px;margin:10px auto;width:70%}.vmv-card-- p{font-size:1rem;line-height:2rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.7rem;line-height:2.4rem;text-align:center}.vmv-card--{max-width:300px;min-height:330px;min-width:300px}body.rtl .vmv-description{font-size:1.7rem;line-height:1.7;text-align:center}.vmv-title{flex:1 1;font-size:39px;padding-top:17px}body.rtl .impact-image img{margin-top:30px}.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}.impact-right p{font-size:20px;margin:0 auto;width:100%}.impact-left h3{font-size:2.5rem}body.rtl .impact-left h3{margin-left:64%}.impact-underline{margin-left:13%}body.rtl .impact-underline{margin-left:60%}.about h3{margin:0 auto;text-align:left;width:100%}.about-content p{font-size:20px;text-align:left}.about p{font-size:22px}body.rtl .about p{font-size:26px}.about-image-feature>.future-about{height:30vh;margin-right:40px;width:90vw}.about-image>img{border-bottom-left-radius:150px;height:auto;margin:0 auto;width:80vw}.about-content-future p{font-size:22px;text-align:left}body.rtl .about-content-future p{font-size:26px;text-align:right}.impact-underline-future{margin-left:32%}}@media screen and (min-width:410px) and (max-width:418px) and (min-height:890px) and (max-height:900px) and (orientation:portrait){.about-banner h1{font-size:2.7rem;margin:0 2%;text-align:center}.about-images-row img{height:190px;width:320px}.about-content h3{font-size:40px;text-align:left}.about-content p{box-sizing:border-box;font-size:20px;margin:0;text-align:left;width:100%}.impact-left h3{font-size:2.2rem;margin-top:100px}.vmv-divider{height:3px;margin:10px auto;width:70%}.vmv-wrapper{background-color:#f5f5f5;padding:40px 15px}.vmv-description{flex:2 1;font-size:20px;line-height:1.9;text-align:center}body.rtl .vmv-description{font-size:1.7rem;line-height:1.9;padding-bottom:50px;text-align:center}.vmv-card-- p{font-size:1.5rem;line-height:2rem;text-align:center}.vmv-card-- h3{font-size:2.5rem}body.rtl .vmv-card-- p{font-size:1.6rem;line-height:2.3rem;text-align:center}.vmv-title{flex:1 1;font-size:35px;padding-top:17px}.vmv-card--{max-width:330px;min-height:400px;min-width:250px}.impact-image img{margin-top:50px}.impact-right{flex:0 0 100%;margin:0 auto;text-align:left;width:100%}body.rtl .impact-right p{font-size:27px}body.rtl .impact-left h3{text-align:right}body.rtl .impact-underline{height:3px;margin-left:63%;text-align:right;width:120px}body.rtl .impact-underline-area{margin-left:55%;text-align:right}body.rtl .about p{font-size:27px;text-align:right;width:100%}.impact-content{flex-direction:column;gap:20px;width:100%}.impact-right p{font-size:22px;margin:0 auto;width:100%}.about h3{margin:0 auto;text-align:left;width:100%}.about p{font-size:22px}.about-image-feature>.future-about{height:30vh;margin-right:40px;width:90vw}.about-image>img{border-bottom-left-radius:150px;height:auto;margin:0 auto;width:80vw}.about-content-future p{font-size:22px;text-align:left}.impact-underline-future{margin-left:32%}body.rtl .about-content-future h3{text-align:right}body.rtl .impact-underline-future{margin-left:53%}body.rtl .about-content-future p{font-size:27px;text-align:right}}@media (min-width:481px) and (max-width:600px){.about-banner h1{font-size:3rem;margin:0 11%;text-align:center}.about-images-row img{height:270px;width:430px}.vmv-wrapper{padding:20px 14px 0}.vmv-description{font-size:1.3rem;line-height:1.6;margin-bottom:1rem;min-width:0;min-width:auto;text-align:center;width:80%}body.rtl .vmv-description{font-size:1.5rem;line-height:2;text-align:center}.about-content p,.vmv-card-- p{font-size:1.3rem}.vmv-card-- p{line-height:2.6rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.4rem;line-height:2.2rem;text-align:center}.vmv-title{font-size:3.3rem;margin-top:2rem;min-width:0;min-width:auto;text-align:center;width:100%}.vmv-card--{max-width:500px;min-height:400px;min-width:400px}.impact-image img{margin-top:10px}body.rtl .impact-image img{margin-top:30px}.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}.impact-right p{font-size:25px;margin:0 auto;width:100%}.impact-left h3{font-size:2.5rem}body.rtl .impact-left h3{margin-left:64%}.impact-underline{margin-left:13%}body.rtl .impact-underline{margin-left:60%}.about p{font-size:25px;text-align:left;width:100%}.about-image-feature>.future-about{height:40vh;margin-right:40px;width:90vw}.impact-underline-future{margin-left:39%}.about-content-future p{font-size:25px;text-align:left}body.rtl .about-content-future p{font-size:25px;text-align:right}}@media screen and (min-width:355px) and (max-width:365px) and (min-height:660px) and (max-height:680px) and (orientation:portrait){.about-banner h1{font-size:2.4rem;margin:0 auto}.about-content h3{font-size:28px;text-align:left}.about-content p{margin:0 auto;text-align:left;width:80%}body.rtl .about-content p{font-size:20px;width:90%}.vmv-header{align-items:center;flex-direction:column;justify-content:center;margin-bottom:2rem;padding:2rem 1rem;width:100%}.vmv-title{font-size:1.8rem;min-width:0;min-width:auto;text-align:center;width:100%}body.rtl .vmv-title{font-size:2rem}.vmv-divider{height:3px;margin:1px auto;width:220px}.vmv-wrapper{padding:10px 20px 0}.vmv-description{font-size:1.1rem;line-height:1.6;min-width:0;min-width:auto;text-align:center;width:87%}body.rtl .vmv-description{font-family:Ubuntu,sans-serif;font-size:1.1rem;line-height:1.9;text-align:center}.impact-left h3{font-size:1.2rem;margin-top:100px}body.rtl .impact-left h3{text-align:right}.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-size:cover}body.rtl .impact-underline{height:3px;margin-left:63%;text-align:right;width:120px}body.rtl .impact-underline-area{margin-left:70%;text-align:right}body.rtl .about p{font-size:20px;text-align:right;width:100%}.vmv-header{margin-right:200px;max-width:200px;min-height:390px;min-width:290px}.vmv-title{font-size:30px;width:70%}.vmv-card--{max-width:300px;min-height:390px;min-width:270px}.vmv-img{height:auto;width:100px}.vmv-card-- p{font-size:1.3rem;line-height:1.7rem;text-align:center}.impact-image img{margin-top:180px}.impact-right{flex:0 0 100%;margin:0 auto;text-align:left;width:100%}.impact-content{flex-direction:column;width:100%}.impact-right p{font-size:20px;margin:0 auto;width:100%}.impact-left h3{font-size:2rem}.about h3{margin:0 auto;width:100%}.about p{font-size:25px;text-align:justify;width:100%}.about-image-feature>.future-about{height:30vh;margin-right:40px;width:90vw}.about-image>img{height:auto;margin:0 auto;width:90vw}.about h3{margin-bottom:4%;margin-left:10%;text-align:left}.about-content p,.about-content-future p{font-size:20px;text-align:justify}.about-content p{margin-left:12%}.about-content-future h3{font-size:34px;margin-right:4rem}body.rtl .about-content-future h3{text-align:right}.impact-underline-future{margin-left:20%}body.rtl .impact-underline-future{margin-left:33%}}@media screen and (min-width:424px) and (max-width:432px) and (min-height:920px) and (max-height:935px) and (orientation:portrait){.about-banner h1{font-size:2.5rem}.vmv-card-- p{font-size:1.5rem;line-height:2rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.7rem;line-height:2.4rem;text-align:center}.vmv-description{font-size:1.4rem;line-height:1.6;margin-bottom:1rem;min-width:0;min-width:auto;text-align:center;width:87%}.vmv-card--{max-width:320px;min-height:400px;min-width:330px}body.rtl .vmv-description{font-size:1.7rem;line-height:1.9;text-align:center}.vmv-divider{height:3px;margin:10px auto;width:70%}body.rtl .vmv-divider{height:3px;margin:10px auto;width:80%}.vmv-title{font-size:2.1rem;margin-top:2rem;min-width:0;min-width:auto;text-align:center;width:100%}.vmv-wrapper{padding:10px 14px 0}.impact-right{flex:0 0 100%;margin:0 auto;text-align:left;width:100%}body.rtl .impact-left h3{text-align:right}body.rtl .impact-underline{margin-left:70%}.impact-content{flex-direction:column;width:100%}.impact-right p{font-size:20px;margin:0 auto;width:100%}body.rtl .impact-right p{font-size:29px}.impact-left h3{font-size:2rem;margin-top:50px}.about p{font-size:22px;text-align:left}.about-image-feature>.future-about{height:30vh;margin-right:40px;width:90vw}body.rtl .about p{font-size:29px}.impact-underline-future{margin-left:33%}.about-content-future p{font-size:22px;text-align:left}body.rtl .about-content-future p{font-size:29px;text-align:right}}@media screen and (min-width:738px) and (max-width:750px) and (min-height:1125px) and (max-height:1140px) and (orientation:portrait){.about-images-row img{height:auto;width:460px}.about-banner h1{font-size:3.5rem}.vmv-divider{height:3px;margin:10px auto;width:70%}body.rtl .vmv-divider{height:3px;margin:10px auto;width:90%}.vmv-title{font-size:2.9rem;margin-top:2rem;min-width:0;min-width:auto;text-align:center;width:100%}.vmv-description{font-size:1.4rem}.vmv-description,body.rtl .vmv-description{line-height:1.7;margin-bottom:1rem;min-width:0;min-width:auto;text-align:center;width:87%}body.rtl .vmv-description{font-size:1.9rem}.vmv-card--{max-width:430px;min-height:390px;min-width:280px}.vmv-card-- p{font-size:1.6rem;line-height:2.7rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.9rem;line-height:2.9rem;text-align:center}.vmv-card-- h3{font-size:2.7rem}.impact-right p{font-size:22px;margin-top:100px;width:100%}body.rtl .impact-right p{font-size:29px;margin-top:100px;width:100%}.impact-left h3{margin-top:100px}.about-content p{font-size:22px;text-align:justify}body.rtl .about-content p{font-size:29px;text-align:right}.about-image-feature>.future-about{height:40vh;margin-right:40px;width:90vw}.about-content-future p{font-size:22px;text-align:justify}body.rtl .about-content-future p{font-size:29px;text-align:right}}@media screen and (min-width:355px) and (max-width:365px) and (min-height:790px) and (max-height:810px) and (orientation:portrait){.about-banner h1{font-size:2.2rem}.vmv-wrapper{padding:10px 14px 0}.vmv-description{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;min-width:0;min-width:auto;text-align:center;width:87%}.vmv-divider,body.rtl .vmv-divider{height:3px;margin:10px auto;width:70%}body.rtl .vmv-description{font-size:1.5rem;line-height:1.7;margin-bottom:1rem;width:87%}.vmv-title,body.rtl .vmv-description{min-width:0;min-width:auto;text-align:center}.vmv-title{font-size:2.1rem;margin-top:2rem;width:100%}.vmv-card-- p{font-size:1.3rem;line-height:2rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.6rem;line-height:2.6rem;text-align:center}.impact-image img{margin-top:100px}body.rtl .impact-image img{margin-top:30px}.impact-right{flex:0 0 100%;margin:0 auto;text-align:left;width:100%}.impact-content{flex-direction:column;width:100%}.impact-right p{font-size:20px;margin:0 auto;width:100%}body.rtl .impact-right p{font-size:26px}body.rtl .about-content-future p{font-size:26px;text-align:right}.impact-left h3{font-size:2rem}body.rtl .impact-left h3{margin-left:70%}body.rtl .impact-underline{margin-left:60%}.about p{font-size:20px;margin-left:33px;text-align:left;width:100%}.about-image>img{height:auto;margin:0 auto;width:94vw}.about-image-feature>.future-about{height:30vh;margin-right:40px;width:90vw}.impact-underline-future{margin-left:30%}body.rtl .impact-underline-area{margin-left:46%}.about-content-future p{font-size:20px;text-align:left}}@media screen and (min-width:515px) and (max-width:530px) and (min-height:900px) and (max-height:925px) and (orientation:portrait){.about-banner h1{font-size:2.7rem}.vmv-wrapper{padding:10px 29px 0}.vmv-divider{height:3px;margin:10px auto;width:70%}body.rtl .vmv-divider{height:3px;margin:10px auto;width:80%}.vmv-description{font-size:1.2rem;padding:20!important}.vmv-description,body.rtl .vmv-description{line-height:1.7;margin-bottom:1rem;min-width:0;min-width:auto;text-align:center;width:87%}body.rtl .vmv-description{font-size:1.5rem}.vmv-title{font-size:2.4rem;margin-top:2rem;min-width:0;min-width:auto;text-align:center;width:100%}.vmv-card-- p{font-size:1.2rem;line-height:2.2rem;text-align:center}.vmv-card--{max-width:320px;min-height:340px;min-width:370px}body.rtl .vmv-card-- p{font-size:1.5rem;line-height:2.6rem;text-align:center}.impact-right p{font-size:20px}.impact-left h3{font-size:2rem}.about-content-future p,body.rtl .about p,body.rtl .about-content-future p{font-size:29px;text-align:right}body.rtl .impact-left h3{margin-left:70%}body.rtl .impact-underline{margin-left:67%}}@media (max-width:320px){.about-banner h1{font-size:2rem}body.rtl .about-banner h1{margin:0 10%}.vmv-wrapper{padding:10px 14px 0}.vmv-description{font-size:1rem}.vmv-description,body.rtl .vmv-description{line-height:1.7;min-width:0;min-width:auto;text-align:center;width:87%}body.rtl .vmv-description{font-size:1.2rem;margin-bottom:1rem}.vmv-title{font-size:2rem;margin-top:2rem;min-width:0;min-width:auto;text-align:center;width:100%}.vmv-card-- p{font-size:1.1rem;line-height:1.7rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.1rem;line-height:2.6rem;text-align:center}.vmv-divider{height:3px;margin:10px auto;width:70%}.about-content p{width:90%}.impact-image img{margin-top:200px}body.rtl .impact-image img{margin-top:220px}.impact-right{flex:0 0 100%;margin:0 auto;text-align:left;width:100%}.impact-content{flex-direction:column;width:100%}.impact-right p{font-size:20px;margin:0 auto;width:100%}.impact-left h3{font-size:2rem}body.rtl .impact-left h3{margin-left:60%}body.rtl .impact-underline{margin-left:55%}.about h3{font-size:30px}.about h3,.about p{margin-left:24%;text-align:left;width:90%}.about p{font-size:20px}body.rtl .about p{font-size:20px;margin-left:24%;text-align:right;width:90%}.about-image-feature>.future-about{height:30vh;margin-right:40px;width:90vw}.about-image>img{height:auto;margin-left:37px;width:100%}.impact-underline-future{margin-left:30%}body.rtl .impact-underline-area{margin-left:66%}.impact-underline-area{margin-left:36%}.about-content-future p{font-size:20px;text-align:left}}@media (min-width:361px) and (max-width:480px){.about-banner h1{font-size:2.3rem}.vmv-wrapper{padding:8px 24px 0}.vmv-divider{height:3px;margin:10px auto;width:70%}body.rtl .vmv-divider{height:3px;margin:10px auto;width:80%}.vmv-description{font-size:1rem;line-height:1.6;margin-bottom:1rem;min-width:0;min-width:auto;text-align:center;width:87%}body.rtl .vmv-description{font-size:1.22rem;line-height:2;text-align:center}body.rtl .vmv-title{font-size:2.3rem}.vmv-card-- p{font-size:1.1rem;line-height:1.8rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.28rem;line-height:2.2rem;text-align:center}.impact-right p{font-size:20px}.impact-left h3{font-size:2rem}body.rtl .impact-left h3{margin-left:70%}body.rtl .impact-underline{margin-left:65%}.area-image{margin:50px auto 0;max-width:450px;width:100%}.area-image img,.future-image img{height:auto;width:100%}.area-content h3,.future-content h3{font-size:30px}}@media (min-width:768px) and (orientation:portrait){.about-banner h1{margin-bottom:5rem}.about-images-row img{height:340px;width:550px}.about-content p{margin:0 auto;max-width:90%;width:100%}.vmv-wrapper{padding:20px 39px 0}.vmv-divider{height:3px;margin:10px auto;width:80%}body.rtl .vmv-divider{height:3px;margin:10px auto;width:90%}.vmv-card-- h3{font-size:3.5rem}.vmv-description{font-size:1.6rem;line-height:1.6;margin-bottom:1rem;min-width:0;min-width:auto;text-align:center;width:87%}body.rtl .vmv-description{font-size:1.9rem;text-align:center}.about-content p{font-size:1.6rem}body.rtl .about-content p{font-size:2.1rem}.about h3,body.rtl .about-content h3{font-size:3rem}.vmv-card-- p{font-size:1.8rem;line-height:3.3rem;text-align:center}body.rtl .vmv-card-- p{font-size:2rem;line-height:3.2rem;text-align:center}.vmv-title{font-size:3rem;margin-top:2rem;min-width:0;min-width:auto;padding-left:2rem;text-align:center;width:100%}.vmv-card--{max-width:630px;min-height:400px;min-width:490px}.impact-image img{margin-top:40px}body.rtl .impact-image img{margin-top:30px}.impact-right{flex:0 0 100%;margin:0 auto;text-align:left;width:100%}.impact-content{flex-direction:column;width:100%}.impact-right p{font-size:32px;margin:0 auto;width:90%}body.rtl .impact-right p{font-size:34px;line-height:3.2rem;width:90%}.impact-left h3{font-size:2.5rem;margin-top:120px}body.rtl .impact-left h3{font-size:3.5rem;margin-left:70%;margin-top:120px}.impact-underline{margin-left:13%}body.rtl .impact-underline{margin-left:75%}.future-content p{font-size:1.6rem;text-align:left}body.rtl .area-content p,body.rtl .future-content p{font-size:1.9rem}.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}}@media (min-width:992px) and (orientation:portrait){.about-banner h1{font-size:4.3rem;margin-bottom:5rem}.about-images-row img{height:500px;width:700px}.vmv-wrapper{padding:40px 44px 0}.vmv-card-- h3{font-size:2rem}.vmv-description{font-size:2.8rem;line-height:2;min-width:0;min-width:auto;padding:4rem;text-align:center;width:87%}.vmv-divider{height:3px;margin:1px auto;width:90%}body.rtl .vmv-description{font-size:3.1rem;line-height:2;text-align:center}.about-content p{font-size:2.6rem}.about-content h3{font-size:4rem}body.rtl .about-content h3{font-size:4.3rem}.impact-underline-whoweare{height:7px;margin-left:5%;width:270px}body.rtl .about-content p{font-size:50px;width:90%}.vmv-card-- p{font-size:2.8rem;line-height:4.3rem;text-align:center}body.rtl .vmv-card-- p{font-size:3.1rem;line-height:5.3rem;text-align:center}.vmv-card-- h3,body.rtl .vmv-card-- h3{font-size:5rem;padding:2rem}.vmv-title,body.rtl .vmv-title{font-size:5rem}.vmv-img{height:auto;margin-top:3rem;width:270px}.vmv-card--{max-width:890px;min-height:820px;min-width:890px}.impact-image img{margin-top:190px}body.rtl .impact-right p{font-size:3.3rem;line-height:5.7rem}.impact-right p{font-size:3rem;line-height:5rem}.impact-image img{max-width:90%}.impact-left h3{font-size:5.1rem}body.rtl .impact-left h3{font-size:5rem;margin-left:64%}body.rtl .impact-underline{height:7px;margin-left:62%;width:260px}.impact-underline{height:7px;margin-left:13%;width:260px}.about p{font-size:3.2rem;text-align:left;width:90%}.about-content-future h3{font-size:5rem}.about-content-future p{font-size:3.2rem;text-align:left}body.rtl .future-content p{font-size:3.2rem;text-align:right}.area-section,.future-section{display:block}}@media (min-width:1200px) and (orientation:portrait){.about-banner h1{font-size:7rem;margin-bottom:7rem}.about-images-row img{height:700px;width:990px}.vmv-wrapper{padding:40px 44px 0}.vmv-card-- h3{font-size:2.4rem}.vmv-description{font-size:3rem;line-height:2;min-width:0;min-width:auto;padding:4rem;text-align:center;width:87%}.vmv-divider{height:3px;margin:1px auto;width:90%}body.rtl .vmv-description{font-size:3.4rem;line-height:2;text-align:center}.about-content p{font-size:2.9rem}.about-content h3{font-size:4.9rem}.impact-underline-whoweare{height:7px;margin-left:5%;width:270px}body.rtl .about-content p{font-size:50px;width:90%}.vmv-card-- p{font-size:2.8rem;line-height:5.3rem;text-align:center}body.rtl .vmv-card-- p{font-size:3.3rem;line-height:5.3rem;text-align:center}body.rtl .vmv-card-- h3{font-size:4.9rem;padding:2rem}.vmv-card-- h3{font-size:5.4rem;padding:2rem}body.rtl .vmv-title{font-size:6rem}.vmv-img{height:auto;margin-top:3rem;width:270px}.vmv-card--{max-width:890px;min-height:820px;min-width:890px}body.rtl .impact-right p{font-size:4rem;line-height:5rem}.impact-left h3{font-size:5.9rem}.area-image{margin:50px auto 0;max-width:820px;width:100%}.future-image img{height:35vh;width:98%}}@media (max-width:601px) and (height:962px){.about-images-row img{height:auto;width:460px}.about-banner h1{font-size:3.5rem}.vmv-divider{height:3px;margin:10px auto;width:70%}body.rtl .vmv-divider{height:3px;margin:10px auto;width:90%}.vmv-title{font-size:2.9rem;margin-top:2rem;min-width:0;min-width:auto;text-align:center;width:100%}body.rtl .about-content p{margin:0 auto;max-width:90%;width:100%}.vmv-description{font-size:1.4rem}.vmv-description,body.rtl .vmv-description{line-height:1.7;margin-bottom:1rem;min-width:0;min-width:auto;text-align:center;width:87%}body.rtl .vmv-description{font-size:1.7rem}.vmv-card--{max-width:430px;min-height:390px;min-width:280px}.vmv-card-- p{font-size:1.3rem;line-height:2.4rem;text-align:center}body.rtl .vmv-card-- p{font-size:1.9rem;line-height:2.9rem;text-align:center}.vmv-card-- h3{font-size:2.7rem}.impact-right p{font-size:22px;width:100%}body.rtl .impact-left h3{margin-left:70%}body.rtl .impact-right p{font-size:29px;width:100%}.impact-underline{margin-left:16%}body.rtl .impact-underline{margin-left:69%}.impact-section-about{background-image:url(/static/media/111.187901b23cca38ec12ff.svg);background-position:50%;background-size:cover}.impact-image img{max-width:90%}.area-image{max-width:520px;width:97%}.future-image img{height:auto;width:94%}.area-content p,.future-content p{font-size:1.3rem;width:90%}.area-content p,body.rtl .area-content p,body.rtl .future-content p{font-size:1.8rem;width:90%}}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.contact-section{background:#f7f7f7;padding:60px 20px}.contact-container{display:flex;flex-wrap:wrap;gap:40px;margin:auto;max-width:1100px}.contact-info{background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000000d;flex:1 1 400px;padding:25px}.contact-info h2{color:#2c3e50;margin-bottom:15px}body.rtl .contact-info h2{font-family:Amiri,sans-serif;text-align:right}body.rtl .contact-container .pp{text-align:right!important}.contact-info p{color:#555;line-height:1.5;margin-bottom:15px}body.rtl .contact-info p{font-family:Lateef,serif;font-size:1.6rem;text-align:right}.contact-info iframe{border:none;border-radius:8px;height:200px;margin-top:10px;width:100%}.contact-form{background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000000d;display:flex;flex:1 1 400px;flex-direction:column;padding:25px}.contact-form label{color:#2c3e50;font-weight:700;margin-bottom:6px}body.rtl .contact-form label{text-align:right}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:6px;font-size:18px;margin-bottom:15px;padding:12px}.contact-form textarea,body.rtl .contact-form input{text-align:right}.contact-form textarea{min-height:120px;resize:none;text-align:left}body.rtl .contact-form textarea{text-align:right}.contact-form button{background:#2c7a7b;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:18px;padding:12px;transition:background .3s}.contact-form button:hover{background:#276c6e}.contact-success{background:#e6fffa;border-radius:10px;color:#2c7a7b;margin-top:20px;padding:40px;text-align:center}@media (max-width:320px){.contact-container{flex-direction:column}body.rtl .contact-info h2{font-family:Amiri,sans-serif;text-align:right}.contact-info p{font-size:1rem;margin-bottom:15px}body.rtl .contact-info p{font-size:1.4rem}}@media (min-width:360px) and (orientation:portrait){.contact-container{flex-direction:column}.contact-info h2{font-size:1.6rem}body.rtl .contact-info h2{font-family:Amiri,sans-serif;text-align:right}.contact-info p{font-size:1.3rem}body.rtl .contact-info p{font-size:1.9rem}}@media (min-width:480px) and (orientation:portrait){.contact-container{flex-direction:column}.contact-info h2{font-size:2rem}body.rtl .contact-info h2{font-family:Amiri,sans-serif;text-align:right}.contact-info p{font-size:1.7rem;margin-bottom:15px}body.rtl .contact-info p{font-size:2.3rem}.contact-form button{font-size:27px}.contact-form input,.contact-form textarea{font-size:24px}.contact-form label{font-size:28px}}@media (min-width:768px) and (orientation:portrait){.contact-container{flex-direction:column}.contact-info h2{font-size:2.8rem}body.rtl .contact-info h2{font-family:Amiri,sans-serif;text-align:right}.contact-info p{font-size:2rem;margin-bottom:15px}body.rtl .contact-info p{font-size:3rem}.contact-form button{font-size:36px}.contact-form input,.contact-form textarea{font-size:31px}.contact-form label{font-size:36px}}@media (min-width:1024px) and (orientation:portrait){.contact-container{flex-direction:column}.contact-info h2{font-size:4rem}body.rtl .contact-info h2{font-family:Amiri,sans-serif;text-align:right}.contact-info p{font-size:2.8rem}.contact-info iframe{height:470px}body.rtl .contact-info p{font-size:4rem}.contact-form button{font-size:40px}.contact-form{padding:45px}.contact-form input,.contact-form textarea{font-size:38px}.contact-form label{font-size:40px}}@media (min-width:1440px) and (orientation:portrait){.contact-container{flex-direction:column;max-width:1400px}.contact-info h2{font-size:4rem}body.rtl .contact-info h2{font-family:Amiri,sans-serif;text-align:right}.contact-info p{font-size:2.6rem}.contact-info iframe{height:500px}body.rtl .contact-info p{font-size:4.4rem}.contact-form button{font-size:50px}.contact-form{padding:45px}.contact-form input,.contact-form textarea{font-size:48px}.contact-form label{font-size:60px}}.agri-hero{background-image:linear-gradient(rgba(4,12,26,.726),#4a557566),url(/static/media/Polish_20250417_101057556.c69118361cd867a5e896.jpg);background-position:50%;background-size:cover;height:70vh;position:relative;width:100%}.agri-hero-text{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#8ec1ff,#6fb476);-webkit-background-clip:text;font-family:Georgia,Times New Roman,Times,serif;left:50%;padding:0 20px;position:absolute;text-align:center;top:40%;transform:translateX(-50%);z-index:6}.agri-hero-text h1{font-size:2.4rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 6px #0009}body.rtl .agri-hero-text h1{font-family:Amiri,serif;font-size:2.4rem}.agri-hero-text p{font-size:1.6rem;padding:10px;text-shadow:1px 1px 4px #0009}.agri-info-box{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#535d6eb0;border-radius:20px;bottom:-70px;box-shadow:0 8px 16px #0000004d;display:flex;justify-content:space-around;left:50%;padding:15px 10px;position:absolute;transform:translateX(-50%);width:80%;z-index:10}.agri-info-item{text-align:center}.agri-info-item p{color:#fff;font-size:1.4rem;font-weight:700}body.rtl .agri-info-item p{font-family:Noto Naskh Arabic,serif;font-size:1.4rem}.agri-info-icon{color:#fff;font-size:3rem;margin-bottom:10px;width:100px}.agri-section{padding-bottom:120px;position:relative}.sauce-program-section{align-items:center;background-color:#fff8f0;background-image:url("/static/media/mesh-1%20(1).1c5a080f5dc3e619ee49.png");background-size:cover;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;padding:60px 40px 130px}.sauce-text{flex:1 1;margin:0 auto;max-width:100%;text-align:right}.sauce-text h2{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#8ec1ff,#6fb476);-webkit-background-clip:text;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:2rem;margin-bottom:20px;text-align:center}body.rtl .sauce-text h2{font-family:Amiri,serif}.sauce-text p{color:#444;font-family:Arial,Helvetica,sans-serif;font-size:1.1rem;line-height:1.6;text-align:left}body.rtl .sauce-text p{font-family:Quicksand,sans-serif;font-size:1.3rem;line-height:1.6;text-align:right}.sauce-images{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:30px}.tomato-img-1{background:#9d4a4ab0;height:400px;-webkit-mask-image:url(/static/media/tomato-svgrepo-com.67253bb5cbda181fea29.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;width:400px}.tomato-img,.tomato-img-1{border:2px solid #a92c2c;mask-image:url(/static/media/tomato-svgrepo-com.67253bb5cbda181fea29.svg);mask-position:center;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;object-fit:cover}.tomato-img{border-radius:12px;height:310px;margin-left:17%;margin-top:10%;-webkit-mask-image:url(/static/media/tomato-svgrepo-com.67253bb5cbda181fea29.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;position:absolute;width:310px;z-index:2}.sauce-steps-section{padding:80px 40px;text-align:center}.sauce-steps-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#8ec1ff,#6fb476);-webkit-background-clip:text;font-size:2.5rem;margin-bottom:50px}body.rtl .sauce-steps-title{font-family:Amiri,serif}.sauce-steps-cards{display:flex;flex-wrap:wrap;gap:3px;justify-content:space-around}.step-card{background-color:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 6px 18px #00000014;padding:30px 20px;position:relative;text-align:center;width:330px}.step-number{align-items:center;background-color:#2c92a9;border-radius:50%;border-bottom-left-radius:30px;border-top-right-radius:30px;box-shadow:0 2px 8px #00000026;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;left:20px;position:absolute;top:-26px;width:50px}.step-img{border-radius:12px;height:200px;margin-bottom:20px;object-fit:cover;width:100%}.step-card h3{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#fd6f6f,#66b56e,#a92c2c);-webkit-background-clip:text;font-size:1.3rem;margin-bottom:10px}.step-card p{color:#555;font-size:1rem;line-height:1.5;text-align:justify;text-align:left}body.rtl .step-card h3{font-family:Noto Naskh Arabic,serif;font-size:1.5rem;line-height:1.6}body.rtl .step-card p{font-family:Quicksand,sans-serif;font-size:1.1rem;line-height:1.6;text-align:right}.tomato-gallery-section{background-image:url(/static/media/mesh-637.204d5be28a4871f4a66f.png);background-size:cover;padding:60px 20px}.tomato-gallery-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#8ec1ff,#6fb476);-webkit-background-clip:text;font-size:2.2rem;margin-bottom:40px;text-align:center}.tomato-gallery-center{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:100%}.tomato-card{border:8px solid #fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;height:180px;overflow:hidden;transition:transform .3s ease;width:200px}.tomato-card img{height:100%;object-fit:cover;width:100%}.rotate-left{transform:rotate(-4deg)}.rotate-right{transform:rotate(4deg)}.water-services-section{background-image:linear-gradient(90deg,#e1f8f8 0,#17c0fe8c),url("/static/media/water%20(4).4d2e1bd5680a6d09b5fc.jpg");background-size:cover;height:60vh;padding:80px}.water-content{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.drop-bg-container{background-image:url("/static/media/pngwing.com%20(2).f4708d1493bfe7c6229a.png");background-position:50%;background-size:cover;height:380px;position:relative;width:380px}.main-drop{height:100%;width:100%}.main-drop,.small-drop{mask-image:url(/static/media/water-drop-svgrepo-com.9c1b07c94bffeb328d94.svg);-webkit-mask-image:url(/static/media/water-drop-svgrepo-com.9c1b07c94bffeb328d94.svg);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:cover;-webkit-mask-size:cover;object-fit:cover}.small-drop{box-shadow:0 4px 8px #0000001a;height:100px;position:absolute;width:100px}.top-left-drop{left:-1px;top:-40px}.bottom-right-drop{bottom:-40px;right:-60px}.water-text{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);height:auto;max-width:40vw;padding:35px}.water-text h2{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#022851,#005c81);-webkit-background-clip:text;color:#3b86a5;font-family:Mirza,serif!important;font-size:2.5rem;margin-bottom:20px;padding-bottom:15px}.water-text p{color:#2f2f31;font-size:1rem;line-height:1.5}.more-details-btn{background-image:url("/static/media/pngwing.com%20(6).f3f101a3e9167da140cd.png");background-position:50%;background-repeat:repeat;background-size:cover;border-radius:8px;border-top:1px solid #a9d5e9;box-shadow:inset 0 -23px 25px 0 rgba(6,160,174,.453),inset 0 -36px 30px 0 rgba(4,118,144,.551),inset 0 -79px 40px 0 rgba(2,92,112,.419),0 2px 1px rgba(1,90,126,.255),0 4px 2px rgba(1,82,78,.507),0 8px 4px rgba(1,44,85,.501),0 16px 8px #00000017,0 32px 16px rgba(3,40,70,.304);color:#a1e3ff;display:inline-block;font-size:1.2rem;font-weight:700;margin-top:20px;padding:20px;text-align:center;text-decoration:none}body.rtl .water-text h2,body.rtl .water-text p{text-align:right}body.rtl .water-content{align-items:right}.future-plantation-section{background-color:#f7fdf8;padding:80px 30px;text-align:center}.future-plantation-section h2{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#8ec1ff,#6fb476);-webkit-background-clip:text;font-size:2rem;margin-bottom:5%;margin-top:5%;text-align:center}.water-text h2,body.rtl .future-plantation-section h2,body.rtl .water-text h2{font-family:Amiri,serif}.future-plantation-section>h3.future-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1e7f5c,#2fa4ff);-webkit-background-clip:text;font-size:1.6rem;font-weight:600;margin:10px auto 8px;max-width:1100px;padding:0 20px;text-align:left}.future-intro{color:#4a4a4a;font-size:1.1rem;line-height:1.75;margin:0 auto 40px;max-width:1100px;padding:0 20px;text-align:justify}body.rtl .future-plantation-section>h3.future-title{font-family:Amiri,serif;font-size:1.8rem;text-align:right}body.rtl .future-intro{font-family:Lateef,serif;font-size:1.9rem;line-height:2.1;text-align:right}.section-title{color:#1f5223;font-weight:700}.plantation-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);justify-items:center;margin:0 auto;max-width:90vw}.plant-card{background-color:#fff;border-radius:16px;box-shadow:0 6px 18px #0000001a;overflow:hidden;text-align:left}#almond{background-image:linear-gradient(-60deg,#16a085,#f4d03f);height:85vh}#almond img{height:35vh}#almond h3{color:#08596f;font-size:1.5rem}#almond p{color:#c1ffd1;font-size:1.2rem;padding:25px}body.rtl #almond h3{font-family:Amiri,serif;text-align:right}body.rtl #almond p{font-family:Lateef,serif;font-size:1.7rem;text-align:right}#olive{box-shadow:0 10px 10px -10px #2123261a;margin-top:2%}#olive img{border-radius:20px;height:38vh}#olive h3{font-size:1.5rem;text-align:center}#olive p{font-size:1rem;text-align:center}body.rtl #olive h3{font-family:Amiri,serif;font-size:1.6rem}body.rtl #olive p{font-family:Lateef,serif;font-size:1.6rem}#olive-1{box-shadow:0 10px 10px -10px #2123261a}#olive-1 img{border-radius:20px;height:35vh;margin-bottom:4%}#olive-1 h3{font-size:1.5rem;text-align:center}#olive-1 p{font-size:1rem;text-align:center}body.rtl #olive-1 h3{font-family:Amiri,serif;font-size:1.6rem}body.rtl #olive-1 p{font-family:Lateef,serif;font-size:1.6rem}#pomegrant{box-shadow:0 10px 10px -10px #2123261a;margin-top:2%}#pomegrant img{border-radius:20px;height:35vh}#pomegrant h3{font-size:1.5rem;text-align:center}#pomegrant p{font-size:1rem;text-align:center}body.rtl #pomegrant h3{font-family:Amiri,serif;font-size:1.6rem}body.rtl #pomegrant p{font-family:Lateef,serif;font-size:1.6rem}#Mulberry{box-shadow:0 10px 10px -10px #2123261a}.oliveicon{display:flex;margin:0 auto;max-height:80px;max-width:80px}#Mulberry img{border-radius:20px;height:35vh;margin-top:5%}#Mulberry h3{font-size:1.5rem;text-align:center}#Mulberry p{font-size:1rem;text-align:center}body.rtl #Mulberry h3{font-family:Amiri,serif;font-size:1.6rem}body.rtl #Mulberry p{font-family:Lateef,serif;font-size:1.6rem}#anar{height:83vh}#anar,body.rtl #anar{background-image:linear-gradient(-60deg,#16a085,#f4d03f)}body.rtl #anar{height:93vh}#anar img{height:35vh}#anar h3{color:#08596f;font-size:1.5rem}#anar p{color:#c1ffd1;font-size:1.2rem;padding:25px}body.rtl #anar h3{font-family:Amiri,serif;font-size:1.6rem;text-align:right}body.rtl #anar p{font-family:Lateef,serif;font-size:1.7rem;text-align:right}.plant-card img{height:200px;object-fit:cover;width:100%}.plant-card h3{color:#2e6a37;font-size:1.4rem;padding:16px 20px 4px}.plant-card p{color:#444;font-size:1rem;line-height:1.5;padding:0 20px 20px}@media (max-width:320px){.agri-hero{height:70vh}.agri-hero-text h1{font-size:1.7rem}body.rtl .agri-hero-text h1{font-size:1.4rem}.agri-info-item p{font-size:1.2rem}.agri-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.agri-info-icon{font-size:2rem}body.rtl .agri-info-item p{font-size:1.3rem}.sauce-program-section{flex-direction:column;padding-left:0!important;padding-right:0!important;padding-top:250px;text-align:center}.sauce-images{flex-direction:column;gap:30px}.tomato-img-1{height:270px;width:270px}.tomato-img{height:200px;margin-left:10%;margin-top:47%;width:200px}.sauce-text p{font-size:1rem;margin:10px;text-align:justify;width:94%}.sauce-text{margin-top:130px;max-width:100%}.sauce-steps-title,.sauce-text h2{font-size:1.5rem}body.rtl .sauce-text h2{font-size:1.3rem}body.rtl .sauce-text p{font-size:1.1rem}.step-card{width:90%}.tomato-card{height:170px;width:220px}.sauce-steps-cards{gap:43px}.step-card h3{font-size:1.3rem;line-height:1.7}.step-card p{font-size:1rem;line-height:1.7;text-align:left}.water-services-section{height:auto;padding:20px 10px}.water-content{flex-direction:column}.drop-bg-container{height:200px;width:200px}.water-text{max-width:100%;padding:10px 1px}.water-text h2{font-size:1.4rem}.water-text p{font-size:1rem;line-height:1.5}.more-details-btn{font-size:1.1rem;padding:15px 10px}.plantation-grid{gap:30px;grid-template-columns:1fr}body.rtl .future-plantation-section>h3.future-title{font-size:1.8rem;text-align:right}body.rtl .future-intro{font-size:1.6rem;line-height:1.5;text-align:right}.future-plantation-section>h3.future-title{font-size:1.2rem;margin-top:40px;padding:0;text-align:left}.future-intro{font-size:1rem;line-height:1.7;padding:0}.plant-card{width:100%}#almond{height:86vh}body.rtl #almond{height:99vh}body.rtl #almond p{font-size:1.5rem}#anar{height:70vh}body.rtl #anar{height:90vh}body.rtl #anar p{font-size:1.5rem;height:90vh}}@media (min-width:360px) and (orientation:portrait){.agri-hero{height:70vh}.agri-hero-text h1{font-size:2rem}body.rtl .agri-hero-text h1{font-size:1.6rem}.agri-info-item p{font-size:1.4rem}.agri-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.agri-info-icon{font-size:2.3rem}.sauce-program-section{flex-direction:column;padding-left:0!important;padding-right:0!important;padding-top:250px;text-align:center}.sauce-images{flex-direction:column;gap:30px}.tomato-img-1{height:320px;width:320px}.tomato-img{height:230px;margin-left:10%;margin-top:47%;width:230px}.sauce-text p{font-size:1.2rem;margin:10px;text-align:left;width:94%}.sauce-text{margin-top:130px;max-width:100%}.sauce-steps-title,.sauce-text h2{font-size:1.8rem}body.rtl .sauce-text p{font-size:1.6rem}.step-card{width:90%}.tomato-card{height:170px;width:220px}.sauce-steps-cards{gap:43px}.step-card h3{font-size:1.5rem;line-height:1.7}.step-card p{font-size:1.3rem;line-height:1.7;text-align:left}body.rtl .step-card p{font-size:1.5rem;line-height:1.7;text-align:right}.water-services-section{height:auto;padding:50px 20px}.water-content{flex-direction:column}.drop-bg-container{height:200px;width:200px}.water-text{max-width:100%;padding:10px 1px}.water-text h2{font-size:1.9rem}.water-text p{font-size:1.3rem;line-height:1.5}body.rtl .water-text p{font-size:1.6rem;line-height:1.5}.more-details-btn{font-size:1.6rem;padding:18px 22px}.plantation-grid{gap:30px;grid-template-columns:1fr}body.rtl .future-plantation-section>h3.future-title{font-size:1.8rem;text-align:right}body.rtl .future-intro{font-size:2rem;line-height:1.5;text-align:right}.future-plantation-section>h3.future-title{font-size:1.8rem;margin-top:40px;padding:0;text-align:left}.future-intro{font-size:1.2rem;line-height:1.7;padding:0;text-align:left}.plant-card{width:100%}#almond{height:99vh}#almond h3{font-size:1.8rem}#almond p{font-size:1.4rem}body.rtl #almond{height:100vh}body.rtl #almond p{font-size:1.8rem}#Mulberry img,#anar img,#olive img,#olive-1 img,#pomegrant img{height:30vh}#anar{height:84vh}body.rtl #anar{height:100vh}#anar h3{font-size:1.8rem}#anar p{font-size:1.4rem}body.rtl #anar p{font-size:2.1rem}#Mulberry p,#olive p,#olive-1 p,#pomegrant p{font-size:1.4rem}body.rtl #Mulberry p,body.rtl #olive p,body.rtl #olive-1 p,body.rtl #pomegrant p{font-size:1.8rem}body.rtl #Mulberry h3,body.rtl #olive h3,body.rtl #olive-1 h3,body.rtl #pomegrant h3{font-size:2.2rem}body.rtl #almond h3,body.rtl #anar h3{font-size:2.1rem}}@media (min-width:480px) and (orientation:portrait){.agri-hero{height:70vh}.agri-hero-text h1{font-size:2.5rem}body.rtl .agri-hero-text h1{font-size:2.4rem}.agri-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.agri-info-icon{font-size:3.2rem}.agri-info-item p{font-size:1.7rem}body.rtl .agri-info-item p{font-size:1.9rem}.sauce-program-section{flex-direction:column;padding-left:0!important;padding-right:0!important;padding-top:250px;text-align:center}.sauce-images{flex-direction:column;gap:30px}.tomato-img-1{height:470px;width:470px}.tomato-img{height:320px;margin-left:16%;margin-top:43%;width:320px}.sauce-text p{font-size:1.4rem;margin:10px;padding-left:1%;padding-top:1%;text-align:justify;width:99%}body.rtl .sauce-text p{font-size:1.8rem}body.rtl .sauce-text h2{font-size:2.6rem;padding-left:7%}.sauce-text h2{margin-left:6%}.sauce-steps-title{font-size:2.8rem}.sauce-text{margin-right:10%;margin-top:250px;max-width:100%}.sauce-text h2{font-size:2rem}.step-card{width:90%}.tomato-card{height:240px;width:290px}.sauce-steps-cards{gap:43px}.step-card h3{font-size:2.4rem;line-height:1.7}.step-card p{font-size:1.5rem;line-height:1.7;text-align:justify;text-align:left}.step-img{height:300px;width:100%}body.rtl .step-card p{font-size:1.8rem;line-height:1.7;text-align:right}body.rtl .step-card h3{font-size:2.5rem}.water-services-section{height:auto;padding:20px}.water-content{flex-direction:column}.drop-bg-container{height:260px;width:260px}.water-text{max-width:100%;padding:10px 1px}.water-text h2{font-size:2.7rem;line-height:1.5}.water-text p{font-size:2rem;line-height:1.5}.more-details-btn{font-size:1.5rem;padding:20px}.plantation-grid{gap:30px;grid-template-columns:1fr}body.rtl .future-plantation-section>h3.future-title{font-size:2.5rem;text-align:right}.future-plantation-section h2{font-size:2.4rem}body.rtl .future-intro{font-size:2.5rem;line-height:1.5;text-align:right}.future-plantation-section>h3.future-title{font-size:2.3rem;margin-top:40px;padding:0;text-align:left}.future-intro{font-size:1.7rem;line-height:1.7;padding:0;text-align:left}.plant-card{width:100%}#almond{height:94vh}#almond h3{font-size:2rem}#almond p{font-size:1.8rem}body.rtl #almond{height:93vh}body.rtl #almond p{font-size:2.3rem}#Mulberry img,#anar img,#olive img,#olive-1 img,#pomegrant img{height:36vh}#anar{height:95vh}body.rtl #anar{height:90vh}#anar h3{font-size:2.3rem}#anar p{font-size:1.8rem}body.rtl #anar p{font-size:2.4rem}#Mulberry p,#olive p,#olive-1 p,#pomegrant p{font-size:1.5rem}#Mulberry h3,#olive h3,#olive-1 h3,#pomegrant h3{font-size:2.6rem}body.rtl #Mulberry p,body.rtl #olive p,body.rtl #olive-1 p,body.rtl #pomegrant p{font-size:2.4rem}body.rtl #olive h3{font-size:3.2rem}body.rtl #Mulberry h3,body.rtl #olive-1 h3,body.rtl #pomegrant h3{font-size:2.2rem}body.rtl #almond h3,body.rtl #anar h3{font-size:2.4rem}}@media (min-width:768px) and (orientation:portrait){.agri-hero{height:70vh}.agri-hero-text h1{font-size:4rem}body.rtl .agri-hero-text h1{font-size:3.8rem}.agri-info-item p{font-size:1.8rem}body.rtl .agri-info-item p{font-size:2.2rem}.agri-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.agri-info-icon{font-size:2.9rem}.sauce-program-section{flex-direction:column;padding-left:0!important;padding-right:0!important;padding-top:250px;text-align:center}.sauce-images{flex-direction:column;gap:30px}.tomato-img-1{height:520px;width:520px}.tomato-img{height:330px;margin-left:16%;margin-top:37%;width:330px}.sauce-text p{font-size:2rem;margin:13px;padding-left:1%;padding-top:1%;text-align:justify;width:99%}.sauce-text h2{margin-left:5%}.sauce-text{margin-top:170px;max-width:100%}.future-plantation-section h2,.sauce-steps-title,.sauce-text h2,.tomato-gallery-title{font-size:3.3rem}.step-img{height:300px;width:100%}.step-card{width:90%}body.rtl .sauce-text h2{font-size:3rem}body.rtl .sauce-text p{font-size:2.2rem}body.rtl .step-card p{font-size:2.3rem;line-height:1.7;text-align:right}body.rtl .step-card h3{font-size:3rem;line-height:1.7}.tomato-card{height:220px;width:320px}.sauce-steps-cards{gap:43px}.step-card h3{font-size:2.8rem;line-height:1.7}.step-card p{font-size:2.3rem;line-height:1.7;text-align:left}.water-services-section{height:auto;padding:50px 20px}.water-content{flex-direction:column}.drop-bg-container{height:350px;width:350px}.water-text{max-width:100%;padding:10px 1px}.water-text h2{font-size:3.4rem}.water-text p{font-size:2.2rem;line-height:1.5}body.rtl .water-text p{font-size:2.4rem;line-height:1.5}.more-details-btn{font-size:1.9rem;padding:20px 25px}.plantation-grid{gap:30px;grid-template-columns:1fr}.future-intro{font-size:2.3rem;line-height:1.7;padding:0;text-align:left}body.rtl .future-plantation-section>h3.future-title{font-size:2.8rem;text-align:right}body.rtl .future-intro{font-size:3rem;line-height:1.5;text-align:right}.plant-card{width:100%}#almond{height:86vh}#anar{height:85vh}body.rtl #almond{height:92vh}body.rtl #almond p,body.rtl #anar p{font-size:3.3rem}body.rtl #Mulberry p,body.rtl #olive p,body.rtl #olive-1 p,body.rtl #pomegrant p{font-size:3.4rem}body.rtl #Mulberry h3,body.rtl #olive h3,body.rtl #olive-1 h3,body.rtl #pomegrant h3{font-size:4rem}body.rtl #almond h3,body.rtl #anar h3{font-size:3.5rem}}@media (min-width:1024px) and (orientation:portrait){.agri-hero{height:70vh}.agri-hero-text h1{font-size:4rem}body.rtl .agri-hero-text h1{font-size:5rem}.agri-info-item p{font-size:2.7rem}body.rtl .agri-info-item p{font-size:3rem}.agri-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.agri-info-icon{font-size:2.9rem}.sauce-program-section{flex-direction:column;padding-left:0!important;padding-right:0!important;padding-top:250px;text-align:center}.sauce-images{flex-direction:column;gap:30px}.tomato-img-1{height:660px;width:660px}.tomato-img{height:430px;margin-left:22%;margin-top:28%;width:430px}.sauce-text p{font-size:2.9rem;margin:20px;padding-left:1%;padding-top:1%;text-align:justify;width:99%}.sauce-text{margin-top:250px;max-width:100%}.future-plantation-section h2,.sauce-steps-title,.sauce-text h2,.tomato-gallery-title{font-size:3.8rem;margin-left:6%}.step-card{width:90%}.tomato-card{height:320px;width:420px}.sauce-steps-cards{gap:43px}.step-card h3{font-size:3.4rem;line-height:1.7}.step-img{height:500px;width:100%}.step-card p{font-size:2.8rem;line-height:1.7;text-align:left}.step-number{font-size:2.5rem;height:90px;width:90px}body.rtl .sauce-text h2{font-size:3.3rem}body.rtl .sauce-text p{font-size:3.2rem}body.rtl .step-card p{font-size:3rem;line-height:1.7;text-align:right}body.rtl .step-card h3{font-size:3.3rem;line-height:1.7}.water-services-section{height:auto;padding:60px 30px}.water-content{flex-direction:column}.drop-bg-container{height:450px;width:450px}.small-drop{height:170px;width:170px}.water-text{max-width:100%;padding:10px}.water-text h2{font-size:4.1rem}.water-text p{font-size:2.9rem;line-height:1.5}.more-details-btn{font-size:2.4rem;padding:25px 35px}body.rtl .water-text p{font-size:3.2rem;line-height:1.5}.plantation-grid{gap:30px;grid-template-columns:1fr}body.rtl .future-plantation-section>h3.future-title{font-size:2.8rem;text-align:right}body.rtl .future-intro{font-size:3.5rem;line-height:1.5;text-align:right}.future-plantation-section>h3.future-title{font-size:3.4rem;margin-top:40px;padding:0;text-align:left}.future-intro{font-size:2.9rem;line-height:1.7;padding:0;text-align:left}.plant-card{width:100%}#almond{height:70vh}#almond h3{font-size:3.4rem}#almond p{font-size:3rem}body.rtl #almond{height:86vh}body.rtl #almond p{font-size:4.3rem}#Mulberry img,#anar img,#olive img,#olive-1 img,#pomegrant img{height:30vh}#anar{height:65vh}body.rtl #anar{height:80vh}#anar h3{font-size:3.8rem}#anar p{font-size:3rem}body.rtl #anar p{font-size:4.6rem}#Mulberry p,#olive p,#olive-1 p,#pomegrant p{font-size:2.9rem}#Mulberry h3,#olive h3,#olive-1 h3,#pomegrant h3,body.rtl #Mulberry p,body.rtl #olive p,body.rtl #olive-1 p,body.rtl #pomegrant p{font-size:3.9rem}body.rtl #Mulberry h3,body.rtl #olive h3,body.rtl #olive-1 h3,body.rtl #pomegrant h3{font-size:4.5rem}body.rtl #almond h3,body.rtl #anar h3{font-size:3.5rem}}@media (min-width:1440px) and (orientation:portrait){.agri-hero{height:70vh}.agri-hero-text h1{font-size:5.7rem}body.rtl .agri-hero-text h1{font-size:6rem}.agri-info-item p{font-size:2.8rem}body.rtl .agri-info-item p{font-size:3.8rem}.agri-info-box{bottom:-290px;flex-direction:column;gap:65px;padding:20px;width:80%}.agri-info-icon{font-size:4.5rem}.sauce-program-section{flex-direction:column;padding-left:0!important;padding-right:0!important;padding-top:250px;text-align:center}.sauce-images{flex-direction:column;gap:30px}.tomato-img-1{height:820px;width:820px}.tomato-img{height:490px;margin-left:16%;margin-top:27%;width:490px}.sauce-text p{font-size:3.1rem;text-align:justify}.sauce-text p,body.rtl .sauce-text p{margin:18px;padding-left:1.5%;width:100%}body.rtl .sauce-text p{font-size:4.1rem;text-align:right}.sauce-text{margin-top:270px;max-width:100%}.future-plantation-section h2,.sauce-steps-title,.sauce-text h2,.tomato-gallery-title{font-size:3.6rem}.step-card{width:90%}.tomato-card{height:450px;width:500px}.sauce-steps-cards{gap:43px}.step-card h3{font-size:4rem;line-height:1.7}.step-card p{font-size:3.5rem;line-height:1.7;text-align:left}body.rtl .step-card h3{font-size:4rem;line-height:1.7}body.rtl .step-card p{font-size:3.5rem;line-height:1.7;text-align:right}.step-img{height:570px;width:100%}.step-number{font-size:2.2rem;height:100px;width:100px}.water-services-section{height:auto;padding:50px}.water-content{flex-direction:column}.drop-bg-container{height:660px;width:660px}.small-drop{height:250px;width:250px}.water-text{max-width:100%;padding:10px 1px}.water-text h2{font-size:5rem}.water-text p,body.rtl .water-text p{font-size:3.5rem;line-height:1.5}.more-details-btn{font-size:3.7rem;padding:35px 45px}.plantation-grid{gap:30px;grid-template-columns:1fr}body.rtl .future-plantation-section>h3.future-title{font-size:4.8rem;text-align:right}body.rtl .future-intro{font-size:4.6rem;line-height:1.5;text-align:right}.future-plantation-section>h3.future-title{font-size:4rem;margin-top:40px;padding:0;text-align:left}.future-intro{font-size:3.4rem;line-height:1.7;padding:0;text-align:left}.plantation-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);justify-items:center;margin:0 auto;max-width:90vw}.plant-card{width:100%}#almond{height:45vh}#almond h3{font-size:3.5rem}#almond p{font-size:2.7rem}body.rtl #almond{height:49vh}body.rtl #almond p{font-size:4rem}#Mulberry img,#almond img,#anar img,#olive img,#olive-1 img,#pomegrant img{height:24vh}#anar{height:45vh}body.rtl #anar{height:54vh}#anar h3{font-size:3.4rem}#anar p{font-size:3rem}body.rtl #anar p{font-size:4.5rem}#Mulberry p,#olive p,#olive-1 p,#pomegrant p{font-size:3rem}body.rtl #Mulberry p,body.rtl #olive p,body.rtl #olive-1 p,body.rtl #pomegrant p{font-size:4.7rem}body.rtl #Mulberry h3,body.rtl #almond h3,body.rtl #anar h3,body.rtl #olive h3,body.rtl #olive-1 h3,body.rtl #pomegrant h3{font-size:5rem}}.education-section{padding-bottom:150px;position:relative}.education-hero{background-image:linear-gradient(rgba(4,12,26,.726),#4a557566),url("/static/media/boys%20(26).1046270fa9827b2edbcc.jpg");background-position:50%;background-size:cover;height:70vh;position:relative;width:100%}.edu-hero-text{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#8ec1ff,#6fb476);-webkit-background-clip:text;font-family:Georgia,Times New Roman,Times,serif;left:50%;padding:0 20px;position:absolute;text-align:center;top:40%;transform:translateX(-50%);z-index:6}.edu-hero-text h1{font-size:2.7rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 6px #0009}body.rtl .edu-hero-text h1{font-family:Amiri,serif}.edu-info-box{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#535d6eb0;border-radius:20px;bottom:-70px;box-shadow:0 8px 16px #0000004d;display:flex;justify-content:space-around;left:50%;padding:14px 17px;position:absolute;transform:translateX(-50%);width:80%;z-index:10}.edu-info-item{text-align:center}.edu-info-item p{color:#fff;font-size:1.5em;font-weight:700}body.rtl .edu-info-item p{font-family:Noto Naskh Arabic,serif}.edu-info-icon{color:#fff;font-size:3.4rem;width:100px}.edu-extra-section{background-color:#f9fcff;padding:40px}.edu-section-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-size:2.3rem;font-weight:700;margin-bottom:20px;text-align:center}body.rtl .edu-section-title{font-family:Amiri,serif}.edu-section-paragraph{color:#333;font-family:Quicksand,sans-serif;font-size:1.1rem;line-height:1.6;margin:20px auto;width:100%}body.rtl .edu-section-paragraph{font-family:Lateef,serif;font-size:1.9rem;max-width:1000px;text-align:right}.edu-center-img-wrapper{margin:40px auto;max-width:500px}.edu-center-img{border-radius:12px;box-shadow:0 4px 12px #00000026;width:100%}.edu-two-img-wrapper{background-image:url("/static/media/3%20(2).5d840be68278da4d98a7.png");background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:40px;padding:3rem}.edu-img-small{border-radius:10px;box-shadow:0 4px 10px #0000001a;-webkit-clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);height:320px;object-fit:cover;width:370px}.edu-courses-section{padding:40px;text-align:center}.edu-courses-section h2{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-size:2rem;margin-bottom:15px}body.rtl .edu-courses-section h2{font-family:Amiri,serif}.edu-courses-section p{color:#081f41;font-family:Quicksand,sans-serif;font-size:1rem;line-height:1.8;margin:0 auto 40px;max-width:1000px}body.rtl .edu-courses-section p{font-family:Lateef,serif;font-size:1.9rem;text-align:right}.courses-grid{grid-gap:65px;display:grid;gap:65px;grid-template-columns:repeat(2,1fr);margin-bottom:50px}.course-card{background-image:linear-gradient(0deg,#f8f1e6 0,#e3eeff 99%,#e3eeff);border-radius:10px;box-shadow:0 4px 15px #0000001a;overflow:hidden;padding-bottom:15px;text-align:left}.course-card img{height:240px;object-fit:cover;width:100%}.course-card h3{color:#081f41;font-size:1.2rem;margin:15px}body.rtl .course-card h3{font-family:Noto Naskh Arabic,serif;text-align:right}.course-card p{color:#555;margin:0 15px 10px;text-align:justify}body.rtl .course-card p{font-family:Lateef,serif;font-size:1.6rem;text-align:right}.course-duration{color:#1268a5;display:block;font-size:1.2rem;margin:0 15px;text-align:center}body.rtl .course-duration{font-family:Amiri,serif}.course-feature{align-items:center;border-radius:10px;color:#fff;display:flex;gap:40px;margin-top:80px}.feature-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;flex:1 1;overflow:hidden;text-align:center}.feature-card img{height:230px;object-fit:cover;width:100%}.feature-card h3{color:#0a3d62;margin:15px 0}body.rtl .feature-card h3{font-family:Lateef,serif;text-align:right}.feature-text{background-image:linear-gradient(0deg,#f3e7e9 0,#e3eeff 99%,#e3eeff);box-shadow:0 4px 15px #0000001a;flex:1.5 1;padding:60px;text-align:left}body.rtl .feature-text{padding:40px}.feature-text h2{font-size:1.8rem;margin-bottom:15px}body.rtl .feature-text h2{font-family:Noto Naskh Arabic,serif;text-align:right}.feature-text p{color:#5a5858;font-size:1rem;line-height:1.6}body.rtl .feature-text p{font-family:Lateef,serif;font-size:1.6rem;text-align:right}.edu-highlights{background-image:url(/static/media/mesh-941.6f641e0dedcc24935dda.png);background-size:cover;margin-top:70px;padding:80px 60px}.edu-highlights-header{margin:0 auto 40px;max-width:800px;text-align:center}.edu-highlights-header h2{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;font-size:2.2rem;margin-bottom:15px}body.rtl .edu-highlights-header h2{font-family:Amiri,serif}.edu-highlights-header p{color:#48494a;font-size:1.2rem}body.rtl .edu-highlights-header p{font-family:Lateef,serif;font-size:1.9rem}.edu-highlights-container{align-items:center;background-image:linear-gradient(45deg,#7c9be4,#a8e4c3);background-position:50%;background-size:cover;border-end-end-radius:100px;border-start-end-radius:100px;box-shadow:inset 0 30px 60px -12px #32325d40,inset 0 18px 36px -18px #0000004d;display:flex;gap:50px;margin:0 auto;max-width:950px;padding:0}.edu-highlights-image img{height:400px;object-fit:cover;width:450px}.edu-highlights-content{display:flex;flex-direction:column;gap:40px}.highlight-item{align-items:center;display:flex;gap:15px}.highlight-icon{color:#0c5d92;font-size:2rem}body.rtl .highlight-box h3{text-align:right}.highlight-box h3{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-image:linear-gradient(15deg,#0d222f,#05c0aa);font-size:1.2rem;margin:0}body.rtl .highlight-box h3{font-family:Noto Naskh Arabic,serif;font-size:1.3rem}.edu-details{background-image:url(/static/media/mesh-131.fe9786d2e1a65d9ca80f.png);background-size:cover;padding:40px 20px}.edu-detail{margin-bottom:25px}.edu-detail h4{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-image:linear-gradient(90deg,#0db3ab 0,#31a47c);display:flex;font-size:1.5rem;justify-content:center;margin-bottom:8px}body.rtl .edu-detail h4{font-family:Amiri,serif;font-size:1.4rem}.edu-detail p{color:#555;font-size:1.1rem;line-height:1.5;margin:0 auto;max-width:900px;text-align:start}body.rtl .edu-detail p{font-family:Lateef,serif;font-size:1.9rem;text-align:right}@media (max-width:320px){.education-hero{height:70vh}.edu-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.edu-info-icon{font-size:1.9rem}.edu-info-item p{font-size:1.3rem}.edu-hero-text h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#fff,#fff);-webkit-background-clip:text;font-size:1.5rem}body.rtl .edu-hero-text h1{font-family:Amiri,serif;font-size:1.5rem}.edu-extra-section{margin-top:150px}.edu-section-paragraph{font-size:1rem;text-align:left}body.rtl .edu-section-paragraph{font-size:1.6rem;text-align:right}.edu-section-title{font-size:1.7rem}.edu-two-img-wrapper{background-size:cover;flex-direction:column;gap:20px;padding:1.7rem}.edu-img-small{aspect-ratio:1/1;height:auto;max-width:460px;width:100%}.edu-courses-section{padding:20px 12px}.edu-courses-section h2{font-size:1.5rem}.edu-courses-section p{font-size:1rem;margin-bottom:25px}body.rtl .edu-courses-section p{font-size:1.7rem}.courses-grid{gap:25px;grid-template-columns:1fr}.course-card img{height:200px}.course-card h3{font-size:1.1rem}body.rtl .course-card h3{font-size:1.5rem}.course-card p{font-size:1rem}body.rtl .course-card p{font-size:1.6rem}.course-duration{font-size:1.2rem}.course-feature{flex-direction:column;gap:25px;margin-top:40px}.feature-card img{height:200px}.feature-text{text-align:left}.feature-text,body.rtl .feature-text{padding:25px 20px}.feature-text h2{font-size:1.1rem}body.rtl .feature-text h2{font-size:1.6rem}.feature-text p{font-size:1rem}body.rtl .feature-text p{font-size:1.6rem}.edu-highlights{margin-top:40px;padding:40px 15px}.edu-highlights-header{margin-bottom:25px}.edu-highlights-header h2{font-size:1.5rem}body.rtl .edu-highlights-header h2{font-size:2rem}.edu-highlights-header p{font-size:1.1rem}body.rtl .edu-highlights-header p{font-size:1.7rem}.edu-highlights-container{border-radius:20px;flex-direction:column;gap:30px;padding:20px}.edu-highlights-image img{height:250px;width:100%}.edu-highlights-content{gap:25px;width:100%}.highlight-box{align-items:center;display:flex;gap:15px}.highlight-icon{font-size:1.7rem}.highlight-box h3{font-size:1.1rem}body.rtl .highlight-box h3{font-size:1.2rem}.edu-details{background-position:50%;padding:30px 12px}.edu-detail{margin-bottom:20px}.edu-detail h4{font-size:1.3rem;justify-content:center;text-align:center}body.rtl .edu-detail h4{font-size:1.7rem}.edu-detail p{font-size:1rem;line-height:1.6;padding:0 5px;text-align:left}body.rtl .edu-detail p{font-size:1.6rem;text-align:right}}@media (min-width:360px) and (orientation:portrait){.education-hero{height:70vh}.edu-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.edu-info-icon{font-size:2.9rem}.edu-info-item p{font-size:1.3rem}.edu-hero-text h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#fffef1,#fffff3);-webkit-background-clip:text;font-size:2.3rem}body.rtl .edu-hero-text h1{font-family:Amiri,serif;font-size:2rem}.edu-extra-section{margin-top:150px}.edu-section-paragraph{font-size:1.1rem;text-align:left}body.rtl .edu-section-paragraph{font-size:1.8rem;text-align:right}.edu-two-img-wrapper{background-size:cover;flex-direction:column;gap:20px;padding:2.2rem}.edu-img-small{aspect-ratio:1/1;height:auto;max-width:420px;width:100%}.edu-courses-section{padding:20px 12px}.edu-courses-section h2{font-size:1.8rem}.edu-courses-section p{font-size:1.1rem;margin-bottom:25px}body.rtl .edu-courses-section p{font-size:1.6rem}.courses-grid{gap:25px;grid-template-columns:1fr}.course-card img{height:250px}.course-card h3,body.rtl .course-card h3{font-size:1.5rem}.course-card p{font-size:1rem}body.rtl .course-card p{font-size:1.8rem}.course-duration{font-size:1.2rem}.course-feature{flex-direction:column;gap:25px;margin-top:40px}.feature-card img{height:230px;width:350px}.feature-text{text-align:left}.feature-text,body.rtl .feature-text{padding:25px 20px}.feature-text h2{font-size:1.7rem}body.rtl .feature-text h2{font-size:1.6rem}.feature-text p{font-size:1.2rem}body.rtl .feature-text p{font-size:1.9rem}.edu-highlights{margin-top:40px;padding:40px 15px}.edu-highlights-header{margin-bottom:25px}.edu-highlights-header h2{font-size:1.9rem}body.rtl .edu-highlights-header h2{font-size:2rem}.edu-highlights-header p{font-size:1.3rem}body.rtl .edu-highlights-header p{font-size:1.9rem}.edu-highlights-container{border-radius:20px;flex-direction:column;gap:30px;padding:20px}.edu-highlights-image img{height:250px;width:100%}.edu-highlights-content{gap:25px;width:100%}.highlight-box{align-items:center;display:flex;gap:15px}.highlight-icon{font-size:1.7rem}.highlight-box h3{font-size:1.2rem}body.rtl .highlight-box h3{font-size:1.4rem}.edu-details{background-position:50%;padding:30px 12px}.edu-detail{margin-bottom:20px}.edu-detail h4{font-size:1.5rem;justify-content:center;text-align:center}body.rtl .edu-detail h4{font-size:1.8rem}.edu-detail p{font-size:1.2rem;line-height:1.6;padding:0 5px;text-align:left}body.rtl .edu-detail p{font-size:1.7rem;text-align:right}}@media (min-width:480px) and (orientation:portrait){.education-hero{height:70vh}.edu-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.edu-info-icon{font-size:2.9rem}.edu-info-item p{font-size:1.3rem}body.rtl .edu-info-icon{font-size:3.2rem}body.rtl .edu-info-item p{font-size:2rem}.edu-hero-text h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#fff,#fff);-webkit-background-clip:text;font-size:2.3rem}body.rtl .edu-hero-text h1{font-family:Amiri,serif}body.rtl .edu-section-title{font-family:Amiri,serif;font-size:3rem}.edu-extra-section{margin-top:150px}.edu-section-paragraph{font-size:1.2rem;text-align:left}body.rtl .edu-section-paragraph{font-size:2rem;text-align:right}.edu-two-img-wrapper{background-size:cover;flex-direction:row;gap:20px;padding:5rem}.edu-img-small{aspect-ratio:1/1;height:auto;max-width:520px;width:100%}.edu-courses-section{padding:20px 12px}.edu-courses-section h2{font-size:2rem}.edu-courses-section p{font-size:1.3rem;margin-bottom:25px}body.rtl .edu-courses-section p{font-size:2.1rem}body.rtl .edu-courses-section h2{font-size:3rem}.courses-grid{gap:25px;grid-template-columns:1fr;padding:25px 20px}.course-card img{height:250px}.course-card h3{font-size:1.5rem}body.rtl .course-card h3{font-size:2rem}.course-card p{font-size:1.2rem}.course-duration,body.rtl .course-card p{font-size:2rem}.course-feature{flex-direction:column;gap:25px;margin-top:40px;padding:25px 20px}.feature-card img{height:290px;width:430px}.feature-text{padding:25px;text-align:left}body.rtl .feature-text{padding:25px 20px}.feature-text h2{font-size:1.7rem}body.rtl .feature-text h2{font-size:2.3rem}.feature-text p{font-size:1.2rem}body.rtl .feature-text p{font-size:2rem}.edu-highlights{margin-top:40px;padding:40px 15px}.edu-highlights-header{margin-bottom:25px}.edu-highlights-header h2{font-size:1.9rem}body.rtl .edu-highlights-header h2{font-size:3rem}.edu-highlights-header p{font-size:1.3rem}body.rtl .edu-highlights-header p{font-size:2.3rem}.edu-highlights-container{border-radius:20px;flex-direction:column;gap:30px;padding:20px}.edu-highlights-image img{border-radius:14px;height:280px;width:100%}.edu-highlights-content{gap:25px;width:100%}.highlight-box{align-items:center;display:flex;gap:15px}.highlight-icon{font-size:2rem}.highlight-box h3{font-size:1.5rem}body.rtl .highlight-box h3{font-size:1.8rem}.edu-details{background-position:50%;padding:30px 12px}.edu-detail{margin-bottom:20px}.edu-detail h4{font-size:2rem;justify-content:center;text-align:center}body.rtl .edu-detail h4{font-size:2.4rem}.edu-detail p{font-size:1.4rem;line-height:1.9;padding:0 5px;text-align:left}body.rtl .edu-detail p{font-size:2.1rem;text-align:right}}@media (min-width:768px) and (orientation:portrait){.education-hero{height:70vh}.edu-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.edu-info-icon{font-size:3.9rem}.edu-info-item p{font-size:2rem}body.rtl .edu-info-icon{font-size:4.2rem}body.rtl .edu-info-item p{font-size:2.4rem}.edu-hero-text h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#fff,#ececec);-webkit-background-clip:text;font-size:2.9rem}body.rtl .edu-hero-text h1{font-family:Amiri,serif}body.rtl .edu-section-title{font-family:Amiri,serif;font-size:3.3rem}.edu-extra-section{margin-top:180px}.edu-section-paragraph{font-size:1.6rem;text-align:left}body.rtl .edu-section-paragraph{font-size:3rem;text-align:right}.edu-two-img-wrapper{background-size:cover;flex-direction:row;gap:20px;padding:2.2rem}.edu-img-small{aspect-ratio:1/1;height:auto;max-width:420px;width:100%}.edu-courses-section{padding:20px 12px}.edu-courses-section h2{font-size:2.5rem}body.rtl .edu-courses-section h2{font-size:3.3rem}.edu-courses-section p{font-size:1.8rem;margin-bottom:25px;margin-top:35px}body.rtl .edu-courses-section p{font-size:3rem}.courses-grid{gap:40px;grid-template-columns:1fr;margin:29px}.course-card img{height:360px}.course-card h3{font-size:2.5rem}body.rtl .course-card h3{font-size:2.3rem}.course-card p{font-size:1.9rem}body.rtl .course-card p{font-size:2.9rem}.course-duration{font-size:2.3rem}.course-feature{flex-direction:column;gap:25px;margin-top:40px}.feature-card img{height:360px}.feature-text{margin:10px 20px;padding:25px 20px;text-align:left}.feature-text h2{font-size:2.5rem}body.rtl .feature-text h2{font-size:2.3rem}.feature-text p{font-size:1.8rem}body.rtl .feature-text p{font-size:2.9rem}.edu-highlights{margin-top:40px;padding:40px 15px}.edu-highlights-header{margin-bottom:25px}.edu-highlights-header h2{font-size:2.9rem}body.rtl .edu-highlights-header h2{font-size:3.3rem}.edu-highlights-header p{font-size:1.9rem;line-height:2.9rem;padding:20px}body.rtl .edu-highlights-header p{font-size:2.7rem}.edu-highlights-container{border-radius:20px;flex-direction:column;gap:30px;padding:20px}.edu-highlights-image img{height:400px;width:100%}.edu-highlights-content{gap:25px;width:100%}.highlight-box{align-items:center;display:flex;gap:15px}.highlight-icon{font-size:2.9rem}.highlight-box h3{font-size:1.8rem}body.rtl .highlight-box h3{font-size:2.2rem}.edu-details{background-position:50%;padding:30px 19px}.edu-detail{margin-bottom:20px}.edu-detail h4{font-size:2.3rem;justify-content:center;text-align:center}body.rtl .edu-detail h4{font-size:2.7rem}.edu-detail p{font-size:1.7rem;line-height:1.6;padding:0 10px;text-align:left}body.rtl .edu-detail p{font-size:2.9rem;text-align:right}}@media (min-width:1024px) and (orientation:portrait){.education-hero{height:70vh}.edu-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.edu-info-icon{font-size:4.9rem}.edu-info-item p{font-size:2.6rem}.edu-hero-text h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#fff,#ececec);-webkit-background-clip:text;font-size:4.8rem}body.rtl .edu-hero-text h1{font-family:Amiri,serif}.edu-extra-section{margin-top:190px}.edu-section-paragraph{font-size:3.3rem;text-align:left}body.rtl .edu-section-title{font-family:Amiri,serif;font-size:3.3rem}.edu-section-title{font-size:5rem}.edu-center-img-wrapper{margin:60px auto;max-width:900px}.edu-two-img-wrapper{background-size:cover;flex-direction:row;gap:20px;padding:2.2rem}.edu-img-small{aspect-ratio:1/1;height:auto;max-width:620px;width:100%}.edu-courses-section{padding:20px 12px}.edu-courses-section h2{font-size:3.8rem}.edu-courses-section p{font-size:3rem;margin-bottom:25px}body.rtl .edu-courses-section p{font-size:1.5rem}.courses-grid{gap:35px;grid-template-columns:1fr}.course-card img{height:550px}.course-card h3{font-size:3.5rem}body.rtl .course-card h3{font-size:1.5rem}.course-card p{font-size:2.8rem}body.rtl .course-card p{font-size:1.6rem}.course-duration{font-size:3.2rem}.course-feature{flex-direction:column;gap:45px;margin-top:40px}.feature-card img{height:500px}.feature-text{text-align:left}.feature-text,body.rtl .feature-text{padding:25px 20px}.feature-text h2{font-size:3.7rem}body.rtl .feature-text h2{font-size:1.6rem}.feature-text p{font-size:3.2rem}body.rtl .feature-text p{font-size:1.4rem}.edu-highlights{margin-top:40px;padding:40px 15px}.edu-highlights-header{margin-bottom:25px}.edu-highlights-header h2{font-size:3.9rem}body.rtl .edu-highlights-header h2{font-size:1.7rem}.edu-highlights-header p{font-size:3rem;line-height:1.6}body.rtl .edu-highlights-header p{font-size:1.5rem}.edu-highlights-container{border-radius:20px;flex-direction:column;gap:30px;padding:20px}.edu-highlights-image img{border-radius:14px;height:620px;width:100%}.edu-highlights-content{gap:25px;width:100%}.highlight-box{align-items:center;display:flex;gap:15px}.highlight-icon{font-size:4rem}.highlight-box h3{font-size:2.7rem}body.rtl .highlight-box h3{font-size:1.4rem}.edu-details{background-position:50%;padding:30px 12px}.edu-detail{margin-bottom:20px}.edu-detail h4{font-size:3.5rem;justify-content:center;text-align:center}body.rtl .edu-detail h4{font-size:1.5rem}.edu-detail p{font-size:2.7rem;line-height:1.6;padding:0 5px;text-align:left}body.rtl .edu-detail p{font-size:1.6rem;text-align:right}}@media (min-width:1440px) and (orientation:portrait){.education-hero{height:70vh}.edu-info-box{bottom:-290px;flex-direction:column;gap:45px;padding:20px;width:80%}.edu-info-icon{font-size:5.9rem}.edu-info-item p{font-size:4.3rem}body.rtl .edu-info-icon{font-size:5.2rem}body.rtl .edu-info-item p{font-size:3.4rem}.edu-hero-text h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#fff,#fff);-webkit-background-clip:text;font-size:9.3rem}.edu-extra-section{margin-top:230px}.edu-section-title{font-size:5.2rem}.edu-section-paragraph{font-size:4.3rem;text-align:left}body.rtl .edu-hero-text h1{font-family:Amiri,serif}body.rtl .edu-section-title{font-family:Amiri,serif;font-size:4.7rem}.edu-two-img-wrapper{background-size:cover;flex-direction:row;gap:20px;padding:2.2rem}.edu-center-img-wrapper{margin:40px auto;max-width:1200px}body.rtl .edu-section-paragraph{font-size:5.4rem;max-width:1400px;text-align:right}.edu-img-small{aspect-ratio:1/1;height:auto;max-width:620px;width:100%}.edu-courses-section{padding:20px 12px}.edu-courses-section h2{font-size:4.4rem}body.rtl .edu-courses-section h2{font-size:4.9rem}.edu-courses-section p{font-size:3.3rem;margin-bottom:25px}body.rtl .edu-courses-section p{font-size:4.5rem;max-width:1400px}.courses-grid{grid-gap:65px;display:grid;gap:65px;grid-template-columns:repeat(2,1fr)}.course-card img{height:580px}.course-card h3{font-size:2.5rem}body.rtl .course-card h3{font-size:3.5rem}.course-card p{font-size:2.8rem}body.rtl .course-card p{font-size:4.6rem}.course-duration{font-size:4.2rem}.course-feature{flex-direction:column;gap:25px;margin-top:90px}.feature-card img{height:600px}.feature-text{padding:25px 30px;text-align:left}body.rtl .feature-text{padding:25px 20px}.feature-text h2{font-size:3.7rem}body.rtl .feature-text h2{font-size:3.6rem}.feature-textp{font-size:1.2rem}body.rtl .feature-text p{font-size:4.4rem}.edu-highlights{margin-top:90px;padding:40px 15px}.edu-highlights-header{margin-bottom:25px}.edu-highlights-header h2{font-size:3.9rem}body.rtl .edu-highlights-header h2{font-size:4.7rem}.edu-highlights-header p{font-size:3.3rem}body.rtl .edu-highlights-header p{font-size:4.3rem}.edu-highlights-container{flex-direction:column;gap:30px;padding:50px 200px}.edu-highlights-image img{height:620px;width:100%}.edu-highlights-content{gap:25px;width:100%}.highlight-box{align-items:center;display:flex;gap:15px}.highlight-icon{font-size:3.7rem}.highlight-box h3{font-size:3.2rem}body.rtl .highlight-box h3{font-size:3.4rem}.edu-details{background-position:50%;padding:30px 12px}.edu-detail{margin-bottom:20px}.edu-detail h4{font-size:3.5rem;justify-content:center;text-align:center}body.rtl .edu-detail h4{font-size:3.9rem}.edu-detail p{font-size:3.2rem;line-height:1.6;max-width:1400px;text-align:left}body.rtl .edu-detail p{font-size:4.6rem;text-align:right}}.construction-section{position:relative}.construction-hero{background-image:linear-gradient(#0a1428b3,#3c507866),url("/static/media/ans%20(28).2e1867e84c8a61a54cf2.jpg");background-position:50%;background-size:cover;height:70vh;position:relative;width:100%}.construction-hero-text{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#ffcd3c,#ff914d);-webkit-background-clip:text;font-family:Georgia,Times New Roman,Times,serif;left:50%;position:absolute;text-align:center;top:40%;transform:translateX(-50%)}.construction-hero-text h1{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#8ec1ff,#6fb476);-webkit-background-clip:text;font-size:2.7rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 6px #0009}.construction-info-box{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#5a5a64bf;border-radius:20px;bottom:-70px;box-shadow:0 8px 16px #0000004d;display:flex;justify-content:space-around;left:50%;padding:15px 20px;position:absolute;transform:translateX(-50%);width:80%;z-index:10}.construction-info-item{text-align:center}.construction-info-item p{color:#fff;font-size:1.3em;font-weight:700}.construction-info-icon{color:#fff;font-size:2.4rem}.construction-cards{background-image:url(/static/media/mesh-833.cce5901d3fad35002c8f.png);background-size:cover;display:flex;flex-wrap:wrap;gap:37px;justify-content:center;margin-top:130px;padding:50px}.construction-card{border-radius:15px;box-shadow:0 6px 12px #00000026;height:370px;margin:0;overflow:hidden;position:relative;width:300px}.card-main-img{height:100%;object-fit:cover;transition:transform 250s ease;width:100%}.card-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#000000e6,#000000b3);border-radius:12px;bottom:30px;box-shadow:0 4px 10px #0000004d;color:#fff;display:flex;gap:15px;left:15px;padding:10px;position:absolute;right:15px;transition:all 400s ease}.construction-card:first-child .card-overlay{background-image:linear-gradient(-60deg,#16a085,#f4d03f)}.construction-card:nth-child(2) .card-overlay{background-image:linear-gradient(90deg,#fa709a 0,#fee140)}.construction-card:nth-child(3) .card-overlay{background-image:linear-gradient(270deg,#007adf 0,#00ecbc)}.construction-card:nth-child(4) .card-overlay{background-image:linear-gradient(225deg,#5271c4,#b19fff 48%,#eca1fe)}.construction-card:nth-child(5) .card-overlay{background-image:linear-gradient(90deg,#f1d6af 0,#fb9776)}.overlay-left{align-items:center;display:flex;gap:10px}.overlay-line{background:#fff;border-radius:2px;box-shadow:0 2px 4px #0003;height:50px;width:4px}.overlay-icon{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 8px #0003;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.overlay-text h3{font-family:Ubuntu,sans-serif;font-size:.8rem;font-weight:400;line-height:1rem;text-align:left;text-shadow:1px 1px 3px #0000004d}body.rtl .overlay-text h3{box-sizing:border-box;font-size:.9rem;line-height:1.1rem;text-align:right;width:100%}body.rtl .overlay-icon{text-align:right}.overlay-text p{font-size:.6rem;margin:0;opacity:.9;text-shadow:1px 1px 2px #0000004d}.construction-card:first-child{border-top:5px solid #4caf50}.construction-card:nth-child(2){border-top:5px solid #ff9800}.construction-card:nth-child(3){border-top:5px solid #2196f3}.construction-card:nth-child(4){border-top:5px solid #9c27b0}.construction-card:nth-child(5){border-top:5px solid #f44336}.projects-details-container{margin:100px auto 0;max-width:1400px;padding:0 20px}.section-header{margin-bottom:60px;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;font-size:2.8rem;font-weight:800;letter-spacing:-.5px;margin-bottom:15px}.section-subtitle{color:#64748b;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.project-detail-modern{background:#fff;border:1px solid #f1f5f9;border-radius:24px;box-shadow:0 20px 60px #0000000d;display:flex;margin-bottom:60px;overflow:hidden;padding:0;position:relative}.project-detail-modern:first-child .project-left-border{background:linear-gradient(180deg,#4caf50,#2e7d32)}.project-detail-modern:nth-child(2) .project-left-border{background-image:linear-gradient(0deg,#f9dbce 0,#ace0f9)}.project-detail-modern:nth-child(3) .project-left-border{background-image:linear-gradient(0deg,#fad0c4 0,#ffd1ff)}.project-detail-modern:nth-child(4) .project-left-border{background-image:linear-gradient(-225deg,#69eacb,#eaccf8 48%,#9c91f0)}.project-detail-modern:nth-child(5) .project-left-border{background-image:linear-gradient(0deg,#d5dee7 0,#ffafbd 0,#c9ffbf)}.project-left-border{min-height:100%;width:8px}.project-content-wrapper{flex:1 1;padding:40px}.project-title-section{border-bottom:2px solid #f1f5f9;margin-bottom:40px;padding-bottom:20px}.project-detail-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;color:#1e293b;font-size:2.2rem;font-weight:700;margin:0 0 15px}body.rtl .project-detail-title{font-size:2.2rem;text-align:right}.project-meta{display:flex;flex-wrap:wrap;gap:30px}.meta-item{align-items:center;color:#56647a;display:flex;font-size:.95rem;font-weight:500;gap:8px}.meta-item svg{color:#036a5e}.project-content-grid-modern{grid-gap:50px;align-items:start;display:grid;gap:50px;grid-template-columns:1fr 1.2fr}.project-images-column{display:flex;flex-direction:column;gap:20px}.main-image-container{border-radius:20px;box-shadow:0 15px 40px #0000001a;overflow:hidden;position:relative}.project-main-image{height:280px;object-fit:cover;width:100%}.secondary-image-container{border-radius:15px;box-shadow:0 10px 30px #00000014;overflow:hidden;position:relative}.project-secondary-image{height:280px;object-fit:cover;width:100%}.project-text-column{display:flex;flex-direction:column;gap:40px}.paragraphs-container{display:flex;flex-direction:column;gap:25px}.paragraph-card{background:#f8fafc;border-left:4px solid #4f46e5;border-radius:16px;display:flex;gap:20px;padding:28px;transition:all 30s ease}.paragraph-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.paragraph-content h4{color:#1e293b;font-size:1.2rem;font-weight:600;margin:0 0 10px}.paragraph-content p{color:#475569;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:340;line-height:1.8;margin:0}body.rtl .paragraph-content p{font-family:Lateef,sans-serif;font-size:1.5rem;line-height:1.5}body.rtl .paragraph-card:hover{transform:translateX(-5px)}.futurePlans{background-image:linear-gradient(-225deg,#feeffe,#d7fffe);padding:80px 60px}.futurePlans-header{margin-bottom:60px;max-width:720px}body.rtl .futurePlans-header{flex-direction:row-reverse;text-align:right}.futurePlans-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(#026ffd,#081f41);-webkit-background-clip:text;color:#111827;font-size:36px;font-weight:800;margin-bottom:14px}body.rtl .futurePlans-title{flex-direction:row-reverse;font-family:Amiri,sans-serif;text-align:right!important}.futurePlans-description{color:#4b5563;font-size:16px;line-height:1.8}body.rtl .futurePlans-description{text-align:right!important}.futurePlans-list{display:flex;flex-direction:column;gap:26px}.futurePlans-card{-webkit-border-start:6px solid #0000;background:#fff;border-inline-start:6px solid #0000;border-radius:16px;box-shadow:0 12px 30px #0000000f;padding:32px;transition:all .3s ease}.futurePlans-cardTitle{color:#111827;font-size:26px;font-weight:700;margin-bottom:6px}.futurePlans-location{align-items:center;display:flex;font-family:Noto Naskh Arabic,serif;font-size:16px;font-weight:400;gap:8px;margin-bottom:16px;margin-top:10px}body.rtl .futurePlans-location{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-image:linear-gradient(-60deg,#1654a0,#03a1a9);flex-direction:row-reverse;font-weight:600}.futurePlans-location svg{font-size:16px}.futurePlans-cardText{color:#374151;font-size:15.5px;line-height:1.8;margin-top:40px;max-width:900px}body.rtl .futurePlans-card{font-family:Amiri,serif;text-align:right}body.rtl .futurePlans-cardText{font-family:Quicksand,sans-serif;font-size:1.2rem}.futurePlans-card.blue{border-left-color:#a6c1ee}.futurePlans-card.teal{border-left-color:#cff6d6}.futurePlans-card.purple{border-left-color:#e6c7ec}.futurePlans-card.orange{border-left-color:#efe3bf}.futurePlans-card.blue .futurePlans-location,.futurePlans-card.orange .futurePlans-location,.futurePlans-card.purple .futurePlans-location,.futurePlans-card.teal .futurePlans-location,body.rtl .futurePlans-card.blue .futurePlans-location,body.rtl .futurePlans-card.orange .futurePlans-location,body.rtl .futurePlans-card.purple .futurePlans-location,body.rtl .futurePlans-card.teal .futurePlans-location{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-image:linear-gradient(-60deg,#1654a0,#03a1a9)}@media (min-width:1200px) and (orientation:portrait){.futurePlans{padding:100px 80px}.futurePlans-title{font-size:3.6rem;text-align:center}.futurePlans-description{font-size:29px}.futurePlans-location,.futurePlans-location svg{font-size:36px}.futurePlans-card{padding:43px}.futurePlans-cardTitle{font-size:60px}.futurePlans-cardText{font-size:39px;line-height:1.9}}@media (max-width:1200px){.futurePlans{padding:80px 50px}.futurePlans-title{font-size:3.6rem;text-align:center}.futurePlans-description{font-size:29px}.futurePlans-location,.futurePlans-location svg{font-size:36px}.futurePlans-card{padding:43px}.futurePlans-cardTitle{font-size:60px}.futurePlans-cardText{font-size:39px;line-height:1.9}body.rtl .futurePlans-cardText{font-size:2.4rem;text-align:center}}@media (max-width:991px) and (min-width:768px) and (orientation:portrait){.futurePlans{padding:70px 40px}.futurePlans-header{margin:0 auto 50px;max-width:90%}.futurePlans-title{font-size:2.9rem;text-align:center}.futurePlans-location,.futurePlans-location svg{font-size:26px}body.rtl .futurePlans-location{font-size:38px}body.rtl .futurePlans-location svg{font-size:30px}.futurePlans-card{padding:43px}.futurePlans-cardTitle{font-size:39px}.futurePlans-cardText{font-size:33px;line-height:2}body.rtl .futurePlans-cardText{font-size:2.4rem;text-align:center}}@media (max-width:767px) and (min-width:576px) and (orientation:portrait){.futurePlans{padding:60px 30px}.futurePlans-header{margin-bottom:40px;max-width:100%;text-align:center}.futurePlans-title{font-size:2.5rem;text-align:center}.futurePlans-location,.futurePlans-location svg{font-size:23px}.futurePlans-card{padding:43px}.futurePlans-cardTitle{font-size:33px}.futurePlans-cardText{font-size:25px;line-height:2}body.rtl .futurePlans-cardText{font-size:2rem;text-align:center}}@media (max-width:575px) and (min-width:480px)and (orientation:portrait){.futurePlans{padding:50px 25px}.futurePlans-header{margin-bottom:35px;text-align:center}.futurePlans-title{font-size:2.4rem;text-align:center}.futurePlans-description{font-size:29px}.futurePlans-location{font-size:22px}.futurePlans-location svg{font-size:25px}.futurePlans-card{padding:43px}.futurePlans-cardTitle{font-size:30px}.futurePlans-cardText{font-size:22px;line-height:1.9}body.rtl .futurePlans-cardText{font-size:1.5rem;text-align:center}}@media (max-width:479px){.futurePlans{padding:40px 20px}.futurePlans-header{margin-bottom:30px;text-align:center}body.rtl .futurePlans-header{text-align:center}.futurePlans-title{font-size:29px;margin-bottom:10px;text-align:center}body.rtl .futurePlans-title{font-size:30px;text-align:center!important}.futurePlans-list{gap:16px}.futurePlans-card{border-radius:10px;box-shadow:0 8px 20px #0000000d;padding:27px}.futurePlans-cardTitle{font-size:26px;margin-bottom:6px;text-align:center}body.rtl .futurePlans-cardTitle{font-size:24px;text-align:center}.futurePlans-location{flex-wrap:wrap;font-size:20px;justify-content:center;margin-bottom:8px}body.rtl .futurePlans-location{font-size:25px}.futurePlans-location svg,body.rtl .futurePlans-location svg{font-size:20px}.futurePlans-cardText{font-size:21px;line-height:1.7}body.rtl .futurePlans-cardText{font-size:1.5rem;text-align:center}.futurePlans-card{border-inline-start-width:4px}}@media (max-width:359px){.futurePlans{padding:30px 15px}.futurePlans-title{font-size:212px}body.rtl .futurePlans-title{font-size:20px}.futurePlans-description{font-size:12px}.futurePlans-card{padding:16px}.futurePlans-cardTitle{font-size:16px}.futurePlans-location{font-size:11px}.futurePlans-cardText{font-size:22px}}@media print{.futurePlans{background:none!important;padding:20px 0}.futurePlans-card{border:1px solid #ddd!important;box-shadow:none!important;page-break-inside:avoid}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.futurePlans-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media (max-height:500px) and (orientation:landscape){.futurePlans{padding:40px 30px}.futurePlans-list{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.futurePlans-card{padding:20px}.futurePlans-cardText{font-size:22px;line-height:1.4}}@media (hover:none) and (pointer:coarse){.futurePlans-card{transition:none}.futurePlans-location{gap:10px}.futurePlans-location svg{min-width:20px}}@media (max-width:320px){.construction-hero{height:60vh}.construction-hero-text h1,body.rtl .construction-hero-text h1{font-size:1.4rem}.construction-info-box{bottom:-200px;flex-direction:column;gap:25px;padding:20px;width:76%}.construction-info-item p{font-size:1rem}.construction-info-icon{font-size:1.6rem}body.rtl .construction-info-item p{font-size:1.2rem}.construction-cards{background-size:contain;gap:25px;margin-top:220px;padding:40px 10px}.construction-card{height:300px;width:100%}.card-overlay{border-radius:8px;bottom:10px;left:10px;padding:8px;right:10px}.overlay-text h3{font-size:.9rem;line-height:1.2rem}.overlay-icon{font-size:1.2rem;height:32px;width:32px}.overlay-line{height:40px}.projects-details-container{margin:80px auto 0;padding:0 10px}body.rtl .projects-details-container{padding:0}.section-header{margin-bottom:40px}.section-title{font-size:1.8rem;margin-bottom:10px}.section-subtitle{font-size:1rem;line-height:1.5}.project-detail-modern{border-radius:16px;margin-bottom:40px}.project-left-border{width:6px}.project-content-wrapper{padding:20px}.project-title-section{margin-bottom:25px;padding-bottom:15px}.project-detail-title{font-size:1.5rem;margin-bottom:10px}.project-meta{flex-direction:column;gap:10px}.meta-item{font-size:1rem}.project-content-grid-modern{display:flex;flex-direction:column;gap:30px;grid-template-columns:1fr;padding-right:0}.project-images-column{gap:15px;margin-bottom:20px;order:1}.project-text-column{gap:25px;order:2}.main-image-container,.secondary-image-container{overflow:visible;width:100%}.project-main-image,.project-secondary-image{height:auto;max-height:220px;width:100%}.paragraphs-container{gap:15px}.paragraph-card{flex-direction:column;gap:15px;padding:15px}.paragraph-icon{font-size:1rem;height:35px;width:35px}.paragraph-content h4{font-size:1.1rem;margin-bottom:8px}.paragraph-content p{font-size:.9rem;line-height:1.6}body.rtl .paragraph-content p{font-size:1.4rem;line-height:1.6}}@media (min-width:321px) and (max-width:480px){.construction-hero{height:60vh}.construction-hero-text h1{font-size:1.6rem}body.rtl .construction-hero-text h1{font-size:1.7rem}.construction-info-box{bottom:-140px;flex-direction:column;gap:30px;padding:20px;width:78%}.construction-info-item p{font-size:1rem}.construction-info-icon{font-size:1.8rem}body.rtl .construction-info-item p{font-size:1.5rem}.construction-cards{gap:30px;margin-top:160px;padding:25px 15px}.construction-card{height:340px;width:100%}.card-overlay{bottom:15px;left:10px;padding:12px;right:10px}.overlay-text h3{font-size:1.1rem;line-height:1.3}body.rtl .overlay-text h3{font-size:1.4rem;line-height:1.3}.overlay-icon{font-size:1.3rem;height:36px;width:36px}.projects-details-container{margin:90px auto 0;padding:0 15px}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.project-detail-modern{border-radius:18px}.project-content-wrapper{padding:25px}.project-detail-title{font-size:1.7rem}.project-meta{gap:15px}.meta-item{font-size:1.1rem;font-weight:500}body.rtl .meta-item{font-size:1.4rem;font-weight:500}.project-content-grid-modern{display:flex;flex-direction:column;gap:35px;grid-template-columns:1fr}.paragraph-card{display:flex;gap:10px;padding:18px}.project-images-column{margin-bottom:25px;order:1}.project-text-column{order:2}.project-main-image{height:auto;max-height:240px;width:100%}.project-secondary-image{height:auto;max-height:200px;width:100%}.paragraph-content h4{font-size:1.15rem}.paragraph-content p{font-size:1.1rem}body.rtl .paragraph-content p{font-size:1.9rem}.features-grid{grid-template-columns:1fr}}@media (min-width:481px) and (max-width:768px){.construction-hero{height:60vh}.construction-hero-text h1{font-size:2.2rem}body.rtl .construction-hero-text h1{font-size:2.5rem}.construction-info-box{bottom:-59px;gap:25px;padding:25px}.construction-info-item p{font-size:1.3rem}.construction-info-icon{font-size:2.2rem}.construction-card{height:340px;width:100%}.projects-details-container{margin:100px auto 0;padding:0 20px}.section-title{font-size:2.3rem}.section-subtitle{font-size:1.2rem}.project-detail-modern{margin-bottom:50px}.project-content-wrapper{padding:30px}.project-detail-title{font-size:1.9rem}.project-meta{gap:20px}.meta-item{font-size:1.2rem;font-weight:500}body.rtl .meta-item{font-size:1.6rem;font-weight:500}.project-content-grid-modern{gap:40px;grid-template-columns:1fr}.project-images-column{flex-direction:row;margin-bottom:30px;order:1}.project-text-column{order:2}.project-main-image,.project-secondary-image{height:260px;width:100%}.paragraph-content h4,.paragraph-content p{font-size:1.2rem}body.rtl .paragraph-content p{font-size:2.1rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:769px) and (max-width:1024px){.construction-hero{height:66vh}.construction-hero-text h1{font-size:3.5rem}.construction-info-box{bottom:-200px;flex-direction:column;gap:25px;padding:20px;width:76%}.construction-info-item p{font-size:2rem}.construction-info-icon{font-size:3.3rem}.construction-cards{margin-top:250px;padding:20px 30px}.construction-card{height:450px;width:100%}body.rtl .construction-info-item p{font-size:2rem}.projects-details-container{max-width:1200px}.section-title{font-size:2.4rem}.overlay-text h3{font-size:2rem;line-height:1.2rem}body.rtl .overlay-text h3{font-size:2.2rem;line-height:1.2rem}.section-title{font-size:4rem}.project-detail-title{font-size:2.6rem}body.rtl .project-detail-title{font-size:3rem}.project-content-grid-modern{gap:45px;grid-template-columns:1fr}.project-images-column{margin-bottom:35px;order:1}.project-text-column{order:2}.meta-item{font-size:1.7rem}body.rtl .meta-item{font-size:2rem}.paragraph-content h4{font-size:4.7rem}body.rtl .paragraph-content h4{font-size:6rem}.paragraph-content p{font-size:2rem;line-height:1.8}body.rtl .paragraph-content p{font-size:3rem;line-height:1.8}.project-images-column{flex-direction:column}.project-main-image,.project-secondary-image{flex:1 1;height:450px}}@media (min-width:1025px){.project-content-grid-modern{grid-template-columns:1fr 1.2fr}.project-images-column,.project-text-column{order:0}}@media (max-height:500px) and (orientation:landscape){.construction-hero{height:100vh}.construction-cards{grid-template-columns:repeat(5,1fr);margin-top:100px}.construction-card{height:250px}.card-overlay{padding:5px 8px}.overlay-text h3{font-size:.9rem}}body.rtl .construction-hero-text h1{text-align:center}body.rtl .construction-cards{justify-content:center}body.rtl .project-content-grid-modern{direction:rtl}body.rtl .project-meta{justify-content:flex-end}body.rtl .meta-item{flex-direction:row-reverse}body.rtl .features-grid{direction:rtl}body.rtl .feature-item-modern,body.rtl .overlay-left{flex-direction:row-reverse}body.rtl .paragraph-card{border-left:none;border-right:4px solid #4f46e5}body.rtl .project-left-border{left:auto;right:0}body.rtl .features-title:before{margin-left:10px;margin-right:0}body.rtl .project-images-column{order:1}body.rtl .project-text-column{order:2}@media (hover:none) and (pointer:coarse){.construction-card:hover{transform:none}.construction-card .card-overlay,.construction-card:hover .card-overlay{opacity:1;transform:translateY(0)}.feature-item-modern:hover,.paragraph-card:hover{transform:none}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.construction-hero{background-position:50%}.construction-cards,.construction-hero{background-size:cover}}.construction-card:focus-visible,.feature-item-modern:focus-visible,.paragraph-card:focus-visible,.project-detail-modern:focus-visible{outline:3px solid #4f46e5;outline-offset:2px}@media (prefers-reduced-motion:reduce){.card-main-img,.card-overlay,.construction-card,.feature-item-modern,.paragraph-card,.project-detail-modern{animation:none!important;transition:none!important}.construction-card:hover .card-main-img{transform:none!important}}@media (max-width:575px) and (min-width:480px)and (orientation:portrait){.construction-hero{height:65vh}.construction-hero-text h1{font-size:2.4rem}.construction-info-box{bottom:-200px;flex-direction:column;gap:25px;padding:20px;width:76%}.construction-cards{margin-top:250px;padding:40px 30px}.construction-card{height:430px;width:100%}.section-header p{font-size:1.9rem}body.rtl .construction-info-item p{font-size:1.7rem}.projects-details-container{max-width:1200px}.section-title{font-size:2.9rem}.project-detail-modern{margin-bottom:50px}.project-content-wrapper{padding:35px}.project-detail-title{font-size:2.5rem}.overlay-text h3{font-size:1.2rem;line-height:1.2rem}body.rtl .overlay-text h3{font-size:1.5rem;line-height:1.2rem}.project-content-grid-modern{gap:45px;grid-template-columns:1fr}.project-images-column{margin-bottom:35px;order:1}.project-text-column{order:2}.meta-item{font-size:1.4rem}.paragraph-content h4{font-size:1.7rem}.paragraph-content p{font-size:1.4rem;line-height:1.8}.features-title{font-size:1.8rem}.project-images-column{flex-direction:column}.project-main-image,.project-secondary-image{flex:1 1;height:300px}}@media (max-width:767px) and (min-width:576px) and (orientation:portrait){.construction-hero{height:65vh}.construction-hero-text h1{font-size:2.4rem}.construction-info-box{bottom:-200px;flex-direction:column;gap:25px;padding:20px;width:76%}.construction-cards{margin-top:250px;padding:40px 30px}.construction-card{height:430px;width:100%}.section-header p{font-size:1.9rem}body.rtl .construction-info-item p{font-size:1.7rem}.projects-details-container{max-width:1200px}.section-title{font-size:2.9rem}.project-detail-modern{margin-bottom:50px}.project-content-wrapper{padding:35px}.project-detail-title{font-size:2.5rem}.overlay-text h3{font-size:1.2rem;line-height:1.2rem}body.rtl .overlay-text h3{font-size:1.5rem;line-height:1.2rem}.project-content-grid-modern{gap:45px;grid-template-columns:1fr}.project-images-column{margin-bottom:35px;order:1}.project-text-column{order:2}.meta-item{font-size:1.4rem}.paragraph-content h4{font-size:1.7rem}.paragraph-content p{font-size:1.4rem;line-height:1.8}.features-title{font-size:1.8rem}.project-images-column{flex-direction:column}.project-main-image,.project-secondary-image{flex:1 1;height:300px}}@media (max-width:1199px) and (min-width:992px) and (orientation:portrait){.construction-hero{height:55vh}.construction-hero-text h1{font-size:4rem}.construction-info-box{bottom:-200px;flex-direction:column;gap:25px;padding:20px;width:76%}.construction-info-item p{font-size:2.5rem}.construction-info-icon{font-size:3.3rem}.construction-cards{margin-top:250px;padding:40px 30px}.construction-card{height:630px;width:100%}body.rtl .construction-info-item p{font-size:3rem}.projects-details-container{max-width:1200px}.section-title{font-size:2.9rem}.card-overlay{padding:40px}.overlay-text h3{font-size:2.2rem;line-height:1.2rem}body.rtl .overlay-text h3{font-size:3.2rem;line-height:1.2rem}.section-title{font-size:4rem}.project-detail-title{font-size:3.3rem}body.rtl .project-detail-title{font-size:4.7rem}.project-content-grid-modern{gap:45px;grid-template-columns:1fr}.project-images-column{margin-bottom:35px;order:1}.project-text-column{order:2}.meta-item{font-size:2.4rem}body.rtl .meta-item{font-size:3rem}.paragraph-content h4{font-size:4.7rem}body.rtl .paragraph-content h4{font-size:6.7rem}.paragraph-content p{font-size:2.5rem;line-height:1.8}body.rtl .paragraph-content p{font-size:3.7rem;line-height:1.8}.project-images-column{flex-direction:column}.project-main-image,.project-secondary-image{flex:1 1;height:550px}}@media (min-width:1200px) and (orientation:portrait){.construction-hero{height:55vh}.construction-hero-text h1{font-size:4rem}.construction-info-box{bottom:-200px;flex-direction:column;gap:25px;padding:20px;width:76%}.construction-info-item p{font-size:2.5rem}.construction-info-icon{font-size:3.3rem}.construction-cards{margin-top:250px;padding:60px 30px}.construction-card{height:630px;width:100%}body.rtl .construction-info-item p{font-size:3rem}.projects-details-container{max-width:1200px}.section-title{font-size:2.9rem}.overlay-text h3{font-size:2.2rem;line-height:1.2rem}body.rtl .overlay-text h3{font-size:3.2rem;line-height:1.2rem}.section-title{font-size:4rem}.project-detail-title{font-size:3.3rem}body.rtl .project-detail-title{font-size:4.7rem}.project-content-grid-modern{gap:45px;grid-template-columns:1fr}.project-images-column{margin-bottom:35px;order:1}.project-text-column{order:2}.meta-item{font-size:2.4rem}body.rtl .meta-item{font-size:3rem}.paragraph-content h4{font-size:4.7rem}body.rtl .paragraph-content h4{font-size:6.7rem}.paragraph-content p{font-size:2.5rem;line-height:1.8}body.rtl .paragraph-content p{font-size:3.9rem;line-height:1.8}.project-images-column{flex-direction:column}.project-main-image,.project-secondary-image{flex:1 1;height:550px}}.gallery-dept-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);overflow:hidden;padding:80px 40px;position:relative}.gallery-dept-container:before{background:linear-gradient(90deg,#3b82f6,#10b981,#8b5cf6);content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1}.dept-title{color:#1e293b;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:3.2rem;font-weight:500;margin-bottom:60px;padding-bottom:20px;position:relative;text-align:center}.dept-title:after{bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}body.rtl .dept-title{font-family:Lateef,sans-serif;font-size:3.2rem}.dept-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000001a;height:420px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.1)}.dept-card:hover{box-shadow:0 30px 80px #00000026;transform:translateY(-15px)}.dept-card:before{background:linear-gradient(#0000 60%,#000000b3);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.dept-card:hover:before{opacity:1}.dept-image{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.dept-card:hover .dept-image{transform:scale(1.05)}.dept-card-content{background:linear-gradient(#0000,#000000e6);bottom:0;color:#fff;left:0;opacity:0;padding:30px;position:absolute;right:0;transform:translateY(30px);transition:all .4s ease;z-index:2}.dept-card:hover .dept-card-content{opacity:1;transform:translateY(0)}.dept-card-content h3{color:#fff;font-family:Quicksand,sans-serif;font-size:1.8rem;font-weight:500;margin-bottom:30px;text-shadow:0 2px 4px #0000004d}body.rtl .dept-card-content h3{flex-direction:row-reverse;font-family:Amiri,sans-serif;font-size:2.3rem;text-align:right}.dept-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;display:inline-block;font-family:Quicksand,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:12px 28px;position:relative;text-decoration:none;transition:all .3s ease}body.rtl .dept-btn{flex-direction:row-reverse;font-family:Amiri,sans-serif;font-size:1rem;right:-59%;text-align:right}.dept-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.dept-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.dept-btn:hover:before{left:100%}.dept-card:first-child .dept-btn{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d}.dept-card:first-child .dept-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98166}.dept-card:nth-child(2) .dept-btn{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 15px #f59e0b4d}.dept-card:nth-child(2) .dept-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 6px 20px #f59e0b66}.dept-card:nth-child(3) .dept-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 15px #8b5cf64d}.dept-card:nth-child(3) .dept-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 6px 20px #8b5cf666}@media (max-width:1024px){.gallery-dept-container{padding:60px 30px}.dept-title{font-size:2.8rem;margin-bottom:50px}body.rtl .dept-title{font-size:2.4rem}.dept-cards{gap:30px}.dept-card{height:380px}.dept-card-content{padding:25px}.dept-card-content h3{font-size:1.6rem}}.dept-cards{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px;position:relative}@media (min-width:1025px){.dept-cards{display:grid;grid-template-columns:1fr 1fr 1fr}.dept-card:first-child{order:1}.dept-card:nth-child(2){order:3}.dept-card:nth-child(3){box-shadow:0 25px 70px #00000026;order:2;transform:translateY(-10px)}.dept-card:nth-child(3):hover{box-shadow:0 35px 90px #0003;transform:translateY(-25px)}}@media (max-width:1024px) and (min-width:769px){.dept-cards{grid-template-columns:1fr 1fr}.dept-card:nth-child(n){order:0;transform:none}.dept-card:nth-child(3){grid-column:span 2;margin:0 auto;max-width:500px}}@media (max-width:768px){.dept-cards{grid-template-columns:1fr}.dept-card:nth-child(n){order:0;transform:none}}@media (max-width:480px){.gallery-dept-container{padding:40px 15px}.dept-title{font-size:2rem;margin-bottom:30px}body.rtl .dept-title{font-size:1.8rem}.dept-card{border-radius:16px;height:300px}.dept-card-content{padding:15px}.dept-card-content h3{font-size:1.3rem;margin-bottom:8px}.dept-card-content p{font-size:.85rem;margin-bottom:15px}body.rtl .dept-card-content p{font-size:1rem}.dept-btn{font-size:.9rem;padding:10px 20px}}@media (prefers-reduced-motion:reduce){.dept-btn,.dept-card,.dept-card-content,.dept-image{transition:none!important}.dept-btn:hover,.dept-card:hover .dept-image{transform:none}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.dept-image{image-rendering:-webkit-optimize-contrast}.dept-card-content h3,.dept-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media (hover:none) and (pointer:coarse){.dept-card-content{opacity:1;transform:translateY(0)}.dept-btn{min-height:44px;min-width:44px}}.education-gallery{background-color:#f5f7fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:50px 30px 30px}.education-header{align-items:center;border-bottom:1px solid #dce2eb;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}body.rtl .education-header{flex-direction:row-reverse}.education-header-left{align-items:center;display:flex;gap:15px}body.rtl .education-header-left{flex-direction:row-reverse}.education-header-icon{background:#3f9db71a;border-radius:14px;color:#3f9db7;font-size:2.4rem;padding:7px 15px}.education-header-title{color:#1b2430;font-size:2.3rem;font-weight:700}body.rtl .education-header-title{flex-direction:row-reverse;font-family:Amiri,sans-serif;text-align:right}.education-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:260px 1fr}.education-sidebar{background:#fff;border:1px solid #e5e8ec;border-radius:15px;box-shadow:0 4px 20px #0000000f;padding:25px;position:-webkit-sticky;position:sticky;top:20px}.education-sidebar-title{border-bottom:2px solid #e8f4ff;color:#1b2430;font-size:1.2rem;font-weight:600;margin-bottom:15px;padding-bottom:10px}body.rtl .education-sidebar-title{font-family:Quicksand,sans-serif;text-align:right}.education-category-list{list-style:none;margin:0;padding:0}body.rtl .education-category-item{flex-direction:row-reverse}.education-category-item:hover{background-image:linear-gradient(-225deg,#fffeff,#d7fffe);border-color:#e8f4ff;transform:translateX(4px)}body.rtl .education-category-item:hover{transform:translateX(-4px)}.education-category-item.active{background-image:linear-gradient(-225deg,#dbf8ef,#f9dff4);border:.5px solid #5e5f5d00;box-shadow:0 4px 12px #84969633;color:#020d2d;font-weight:600;transform:translateX(4px)}body.rtl .education-category-item.active{transform:translateX(-4px)}.education-content{background:#fff;border:1px solid #e5e8ec;border-radius:15px;box-shadow:0 4px 20px #0000000f;padding:30px}.education-content-header{margin-bottom:25px}.education-content-title{align-items:center;display:flex;gap:12px}body.rtl .education-content-title{flex-direction:row-reverse}.education-title-icon{background:#3f9db71a;border-radius:10px;color:#3f9db7;font-size:1.9rem;padding:6px 15px}.education-content-title h2{color:#1b2430;font-size:1.6rem;font-weight:600;margin:0}.education-gallery[dir=rtl] .education-content-title h2{text-align:right}.education-images-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.education-image-card{background:#fff;border:1px solid #e5e8ec;border-radius:8px;box-shadow:0 2px 8px #0000000a;cursor:pointer;overflow:hidden}.education-gallery-image{display:block;height:270px;object-fit:cover;width:100%}.education-videos-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.education-video-card{background:#fff;border:1px solid #e5e8ec;border-radius:8px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.education-video-card .video-container{background:#000;height:220px;overflow:hidden;position:relative;width:100%}.education-video-card .education-gallery-video{background:#000;border:none;height:100%;width:100%}.no-content-message{background:linear-gradient(135deg,#f5f7fa,#e8f4ff);border:2px dashed #c4d7f2}.no-content-message p{color:#3f9db7}.no-content-icon{color:#3f9db780}.education-images-grid,.education-videos-grid{animation:fadeInGrid .5s ease-out}body.rtl .education-category-list{padding-right:0}body.rtl .education-content,body.rtl .education-sidebar{text-align:right}.education-content{transition:opacity .2s ease-in-out}.education-content.fade-out{opacity:0}.education-content.fade-in{opacity:1}@media (max-width:1440px) and (orientation:portrait){.education-gallery{max-width:100%;padding:20px}.education-container{gap:20px;grid-template-columns:440px 1fr}.education-header-title{font-size:3rem}.education-category-icon{font-size:2.6rem!important}.education-header-icon{font-size:5rem}.education-category-label{font-size:1.8rem!important}.no-content-message p{font-size:1.7rem}.education-content-title h2{font-size:2rem}.no-content-icon{font-size:60px}.education-title-icon{font-size:3rem}.education-images-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.education-gallery-image{height:370px}}@media (min-width:1200px) and (orientation:portrait){.education-gallery{max-width:100%;padding:20px}.education-container{gap:20px;grid-template-columns:440px 1fr}.education-header-title{font-size:3rem}.education-category-icon{font-size:2.6rem!important}.education-header-icon{font-size:5rem}.education-category-label{font-size:1.8rem!important}.no-content-message p{font-size:1.7rem}.education-content-title h2{font-size:2.5rem}.no-content-icon{font-size:65px}.education-title-icon{font-size:3rem}.education-images-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.education-gallery-image{height:370px}}@media (max-width:1024px){.education-header-title{font-size:2.2rem}.education-container{gap:20px;grid-template-columns:320px 1fr}.education-category-icon{font-size:2rem!important}.education-category-label{font-size:1.4rem!important}.education-header-icon{font-size:3.5rem!important}.education-title-icon{font-size:2rem!important}.education-content-title h2{font-size:1.5rem}.education-images-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.education-gallery-image{height:270px}}@media (max-width:768px){.education-gallery{max-width:100%;padding:20px}.education-header-icon{font-size:2rem;padding:6px 12px}.education-sidebar-title{font-size:1.6rem}.education-header-title{font-size:2rem}.education-container{gap:15px;grid-template-columns:1fr}.education-category-icon{font-size:1.2rem}.education-category-label{font-size:1.5rem!important}.education-content-title h2{font-size:1.4rem}.education-images-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:576px){.education-header-icon{font-size:2.6rem!important}.education-header-title{font-size:1.6rem}.education-sidebar-title{font-size:1.6rem;text-align:center}.education-category-icon{font-size:1.4rem}.education-category-label{font-size:1.4rem!important}.education-content{padding:15px}.education-content-title{align-items:center;flex-direction:column;gap:8px}.education-content-title h2{font-size:1.3rem;text-align:center}.education-images-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.education-gallery-image{height:230px}.no-content-message{padding:40px 15px}.no-content-message p{font-size:1rem}.no-content-icon{font-size:50px}}@media (max-width:424px){.education-gallery{max-width:100%;padding:20px}.education-header-icon{font-size:1.6rem}.education-header-title{font-size:1.5rem}.education-sidebar-title{font-size:1.4rem;text-align:center}.education-category-icon{font-size:1.6rem!important}.education-category-label{font-size:1.3rem!important}.education-title-icon{font-size:1rem}.education-content-title h2{font-size:1.2rem;text-align:center}.education-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.education-gallery-image{height:160px;width:100%}}@media (max-width:374px){.education-gallery{max-width:100%;padding:20px}.education-header-icon{font-size:1.6rem}.education-header-title{font-size:1.5rem}.education-sidebar-title{font-size:1.4rem;text-align:center}.education-category-icon{font-size:1.3rem!important}.education-category-label{font-size:1.2rem!important}.education-title-icon{font-size:1.5rem!important}.education-content-title h2{font-size:1.1rem;text-align:center}.education-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.education-gallery-image{height:150px}}@media (max-width:319px){.education-sidebar{margin-left:-6px}.education-header-icon{font-size:1.4rem!important}.education-header-title{font-size:1.1rem}.education-sidebar-title{font-size:1.2rem;text-align:center}.education-category-icon,.education-category-label{font-size:1rem!important}.education-title-icon{font-size:1.1rem!important}.education-content-title h2{font-size:1rem;text-align:center}.education-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.education-gallery-image{height:130px}}@media print{.education-gallery{background:#fff;padding:0}.close-lightbox,.education-header-icon,.education-sidebar,.lightbox-overlay,.nav-btn{display:none}.education-container{grid-template-columns:1fr}.education-images-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.education-image-card{break-inside:avoid;page-break-inside:avoid}}@media (max-width:768px) and (orientation:landscape){.education-container{grid-template-columns:200px 1fr}.education-category-list{flex-direction:column;gap:8px}.education-category-item{align-items:center;max-width:100%;min-width:100%;padding:10px 12px}.education-category-icon{min-width:30px}.education-images-grid{grid-template-columns:repeat(3,1fr)}.education-image-card{aspect-ratio:1/1}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.education-gallery-image,.lightbox-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.education-image-card,.education-images-grid,.education-videos-grid,.lightbox-overlay{animation:none;transition:none}}.education-category-item{align-items:center;background:#f8f9fa;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:12px;margin-bottom:8px;padding:14px;transition:all .25s ease}.education-category-icon{align-items:center;display:flex;flex-shrink:0;font-size:1.4rem;justify-content:center;min-width:40px}.education-category-label{flex:1 1;font-size:1rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.education-gallery[dir=rtl] .education-category-item{gap:12px}.education-gallery[dir=rtl] .education-category-icon{margin-left:0;margin-right:0}.education-gallery[dir=rtl] .education-category-label{direction:rtl;text-align:right}.construction-gallery{background-color:#f5f7fa;box-sizing:border-box;margin:0 auto;max-width:1200px;min-height:100vh;overflow-x:hidden;padding:50px 30px 30px;width:100%}.construction-header{align-items:center;border-bottom:1px solid #dce2eb;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}body.rtl .construction-header{flex-direction:row-reverse}.construction-header-left{align-items:center;display:flex;gap:15px}body.rtl .construction-header-left{flex-direction:row-reverse}.construction-header-icon{background:#e67e221a;border-radius:14px;color:#e67e22;font-size:2.4rem;padding:7px 15px}.construction-header-title{color:#1b2430;font-size:2.3rem;font-weight:700}body.rtl .construction-header-title{flex-direction:row-reverse;font-family:Amiri,sans-serif;text-align:right}.construction-container{grid-gap:30px;box-sizing:border-box;display:grid;gap:30px;grid-template-columns:260px 1fr;width:100%}.construction-sidebar{background:#fff;border:1px solid #e5e8ec;border-radius:15px;box-shadow:0 4px 20px #0000000f;box-sizing:border-box;height:-webkit-fit-content;height:fit-content;max-width:100%;padding:25px;position:-webkit-sticky;position:sticky;top:20px}.construction-sidebar-title{border-bottom:2px solid #ffe8d7;color:#1b2430;font-size:1.2rem;font-weight:600;margin-bottom:15px;padding-bottom:10px}body.rtl .construction-sidebar-title{font-family:Quicksand,sans-serif;text-align:right}.construction-category-list{list-style:none;margin:0;padding:0}.construction-category-item{box-sizing:border-box;width:100%}body.rtl .construction-category-item{flex-direction:row-reverse}.construction-category-item:hover{background-image:linear-gradient(-225deg,#fffeff,#ffe8d7);border-color:#ffe8d7;transform:translateX(4px)}body.rtl .construction-category-item:hover{transform:translateX(-4px)}.construction-category-item.active{background-color:#d4b896;background-image:linear-gradient(-225deg,#f8e8d7,#f9dfe4);border:.5px solid #5e5f5d00;box-shadow:0 4px 12px #d4b89633;color:#2d1905;font-weight:600;transform:translateX(4px)}body.rtl .construction-category-item.active{transform:translateX(-4px)}.construction-content{background:#fff;border:1px solid #e5e8ec;border-radius:15px;box-shadow:0 4px 20px #0000000f;box-sizing:border-box;padding:30px;width:100%}.construction-content-header{margin-bottom:25px}.construction-content-title{align-items:center;display:flex;gap:12px}body.rtl .construction-content-title{flex-direction:row-reverse}.construction-title-icon{background:#e67e221a;border-radius:10px;color:#e67e22;font-size:1.9rem;padding:6px 15px}.construction-content-title h2{color:#1b2430;font-size:1.6rem;font-weight:600;margin:0;word-break:break-word}body.rtl .construction-category-label{-webkit-hyphens:auto!important;hyphens:auto!important;overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.construction-images-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.construction-image-card{background:#fff;border:1px solid #e5e8ec;border-radius:8px;box-shadow:0 2px 8px #0000000a;cursor:pointer;overflow:hidden}.construction-gallery-image{display:block;height:270px;object-fit:cover;width:100%}.construction-videos-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.construction-video-card{background:#fff;border:1px solid #e5e8ec;border-radius:8px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.construction-video-card .video-container{background:#000;height:220px;overflow:hidden;position:relative;width:100%}.construction-video-card .construction-gallery-video{background:#000;border:none;height:100%;width:100%}.no-content-message{background:linear-gradient(135deg,#f5f7fa,#ffe8d7);border:2px dashed #ffd7b5}.no-content-message p{color:#e67e22}.no-content-icon{color:#e67e2280}.construction-images-grid,.construction-videos-grid{animation:fadeInGrid .5s ease-out}body.rtl .construction-category-list{padding-right:0}body.rtl .construction-content,body.rtl .construction-sidebar{text-align:right}@media (max-width:1440px) and (orientation:portrait){.construction-gallery{max-width:100%;padding:20px}.construction-container{gap:20px;grid-template-columns:440px 1fr}.construction-header-title{font-size:3rem}.construction-category-icon{font-size:2.6rem!important}.construction-header-icon{font-size:5rem}.construction-category-label{font-size:2.2rem!important}body.rtl .construction-category-label{font-size:2.6rem!important}.construction-sidebar-title{font-size:2.2rem!important}.no-content-message p{font-size:1.7rem}.construction-content-title h2{font-size:2.3rem}body.rtl .construction-content-title h2{font-size:2.7rem}.no-content-icon{font-size:60px}.construction-title-icon{font-size:3rem}.construction-images-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.construction-gallery-image{height:370px}}@media (min-width:1200px) and (orientation:portrait){.construction-gallery{max-width:100%;padding:20px}.construction-container{gap:20px;grid-template-columns:590px 1fr}.construction-header-title{font-size:3.5rem}.construction-sidebar-title{font-size:2.7rem!important}.construction-category-icon{font-size:2.6rem!important}.construction-header-icon{font-size:5rem!important}.construction-category-label{font-size:3rem!important}.no-content-message p{font-size:2.8rem!important}.construction-content-title h2{font-size:3rem}.no-content-icon{font-size:75px}.construction-title-icon{font-size:3rem}.construction-images-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.construction-gallery-image{height:370px}}@media (max-width:1024px) and (orientation:portrait){.construction-header-title{font-size:2.2rem}.construction-container{gap:20px;grid-template-columns:320px 1fr}.construction-category-icon{font-size:2rem!important}.construction-category-label{font-size:1.6rem!important}body.rtl .construction-category-label{font-size:1.7rem!important}.construction-header-icon{font-size:3.5rem!important}.construction-title-icon{font-size:2rem!important}.construction-content-title h2{font-size:1.5rem}.construction-images-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.construction-gallery-image{height:270px}}@media (max-width:768px) and (orientation:portrait){.construction-gallery{max-width:100%;padding:20px}.construction-header-icon{font-size:2rem;padding:6px 12px}.construction-sidebar-title{font-size:1.6rem}.construction-header-title{font-size:2rem}.construction-container{gap:15px;grid-template-columns:1fr}.construction-category-icon{font-size:1.2rem}.construction-category-label{font-size:1.8rem!important}body.rtl .construction-category-label{font-size:1.9rem!important}.construction-content-title h2{font-size:1.8rem}.construction-images-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:576px) and (orientation:portrait){.construction-header-icon{font-size:2.6rem!important}.construction-header-title{font-size:1.6rem}.construction-sidebar-title{font-size:1.6rem;text-align:center}.construction-category-icon{font-size:1.4rem}.construction-category-label,body.rtl .construction-category-label{font-size:1.5rem!important}.construction-content{padding:15px}.construction-content-title{align-items:center;flex-direction:column;gap:8px}.construction-content-title h2{font-size:1.7rem!important;text-align:center}.construction-images-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.construction-gallery-image{height:220px}.no-content-message{padding:40px 15px}.no-content-message p{font-size:1.5rem!important}.no-content-icon{font-size:50px}}@media (max-width:424px) and (orientation:portrait){.construction-gallery{max-width:100%;padding:20px}.construction-header-icon{font-size:1.6rem}.construction-header-title{font-size:1.5rem}.construction-sidebar-title{font-size:1.4rem;text-align:center}.construction-category-icon{font-size:1.6rem!important}.construction-category-label{font-size:1.3rem!important}.construction-title-icon{font-size:1rem}.construction-content-title h2{font-size:1.2rem;text-align:center}.construction-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.construction-gallery-image{height:160px;width:100%}}@media (max-width:374px) and (orientation:portrait){.construction-gallery{max-width:100%;padding:20px}.construction-header-icon{font-size:1.6rem}.construction-header-title{font-size:1.5rem}.construction-sidebar-title{font-size:1.4rem;text-align:center}.construction-category-icon{font-size:1.3rem!important}.construction-category-label{font-size:1rem!important}body.rtl .construction-category-label{font-size:1.4rem!important}.construction-title-icon{font-size:1.5rem!important}.construction-content-title h2{font-size:1.5rem!important;text-align:center}.construction-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.no-content-message p{font-size:1.2rem!important}.construction-gallery-image{height:150px}}@media (max-width:319px) and (orientation:portrait){.construction-container{margin-left:0!important}.construction-header-icon{font-size:1.4rem!important}.construction-header-title{font-size:1.1rem}.construction-sidebar-title{font-size:1.2rem!important;text-align:center}.construction-category-icon,.construction-category-label{font-size:1rem!important}body.rtl .construction-category-label{font-size:1.1rem!important}.construction-title-icon,.no-content-message p{font-size:1rem!important}.construction-content-title h2{font-size:1.1rem!important;text-align:center}.construction-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.construction-gallery-image{height:130px}}@media print{.construction-gallery{background:#fff;padding:0}.close-lightbox,.construction-header-icon,.construction-sidebar,.lightbox-overlay,.nav-btn{display:none}.construction-container{grid-template-columns:1fr}.construction-images-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.construction-image-card{break-inside:avoid;page-break-inside:avoid}}@media (max-width:768px) and (orientation:landscape){.construction-container{grid-template-columns:200px 1fr}.construction-category-list{flex-direction:column;gap:8px}.construction-category-item{align-items:center;max-width:100%;min-width:100%;padding:10px 12px}.construction-category-icon{min-width:30px}.construction-images-grid{grid-template-columns:repeat(3,1fr)}.construction-image-card{aspect-ratio:1/1}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.construction-gallery-image,.lightbox-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.construction-image-card,.construction-images-grid,.construction-videos-grid,.lightbox-overlay{animation:none;transition:none}}.construction-category-item{align-items:center;background:#f8f9fa;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:12px;margin-bottom:8px;padding:14px;transition:all .25s ease}.construction-category-icon{align-items:center;display:flex;flex-shrink:0;font-size:1.4rem;justify-content:center;min-width:40px}.construction-category-label{flex:1 1;font-size:1rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.construction-gallery[dir=rtl] .construction-category-item{gap:12px}.construction-gallery[dir=rtl] .construction-category-icon{margin-left:0;margin-right:0}.construction-gallery[dir=rtl] .construction-category-label{direction:rtl;text-align:right}@media (max-width:767px){.construction-container{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important}.construction-sidebar{margin:0!important;max-width:100%!important;position:static!important;width:100%!important}}.agriculture-gallery{background-color:#f5f7fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:50px 30px 30px}.agriculture-header{align-items:center;border-bottom:1px solid #dce2eb;display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}body.rtl .agriculture-header{flex-direction:row-reverse}.agriculture-header-left{align-items:center;display:flex;gap:15px}body.rtl .agriculture-header-left{flex-direction:row-reverse}.agriculture-header-icon{background:#4caf501a;border-radius:14px;color:#4caf50;font-size:2.4rem;padding:7px 15px}.agriculture-header-title{color:#1b2430;font-size:2.3rem;font-weight:700}body.rtl .agriculture-header-title{flex-direction:row-reverse;font-family:Amiri,sans-serif;text-align:right}body.rtl .agriculture-category-label{-webkit-hyphens:auto!important;hyphens:auto!important;overflow-wrap:break-word!important;white-space:normal!important;word-break:break-word!important}.content-type-toggle{display:none}.agriculture-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:260px 1fr}.agriculture-sidebar{background:#fff;border:1px solid #e5e8ec;border-radius:15px;box-shadow:0 4px 20px #0000000f;padding:25px;position:-webkit-sticky;position:sticky;top:20px}.agriculture-sidebar-title{border-bottom:2px solid #d7ffd9;color:#1b2430;font-size:1.2rem;font-weight:600;margin-bottom:15px;padding-bottom:10px}body.rtl .agriculture-sidebar-title{font-family:Quicksand,sans-serif;text-align:right}.agriculture-category-list{list-style:none;margin:0;padding:0}body.rtl .agriculture-category-item{flex-direction:row-reverse}.agriculture-category-item:hover{background-image:linear-gradient(-225deg,#fffeff,#d7ffd9);border-color:#d7ffd9;transform:translateX(4px)}body.rtl .agriculture-category-item:hover{transform:translateX(-4px)}.agriculture-category-item.active{background-color:#96d498;background-image:linear-gradient(-225deg,#dbf8db,#e4f9df);border:.5px solid #5f5e5d00;box-shadow:0 4px 12px #96d49833;color:#052d0d;font-weight:600;transform:translateX(4px)}body.rtl .agriculture-category-item.active{transform:translateX(-4px)}.agriculture-content{background:#fff;border:1px solid #e5e8ec;border-radius:15px;box-shadow:0 4px 20px #0000000f;padding:30px}.agriculture-content-header{margin-bottom:25px}.agriculture-content-title{align-items:center;display:flex;gap:12px}body.rtl .agriculture-content-title{flex-direction:row-reverse}.agriculture-title-icon{background:#4caf501a;border-radius:10px;color:#4caf50;font-size:1.9rem;padding:6px 15px}.agriculture-content-title h2{color:#1b2430;font-size:1.6rem;font-weight:600;margin:0}body.rtl .agriculture-content-title h2{text-align:right}.agriculture-images-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.agriculture-image-card{background:#fff;border:1px solid #e5e8ec;border-radius:8px;box-shadow:0 2px 8px #0000000a;cursor:pointer;overflow:hidden}.agriculture-gallery-image{display:block;height:270px;object-fit:cover;width:100%}.agriculture-videos-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.agriculture-video-card{background:#fff;border:1px solid #e5e8ec;border-radius:8px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.agriculture-video-card .video-container{background:#000;height:220px;overflow:hidden;position:relative;width:100%}.agriculture-video-card .agriculture-gallery-video{background:#000;border:none;height:100%;width:100%}.no-content-message{background:linear-gradient(135deg,#f5f7fa,#d7ffd9);border:2px dashed #b5ffb8;border-radius:15px;margin:20px 0;padding:60px 20px;text-align:center}.no-content-message p{color:#4caf50;font-size:1.2rem;font-weight:500}.no-content-icon{color:#4caf5080;font-size:60px;margin-bottom:20px}.lightbox-overlay{align-items:center;animation:fadeIn .3s ease forwards;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{to{opacity:1}}.lightbox-content{background:#0000;max-height:90%;max-width:90%;position:relative}.lightbox-image{border-radius:8px;box-shadow:0 10px 40px #00000080;max-height:85vh;max-width:100%;object-fit:contain}.close-lightbox{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:30px;height:40px;justify-content:center;position:absolute;right:0;top:-40px;transition:background .3s;width:40px}body.rtl .close-lightbox{left:0;right:auto}.close-lightbox:hover{background:#ffffff4d}.lightbox-nav{display:flex;justify-content:space-between;position:absolute;top:50%;transform:translateY(-50%);width:100%}body.rtl .lightbox-nav{flex-direction:row-reverse}.nav-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;margin:0 20px;transition:background .3s;width:50px}.nav-btn:hover{background:#ffffff4d}@keyframes fadeInGrid{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.agriculture-images-grid,.agriculture-videos-grid{animation:fadeInGrid .5s ease-out}body.rtl .agriculture-category-list{padding-right:0}body.rtl .agriculture-content,body.rtl .agriculture-sidebar{text-align:right}@media (max-width:1440px) and (orientation:portrait){.agriculture-gallery{max-width:100%;padding:20px}.agriculture-container{gap:20px;grid-template-columns:440px 1fr}.agriculture-header-title{font-size:3rem}.agriculture-category-icon{font-size:2.6rem!important}.agriculture-header-icon{font-size:5rem}.agriculture-category-label{font-size:1.8rem!important}.no-content-message p{font-size:1.7rem}.agriculture-content-title h2{font-size:2rem}.no-content-icon{font-size:60px}.agriculture-title-icon{font-size:3rem}.agriculture-images-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.agriculture-gallery-image{height:370px}}@media (min-width:1200px) and (orientation:portrait){.agriculture-gallery{max-width:100%;padding:20px}.agriculture-container{gap:20px;grid-template-columns:640px 1fr}.agriculture-header-title{font-size:3rem!important}body.rtl .agriculture-header-title{font-size:4.6rem!important}.agriculture-sidebar-title{font-size:3.4rem!important;text-align:center}body.rtl .agriculture-sidebar-title{font-size:4.5rem!important}.agriculture-category-icon{font-size:2.6rem!important}.agriculture-header-icon{font-size:5rem}.agriculture-category-label{font-size:3.2rem!important}body.rtl .agriculture-category-label{font-size:4.3rem!important}.no-content-message p{font-size:3.7rem!important}.agriculture-content-title h2{font-size:2.9rem}body.rtl .agriculture-content-title h2{font-size:4.5rem}.no-content-icon{font-size:75px!important}.agriculture-title-icon{font-size:3rem}.agriculture-images-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.agriculture-gallery-image{height:370px}}@media (max-width:1024px){.agriculture-header-title{font-size:2.2rem}.agriculture-gallery{max-width:100%;padding:20px}.agriculture-container{gap:20px;grid-template-columns:320px 1fr}.agriculture-category-icon{font-size:2rem!important}.agriculture-category-label{font-size:1.7rem!important}body.rtl .agriculture-category-label{font-size:1.89rem!important}.agriculture-header-icon{font-size:3.5rem!important}.agriculture-title-icon{font-size:2rem!important}.agriculture-sidebar-title{font-size:2.2rem;text-align:center}.agriculture-content-title h2{font-size:1.8rem}body.rtl .agriculture-content-title h2{font-size:1.88rem}.agriculture-images-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.agriculture-gallery-image{height:270px}}@media (max-width:768px){.agriculture-gallery{max-width:100%;padding:20px}.agriculture-header-icon{font-size:2rem;padding:6px 12px}.agriculture-sidebar-title{font-size:1.6rem}.agriculture-header-title{font-size:2rem}.agriculture-container{gap:15px;grid-template-columns:1fr}.agriculture-category-icon{font-size:1.2rem}.agriculture-category-label{font-size:1.5rem!important}.agriculture-content-title h2{font-size:1.4rem}.agriculture-images-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:576px){.agriculture-header-icon{font-size:2.6rem!important}.agriculture-header-title{font-size:1.6rem}.agriculture-sidebar-title{font-size:1.6rem;text-align:center}.agriculture-category-icon{font-size:1.4rem}.agriculture-category-label{font-size:1.4rem!important}body.rtl .agriculture-category-label{font-size:1.6rem!important}.agriculture-content{padding:15px}.agriculture-content-title{align-items:center;flex-direction:column;gap:8px}.agriculture-content-title h2{font-size:1.3rem;text-align:center}.agriculture-images-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.agriculture-gallery-image{height:230px}.no-content-message{padding:40px 15px}.no-content-message p{font-size:1rem}.no-content-icon{font-size:50px}}@media (max-width:424px){.agriculture-gallery{max-width:100%;padding:20px}.agriculture-header-icon{font-size:1.6rem}.agriculture-header-title{font-size:1.5rem}.agriculture-sidebar-title{font-size:1.4rem;text-align:center}body.rtl .agriculture-sidebar-title{font-size:1.8rem}.agriculture-category-icon{font-size:1.6rem!important}.agriculture-category-label{font-size:1.3rem!important}.agriculture-title-icon{font-size:1rem}.agriculture-content-title h2{font-size:1.2rem;text-align:center}body.rtl .agriculture-content-title h2{font-size:1.3rem}.agriculture-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.agriculture-gallery-image{height:160px;width:100%}}@media (max-width:374px){.agriculture-gallery{max-width:100%;padding:20px}.agriculture-header-icon,.agriculture-header-title{font-size:1.6rem}.agriculture-sidebar-title{font-size:1.5rem;text-align:center}.agriculture-category-icon{font-size:1.3rem!important}.agriculture-category-label{font-size:1.2rem!important}body.rtl .agriculture-category-label{font-size:1.3rem!important}.agriculture-title-icon{font-size:1.5rem!important}.agriculture-content-title h2{font-size:1rem;text-align:center}body.rtl .agriculture-content-title h2{font-size:1.2rem;text-align:center}.agriculture-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.agriculture-gallery-image{height:150px}}@media (max-width:319px){.agriculture-container,.agriculture-sidebar{margin-left:-12px}.agriculture-container,body.rtl .agriculture-sidebar{margin-left:-2px}.agriculture-gallery{max-width:100%;padding:20px}.agriculture-header-icon{font-size:1.4rem!important}.agriculture-header-title{font-size:1.1rem}.agriculture-sidebar-title{font-size:1.2rem;text-align:center}.agriculture-category-icon,.agriculture-category-label,body.rtl .agriculture-category-label{font-size:1rem!important}.agriculture-title-icon{font-size:1.1rem!important}.agriculture-content-title h2{font-size:1rem;text-align:center}.agriculture-images-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.agriculture-gallery-image{height:130px}}@media print{.agriculture-gallery{background:#fff;padding:0}.agriculture-header-icon,.agriculture-sidebar,.close-lightbox,.lightbox-overlay,.nav-btn{display:none}.agriculture-container{grid-template-columns:1fr}.agriculture-images-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.agriculture-image-card{break-inside:avoid;page-break-inside:avoid}}@media (max-width:768px) and (orientation:landscape){.agriculture-container{grid-template-columns:200px 1fr}.agriculture-category-list{flex-direction:column;gap:8px}.agriculture-category-item{align-items:center;max-width:100%;min-width:100%;padding:10px 12px}.agriculture-category-icon{min-width:30px}.agriculture-images-grid{grid-template-columns:repeat(3,1fr)}.agriculture-image-card{aspect-ratio:1/1}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.agriculture-gallery-image,.lightbox-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.agriculture-image-card,.agriculture-images-grid,.agriculture-videos-grid,.lightbox-overlay{animation:none;transition:none}}.agriculture-category-item{align-items:center;background:#f8f9fa;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:12px;margin-bottom:8px;padding:14px;transition:all .25s ease}.agriculture-category-icon{align-items:center;display:flex;flex-shrink:0;font-size:1.4rem;justify-content:center;min-width:40px}.agriculture-category-label{flex:1 1;font-size:1rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agriculture-gallery[dir=rtl] .agriculture-category-item{gap:12px}.agriculture-gallery[dir=rtl] .agriculture-category-icon{margin-left:0;margin-right:0}.agriculture-gallery[dir=rtl] .agriculture-category-label{direction:rtl;text-align:right}.donation-container{grid-gap:0;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;display:grid;gap:0;grid-template-columns:1fr 1fr;margin:4rem auto;max-width:1200px;overflow:hidden}.donation-image{height:100%;min-height:600px;overflow:hidden;position:relative}.donation-image img{height:100%;object-fit:cover;object-position:center;width:100%}.image-overlay{background-image:linear-gradient(0deg,#425e96c7 0,#2b56b1af 100%,#9bb8f1c8 0,#2465e5db 0);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:3rem;position:absolute;right:0;top:0}.image-overlay h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.image-overlay p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}body.rtl .image-overlay p{font-family:Noto Naskh Arabic,serif;font-size:1rem}.impact-stats{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.8}.donation-widget{background:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem}.donation-widget h3{color:#2d3748;font-size:1.8rem;font-weight:700;margin-bottom:10px;text-align:center}body.rtl .donation-widget h3{font-family:Amiri,serif}.donation-widget p{color:#718096;font-size:1.5rem;line-height:1.5;margin-bottom:25px;text-align:center}body.rtl .donation-widget p{font-family:Lateef,serif}.donation-type-toggle{background:#f7fafc;border-radius:12px;display:flex;margin-bottom:25px;padding:4px}.toggle-btn{background:#0000;border:none;border-radius:8px;color:#4a5568;cursor:pointer;flex:1 1;font-weight:600;padding:12px;transition:all .3s ease}body.rtl .toggle-btn{font-family:Noto Naskh Arabic,serif}.toggle-btn:hover{background:#edf2f7}.toggle-btn.active{background:linear-gradient(135deg,#049fff,#4ba271);box-shadow:0 2px 8px #667eea4d;color:#fff}.amount-buttons{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.amount-btn{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#4a5568;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px;transition:all .3s ease}.amount-btn:hover{border-color:#667eea;transform:translateY(-2px)}.amount-btn.selected{background-image:linear-gradient(0deg,#4372bc 0,#609bc6 100%,#486e97 0,#395d88 0);border-color:#0000;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.custom-amount{margin-bottom:25px}.input-group{align-items:center;display:flex;position:relative}.currency-symbol{color:#4a5568;font-size:1.2rem;font-weight:600;left:15px;position:absolute;z-index:2}.custom-amount input{border:2px solid #e2e8f0;border-radius:10px;font-size:1.1rem;font-weight:600;padding:15px 15px 15px 35px;transition:all .3s ease;width:100%}body.rtl .custom-amount input{font-family:Noto Naskh Arabic,serif;font-size:1rem}.custom-amount input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.donate-btnn{background-image:linear-gradient(0deg,#3c69c2 0,#215ed9 100%,#4c679d 0,#5883da 0);border:none;border-radius:12px;box-shadow:0 4px 15px rgba(7,41,193,.896);color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;margin-bottom:15px;padding:18px;transition:all .3s ease;width:100%}.donate-btnn:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.donate-btnn:disabled{cursor:not-allowed;opacity:.6;transform:none}.security-badge{background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;color:#2f855a;font-size:.9rem;margin-top:20px;padding:10px;text-align:center}body.rtl .security-badge{font-family:Lateef,serif;font-size:1.2rem}body.rtl .donation-widget h3{font-family:Amiri,sans-serif}body.rtl .donation-widget p{font-family:Lateef,sans-serif}body.rtl .donation-type-toggle{direction:rtl}body.rtl .custom-amount input{padding-left:15px;padding-right:35px;text-align:right}@media (max-width:768px){body.rtl .donation-widget h3,body.rtl .donation-widget p,body.rtl .image-overlay h2,body.rtl .image-overlay p{text-align:center}}@media (max-width:968px){.donation-container{grid-template-columns:1fr;margin:2rem 1rem}.donation-image{min-height:400px}.image-overlay{padding:2rem}.image-overlay h2{font-size:2rem}.impact-stats{gap:1rem}.stat-number{font-size:1.5rem}}@media (max-width:768px){.donation-widget{padding:2rem}.amount-buttons{grid-template-columns:repeat(2,1fr)}.impact-stats{flex-direction:column;gap:1.5rem}}@media (max-width:480px){.donation-widget{padding:1.5rem}.amount-buttons{grid-template-columns:repeat(2,1fr)}.donation-widget h3{font-size:1.5rem}}@media (min-width:1440px){.donation-container{margin:6rem auto;max-width:1400px}.donation-image{min-height:700px}.image-overlay{padding:4rem}.image-overlay h2{font-size:3rem}.image-overlay p{font-size:1.4rem}.donation-widget{padding:4rem}.donation-widget h3{font-size:2.2rem;margin-bottom:15px}.donation-widget p{font-size:1.2rem;margin-bottom:30px}.amount-buttons{gap:12px;grid-template-columns:repeat(5,1fr);margin-bottom:25px}.amount-btn{font-size:1.2rem;padding:18px}.donate-btnn{font-size:1.3rem;padding:20px}}@media (min-width:1200px) and (max-width:1439px){.donation-container{margin:5rem auto;max-width:1100px}.donation-image{min-height:650px}.image-overlay{padding:3.5rem}.image-overlay h2{font-size:2.8rem}.donation-widget{padding:3.5rem}}@media (min-width:992px) and (max-width:1199px){.donation-container{margin:4rem auto;max-width:950px}.donation-image{min-height:600px}.image-overlay{padding:2.5rem}.image-overlay h2{font-size:2.3rem}.image-overlay p{font-size:1.1rem}.donation-widget{padding:2.5rem}.donation-widget h3{font-size:1.7rem}.amount-buttons{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:991px){.donation-container{border-radius:15px;margin:3rem auto;max-width:700px}.donation-image{min-height:400px}.image-overlay{padding:2rem}.image-overlay h2{font-size:2rem;text-align:center}.image-overlay p{font-size:1.1rem;text-align:center}.impact-stats{gap:2rem;justify-content:center}.donation-widget{padding:2.5rem}.donation-widget h3{font-size:1.8rem}.donation-type-toggle{margin:0 auto 25px;max-width:300px}.amount-buttons{margin:0 auto 20px;max-width:500px}.custom-amount{margin:0 auto 25px;max-width:500px}.donate-btnn{margin:0 auto 15px;max-width:500px}.security-badge{margin:20px auto 0;max-width:500px}}@media (min-width:576px) and (max-width:767px){.donation-container{border-radius:12px;grid-template-columns:1fr;margin:2rem auto;max-width:540px}.donation-image{min-height:350px}.image-overlay{padding:1.5rem}.image-overlay h2{font-size:1.8rem;margin-bottom:.8rem}.image-overlay p{font-size:1rem;margin-bottom:1.5rem}.impact-stats{gap:1.5rem}.stat-number{font-size:1.6rem}.stat-label{font-size:.85rem}.donation-widget{padding:2rem}.donation-widget h3{font-size:1.6rem;margin-bottom:8px}.donation-widget p{font-size:.95rem;margin-bottom:20px}.donation-type-toggle{margin:0 auto 20px;max-width:280px}.toggle-btn{font-size:.95rem;padding:10px}.amount-buttons{gap:8px;grid-template-columns:repeat(2,1fr);margin:0 auto 15px;max-width:300px}.amount-btn{font-size:1rem;padding:14px}.custom-amount{margin:0 auto 20px;max-width:300px}.custom-amount input{font-size:1rem;padding:14px 14px 14px 32px}.currency-symbol{font-size:1.1rem;left:12px}.donate-btnn{font-size:1.1rem;margin:0 auto 15px;max-width:300px;padding:16px}.security-badge{font-size:.85rem;margin:15px auto 0;max-width:300px}}@media (min-width:480px) and (max-width:575px){.donation-container{border-radius:10px;margin:1.5rem}.donation-image{min-height:300px}.image-overlay{padding:1.25rem}.image-overlay h2{font-size:1.6rem}.image-overlay p{font-size:.95rem}.impact-stats{gap:1rem;margin-top:1.5rem}.impact-stats,.stat{flex-direction:column}.stat{align-items:center;display:flex}.donation-widget{padding:1.5rem}.donation-widget h3{font-size:1.5rem}.donation-widget p{font-size:.9rem}.amount-buttons,.donation-type-toggle{margin-bottom:20px}.amount-buttons{gap:8px;grid-template-columns:repeat(2,1fr)}.amount-btn{font-size:1rem;padding:12px}.custom-amount input{font-size:1rem;padding:12px 12px 12px 30px}.donate-btnn{font-size:1rem;padding:15px}}@media (min-width:375px) and (max-width:479px){.donation-container{border-radius:8px;margin:1rem}.donation-image{min-height:250px}.image-overlay{padding:1rem}.image-overlay h2{font-size:1.4rem;margin-bottom:.5rem}.image-overlay p{font-size:.9rem;margin-bottom:1rem}.donation-widget{padding:1.25rem}.donation-widget h3{font-size:1.3rem;margin-bottom:5px}.donation-widget p{font-size:.85rem;margin-bottom:15px}.donation-type-toggle{border-radius:8px;margin-bottom:15px}.toggle-btn{border-radius:6px;font-size:.9rem;padding:8px}.amount-buttons{gap:6px;margin-bottom:15px}.amount-btn{padding:10px}.amount-btn,.custom-amount input{border-radius:8px;font-size:.95rem}.custom-amount input{padding:10px 10px 10px 28px}.currency-symbol{font-size:1rem;left:10px}.donate-btnn{border-radius:8px;font-size:.95rem;margin-bottom:10px;padding:14px}.security-badge{border-radius:6px;font-size:.8rem;padding:8px}}@media (max-width:374px){.donation-container{border-radius:6px;box-shadow:0 10px 30px #00000014;margin:.75rem}.donation-image{min-height:220px}.image-overlay{padding:.75rem}.image-overlay h2{font-size:1.2rem}.image-overlay p{font-size:.8rem;line-height:1.4}.impact-stats{margin-top:1rem}.stat-number{font-size:1.3rem}.stat-label{font-size:.75rem}.donation-widget{padding:1rem}.donation-widget h3{font-size:1.2rem}.donation-widget p{font-size:.8rem;line-height:1.4}.donation-type-toggle{background:#0000;flex-direction:column;gap:5px;padding:0}.toggle-btn{border:1px solid #e2e8f0;border-radius:6px}.amount-buttons{gap:5px;grid-template-columns:repeat(2,1fr)}.amount-btn{font-size:.9rem;padding:8px}.custom-amount input{font-size:.9rem;padding:8px 8px 8px 25px}.currency-symbol{font-size:.9rem;left:8px}.donate-btnn{font-size:.9rem;padding:12px}.security-badge{font-size:.75rem;padding:6px}}@media (max-height:600px) and (orientation:landscape){.donation-container{grid-template-columns:1fr 1fr;margin:1rem}.donation-image{min-height:400px}.image-overlay{padding:1.5rem}.image-overlay h2{font-size:1.6rem}.donation-widget{padding:1.5rem}.donation-widget h3{font-size:1.4rem}.donation-widget p{font-size:.9rem}.amount-buttons{grid-template-columns:repeat(3,1fr)}}@media (hover:none) and (pointer:coarse){.amount-btn,.donate-btnn,.toggle-btn{min-height:44px;min-width:44px}.amount-btn:hover,.toggle-btn:hover{transform:none}.donate-btnn:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:none}.amount-btn.selected{transform:none}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.donation-image img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.amount-btn,.donate-btnn,.toggle-btn{transition:none}.amount-btn:hover,.donate-btnn:hover,.toggle-btn:hover{transform:none}}@media print{.donation-container{border:1px solid #ddd;box-shadow:none;margin:1cm auto}.donation-image{display:none}.donation-widget{width:100%}.donate-btnn,.donation-type-toggle,.security-badge{display:none}}@media (max-width:280px){.donation-container{border-radius:4px;margin:.5rem}.image-overlay h2{font-size:1rem}.image-overlay p{font-size:.75rem}.donation-widget h3{font-size:1rem}.amount-buttons{grid-template-columns:1fr}.donate-btnn{font-size:.85rem;padding:10px}}.amount-btn:focus-visible,.custom-amount input:focus-visible,.donate-btnn:focus-visible,.toggle-btn:focus-visible{outline:3px solid #667eea;outline-offset:2px}body.rtl .donation-container{direction:rtl}body.rtl .currency-symbol{left:auto;right:15px}body.rtl .custom-amount input{padding:15px 35px 15px 15px}@media (max-width:767px){body.rtl .currency-symbol{right:12px}body.rtl .custom-amount input{padding:14px 32px 14px 14px}}@media (max-width:374px){body.rtl .currency-symbol{right:8px}body.rtl .custom-amount input{padding:8px 25px 8px 8px}}.career-empty{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:60vh;padding:2rem}.career-empty-content{max-width:500px;text-align:center;width:100%}.career-icon{color:#94a3b8;display:block;height:64px;margin:0 auto 1.5rem;width:64px}.main-message{color:#1e293b;font-size:1.25rem;font-weight:500;margin:0 0 .5rem}.main-message,.sub-message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.sub-message{color:#64748b;font-size:1rem;margin:0}[dir=rtl] .main-message,[dir=rtl] .sub-message{font-family:Noto Sans Arabic,-apple-system,BlinkMacSystemFont,sans-serif}@media (max-width:640px){.career-empty{min-height:50vh;padding:1.5rem}.career-icon{height:56px;margin-bottom:1.25rem;width:56px}.main-message{font-size:1.125rem}.sub-message{font-size:.9375rem}}@media (max-width:480px){.career-empty{min-height:40vh;padding:1rem}.career-icon{height:48px;margin-bottom:1rem;width:48px}.main-message{font-size:1rem}.sub-message{font-size:.875rem}}
/*# sourceMappingURL=main.ae92be50.css.map*/