@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css';@-webkit-keyframes circle-to-square{0%{border-radius:50%;background-color:red;-webkit-transform:scale(1);transform:scale(1)}to{border-radius:0;background:green;-webkit-transform:scale(1.7);transform:scale(1.7)}}@keyframes circle-to-square{0%{border-radius:50%;background-color:red;-webkit-transform:scale(1);transform:scale(1)}to{border-radius:0;background:green;-webkit-transform:scale(1.7);transform:scale(1.7)}}@-webkit-keyframes fade-in-from-left{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fade-in-from-left{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes small-circle-to-square{0%{border-radius:50%;background:red;-webkit-transform:scale(1);transform:scale(1)}to{border-radius:0;background:green;-webkit-transform:scale(1.7);transform:scale(1.7)}}@keyframes small-circle-to-square{0%{border-radius:50%;background:red;-webkit-transform:scale(1);transform:scale(1)}to{border-radius:0;background:green;-webkit-transform:scale(1.7);transform:scale(1.7)}}@-webkit-keyframes inner-fade-in-from-left{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes inner-fade-in-from-left{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}:root{--link-color: azure;--header-background-color: rgb(218, 218, 218);--footer-background-color: rgb(209, 209, 209);--logo-background-color: rgb(200, 200, 223);--warning-background-color: rgb(243, 243, 188);--images-background-color: gainsboro;--link-background-color: green;--link-hover-background-color: red;--font-size: 21px;--font-line-height: 1.5;--layout-width: 55em;--layout-padding-b: 2em}*,.site-nav ul{padding:0;margin:0}html{font:14px/1.5 Helvetica,Verdana,sans-serif;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font:inherit}a{text-decoration:none;color:var(--link-background-color)}a:hover{color:var(--link-hover-background-color)}h1,h2,h3,h4,h5,h6{padding-bottom:.5em;line-height:1.2}h1{font-size:2.5em}h2{font-size:2.2em}h3{font-size:2em}h4{font-size:1.8em}h5{font-size:1.5em}h6{font-size:1.2em}section header{text-align:center}@media (max-width:480px){html{font-size:12px}}@media (max-width:320px){html{font-size:10px}}@media (min-width:1200px){html{font-size:16px}}@media (min-width:1600px){html{font-size:18px}}.site-header{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding:1rem .5rem;background-color:var(--header-background-color)}.title-description{text-shadow:0 .5em 1em rgba(0,0,0,.5)}.title-description h1{margin:0;padding:0;line-height:1}.title-description h1:nth-child(1)>span{color:#fff}.title-description h1:nth-child(2)>span{color:green}.title-description h1:nth-child(3)>span{color:red}.warning{margin:.5em;padding:.5em;max-width:15em;background-color:var(--warning-background-color);border:.1em solid red;border-radius:.3em;box-shadow:0 .5em 1em .4em rgba(0,0,0,.5)}.warning p{display:inline-block;margin:0;padding:0;font-size:.6em}.warning p>span{text-transform:uppercase}.warning:hover{-webkit-transform:scale(1.2) translateX(-20%);transform:scale(1.2) translateX(-20%);z-index:11}@media (max-width:640px){.site-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.site-header>*{margin:1em}.warning:hover{-webkit-transform:scale(1.2) translateX(0);transform:scale(1.2) translateX(0)}}.logo{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:1em;padding:1.3em 2em;text-align:center;background-color:var(--logo-background-color);border:.1em solid #000;border-radius:50%;box-shadow:0 .5em 1em .4em rgba(0,0,0,.5)}.logo>h1{margin:0;padding:0;line-height:.48}.logo>h1:nth-child(1){color:#fff;font-size:4em}.logo>h1:nth-child(2){color:green;font-size:2em;z-index:2}.logo>h1:nth-child(3){color:red;font-size:5em}.site-footer{display:-webkit-box;display:flex;padding:1rem .5rem;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;font-size:.8em;background-color:var(--footer-background-color)}.site-footer ul:nth-child(4),.site-footer ul:nth-child(4) a{display:-webkit-box;display:flex}.site-footer ul:nth-child(4) li{display:block;list-style:none outside;margin-right:1em}.site-footer ul:nth-child(4) a{-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;color:var(--link-background-color);border-radius:50%;background-color:rgba(255,255,255,.5);width:2.8em;height:2.8em;line-height:1;-webkit-transition:background-color .4s ease-in;transition:background-color .4s ease-in}.site-footer ul:nth-child(4) a:hover{background-color:var(--logo-background-color);color:var(--link-hover-background-color)}.site-footer p{opacity:.4;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.site-footer:hover p{opacity:.8}.site-footer>p:first-child{margin-left:1em}.site-footer>p:last-child{margin-right:1em}@media (max-width:640px){.site-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.site-footer>*{margin:1em;text-align:center}}.site-nav{padding-top:.5em;z-index:10}@media (max-width:1024px){.site-nav{display:none}}@media (min-width:1025px){.site-nav ul{display:-webkit-box;display:flex}}.site-nav ul li{display:block;margin:0 1em;-webkit-transform:translate(0,-5em);transform:translate(0,-5em);opacity:0;-webkit-transition:opacity .3s ease-in,-webkit-transform .3s ease-in;transition:opacity .3s ease-in,transform .3s ease-in;transition:opacity .3s ease-in,transform .3s ease-in,-webkit-transform .3s ease-in}.loaded .site-nav ul li{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}.site-nav ul li:nth-child(1){-webkit-transition-delay:.1s;transition-delay:.1s}.site-nav ul li:nth-child(2){-webkit-transition-delay:.2s;transition-delay:.2s}.site-nav ul li:nth-child(3){-webkit-transition-delay:.3s;transition-delay:.3s}.site-nav a{display:-webkit-box;display:flex;padding:.5em 1em;background-color:var(--link-background-color);color:var(--link-color);text-decoration:none;border-radius:.3em;box-shadow:0 .5em 1em .4em rgba(0,0,0,.5)}.site-nav a:before{display:block;margin-right:.5em;font-family:"Font Awesome 5 Free";font-weight:900}.nav .current-page a{background-color:var(--link-hover-background-color)}.nav .current-page a,.site-nav a:hover{display:-webkit-box;display:flex;margin-bottom:.4em;-webkit-transform:scale(1.2);transform:scale(1.2)}.nav .current-page a span,.site-nav a:hover span,.site-nav li:hover>a span{color:var(--link-hover-background-color)}.about-us-content a,.site-nav a span,.timeline a{color:var(--link-background-color)}.site-nav-toggle{position:absolute;pointer-events:none;opacity:0}@media (max-width:1024px){.site-nav-toggle:checked+.site .site-header .site-nav{display:block}}@media (min-width:1025px){.site-nav-toggle-label{display:none}}.site-nav ul ul{display:none;position:absolute;top:100%;left:0;min-width:10em}.site-nav ul ul ul{top:0;left:100%}.site-nav li:hover>ul{display:block}.site-nav a:hover,.site-nav li:hover>a{position:relative;background-color:var(--link-hover-background-color);z-index:10}@media (max-width:1024px){.site-nav ul ul{top:0;left:100%}}.site-media,.site-media ul a{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.site-media{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:relative;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:100% 100%;text-align:center}.site-media h1{font-weight:700}.site-media p{font-weight:400;opacity:.8}.site-media ul{display:-webkit-box;display:flex;align-self:center;padding-top:2em;padding-bottom:.5em;z-index:10}.site-media ul li{display:block;position:relative;list-style:none outside;margin-right:1em}.home-grid>div>div span,.site-media ul li span{display:none}.site-media ul li:hover span{display:block;position:absolute;top:-100%;padding:.5em .3em;text-align:center;background-color:#fff;color:green;border:.1em solid red;border-radius:.4em}.site-media ul a{-webkit-box-align:center;align-items:center;color:var(--link-background-color);border-radius:50%;background-color:rgba(255,255,255,.5);width:2.8em;height:2.8em;line-height:1;-webkit-transition:background-color .6s ease-in;transition:background-color .6s ease-in}.site-media ul a:hover{background-color:var(--logo-background-color);color:var(--link-hover-background-color)}.site-media:before{display:block;content:'';background-color:rgba(71,155,180,.5);position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:background-color .8s linear;transition:background-color .8s linear}.site-media:hover:before{background-color:rgba(71,155,180,.1)}.container-404,.container-476{margin:1em auto;padding:3em;max-width:600px;text-align:center}.container-404 h1,.container-476 h1{margin:.5em 0;font-size:2.5em;line-height:1;letter-spacing:-1px}.container-476 p:nth-child(2),.container-476 p:nth-child(6){margin-bottom:2em;font-size:1em}.container-476 p:nth-child(5){margin-bottom:3em}.home-grid{display:grid;grid-template-columns:13rem 10rem 24rem;-webkit-box-pack:space-evenly;justify-content:space-evenly;justify-items:center;height:70vh;padding:5rem 1rem;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;background-repeat:no-repeat;background-position:center;background-size:100% 100%}.home-grid>div>div{display:block;position:relative}.home-grid>div>div a{display:block;position:absolute;top:0;right:0;bottom:0;left:0}.home-grid>div>div img{height:100%;width:100%;background-color:var(--images-background-color, gainsboro)}.home-grid>div>div img:hover{position:relative;-webkit-transform:scale(1.2);transform:scale(1.2);border:.1rem solid #000;box-shadow:0 .5em 1em .4em rgba(0,0,0,.5);z-index:10}.home-grid>div>div:hover span{display:block;position:absolute;bottom:100%;padding:.5em .3em;text-align:center;background-color:#fff;color:green;border:.1em solid red;border-radius:.4em;z-index:11}.item-a,.item-o{grid-template-columns:1fr 1.2fr 1fr}.item-a,.item-m,.item-o{display:grid;grid-template-rows:3fr 3rem 2fr 1fr 2fr}.item-a{grid-template-areas:"a-top a-top a-top" "a-left . a-right" "a-left a-mid a-right" "a-left . a-right" "a-left . a-right";width:13rem}.item-o{grid-template-areas:"o-top o-top o-top" "o-left . o-right" "o-left . o-right" "o-bottom o-bottom o-bottom" "o-bottom o-bottom o-bottom";width:10rem}.item-m{grid-template-columns:1fr 1fr .5fr .5fr 1fr 1fr;grid-template-areas:"m-top-left m-top-left m-top-left m-top-right m-top-right m-top-right" "m-left . m-mid m-mid . m-right" "m-left . m-mid m-mid . m-right" "m-left . m-mid m-mid . m-right" "m-left . m-mid m-mid . m-right";width:24rem}.a-top{grid-area:a-top}.a-top img{border-radius:50% 50% 0 0}.a-left{grid-area:a-left}.a-left img,.a-right img{border-radius:0 0 .3rem .3rem}.a-mid{grid-area:a-mid}.a-right{grid-area:a-right}.o-top{grid-area:o-top}.o-top img{border-radius:50% 50% 0 0}.o-left{grid-area:o-left}.o-right{grid-area:o-right}.o-bottom{grid-area:o-bottom}.o-bottom img{border-radius:0 0 50% 50%}.m-top-left{grid-area:m-top-left}.m-top-left img,.m-top-right img{border-radius:70% 70% 0 0}.m-top-right{grid-area:m-top-right}.m-left{grid-area:m-left}.m-left img,.m-mid img,.m-right img{border-radius:0 0 .3rem .3rem}.m-mid{grid-area:m-mid}.m-right{grid-area:m-right}@media (max-width:800px){.home-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,10em);row-gap:1rem;height:auto}}.about-us-content,.who-are-we-content{padding:3rem 1.5rem}.about-us-content h1,.about-us-content h2,.who-are-we-content h1{text-align:center}.about-us-content section,.who-are-we-content section{margin-bottom:2rem;padding:.5rem}.about-us-content section:hover,.who-are-we-content section:hover{background-color:var(--logo-background-color);border-radius:.5em}.about-us-content section:hover li:hover,.about-us-content section:hover p:hover{border:.1rem solid green;border-radius:.5em}.about-us-content section:nth-of-type(2) li:nth-of-type(1){background-color:#fff;border-radius:.5em .5em 0 0}.about-us-content section:nth-of-type(2) li:nth-of-type(1):hover{background-color:#fff;border-radius:.5em .5em 0 0;border-bottom-color:red}.about-us-content section:nth-of-type(2) li:nth-of-type(2){background-color:green}.about-us-content section:nth-of-type(2) li:nth-of-type(2):hover{background-color:green;border-radius:0;border-color:red red #fff}.about-us-content section:nth-of-type(2) li:nth-of-type(3){background-color:red;border-radius:0 0 .5em .5em}.about-us-content section:nth-of-type(2) li:nth-of-type(3):hover{background-color:red;border-radius:0 0 .5em .5em;border-top-color:#fff}.about-us-content ul{margin-left:3rem;list-style-type:none}.about-us-content li{padding:.5em}.about-us-content a:hover,.article-content a:hover,.card a:hover,.contacts-grid a:hover,.policy-meta a:hover,.timeline a:hover{color:var(--link-hover-background-color)}.structure article:hover li:hover,.structure article:hover p:hover,.structure section:hover li:hover,.structure section:hover p:hover,.who-are-we-content section:hover li:hover,.who-are-we-content section:hover p:hover{border:.1rem solid green;border-radius:.5em}.who-are-we-content ol{margin-left:3rem}.who-are-we-content h3{margin-top:2rem}.who-are-we-content>p{margin-bottom:3rem;text-align:center}.timeline{position:relative;padding:1rem 1rem 3rem;border:.3rem solid #999;margin:3rem}.timeline h1{font-size:2.5em}.timeline h3{font-size:2em;font-style:italic;padding-bottom:.5em}.timeline ul{list-style:none;list-style-position:inside;padding-top:1em;padding-left:1em}.timeline ul li{margin-left:1em}.timeline ul li span{font-weight:700}.timeline::after{content:"";position:absolute;width:.4rem;background-color:#999;top:19.5rem;bottom:0;left:50%;margin-left:-.2rem}.timeline>header{margin:3rem auto 0;padding:.3rem 1rem;width:20rem;text-align:center;border:.1em solid #999;border-radius:.2em}.timeline>article{position:relative;width:50%;padding:0 2rem}.timeline>article:nth-child(odd){left:0;text-align:right}.timeline>article:nth-child(even){left:50%}.timeline>article:nth-child(even)::before,.timeline>article:nth-child(odd)::after{content:"";position:absolute;width:1.5rem;height:1.5rem;top:1rem;border:.2rem solid #999;border-radius:50%;z-index:1}.timeline>article:nth-child(even)::before{left:-.75rem;background-color:green}.timeline>article:nth-child(odd)::after{right:-.75rem;background-color:red}@media (max-width:640px){.timeline::after{left:10%}.timeline>header{margin-left:4%}.timeline>article{width:90%}.timeline>article h3{padding-top:1em}.timeline>article:nth-child(odd){left:10%;text-align:left}.timeline>article:nth-child(even){left:10%}.timeline>article:nth-child(even)::before,.timeline>article:nth-child(odd)::after{top:2.8rem;left:-1.52rem}}@media (max-width:360px){.timeline>header{width:auto}}.structure{padding:3rem 1.5rem}.policy-header,.structure h1,.structure h2,.structure h3{text-align:center}.structure article{margin-bottom:2rem;padding:.5rem}.structure section{padding:.5rem;margin:3rem auto;width:30%}.structure article:hover,.structure section:hover{background-color:var(--logo-background-color);border-radius:.5em}.structure ul{margin-left:3rem}@media (max-width:960px){.structure section{width:60%}}@media (max-width:640px){.structure section{width:100%}}.policy-header{margin:3em 3em 6em;letter-spacing:.3em;background-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(green),to(red));background-image:linear-gradient(#fff,green,red);border-radius:.5em;box-shadow:0 1em 1em 0 rgba(0,0,0,.3)}.policy{background:#f8f8f8;position:relative;z-index:3;top:-3em;box-shadow:0 0 1em 0 rgba(0,0,0,.3);margin:3em}@media (max-width:1024px){.policy{padding-bottom:.1em}}@media (min-width:1025px){.policy{display:-webkit-box;display:flex;height:30em}}.policy-media{position:relative;overflow:hidden}@media (min-width:1025px){.policy-media{-webkit-box-flex:0;flex:0 0 50%}}.policy-media:before{display:block;content:'';padding-top:80%}.policy-media img{display:block;width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.policy-media:hover img{-webkit-transform:translate(-50%,-50%) scale(1.2);transform:translate(-50%,-50%) scale(1.2)}.policy-content{background:#fff;position:relative;z-index:2;box-shadow:0 0 1.5em 0 rgba(0,0,0,.07);padding:2em;overflow:auto}@media (min-width:1025px){.policy-content{-webkit-box-flex:1;flex-grow:1;margin:2em 2em 2em -2em}}.policy-title{padding-bottom:.5rem;text-transform:uppercase;text-align:center;letter-spacing:.1em}.policy-title a{color:#000}.policy-meta{margin-bottom:3em;text-align:center}.article-content a,.card a,.contacts-grid a,.policy-meta a{color:var(--link-background-color)}.policy:nth-child(even) .policy-media{-webkit-box-ordinal-group:3;order:2}@media (min-width:1025px){.policy:nth-child(even) .policy-content{margin:2em -2em 2em 2em}}@media (max-width:1024px){.policy-content,.policy:nth-child(even) .policy-content{margin:-2em 2em 2em}}.region-coordinators-header{margin:3em;text-align:center;letter-spacing:.3em}.region-coordinators{display:-webkit-box;display:flex;flex-wrap:wrap;justify-content:space-around;margin:3em}.region-coordinators .region-coordinator{display:-webkit-box;display:flex;-webkit-box-flex:0;flex:0 1 30%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;margin:.5em .5em 3em;padding:.5em}.region-coordinators .region-coordinator:hover{background-color:var(--logo-background-color);border-radius:.5em}.region-coordinators .region-coordinator p{text-align:center;font-style:italic}.region-coordinators .region-coordinator p span{font-weight:700;font-style:normal}.region-coordinators .region-coordinator img{width:10em;height:10em;border:.5em solid rgba(219,219,219,.7);border-radius:50%;box-shadow:0 .5em .5em .5em rgba(0,0,0,.3)}.region-coordinators .region-coordinator-content{margin-top:2em}@media (max-width:960px){.region-coordinator{flex-basis:45%}}@media (max-width:480px){.region-coordinator{flex-basis:95%}}.members{padding:1em}.members h1{margin:1em 1em 3em;padding:1em 2em;text-align:center;border:.2em solid red;border-radius:.5em;-webkit-transition:border 1s linear;transition:border 1s linear}.fans h2:hover,.helpers h2:hover,.helpers-and-fans-header h1:hover,.members h1:hover{border-width:1em}.members div:first-of-type,.members div:last-of-type{display:-webkit-box;display:flex;width:4em;height:4em;margin:3em auto;text-align:center;color:#fff;background-color:red;border-radius:50%;-webkit-animation:circle-to-square 3s .3s infinite cubic-bezier(0,0,.58,1) alternate;animation:circle-to-square 3s .3s infinite cubic-bezier(0,0,.58,1) alternate}.fans div:first-of-type p,.fans div:last-of-type p,.helpers div:first-of-type p,.helpers div:last-of-type p,.members div:first-of-type p,.members div:last-of-type p{margin:auto}.members .excuse>p{padding:2em 1em;text-align:center;font-weight:700}.members .excuse>p:first-child>span{margin-bottom:.7em;opacity:0;-webkit-animation:fade-in-from-left 10s 5s 1 cubic-bezier(0,0,1,1) forwards;animation:fade-in-from-left 10s 5s 1 cubic-bezier(0,0,1,1) forwards}.members .excuse>p:first-child>span:nth-child(1){-webkit-animation-delay:10.5s;animation-delay:10.5s}.members .excuse>p:first-child>span:nth-child(2){-webkit-animation-delay:11s;animation-delay:11s}.members .excuse>p:first-child>span:nth-child(3){-webkit-animation-delay:11.5s;animation-delay:11.5s}.members .excuse>p:first-child>span:nth-child(4){-webkit-animation-delay:12s;animation-delay:12s}.members .excuse>p:first-child>span:nth-child(5){-webkit-animation-delay:12.5s;animation-delay:12.5s}.members .excuse>p:first-child>span:nth-child(6){-webkit-animation-delay:13s;animation-delay:13s}.members .excuse>p:first-child>span:nth-child(7){-webkit-animation-delay:13.5s;animation-delay:13.5s}.waiting-word{font-weight:700;color:red}.waiting-word:hover{color:green}.profile-purpose{width:40%;margin:10em auto;padding:1em;color:#fff;background-color:green;border-radius:.5em;-webkit-transform:rotate(20deg);transform:rotate(20deg)}.expectation{width:90%;margin:3em auto;background:green}.expect{display:-webkit-box;display:flex;justify-content:space-around;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:80%;margin:0 auto}.await .await-word,.expect .expect-word{font-weight:700}.await .await-word:hover,.expect .expect-word:hover{color:red}.expectation{background:#fff;color:#000}.helpers-and-fans-header{padding:1em;margin:1em 1em 3em;text-align:center}.fans h2,.helpers h2,.helpers-and-fans-header h1{padding:1em 2em;border:.2em solid red;border-radius:.5em;-webkit-transition:border 1s linear;transition:border 1s linear}.fans,.helpers{padding:1em}.fans h2,.helpers h2{margin:1em 1em 3em;text-align:center;border:.2em solid green}.fans div:first-of-type,.fans div:last-of-type,.helpers div:first-of-type,.helpers div:last-of-type{display:-webkit-box;display:flex;width:3em;height:3em;margin:2em auto;text-align:center;color:#fff;background-color:red;border-radius:50%;-webkit-animation:small-circle-to-square 4s .3s infinite cubic-bezier(0,0,.58,1) alternate;animation:small-circle-to-square 4s .3s infinite cubic-bezier(0,0,.58,1) alternate}.fans p:first-of-type,.helpers p:first-of-type{text-align:center}.fans p:first-of-type>span,.helpers p:first-of-type>span{margin-bottom:.7em;font-weight:700;opacity:0;-webkit-animation:inner-fade-in-from-left 10s 5s 1 cubic-bezier(0,0,1,1) forwards;animation:inner-fade-in-from-left 10s 5s 1 cubic-bezier(0,0,1,1) forwards}.fans p:first-of-type>span:nth-child(1),.helpers p:first-of-type>span:nth-child(1){-webkit-animation-delay:10.5s;animation-delay:10.5s}.fans p:first-of-type>span:nth-child(2),.helpers p:first-of-type>span:nth-child(2){-webkit-animation-delay:11s;animation-delay:11s}.fans p:first-of-type>span:nth-child(3),.helpers p:first-of-type>span:nth-child(3){-webkit-animation-delay:11.5s;animation-delay:11.5s}.fans p:first-of-type>span:nth-child(4),.helpers p:first-of-type>span:nth-child(4){-webkit-animation-delay:12s;animation-delay:12s}.fans p:first-of-type>span:nth-child(5),.helpers p:first-of-type>span:nth-child(5){-webkit-animation-delay:12.5s;animation-delay:12.5s}.fans p:first-of-type>span:nth-child(6),.helpers p:first-of-type>span:nth-child(6){-webkit-animation-delay:13s;animation-delay:13s}.fans p:first-of-type>span:nth-child(7),.helpers p:first-of-type>span:nth-child(7){-webkit-animation-delay:13.5s;animation-delay:13.5s}.wish{padding:.5em;text-align:center;border:.1em solid red;border-radius:.3em}.awaiting,.hope,.wish{width:90%;margin:3em auto}.hope{padding:.5em;text-align:center;border:.1em solid green;border-radius:.3em}.awaiting{background:green}.await{display:-webkit-box;display:flex;justify-content:space-around;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;width:80%;margin:0 auto}@media (max-width:480px){.await{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}}@media (max-width:768px){.await{background-color:var(--warning-background-color)}}@media (min-width:1024px){.await{background-color:var(--logo-background-color)}}.awaiting{background:#fff;color:#000}.contacts-header{margin:1rem;padding:1rem;color:#fff;background-color:green;border:.2em solid red;border-radius:.5em}.contacts-header h1{margin-bottom:1rem;text-align:center;letter-spacing:.15em}.contacts-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(7,1fr);gap:1.5rem;padding:1rem}.contacts-grid h2,.news-content h1{text-align:center}.contacts-grid .contact:hover{padding:0 .5em;background-color:var(--logo-background-color);border-radius:.5em}@media (max-width:960px){.contacts-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(10,1fr)}}@media (max-width:640px){.contacts-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(14,1fr)}}@media (max-width:480px){.contacts-grid{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(28,1fr)}}.news-content{padding:2em 1em 1em}.news-content h1{padding-bottom:1em}.card,.news-items{display:-webkit-box;display:flex}.news-items{flex-wrap:wrap;justify-content:space-around}.news-items img{width:100%;height:100%;border-radius:.5rem .5rem 0 0}.news-items::after,.news-items::before{display:block;content:'';-webkit-box-ordinal-group:11;order:10}.news-items li,.news-items::after,.news-items::before{-webkit-box-flex:0;flex:0 0 22%;margin-bottom:4%;overflow:hidden}.news-items .card{position:relative;overflow:hidden}.card{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:0;flex:0 0 32%;height:55em;background-color:#fff;border:.1rem ridge rgba(150,150,150,.5);border-radius:.5rem}.card div:first-child{height:20em}.card div:last-child,.card div:nth-child(2){padding:1em}.card div:nth-child(2){-webkit-box-flex:25;flex:25}.card div:last-child{-webkit-box-flex:1;flex:1;text-align:center;border-top:.1em solid rgba(150,150,150,.5)}.card h2,.card p:nth-child(2){text-align:center;padding-bottom:1rem}@media (max-width:1600px){.news-items li,.news-items::after,.news-items::before{flex-basis:31%}}@media (max-width:960px){.news-items li,.news-items::after,.news-items::before{flex-basis:48%}}@media (max-width:640px){.news-items li,.news-items::after,.news-items::before{flex-basis:95%}}.article-content{padding:1em}.article-header{padding:1em;text-align:center}.article-header img{margin:1em auto;width:50%;height:auto}.article-footer,.article-main{padding:1em 3em}.article-footer p,.article-main p{margin-bottom:1em}.article-main p:first-child{font-size:1.2em;font-weight:700}.article-footer p:last-child{text-align:center;font-weight:700;font-style:italic}
