{"id":27,"date":"2026-05-10T16:24:53","date_gmt":"2026-05-10T16:24:53","guid":{"rendered":"https:\/\/lass.edu.np\/?page_id=27"},"modified":"2026-05-17T09:35:51","modified_gmt":"2026-05-17T09:35:51","slug":"elementor-27","status":"publish","type":"page","link":"https:\/\/lass.edu.np\/","title":{"rendered":"Hello"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27\" class=\"elementor elementor-27\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ae137e e-con-full e-flex e-con e-parent\" data-id=\"8ae137e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fbb1ff elementor-widget elementor-widget-html\" data-id=\"2fbb1ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=4.0\">\r\n<title>Shree Laxmi Adarsha Secondary School<\/title>\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@600;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\/>\r\n\r\n<style>\r\n\r\n*{\r\n    margin:0;\r\n    padding:0;\r\n    box-sizing:border-box;\r\n    scroll-behavior:smooth;\r\n}\r\n\r\nbody{\r\n    font-family:'Poppins',sans-serif;\r\n    background:#f4f7fb;\r\n    overflow-x:hidden;\r\n    color:#222;\r\n}\r\n\r\n\/* COLORS *\/\r\n\r\n:root{\r\n    --red:#C8102E;\r\n    --blue:#0B1F5C;\r\n    --gold:#f5c542;\r\n    --white:#ffffff;\r\n}\r\n\r\n\/* CULTURAL PATTERN *\/\r\n\r\n.pattern{\r\n    position:absolute;\r\n    width:600px;\r\n    height:600px;\r\n    border:2px dashed rgba(245,197,66,.2);\r\n    border-radius:50%;\r\n    animation:spin 20s linear infinite;\r\n}\r\n\r\n.pattern1{\r\n    top:-100px;\r\n    left:-100px;\r\n}\r\n\r\n.pattern2{\r\n    bottom:-100px;\r\n    right:-100px;\r\n}\r\n\r\n@keyframes spin{\r\n    from{transform:rotate(0deg);}\r\n    to{transform:rotate(360deg);}\r\n}\r\n\r\n\/* HERO *\/\r\n\r\n.hero{\r\n    min-height:100vh;\r\n    background:\r\n    linear-gradient(rgba(11,31,92,.78),rgba(200,16,46,.75)),\r\n    url('https:\/\/images.unsplash.com\/photo-1523050854058-8df90110c9f1?q=80&w=1600&auto=format&fit=crop');\r\n    background-size:cover;\r\n    background-position:center;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    text-align:center;\r\n    padding:100px 8%;\r\n    position:relative;\r\n    overflow:hidden;\r\n}\r\n\r\n.hero-content{\r\n    max-width:1000px;\r\n    z-index:2;\r\n}\r\n\r\n.hero h1{\r\n    font-size:4.5rem;\r\n    line-height:1.1;\r\n    color:white;\r\n    font-weight:800;\r\n    margin-bottom:25px;\r\n    text-shadow:0 10px 30px rgba(0,0,0,.4);\r\n    animation:fadeUp 1.5s ease;\r\n}\r\n\r\n.hero h1 span{\r\n    background:linear-gradient(90deg,#fff,var(--gold),#fff);\r\n    background-size:300%;\r\n    -webkit-background-clip:text;\r\n    -webkit-text-fill-color:transparent;\r\n    animation:shine 5s linear infinite;\r\n}\r\n\r\n@keyframes shine{\r\n    0%{background-position:0%;}\r\n    100%{background-position:300%;}\r\n}\r\n\r\n.hero p{\r\n    color:#f1f5f9;\r\n    font-size:1.2rem;\r\n    line-height:1.9;\r\n    margin-bottom:40px;\r\n    animation:fadeUp 2s ease;\r\n}\r\n\r\n.hero-buttons{\r\n    display:flex;\r\n    justify-content:center;\r\n    gap:20px;\r\n    flex-wrap:wrap;\r\n}\r\n\r\n.btn{\r\n    padding:16px 35px;\r\n    border-radius:50px;\r\n    text-decoration:none;\r\n    font-weight:600;\r\n    transition:.4s;\r\n}\r\n\r\n.btn-primary{\r\n    background:var(--gold);\r\n    color:#111;\r\n    box-shadow:0 10px 25px rgba(245,197,66,.4);\r\n}\r\n\r\n.btn-primary:hover{\r\n    transform:translateY(-5px);\r\n}\r\n\r\n.btn-secondary{\r\n    border:2px solid white;\r\n    color:white;\r\n}\r\n\r\n.btn-secondary:hover{\r\n    background:white;\r\n    color:var(--blue);\r\n}\r\n\r\n\/* FLOATING ELEMENTS *\/\r\n\r\n.float{\r\n    position:absolute;\r\n    border-radius:50%;\r\n    background:rgba(255,255,255,.08);\r\n    animation:float 8s infinite ease-in-out;\r\n}\r\n\r\n.float1{\r\n    width:120px;\r\n    height:120px;\r\n    top:20%;\r\n    left:10%;\r\n}\r\n\r\n.float2{\r\n    width:80px;\r\n    height:80px;\r\n    bottom:15%;\r\n    right:10%;\r\n}\r\n\r\n@keyframes float{\r\n    0%{transform:translateY(0);}\r\n    50%{transform:translateY(-25px);}\r\n    100%{transform:translateY(0);}\r\n}\r\n\r\n\/* SECTION *\/\r\n\r\nsection{\r\n    padding:100px 8%;\r\n    position:relative;\r\n}\r\n\r\n.section-title{\r\n    text-align:center;\r\n    margin-bottom:60px;\r\n}\r\n\r\n.section-title h2{\r\n    font-size:3rem;\r\n    color:var(--blue);\r\n    margin-bottom:15px;\r\n    font-weight:800;\r\n}\r\n\r\n.section-title p{\r\n    color:#64748b;\r\n    max-width:750px;\r\n    margin:auto;\r\n    line-height:1.8;\r\n}\r\n\r\n\/* GRID *\/\r\n\r\n.grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\r\n    gap:30px;\r\n}\r\n\r\n\/* GLASS CARD *\/\r\n\r\n.card{\r\n    background:rgba(255,255,255,.65);\r\n    backdrop-filter:blur(14px);\r\n    border:1px solid rgba(255,255,255,.4);\r\n    border-radius:24px;\r\n    padding:35px;\r\n    transition:.5s;\r\n    box-shadow:0 10px 30px rgba(0,0,0,.08);\r\n    position:relative;\r\n    overflow:hidden;\r\n}\r\n\r\n.card:hover{\r\n    transform:translateY(-10px);\r\n    box-shadow:0 20px 40px rgba(0,0,0,.12);\r\n}\r\n\r\n.card i{\r\n    font-size:2.7rem;\r\n    color:var(--red);\r\n    margin-bottom:20px;\r\n}\r\n\r\n.card h3{\r\n    margin-bottom:15px;\r\n    color:var(--blue);\r\n}\r\n\r\n.card p{\r\n    line-height:1.8;\r\n    color:#475569;\r\n}\r\n\r\n\/* ACHIEVEMENTS *\/\r\n\r\n.stats{\r\n    background:\r\n    linear-gradient(rgba(11,31,92,.9),rgba(11,31,92,.9)),\r\n    url('https:\/\/images.unsplash.com\/photo-1509062522246-3755977927d7?q=80&w=1600&auto=format&fit=crop');\r\n    background-size:cover;\r\n    background-attachment:fixed;\r\n    color:white;\r\n}\r\n\r\n.stats-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\r\n    gap:30px;\r\n}\r\n\r\n.stat-box{\r\n    text-align:center;\r\n    padding:40px 20px;\r\n    border-radius:20px;\r\n    background:rgba(255,255,255,.08);\r\n    backdrop-filter:blur(10px);\r\n    transition:.4s;\r\n}\r\n\r\n.stat-box:hover{\r\n    transform:translateY(-10px);\r\n}\r\n\r\n.counter{\r\n    font-size:3.2rem;\r\n    color:var(--gold);\r\n    font-weight:800;\r\n    margin-bottom:10px;\r\n}\r\n\r\n\/* TESTIMONIALS *\/\r\n\r\n.testimonial{\r\n    position:relative;\r\n}\r\n\r\n.testimonial::before{\r\n    content:\"\u201c\";\r\n    position:absolute;\r\n    top:-30px;\r\n    left:0;\r\n    font-size:6rem;\r\n    color:rgba(200,16,46,.08);\r\n}\r\n\r\n\/* NEWS *\/\r\n\r\n.news img{\r\n    width:100%;\r\n    height:220px;\r\n    object-fit:cover;\r\n    border-radius:18px;\r\n    margin-bottom:20px;\r\n}\r\n\r\n\/* FOOTER *\/\r\n\r\nfooter{\r\n    background:linear-gradient(135deg,var(--blue),#06133d,var(--red));\r\n    color:white;\r\n    padding:80px 8% 30px;\r\n}\r\n\r\n.footer-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\r\n    gap:40px;\r\n    margin-bottom:40px;\r\n}\r\n\r\nfooter h3{\r\n    color:var(--gold);\r\n    margin-bottom:20px;\r\n}\r\n\r\nfooter p{\r\n    line-height:2;\r\n    color:#e2e8f0;\r\n}\r\n\r\n.socials{\r\n    display:flex;\r\n    gap:15px;\r\n    margin-top:20px;\r\n}\r\n\r\n.socials a{\r\n    width:42px;\r\n    height:42px;\r\n    border-radius:50%;\r\n    background:rgba(255,255,255,.1);\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    color:white;\r\n    transition:.4s;\r\n    text-decoration:none;\r\n}\r\n\r\n.socials a:hover{\r\n    background:var(--gold);\r\n    color:#111;\r\n}\r\n\r\n.footer-bottom{\r\n    text-align:center;\r\n    border-top:1px solid rgba(255,255,255,.1);\r\n    padding-top:20px;\r\n    color:#cbd5e1;\r\n}\r\n\r\n\/* ANIMATIONS *\/\r\n\r\n@keyframes fadeUp{\r\n    from{\r\n        opacity:0;\r\n        transform:translateY(40px);\r\n    }\r\n    to{\r\n        opacity:1;\r\n        transform:translateY(0);\r\n    }\r\n}\r\n\r\n\/* RESPONSIVE *\/\r\n\r\n@media(max-width:900px){\r\n\r\n.hero h1{\r\n    font-size:2.8rem;\r\n}\r\n\r\n.section-title h2{\r\n    font-size:2.2rem;\r\n}\r\n\r\n}\r\n\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<!-- HERO -->\r\n\r\n<section class=\"hero\">\r\n\r\n<div class=\"pattern pattern1\"><\/div>\r\n<div class=\"pattern pattern2\"><\/div>\r\n\r\n<div class=\"float float1\"><\/div>\r\n<div class=\"float float2\"><\/div>\r\n\r\n<div class=\"hero-content\">\r\n\r\n<h1>\r\n<span>Shree Laxmi Adarsha<\/span><br>\r\nSecondary School\r\n<\/h1>\r\n\r\n<p>\r\nEmpowering young minds with academic excellence, cultural pride,\r\ninnovation, discipline, and leadership while preserving the rich\r\nheritage and traditions of Nepal.\r\n<\/p>\r\n\r\n<div class=\"hero-buttons\">\r\n<a href=\"#\" class=\"btn btn-primary\">Explore Excellence<\/a>\r\n<a href=\"#\" class=\"btn btn-secondary\">Admission Open<\/a>\r\n<\/div>\r\n\r\n<\/div>\r\n<\/section>\r\n\r\n<!-- ACHIEVEMENTS -->\r\n\r\n<section class=\"stats\">\r\n\r\n<div class=\"section-title\">\r\n<h2 style=\"color:white;\">Our Accomplishments<\/h2>\r\n\r\n<p style=\"color:#dbeafe;\">\r\nA legacy of excellence, achievements, leadership, and dedication\r\ntowards quality education and cultural values.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"stats-grid\">\r\n\r\n<div class=\"stat-box\">\r\n<div class=\"counter\">35+<\/div>\r\n<h3>Years Excellence<\/h3>\r\n<\/div>\r\n\r\n<div class=\"stat-box\">\r\n<div class=\"counter\">2500+<\/div>\r\n<h3>Students<\/h3>\r\n<\/div>\r\n\r\n<div class=\"stat-box\">\r\n<div class=\"counter\">150+<\/div>\r\n<h3>Awards Won<\/h3>\r\n<\/div>\r\n\r\n<div class=\"stat-box\">\r\n<div class=\"counter\">98%<\/div>\r\n<h3>Outstanding Results<\/h3>\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- WHY CHOOSE -->\r\n\r\n<section>\r\n\r\n<div class=\"section-title\">\r\n<h2>Why Choose Our School<\/h2>\r\n\r\n<p>\r\nCombining modern education with strong Nepali values to create\r\nfuture-ready leaders and responsible citizens.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"grid\">\r\n\r\n<div class=\"card\">\r\n<i class=\"fa-solid fa-book-open\"><\/i>\r\n<h3>Academic Excellence<\/h3>\r\n<p>\r\nDelivering quality education with modern teaching techniques\r\nand exceptional academic performance.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"card\">\r\n<i class=\"fa-solid fa-landmark\"><\/i>\r\n<h3>Cultural Heritage<\/h3>\r\n<p>\r\nPreserving Nepali traditions, values, and identity through\r\ncultural learning and celebration.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"card\">\r\n<i class=\"fa-solid fa-lightbulb\"><\/i>\r\n<h3>Innovation & Leadership<\/h3>\r\n<p>\r\nEncouraging creativity, critical thinking, leadership,\r\nand innovation among students.\r\n<\/p>\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- FACILITIES -->\r\n\r\n<section>\r\n\r\n<div class=\"section-title\">\r\n<h2>Facilities & Student Life<\/h2>\r\n\r\n<p>\r\nA modern learning environment designed to inspire growth,\r\ncreativity, sportsmanship, and holistic development.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"grid\">\r\n\r\n<div class=\"card\">\r\n<i class=\"fa-solid fa-desktop\"><\/i>\r\n<h3>Smart Classrooms<\/h3>\r\n<p>\r\nTechnology-enabled classrooms with interactive learning experiences.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"card\">\r\n<i class=\"fa-solid fa-flask\"><\/i>\r\n<h3>Science Labs<\/h3>\r\n<p>\r\nAdvanced laboratories encouraging innovation and scientific discovery.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"card\">\r\n<i class=\"fa-solid fa-football\"><\/i>\r\n<h3>Sports & Activities<\/h3>\r\n<p>\r\nSports programs and extracurricular activities for holistic growth.\r\n<\/p>\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- TESTIMONIALS -->\r\n\r\n<section>\r\n\r\n<div class=\"section-title\">\r\n<h2>Voices of Trust<\/h2>\r\n\r\n<p>\r\nParents and students sharing their experiences and success stories.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"grid\">\r\n\r\n<div class=\"card testimonial\">\r\n<p>\r\nThe school beautifully combines quality education with strong\r\nNepali values and culture.\r\n<\/p>\r\n<h4 style=\"margin-top:20px;\">\u2014 Parent<\/h4>\r\n<\/div>\r\n\r\n<div class=\"card testimonial\">\r\n<p>\r\nTeachers are supportive, inspiring, and dedicated to student success.\r\n<\/p>\r\n<h4 style=\"margin-top:20px;\">\u2014 Student<\/h4>\r\n<\/div>\r\n\r\n<div class=\"card testimonial\">\r\n<p>\r\nA prestigious institution with world-class learning and warm environment.\r\n<\/p>\r\n<h4 style=\"margin-top:20px;\">\u2014 Alumni<\/h4>\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- NEWS -->\r\n\r\n<section>\r\n\r\n<div class=\"section-title\">\r\n<h2>Latest News & Highlights<\/h2>\r\n\r\n<p>\r\nStay updated with school achievements, notices, competitions,\r\nand educational events.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"grid\">\r\n\r\n<div class=\"card news\">\r\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1524178232363-1fb2b075b655?q=80&w=800&auto=format&fit=crop\">\r\n<h3>National Science Competition<\/h3>\r\n<p>\r\nStudents achieved remarkable success in inter-school competitions.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"card news\">\r\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1516321318423-f06f85e504b3?q=80&w=800&auto=format&fit=crop\">\r\n<h3>Cultural Celebration<\/h3>\r\n<p>\r\nTraditional Nepali programs celebrating art, dance, and heritage.\r\n<\/p>\r\n<\/div>\r\n\r\n<div class=\"card news\">\r\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1529390079861-591de354faf5?q=80&w=800&auto=format&fit=crop\">\r\n<h3>Scholarship Achievement<\/h3>\r\n<p>\r\nRecognizing academic excellence and student dedication.\r\n<\/p>\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<\/section>\r\n\r\n<!-- FOOTER -->\r\n\r\n<footer>\r\n\r\n<div class=\"footer-grid\">\r\n\r\n<div>\r\n<h3>Shree Laxmi Adarsha Secondary School<\/h3>\r\n\r\n<p>\r\nInspiring Excellence \u2022 Preserving Culture \u2022 Building Future Leaders\r\n<\/p>\r\n\r\n<div class=\"socials\">\r\n<a href=\"#\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\r\n<a href=\"#\"><i class=\"fab fa-instagram\"><\/i><\/a>\r\n<a href=\"#\"><i class=\"fab fa-youtube\"><\/i><\/a>\r\n<a href=\"#\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\r\n<\/div>\r\n<\/div>\r\n\r\n<div>\r\n<h3>Contact Information<\/h3>\r\n\r\n<p>\ud83d\udccd Pokhara-27, Kaski<\/p>\r\n<p>\ud83d\udcde +977-9856064019<\/p>\r\n<p>\u2709 laxmiadarsha25@gmail.com<\/p>\r\n<\/div>\r\n\r\n<div>\r\n<h3>School Motto<\/h3>\r\n\r\n<p>\r\n\u201c\u091c\u094d\u091e\u093e\u0928, \u0938\u0902\u0938\u094d\u0915\u093e\u0930 \u0930 \u0928\u0947\u0924\u0943\u0924\u094d\u0935\u0915\u094b \u092e\u093e\u0930\u094d\u0917\u201d\r\n<\/p>\r\n\r\n<p>\r\nA place where knowledge, culture, and leadership unite.\r\n<\/p>\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<div class=\"footer-bottom\">\r\n\u00a9 2026 Shree Laxmi Adarsha Secondary School | Proudly Nepali \ud83c\uddf3\ud83c\uddf5\r\n<\/div>\r\n\r\n<\/footer>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0c1f1e e-flex e-con-boxed e-con e-parent\" data-id=\"c0c1f1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f9c8118 e-flex e-con-boxed e-con e-parent\" data-id=\"f9c8118\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da1e6df e-flex e-con-boxed e-con e-parent\" data-id=\"da1e6df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Shree Laxmi Adarsha Secondary School Shree Laxmi Adarsha Secondary School Empowering young minds with academic excellence, cultural pride, innovation, discipline, and leadership while preserving the rich heritage and traditions of Nepal. Explore Excellence Admission Open Our Accomplishments A legacy of excellence, achievements, leadership, and dedication towards quality education and cultural values. 35+ Years Excellence 2500+ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lass.edu.np\/index.php?rest_route=\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lass.edu.np\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lass.edu.np\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lass.edu.np\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lass.edu.np\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=27"}],"version-history":[{"count":37,"href":"https:\/\/lass.edu.np\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":71,"href":"https:\/\/lass.edu.np\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions\/71"}],"wp:attachment":[{"href":"https:\/\/lass.edu.np\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}