body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.wrapper{align-items:center;display:grid;height:30%;justify-content:center;width:100vw}@media only screen and (max-width:750px){.wrapper{height:100vh}}@media only screen and (max-width:300px){.wrapper{height:170vh}}.accordion{align-items:start;display:grid;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-template-columns:repeat(2,45vw);margin-bottom:30px}@media only screen and (max-width:750px){.accordion{grid-template-columns:repeat(1,90vw);grid-template-rows:repeat(6,125px)}}@media only screen and (max-width:300px){.accordion{grid-template-rows:repeat(6,170px)}}.item{background:#002245;margin-bottom:20px;padding:5px 20px;transition:1s ease-in;width:40vw}@media only screen and (max-width:750px){.item{padding:0 1.5vw;width:87vw}}.title{align-items:center;color:#fff;cursor:pointer;display:flex;justify-content:space-between}h1{font-size:32px}h1,h2{font-size:25px}@media only screen and (max-width:1300px){h2{font-size:1.5vw}}@media only screen and (max-width:750px){h2{font-size:15px}}.content.show{height:auto;max-height:9999px;transition:max-height .5s ease}@media only screen and (max-width:750px){.content.show{font-size:12px}}.content{color:#fff;max-height:0;overflow:hidden;transition:all .5s cubic-bezier(0,1,0,1)}@media only screen and (max-width:750px){.content{font-size:12px}}.visible{opacity:1}.hidden{opacity:0}
/*# sourceMappingURL=main.72ff51ca.css.map*/