body{margin:0;padding:0}header{width:100%;height:210px;background-image:url(/assets/images/headerBackground.png);background-position:left top;background-repeat:no-repeat;background-size:contain;padding:0 50px;box-sizing:border-box}@media (max-width: 768px){header{height:100px}}.languages{background-color:#f9d000;width:150px;display:flex;justify-content:space-evenly;box-sizing:border-box;border-bottom-right-radius:20px;border-bottom-left-radius:20px;color:#fff}.languages p{font-size:13px;cursor:pointer}.languages p:hover{color:#001866}@media (max-width: 1024px){.languages{display:none}}nav{display:flex;justify-content:space-between;align-items:end;box-sizing:border-box;position:relative}nav .hamburger{font-size:17px;cursor:pointer;display:none}@media (max-width: 1024px){nav .hamburger{display:block;z-index:1001}}nav ul{list-style:none;display:flex;box-sizing:border-box}nav ul li{margin-left:50px;font-size:17px;cursor:pointer}nav ul li.languages{display:flex;justify-content:center;align-items:center;gap:10px}nav ul li.languages img{width:25px}nav ul li:hover{color:#f9d000}@media (max-width: 1024px){nav ul{flex-direction:column;justify-content:center;align-items:center;position:absolute;top:130%;left:50%;transform:translate(-50%);width:100%;background-color:#f9d000f7;color:#fff;border-radius:10px;padding:40px 20px;margin:0;z-index:1000;transition:all .3s;max-height:0;opacity:0;pointer-events:none;box-sizing:border-box;text-align:center}nav ul li{width:100%;padding:1.3rem 0}nav ul li:hover{color:#000}}@media (max-width: 768px){nav ul{top:130%;text-align:start}nav ul li.languages{margin-left:0}}nav ul.active{max-height:600px;opacity:1;pointer-events:auto}@media (max-width: 1024px){nav{align-items:center;margin-top:20px}}.logo img{width:150px}@media (max-width: 768px){.logo img{width:110px}}main{flex:1}.scroll-progress-bar{position:fixed;top:0;left:0;height:4px;width:100%;background:#1890ff;transform-origin:0%;z-index:9999}.hero{width:100%}.hero-content{width:100%;display:flex;justify-content:space-evenly;align-items:center;box-sizing:border-box;margin-top:70px;position:relative}.hero-content-text{width:40%;text-align:center}.hero-content-text-title{font-weight:700;font-size:35px}.hero-content-text-subtitle{font-size:30px;color:#626262;margin-top:100px;height:100px}@media (max-width: 400px){.hero-content-text-subtitle{font-size:20px}}.hero-content-image{width:40%;position:relative}.hero-content-image img{width:90%}.hero-content-image .feature{position:absolute;background-color:#fff;border-radius:10px;padding:15px;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;gap:15px;width:300px;max-width:90%;z-index:5;transition:all .3s ease}.hero-content-image .feature:nth-child(2){top:15%;left:-20%}.hero-content-image .feature:nth-child(3){top:40%;right:-20%}.hero-content-image .feature:nth-child(4){bottom:30%;left:-15%}.hero-content-image .feature:nth-child(5){bottom:10%;right:-15%}.hero-content-image .feature img{width:50px;height:50px}.hero-content-image .feature div{flex:1}.hero-content-image .feature div h3{margin:0 0 5px;font-size:16px}.hero-content-image .feature div p{margin:0;font-size:14px;color:#626262}@media (max-width: 1024px){.hero-content{flex-direction:column}.hero-content-text{width:80%}.hero-content-image{text-align:center;width:80%;margin-top:25px}.hero-content-image .feature{position:relative;width:100%;margin:15px 0;inset:0!important}}.hero-info{background-image:url(/assets/images/hero-background.png);background-position:left;background-repeat:no-repeat;background-size:100% 100%;height:1000px;padding:0 50px;width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:end;color:#fff}.hero-info-heading{margin-bottom:100px}.hero-info-heading h2{font-size:40px}.hero-info-heading-description{font-size:22px}.hero-info-features{width:100%;display:flex;flex-wrap:wrap}.hero-info-features .feature{width:25%;padding:30px;box-sizing:border-box}.hero-info-features .feature img{height:80px}.hero-info-features .feature:last-child img{height:80px}@media (max-width: 1024px){.hero-info{height:1100px}.hero-info-heading{margin-bottom:40px}.hero-info-heading h2{font-size:25px}.hero-info-heading-description{font-size:18px}.hero-info-features{width:100%;display:flex;flex-wrap:wrap}.hero-info-features .feature{width:50%;padding:30px;box-sizing:border-box}}@media (max-width: 768px){.hero-info{height:700px}.hero-info-heading{display:none}.hero-info-features{width:100%;display:flex;flex-wrap:wrap}.hero-info-features .feature{width:50%;padding:15px;box-sizing:border-box}.hero-info-features .feature img{height:50px}.hero-info-features .feature:last-child img{height:50px}.hero-info-features p{font-size:11px;line-height:20px}}@media (max-width: 400px){.hero-info{height:700px;padding:5px}.hero-info-heading{display:none}.hero-info-features{width:100%;display:flex;flex-wrap:wrap}.hero-info-features .feature:last-child img{height:40px}.hero-info-features p{font-size:10px;line-height:20px}}.vertical-line{width:8px;background-color:#f9d000}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:50px 0;background-color:#ffffe0}.about-info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.about-info-title{display:flex;justify-content:center;align-items:center;gap:10px}.about-info-title h2{font-size:50px}@media (max-width: 400px){.about-info-title h2{font-size:40px}}.about-info-description{font-size:25px;width:70%;color:#626262;margin-bottom:60px;line-height:40px}.about-info-description span{color:#f9d000;cursor:pointer;margin-left:"5px";font-weight:"bold"}@media (max-width: 400px){.about-info h2{font-size:40px}.about-info-description{font-size:22px;margin-bottom:0}}.about-images{margin-bottom:50px;height:300px}.about-images img{position:relative;width:250px}.about-images img:nth-child(1){z-index:1;top:-30px;left:60px}.about-images img:nth-child(2){z-index:2;left:30px}.about-images img:nth-child(3){z-index:3;top:30px}.about-images img:nth-child(4){z-index:2;right:30px}.about-images img:nth-child(5){z-index:1;top:-30px;right:60px}@media (max-width: 1024px){.about-images img{position:relative;width:150px}}@media (max-width: 768px){.about-images img{position:relative;width:95px;margin-top:60px}}@media (max-width: 400px){.about-images img{display:none}}.events{padding:50px;text-align:center}.events-title{display:flex;align-items:center;gap:10px}.events-title h2{font-size:40px}@media (max-width: 400px){.events-title h2{font-size:20px}}.events-info{width:70%;margin:50px auto}.events-info-slider{padding:70px}.events-info-slider-item{background-color:#001866;border-radius:20px;width:100%;height:700px;display:flex;flex-direction:column;padding:25px;box-sizing:border-box;color:#fff}.events-info-slider-item img{width:100%;height:450px;object-fit:cover;border-radius:10px}.events-info-slider-item-description{margin-top:15px;height:140px;color:#fff!important}.events-info-slider-item-date{color:#fff!important;background-color:#f9d000;padding:1px;border-radius:20px;text-align:center}@media (max-width: 1024px){.events-info{width:100%}}@media (max-width: 768px){.events{padding:10px}.events-info{width:100%}.events-info-slider-item{height:500px}.events-info-slider-item img{height:200px}.events-info-slider-item-description{display:flex;align-items:center;height:180px}.events-info-slider-item-description h3{font-size:14px}.events-info-slider-item-description p{display:none}}@media (max-width: 400px){.events-info-slider{width:100%;padding:50px}.events-info-slider-item{height:470px}.events-info-slider-item img{height:150px}.events-info-slider-item-description{display:flex;align-items:center;justify-content:center;height:180px;margin-bottom:20px}.events-info-slider-item-description p{font-size:16px}}.ant-carousel .slick-prev,.ant-carousel .slick-next{color:#001866!important;opacity:1;padding:5px;text-align:center;font-size:50px!important;font-weight:700}.ant-carousel .slick-prev:after,.ant-carousel .slick-next:after{visibility:hidden}.news{padding:50px;background-color:#ffffe0;text-align:center}.news-title{display:flex;align-items:center;gap:10px}.news-title h2{font-size:40px}@media (max-width: 400px){.news-title h2{font-size:30px}}.news-info-slider{padding:50px}.news-info-slider-row{width:100%;display:flex!important;justify-content:space-evenly;gap:20px}.news-info-slider-row-item{display:flex;flex-direction:column;width:25%;height:100%;background-color:#fff;border-radius:20px;overflow:hidden;height:400px;padding-bottom:15px;box-shadow:0 0 2px #0000000d}.news-info-slider-row-item-image{height:50%;overflow:hidden}.news-info-slider-row-item-image img{width:100%;height:100%;object-fit:cover}.news-info-slider-row-item-description{padding:10px 15px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-grow:1}.news-info-slider-row-item-description h3{margin-bottom:10px;color:#333}.news-info-slider-row-item-description p{font-size:14px;color:#333;background-color:#f9d000;padding:5px;border-radius:15px}@media (max-width: 1024px){.news-info-slider-row-item{width:50%}}@media (max-width: 768px){.news-info-slider-row-item{width:100%}}.news-info .ant-carousel .slick-prev:after,.news-info .ant-carousel .slick-next:after{visibility:visible}@media (max-width: 768px){.news{padding:10px}}.ant-carousel .slick-prev,.ant-carousel .slick-next{color:#001866!important;opacity:1;padding:5px;text-align:center;font-size:35px!important;font-weight:700}.ant-carousel .slick-next{inset-inline-end:20px}.ant-carousel .slick-prev{inset-inline-start:0px}.ant-carousel .slick-prev:hover,.ant-carousel .slick-next:hover{opacity:.6}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.announcements{background-color:#001866;padding:50px;box-sizing:border-box;color:#fff;width:100%;text-align:center;overflow:hidden}.announcements-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:30px}@media (max-width: 768px){.announcements-title h2{font-size:20px}}.arrow-buttons{margin-top:30px}.arrow-buttons button{width:50px;height:50px;margin:5px;border-radius:50%;border:none;cursor:pointer;background-color:#fff}.arrow-buttons button:hover{background-color:#f9d000;color:#fff}.swiper{width:60%;height:400px;margin-top:30px}.swiper-slide{display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:18px;color:#000;width:100%;padding:25px;box-sizing:border-box}.swiper-slide a{text-decoration:none;color:#000}.swiper-slide img{width:450px;height:300px;border-radius:20px;object-fit:cover}.swiper-slide .date{background-color:#f9d000;border-radius:20px;padding:3px;color:#fff}.swiper-slide:nth-child(n){background-color:#fff9}.swiper-slide:nth-child(2n){background-color:#ffffffb3}@media (max-width: 1024px){.announcements-title{font-size:25px}.swiper{width:90%;height:400px}.swiper-slide img{width:350px;height:300px}}@media (max-width: 768px){.swiper{width:95%;height:auto}.swiper-slide{flex-direction:column}.swiper-slide h3{font-size:14px}.swiper-slide p{display:none}.swiper-slide img{width:100%;height:150px}}.partners{padding:50px;text-align:center}.partners-title{display:flex;align-items:center;gap:10px;margin-bottom:60px}.partners-title h2{font-size:40px}@media (max-width: 400px){.partners-title h2{font-size:30px}}.partners-list{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;width:100%;margin-bottom:100px;text-align:center}.partners-list-item{height:450px;width:85%;margin:auto;padding:35px 55px;background-color:#f2f2f2;box-sizing:border-box;border-radius:20px;color:#fff;text-align:center;background-size:cover,cover;background-repeat:no-repeat,no-repeat;background-position:center,center;background-color:#0000004d;background-blend-mode:multiply}.partners-list-item .logo{width:100%;height:50%;background-color:#fff;border-radius:15px;border:2px solid #001866}.partners-list-item .logo img{width:100%;height:100%;border-radius:15px;object-fit:contain}.partners-list-item p{height:30%;margin-bottom:70px}.partners-list-item button{cursor:pointer;background-color:#f9d000;border:none;outline:none;height:20%;width:100%;border-radius:15px;font-weight:700;color:#fff}.partners-list-item button:hover{transform:scale(20px)}@media (max-width: 1024px){.partners-list{grid-template-columns:repeat(2,1fr)}.partners-list-item{width:90%}}@media (max-width: 768px){.partners-list{grid-template-columns:1fr}.partners-list-item{width:70%}}@media (max-width: 600px){.partners-list{grid-template-columns:1fr}.partners-list-item{width:90%}}@media (max-width: 400px){.partners{padding:10px}}.contact{margin-bottom:100px}.contact-title{display:flex;align-items:center;gap:10px;margin-bottom:60px;padding:50px}.contact-title h2{font-size:40px}@media (max-width: 400px){.contact-title{padding:10px}.contact-title h2{font-size:30px}}.contact-container{background-color:#001866;width:100%;padding:20px;box-sizing:border-box;color:#fff}.contact-container-text{width:100%;text-align:center}.contact-container-text h3{font-size:30px}.contact-container-text p:last-child{color:#f9d000}.contact-container-info{width:100%;display:flex;justify-content:center;margin-top:70px}.contact-container-info-form{border-radius:20px;width:50%;padding:50px;box-sizing:border-box;background-color:#002f6c}.contact-container-info-form form{display:flex;flex-direction:column;justify-content:space-evenly;height:100%}.contact-container-info-form form input{height:35px;padding:10px;margin-bottom:20px}.contact-container-info-form form textarea{border-radius:5px;border:none;outline:none;padding:10px;margin-bottom:20px}.contact-container-info-form form button{height:55px;border:none;background-color:#f9d000;color:#fff;cursor:pointer;border-radius:5px;font-size:20px;width:100%}@media (max-width: 1024px){.contact-container-info-form{width:100%}}@media (max-width: 768px){.contact h3{font-size:20px}}.chatbot-window{position:fixed;bottom:100px;right:74px;width:450px;max-height:700px;z-index:1000}@media (max-width: 400px){.chatbot-window{width:250px}}.chatbot-card{border-radius:16px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;height:100%}.chatbot-messages{flex:1;overflow-y:auto;max-height:350px;padding:10px;display:flex;flex-direction:column;gap:10px}.chatbot-messages .message{padding:10px;border-radius:12px;max-width:80%;word-wrap:break-word}.chatbot-messages .message.bot{background:#f1f1f1;align-self:flex-start}.chatbot-messages .message.user{background:#d6f0ff;align-self:flex-end}.chatbot-input{display:flex;gap:8px;margin-top:10px}.chatbot-input input{flex:1}footer{background-color:#001866;padding:40px 30px}footer .eu,footer .copyright{width:100%;display:flex;align-items:center;justify-content:space-between;color:#fff}footer .eu img,footer .copyright img{width:20%}footer .eu p,footer .copyright p{width:75%;line-height:30px}@media (max-width: 1024px){footer .eu img,footer .copyright img{width:20%}}@media (max-width: 768px){footer .eu,footer .copyright{flex-direction:column;align-items:start}footer .eu img,footer .copyright img{width:50%}footer .eu p,footer .copyright p{width:100%;font-size:15px}}footer .copyright{margin-top:40px}.container{display:flex;flex-direction:column;margin:0;min-height:100vh}.loading-spin{width:100%;text-align:center}.login{height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background:#1b5c73}.login-card{display:flex;padding:20px;height:50%;width:55%;background-color:#fff;border-radius:15px;box-shadow:0 10px 30px #000}.login-form{width:60%;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-form form{width:100%}.login-title{margin-bottom:30px}.login-title .underline{height:10px;width:100%;background-color:#23a6d5;margin-top:-10px;border-radius:3px}.login-picture{width:40%;display:flex;justify-content:center;align-items:center}.login-picture img{width:100%}@media (max-width: 1024px){.login-card{flex-direction:column}.login-form,.login-picture{width:100%;height:50%}}@media (max-width: 768px){.ant-input-group-wrapper{width:100%!important}}.detailed-page{max-width:900px;margin:3rem auto;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;font-family:Segoe UI,sans-serif;color:#333;position:relative;animation:fadeIn .5s ease-in-out}@media (max-width: 768px){.detailed-page{padding:1rem;margin:2rem 1rem}}.detailed-page.loading{display:flex;justify-content:center;align-items:center;min-height:60vh}.detailed-page .spinner{border:6px solid #f3f3f3;border-top:6px solid #0073e6;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}.detailed-page .back-button{background-color:#f9d000;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;cursor:pointer;margin-bottom:1rem;font-size:.95rem;transition:background-color .3s ease}.detailed-page .back-button:hover{background-color:#005bb5}.detailed-page .detailed-header{text-align:center;margin-bottom:2rem}.detailed-page .detailed-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.detailed-page .detailed-header .date{font-size:.95rem;color:#777}.detailed-page .detailed-img{display:flex;justify-content:center;margin-bottom:2rem}.detailed-page .detailed-img img{width:100%;max-height:400px;object-fit:contain;border-radius:12px;transition:transform .3s ease}.detailed-page .detailed-img img:hover{transform:scale(1.02)}.detailed-page .detailed-content{font-size:1.125rem;line-height:1.7;color:#444}.detailed-page .detailed-content p{white-space:pre-wrap}.detailed-page .detailed-content .partner-links{margin-top:2rem}.detailed-page .detailed-content .partner-links h3{font-size:1.2rem;margin-bottom:.5rem;color:#0073e6}.detailed-page .detailed-content .partner-links ul{list-style:none;padding:0}.detailed-page .detailed-content .partner-links ul li{margin-bottom:.5rem}.detailed-page .detailed-content .partner-links ul li a{color:#07c;text-decoration:none}.detailed-page .detailed-content .partner-links ul li a:hover{text-decoration:underline;color:#005199}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:DejaVu Sans;src:url(/assets/DejaVuSans-CHjR2eXl.ttf) format("truetype");font-weight:400;font-style:normal}body{font-family:DejaVu Sans,sans-serif}
