:root{--blue:#0096d6;--blue-dark:#0077b5;--blue-light:#e6f4fa;--gray-900:#1a1a2e;--gray-700:#4a4a5a;--gray-500:#888;--gray-200:#eaeaef;--gray-100:#f5f5f7;--white:#fff;--shadow:0 1px 3px #00000014, 0 4px 16px #0000000f;--radius:8px;--max-width:1100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-700);background:var(--gray-100);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.65}a{color:var(--blue);text-decoration:none;transition:color .15s}a:hover{color:var(--blue-dark)}img{max-width:100%;height:auto;display:block}h1,h2,h3{color:var(--gray-900);line-height:1.25}h1{margin-bottom:.5rem;font-size:2rem;font-weight:700}h2{margin:1.5rem 0 .5rem;font-size:1.5rem;font-weight:600}h3{margin-bottom:.35rem;font-size:1.15rem;font-weight:600}p{margin-bottom:.8rem}ul,ol{margin-bottom:.8rem;padding-left:1.5rem}li{margin-bottom:.35rem}#wrapper{max-width:var(--max-width);background:var(--white);box-shadow:var(--shadow);margin:0 auto}#header{border-bottom:1px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.8rem 2rem;display:flex}#logo_slogan_wrapper{align-items:center;gap:1rem;display:flex}#logo img{width:auto;height:42px}#sitename p{color:var(--gray-500);letter-spacing:.02em;font-size:.8rem}#main-menu .menu{gap:.25rem;list-style:none;display:flex}#main-menu .menu a{color:var(--gray-700);border-radius:var(--radius);padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:background .15s,color .15s;display:inline-block}#main-menu .menu a:hover{background:var(--blue-light);color:var(--blue)}#main-menu .menu a.active{background:var(--blue);color:var(--white)}#main{max-width:var(--max-width);margin:0 auto;padding:2rem}.page-title{margin-bottom:.25rem;font-size:2rem}.region-content{padding-bottom:1rem}#headimg{margin-bottom:1.5rem}#headimg img{object-fit:cover;border-radius:var(--radius);width:100%;height:auto;max-height:320px}.btn,.links li a{color:var(--white);background:var(--blue);border-radius:var(--radius);padding:.55rem 1.3rem;font-size:.9rem;font-weight:500;transition:background .15s,transform .1s;display:inline-block}.btn:hover,.links li a:hover{background:var(--blue-dark);color:var(--white);transform:translateY(-1px)}.links{padding:0;list-style:none}.links.inline li{margin-right:.4rem;display:inline-block}ul.links.inline{padding:0}table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.92rem}th{background:var(--blue);color:var(--white);text-align:left;padding:.6rem .8rem;font-weight:500}td{border-bottom:1px solid var(--gray-200);background:var(--white);padding:.55rem .8rem}tr:nth-child(2n) td{background:var(--gray-100)}.text-center{text-align:center}table p{margin:0}table td .media-image{width:28px;height:28px;margin:0 auto;display:inline-block}.front-panels{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem;display:grid}.front-col{text-align:center;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);flex-direction:column;transition:transform .15s;display:flex;overflow:hidden}.front-col:hover{transform:translateY(-2px)}.front-col img{width:100%;display:block}.front-col img.img-padded{width:calc(100% - 2rem);margin:0 auto}.front-col .col-body{padding:1.5rem}.front-col h2{margin:0 0 .5rem;font-size:1.1rem}.front-col p{color:var(--gray-700);font-size:.9rem}.front-col .links{padding-top:.75rem}#slider{position:relative}#slide{position:relative;overflow:hidden}.slide-area{height:350px;position:relative}.slide_image{width:580px;position:absolute;top:0;bottom:0;left:0}.slide_image img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0}.slide_image img.active{opacity:1}.descriptions{background:linear-gradient(135deg,#0096d6eb,#0077b5f2);align-items:center;width:520px;max-width:100%;padding:2.5rem;display:flex;position:absolute;top:0;bottom:0;right:0}.desc{color:var(--white);opacity:0;flex-direction:column;justify-content:center;padding:2.5rem;transition:opacity .6s;display:flex;position:absolute;inset:0}.desc.active{opacity:1}.desc_top{margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.2}.desc_bottom{opacity:.9;font-size:1.1rem;line-height:1.5}.paging{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1rem;right:1.5rem}.paging a{text-indent:-9999px;background:#fff6;border-radius:50%;width:12px;height:12px;transition:background .2s;display:inline-block;overflow:hidden}.paging a.active,.paging a:hover{background:var(--white)}.content ul{padding-left:1.5rem}.content ul li{margin-bottom:.4rem}img.media-image{margin:.5em}.contact-logo{float:right;width:280px;height:auto;margin:0 0 1rem 1.5rem}#footer-context{margin-top:3rem}#footer-bottom{background:var(--gray-900);color:var(--gray-500);text-align:center;padding:1.5rem 2rem;font-size:.85rem}#footer-bottom a{color:var(--blue)}#footer-bottom a:hover{color:var(--white)}#footer-bottom p{margin:0}#divider_wrapper{position:relative}#divider{background:linear-gradient(to right, var(--blue), var(--blue-dark));z-index:20;height:4px;position:absolute;bottom:0;left:0;right:0}@media (width<=900px){.front-panels{grid-template-columns:1fr;margin:1rem}.descriptions{width:100%}.slide_image{display:none}.slide-area{height:280px}.desc_top{font-size:1.4rem}.desc_bottom{font-size:.95rem}#header{padding:.8rem 1rem}#main{padding:1.5rem 1rem}.contact-logo{float:none;width:100%;margin:0 0 1rem}.front-col .col-body{padding:1rem}}@media (width<=600px){#logo_slogan_wrapper{flex-direction:column;align-items:flex-start;gap:.25rem}#main-menu .menu{flex-wrap:wrap}#main-menu .menu a{padding:.4rem .7rem;font-size:.8rem}.slide-area{height:220px}.desc{padding:1.25rem}.desc_top{font-size:1.15rem}.desc_bottom{font-size:.85rem;line-height:1.35}h1{font-size:1.6rem}.front-panels{gap:1rem;margin:.5rem}}
