body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#eee;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:18px;margin:0}ul{padding:0}ul li{list-style:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.max-content{margin:0 auto;max-width:1270px}@media screen and (max-width:1440px){.max-content{max-width:1080px}}@media screen and (max-width:960px){.max-content{max-width:800px}}@media screen and (max-width:640px){.max-content{max-width:500px}}main{box-sizing:border-box;min-height:calc(100vh - 287px);min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:3rem 2rem}main>div{margin:0 auto;max-width:1270px}@media screen and (max-width:1440px){main>div{max-width:1080px}}@media screen and (max-width:960px){main>div{max-width:800px}}@media screen and (max-width:640px){main>div{max-width:500px}}article{display:flex;padding:0;position:relative}article a.card{background-color:#fff;border-top:5px solid #2b3863;border-top:5px solid var(--primary-color);box-shadow:0 2px 4px 0 #0003;display:block;padding:1.5rem;text-decoration:none;transition:border-color .3s,box-shadow .3s 1.32s}article a.card:after,article a.card:before{background-color:#2b3863;background-color:var(--primary-color);border-radius:5px;content:"";height:4.5px;position:absolute;top:0;transition:height .9s .42s,background-color .3s;width:5px}article a.card:before{left:0}article a.card:after{right:0}article a.card:focus,article a.card:hover{border-top-color:#ce1141;border-top-color:var(--secondary-color);box-shadow:0 2px 4px 0 #00000080;outline:3px solid #0000;transition:border-color .3s,box-shadow .3s}article a.card:focus:after,article a.card:focus:before,article a.card:hover:after,article a.card:hover:before{background-color:#ce1141;background-color:var(--secondary-color);height:100%;transition:height .9s .3s,background-color .3s}article a.card:focus .title,article a.card:hover .title{color:#2b3863;color:var(--primary-color);font-size:30px;font-weight:900;margin:0}article a.card:focus .title:after,article a.card:focus .title:before,article a.card:hover .title:after,article a.card:hover .title:before{background-color:#ce1141;background-color:var(--secondary-color);opacity:1;transition:width .9s 1.1s,background-color .3s,opacity 1ms 1.1s;width:60%}article a.card .cat{color:#ce1141;color:var(--secondary-color);font-size:20px;font-weight:700;margin:1rem 0 0}article a.card .title{color:#2b3863;color:var(--primary-color);font-size:30px;font-weight:900;margin:0}article a.card .title:after,article a.card .title:before{background-color:#2b3863;background-color:var(--primary-color);bottom:0;content:"";height:5px;opacity:0;position:absolute;transition:width .42s,background-color .3s,opacity 1ms .42s;width:5px}article a.card .title:before{border-top-right-radius:5px;left:0}article a.card .title:after{border-top-left-radius:5px;right:0}.home h1{font-size:24px}.article-card a,.latest-article a{color:inherit;display:block;margin-bottom:20px;text-decoration:none}.article-card img,.latest-article img{height:auto;width:100%}.article h1,.article h2,.article p{margin:10px 0}.other-articles{grid-gap:1.5rem;display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:1.5rem 0}@media screen and (max-width:1440px){.other-articles{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:960px){.other-articles{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.other-articles{grid-template-columns:1fr}}.other-articles article a.card{padding:1rem}.other-articles article a.card:focus{outline:3px solid #0000}.other-articles article img{height:auto;width:100%}.hero{display:flex;padding-bottom:1.5rem}.hero article{width:75%}@media screen and (max-width:750px){.hero article{width:100%}}.hero article img{height:auto;width:100%}.hero aside{grid-gap:1.5rem;display:flex;grid-template-rows:auto auto;margin-left:2%;width:300px}@media screen and (max-width:750px){.hero aside{display:none}}.hero aside article{background-color:#fff;border-top:5px solid #2b3863;border-top:5px solid var(--primary-color);box-shadow:0 2px 4px 0 #0003;box-sizing:border-box;padding:1.5rem;width:100%}.hero aside article .title{color:#2b3863;color:var(--primary-color);font-size:30px;font-weight:900;margin:0}.hero aside a{color:#2b3863;color:var(--primary-color);display:inline-block;font-weight:700;margin-left:-.5rem;padding:.5rem;text-decoration:none;transition:all .42s}.hero aside a:focus,.hero aside a:hover{color:#ce1141;color:var(--secondary-color);outline:4px solid #ce1141;outline:4px solid var(--secondary-color)}.category h1{color:#ce1141;color:var(--secondary-color);display:inline-block;margin:1rem;position:relative}.category h1:empty:after,.category h1:empty:before{display:none}.category h1:after,.category h1:before{border:0 solid #2b3863;border:0 solid var(--primary-color);content:"";display:block;height:20px;pointer-events:none;position:absolute;width:20px}.category h1:before{border-left-width:2px;border-top-width:2px;left:-1rem;top:-.5rem}.category h1:after{border-bottom-width:2px;border-right-width:2px;bottom:-.5rem;right:-1rem}header{background-color:#fff;box-sizing:border-box;min-height:var(--header-height);padding:6px 2rem;position:relative}header .logo img{height:auto;max-height:96px;width:auto}.skip-link{box-sizing:border-box;color:#2b3863;color:var(--primary-color);display:inline-block;font-size:20px;font-weight:700;margin-right:1.5rem;margin-right:var(--skip-link-margin-r);padding:1rem .75rem;position:absolute;text-align:center;text-decoration:none;top:50%;transform:translateY(-50%);transition:all .3s;width:180px;width:var(--skip-link-width)}.skip-link:not(:focus){font-size:0;margin-left:calc(-180px - 1.5rem);margin-left:calc(0px - var(--skip-link-width) - var(--skip-link-margin-r));opacity:0;padding:0}.skip-link+.logo-slogan .logo{transition:margin-left .3s}.skip-link:focus{outline:4px solid #ce1141;outline:4px solid var(--secondary-color)}.skip-link:focus+.logo-slogan .logo{margin-left:calc(180px + 1.5rem);margin-left:calc(var(--skip-link-width) + var(--skip-link-margin-r))}.logo-slogan{align-items:center;display:flex}.logo-slogan .logo{margin-right:1rem;padding:5px}.logo-slogan .logo:focus{outline:4px solid #ce1141;outline:4px solid var(--secondary-color)}.logo-slogan .logo img{display:block}.logo-slogan .slogan{font-style:italic;max-width:480px}footer .logo img{height:auto;max-width:80px;width:auto}footer .top{background-color:#fff;box-sizing:border-box;min-height:114px;min-height:var(--footer-top-height);padding:6px 2rem}@media screen and (max-width:520px){footer .top{padding:1rem 2rem}}footer .bottom{background-color:#2b3863;background-color:var(--primary-color);box-sizing:border-box;color:#fff;min-height:53px;min-height:var(--footer-bottom-height);padding:0 2rem}@media screen and (max-width:520px){footer .bottom{padding:1rem 0}}footer .bottom .max-content{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:860px){footer .bottom .max-content{display:block;text-align:center}}footer .bottom .links{box-sizing:border-box;min-height:53px;min-height:var(--footer-bottom-height)}@media screen and (max-width:750px){footer .bottom .links{margin:0 auto;max-width:460px}}footer .bottom .links a{color:#fff;display:inline-block;font-weight:700;margin:.75rem 1.75rem .5rem 0;padding:.25rem;text-decoration:none}@media screen and (max-width:420px){footer .bottom .links a{display:block;margin-right:0}}footer .bottom .links a:focus{outline:4px solid #fff}footer .bottom .copywrite{font-size:13px}@media screen and (max-width:860px){footer .bottom .copywrite{padding:1rem 0}}:root{--header-height:120px;--skip-link-width:180px;--skip-link-margin-r:1.5rem;--footer-top-height:114px;--footer-bottom-height:53px;--footer-height:calc(var(--footer-top-height) + var(--footer-bottom-height));--primary-color:#2b3863;--secondary-color:#ce1141}.blog-post{display:flex}.blog-post article{background-color:#fff;border-top:5px solid #2b3863;border-top:5px solid var(--primary-color);box-shadow:0 2px 4px 0 #0003;flex-direction:column;max-width:1020px;padding:1.5rem;width:75%}@media screen and (max-width:750px){.blog-post article{width:100%}}.blog-post article h1,.blog-post article h2{color:#2b3863;color:var(--primary-color);font-size:30px;font-weight:900;margin:0 0 1rem}.blog-post article h1{display:inline-block;font-size:40px}.blog-post article h1:focus{outline:4px solid #ce1141;outline:4px solid var(--secondary-color)}.blog-post article h2{margin-top:2rem}.blog-post article img{height:auto;width:100%}.blog-post article hr{margin:3rem auto 2rem;width:25%}.blog-post aside{grid-gap:1.5rem;display:flex;display:inline-block;grid-template-rows:auto auto;margin-left:2%;width:300px}@media screen and (max-width:750px){.blog-post aside{display:none}}.blog-post aside article{box-sizing:border-box;width:100%}.blog-post aside article .title{color:#2b3863;color:var(--primary-color);font-size:30px;font-weight:900;margin:0}.blog-post aside article a{color:#2b3863;color:var(--primary-color);display:inline-block;font-weight:700;margin-left:-.5rem;padding:.5rem;text-decoration:none;transition:all .42s}.blog-post aside article a:focus,.blog-post aside article a:hover{color:#ce1141;color:var(--secondary-color);outline:4px solid #ce1141;outline:4px solid var(--secondary-color)}
/*# sourceMappingURL=main.249a4dab.css.map*/