﻿#header{position:fixed;top:0;left:0;right:0;background:#fff;padding:1rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000}#header .header-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}#header .header-left .custom-logo-link{display:flex;align-items:center}#header .header-left .custom-logo-link img{height:50px;width:auto;max-width:200px}@media(min-width: 1024px){#header .header-left .custom-logo-link img{height:100%;width:100%;max-width:none;object-fit:contain}}#header .header-left .site-name{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#1a4d7a;text-decoration:none;transition:color .3s ease}#header .header-left .site-name:hover{color:#2563eb}#header .header-right{display:flex;align-items:center;gap:2rem}#header .social-links{display:flex;gap:1rem}#header .social-links a{display:flex;align-items:center;justify-content:center;color:#1a4d7a;transition:color .3s ease}#header .social-links a:hover{color:#2563eb}#header .social-links a svg{width:24px;height:24px}#header .menu-toggle{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}#header .menu-toggle .hamburger{display:flex;flex-direction:column;gap:5px;width:30px}#header .menu-toggle .hamburger .hamburger-line{display:block;width:100%;height:3px;background-color:#1a4d7a;transition:all .3s ease;border-radius:2px}#header .menu-toggle:hover .hamburger-line{background-color:#2563eb}#header .menu-toggle.active .hamburger .hamburger-line:nth-child(1){transform:rotate(45deg) translate(8px, 8px)}#header .menu-toggle.active .hamburger .hamburger-line:nth-child(2){opacity:0}#header .menu-toggle.active .hamburger .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px, -7px)}.mobile-menu{position:fixed;top:0;right:-100%;width:400px;max-width:75vw;height:70%;background:#fff;box-shadow:-4px 0 16px rgba(0,0,0,.1);transition:right .3s ease-in-out;z-index:1001;overflow-y:auto}.mobile-menu.active{right:0}.mobile-menu .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.mobile-menu .mobile-menu-header .menu-title{font-size:1.25rem;font-weight:600;color:#1a4d7a}.mobile-menu .mobile-menu-header .menu-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#1a4d7a;transition:color .3s ease}.mobile-menu .mobile-menu-header .menu-close:hover{color:#2563eb}.mobile-menu .mobile-menu-header .menu-close svg{width:24px;height:24px}.mobile-menu .menu-list{list-style:none;padding:1rem 0;margin:0}.mobile-menu .menu-list li{margin:0}.mobile-menu .menu-list li a{display:block;padding:1rem 2rem;color:#1f2937;text-decoration:none;font-size:1rem;transition:all .3s ease;border-left:3px solid rgba(0,0,0,0)}.mobile-menu .menu-list li a:hover,.mobile-menu .menu-list li a.current-menu-item{background-color:#f3f4f6;border-left-color:#2563eb;color:#2563eb}.mobile-menu .menu-list li.current-menu-item>a{background-color:#f3f4f6;border-left-color:#2563eb;color:#2563eb}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.menu-overlay.active{opacity:1;visibility:visible}body{padding-top:82px}@media(max-width: 768px){#header{padding:1rem 1.5rem}#header .header-left .logo img{height:40px}#header .header-right{gap:1rem}#header .social-links{gap:.75rem}#header .social-links a svg{width:20px;height:20px}body{padding-top:72px}}@media(max-width: 480px){#header{padding:.75rem 1rem}#header .header-left .logo img{height:35px}#header .social-links{gap:.5rem}.mobile-menu{width:80%}body{padding-top:62px}}.admin-bar #header{top:32px}.admin-bar body{padding-top:114px}@media screen and (max-width: 782px){.admin-bar #header{top:46px}.admin-bar body{padding-top:128px}}@media(max-width: 768px){.admin-bar body{padding-top:118px}}@media(max-width: 480px){.admin-bar body{padding-top:108px}}.hero-section{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0;padding-top:0}.hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;clip-path:polygon(0 0, 100% 0, 100% 90%, 75% 90%, 70% 100%, 31% 100%, 25% 90%, 0 90%)}.hero-section .hero-background::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2)}.hero-section .hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:944px;padding:0 2rem;text-align:center;margin:0 auto;padding-bottom:70px}.hero-section .hero-text{z-index:2;margin-top:80px;position:relative;top:37px}.hero-section .hero-title{font-size:clamp(2.5rem,8vw,8.1rem);font-weight:700;color:#fff;line-height:1.1;margin:0 0 .5rem 0;text-transform:uppercase;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero-section .hero-subtitle{font-size:clamp(1.5rem,4vw,3.9rem);font-weight:700;color:#fff;line-height:1.2;margin:0;text-transform:uppercase;letter-spacing:.02em;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero-section .hero-foreground{position:relative;z-index:3;max-width:1200px;margin:-3rem 0 3rem 0;width:80%;top:67px;left:40px}@media(min-width: 1700px){.hero-section .hero-foreground{width:40vw;top:5vw}}.hero-section .hero-foreground img{width:100%;height:auto;display:block;filter:drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3))}.hero-section .hero-button{position:relative;z-index:4;display:inline-block;padding:1rem 3rem;font-size:1.125rem;font-weight:700;color:#fff;background-color:#102774;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;transition:all .3s ease;box-shadow:0 4px 12px rgba(30,58,138,.4)}.hero-section .hero-button:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px rgba(30,58,138,.6)}.hero-section .hero-button:active{transform:translateY(0)}@media(max-width: 1200px){.hero-section .hero-foreground{max-width:600px}}@media(max-width: 768px){.hero-section .hero-content{padding:1rem}.hero-section .hero-text{margin-bottom:1rem;top:24px}.hero-section .hero-foreground{max-width:100%;width:387px;top:45px}.hero-section .hero-button{padding:.875rem 2rem;font-size:1rem}.hero-section .hero-edge{height:60px;clip-path:polygon(0 100%, 100% 100%, 100% 70%, 50% 20%, 0 70%)}}@media(max-width: 480px){.hero-section .hero-background{clip-path:polygon(0 0, 100% 0, 100% 90%, 90% 90%, 85% 100%, 15% 100%, 10% 90%, 0 90%)}.hero-section .hero-text{margin-top:10px;top:42px}.hero-section .hero-foreground{margin:-1rem 0 1rem 0;width:271;top:33px;left:6%}.hero-section .hero-button{padding:.75rem 1.5rem;font-size:.9rem}}.about-section{position:relative;width:100%;padding:91px 2rem 120px}.about-section.has-background{background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:-91px}.about-section .about-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:120px}.about-section .about-text h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:2rem;position:relative}.about-section .about-text .has-heading-decoration{position:relative;display:inline-block}.about-section .about-text .has-heading-decoration::after{content:"";position:absolute;height:2px;background:#010811;bottom:0;transform:translateY(-50%)}.about-section .about-text .has-heading-decoration--left::after{right:calc(-5% + 1rem);left:auto;width:100vw}.about-section .about-text p{font-size:1rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.about-section .about-text p:last-child{margin-bottom:0}.about-section .about-image img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-section .about-info-boxes{grid-column:1/-1;display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:3rem}.about-section .about-info-box{background-color:#002f6c;color:#fff;padding:2rem;border-radius:4px;font-size:.95rem;line-height:1.7}.about-section.reverse .about-container{grid-template-columns:1fr 1fr}.about-section.reverse .about-container .about-text{order:2}.about-section.reverse .about-container .about-image{order:1}@media(max-width: 1024px){.about-section{padding:110px 2rem}.about-section .about-container{gap:3rem}.about-section .about-text h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}.about-section .about-text p{font-size:.95rem}.about-section .about-info-boxes{gap:1.5rem}.about-section .about-info-box{padding:1.75rem;font-size:.9rem}}@media(max-width: 768px){.about-section{padding:90px 1.5rem}.about-section .about-container{grid-template-columns:1fr;gap:2rem}.about-section .about-text h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:1.5rem}.about-section .about-text h2::after{width:60px;height:3px;margin-top:.75rem}.about-section .about-text p{font-size:.9rem;line-height:1.7}.about-section .about-info-boxes{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.about-section .about-info-box{padding:1.5rem;font-size:.85rem}.about-section.reverse .about-container .about-text{order:1}.about-section.reverse .about-container .about-image{order:2}}@media(max-width: 480px){.about-section{padding:70px 1rem}.about-section .about-text h2{margin-bottom:1rem}.about-section .about-info-boxes{margin-top:1.5rem}.about-section .about-info-box{padding:1.25rem}}.features-section{position:relative;width:100%;padding:70px 2rem 120px;background-color:#002f6c;color:#fff}.features-section .features-container{max-width:1400px;margin:0 auto}.features-section .features-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.features-section .features-content{display:grid;grid-template-columns:1.7fr 1fr;gap:2rem;align-items:start}.features-section .features-video{position:relative;width:100%;height:100%;aspect-ratio:16/9;background-color:rgba(0,0,0,.3);border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.features-section .features-video .video-embed,.features-section .features-video video,.features-section .features-video iframe{width:100%;height:100%;object-fit:cover;display:block}.features-section .features-video img{width:100%;height:100%;object-fit:cover;display:block}.features-section .features-video .video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80px;height:80px;background-color:hsla(0,0%,100%,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.features-section .features-video .video-play-button:hover{background-color:#fff;transform:translate(-50%, -50%) scale(1.1)}.features-section .features-video .video-play-button::after{content:"";width:0;height:0;border-left:20px solid #002f6c;border-top:12px solid rgba(0,0,0,0);border-bottom:12px solid rgba(0,0,0,0);margin-left:5px}.features-section .features-cards{display:grid;grid-template-columns:1fr;gap:1rem}.features-section .feature-card{background-color:#fff;color:#333;padding:1.5rem;border-radius:8px;display:flex;align-items:center;gap:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.features-section .feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.features-section .feature-card .card-icon{flex-shrink:0;width:60px;height:60px}.features-section .feature-card .card-icon img{width:100%;height:100%;object-fit:contain}.features-section .feature-card .card-icon svg{width:100%;height:100%;fill:#002f6c}.features-section .feature-card .card-content{flex:1}.features-section .feature-card .card-content h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.features-section .feature-card .card-content p{font-size:.9rem;line-height:1.6;color:#666;margin:0}@media(max-width: 1024px){.features-section{padding:110px 2rem}.features-section .features-title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:2.5rem}.features-section .features-content{gap:1.5rem}.features-section .feature-card{padding:1.25rem}.features-section .feature-card .card-icon{width:50px;height:50px}.features-section .feature-card .card-content h3{font-size:1rem}.features-section .feature-card .card-content p{font-size:.875rem}}@media(max-width: 768px){.features-section{padding:90px 1.5rem}.features-section .features-title{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.features-section .features-content{grid-template-columns:1fr;gap:2rem}.features-section .features-video .video-play-button{width:60px;height:60px}.features-section .features-video .video-play-button::after{border-left-width:16px;border-top-width:10px;border-bottom-width:10px}.features-section .features-cards{gap:.875rem}.features-section .feature-card{padding:1rem;gap:1rem}.features-section .feature-card .card-icon{width:45px;height:45px}.features-section .feature-card .card-content h3{font-size:.95rem}.features-section .feature-card .card-content p{font-size:.85rem}}@media(max-width: 480px){.features-section{padding:70px 1rem}.features-section .features-title{margin-bottom:1.5rem}.features-section .feature-card{flex-direction:row}.features-section .feature-card .card-icon{width:80px;height:80px}}.who-uses-section{position:relative;padding:4rem 2rem;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.who-uses-section .who-uses-container{position:relative;z-index:2;max-width:1400px;margin:0 auto}.who-uses-section .who-uses-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem;color:#000;text-transform:none;display:inline-block;padding-bottom:.5rem;width:max-content;left:50%;transform:translateX(-50%)}.who-uses-section .has-heading-decoration{position:relative;display:inline-block}.who-uses-section .has-heading-decoration::after{content:"";position:absolute;height:2px;background:#010811;bottom:0;transform:translateY(-50%)}.who-uses-section .has-heading-decoration--right::after{left:0;right:auto;width:100vw}.who-uses-section .who-uses-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1400px;margin:0 auto}.who-uses-section .who-uses-card{background:#002f6c;border:none;border-radius:0;padding:2rem 1.5rem;display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.who-uses-section .who-uses-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.who-uses-section .who-uses-card .card-icon-circle{flex-shrink:0;width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:1.2rem}.who-uses-section .who-uses-card .card-icon-circle img{width:100%;height:100%;object-fit:contain}.who-uses-section .who-uses-card .card-text{flex:1;color:#fff}.who-uses-section .who-uses-card .card-text h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:#fff}.who-uses-section .who-uses-card .card-text p{font-weight:400;font-size:20px;line-height:1.5}@media(min-width: 768px){.who-uses-section{padding:5rem 2rem}.who-uses-section .who-uses-title{font-size:2rem;margin-bottom:3.5rem}.who-uses-section .who-uses-cards{gap:1.5rem}.who-uses-section .who-uses-card{padding:2.5rem 2rem;gap:2rem}.who-uses-section .who-uses-card .card-icon-circle{width:100px;height:100px;padding:1.5rem}.who-uses-section .who-uses-card .card-text h3{font-size:1.25rem}.who-uses-section .who-uses-card .card-text p{font-size:1.05rem}}@media(min-width: 1024px){.who-uses-section{padding:6rem 2rem}.who-uses-section .who-uses-title{font-size:2.5rem;margin-bottom:4rem}.who-uses-section .who-uses-cards{grid-template-columns:repeat(3, 1fr);gap:2rem;max-width:1400px}.who-uses-section .who-uses-card{padding:3rem 2.5rem;gap:2.5rem}.who-uses-section .who-uses-card:nth-child(1){grid-column:span 2}.who-uses-section .who-uses-card:nth-child(3){grid-column:1/-1}.who-uses-section .who-uses-card .card-icon-circle{width:120px;height:120px;padding:1.8rem}.who-uses-section .who-uses-card .card-text h3{font-size:1.35rem}}@media(min-width: 1200px){.who-uses-section{padding:7rem 2rem}.who-uses-section .who-uses-cards{gap:2.5rem}.who-uses-section .who-uses-card{padding:3.5rem 3rem;gap:3rem}.who-uses-section .who-uses-card .card-icon-circle{width:130px;height:130px}.who-uses-section .who-uses-card .card-text h3{font-size:1.4rem}.who-uses-section .who-uses-card .card-text p{font-size:20px;line-height:1.5}}@media screen and (max-width: 480px){.who-uses-section .who-uses-card .card-text p{font-size:14px}}.countries-section{position:relative;width:100%;padding:70px 2rem;background-color:#fff}.countries-section .countries-container{max-width:1400px;margin:0 auto}.countries-section .countries-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a1a}.countries-section .countries-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}.countries-section .countries-map{width:100%;border-radius:8px;border:1px solid #e5ebf2}.countries-section .countries-map svg{width:100%;height:auto;display:block}.countries-section .countries-map svg text{pointer-events:none}.countries-section .countries-map svg path[id],.countries-section .countries-map svg polygon[id],.countries-section .countries-map svg g[id] path,.countries-section .countries-map svg g[id] polygon{cursor:pointer;transition:stroke 120ms ease}.countries-section .countries-map svg [data-tip=off],.countries-section .countries-map svg .no-tip,.countries-section .countries-map svg [data-tip=off] *,.countries-section .countries-map svg .no-tip *{cursor:default}.countries-section .countries-map svg path[id]:hover,.countries-section .countries-map svg polygon[id]:hover,.countries-section .countries-map svg g[id] path:hover,.countries-section .countries-map svg g[id] polygon:hover{stroke:#000;stroke-width:1}.countries-section .countries-map .tooltip{position:fixed;display:none;padding:6px 10px;border:1px solid rgba(0,0,0,.16);border-radius:8px;background:#f8f8f8;font-family:"November LC",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#010811;pointer-events:none;white-space:nowrap;gap:10px;align-items:center;justify-content:center}.countries-section .countries-map #map-group #map{filter:drop-shadow(-2px 8px 1px rgba(0, 0, 0, 0.2))}.countries-section .countries-map .map-legend{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding:16px 16px;display:grid;grid-template-columns:1fr 1fr 1fr}.countries-section .countries-map .map-legend .map-legend-item{display:flex;align-items:center;gap:12px}.countries-section .countries-map .map-legend .map-legend-item .legend-color{width:24px;height:24px;border-radius:50%;flex-shrink:0}.countries-section .countries-map .map-legend .map-legend-item .legend-color.legend-color-1{background-color:#5ca3ff}.countries-section .countries-map .map-legend .map-legend-item .legend-color.legend-color-2{background-color:#add1ff}.countries-section .countries-map .map-legend .map-legend-item .legend-color.legend-color-3{background-color:#d6e8ff}.countries-section .countries-map .map-legend .map-legend-item .legend-text{font-size:14px;line-height:1.5;color:#333}.countries-section .countries-timeline{width:100%}.countries-section .timeline-item{display:flex;gap:1.5rem;margin-bottom:.8rem;position:relative}.countries-section .timeline-item:last-of-type{margin-bottom:0}.countries-section .timeline-item:last-of-type .timeline-line{display:none}.countries-section .timeline-item::after{content:"";position:absolute;top:29px;left:0;width:80px;height:2px;background-color:#002f6c;z-index:1;display:block}.countries-section .timeline-item .timeline-marker{position:relative;flex-shrink:0;display:flex;flex-direction:column;align-items:center}.countries-section .timeline-item .timeline-marker .timeline-dot{width:15px;height:15px;border-radius:50%;background-color:#fff;box-shadow:0 0 0 4px #002f6c;z-index:2;margin-top:22px}.countries-section .timeline-item .timeline-marker .timeline-line{width:4px;flex:1;min-height:40px;background-color:#002f6c;margin-top:4px;position:absolute;height:200%}.countries-section .timeline-item .timeline-content{flex:1;padding-bottom:1rem;display:flex;gap:24px}.countries-section .timeline-item .timeline-content .timeline-year{font-size:1rem;font-weight:700;color:#002f6c}.countries-section .timeline-item .timeline-content .timeline-text{font-size:.95rem;line-height:1.6;color:#333;margin:0}.countries-section .timeline-item .timeline-content .timeline-text.highlight{color:#002f6c;font-weight:600}.countries-section .countries-info{margin-top:3rem}.countries-section .countries-info h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.countries-section .countries-info ul{list-style:none;padding:0;margin:0}.countries-section .countries-info ul li{font-size:1rem;line-height:1.8;color:#333;padding-left:1.5rem;position:relative;margin-bottom:.75rem}.countries-section .countries-info ul li:before{content:"•";position:absolute;left:0;color:#002f6c;font-size:1.5rem;line-height:1.2}.countries-section .countries-info ul li:last-child{margin-bottom:0}@media(max-width: 1024px){.countries-section{padding:110px 2rem}.countries-section .countries-title{font-size:clamp(1.75rem,3.5vw,2.25rem);margin-bottom:2.5rem}.countries-section .countries-content{gap:2.5rem}.countries-section .timeline-item{gap:1.25rem;margin-bottom:1.75rem}.countries-section .timeline-item .timeline-content .timeline-year{font-size:1rem}.countries-section .timeline-item .timeline-content .timeline-text{font-size:.9rem}.countries-section .countries-info{margin-top:2.5rem;padding-top:1.75rem}.countries-section .countries-info h3{font-size:1.125rem}.countries-section .countries-info ul li{font-size:.95rem}}@media(max-width: 768px){.countries-section{padding:90px 1.5rem}.countries-section .countries-title{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.countries-section .countries-content{grid-template-columns:1fr;gap:2rem}.countries-section .countries-map .map-placeholder{font-size:1rem}.countries-section .countries-map .map-legend{gap:10px;margin-top:20px;padding:0 12px}.countries-section .countries-map .map-legend .map-legend-item{gap:10px}.countries-section .countries-map .map-legend .map-legend-item .legend-color{width:20px;height:20px}.countries-section .countries-map .map-legend .map-legend-item .legend-text{font-size:13px}.countries-section .timeline-item{gap:1rem;margin-bottom:1.5rem}.countries-section .timeline-item .timeline-marker .timeline-dot{width:14px;height:14px}.countries-section .timeline-item .timeline-marker .timeline-line{min-height:35px}.countries-section .timeline-item .timeline-content .timeline-year{font-size:.95rem}.countries-section .timeline-item .timeline-content .timeline-text{font-size:.875rem}.countries-section .countries-info{margin-top:2rem;padding-top:1.5rem}.countries-section .countries-info h3{font-size:1.05rem;margin-bottom:1.25rem}.countries-section .countries-info ul li{font-size:.9rem;line-height:1.7;padding-left:1.25rem;margin-bottom:.625rem}}@media(max-width: 480px){.countries-section{padding:70px 1rem}.countries-section .countries-title{margin-bottom:1.5rem}.countries-section .countries-map .map-legend{gap:8px;margin-top:16px;padding:0 8px 8px 8px;display:flex}.countries-section .countries-map .map-legend .map-legend-item{gap:8px}.countries-section .countries-map .map-legend .map-legend-item .legend-color{width:18px;height:18px}.countries-section .countries-map .map-legend .map-legend-item .legend-text{font-size:12px}.countries-section .timeline-item{gap:.875rem}.countries-section .timeline-item .timeline-marker .timeline-dot{width:12px;height:12px}.countries-section .timeline-item .timeline-content .timeline-year{font-size:.9rem}.countries-section .timeline-item .timeline-content .timeline-text{font-size:.85rem}}.access-info-section{position:relative;width:100%;background-color:#fff}.access-info-section .access-block{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;position:relative;min-height:600px}.access-info-section .access-block:nth-child(even) .access-image{order:1}.access-info-section .access-block:nth-child(even) .access-image::after{content:"";position:absolute;width:100%;height:30px;background-color:#002f6c;clip-path:polygon(30% 0%, 70% 0%, 65% 100%, 35% 100%);z-index:9999;top:-1px}.access-info-section .access-block:nth-child(even) .access-content{order:2}.access-info-section .access-block:nth-child(odd) .access-image{order:2}.access-info-section .access-block:nth-child(odd) .access-image::after{content:"";position:absolute;width:100%;height:30px;background-color:#002f6c;clip-path:polygon(35% 0%, 65% 0%, 70% 100%, 30% 100%);z-index:2;bottom:-1px}.access-info-section .access-block:nth-child(odd) .access-content{order:1}.access-info-section .access-block:nth-child(odd) .access-content .content-inner h2.has-heading-decoration{position:relative;display:inline-block}.access-info-section .access-block:nth-child(odd) .access-content .content-inner h2.has-heading-decoration::after{content:"";position:absolute;height:3px;background:#fff;bottom:0;transform:translateY(-20%)}.access-info-section .access-block:nth-child(odd) .access-content .content-inner h2.has-heading-decoration--left::after{right:0;left:auto;width:50vw}.access-info-section .access-block .access-image{position:relative;width:100%;height:100%;overflow:hidden}.access-info-section .access-block .access-image img{width:100%;height:100%;object-fit:cover;display:block}.access-info-section .access-block .access-content{background-color:#002f6c;color:#fff;padding:0;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.access-info-section .access-block .access-content .content-inner{max-width:600px;width:100%;padding:4rem 3rem;z-index:3}.access-info-section .access-block .access-content h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;position:relative;padding-bottom:1rem}.access-info-section .access-block .access-content p{font-size:1rem;line-height:1.7;margin-bottom:1rem}.access-info-section .access-block .access-content p:last-child{margin-bottom:0}.access-info-section .access-block .access-content p a{color:#ffb800;text-decoration:underline;transition:opacity .3s ease}.access-info-section .access-block .access-content p a:hover{opacity:.8}@media(max-width: 1024px){.access-info-section .access-block{min-height:500px}.access-info-section .access-block .access-content .content-inner{padding:3.5rem 2.5rem}.access-info-section .access-block .access-content h2{font-size:clamp(1.5rem,2.5vw,2.25rem);margin-bottom:1.25rem}.access-info-section .access-block .access-content h2::after{width:60px}.access-info-section .access-block .access-content p{font-size:.95rem}}@media(max-width: 768px){.access-info-section .access-block{grid-template-columns:1fr;min-height:auto}.access-info-section .access-block:nth-child(odd) .access-image,.access-info-section .access-block:nth-child(even) .access-image{order:1}.access-info-section .access-block:nth-child(odd) .access-content,.access-info-section .access-block:nth-child(even) .access-content{order:2}.access-info-section .access-block .access-image{min-height:350px}.access-info-section .access-block .access-image::after{height:60px;left:auto !important;right:0 !important}.access-info-section .access-block .access-content{min-height:auto}.access-info-section .access-block .access-content::before{height:60px;left:0 !important;right:auto !important}.access-info-section .access-block .access-content .content-inner{padding:3rem 2rem}.access-info-section .access-block .access-content h2{font-size:clamp(1.35rem,4vw,1.75rem);margin-bottom:1rem}.access-info-section .access-block .access-content h2::after{width:50px;height:2px}.access-info-section .access-block .access-content p{font-size:.9rem;line-height:1.6}}@media(max-width: 480px){.access-info-section .access-block .access-image{min-height:300px}.access-info-section .access-block .access-image::after{height:50px}.access-info-section .access-block .access-content::before{height:50px}.access-info-section .access-block .access-content .content-inner{padding:2.5rem 1.5rem}.access-info-section .access-block .access-content h2{font-size:clamp(1.25rem,5vw,1.5rem)}.access-info-section .access-block .access-content h2::after{width:40px}.access-info-section .access-block .access-content p{font-size:.875rem}}.document-structure-section{position:relative;width:100%;padding:120px 2rem;background-color:#ebf4ff;margin:120px 0 0}.document-structure-section .document-structure-container{max-width:1400px;margin:0 auto;text-align:center}.document-structure-section h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#1a1a1a;margin-bottom:2rem;line-height:1.3}.document-structure-section .document-description{font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.8;color:#333;max-width:1000px;margin:0 auto}.document-structure-section .document-description p{margin:0}@media(max-width: 1024px){.document-structure-section{padding:110px 2rem;margin:110px 0 0}.document-structure-section h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.75rem}.document-structure-section .document-description{font-size:clamp(.95rem,1.4vw,1.075rem);max-width:900px}}@media(max-width: 768px){.document-structure-section{padding:90px 1.5rem;margin:90px 0 0}.document-structure-section h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:1.5rem}.document-structure-section .document-description{font-size:clamp(.9rem,3vw,1rem);line-height:1.7;text-align:left}}@media(max-width: 480px){.document-structure-section{padding:70px 1rem;margin:70px 0 0}.document-structure-section h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.25rem}.document-structure-section .document-description{font-size:.875rem}}.how-ncts-works-section{position:relative;width:100%;padding:120px 0;background-color:#fff}.how-ncts-works-section .how-ncts-container{max-width:1400px;margin:0 auto}.how-ncts-works-section h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;text-align:center;position:relative;padding-bottom:1rem;left:50%;transform:translateX(-50%)}.how-ncts-works-section .has-heading-decoration{position:relative;display:inline-block}.how-ncts-works-section .has-heading-decoration::after{content:"";position:absolute;height:2px;background:#010811;bottom:0;transform:translateY(-50%)}.how-ncts-works-section .has-heading-decoration--right::after{left:0;right:auto;width:100vw}.how-ncts-works-section .how-ncts-description{font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.7;color:#333;text-align:center;max-width:900px;margin:0 auto 4rem}.how-ncts-works-section .how-ncts-description p{margin:0}.how-ncts-works-section .process-cards-wrapper{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:24px}.how-ncts-works-section .process-cards-wrapper::-webkit-scrollbar{height:10px}.how-ncts-works-section .process-cards-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}.how-ncts-works-section .process-cards-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.how-ncts-works-section .process-cards-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.how-ncts-works-section .process-cards{--scale: 1;position:relative;width:calc(1392px*var(--scale));height:calc(588px*var(--scale));margin:0 auto}.how-ncts-works-section .cards-inner{position:absolute;inset:0;width:1392px;height:588px;transform-origin:top left;transform:scale(var(--scale))}.how-ncts-works-section .connections-svg{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;display:block}.how-ncts-works-section .process-card{position:absolute;width:182px;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;z-index:1;background:#fff}.how-ncts-works-section .process-card:nth-child(2){left:30px;top:25px}.how-ncts-works-section .process-card:nth-child(3){left:260px;top:105px}.how-ncts-works-section .process-card:nth-child(4){left:490px;top:25px}.how-ncts-works-section .process-card:nth-child(5){left:720px;top:105px}.how-ncts-works-section .process-card:nth-child(6){left:950px;top:25px}.how-ncts-works-section .process-card:nth-child(7){left:1180px;top:105px}.how-ncts-works-section .process-card .card-header{min-height:100px;padding:16px;background:#002f6c;border-bottom:4px solid #fff;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:16px 16px 0 0}.how-ncts-works-section .process-card .card-header h3{max-width:166px;text-align:center;font-weight:700;font-size:16px;line-height:150%;letter-spacing:.01em;color:#fff;margin:0}.how-ncts-works-section .process-card .card-body{width:182px;background:#e5f1ff;padding:20px 16px;display:flex;flex-direction:column;gap:15px;border-radius:0 0 16px 16px;flex:1}.how-ncts-works-section .process-card .card-body ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.how-ncts-works-section .process-card .card-body ul li{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:start;width:150px;font-weight:400;font-size:16px;line-height:150%;letter-spacing:.01em;color:#34373b}.how-ncts-works-section .process-card .card-body ul li:before{content:"";display:block;width:24px;height:24px;flex:none;margin-top:3px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6L14 9L11 12' stroke='%2334373B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}@media(max-width: 1200px){.how-ncts-works-section .process-cards{--scale: 0.9}}@media(max-width: 1024px){.how-ncts-works-section{padding:110px 30px}.how-ncts-works-section h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}.how-ncts-works-section h2::after{width:100px}.how-ncts-works-section .how-ncts-description{font-size:clamp(.9rem,1.2vw,1rem);margin-bottom:3rem}}@media(max-width: 992px){.how-ncts-works-section .process-cards{--scale: 0.8}}@media(max-width: 768px){.how-ncts-works-section{padding:90px 20px}.how-ncts-works-section h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:1.25rem}.how-ncts-works-section h2::after{width:80px;height:2px}.how-ncts-works-section .how-ncts-description{font-size:.9rem;line-height:1.6;margin-bottom:2.5rem}.how-ncts-works-section .process-cards{--scale: 0.7}}@media(max-width: 576px){.how-ncts-works-section .process-cards{--scale: 0.6}}@media(max-width: 480px){.how-ncts-works-section{padding:70px 15px}.how-ncts-works-section h2{font-size:clamp(1.35rem,6vw,1.75rem)}}@media(max-width: 375px){.how-ncts-works-section .process-card .card-header h3{font-size:14px}.how-ncts-works-section .process-card .card-body ul li{font-size:14px}.how-ncts-works-section .process-card:nth-child(3){top:140px !important}.how-ncts-works-section .process-card:nth-child(5){top:140px !important}}.simplified-procedures-section{position:relative;background-color:#002f6c;color:#fff;overflow:hidden}.simplified-procedures-section .procedures-container{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;min-height:600px;align-items:stretch}@media(max-width: 768px){.simplified-procedures-section .procedures-container{grid-template-columns:1fr}}.simplified-procedures-section .procedures-content{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center}.simplified-procedures-section .procedures-content h2{font-size:clamp(2rem,3.5vw,2.35rem);font-weight:700;margin-bottom:2rem;line-height:1.2;position:relative;padding-bottom:1.5rem}.simplified-procedures-section .procedures-content .has-heading-decoration{position:relative;display:inline-block}.simplified-procedures-section .procedures-content .has-heading-decoration::after{content:"";position:absolute;height:3px;background:#fff;bottom:0;transform:translateY(-20%)}.simplified-procedures-section .procedures-content .has-heading-decoration--left::after{right:0;left:auto;width:100vw}.simplified-procedures-section .procedures-content .content-text{font-size:1rem;line-height:1.7;margin-bottom:2.5rem}.simplified-procedures-section .procedures-content .content-text p{margin-bottom:1rem}.simplified-procedures-section .procedures-content .content-text p:last-child{margin-bottom:0}.simplified-procedures-section .procedures-content .procedures-info{display:flex;gap:1.5rem;align-items:flex-start}.simplified-procedures-section .procedures-content .procedures-info .info-icon{flex-shrink:0;width:70px;height:70px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:1rem}.simplified-procedures-section .procedures-content .procedures-info .info-icon img{width:100%;height:100%;object-fit:contain}.simplified-procedures-section .procedures-content .procedures-info .info-content{flex:1}.simplified-procedures-section .procedures-content .procedures-info .info-content h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.simplified-procedures-section .procedures-content .procedures-info .info-content p{font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.simplified-procedures-section .procedures-content .procedures-info .info-content p a{color:#ffb800;text-decoration:underline;transition:opacity .3s ease}.simplified-procedures-section .procedures-content .procedures-info .info-content p a:hover{opacity:.8}.simplified-procedures-section .procedures-image{position:relative;width:100%;height:100%;overflow:hidden}.simplified-procedures-section .procedures-image::before{content:"";position:absolute;width:100%;height:100%;display:inline-block;background:linear-gradient(269.31deg, rgba(0, 47, 108, 0) 24%, #002f6c 84.21%)}.simplified-procedures-section .procedures-image img{width:100%;height:100%;object-fit:cover;display:block}.simplified-procedures-section.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);left:auto;right:auto}.simplified-procedures-section.alignfull .procedures-container{max-width:none;grid-template-columns:1fr 1fr}.simplified-procedures-section.alignfull .procedures-container .procedures-content{max-width:700px;margin-left:auto;padding-right:4rem}.simplified-procedures-section.alignfull .procedures-container .procedures-image{margin-right:0}@media(max-width: 1024px){.simplified-procedures-section .procedures-container{min-height:550px}.simplified-procedures-section .procedures-content{padding:3.5rem 2.5rem}.simplified-procedures-section .procedures-content h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.75rem;padding-bottom:1.25rem}.simplified-procedures-section .procedures-content h2::after{width:80px}.simplified-procedures-section .procedures-content .content-text{font-size:.95rem;margin-bottom:2rem}.simplified-procedures-section .procedures-content .procedures-info{gap:1.25rem}.simplified-procedures-section .procedures-content .procedures-info .info-icon{width:60px;height:60px}.simplified-procedures-section .procedures-content .procedures-info .info-content h3{font-size:1.125rem}.simplified-procedures-section .procedures-content .procedures-info .info-content p{font-size:.9rem}.simplified-procedures-section.alignfull .procedures-content{max-width:600px;padding-right:2.5rem}}@media(max-width: 768px){.simplified-procedures-section .procedures-container{grid-template-columns:1fr !important;min-height:auto}.simplified-procedures-section .procedures-image{min-height:400px;order:1}.simplified-procedures-section .procedures-content{padding:3rem 2rem;order:2}.simplified-procedures-section .procedures-content h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:1.5rem;padding-bottom:1rem}.simplified-procedures-section .procedures-content h2::after{width:70px;height:2px}.simplified-procedures-section .procedures-content .content-text{font-size:.9rem;line-height:1.6;margin-bottom:1.75rem}.simplified-procedures-section .procedures-content .procedures-info{flex-direction:column;gap:1rem}.simplified-procedures-section .procedures-content .procedures-info .info-icon{width:50px;height:50px;align-self:flex-start}.simplified-procedures-section .procedures-content .procedures-info .info-content h3{font-size:1.05rem}.simplified-procedures-section .procedures-content .procedures-info .info-content p{font-size:.875rem}.simplified-procedures-section.alignfull .procedures-content{max-width:none;margin-left:0;padding-right:2rem}}@media(max-width: 480px){.simplified-procedures-section .procedures-image{min-height:350px}.simplified-procedures-section .procedures-content{padding:2.5rem 1.5rem}.simplified-procedures-section .procedures-content h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.25rem}.simplified-procedures-section .procedures-content h2::after{width:60px}.simplified-procedures-section .procedures-content .content-text{font-size:.875rem;margin-bottom:1.5rem}.simplified-procedures-section .procedures-content .procedures-info .info-icon{width:45px;height:45px}.simplified-procedures-section .procedures-content .procedures-info .info-content h3{font-size:1rem}.simplified-procedures-section .procedures-content .procedures-info .info-content p{font-size:.85rem}.simplified-procedures-section.alignfull .procedures-content{padding-right:1.5rem}}.incidents-section{position:relative;background-color:#fff;color:#333;overflow:hidden}.incidents-section .incidents-container{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;min-height:600px;align-items:stretch}@media(max-width: 768px){.incidents-section .incidents-container{grid-template-columns:1fr}}.incidents-section .incidents-image{position:relative;width:100%;height:100%;overflow:hidden}.incidents-section .incidents-image img{width:100%;height:100%;object-fit:cover;display:block}.incidents-section .incidents-content{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center}.incidents-section .incidents-content h2{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;margin-bottom:2rem;line-height:1.2;position:relative;padding-bottom:1.5rem}.incidents-section .incidents-content .has-heading-decoration{position:relative;display:inline-block}.incidents-section .incidents-content .has-heading-decoration::after{content:"";position:absolute;height:2px;background:#010811;bottom:0;transform:translateY(-20%)}.incidents-section .incidents-content .has-heading-decoration--right::after{left:0;right:auto;width:100vw}.incidents-section .incidents-content .content-text{font-size:1rem;line-height:1.7}.incidents-section .incidents-content .content-text p{margin-bottom:1rem}.incidents-section .incidents-content .content-text p:last-child{margin-bottom:0}.incidents-section.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);left:auto;right:auto}.incidents-section.alignfull .incidents-container{max-width:none;grid-template-columns:1fr 1fr}.incidents-section.alignfull .incidents-container .incidents-image{margin-left:0}.incidents-section.alignfull .incidents-container .incidents-content{max-width:700px;margin-right:auto;padding-left:4rem}@media(max-width: 1024px){.incidents-section .incidents-container{min-height:550px}.incidents-section .incidents-content{padding:3.5rem 2.5rem}.incidents-section .incidents-content h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.75rem;padding-bottom:1.25rem}.incidents-section .incidents-content h2::after{width:80px}.incidents-section .incidents-content .content-text{font-size:.95rem}.incidents-section.alignfull .incidents-content{max-width:600px;padding-left:2.5rem}}@media(max-width: 768px){.incidents-section .incidents-container{grid-template-columns:1fr !important;min-height:auto}.incidents-section .incidents-image{min-height:400px;order:1}.incidents-section .incidents-content{padding:3rem 2rem;order:2}.incidents-section .incidents-content h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:1.5rem;padding-bottom:1rem}.incidents-section .incidents-content h2::after{width:70px;height:2px}.incidents-section .incidents-content .content-text{font-size:.9rem;line-height:1.6}.incidents-section.alignfull .incidents-content{max-width:none;margin-right:0;padding-left:2rem}}@media(max-width: 480px){.incidents-section .incidents-image{min-height:350px}.incidents-section .incidents-content{padding:2.5rem 1.5rem}.incidents-section .incidents-content h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.25rem}.incidents-section .incidents-content h2::after{width:60px}.incidents-section .incidents-content .content-text{font-size:.875rem}.incidents-section.alignfull .incidents-content{padding-left:1.5rem}}.benefits-section{padding:120px 0;background-color:#fff}.benefits-section .benefits-container{max-width:1400px;margin:0 auto;padding:0 2rem}.benefits-section .benefits-container h2{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;text-align:center;margin-bottom:3rem;line-height:1.2;position:relative;padding-bottom:1.5rem;left:50%;transform:translateX(-50%)}.benefits-section .benefits-container .has-heading-decoration{position:relative;display:inline-block}.benefits-section .benefits-container .has-heading-decoration::after{content:"";position:absolute;height:2px;background:#010811;bottom:0;transform:translateY(-20%)}.benefits-section .benefits-container .has-heading-decoration--left::after{right:0;left:auto;width:100vw}.benefits-section .benefits-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem}.benefits-section .benefits-intro{background-color:#002f6c;color:#fff;padding:2.5rem 3rem;border-radius:8px;text-align:center;grid-column:span 3;display:flex;align-items:center;justify-content:center}.benefits-section .benefits-intro p{font-size:1.125rem;line-height:1.7;margin:0}.benefits-section .benefit-card{background-color:#eff6ff;padding:2rem 1.5rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefits-section .benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,47,108,.1)}.benefits-section .benefit-card .benefit-icon{width:80px;height:80px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:#fff}.benefits-section .benefit-card .benefit-icon img{width:60%;height:auto;object-fit:contain;display:block}.benefits-section .benefit-card .benefit-text p{font-size:.95rem;line-height:1.6;color:#333;margin:0}@media(max-width: 1024px){.benefits-section{padding:110px 0}.benefits-section .benefits-container h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:2.5rem;padding-bottom:1.25rem}.benefits-section .benefits-container h2::after{width:80px}.benefits-section .benefits-grid{grid-template-columns:repeat(3, 1fr);gap:1.75rem}.benefits-section .benefits-intro{padding:2rem 2.5rem;grid-column:span 3;order:-1}.benefits-section .benefits-intro p{font-size:1.05rem}.benefits-section .benefit-card{padding:1.75rem 1.25rem}.benefits-section .benefit-card .benefit-icon{width:70px;height:70px;margin-bottom:1.25rem}.benefits-section .benefit-card .benefit-text p{font-size:.9rem}}@media(max-width: 768px){.benefits-section{padding:90px 0}.benefits-section .benefits-container{padding:0 1.5rem}.benefits-section .benefits-container h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem;padding-bottom:1rem}.benefits-section .benefits-container h2::after{width:70px;height:2px}.benefits-section .benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefits-section .benefits-intro{padding:1.75rem 2rem;grid-column:span 1;order:-1}.benefits-section .benefits-intro p{font-size:1rem}.benefits-section .benefit-card{padding:1.5rem 1.25rem}.benefits-section .benefit-card .benefit-icon{width:60px;height:60px;margin-bottom:1rem}.benefits-section .benefit-card .benefit-text p{font-size:.875rem}}@media(max-width: 480px){.benefits-section{padding:70px 0}.benefits-section .benefits-container{padding:0 1.25rem}.benefits-section .benefits-container h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.75rem}.benefits-section .benefits-container h2::after{width:60px}.benefits-section .benefits-intro{padding:1.5rem 1.5rem;order:-1}.benefits-section .benefits-intro p{font-size:.95rem}.benefits-section .benefits-grid{gap:1.25rem}.benefits-section .benefit-card{padding:1.25rem 1rem}.benefits-section .benefit-card .benefit-icon{width:50px;height:50px;margin-bottom:.875rem}.benefits-section .benefit-card .benefit-text p{font-size:.85rem}}.video-testimonials-section{padding:120px 0;background-color:#002f6c;color:#fff}.video-testimonials-section .video-testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem}.video-testimonials-section .video-testimonials-container h2{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;text-align:center;margin-bottom:3rem;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}.video-testimonials-section .video-wrapper{position:relative;width:100%;max-width:1000px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.3)}.video-testimonials-section .video-wrapper video{width:100%;height:auto;display:block;background-color:#000}.video-testimonials-section .video-wrapper img{width:100%;height:auto;display:block}.video-testimonials-section .video-wrapper .video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-testimonials-section .video-wrapper .video-embed iframe,.video-testimonials-section .video-wrapper .video-embed object,.video-testimonials-section .video-wrapper .video-embed embed{position:absolute;top:0;left:0;width:100%;height:100%}.video-testimonials-section .video-wrapper .video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);cursor:pointer;transition:transform .3s ease,opacity .3s ease;z-index:2}.video-testimonials-section .video-wrapper .video-play-button svg{filter:drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3))}.video-testimonials-section .video-wrapper .video-play-button:hover{transform:translate(-50%, -50%) scale(1.1);opacity:.9}@media(max-width: 1024px){.video-testimonials-section{padding:110px 0}.video-testimonials-section .video-testimonials-container h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:2.5rem}.video-testimonials-section .video-wrapper{max-width:900px}.video-testimonials-section .video-wrapper .video-play-button svg{width:70px;height:70px}}@media(max-width: 768px){.video-testimonials-section{padding:90px 0}.video-testimonials-section .video-testimonials-container{padding:0 1.5rem}.video-testimonials-section .video-testimonials-container h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.video-testimonials-section .video-wrapper{border-radius:8px}.video-testimonials-section .video-wrapper .video-play-button svg{width:60px;height:60px}}@media(max-width: 480px){.video-testimonials-section{padding:70px 0}.video-testimonials-section .video-testimonials-container{padding:0 1.25rem}.video-testimonials-section .video-testimonials-container h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.75rem}.video-testimonials-section .video-wrapper{border-radius:6px}.video-testimonials-section .video-wrapper .video-play-button svg{width:50px;height:50px}}.legal-references-section{position:relative;padding:120px 0;background-color:#ebf4ff;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:-60px}.legal-references-section .legal-references-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.legal-references-section .legal-references-container h2{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;text-align:center;margin-bottom:3rem;line-height:1.2;color:#1a1a1a}.legal-references-section .legal-references-list{display:flex;flex-direction:column;gap:1.5rem}.legal-references-section .legal-reference-item{display:flex;gap:1rem;align-items:flex-start;background-color:#fff;padding:1.5rem 2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.legal-references-section .legal-reference-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,47,108,.12)}.legal-references-section .legal-reference-item .item-number{font-size:1.125rem;font-weight:700;color:#002f6c;flex-shrink:0;min-width:1.5rem}.legal-references-section .legal-reference-item .item-content{flex:1;font-size:1rem;line-height:1.7;color:#333}.legal-references-section .legal-reference-item .item-content a{color:#002f6c;text-decoration:none;transition:color .3s ease}.legal-references-section .legal-reference-item .item-content a:hover{color:#004a9f;text-decoration:underline}.legal-references-section .legal-reference-item .item-content span{color:#333}.legal-references-section.alignfull{width:100vw;max-width:100vw}@media(max-width: 1024px){.legal-references-section{padding:110px 0}.legal-references-section .legal-references-container h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:2.5rem}.legal-references-section .legal-references-list{gap:1.25rem}.legal-references-section .legal-reference-item{padding:1.25rem 1.75rem}.legal-references-section .legal-reference-item .item-number{font-size:1.0625rem}.legal-references-section .legal-reference-item .item-content{font-size:.95rem}}@media(max-width: 768px){.legal-references-section{padding:90px 0}.legal-references-section .legal-references-container{padding:0 1.5rem}.legal-references-section .legal-references-container h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.legal-references-section .legal-references-list{gap:1rem}.legal-references-section .legal-reference-item{padding:1.25rem 1.5rem;gap:.875rem}.legal-references-section .legal-reference-item .item-number{font-size:1rem;min-width:1.25rem}.legal-references-section .legal-reference-item .item-content{font-size:.9rem}}@media(max-width: 480px){.legal-references-section{padding:70px 0 140px 0}.legal-references-section .legal-references-container{padding:0 1.25rem}.legal-references-section .legal-references-container h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.75rem}.legal-references-section .legal-references-list{gap:.875rem}.legal-references-section .legal-reference-item{padding:1rem 1.25rem;gap:.75rem}.legal-references-section .legal-reference-item .item-number{font-size:.95rem}.legal-references-section .legal-reference-item .item-content{font-size:.875rem}}.ncts-unavailability-section{position:relative;padding:120px 0;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:-60px}.ncts-unavailability-section .ncts-unavailability-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem}.ncts-unavailability-section .ncts-unavailability-container h2{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;text-align:center;margin-bottom:2.5rem;line-height:1.2;color:#1a1a1a}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content{max-width:1000px;margin:0 auto;font-size:1rem;line-height:1.8;color:#333;text-align:center}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content p{margin-bottom:1.5rem}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content p:last-child{margin-bottom:0}.ncts-unavailability-section.alignfull{width:100vw;max-width:100vw}@media(max-width: 1024px){.ncts-unavailability-section{padding:110px 0}.ncts-unavailability-section .ncts-unavailability-container h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:2.25rem}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content{font-size:.95rem}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content p{margin-bottom:1.25rem}}@media(max-width: 768px){.ncts-unavailability-section{padding:90px 0}.ncts-unavailability-section .ncts-unavailability-container{padding:0 1.5rem}.ncts-unavailability-section .ncts-unavailability-container h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content{font-size:.9rem;line-height:1.7}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content p{margin-bottom:1rem}}@media(max-width: 480px){.ncts-unavailability-section{padding:70px 0}.ncts-unavailability-section .ncts-unavailability-container{padding:0 1.25rem}.ncts-unavailability-section .ncts-unavailability-container h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.75rem}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content{font-size:.875rem}.ncts-unavailability-section .ncts-unavailability-container .unavailability-content p{margin-bottom:.875rem}}.support-section{background-color:#002f6c;color:#fff;padding:120px 40px;margin-top:-60px}.support-section .support-container{max-width:1200px;margin:0 auto}.support-section h2{font-family:"November",Arial,sans-serif;font-size:48px;font-weight:700;margin:0 0 30px 0;color:#fff;display:inline-block;width:fit-content}.support-section .has-heading-decoration{position:relative;display:inline-block}.support-section .has-heading-decoration::after{content:"";position:absolute;height:3px;background:#fff;bottom:0;transform:translateY(-20%)}.support-section .has-heading-decoration--left::after{right:0;left:auto;width:100vw}.support-section .support-intro{font-family:"November",Arial,sans-serif;font-size:18px;line-height:1.6;margin-bottom:30px;max-width:900px;color:#fff;width:50%}@media(max-width: 768px){.support-section .support-intro{width:100%}}.support-section .support-cards{display:grid;grid-template-columns:1fr;gap:40px}.support-section .support-card{background-color:#fff;border-radius:0 8px 8px 0;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;display:flex;gap:40px;border-left:6px solid #005acf}.support-section .support-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.support-section .support-card .support-logo{margin-bottom:25px;display:flex;align-items:center;justify-content:flex-start;min-height:80px}.support-section .support-card .support-logo img{width:180px;height:auto;display:block}.support-section .support-card h3{font-family:"November",Arial,sans-serif;font-size:20px;font-weight:700;color:#002f6c;margin:0 0 20px 0;line-height:1.4}.support-section .support-card .support-content{font-family:"November",Arial,sans-serif;font-size:16px;line-height:1.8;color:#333}.support-section .support-card .support-content p{margin:0 0 15px 0}.support-section .support-card .support-content p:last-child{margin-bottom:0}.support-section .support-card .support-content a{color:#002f6c;text-decoration:none;font-weight:500;word-break:break-all;transition:color .3s ease}.support-section .support-card .support-content a:hover{color:#004a9f;text-decoration:underline}.support-section .support-card .support-content ul{margin:10px 0;padding-left:20px}.support-section .support-card .support-content ul li{margin-bottom:8px}@media(max-width: 1024px){.support-section{padding:110px 30px}.support-section h2{font-size:42px;margin-bottom:25px}.support-section .support-intro{font-size:17px;margin-bottom:50px}.support-section .support-cards{gap:35px}.support-section .support-card{padding:35px;flex-direction:column;gap:0}.support-section .support-card .support-logo{min-height:70px}.support-section .support-card .support-logo img{max-height:70px}.support-section .support-card h3{font-size:19px}.support-section .support-card .support-content{font-size:15px}}@media(max-width: 768px){.support-section{padding:90px 20px}.support-section h2{font-size:36px;margin-bottom:20px;padding-bottom:15px}.support-section .support-intro{font-size:16px;margin-bottom:40px}.support-section .support-cards{gap:30px}.support-section .support-card{padding:30px}.support-section .support-card .support-logo{min-height:60px}.support-section .support-card .support-logo img{max-height:60px}.support-section .support-card h3{font-size:18px;margin-bottom:15px}.support-section .support-card .support-content{font-size:14px;line-height:1.7}}@media(max-width: 480px){.support-section{padding:70px 15px}.support-section h2{font-size:28px;margin-bottom:15px}.support-section .support-intro{font-size:15px;margin-bottom:30px}.support-section .support-cards{gap:25px}.support-section .support-card{padding:25px}.support-section .support-card .support-logo{min-height:50px;margin-bottom:20px}.support-section .support-card .support-logo img{max-height:50px;width:auto}.support-section .support-card h3{font-size:16px;margin-bottom:12px}.support-section .support-card .support-content{font-size:13px;line-height:1.6}}.faq-section{padding:150px 0 120px;background-color:#ebf4ff;color:#010811;position:relative}.faq-section::before{content:"";position:absolute;top:-1px;left:0;width:100%;height:250px;background-color:#002f6c;mask:radial-gradient(circle 220px at 50% 130%, transparent 99%, black 100%);-webkit-mask:radial-gradient(circle 220px at 50% 130%, transparent 99%, black 100%);z-index:0}@media(max-width: 768px){.faq-section::before{height:130px;mask:radial-gradient(circle 170px at 50% 130%, transparent 99%, black 100%);-webkit-mask:radial-gradient(circle 170px at 50% 130%, transparent 99%, black 100%)}}@media(max-width: 480px){.faq-section::before{height:100px;mask:radial-gradient(circle 130px at 50% 130%, transparent 99%, black 100%);-webkit-mask:radial-gradient(circle 130px at 50% 130%, transparent 99%, black 100%)}}.faq-section .faq-container{max-width:1200px;margin:0 auto;padding:0 2rem}.faq-section .faq-container h2{font-size:140px;font-weight:700;text-align:center;margin-bottom:3rem;line-height:1.2;color:#010811}.faq-section .faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-section .faq-item{background-color:#fff;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}.faq-section .faq-item.active{box-shadow:0 4px 16px rgba(0,0,0,.15)}.faq-section .faq-question{width:100%;display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background-color:#fff;border:none;text-align:left;cursor:pointer;transition:background-color .3s ease;font-family:inherit}.faq-section .faq-question:hover{background-color:#f8f9fa}.faq-section .faq-question .question-number{font-size:1.125rem;font-weight:700;color:#002f6c;flex-shrink:0}.faq-section .faq-question .question-text{flex:1;font-size:1.05rem;font-weight:600;color:#002f6c;line-height:1.4}.faq-section .faq-question .faq-icon{flex-shrink:0;width:24px;height:24px;color:#002f6c;transition:transform .3s ease}.faq-section .faq-question .faq-icon svg{display:block;width:100%;height:100%}.faq-section .faq-question[aria-expanded=true]{background-color:#002f6c;color:#fff}.faq-section .faq-question[aria-expanded=true] .question-text{color:#fff}.faq-section .faq-question[aria-expanded=true] .question-number{color:#fff}.faq-section .faq-question[aria-expanded=true] .faq-icon{transform:rotate(180deg)}.faq-section .faq-question[aria-expanded=true] .faq-icon svg rect{fill:#fff !important}.faq-section .faq-question[aria-expanded=true] .faq-icon svg path{fill:#002f6c !important}.faq-section .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-section .faq-answer .faq-answer-content{padding:0 2rem 1.5rem 4.125rem;color:#333;font-size:.95rem;line-height:1.7;transition:background-color .3s ease,color .3s ease}.faq-section .faq-answer .faq-answer-content p{margin-bottom:.75rem}.faq-section .faq-answer .faq-answer-content p:last-child{margin-bottom:0}.faq-section .faq-answer .faq-answer-content ul,.faq-section .faq-answer .faq-answer-content ol{margin:.75rem 0;padding-left:1.5rem}.faq-section .faq-answer .faq-answer-content ul li,.faq-section .faq-answer .faq-answer-content ol li{margin-bottom:.5rem}.faq-section .faq-answer .faq-answer-content a{color:#002f6c;text-decoration:underline}.faq-section .faq-answer .faq-answer-content a:hover{opacity:.8}.faq-section .faq-item.active .faq-answer{max-height:1000px}.faq-section .faq-item.active .faq-answer .faq-answer-content{background-color:#002f6c;color:#fff}@media(max-width: 1024px){.faq-section{padding:110px 0}.faq-section .faq-container h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:2.5rem}.faq-section .faq-question{padding:1.25rem 1.75rem}.faq-section .faq-question .question-number{font-size:1.0625rem}.faq-section .faq-question .question-text{font-size:1rem}.faq-section .faq-answer .faq-answer-content{padding:0 1.75rem 1.25rem 3.625rem;font-size:.9rem}}@media(max-width: 768px){.faq-section{padding:90px 0}.faq-section .faq-container{padding:0 1.5rem}.faq-section .faq-container h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.faq-section .faq-accordion{gap:.875rem}.faq-section .faq-question{padding:1.125rem 1.5rem;gap:.875rem}.faq-section .faq-question .question-number{font-size:1rem}.faq-section .faq-question .question-text{font-size:.95rem}.faq-section .faq-question .faq-icon{width:20px;height:20px}.faq-section .faq-answer .faq-answer-content{padding:0 1.5rem 1rem 3.25rem;font-size:.875rem}}@media(max-width: 480px){.faq-section{padding:70px 0}.faq-section .faq-container{padding:0 1.25rem}.faq-section .faq-container h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.75rem}.faq-section .faq-accordion{gap:.75rem}.faq-section .faq-question{padding:1rem 1.25rem;gap:.75rem}.faq-section .faq-question .question-number{font-size:.95rem}.faq-section .faq-question .question-text{font-size:.9rem}.faq-section .faq-answer .faq-answer-content{padding:0 1.25rem .875rem 2.5rem;font-size:.85rem}}.contact-form-section{padding:120px 0;color:#fff;background-color:#002f6c;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px;margin:80px 0}.contact-form-section .contact-form-container{max-width:900px;margin:0 auto;padding:0 2rem}.contact-form-section .contact-form-container h2{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;text-align:center;margin-bottom:3rem;line-height:1.2;color:#fff;text-transform:uppercase;letter-spacing:.02em}.contact-form-section .contact-form-wrapper{background-color:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15)}.contact-form-section .contact-form-wrapper .no-form-message{text-align:center;color:#666;font-size:1rem;padding:2rem 0}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form p{margin-bottom:1.5rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form p:last-child{margin-bottom:0}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form label{display:block;font-size:.95rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=url],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form textarea{width:100%;padding:.875rem 1.125rem;font-size:1rem;font-family:inherit;border:1px solid #ddd;border-radius:6px;background-color:#f8f9fa;transition:border-color .3s ease,background-color .3s ease}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text]:focus,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email]:focus,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel]:focus,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=url]:focus,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form textarea:focus{outline:none;border-color:#002f6c;background-color:#fff}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text]::placeholder,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email]::placeholder,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel]::placeholder,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=url]::placeholder,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form textarea::placeholder{color:#999}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form textarea{min-height:120px;resize:vertical}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=submit],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form button[type=submit]{width:100%;padding:1rem 2rem;font-size:1.05rem;font-weight:600;font-family:inherit;color:#fff;background-color:#002f6c;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=submit]:hover,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form button[type=submit]:hover{background-color:#004a9f;transform:translateY(-2px)}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=submit]:active,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form button[type=submit]:active{transform:translateY(0)}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=submit]:disabled,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form .wpcf7-form-control-wrap{position:relative;display:block}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form .wpcf7-not-valid-tip{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form span.wpcf7-not-valid{border-color:#dc3545}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-response-output{margin:1.5rem 0 0;padding:1rem 1.25rem;border-radius:6px;font-size:.95rem;border:1px solid rgba(0,0,0,0);color:#46b450}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-mail-sent-ok{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-mail-sent-ng,.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-validation-errors{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-spinner{margin-left:.5rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-acceptance .wpcf7-list-item{margin:0}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-acceptance label{font-weight:400;font-size:.9rem;display:flex;align-items:flex-start;gap:.5rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-acceptance label input[type=checkbox]{margin-top:.25rem}@media(max-width: 1024px){.contact-form-section{padding:110px 0}.contact-form-section .contact-form-container{max-width:800px}.contact-form-section .contact-form-container h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:2.5rem}.contact-form-section .contact-form-wrapper{padding:2.5rem 2rem}}@media(max-width: 768px){.contact-form-section{padding:90px 0}.contact-form-section .contact-form-container{padding:0 1.5rem}.contact-form-section .contact-form-container h2{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.contact-form-section .contact-form-wrapper{padding:2rem 1.5rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form p{margin-bottom:1.25rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=url],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form textarea{padding:.75rem 1rem;font-size:.95rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=submit],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form button[type=submit]{padding:.875rem 1.5rem;font-size:1rem}}@media(max-width: 480px){.contact-form-section{padding:70px 0}.contact-form-section .contact-form-container{padding:0 1.25rem}.contact-form-section .contact-form-container h2{font-size:clamp(1.35rem,6vw,1.75rem);margin-bottom:1.75rem}.contact-form-section .contact-form-wrapper{padding:1.75rem 1.25rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form p{margin-bottom:1rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form label{font-size:.9rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=text],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=email],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=tel],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=url],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form textarea{padding:.75rem .875rem;font-size:.9rem}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form textarea{min-height:100px}.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form input[type=submit],.contact-form-section .contact-form-wrapper .wpcf7 .wpcf7-form button[type=submit]{padding:.875rem 1.25rem;font-size:.95rem}}.leaflet-map-section{padding:80px 40px;background-color:#fff}.leaflet-map-section .leaflet-map-container{max-width:1400px;margin:0 auto}.leaflet-map-section .leaflet-map-container h2{font-family:"November",Arial,sans-serif;font-size:36px;font-weight:700;text-align:center;margin:0 0 40px 0;color:#1a1a1a}.leaflet-map-section #harta-vami{height:650px;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.leaflet-map-section .leaflet-container{background:#eef2f7;font-family:"November",Arial,sans-serif}.leaflet-map-section .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.12)}.leaflet-map-section .infowrap{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;max-width:280px}.leaflet-map-section .infotitle{font-weight:700;margin:0 0 6px;font-size:14px;color:#1a1a1a}.leaflet-map-section .infobody{font-size:12px;line-height:1.45;color:#2b2b2b}.leaflet-map-section .infobody div{margin-bottom:4px}.leaflet-map-section .infobody div strong{font-weight:600}.leaflet-map-section .infobody a{display:inline-block;margin-top:6px;text-decoration:underline;color:#002f6c;font-weight:500}.leaflet-map-section .infobody a:hover{color:#004a9f}.leaflet-map-section .map-legend{position:absolute;z-index:1000;right:12px;top:12px;background:#fff;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px;font:12px system-ui;box-shadow:0 6px 18px rgba(0,0,0,.05)}.leaflet-map-section .map-legend b{display:block;font-size:12px;margin-bottom:4px;font-weight:700}@media(max-width: 1024px){.leaflet-map-section{padding:70px 30px}.leaflet-map-section .leaflet-map-container h2{font-size:32px;margin-bottom:35px}.leaflet-map-section #harta-vami{height:600px}}@media(max-width: 768px){.leaflet-map-section{padding:60px 20px}.leaflet-map-section .leaflet-map-container h2{font-size:28px;margin-bottom:30px}.leaflet-map-section #harta-vami{height:500px;border-radius:8px}}@media(max-width: 480px){.leaflet-map-section{padding:50px 15px}.leaflet-map-section .leaflet-map-container h2{font-size:24px;margin-bottom:25px}.leaflet-map-section #harta-vami{height:400px}}.footer-section{background-color:#fff;padding:60px 40px;border-top:1px solid #e5e7eb}.footer-section .footer-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px}.footer-section .footer-logo{flex-shrink:0}.footer-section .footer-logo img{height:80px;width:auto;display:block}.footer-section .footer-disclaimer{flex:1}.footer-section .footer-disclaimer p{margin:0;font-size:14px;line-height:1.6;color:#6b7280;font-family:"November",Arial,sans-serif}.footer-section .footer-copyright{flex-shrink:0;text-align:right}.footer-section .footer-copyright p{margin:0;font-size:14px;line-height:1.6;color:#6b7280;font-family:"November",Arial,sans-serif;font-weight:500}@media(max-width: 1024px){.footer-section{padding:50px 30px}.footer-section .footer-container{gap:40px}.footer-section .footer-logo img{height:70px}.footer-section .footer-disclaimer p,.footer-section .footer-copyright p{font-size:13px}}@media(max-width: 768px){.footer-section{padding:40px 20px}.footer-section .footer-container{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-section .footer-logo img{height:60px}.footer-section .footer-copyright{text-align:center}}@media(max-width: 480px){.footer-section{padding:30px 15px}.footer-section .footer-container{gap:25px}.footer-section .footer-logo img{height:50px}.footer-section .footer-disclaimer p,.footer-section .footer-copyright p{font-size:12px}}@font-face{font-family:"November LC";src:url("https://db.onlinewebfonts.com/t/287f782e35315e55d19eb1f22b666261.woff2") format("woff2"),url("https://db.onlinewebfonts.com/t/287f782e35315e55d19eb1f22b666261.woff") format("woff")}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"November",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;line-height:1.6;color:#333;background:#fff}h1,h2,h3,h4,h5,h6{font-weight:700}#wrapper{min-height:100vh;display:flex;flex-direction:column}#container{flex:1;overflow:hidden}#content{padding:0;max-width:1400px;margin:0 auto;width:100%}.main-content{width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem}.alignfull{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:0;top:0;background:#2563eb;color:#fff;padding:.5rem 1rem;z-index:9999;text-decoration:none}.clip-decoration-bottom{clip-path:polygon(0 0, 100% 0, 100% 100%, 62% 100%, 60% 95%, 40% 95%, 38% 100%, 0 100%);z-index:1}.clip-decoration-top{clip-path:polygon(40% 0, 60% 0, 62% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 38% 5%);z-index:1}.clip-decoration-bottom-inverse{clip-path:polygon(0 0, 100% 0, 100% 93%, 62% 93%, 60% 100%, 40% 100%, 38% 93%, 0 93%);z-index:1}.clip-decoration-top-inverse{clip-path:polygon(0 5%, 38% 5%, 40% 0, 60% 0, 62% 5%, 100% 5%, 100% 100%, 0 100%);z-index:1}.clip-decoration-bottom.clip-decoration-top{clip-path:polygon(40% 0, 60% 0, 62% 5%, 100% 5%, 100% 100%, 62% 100%, 60% 95%, 40% 95%, 38% 100%, 0 100%, 0 5%, 38% 5%);z-index:1}@media(max-width: 1024px){.clip-decoration-bottom{clip-path:polygon(0 0, 100% 0, 100% 100%, 70% 100%, 65% 95%, 35% 95%, 30% 100%, 0 100%)}.clip-decoration-top{clip-path:polygon(35% 0, 65% 0, 70% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 30% 5%)}.clip-decoration-bottom-inverse{clip-path:polygon(0 0, 100% 0, 100% 93%, 70% 93%, 65% 100%, 35% 100%, 30% 93%, 0 93%)}.clip-decoration-top-inverse{clip-path:polygon(0 5%, 30% 5%, 35% 0, 65% 0, 70% 5%, 100% 5%, 100% 100%, 0 100%)}.clip-decoration-bottom.clip-decoration-top{clip-path:polygon(35% 0, 65% 0, 70% 5%, 100% 5%, 100% 100%, 70% 100%, 65% 95%, 35% 95%, 30% 100%, 0 100%, 0 5%, 30% 5%)}}@media(max-width: 768px){.clip-decoration-bottom{clip-path:polygon(0 0, 100% 0, 100% 100%, 75% 100%, 70% 95%, 30% 95%, 25% 100%, 0 100%)}.clip-decoration-top{clip-path:polygon(30% 0, 70% 0, 75% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 25% 5%)}.clip-decoration-bottom-inverse{clip-path:polygon(0 0, 100% 0, 100% 93%, 75% 93%, 70% 100%, 30% 100%, 25% 93%, 0 93%)}.clip-decoration-top-inverse{clip-path:polygon(0 5%, 25% 5%, 30% 0, 70% 0, 75% 5%, 100% 5%, 100% 100%, 0 100%)}.clip-decoration-bottom.clip-decoration-top{clip-path:polygon(30% 0, 70% 0, 75% 5%, 100% 5%, 100% 100%, 75% 100%, 70% 95%, 30% 95%, 25% 100%, 0 100%, 0 5%, 25% 5%)}}/*# sourceMappingURL=theme.min.css.map */
