:root{--font-color:rgb(255, 166, 0);--body-shadow:rgb(44, 29, 0);--cta-shadow:rgb(179, 250, 255);--cta-bg:rgb(255, 103, 47);--cta-color:#362fb8}body,html{margin:0;padding:0;max-width:100%;overflow-x:hidden;scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;font-style:italic;font-weight:900;font-size:100%;line-height:1.5em;word-spacing:0.5em;letter-spacing:.2em;color:var(--font-color);text-shadow:2px 2px 0 var(--body-shadow),-1px -1px 0 var(--body-shadow),1px -1px 0 var(--body-shadow),-1px 1px 0 var(--body-shadow),1px 1px 0 var(--body-shadow);background:#2a3c64 radial-gradient(#2a4990 1px,transparent 0);background-size:5px 5px;background-position:-19px -19px;hyphens:auto}a{color:var(--cta-bg);text-decoration:underline}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{justify-content:center;align-items:center}.flex-wrap{flex-wrap:wrap}.gap-5{gap:5%}.gap-10px{gap:10px}.line{border-bottom:1px solid;padding-bottom:5px}.main{display:flex;flex-direction:column;align-items:center;gap:50px}.mainblock{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:1000px;width:100%}p,small{margin-right:2%;margin-left:2%;margin-bottom:0}h1,h3,h4,h5,h6{margin-top:0;margin-bottom:0;max-width:98%;font-family:Arial,sans-serif;font-style:italic;font-weight:1000;color:#ff6a00}#banner{aspect-ratio:5103/2824}img{max-width:100%;height:auto}.footerlogo{width:100%;height:auto}.calltogroups{width:100%}.calltogroups>h2:first-of-type{margin-top:0}.calltogroups h2{text-align:center;width:auto}.calltogroups-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,175px);gap:1em .5em;justify-content:center}.callbutton{display:flex;align-items:center;gap:5%;width:100%;min-height:50px;background-color:var(--cta-bg);color:var(--cta-color);border-radius:2%;box-shadow:2px 2px 2px gray;--shadow-color:var(--cta-shadow);text-shadow:2px 2px 0 var(--shadow-color),-1px -1px 0 var(--shadow-color),1px -1px 0 var(--shadow-color),-1px 1px 0 var(--shadow-color),1px 1px 0 var(--shadow-color)}@keyframes slideIn{from{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}.animate-on-click{animation:slideIn 1s ease forwards}.callbutton img{width:auto;height:100%;max-width:35px;margin-left:5px}.embedtube{margin:auto;width:90%;aspect-ratio:16/9;max-height:90vh}footer{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:5px;border-top:1px solid;min-height:50px;min-width:90%;gap:7px}footer .bottomicons{list-style:none;margin:0;padding:0;display:flex;justify-content:space-between;width:40%;min-width:200px}footer .bottomicons li img{max-width:25px;min-width:10%}footer .copyright{display:flex;flex-wrap:wrap;justify-content:center;column-gap:15px;max-width:100%}summary{user-select:none}details>p{border-top:solid;border-bottom:solid;padding:5px 0}