section#gold,
footer,
#page main {
background: #07072f;
color: #fff;
}

section#gold {
display: none;
}

#page header {
box-shadow: 0 0 1rem #00031e;
}

#page main a {
color: #ffc;
}

#page main {
background-color: #00031e;
background-image: url('images/curve-transparent-blue.svg'), url('images/525.png'), url('images/524.png'), url('images/520.png'), url('images/522.webp');
background-repeat: no-repeat;
background-position: 50% calc(100% + 1px), 15% 100%, 85% 100%, 15% 75%, 50% 100%;
background-attachment: scroll, scroll, scroll, scroll, fixed;
background-size: 100% auto, auto, auto, auto, cover;
padding: 0 0 2rem 0;
box-shadow: inset 0 5rem 5rem #000;
}

#page main .container {
max-width: 1100px;
margin: 0 auto;
text-align: center;
}

#page main .container h2,
#page main .container h3,
#page main .container h4 {
max-width: 540px;
margin: 0 auto;
padding: 8rem 1rem 2rem 1rem;
font-weight: bolder;
font-size: 1.25rem;
text-align: left;
text-shadow: 0 0 1rem #fff, 0 2px 1px tomato, 0 3px 1px violet;
}

#page main .container h2:first-of-type {
max-width: 1600px;
padding: 0 0 1rem 0;
text-align: center;
}

#page main .container h2:first-of-type img {
border-radius: 0 0 0.5rem 0.5rem;
}

#page main .container h2 {
font-size: 2.25rem;
padding-top: 0;
}

#page main .container p,
#page main .container div.closure,
#page main .container hr {
max-width: 540px;
margin: 0 auto;
text-align: left;
padding-left: 1rem;
padding-right: 1rem;
}

#page main .container hr {
border: 0;
border-bottom: 1px dashed cyan;
}

#page main .container div.closure {
padding-top: 3rem;
max-width: 600px;
}

#page main .container p.text-center,
#page main .container p.text-left {
max-width: 100%;
line-height: 130%;
}

#page main .container p.text-center {
padding: 0 0 2rem 0;
text-align: center;
}

#page main .container p.text-center.compact {
padding-bottom: 1rem;
}

#page main .container p.text-center.cta a {
background: #038009;
color: #fff5ec;
padding: 0.5rem 2rem;
font-size: 1.1rem;
border: 1px solid lightgreen;
box-shadow: 0 2px 1px lightgreen, 0 0 3rem #038009;
}

#page main .container p.text-center.cta a:hover,
#page main .container p.text-center.cta a:focus,
#page main .container p.text-center.cta a:active {
color: gold;
}

#page main .container p.text-center a.button {
margin-top: 0.5rem;
margin-bottom: 1rem;
}

#page main .container a.button {
display: inline-block;
line-height: 150%;
color: #fff;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}

#page main p.text-center img {
width: 100%;
height: auto;
max-width: 100%;
border-radius: 0.45rem;
box-shadow: 0 0.1rem 1px cyan, 0 0.2rem 1px #a14fa3;
animation-duration: 6s;
animation-iteration-count: 1;
animation-direction: alternate-reverse;
}

#page main p.text-center.numeric {
max-width: 1000px;
padding-bottom: 0;
margin-bottom: -70px;
}

#page main p.text-center.numeric img {
box-shadow: none;
border: 0;
border-radius: 0;
}

#page main p.text-center.logo {
text-align: center;
margin: 0 auto;
padding: 0 0 2rem 0;
display: block;
clear: both;
max-width: 100%;
}

#page main p.text-center.logo img {
max-width: 150px;
box-shadow: none;
border: 0;
border-radius: 0;
}

#page main p.text-left {
float: left;
}

#page main ul:last-of-type {
list-style: none;
text-align: left;
padding: 3rem 0 0 0;
margin: 0;
}

#page main ul:last-of-type li {
padding-bottom: 2rem;
}

#page main ul:last-of-type li:last-of-type {
padding-bottom: 0;
}

#page main .button {
white-space: nowrap;
}

#page main .button.primary:after {
content: ' \00BB';
}

#page main p {
line-height: 200%;
}

#page main .container p:has(small) {
line-height: 100%;
text-align: center;
}

#page main small {
font-size: 0.75rem;
font-style: oblique;
}

#page main em {
font-style: normal;
}

@media (max-width: 1400px) {

}

@media (max-width: 1000px) {

}

@media (max-width: 800px) {

}

@media (max-width: 700px) {
#page main {
background-position: 50% calc(100% + 1px), 15% 105%, 85% 103%, 15% 85%, 50% 100%;
padding: 0 0 500px 0;
}
#page main .container h2 {
font-size: 2rem;
}
}

@media (max-width: 600px) {
#page main .container p.text-center {
margin-left: 1rem;
margin-right: 1rem;
}
#page main .container p.text-left {
max-width: 100px;
}
#page main p.text-left img {
max-width: 100px;
padding-right: 1rem;
}
#page main .container div.closure {
padding-top: 1rem;
}
#page main .container h4 {
text-align: center;
}
}

@media (max-width: 400px) {
#page main p.text-left img {
max-width: 90px;
padding-right: 0;
}
#page main .container div.closure {
padding-left: 0;
padding-right: 0;
}
#page main .container div.closure a.button {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}