:root{--primary:#eef1f4;--secondary:#d5dbe1;--success:#0b6a3a;--danger:#c0281f;--warning:#b07e00;--info:#0b78c6;--light:#fff;--dark:#21262c;--muted:#94a1ad;--white:#fff;--bg:#f4f6f8;--border:#e3e8ed;--header-bg:var(--light);--header-muted:#45525e;--subheader-bg:#e5e5e5;--radius:.5rem;--radius-sm:.375rem;--shadow-sm:0 1px 2px #1018280d, 0 1px 3px #10182814;--shadow-md:0 4px 12px #10182814;--shadow-lg:0 8px 24px #1018281f;--focus-ring:0 0 0 .2rem #0b6a3a33;--transition-fast:all .2s cubic-bezier(.4, 0, .2, 1);--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--footer-bg:#0e2a1b;--footer-text:#e6efe9;--footer-muted:#96b3a3}.bg-success{background-color:var(--success)}.bg-danger{background-color:var(--danger)}.bg-warning{background-color:var(--warning)}.text-success{color:var(--success)}.text-danger{color:var(--danger)}.text-warning{color:var(--warning)}:root{accent-color:var(--success)}html,body{color:var(--dark);background-color:var(--bg);word-wrap:break-word;margin:0;padding:0;font-family:Onest,Open Sans,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.6}html{height:100%}body{min-height:100%}a{color:var(--success);text-decoration:none}a:hover{text-decoration:underline}div.message_body{margin:0;padding:1rem}header{background-color:var(--header-bg);border-bottom:1px solid var(--border);width:100%;margin:0;padding:0}header .topbar{background-color:var(--header-bg);border-bottom:1px solid var(--border);max-width:1472px;color:var(--muted);justify-content:space-between;gap:1rem;margin:0 auto;padding:.5rem 1rem;font-size:.875rem;display:none}header .topbar .topbar-left{align-items:center;gap:1.5rem;display:flex}header .topbar .topbar-item{align-items:center;gap:.4rem;display:flex}header .topbar .topbar-item svg{flex-shrink:0;width:.9rem;height:.9rem}header .navbar{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;max-width:1472px;margin:0 auto;padding:.65rem 1rem;display:flex}header .navbar a{color:var(--success);text-decoration:none}header .navbar a:hover{text-decoration:none}header .navbar .navbar-left{flex-direction:row;align-items:center;gap:.75rem;display:flex}header .navbar .navbar-toggle{z-index:1001;cursor:pointer;border-radius:var(--radius);width:2.5rem;height:2.5rem;color:var(--success);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative}header .navbar .navbar-toggle:hover{background:var(--primary)}header .navbar .navbar-toggle:focus-visible{box-shadow:var(--focus-ring);outline:none}header .navbar .navbar-toggle .navbar-toggle-icon,header .navbar .navbar-toggle .navbar-toggle-icon:before,header .navbar .navbar-toggle .navbar-toggle-icon:after{content:"";background:var(--success);border-radius:2px;width:1.5rem;height:2px;transition:transform .2s;display:block}header .navbar .navbar-toggle .navbar-toggle-icon{position:relative}header .navbar .navbar-toggle .navbar-toggle-icon:before{position:absolute;top:-6px;left:0}header .navbar .navbar-toggle .navbar-toggle-icon:after{position:absolute;top:6px;left:0}header .navbar .navbar-toggle.active{position:fixed;top:.5rem;left:1rem}header .navbar .navbar-toggle.active .navbar-toggle-icon,header .navbar .navbar-toggle.active .navbar-toggle-icon:before,header .navbar .navbar-toggle.active .navbar-toggle-icon:after{background:var(--success)}header .navbar .navbar-toggle.active .navbar-toggle-icon{background:0 0}header .navbar .navbar-toggle.active .navbar-toggle-icon:before{transform:translateY(6px)rotate(45deg)}header .navbar .navbar-toggle.active .navbar-toggle-icon:after{transform:translateY(-6px)rotate(-45deg)}header .navbar .navbar-toggle.active:hover{background:#ffffff29}header .navbar .navbar-menu{flex-direction:row;align-items:center;gap:.25rem;display:none}header .navbar .navbar-menu a{border-radius:var(--radius);color:var(--dark);padding:.5rem .75rem;font-weight:500;display:inline-block}header .navbar .navbar-menu a:hover{background:var(--primary);color:var(--success)}header .home-subheader{background-color:var(--subheader-bg);justify-content:center;align-items:center;width:100%;min-height:80vh;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}header .home-subheader .home-subheader-bg{background-image:url(/img/tavda-park.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}header .home-subheader .home-subheader-overlay{background:linear-gradient(#0006,#000000b3);position:absolute;inset:0}header .home-subheader .home-subheader-content{z-index:10;text-align:center;width:100%;max-width:1472px;margin:0 auto;padding:2rem 1rem;position:relative}header .home-subheader .home-subheader-title{color:var(--white);letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:2.25rem;font-weight:700;line-height:1.1}header .home-subheader-scroll{z-index:10;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}header .home-subheader-scroll .home-subheader-scroll-frame{border:2px solid #ffffff80;border-radius:9999px;justify-content:center;width:1.5rem;height:2.5rem;animation:1s infinite home-subheader-bounce;display:flex}header .home-subheader-scroll .home-subheader-scroll-dot{background:#ffffff80;border-radius:9999px;width:.25rem;height:.75rem;margin-top:.5rem;animation:2s cubic-bezier(.4,0,.6,1) infinite home-subheader-pulse}.site-brand{flex-direction:row;align-items:center;gap:.6rem;display:flex}.site-brand a,.site-brand a:hover{color:var(--success);text-decoration:none}.site-brand .brand-badge{border-radius:var(--radius);background:var(--success);width:2.5rem;height:2.5rem;box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.site-brand .brand-badge .brand-letter{color:var(--white);font-size:1.125rem;font-weight:700;line-height:1}.site-brand .brand-caption{flex-direction:column;gap:.1rem;display:flex}.site-brand .site-brand-title{letter-spacing:-.02em;text-transform:uppercase;color:var(--success);font-size:1.25rem;font-weight:700;line-height:1.1}.site-brand .site-brand-subtitle{color:var(--header-muted);font-size:.75rem;line-height:1.1}@media (width>=50rem){header .topbar{display:flex}header .navbar .navbar-toggle{display:none}header .navbar .navbar-menu{display:flex}}@media (width>=40rem){header .home-subheader .home-subheader-title{font-size:3rem}}@media (width<=39.999rem){header .home-subheader-scroll{display:none}}@media (width<=49.99rem){header{display:contents}header .navbar{z-index:1001;background-color:var(--header-bg);border-bottom:1px solid var(--border);position:sticky;top:0}}@media (width>=64rem){header .home-subheader .home-subheader-title{font-size:3.75rem}header .home-subheader{align-items:flex-start}header .home-subheader .home-subheader-content{padding-top:3rem}}@keyframes home-subheader-bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes home-subheader-pulse{50%{opacity:.5}}.weather-card,.weather-card-main,.weather-card-details,.weather-card-detail,.weather-card-sun,.weather-card-feels,.weather-card-empty{box-sizing:border-box}.weather-card{-webkit-backdrop-filter:blur(1.25rem)saturate(1.25);backdrop-filter:blur(1.25rem)saturate(1.25);width:100%;max-width:100%;color:var(--white);text-align:left;border:1px solid #fff3;border-radius:.75rem;margin:1.5rem auto 0;padding:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.weather-card-layout{flex-direction:column;display:flex}.weather-card-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex}.weather-card-empty-title{color:#ffffffd9;margin:0;font-size:1.125rem;font-weight:600}.weather-card-empty-hint{color:#ffffff8c;margin:0;font-size:.875rem}.weather-card-main{background:linear-gradient(to bottom right,#157f3c1a,#0000);border-bottom:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;padding:1.25rem;display:flex;position:relative}.weather-card-now{justify-content:space-between;align-items:center;display:flex}.weather-card-now-label{text-transform:uppercase;letter-spacing:.1em;color:#fff9;font-size:.875rem;font-weight:500}.weather-card-updated{color:#fff6;font-size:.75rem}.weather-card-current{align-items:center;margin-top:.5rem;margin-left:-1rem;display:flex}.weather-card-icon{object-fit:contain;filter:drop-shadow(0 10px 15px #00000026);width:7rem;height:7rem}.weather-card-temp{letter-spacing:-.05em;color:var(--white);font-size:3.75rem;font-weight:700;line-height:1.1}.weather-card-desc{color:#fffc;font-size:1.125rem;font-weight:500;line-height:1.25}.weather-card-feels{background:#fff3;border:1px solid #ffffff0d;border-radius:.75rem;justify-content:space-between;align-items:center;margin-top:1rem;padding:.75rem;font-size:.875rem;display:flex}.weather-card-feels svg{width:1rem;height:1rem}.weather-card-feels-label{color:#fffc;align-items:center;gap:.5rem;display:flex}.weather-card-feels b{color:var(--white);font-weight:700}.weather-card-details{background:#ffffff0d;grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:1.25rem;display:grid}.weather-card-detail,.weather-card-sun{background:#fff3;border:1px solid #ffffff0d;border-radius:.75rem;flex-direction:column;justify-content:space-between;min-height:6rem;padding:1rem;transition:background-color .2s;display:flex}.weather-card-detail:hover,.weather-card-sun:hover{background:#ffffff4d}.weather-card-detail-header{justify-content:center;align-items:center;gap:.5rem;display:flex}.weather-card-detail-header svg{width:1rem;height:1rem}.weather-card-detail-header span{letter-spacing:.06em;text-transform:uppercase;color:#fff9;font-size:.75rem;font-weight:500}.weather-card-detail-value{color:var(--white);flex:1;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex}.weather-card-detail-value small{margin-left:.25rem;font-size:.8rem;font-weight:400}.weather-card-detail-footer{text-align:center;color:#ffffff80;margin-top:.25rem;font-size:.75rem}.weather-card-sun{text-align:center;justify-content:center;align-items:center;gap:.5rem}.weather-card-sun-row{color:var(--white);align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;display:flex}.weather-card-sun-row svg{width:1rem;height:1rem}.weather-card-sun-divider{background:#ffffff1a;width:60%;height:1px}.weather-card-icon-blue{color:#93c5fd}.weather-card-icon-cyan{color:#67e8f9}.weather-card-icon-emerald{color:#6ee7b7}.weather-card-icon-amber{color:#fcd34d}.weather-card-icon-gray{color:#d1d5db}.weather-card-icon-orange{color:#fdba74}.weather-card-icon-purple{color:#c4b5fd}@media (width<=39.999rem){.weather-card-details{gap:.5rem;padding:.75rem}.weather-card-detail,.weather-card-sun{min-height:5rem;padding:.5rem}.weather-card-icon{width:5rem;height:5rem}.weather-card-temp{font-size:3rem}}@media (width>=40rem){.weather-card-details{grid-template-columns:repeat(3,1fr)}}@media (width>=64rem){.weather-card{max-width:56rem}.weather-card-layout{flex-direction:row;align-items:stretch}.weather-card-main{border-bottom:0;border-right:1px solid #ffffff1a;width:33.3333%}.weather-card-details{width:66.6667%}}footer.Footer{background:var(--footer-bg);color:var(--footer-text);margin:0;padding:0}footer.Footer .footer-grid{flex-direction:column;gap:1.5rem;max-width:1472px;margin:0 auto;padding:1.5rem 1rem;display:flex}footer.Footer .footer-brand .footer-brand-header{align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}footer.Footer .footer-brand .footer-brand-logo{border-radius:var(--radius);background:var(--success);width:2.5rem;height:2.5rem;box-shadow:var(--shadow-sm);color:var(--white);flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;line-height:1;display:flex}footer.Footer .footer-brand .footer-brand-title{color:var(--white);letter-spacing:-.02em;text-transform:uppercase;font-size:1.25rem;font-weight:700;line-height:1.1}footer.Footer .footer-brand .footer-brand-subtitle{color:var(--footer-muted);font-size:.75rem;line-height:1.1}footer.Footer .footer-brand p{color:var(--footer-muted);margin:.25rem 0}footer.Footer .footer-brand p a{color:var(--footer-text);text-decoration:none}footer.Footer .footer-brand p a:hover{color:var(--white)}footer.Footer .footer-col{flex-direction:column;gap:.35rem;display:flex}footer.Footer .footer-col .footer-col-title{color:var(--white);margin-bottom:.3rem;font-weight:700}footer.Footer .footer-col a{color:var(--footer-muted);width:fit-content;transition:color var(--transition-fast);text-decoration:none}footer.Footer .footer-col a:hover{color:#20c55d}footer.Footer .footer-bottom{text-align:center;color:var(--footer-muted);border-top:1px solid #ffffff1f;padding:.75rem 1rem;font-size:.9rem}@media (width>=50rem){footer.Footer .footer-grid{flex-direction:row;justify-content:space-between;max-width:74rem;margin:0 auto}footer.Footer .footer-brand{max-width:20rem}}input,textarea{box-sizing:border-box;font-family:inherit}input[type=text],input[type=number],input[type=tel],input[type=datetime-local],input[type=date],input[type=time],textarea{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--light);width:100%;color:var(--dark);padding:.5rem .7rem}input[type=text]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=time]:focus,textarea:focus{border-color:var(--success);box-shadow:var(--focus-ring);outline:none}input[type=submit]{cursor:pointer;border:1px solid var(--success);background:var(--success);border-radius:var(--radius-sm);min-height:2.5rem;color:var(--white);transition:var(--transition-fast);padding:.5rem 1.25rem;font-family:inherit;font-weight:500}input[type=submit]:hover{background:color-mix(in srgb, var(--success) 90%, black)}input[type=submit]:focus-visible{box-shadow:var(--focus-ring);outline:none}.button{cursor:pointer;border:1px solid var(--success);background:var(--white);border-radius:var(--radius-sm);box-shadow:none;color:var(--success);margin-bottom:1rem;padding:.5rem 1rem;display:inline-block}.button:hover{background:var(--primary);color:var(--success)}.button a{color:var(--success);text-decoration:none}.resizeVideo{border:1px solid #ccc;height:0;padding-top:0;padding-bottom:56.25%;position:relative;overflow:hidden}.resizeVideo iframe,.resizeVideo object,.resizeVideo embed{width:100%;height:100%;position:absolute;top:0;left:0}.embed-container{border:0;width:640px;height:360px;margin:0 auto}div.thumb{background-color:var(--background-color1);text-align:center;border:0;width:9.5rem;height:10rem;margin:.25rem;padding:.25rem}div.photo{text-align:center;flex-wrap:wrap;justify-content:center;width:100%;display:flex}.talk-secondface{color:#008}.talk-message-info{color:#008;font-size:.8em}.modalDialog{z-index:99999;transition:opacity .4s ease-ins;pointer-events:none;background:#000c;display:none;position:fixed;inset:0}.modalDialog-target{pointer-events:auto;display:block}.modalDialog>div{background:var(--light);border-radius:10px;width:600px;max-width:70%;margin:10% auto;padding:5px 20px 13px;position:relative}.close{background:var(--secondary);color:#fff;text-align:center;border-radius:12px;width:24px;font-weight:700;line-height:25px;text-decoration:none;position:absolute;top:10px;right:10px;box-shadow:1px 1px 3px #000}.close:hover{background:var(--danger);color:#fff}pre{overflow:auto}.indernal-ad{width:100%}.internal-ad p{background-color:var(--primary);text-align:center;border:1px solid #888;padding:1rem}.internal-ad a{color:#000;text-decoration:none}.masonry-wrapper{width:100%;margin:0}.masonry{column-gap:1.5em;margin:1.5em 0;padding:0;font-size:1em}.item{box-sizing:border-box;background:#e5e5e5;width:96%;margin:0 0 1.5em;padding:.8em;display:inline-block;box-shadow:.5rem .5rem .5rem #c5c5c5}.item img{width:100%;transition:all .3s}.item img:hover{transform:scale(1.05)}@media only screen and (width>=24rem){.masonry{column-count:1}}@media only screen and (width>=36rem){.masonry{column-count:2}}@media only screen and (width>=80rem){.masonry{column-count:3}}@media only screen and (width>=96rem){.masonry{column-count:4}}.card{margin:0;padding:0}.main main .card{background-color:var(--white);border:1px solid var(--border);border-left:.25rem solid var(--danger);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-smooth);margin:0 0 1.1rem;padding:0;overflow:hidden}.main main .card:hover{box-shadow:var(--shadow-md)}.main main .card .title{color:var(--danger);background-image:none;background-color:color-mix(in srgb, var(--danger) 8%, var(--white));text-align:left;margin:0;padding:.6rem 1rem;font-size:1.2rem;font-weight:700}.main main .card .body{margin:0;padding:.6rem 1rem .8rem}.main main .card .body ul,.main main .card .body ol{margin:.2rem 0}.main main .card .body ul{padding-left:1.1rem}.main main .card .body ol{padding-left:1.5rem}.main main .card .body li{margin:.2rem 0}.main main .card h1{color:var(--dark);background-color:var(--white);text-align:left;margin:0;padding:.5rem 0;font-size:1.35rem}.main main .card h1 a{color:var(--dark);text-decoration:none}.main main .card p{text-align:justify;margin:0;padding:.2rem 0}.main main .card p:first-child{padding-top:.35rem}.main main .card p:last-child{padding-bottom:.4rem}.main main .card article{margin:0;padding:0}.main main .card .two-column{flex-direction:column;padding:.25rem 0 .5rem;display:flex}.main main .card .two-column div{padding:.4rem 0}.main main .card [itemprop=articleBody] h2{color:var(--dark);margin:1.1rem 0 .4rem;font-size:1.15rem;line-height:1.35}.main main .card [itemprop=articleBody] h3{color:var(--dark);margin:1rem 0 .35rem;font-size:1.05rem;line-height:1.35}.main main .card [itemprop=articleBody] h4,.main main .card [itemprop=articleBody] h5,.main main .card [itemprop=articleBody] h6{color:var(--dark);margin:.9rem 0 .3rem;font-size:1rem}.main main .card [itemprop=articleBody] h2:first-child,.main main .card [itemprop=articleBody] h3:first-child,.main main .card [itemprop=articleBody] h4:first-child,.main main .card [itemprop=articleBody] h5:first-child,.main main .card [itemprop=articleBody] h6:first-child{margin-top:.35rem}.main main .card [itemprop=articleBody] blockquote{border-left:3px solid var(--secondary);color:var(--muted);margin:.6rem 0;padding:.1rem .9rem}.main main .card [itemprop=articleBody] table{border-collapse:collapse;width:100%;margin:.6rem 0}.main main .card [itemprop=articleBody] table th,.main main .card [itemprop=articleBody] table td{border:1px solid var(--border);padding:.4rem .6rem}.main main .card [itemprop=articleBody] table th{background:var(--primary)}.drawer-head,.menu-overlay,.main_menu_quick{display:none}body.menu-open{overflow:hidden}.main_menu{background-color:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-smooth);margin:0 0 1.1rem;padding:0;overflow:hidden}.main_menu:hover{box-shadow:var(--shadow-md)}.main_menu ul{margin:0;padding:.15rem 0 .5rem;list-style:none}.main_menu li{background:0 0;border:0;margin:0;padding:0;list-style:none}.main_menu li a{border-radius:var(--radius);color:var(--dark);transition:var(--transition-fast);margin:.15rem .4rem;padding:.45rem .7rem;text-decoration:none;display:block}.main_menu li a:hover{background:var(--primary);color:var(--success);text-decoration:none}.main_menu li.active a{background:color-mix(in srgb, var(--success) 10%, var(--white));color:var(--success);font-weight:600}.main_menu li.active a:hover{background:color-mix(in srgb, var(--success) 10%, var(--white));color:var(--success)}.main_menu .title{text-align:left;color:var(--white);background-image:none;background-color:var(--success);margin:0;padding:.6rem 1rem;font-size:1.05rem;font-weight:600}.main{flex-direction:column;gap:1rem;max-width:1472px;margin:0 auto;padding:1rem;display:flex}.main main,.main nav,.main aside{background-color:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin:0;padding:0}.main main{box-shadow:none;background-color:#0000;border-radius:0;order:1;padding:0}.main nav{z-index:1000;box-sizing:border-box;background-color:var(--bg);overscroll-behavior:contain;visibility:hidden;pointer-events:none;border-radius:0;order:2;width:min(84vw,20rem);max-width:100%;height:100dvh;margin:0;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s;display:block;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:0 0 1.5rem #10182840}.main nav.is-open{visibility:visible;pointer-events:auto;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility;transform:translate(0)}.main aside{order:3;padding:.5rem}.main article{margin:.4rem 0;padding:0}.main img{max-width:100%;height:auto}.main iframe{max-width:100%}@media (width<=49.99rem){.menu-overlay{z-index:999;opacity:0;visibility:hidden;background-color:#10182880;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s;display:block;position:fixed;inset:0}.menu-overlay.is-visible{opacity:1;visibility:visible;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility}.main nav{padding-bottom:1rem}.main{padding:0}.main main .card{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0 0 1.1rem}.main main .card:hover{box-shadow:none}.drawer-head{z-index:1;box-sizing:border-box;background-color:var(--white);flex-direction:row;align-items:center;gap:.6rem;height:3.5rem;padding:0 1.25rem 0 4.5rem;display:flex;position:sticky;top:0}.main nav .site-brand{flex-shrink:0}.main nav .main_menu{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;transition:none;overflow:visible}.main nav .main_menu:hover{box-shadow:none}.main nav .main_menu ul{padding:.2rem .5rem .6rem}.main nav .main_menu li a,.main nav .main_menu>a{color:var(--dark);border-radius:1.75rem;align-items:center;margin:.1rem 0;padding:.75rem 1.1rem;font-size:1rem;font-weight:500;display:flex}.main nav .main_menu li.active a,.main nav .main_menu li.active a:hover{background:color-mix(in srgb, var(--success) 14%, var(--white));color:var(--success);font-weight:700}.main nav .main_menu .title{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;background:0 0;padding:1.1rem 1.5rem .35rem;font-size:.72rem;font-weight:700}.main nav .main_menu+.main_menu{border-top:1px solid var(--border);margin-top:.35rem}.main nav .main_menu_quick{padding:.35rem .5rem .6rem;display:block}}.text-center{text-align:center}.float-img-left{background-color:var(--primary);box-sizing:border-box;width:100%;box-shadow:.5rem .5rem .5rem 0 var(--secondary);margin:.5rem 5rem .5rem 0;padding:.5rem}.float-img-right{background-color:var(--primary);box-sizing:border-box;width:100%;box-shadow:.5rem .5rem .5rem 0 var(--secondary);margin:.5rem 1rem .5rem 0;padding:.5rem}@media (width>=29rem){.float-img-left{float:left;width:auto;margin:.5rem 1rem 1rem 0;padding:.5rem}.float-img-right{float:right;width:auto;margin:.5rem;padding:.5rem}}.float-img{float:left;margin:0;padding:0}.pagination{text-align:center;margin:0;padding:1rem}@media (width>=50rem){.main main .card .two-column{flex-direction:row;justify-content:space-between;display:flex}.main main .card .two-column div{padding:0 1rem}.main{flex-flow:wrap;align-items:flex-start;gap:1.5rem}.main nav{width:16rem;max-width:none;height:auto;box-shadow:none;visibility:visible;pointer-events:auto;background-color:#0000;flex-shrink:0;order:1;align-self:flex-start;padding:0;transition:none;display:block;position:static;overflow:visible;transform:none}.main main{flex:30rem;order:2;min-width:0}.main aside{order:3;width:100%}.main_menu{border-left:.25rem solid var(--success);width:100%;margin-bottom:1.5rem}.main_menu .title{background-color:color-mix(in srgb, var(--success) 8%, var(--white));color:var(--success);font-size:1.2rem;font-weight:700}}@media (width>=65rem){.main{flex-wrap:nowrap}.main main{flex:auto}.main aside{flex-shrink:0;width:12rem}}hr{background:var(--primary);border:0;width:96%;height:2px}.inline-button{text-align:center;box-sizing:border-box;border:1px solid var(--success);background:var(--success);max-width:100%;min-height:2.5rem;color:var(--white);border-radius:var(--radius-sm);box-shadow:none;transition:var(--transition-fast);justify-content:center;align-items:center;margin:.75rem 0;padding:.55rem 1.15rem;font-weight:500;text-decoration:none;display:inline-flex}.inline-button:hover{background:color-mix(in srgb, var(--success) 90%, black);color:var(--white);text-decoration:none}.inline-button:focus-visible{box-shadow:var(--focus-ring);outline:none}.section-link{background:var(--primary);color:var(--success);border-radius:var(--radius);text-align:center;transition:var(--transition-fast);margin:.5rem 0 0;padding:.6rem 1rem;font-weight:500;text-decoration:none;display:block}.section-link:hover{background:color-mix(in srgb, var(--success) 12%, var(--white));color:var(--success);text-decoration:none}.section-link:focus-visible{box-shadow:var(--focus-ring);outline:none}.button-quiet{box-sizing:border-box;color:var(--success);border-radius:var(--radius-sm);transition:var(--transition-fast);background:0 0;border:0;margin:.5rem 0;padding:.5rem .75rem;font-weight:500;text-decoration:none;display:inline-block}.button-quiet:hover{color:color-mix(in srgb, var(--success) 70%, black);text-decoration:underline}.button-quiet:focus-visible{box-shadow:var(--focus-ring);outline:none}.year-chart-empty{text-align:center;color:var(--warning);padding:.5rem;font-style:italic}.loading-spinner{flex-direction:column;justify-content:center;align-items:center;gap:.8rem;height:100%;display:flex}.loading-spinner:before{content:"";border:.35rem solid var(--secondary);border-top-color:var(--success);border-radius:50%;width:3rem;height:3rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}table.bordered tr:nth-child(odd){background:var(--primary)}table.bordered tr:nth-child(2n){background:var(--muted)}
