html{scroll-behavior:smooth}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;margin:0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;font-size:16px;background-color:#fff}#root{min-height:100vh;background-color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#4a7c59;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#2d5a27}button:focus,input:focus,select:focus,textarea:focus,a:focus{outline:2px solid #4a7c59;outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:600;line-height:1.3;margin-bottom:.5rem;color:#2d5a27;letter-spacing:-.01em}h1{font-size:3.5rem;font-weight:700;line-height:1.2}h2{font-size:2.5rem;font-weight:600;line-height:1.25}h3{font-size:1.8rem;font-weight:600}h4{font-size:1.4rem;font-weight:500}h5{font-size:1.2rem;font-weight:500}h6{font-size:1rem;font-weight:500}p{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin-bottom:1rem;line-height:1.7;font-weight:400;color:#444}.hero-text h1{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-text p{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;color:#ffffffe6}button{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500}.navbar-link{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;letter-spacing:.01em}.logo-text{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:700;letter-spacing:-.01em}input,select,textarea{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400}a{color:inherit;text-decoration:none;font-family:inherit}.elegant-heading{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:600;letter-spacing:-.01em}.body-text{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.7}.premium-text{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;font-style:italic}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}body{font-size:15px}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.7rem}h3{font-size:1.3rem}body{font-size:14px}}.navbar{background:#003d12;padding:0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar-container{padding:0 10px;display:flex;justify-content:space-between;align-items:center;height:80px;width:100%}.navbar-logo{display:flex;align-items:center;gap:12px;flex-shrink:0;z-index:1002}.logo-link{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0;z-index:1002;outline:none}.logo-img{width:80px;height:80px;border-radius:8px;object-fit:cover}.logo-text{color:#fff;font-size:24px;font-weight:700;text-decoration:none;white-space:nowrap}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;gap:30px;align-items:center}.navbar-item,.navbar-item.dropdown{position:relative}.navbar-link{color:#fff;text-decoration:none;font-weight:500;font-size:16px;padding:10px 0;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-family:inherit;outline:none}.navbar-link:focus,.logo-link:focus,.dropdown-item:focus,.navbar button:focus{outline:none}.navbar button{outline:none}.navbar-link:focus-visible{outline:2px solid #a8d5a8;outline-offset:2px;border-radius:4px}.navbar-link:hover{color:#a8d5a8}.navbar-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#a8d5a8;transition:width .3s ease}.navbar-link:hover:after{width:100%}.main-dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 8px 20px #00000026;border:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;min-width:220px;padding:4px 0;z-index:2000}.parent-item{position:relative}.dropdown-item{padding:12px 16px;color:#1a4d2e;cursor:pointer;transition:all .25s ease;white-space:nowrap;outline:none}.dropdown-item:hover{background:#f8f9fa;color:#003d12;padding-left:22px}.dropdown-item.clickable{cursor:pointer;transition:all .2s ease}.dropdown-item.clickable:hover{background:#e8f5e8;color:#003d12;transform:translate(2px)}.dropdown-item-content{display:flex;justify-content:space-between;align-items:center}.arrow-right{font-size:16px;margin-left:5px;color:#1a4d2e}.dropdown-submenu{position:absolute;top:0;background:#fff;border-radius:8px;box-shadow:0 8px 16px #0000001f;border:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;min-width:200px;padding:4px 0;z-index:2100;transition:opacity .2s ease}.left-flyout{left:-90%}.parent-item .dropdown-submenu .dropdown-submenu{left:-100%}.dropdown-toggle svg{transition:transform .3s ease}.navbar-link:hover svg{transform:rotate(180deg)}.mobile-menu-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;padding:8px;margin:-8px;z-index:1003;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.hamburger:active{transform:scale(.95)}.hamburger-line{width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(9.5px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-9.5px) rotate(-45deg)}.mobile-dropdown-menu{background:#ffffff0d;border-radius:8px;margin-top:10px;padding:10px;border:1px solid rgba(255,255,255,.1);animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-dropdown-section{margin-bottom:8px}.mobile-dropdown-section:last-child{margin-bottom:0}.mobile-dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;color:#fffffff2;cursor:pointer;border-radius:6px;transition:all .25s ease;background:#ffffff0d;margin-bottom:6px;min-height:44px;-webkit-tap-highlight-color:transparent}.mobile-dropdown-item:active{background:#fff3;transform:scale(.98)}.mobile-dropdown-item:hover{background:#ffffff26;transform:translate(4px)}.mobile-dropdown-item svg{transition:transform .3s ease;flex-shrink:0;margin-left:8px}.mobile-dropdown-submenu{padding-left:16px;margin-top:8px;animation:slideDown .2s ease-out}.mobile-dropdown-subsection{margin-bottom:6px}.mobile-dropdown-item.category-item{background:#ffffff14;font-weight:500}.mobile-dropdown-products{padding-left:16px;margin-top:6px;animation:slideDown .2s ease-out}.mobile-dropdown-item.product-item{background:#ffffff08;font-size:14px;padding:12px 14px;min-height:40px}@media (min-width: 1200px){.navbar-container{padding:0 40px}.navbar-menu{gap:40px}.search-input{width:250px}}@media (max-width: 1366px) and (min-width: 1024px){.navbar-container{height:80px;padding:0 30px}.navbar-menu{gap:25px}.logo-text{font-size:22px}.navbar-link{font-size:15px}}@media (max-width: 1199px) and (min-width: 992px){.navbar-container{padding:0 30px}.navbar-menu{gap:25px}.search-input{width:180px}}@media (max-width: 991px) and (min-width: 768px){.navbar-container{padding:0 20px;height:70px}.navbar-menu{gap:20px}.navbar-link{font-size:15px}.search-input{width:150px;font-size:13px}.logo-text{font-size:22px}}@media (max-width: 767px){.navbar-container{padding:0 16px;height:70px}.logo-text{font-size:26px}.hamburger{display:flex}.mobile-menu-backdrop{display:block}.navbar-menu{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:linear-gradient(135deg,#2d5a27,#4a7c59);flex-direction:column;padding:40px 20px;gap:0;transform:translate(-100%);transition:transform .3s ease;justify-content:flex-start;overflow-y:auto;z-index:1001}.navbar-menu.active{transform:translate(0)}.navbar-item{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.navbar-item:last-child{border-bottom:none}.navbar-link{font-size:18px;padding:20px 0;width:100%;justify-content:space-between;min-height:44px;display:flex;align-items:center;-webkit-tap-highlight-color:transparent}.navbar-link:active{color:#a8d5a8;transform:translate(4px)}.navbar-link:after{display:none}.main-dropdown,.dropdown-submenu{display:none!important}.dropdown-menu{position:static;background:#ffffff1a;box-shadow:none;border:1px solid rgba(255,255,255,.2);margin:10px 0 0 20px;border-radius:8px;transform:none;transition:all .3s ease}.dropdown-menu.show{opacity:1;visibility:visible}.dropdown-item{color:#ffffffe6;border-bottom:1px solid rgba(255,255,255,.1);padding:15px 20px;font-size:16px}.dropdown-item:hover{background:#ffffff1a;color:#a8d5a8}.search-container{display:none}.mobile-menu-btn{display:block}.navbar-right{gap:15px}}@media (max-width: 575px){.navbar-container{padding:0 12px;height:60px}.logo-img{width:40px;height:40px}.logo-text{font-size:24px}.hamburger{display:flex;width:26px;height:20px}.navbar-menu{top:60px;height:calc(100vh - 60px);padding:30px 16px}.navbar-link{font-size:16px;padding:18px 0}.dropdown-item{padding:12px 16px;font-size:15px}.dropdown-menu{margin-left:16px}.mobile-dropdown-item{padding:10px 14px;font-size:15px}.mobile-dropdown-item.product-item{font-size:13px;padding:8px 12px}}@media (max-width: 374px){.navbar-container{padding:0 8px;height:60px}.logo-img{width:35px;height:35px}.logo-text{font-size:22px}.navbar-menu{padding:20px 12px}.navbar-link{font-size:15px;padding:15px 0}.dropdown-item{padding:10px 12px;font-size:14px}.hamburger{display:flex;width:24px;height:18px}.hamburger-line{height:2.5px}.hamburger.active .hamburger-line:nth-child(1){transform:translateY(7.75px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7.75px) rotate(-45deg)}.mobile-dropdown-item{padding:8px 12px;font-size:14px}.mobile-dropdown-item.product-item{font-size:12px;padding:7px 10px}}@media (max-height: 500px) and (orientation: landscape){.navbar-menu{height:calc(100vh - 60px);padding:20px 16px;gap:0}.navbar-link{padding:12px 0;font-size:16px}.dropdown-item{padding:8px 16px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.logo-img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media print{.navbar{display:none}}.social-icon{transition:all .3s ease}.social-icon:hover{transform:scale(1.1);filter:brightness(1.2)}.facebook-icon:hover{fill:#42a5f5!important;transform:scale(1.1)}.youtube-icon:hover{fill:#ff5722!important;transform:scale(1.1)}.instagram-icon:hover{transform:scale(1.1);filter:brightness(1.2) saturate(1.2)}.linkedin-icon:hover{fill:#29b6f6!important;transform:scale(1.1)}@media (max-width: 768px){.contact-bottom-wrapper{padding:2rem 0!important}.contact-bottom-container{flex-direction:column!important;width:95%!important;align-items:center!important}.contact-column-left{border-right:none!important;border-bottom:1px solid rgba(255,255,255,.4);padding-right:0!important;padding-bottom:2rem!important;width:100%;text-align:center!important}.contact-column-left>div{justify-content:center!important}.contact-column-middle{border-right:none!important;border-bottom:1px solid rgba(255,255,255,.4);padding:2rem 1rem!important;text-align:center!important;width:100%;font-size:14px!important}.contact-column-right{border-right:none!important;border-bottom:1px solid rgba(255,255,255,.4);padding:2rem 0!important;padding-left:0!important;width:100%;align-items:center!important;text-align:center!important}.contact-social-icons{flex-direction:row!important;justify-content:center!important;padding-top:2rem!important;padding-bottom:1rem!important;margin-left:0!important;gap:2rem!important}}@media (max-width: 1024px) and (min-width: 769px){.contact-bottom-container{flex-wrap:wrap!important;width:95%!important}.contact-column-left{flex:1 1 45%!important;min-width:250px;margin-bottom:2rem}.contact-column-middle{flex:1 1 100%!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.4);padding:2rem!important}.contact-column-right{flex:1 1 45%!important;min-width:250px;padding-left:2rem!important}.contact-social-icons{margin-left:2rem!important}}.explore-products{min-height:100vh;background-color:#fff;padding:2rem 0}.explore-products-container{max-width:1400px;margin:0 auto;padding:0 2rem}.explore-header{text-align:center;margin-bottom:4rem;padding-top:8rem}.explore-header h1{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#2d5a27;margin-bottom:1rem;line-height:1.2}.explore-header p{font-family:Lora,serif;font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.product-card{background:none;border:none;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;padding:1.5rem;text-align:center}.product-card:hover{transform:translateY(-5px)}.product-image-container{width:200px;height:200px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:none;padding:0}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.product-name{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;color:#2d5a27;margin:0;line-height:1.3}.find-out-more-btn{background:none;border:none;color:#2d5a27;font-family:Lora,serif;font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 0;transition:all .3s ease;text-decoration:none;letter-spacing:.5px}.find-out-more-btn:hover{color:#5cb85c;transform:translate(4px)}@media (max-width: 1440px) and (min-width: 1024px){.explore-products-container{max-width:1200px;padding:0 1.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-image-container{width:180px;height:180px}}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}}@media (max-width: 768px){.explore-products-container{padding:0 1rem}.explore-header h1{font-size:2.5rem}.explore-header p{font-size:1.1rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.product-image-container{width:160px;height:160px}.product-name{font-size:1.2rem}}@media (max-width: 480px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.product-card{padding:1rem}.product-image-container{width:140px;height:140px}.explore-header h1{font-size:2rem}}.product-card{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}.product-card:nth-child(7){animation-delay:.7s}.product-card:nth-child(8){animation-delay:.8s}.product-card:nth-child(9){animation-delay:.9s}.product-card:nth-child(10){animation-delay:1s}.product-card:nth-child(11){animation-delay:1.1s}.product-card:nth-child(12){animation-delay:1.2s}.product-card:nth-child(13){animation-delay:1.3s}.product-card:nth-child(14){animation-delay:1.4s}.product-card:nth-child(15){animation-delay:1.5s}.product-types{min-height:100vh;background-color:#fff;padding:2rem 0}.product-types-container{max-width:1400px;margin:0 auto;padding:0 2rem}.types-header{text-align:center;margin-bottom:4rem;padding-top:2rem}.back-button{background:linear-gradient(135deg,#2d5a27,#4a7c59);color:#fff;border:none;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin-bottom:2rem;display:block;width:fit-content;margin-left:-6rem;margin-top:4rem}.back-button:hover{background:linear-gradient(135deg,#4a7c59,#5a8c69);transform:translateY(-2px);box-shadow:0 6px 20px #2d5a274d}.types-header h1{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#2d5a27;margin-bottom:1rem;line-height:1.2}.types-header p{font-family:Lora,serif;font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.subtype-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.subtype-btn{background:#f8f9fa;color:#2d5a27;border:2px solid #e9ecef;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.subtype-btn:hover{background:#e9ecef;border-color:#2d5a27;transform:translateY(-2px)}.subtype-btn.active{background:linear-gradient(135deg,#2d5a27,#4a7c59);color:#fff;border-color:#2d5a27}.subtype-btn.active:hover{background:linear-gradient(135deg,#4a7c59,#5a8c69);transform:translateY(-2px);box-shadow:0 6px 20px #2d5a274d}.types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.type-card{background:none;border:none;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;padding:1.5rem;text-align:center}.type-card:hover{transform:translateY(-5px)}.type-image-container{width:200px;height:200px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:none;padding:0}.type-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.type-card:hover .type-image{transform:scale(1.05)}.type-info{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.type-name{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;color:#2d5a27;margin:0;line-height:1.3}.view-details-btn{background:none;border:none;color:#2d5a27;font-family:Lora,serif;font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 0;transition:all .3s ease;text-decoration:none;letter-spacing:.5px}.view-details-btn:hover{color:#5cb85c;transform:translate(4px)}.not-found{text-align:center;padding:4rem 0}.not-found h1{font-family:Playfair Display,serif;font-size:2.5rem;color:#2d5a27;margin-bottom:2rem}@media (max-width: 1200px){.types-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}}@media (max-width: 768px){.product-types-container{padding:0 1rem}.types-header h1{font-size:2.5rem}.types-header p{font-size:1.1rem}.subtype-filter{gap:.5rem;margin-bottom:2rem}.subtype-btn{padding:10px 18px;font-size:.9rem}.types-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.type-image-container{width:160px;height:160px}.type-name{font-size:1.2rem}}@media (max-width: 480px){.subtype-filter{flex-direction:column;align-items:center;gap:.5rem}.subtype-btn{width:200px;padding:12px 20px;font-size:.9rem}.types-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.type-card{padding:1rem}.type-image-container{width:140px;height:140px}.types-header h1{font-size:2rem}.back-button{padding:10px 20px;font-size:.9rem}}.type-card{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.type-card:nth-child(1){animation-delay:.1s}.type-card:nth-child(2){animation-delay:.2s}.type-card:nth-child(3){animation-delay:.3s}.type-card:nth-child(4){animation-delay:.4s}.type-card:nth-child(5){animation-delay:.5s}.type-card:nth-child(6){animation-delay:.6s}.type-card:nth-child(7){animation-delay:.7s}.type-card:nth-child(8){animation-delay:.8s}.type-card:nth-child(9){animation-delay:.9s}.type-card:nth-child(10){animation-delay:1s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;background-color:#fff}.App{min-height:100vh;background-color:#fff}.container{max-width:1800px;margin:0 auto;padding:0 20px}.hero-section{height:100vh;display:flex;align-items:center;position:relative;color:#fff;margin-top:80px;min-height:600px;overflow:hidden;background:linear-gradient(#2d5a27b3,#2d5a2799),}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#2d5a27b3,#2d5a2799);z-index:-1;display:flex;align-items:center}.ComapnyName{font-size:5rem}@media (min-width: 1600px){.container{max-width:1600px}.hero-text h1{font-size:4.5rem}.products-grid{column-gap:250px}.product-photo{width:350px;height:350px}.mission-intro{max-width:900px;font-size:1.3rem}.about-text p{font-size:1.2rem}}@media (min-width: 1920px){.container{max-width:1800px}.hero-text h1{font-size:5rem}.hero-text p{font-size:1.4rem;max-width:650px}.products-grid{column-gap:300px}.product-photo{width:400px;height:400px}.mission-intro{max-width:1000px;font-size:1.4rem}.about-text p{font-size:1.3rem}.mission-features{grid-template-columns:repeat(3,1fr);gap:50px}}@media (max-width: 1599px) and (min-width: 1440px){.hero-text h1{font-size:4rem}.products-grid{column-gap:180px}.product-photo{width:320px;height:320px}}@media (max-width: 1439px) and (min-width: 1366px){.hero-section{margin-top:80px}.hero-text h1{font-size:3.8rem}.products-grid{column-gap:120px}.product-photo{width:240px;height:240px}.products-content{gap:50px;max-width:1000px}.products-content{column-gap:80px;max-width:1200px}.products-grid{column-gap:140px}.product-photo{width:13rem;height:9rem}}@media (max-width: 1365px) and (min-width: 1280px){.hero-section{margin-top:80px}.hero-text h1{font-size:3.5rem}.products-grid{column-gap:120px}.product-photo{width:20px;height:280px}}@media (max-width: 1279px) and (min-width: 1024px){.hero-section{margin-top:80px}.hero-text h1{font-size:3.2rem}.hero-text p{font-size:1.1rem}.products-grid{column-gap:100px}.product-photo{width:260px;height:260px}.mission-features{grid-template-columns:repeat(2,1fr);gap:30px}}.hero-content{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.hero-text{max-width:600px}.hero-text h1{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);color:#fff}.hero-text .highlight{font-weight:700;color:#a8d5a8}.hero-text p{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.2rem;margin-bottom:2rem;color:#ffffffe6;line-height:1.6;font-weight:400;max-width:550px}.cta-button{background:linear-gradient(135deg,#5cb85c,#4cae4c);color:#fff;border:none;padding:16px 32px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.cta-button:hover{background:linear-gradient(135deg,#4cae4c,#449d44);transform:translateY(-2px);box-shadow:0 8px 25px #4cae4c66}.service-info{background:#fff;padding:40px 0;text-align:center}.service-content h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:2.5rem;color:#2d5a27;margin-bottom:16px;font-weight:600}.service-content p{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.7}.products-section{padding:0 0 100px;background:#fff;position:relative;overflow-x:hidden}.products-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;max-width:1400px;margin:3rem auto;z-index:1}.products-text h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:2.5rem;color:#2d5a27;margin-bottom:24px;font-weight:800}.products-text p{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:32px}.products-button{background:linear-gradient(135deg,#2d5a27,#4a7c59);color:#fff;border:none;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.products-button:hover{background:linear-gradient(135deg,#4a7c59,#5a8c69);transform:translateY(-2px);box-shadow:0 6px 20px #2d5a274d}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:2rem}@media (min-width: 1600px){.mission-features{grid-template-columns:repeat(3,1fr);gap:40px}}@media (max-width: 1599px) and (min-width: 1440px){.mission-features{grid-template-columns:repeat(3,1fr);gap:35px}}@media (max-width: 1439px) and (min-width: 1366px){.mission-features{grid-template-columns:repeat(3,1fr);gap:30px}}@media (max-width: 1365px) and (min-width: 1280px){.mission-features{grid-template-columns:repeat(3,1fr);gap:25px}}@media (max-width: 1279px) and (min-width: 1024px){.mission-features{grid-template-columns:repeat(2,1fr);gap:25px}}.product-item{background:#fff;display:flex;margin-left:2rem;flex-direction:column;align-items:center;cursor:pointer;transition:box-shadow .2s,transform .2s;min-width:50px;text-align:center}.product-item:hover{transform:translateY(-5px)}.product-photo{width:15rem;height:10rem;background:none;padding:0;display:flex;align-items:center;justify-content:center}.product-photo img{width:90%;height:90%;overflow:hidden;background:none;padding:0;display:flex;align-items:center;justify-content:center;object-fit:contain}.product-item h3{color:#22613b;font-weight:600;font-size:1.1rem;margin-top:0;text-align:center}.about-section{background:#fff;padding:0;position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="rgba(45,90,39,0.1)"/><circle cx="90" cy="90" r="1" fill="rgba(45,90,39,0.1)"/><circle cx="30" cy="70" r="0.8" fill="rgba(45,90,39,0.08)"/><circle cx="70" cy="20" r="0.8" fill="rgba(45,90,39,0.08)"/><circle cx="50" cy="50" r="1.2" fill="rgba(45,90,39,0.12)"/></svg>');opacity:.5;animation:floatDots 15s ease-in-out infinite}@keyframes floatDots{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1;max-width:1400px;margin:0 auto}.about-text{animation:slideInLeft .8s ease-out}.about-text h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:2.8rem;color:#2d5a27;margin-bottom:30px;font-weight:800;position:relative;display:inline-block}.about-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2d5a27,#5cb85c);border-radius:2px;animation:expandLine 1s ease-out .5s both}@keyframes expandLine{0%{width:0}to{width:100%}}.about-text p{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.15rem;color:#555;line-height:1.8;margin-bottom:24px;opacity:0;animation:fadeInUp .8s ease-out forwards}.about-text p:nth-of-type(1){animation-delay:.3s}.about-text p:nth-of-type(2){animation-delay:.5s}.about-text p:nth-of-type(3){animation-delay:.7s}.about-text p:nth-of-type(4){animation-delay:.9s}.about-text .story-highlight{background:linear-gradient(120deg,#a8d5a84d,#a8d5a81a);padding:25px;border-radius:15px;border-left:4px solid #5cb85c;margin:30px 0;position:relative;transform:translate(-20px);opacity:0;animation:slideInFromLeft .8s ease-out 1.1s forwards}.about-text .story-highlight p{margin:0;font-style:italic;color:#2d5a27;font-weight:500;opacity:1;animation:none}.about-button{background:linear-gradient(135deg,#2d5a27,#4a7c59);color:#fff;border:none;padding:16px 32px;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease;margin-top:25px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;overflow:hidden;opacity:0;animation:fadeInUp .8s ease-out 1.3s forwards}.about-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.about-button:hover:before{left:100%}.about-button:hover{background:linear-gradient(135deg,#4a7c59,#5a8c69);transform:translateY(-3px);box-shadow:0 8px 25px #2d5a2766}.about-image{animation:slideInRight .8s ease-out;position:relative}.about-image:before{content:"";position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(135deg,#2d5a271a,#5cb85c1a);border-radius:20px;z-index:-1;animation:pulseGlow 3s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.about-image img{width:100%;height:450px;object-fit:cover;border-radius:15px;box-shadow:0 15px 50px #00000026;transition:transform .3s ease}.about-image:hover img{transform:scale(1.05)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.history-section{padding:60px 0;background:#fff}.history-section h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:2.5rem;color:#2d5a27;text-align:center;margin-bottom:60px;font-weight:600}.timeline{position:relative;max-width:1000px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#a8d5a8,#2d5a27);transform:translate(-50%)}.timeline-item{display:flex;margin-bottom:80px;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{background:linear-gradient(135deg,#2d5a27,#4a7c59);color:#fff;padding:12px 24px;border-radius:25px;font-size:1.2rem;font-weight:600;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;min-width:100px;text-align:center;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.timeline-content{width:45%;padding:0 40px}.timeline-item:nth-child(odd) .timeline-content{text-align:right}.timeline-item:nth-child(2n) .timeline-content{text-align:left}.timeline-content h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.5rem;color:#2d5a27;margin-bottom:16px;font-weight:600}.timeline-content img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:16px;box-shadow:0 8px 25px #0000001a}.timeline-content p{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#666;line-height:1.6;font-size:.95rem}.stats-section{background:linear-gradient(135deg,#2d5a27,#4a7c59);padding:40px 0;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.stat-item{padding:20px}.stat-number{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:3.5rem;font-weight:700;color:#a8d5a8;margin-bottom:8px}.stat-label{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.1rem;color:#ffffffe6;font-weight:500}.follow-section{padding:60px 0;background:#fff;text-align:center}.follow-section h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:2.5rem;color:#2d5a27;margin-bottom:60px;font-weight:600}.social-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:800px;margin:0 auto}.social-card{background:#fff;padding:32px 24px;border-radius:12px;text-decoration:none;color:#333;transition:all .3s ease;border:2px solid #f0f0f0;display:flex;flex-direction:column;align-items:center;gap:16px}.social-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a;border-color:#a8d5a8}.social-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.facebook .social-icon{background:#1877f2}.instagram .social-icon{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.twitter .social-icon{background:#1da1f2}.youtube .social-icon{background:red}.linkedin .social-icon{background:#0077b5}.social-card span{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:600;font-size:.9rem}.mission-section{padding:80px 0;background:#fff;position:relative;overflow:hidden}.mission-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(45,90,39,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(45,90,39,0.1)"/><circle cx="40" cy="60" r="1.5" fill="rgba(45,90,39,0.08)"/><circle cx="70" cy="30" r="1.5" fill="rgba(45,90,39,0.08)"/></svg>');opacity:.6;animation:floatPattern 20s ease-in-out infinite}@keyframes floatPattern{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.mission-content{position:relative;z-index:1;max-width:1500px;margin:0 auto}.mission-header{text-align:center;margin-bottom:80px;animation:fadeInUp .8s ease-out}.mission-header h2{font-size:3rem;color:#2d5a27;margin-bottom:40px;font-weight:700;position:relative;display:inline-block}.mission-header h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#2d5a27,#5cb85c);border-radius:2px}.mission-intro{max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.8;color:#555}.mission-intro p{margin-bottom:20px}.mission-tagline{font-style:italic;color:#2d5a27;font-weight:600;font-size:1.3rem!important;margin-top:30px!important}.mission-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-bottom:60px}.feature-card{background:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 10px 30px #0000001a;position:relative;overflow:hidden;transition:all .3s ease;animation:slideInUp .8s ease-out;animation-fill-mode:both;text-align:center}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2d5a27,#5cb85c);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.feature-icon{width:48px;height:48px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:48px;height:48px;transition:transform .3s ease}.feature-card:hover .feature-icon svg{transform:scale(1.1)}.feature-card h3{font-size:1.4rem;color:#2d5a27;margin-bottom:15px;font-weight:600}.feature-card p{color:#666;line-height:1.6;margin-bottom:15px}.sample-offer{margin-top:20px;padding:15px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;border-left:4px solid #2d5a27}.sample-offer strong{color:#2d5a27;font-size:1.1rem}.mission-cta{text-align:center;animation:fadeInUp .8s ease-out .7s both;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.sample-button{background:linear-gradient(135deg,#2d5a27,#5cb85c);color:#fff;padding:18px 40px;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden}.sample-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.sample-button:hover:before{left:100%}.sample-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #2d5a274d}.mission-cta .about-button,.mission-cta .sample-button{padding:16px 32px;font-size:1.1rem;border-radius:28px;line-height:1;letter-spacing:0;text-transform:none}.mission-features .feature-card .feature-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.mission-features .feature-card:nth-child(1) .feature-icon{animation:bounce-mission-svg 1.5s infinite;animation-delay:0s}.mission-features .feature-card:nth-child(2) .feature-icon{animation:bounce-mission-svg 1.8s infinite;animation-delay:.3s}.mission-features .feature-card:nth-child(3) .feature-icon{animation:bounce-mission-svg 1.3s infinite;animation-delay:.6s}.mission-features .feature-card:nth-child(4) .feature-icon{animation:bounce-mission-svg 1.7s infinite;animation-delay:.2s}.mission-features .feature-card:nth-child(5) .feature-icon{animation:bounce-mission-svg 1.6s infinite;animation-delay:.5s}.mission-features .feature-card:nth-child(6) .feature-icon{animation:bounce-mission-svg 1.9s infinite;animation-delay:.1s}.mission-features .feature-card:hover .feature-icon{animation-play-state:paused!important}@keyframes bounce-mission-svg{0%,to{transform:translateY(0)}20%{transform:translateY(-18px)}40%{transform:translateY(-8px)}60%{transform:translateY(-14px)}80%{transform:translateY(-4px)}}@media (max-width: 1024px){.container{padding:0 16px}.hero-text h1{font-size:2rem}.products-content,.about-content{grid-template-columns:1fr;gap:50px}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}.products-section>div{padding-left:2rem!important}.product-photo{width:10rem;height:10rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.social-grid{grid-template-columns:repeat(2,1fr)}.mission-features{grid-template-columns:repeat(2,1fr);gap:25px}.timeline:before{left:30px}.timeline-item{flex-direction:row!important;padding-left:60px}.timeline-year{left:30px;transform:translateY(-50%)}.timeline-content{width:100%;text-align:left!important;padding:0}}@media (max-width: 768px){.container{padding:0 16px}.hero-section{height:80vh;margin-top:70px}.hero-video{object-fit:cover;object-position:center}.hero-text h1{font-size:2.5rem}.hero-text p{font-size:1rem}.service-info,.products-section,.about-section,.history-section,.follow-section{padding:40px 0}.about-section{padding:60px 0}.stats-section{padding:40px 0}.service-content h2,.products-text h2,.about-text h2,.history-section h2,.follow-section h2{font-size:2rem}.about-text h2{font-size:2.2rem}.about-text p{font-size:1.05rem}.about-image img{height:350px}.products-grid{grid-template-columns:1fr;gap:16px}.products-section>div{padding-left:1rem!important}.product-photo{width:180px;height:180px}.products-button{display:block;margin:0 auto}.stats-grid{grid-template-columns:1fr;gap:24px}.stat-number{font-size:2.5rem}.social-grid{grid-template-columns:1fr;max-width:300px}.timeline-item{margin-bottom:50px}.timeline-content h3{font-size:1.2rem}.timeline-content img{height:150px}.mission-section{padding:60px 0}.mission-header h2{font-size:2.2rem}.mission-intro{font-size:1.1rem}.mission-features{grid-template-columns:1fr;gap:30px}.feature-card{padding:30px 20px}.feature-icon{width:40px;height:40px;margin:0 auto 15px}.feature-icon svg{width:40px;height:40px}}.story-section{margin-bottom:100px;animation:fadeInUp .8s ease-out}.story-heading{font-size:2.2rem;color:#2d5a27;margin-bottom:24px;font-weight:700;line-height:1.2}.story-image{float:right;width:min(42%,520px);max-width:100%;height:auto;margin:0 0 16px 24px;border-radius:8px;box-shadow:0 8px 32px #0000001a;object-fit:contain}.story-paragraph{font-size:1.1rem;color:#333;line-height:1.8;margin-bottom:20px;font-weight:400}.story-strong{color:#2d5a27;font-weight:600;display:inline-block}@media (max-width: 1024px){.story-image{float:none;width:100%;margin:0 0 24px}}@media (max-width: 480px){.hero-section{height:70vh;margin-top:60px}.hero-text h1{font-size:2rem}.cta-button{padding:14px 24px;font-size:1rem}.service-content h2,.products-text h2,.about-text h2,.history-section h2,.follow-section h2{font-size:1.8rem}.about-text h2{font-size:2rem}.about-text p{font-size:1rem}.about-text .story-highlight{padding:20px;margin:20px 0}.about-button{padding:14px 24px;font-size:1rem}.about-image img{height:280px}.products-section>div{padding-left:.5rem!important}.product-photo{width:150px;height:150px}.products-button{display:block;margin:0 auto;width:fit-content}.timeline-year{font-size:1rem;padding:8px 16px;min-width:80px}.stat-number{font-size:2rem}.social-card{padding:24px 16px}.social-icon{width:50px;height:50px}}.product-page{font-family:Lora,serif;color:#333;line-height:1.6;background:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{position:relative;height:60vh;min-height:400px;overflow:hidden}.hero-image-container{position:relative;width:100%;height:100%}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-title-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center}.hero-title{color:#fff;font-size:3.5rem;font-weight:400;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin:0}.product-description-section{padding:0;background:#f8f9fa}.description-content{text-align:center}.product-name{font-size:2.5rem;color:#2d6a4f;margin-bottom:60px;font-weight:400}.description-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1000px;margin:0 auto}.description-image{text-align:left}.description-image img{width:100%;max-width:100%;height:100%;object-fit:contain;object-position:left center;border-radius:8px;background:transparent;box-shadow:none;margin-left:-100px}.description-text{text-align:left}.main-description{font-size:1.2rem;color:#2d6a4f;margin-bottom:20px;font-weight:500}.detailed-description{font-size:1rem;color:#666;margin-bottom:25px;line-height:1.7}.nutritional-info h4{color:#2d6a4f;margin-bottom:10px;font-size:1.1rem}.nutritional-info p{color:#666;font-style:italic}.varieties-origin-section{padding:80px 0;background:#fff}.varieties-origin-content{display:grid;grid-template-columns:1fr 1fr;gap:80px}.varieties-calendar h3,.origin-section h3{font-size:1.8rem;color:#2d6a4f;margin-bottom:40px;text-align:center}.varieties-list{margin-bottom:40px}.variety-item{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;padding:15px 20px;margin-bottom:10px;cursor:pointer;transition:all .3s ease}.variety-item:hover{border-color:#2d6a4f;background:#f0f8f5}.variety-item.active{border-color:#2d6a4f;background:#e8f5e8}.variety-name{font-weight:500;color:#2d6a4f;display:block}.variety-description{margin-top:10px;padding-top:10px;border-top:1px solid #d4d4d4;color:#666;font-size:.9rem;line-height:1.5}.availability-chart{background:#f8f9fa;border-radius:8px;padding:20px}.chart-months{display:flex;justify-content:space-between;align-items:end;height:120px}.month-column{flex:1;display:flex;flex-direction:column;align-items:center}.month-label{font-size:.8rem;color:#666;margin-bottom:10px;writing-mode:vertical-rl;text-orientation:mixed}.availability-bar{width:20px;height:80px;background:#e9ecef;border-radius:4px;position:relative;overflow:hidden}.availability-bar.available{background:#40826d}.bar-fill{width:100%;height:100%;background:linear-gradient(to top,#2d6a4f,#40826d);border-radius:4px}.origin-map{text-align:center}.pakistan-map{position:relative;display:inline-block;margin-bottom:30px}.map-svg{max-width:100%;width:400px;height:300px;border-radius:8px;box-shadow:0 5px 20px #0000001a;background:#fff}.map-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 5px 20px #0000001a}.origin-marker{position:absolute;transform:translate(-50%,-50%)}.marker-dot{width:12px;height:12px;background:#dc3545;border:2px solid white;border-radius:50%;box-shadow:0 2px 4px #0000004d}.marker-label{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;white-space:nowrap;opacity:0;transition:opacity .3s ease}.origin-marker:hover .marker-label{opacity:1}.origin-list{text-align:left;max-width:300px;margin:0 auto}.origin-list h4{color:#2d6a4f;margin-bottom:15px;font-size:1.1rem}.origin-list ul{list-style:none;padding:0}.origin-list li{padding:8px 0;border-bottom:1px solid #e9ecef;color:#666}.origin-list li:last-child{border-bottom:none}.more-fruits-section{padding:80px 0;background:#f8f9fa}.more-fruits-section h2{text-align:center;font-size:2.2rem;color:#2d6a4f;margin-bottom:50px;font-weight:400}.fruits-carousel{position:relative;display:flex;align-items:center;gap:20px}.fruits-scroll-container{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.fruits-scroll-container::-webkit-scrollbar{display:none}.fruits-grid-infinite{display:flex;gap:20px;animation:scroll-infinite 30s linear infinite;width:max-content}@keyframes scroll-infinite{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.fruits-grid-infinite:hover{animation-play-state:paused}.carousel-btn{background:#2d6a4f;color:#fff;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2d6a4f4d;flex-shrink:0}.carousel-btn:hover{background:#40826d;transform:translateY(-2px);box-shadow:0 6px 20px #2d6a4f66}.fruits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;flex:1}.fruit-item{text-align:center;cursor:pointer;transition:box-shadow .2s,transform .2s;padding:18px 0 10px;border-radius:18px;background:transparent;box-shadow:0 2px 8px #0000000f;border:1.5px solid rgba(34,97,59,.12);margin:8px;display:flex;flex-direction:column;align-items:center;min-width:160px;max-width:100%;min-height:220px}.fruit-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.fruit-image{width:100%;height:110px;margin:0 auto 10px;border-radius:14px;overflow:hidden;background:none;padding:0;display:flex;align-items:center;justify-content:center}.fruit-image img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:14px;border:none;box-shadow:0 2px 8px #00000014}.fruit-name{color:#22613b;font-weight:600;font-size:1.1rem;margin-top:8px;text-align:center}@media (max-width: 768px){.hero-title{font-size:2.5rem}.description-layout{grid-template-columns:1fr;gap:40px}.description-text{text-align:center}.varieties-origin-content{grid-template-columns:1fr;gap:60px}.fruits-grid{grid-template-columns:repeat(3,1fr)}.carousel-btn{display:none}.chart-months{height:100px}.availability-bar{height:60px;width:15px}.month-label{font-size:.7rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:40px 20px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #8B4513;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{font-size:1.2rem;color:#666;margin:0}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:40px 20px;text-align:center}.error-container h2{font-size:2.5rem;color:#8b4513;margin-bottom:20px;font-weight:400}.error-container p{font-size:1.2rem;color:#666;margin-bottom:30px;max-width:500px}.back-button{background-color:#8b4513;color:#fff;border:none;padding:12px 24px;font-size:1rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease;font-family:sans-serif}.back-button:hover{background-color:#6b3410}@media (max-width: 480px){.hero-title,.product-name{font-size:2rem}.fruits-grid{grid-template-columns:repeat(2,1fr)}.varieties-origin-section,.product-description-section,.more-fruits-section{padding:50px 0}.error-container h2{font-size:2rem}.error-container p{font-size:1rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-cyrillic-400-normal-CjW2EstV.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-400-normal-ZiRag6zj.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-vietnamese-400-normal-BV2APVTb.woff2) format("woff2"),url(/assets/playfair-display-vietnamese-400-normal-BbvUAu4N.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-latin-ext-400-normal-YltwXpkM.woff2) format("woff2"),url(/assets/playfair-display-latin-ext-400-normal-Ds4yBQoc.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/playfair-display-latin-400-normal-C_co0ool.woff2) format("woff2"),url(/assets/playfair-display-latin-400-normal-BnzyPTkU.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/playfair-display-cyrillic-500-normal-GO7-LTbC.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-500-normal-DmDODJdV.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/playfair-display-vietnamese-500-normal-Jyt54flB.woff2) format("woff2"),url(/assets/playfair-display-vietnamese-500-normal-_Z41d-72.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/playfair-display-latin-ext-500-normal-BgL7uzqw.woff2) format("woff2"),url(/assets/playfair-display-latin-ext-500-normal-BxDWQ8vO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/playfair-display-latin-500-normal-D3h2Npn8.woff2) format("woff2"),url(/assets/playfair-display-latin-500-normal-BX0iY9HO.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/playfair-display-cyrillic-600-normal-oLY6jnZ7.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-600-normal-DbWAkkgN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/playfair-display-vietnamese-600-normal-ICsRR-qJ.woff2) format("woff2"),url(/assets/playfair-display-vietnamese-600-normal-BPJkAZPN.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/playfair-display-latin-ext-600-normal-MOgpViXh.woff2) format("woff2"),url(/assets/playfair-display-latin-ext-600-normal-Dfsecj3L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/playfair-display-latin-600-normal-Db2By4M3.woff2) format("woff2"),url(/assets/playfair-display-latin-600-normal-BNt4iiyd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/playfair-display-cyrillic-700-normal-wz6Sfqbn.woff2) format("woff2"),url(/assets/playfair-display-cyrillic-700-normal-DmRDdBu1.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/playfair-display-vietnamese-700-normal-CaKJSIny.woff2) format("woff2"),url(/assets/playfair-display-vietnamese-700-normal-Cr1rw0mr.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/playfair-display-latin-ext-700-normal-DnjOJ4Sz.woff2) format("woff2"),url(/assets/playfair-display-latin-ext-700-normal-Cxd0XoLV.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/playfair-display-latin-700-normal-DDGBn2pJ.woff2) format("woff2"),url(/assets/playfair-display-latin-700-normal-Yjjoa82l.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-cyrillic-ext-400-normal-DwaaZvol.woff2) format("woff2"),url(/assets/lora-cyrillic-ext-400-normal-PiPRSBNu.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-cyrillic-400-normal-BUwLenRA.woff2) format("woff2"),url(/assets/lora-cyrillic-400-normal-BvBlCq__.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-math-400-normal-D0JR1ZUQ.woff2) format("woff2"),url(/assets/lora-math-400-normal-BrMDL2zc.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-symbols-400-normal-DmcY0X7a.woff2) format("woff2"),url(/assets/lora-symbols-400-normal-BK2bqsD8.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-vietnamese-400-normal-BxA6xcFr.woff2) format("woff2"),url(/assets/lora-vietnamese-400-normal-DlgyXXxo.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-latin-ext-400-normal-B1scDE6K.woff2) format("woff2"),url(/assets/lora-latin-ext-400-normal-DFD1T0tP.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/lora-latin-400-normal-BEO3GLPG.woff2) format("woff2"),url(/assets/lora-latin-400-normal-mRWPKGpd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-cyrillic-ext-500-normal-4Ud55qIb.woff2) format("woff2"),url(/assets/lora-cyrillic-ext-500-normal-BM33EBQZ.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-cyrillic-500-normal-nabSSv3U.woff2) format("woff2"),url(/assets/lora-cyrillic-500-normal-DQ6chvJO.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-math-500-normal-CFOtcT6H.woff2) format("woff2"),url(/assets/lora-math-500-normal-FJ-Bq0fv.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-symbols-500-normal-CJHTIF5f.woff2) format("woff2"),url(/assets/lora-symbols-500-normal-C70LsJbW.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-vietnamese-500-normal-LA4e_tum.woff2) format("woff2"),url(/assets/lora-vietnamese-500-normal-vya0n-2r.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-latin-ext-500-normal-Bhqa2OUc.woff2) format("woff2"),url(/assets/lora-latin-ext-500-normal-DVlnvBE4.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/lora-latin-500-normal-DEq3s--z.woff2) format("woff2"),url(/assets/lora-latin-500-normal-D_z_xEMy.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/lora-cyrillic-ext-600-normal-CYLe3Bq4.woff2) format("woff2"),url(/assets/lora-cyrillic-ext-600-normal-BobJ8QCm.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/lora-cyrillic-600-normal-Bz_mpLx6.woff2) format("woff2"),url(/assets/lora-cyrillic-600-normal-Bq-2zD-a.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/lora-math-600-normal-3m9cJ6uB.woff2) format("woff2"),url(/assets/lora-math-600-normal-Cz2fItL0.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/lora-symbols-600-normal-DaMEG5Dn.woff2) format("woff2"),url(/assets/lora-symbols-600-normal-CURAubwP.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/lora-vietnamese-600-normal-B_IFhWKN.woff2) format("woff2"),url(/assets/lora-vietnamese-600-normal-BnEhOXH8.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/lora-latin-ext-600-normal-BytY7coW.woff2) format("woff2"),url(/assets/lora-latin-ext-600-normal-NM0VdBHJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lora;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/lora-latin-600-normal-C9KcfMzc.woff2) format("woff2"),url(/assets/lora-latin-600-normal-BTCVDZFJ.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
