html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}

body {
line-height: 1;
}

ol,
ul {
list-style: none;
}

blockquote,
q {
quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: .5rem;
}

body {
-webkit-text-size-adjust: none
}

mark {
background-color: transparent;
color: inherit
}

input::-moz-focus-inner {
border: 0;
padding: 0
}

input[type="text"],
input[type="email"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none
}

*,
*:before,
*:after {
box-sizing: border-box;
}

body {
min-width: 320px;
min-height: 100vh;
line-height: 1.0;
word-wrap: break-word;
overflow-x: hidden;
}

u {
text-decoration: underline;
}

strong {
color: inherit;
font-weight: bolder;
}

em {
font-style: italic;
}

code {
font-family: 'Lucida Console', 'Courier New', monospace;
font-weight: normal;
text-indent: 0;
letter-spacing: 0;
font-size: 0.9em;
margin: 0 0.25em;
padding: 0.25em 0.5em;
background-color: rgba(144, 144, 144, 0.25);
border-radius: 0.25em;
}

mark {
background-color: rgba(144, 144, 144, 0.25);
}

a {
-moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
-webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
-ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
color: inherit;
text-decoration: underline;
}

s {
text-decoration: line-through;
}

body:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 0;
-moz-pointer-events: none;
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background-attachment: scroll;
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cfilter%20id%3D%22noise%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.5%200%22%20%2F%3E%3C%2Ffilter%3E%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E'), linear-gradient(to top, rgba(39, 44, 51, 0.51), rgba(39, 44, 51, 0.51)), url('images/trail.jpg');
background-size: 512px, auto, cover;
background-position: center, 0% 0%, center;
background-repeat: repeat, repeat, no-repeat;
background-color: #FFFFFF;
}

html {
font-size: 18pt;
}

#wrapper {
-webkit-overflow-scrolling: touch;
display: flex;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
min-height: 100vh;
position: relative;
z-index: 2;
overflow: hidden;
}

#main {
display: flex;
position: relative;
max-width: 100%;
z-index: 1;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-moz-flex-grow: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-moz-flex-shrink: 0;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
text-align: left;
}

#main>.inner {
position: relative;
z-index: 1;
border-radius: inherit;
padding: 1rem 3rem;
max-width: 100%;
width: 65rem;
}

#main>.inner>header {
margin-bottom: 1rem;
}

#main>.inner>footer {
margin-top: 1rem;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}

#main>.inner>*>* {
/* margin-top: 1rem; */
/* margin-bottom: 1rem; */
}

#main>.inner>*> :first-child {
margin-top: 0 !important;
}

#main>.inner>*> :last-child {
margin-bottom: 0 !important;
}

#main>.inner>.full {
margin-left: calc(-3rem);
width: calc(100% + 6rem + 0.4725px);
max-width: calc(100% + 6rem + 0.4725px);
}

#main>.inner>.full:first-child {
margin-top: -3rem !important;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}

#main>.inner>.full:last-child {
margin-bottom: -3rem !important;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}

#main>.inner>.full.screen {
width: 100vw;
max-width: 100vw;
position: relative;
border-radius: 0 !important;
left: 50%;
right: auto;
margin-left: -50vw;
}

#main>.inner>*>.full {
margin-left: calc(-3rem);
width: calc(100% + 6rem + 0.4725px);
max-width: calc(100% + 6rem + 0.4725px);
}

#main>.inner>*>.full.screen {
width: 100vw;
max-width: 100vw;
position: relative;
border-radius: 0 !important;
left: 50%;
right: auto;
margin-left: -50vw;
}

#main>.inner>footer>.full:last-child {
margin-bottom: -3rem !important;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}

#main>.inner>.active>.full:first-child {
margin-top: -3rem !important;
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}

#main>.inner>.active {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}

#main>.inner>section>* {
-moz-transition: opacity 1s ease-in-out 0s;
-webkit-transition: opacity 1s ease-in-out 0s;
-ms-transition: opacity 1s ease-in-out 0s;
transition: opacity 1s ease-in-out 0s;
}

body.is-loading #main>.inner>section>* {
opacity: 0;
}

#main>.inner>section> :nth-child(2) {
-moz-transition-delay: 0.25s;
-webkit-transition-delay: 0.25s;
-ms-transition-delay: 0.25s;
transition-delay: 0.25s;
}

#main>.inner>section> :nth-child(3) {
-moz-transition-delay: 0.5s;
-webkit-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}

#main>.inner>section> :nth-child(4) {
-moz-transition-delay: 0.75s;
-webkit-transition-delay: 0.75s;
-ms-transition-delay: 0.75s;
transition-delay: 0.75s;
}

#main>.inner>section> :nth-child(5) {
-moz-transition-delay: 1s;
-webkit-transition-delay: 1s;
-ms-transition-delay: 1s;
transition-delay: 1s;
}

#main>.inner>section> :nth-child(6) {
-moz-transition-delay: 1.25s;
-webkit-transition-delay: 1.25s;
-ms-transition-delay: 1.25s;
transition-delay: 1.25s;
}

#main>.inner>section> :nth-child(7) {
-moz-transition-delay: 1.5s;
-webkit-transition-delay: 1.5s;
-ms-transition-delay: 1.5s;
transition-delay: 1.5s;
}

#main>.inner>section> :nth-child(8) {
-moz-transition-delay: 1.75s;
-webkit-transition-delay: 1.75s;
-ms-transition-delay: 1.75s;
transition-delay: 1.75s;
}

#main>.inner>section> :nth-child(9) {
-moz-transition-delay: 2s;
-webkit-transition-delay: 2s;
-ms-transition-delay: 2s;
transition-delay: 2s;
}

#main>.inner>section> :nth-child(10) {
-moz-transition-delay: 2.25s;
-webkit-transition-delay: 2.25s;
-ms-transition-delay: 2.25s;
transition-delay: 2.25s;
}

#main>.inner>section> :nth-child(11) {
-moz-transition-delay: 2.5s;
-webkit-transition-delay: 2.5s;
-ms-transition-delay: 2.5s;
transition-delay: 2.5s;
}

#main>.inner>section> :nth-child(12) {
-moz-transition-delay: 2.75s;
-webkit-transition-delay: 2.75s;
-ms-transition-delay: 2.75s;
transition-delay: 2.75s;
}

#main>.inner>section> :nth-child(13) {
-moz-transition-delay: 3s;
-webkit-transition-delay: 3s;
-ms-transition-delay: 3s;
transition-delay: 3s;
}

#main>.inner>header,
#main>.inner>footer {
-moz-transition: opacity 0.25s ease-in-out 0.375s, visibility 0.25s linear 0.375s;
-webkit-transition: opacity 0.25s ease-in-out 0.375s, visibility 0.25s linear 0.375s;
-ms-transition: opacity 0.25s ease-in-out 0.375s, visibility 0.25s linear 0.375s;
transition: opacity 0.25s ease-in-out 0.375s, visibility 0.25s linear 0.375s;
}

#main>.inner>header.hidden,
#main>.inner>footer.hidden {
-moz-transition: opacity 0.25s ease-in-out, visibility 0.25s;
-webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s;
-ms-transition: opacity 0.25s ease-in-out, visibility 0.25s;
transition: opacity 0.25s ease-in-out, visibility 0.25s;
opacity: 0;
visibility: hidden;
}

#main>.inner>section {
-moz-transition: opacity 0.5s ease-in-out 0.25s, -moz-transform 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out 0.25s, -webkit-transform 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
-ms-transition: opacity 0.5s ease-in-out 0.25s, -ms-transform 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
transition: opacity 0.5s ease-in-out 0.25s, transform 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
}

#main>.inner>section.inactive {
-moz-transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
-ms-transition: opacity 0.25s ease-in-out, -ms-transform 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
opacity: 0;
-moz-transform: scale(0.975);
-webkit-transform: scale(0.975);
-ms-transform: scale(0.975);
transform: scale(0.975);
}

body.is-instant #main,
body.is-instant #main>.inner>*,
body.is-instant #main>.inner>section>* {
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}

body.is-instant:after {
display: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}

.links {
cursor: default;
padding: 0;
line-height: 1.5;
/* background-color: black; */
}

.links li a {
display: block;
}

#links03 {
margin-left: -0.5625rem;
width: calc(100% + 1.125rem);
font-family: 'Inter', sans-serif;
letter-spacing: -0.025rem;
font-size: 1.15em;
font-weight: 300;
text-shadow: 0.082rem 0.094rem 0.125rem transparent;
}

#links03 li {
display: inline-block;
vertical-align: middle;
margin: 0.5625rem;
/* width: 30%; */
}

#links03 li a {
/* color: #FFFFFF; */
color: rgb(225, 225, 225);
text-decoration: underline;
}

#links03 li a:hover {
text-decoration: none;
}

/* #links02 {
margin-left: -0.25rem;
width: calc(100% + 0.5rem);
text-transform: uppercase;
font-family: 'Inter', sans-serif;
letter-spacing: -0.025rem;
font-size: 1.625em;
font-weight: 600;
} */

/* #links02 li {
display: inline-block;
vertical-align: middle;
margin: 0.25rem;
}

#links02 li a {
color: #FFFFFF;
text-decoration: underline;
}

#links02 li a:hover {
text-decoration: none;
} */

#links01 {
margin-left: -0.25rem;
width: calc(100% + 0.5rem);
font-family: 'Inter', sans-serif;
letter-spacing: -0.025rem;
font-size: 1em;
font-weight: 300;
}

#links01 li {
display: inline-block;
vertical-align: middle;
margin: 0.25rem;
}

#links01 li a {
color: #FFFFFF;
text-decoration: underline;
}

#links01 li a:hover {
text-decoration: none;
}

h1 br+br,
h2 br+br,
h3 br+br,
p br+br {
display: block;
content: ' ';
}

h1 .li,
h2 .li,
h3 .li,
p .li {
display: list-item;
padding-left: 0.5em;
margin: 0.75em 0 0 1em;
}

#text03 br+br {
margin-top: 0.675rem;
margin-bottom: 1rem
}

#text03 {
color: #FFFFFF;
font-family: 'Arial', sans-serif;
font-size: 3.5em;
line-height: 1.125;
font-weight: 600;
}

#text03 a {
text-decoration: underline;
}

#text03 a:hover {
text-decoration: none;
}

h1.style1,
h2.style1,
h3.style1,
p.style190,
p.style1 br+br {
margin-top: 1.05rem;
}

h1.style1,
h2.style1,
h3.style1,
p.style190,
p.style1 {
color: #FFFFFF;
font-family: 'Asap', sans-serif;
letter-spacing: -0.025rem;
width: 100%;
font-size: 1em;
line-height: 1.75;
font-weight: 400;
}

p.disclaimer{
  color: #FFFFFF;
  font-family: 'Asap', sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: .75em;
  line-height: 1.75;
  font-weight: 400;
  font-style: italic;
}

#text03{
  /* background-color: hotpink; */
  margin-bottom: 3rem;
}

#text08{
  margin-top:.4rem;
  margin-bottom: 0rem;
  font-weight: normal;
  font-style: oblique;
  font-size: 1.5rem;
  line-height: .7rem;
}

#text88{
  margin-top:.4rem;
  margin-bottom: 0rem;
  font-weight: normal;
  font-style: oblique;
  font-size: 1.5rem;
  line-height: .7rem;
}
#text98{
  margin-top:1rem;
  font-weight: normal;
  font-style: oblique;
  font-size: 1.5rem;
  margin-bottom: 0;
}

/* #susie{
  color: yellow;
} */

#text69{
  /* margin-top:1.5rem; */
  font-weight: normal;
  font-style: oblique;
  font-size: .75rem;
}

.spacer{
  height:20px;
  /* display: none; */
}

#text07{
  margin-top:1.5rem;
margin-bottom: .5rem;
}

#text09{
  margin-top: .75rem;
}

#text10{
  margin-top:1.25rem;
  font-weight: normal;
  font-style: oblique;
  font-size: 1.5rem;
}

#bigMoney{
  /* line-height: 1em; */
  /* margin-top: 1.2rem; */
  margin-top: .6rem;
  margin-bottom: .6rem;
  font-size: 4rem;
  font-weight: normal;
  /* font-family:Arial, Helvetica, sans-serif; */
  /* color: #00FF00; */
  /* text-shadow:; */
  /* letter-spacing: .1rem; */
  /* background-color: rgba(100, 100, 100, .5);
  border-radius: .5rem;
  padding: .5rem; */
}

#text06{
  /* background-color: greenyellow; */
  margin-top: 3rem;
}

#day1, #day2, #day3{
  margin-top: 3rem;
}

.centeredImg{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: .2rem;
  max-width: 30rem;
  /* left: 50%;
  transform: translate(-50%, 0); */
}

#tent{
  width:70%;
}

#pan{
  max-width: none;
}

#end{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.GOODcontainer{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.leftBox{
  flex: 50%;
}

.rightBox{
  flex: 50%;
}

.thirdBox{
  flex: 33%;
}

.dayBox{
  flex:10%;
}

.mileBox{
  flex: 40%;
}

#boldBoi{
  font-weight: bold;
}

h1.style1 a,
h2.style1 a,
h3.style1 a,
p.style1 a {
text-decoration: underline;
}

h1.style1 a:hover,
h2.style1 a:hover,
h3.style1 a:hover,
p.style1 a:hover {
text-decoration: none;
}

h1.style4,
h2.style4,
h3.style4,
p.style4 br+br {
/* margin-top: 1.05rem; */
}

h1.style4:not(:first-child),
h2.style4:not(:first-child),
h3.style4:not(:first-child),
p.style4:not(:first-child) {
/* margin-top: 2.25rem !important; */
/* margin-top: 2.25rem !important; */
}

h1.style4:not(:last-child),
h2.style4:not(:last-child),
h3.style4:not(:last-child),
p.style4:not(:last-child) {
/* margin-bottom: 2.25rem !important; */
/* margin-bottom: 2.25rem !important; */
}

h1.style4,
h2.style4,
h3.style4,
p.style4 {
text-align: center;
color: #FFFFFF;
font-family: 'Asap', sans-serif;
letter-spacing: -0.025rem;
width: 100%;
font-size: 2.125em;
line-height: 1;
font-weight: 700;
}

h1.style4 a,
h2.style4 a,
h3.style4 a,
p.style4 a {
text-decoration: underline;
}

h1.style4 a:hover,
h2.style4 a:hover,
h3.style4 a:hover,
p.style4 a:hover {
text-decoration: none;
}

h1.style5,
h2.style5,
h3.style5,
p.style5 br+br {
margin-top: 1.05rem;
}

h1.style5,
h2.style5,
h3.style5,
p.style5 {
color: #FFFFFF;
font-family: 'Asap', sans-serif;
letter-spacing: -0.025rem;
width: 100%;
font-size: 0.75em;
line-height: 1.75;
font-weight: 400;
}

h1.style5 a,
h2.style5 a,
h3.style5 a,
p.style5 a {
text-decoration: underline;
}

h1.style5 a:hover,
h2.style5 a:hover,
h3.style5 a:hover,
p.style5 a:hover {
text-decoration: none;
}

#text05 br+br {
margin-top: 0.6rem;
}

#text05 {
color: #FFFFFF;
font-family: 'Asap', sans-serif;
letter-spacing: -0.15rem;
width: 100%;
font-size: 2.5em;
line-height: 1;
font-weight: 600;
}

#text05 a {
text-decoration: underline;
}

#text05 a:hover {
text-decoration: none;
}

#credits br+br {
margin-top: 0.9rem;
}

#credits {
color: #FFFFFF;
font-family: 'Inter', sans-serif;
letter-spacing: -0.025rem;
width: 100%;
font-size: 0.8em;
line-height: 1.5;
font-weight: 300;
cursor: default;
margin-top: 1rem !important;
}

#credits a {
text-decoration: none !important;
-moz-transition: opacity 0.25s ease;
-webkit-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
opacity: 0.5;
}

#credits a:hover {
text-decoration: none !important;
opacity: 1;
}

.container {
  position: relative;
}

.container>.wrapper {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}

.container>.wrapper>.inner {
  vertical-align: top;
  position: relative;
  max-width: 100%;
  border-radius: inherit;
}

#main .container.full:first-child>.wrapper {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#main .container.full:last-child>.wrapper {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#main .container.full:first-child>.wrapper>.inner {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#main .container.full:last-child>.wrapper>.inner {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container02{
  margin-top: 0rem;
  margin-bottom: 0rem;
  /* background-color: blueviolet; */
}

#container02>.wrapper {
  display: inline-block;
  width: 75rem;
  background-color: transparent;
}

#container02>.wrapper>.inner {
  padding: .1rem 2rem;
}

#container02.default>.wrapper>.inner>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#container02.default>.wrapper>.inner>*:first-child {
  margin-top: 0 !important;
}

#container02.default>.wrapper>.inner>*:last-child {
  margin-bottom: 0 !important;
}

#container02.columns>.wrapper>.inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

#container02.columns>.wrapper>.inner>* {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 1rem;
  /* padding: 0; */
}

#container02.columns>.wrapper>.inner>*>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#container02.columns>.wrapper>.inner>*>*:first-child {
  margin-top: 0 !important;
}

#container02.columns>.wrapper>.inner>*>*:last-child {
  margin-bottom: 0 !important;
}

#container02.columns>.wrapper>.inner>*:first-child {
  margin-left: -2rem;
}

#container02.default>.wrapper>.inner>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
  max-width: none;
}

#container02.default>.wrapper>.inner>.full:first-child {
  margin-top: -2rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#container02.default>.wrapper>.inner>.full:last-child {
  margin-bottom: -2rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container02.columns>.wrapper>.inner>div>.full {
  margin-left: calc(-1rem);
  width: calc(100% + 2rem + 0.4725px);
  max-width: none;
}

#container02.columns>.wrapper>.inner>div:first-child>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div:last-child>.full {
  width: calc(100% + 3rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div>.full:first-child {
  margin-top: calc(-2rem) !important;
}

#container02.columns>.wrapper>.inner>div>.full:last-child {
  margin-bottom: calc(-2rem) !important;
}

#container02.columns>.wrapper>.inner>div:first-child,
#container02.columns>.wrapper>.inner>div:first-child>.full:first-child {
  border-top-left-radius: inherit;
}

#container02.columns>.wrapper>.inner>div:last-child,
#container02.columns>.wrapper>.inner>div:last-child>.full:first-child {
  border-top-right-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full {
  align-self: stretch;
}

#container02.columns>.wrapper>.inner>.full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child {
  height: calc(100% + 4rem);
  border-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
  height: 100%;
  border-radius: inherit;
}

#container02>.wrapper>.inner> :nth-child(1) {
  width: calc(50% + 1rem);
}

#container02>.wrapper>.inner> :nth-child(2) {
  width: calc(50% + 1rem);
}

#container01>.wrapper {
  display: inline-block;
  width: 75rem;
  background-color: transparent;
}

#container01>.wrapper>.inner {
  padding: 2rem 2rem;
}

#container01.default>.wrapper>.inner>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#container01.default>.wrapper>.inner>*:first-child {
  margin-top: 0 !important;
}

#container01.default>.wrapper>.inner>*:last-child {
  margin-bottom: 0 !important;
}

#container01.columns>.wrapper>.inner {
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

#container01.columns>.wrapper>.inner>* {
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
  padding: 0 0 0 2rem;
}

#container01.columns>.wrapper>.inner>*>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#container01.columns>.wrapper>.inner>*>*:first-child {
  margin-top: 0 !important;
}

#container01.columns>.wrapper>.inner>*>*:last-child {
  margin-bottom: 0 !important;
}

#container01.columns>.wrapper>.inner>*:first-child {
  margin-left: -2rem;
}

#container01.default>.wrapper>.inner>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
  max-width: none;
}

#container01.default>.wrapper>.inner>.full:first-child {
  margin-top: -2rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#container01.default>.wrapper>.inner>.full:last-child {
  margin-bottom: -2rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container01.columns>.wrapper>.inner>div>.full {
  margin-left: calc(-1rem);
  width: calc(100% + 2rem + 0.4725px);
  max-width: none;
}

#container01.columns>.wrapper>.inner>div:first-child>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div:last-child>.full {
  width: calc(100% + 3rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div>.full:first-child {
  margin-top: calc(-2rem) !important;
}

#container01.columns>.wrapper>.inner>div>.full:last-child {
  margin-bottom: calc(-2rem) !important;
}

#container01.columns>.wrapper>.inner>div:first-child,
#container01.columns>.wrapper>.inner>div:first-child>.full:first-child {
  border-top-left-radius: inherit;
}

#container01.columns>.wrapper>.inner>div:last-child,
#container01.columns>.wrapper>.inner>div:last-child>.full:first-child {
  border-top-right-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full {
  align-self: stretch;
}

#container01.columns>.wrapper>.inner>.full:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child {
  height: calc(100% + 4rem);
  border-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
  height: 100%;
  border-radius: inherit;
}

#container01>.wrapper>.inner> :nth-child(1) {
  width: calc(40% + 1rem);
}

#container01>.wrapper>.inner> :nth-child(2) {
  width: calc(60% + 1rem);
}

.timer {
line-height: .5;
cursor: default;
/* background-color: white; */
/* margin-left: 26%; */
/* width: 100%; */
}

.timer ul {
display: inline-flex;
-moz-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
list-style: none;
/* height: 192px; */
max-width: 100%;
/* background-color: darkgray; */
/* background-color: rgba(53, 83, 125, .65); */
background-color: rgba(100, 100, 100, .5);
border-radius: .5rem;
padding: .5rem;
}

.moneyBox{
  /* height: 170px; */
  /* height: 5rem; */
  /* max-width: 100%; */
  /* background-color: darkgray; */
  /* background-color: rgba(53, 83, 125, .65); */
  background-color: rgba(100, 100, 100, .5);
  border-radius: .5rem;
  padding: .5rem;
  margin: .5rem;
}

/* #mbox1{
  margin-left: 1rem;
  padding-top: 1rem;
} */
/* #mbox2{
  margin-right: 1rem;
} */

.tstshit{
  /* background-color: #36FFC3; */
  /* padding-top: 10rem; */
}

.timer ul li {
position: relative;
z-index: 1;
}

.timer ul li.delimiter {
-moz-flex: 0 1 auto;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}

.timer ul li.delimiter .symbol {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
}

.timer ul li.number {
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 2rem;
}

.timer ul li.number .item {
position: relative;
}

.timer ul li.number .item .digit {
display: block;
position: relative;
white-space: nowrap;
}

.timer ul li.number .item .digit .component {
display: inline-block;
width: 50%;
}

.timer ul li.number .item .digit.count2 .component {
width: 50%;
}

.timer ul li.number .item .digit.count3 .component {
width: 33.3333%;
}

.timer ul li.number .item .digit.count4 .component {
width: 25%;
}

.timer ul li.number .item .digit.count5 .component {
width: 20%;
}

.timer ul li.number .item .label {
display: block;
white-space: nowrap;
}

.timer ul li.number .item .label>* {
display: inline-block;
}

.timer ul li.number .item .label .full {
width: 5em;
}

.timer ul li.number .item .label .abbreviated {
width: 3em;
}

.timer ul li.number .item .label .initialed {
width: 1em;
}

#timer01 ul {
width: 38rem;
}

#timer01 ul li.delimiter {
width: 3rem;
min-width: 1rem;
}

#timer01 ul li.delimiter .symbol {
color: rgba(255, 255, 255, 0.705);
}

#timer01 ul li.number .item .digit {
font-family: 'Inter', sans-serif;
font-weight: 600;
color: #FFFFFF;
line-height: 1em;
text-align: inherit;
}

#timer01 ul li.number .item .label>* {
margin-top: calc(0.5rem + 0.25em);
letter-spacing: -0.025rem;
}

#timer01 ul li.number .item .label {
font-family: 'Asap', sans-serif;
font-size: 1.25rem;
font-weight: 400;
width: 100%;
color: #FFFFFF;
}

#timer01 ul li.number .item .label .full {
width: calc(5em + -0.15rem);
}

#timer01 ul li.number .item .label .abbreviated {
width: calc(3em + -0.1rem);
}

#timer01 ul li.number .item .label .initialed {
width: calc(2em + -0.075rem);
}

.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.table-inner {
  display: inline-block;
  max-width: 100%;
}

table {
  text-align: left;
  width: 100%;
}

th {
  text-align: left;
  font-weight: bold;
}

#table01 {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.025rem;
  font-size: 1em;
  line-height: 1.75;
  font-weight: 300;
}

#table01 a {
  text-decoration: underline;
}

#table01 a:hover {
  text-decoration: none;
}

#table01 .table-inner {
  width: 100%;
}

#table01 th:nth-child(3),
#table01 td:nth-child(3) {
  text-align: center;
}

#table01 th:nth-child(4),
#table01 td:nth-child(4) {
  text-align: right;
}

#table01 thead {
  border-bottom: solid 2px rgba(255, 255, 255, 0.2188);
}

#table01 tbody tr {
  border-top: solid 1px rgba(255, 255, 255, 0.131);
}

#table01 tbody tr:first-child {
  border-top: 0;
}

#table01 th,
#table01 td {
  /* padding: 0.5rem 0.6875rem; */
  padding: 0rem 0.6875rem;
}

#table01 th:first-child,
#table01 td:first-child {
  padding-left: 1rem;
}

#table01 th:last-child,
#table01 td:last-child {
  padding-right: 1rem;
}

#footer {
margin-top: 0rem !important;
}

.buttons {
cursor: default;
padding: 0;
letter-spacing: 0;
}

.buttons li a {
text-decoration: none;
text-align: center;
white-space: nowrap;
max-width: 100%;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
vertical-align: middle;
}

#buttons02 {
width: calc(100% + 1rem);
margin-left: -0.5rem;
}

#buttons02 li {
display: inline-block;
vertical-align: middle;
max-width: calc(100% - 1rem);
margin: 0.5rem;
}

#buttons02 li a {
display: flex;
width: auto;
height: 3rem;
line-height: 3rem;
vertical-align: middle;
padding: 0 1.5rem;
font-size: 1em;
font-family: 'Inter', sans-serif;
letter-spacing: -0.025rem;
font-weight: 300;
border-radius: 2rem;
}

#buttons02 li a svg {
display: block;
-moz-transition: fill 0.25s ease;
-webkit-transition: fill 0.25s ease;
-ms-transition: fill 0.25s ease;
transition: fill 0.25s ease;
width: 1em;
min-width: 16px;
height: 100%;
fill: #FFFFFF;
margin-right: calc(0.5em + 0rem);
margin-left: -0.125em;
}

#buttons02 .button {
color: #FFFFFF;
border: solid 4px #FFFFFF;
}

#buttons02 .button:hover {
color: #36FFC3 !important;
border-color: #36FFC3 !important;
}

#buttons02 .button:hover svg {
fill: #36FFC3 !important;
}

@media (max-width: 1680px) {
  .timer {
    margin-left: 0%;
  }
  
  .timer ul {
    max-width: 100%;
  }
  html {
      font-size: 13pt;
  }
}

@media (max-width: 1280px) {
html {
    font-size: 13pt;
}
}

@media (max-width: 980px) {
html {
    font-size: 11pt;
}
}

@media (max-width: 736px) {
  
  .leftBox{
    flex: 100%;
  }
  
  .rightBox{
    flex: 100%;
  }
  
  .spacer{
    height:3px;
    /* display: none; */
  }
  
html {
    font-size: 14pt;
}

#main>.inner {
    padding: 1rem 2rem;
}

#main>.inner>header {
    margin-bottom: 1rem;
}

#main>.inner>footer {
    margin-top: 1rem;
}

#main>.inner>*>* {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#main>.inner>.full {
    margin-left: calc(-2rem);
    width: calc(100% + 4rem + 0.4725px);
    max-width: calc(100% + 4rem + 0.4725px);
}

#main>.inner>.full:first-child {
    margin-top: -3rem !important;
}

#main>.inner>.full:last-child {
    margin-bottom: -3rem !important;
}

#main>.inner>.full.screen {
    margin-left: -50vw;
}

#main>.inner>*>.full {
    margin-left: calc(-2rem);
    width: calc(100% + 4rem + 0.4725px);
    max-width: calc(100% + 4rem + 0.4725px);
}

#main>.inner>*>.full.screen {
    margin-left: -50vw;
}

#main>.inner>footer>.full:last-child {
    margin-bottom: -3rem !important;
}

#main>.inner>.active>.full:first-child {
    margin-top: -3rem !important;
}

#links03 {
    margin-left: -0rem;
    width: calc(100% + 0rem);
    letter-spacing: -0.021875rem;
    font-size: 0.875em;
}

#links03 li {
    margin: 0rem;
}

#links02 {
    margin-left: -0.25rem;
    width: calc(100% + 0.5rem);
    letter-spacing: -0.021875rem;
    font-size: 0.875em;
}

#links02 li {
    margin: 0.25rem;
}

#links01 {
    margin-left: -0.25rem;
    width: calc(100% + 0.5rem);
    letter-spacing: -0.021875rem;
    font-size: 1em;
}

#links01 li {
    margin: 0.25rem;
}

#text03:not(:first-child) {
    margin-top: 0rem !important;
}

#text03:not(:last-child) {
    margin-bottom: 1.5rem !important;
}

#text03 {
    letter-spacing: 0rem;
    width: 100%;
    font-size: 2em;
    line-height: 1.125;
}

h1.style1,
h2.style1,
h3.style1,
p.style190,
p.style1 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.75;
}

h1.style4:not(:first-child),
h2.style4:not(:first-child),
h3.style4:not(:first-child),
p.style4:not(:first-child) {
    /* margin-top: 1.6875rem !important; */
}

h1.style4:not(:last-child),
h2.style4:not(:last-child),
h3.style4:not(:last-child),
p.style4:not(:last-child) {
    /* margin-bottom: 1.6875rem !important; */
}

h1.style4,
h2.style4,
h3.style4,
p.style4 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1.5em;
    line-height: 1;
}

h1.style5,
h2.style5,
h3.style5,
p.style5 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1.75;
}

#text05 {
    letter-spacing: -0.13125rem;
    width: 100%;
    font-size: 2.5em;
    line-height: 1;
}

#credits {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 0.8em;
    line-height: 1.5;
}

#container02>.wrapper>.inner {
  padding: 0rem 0rem;
}

#container02.default>.wrapper>.inner>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#container02.columns>.wrapper>.inner {
  -moz-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -moz-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

#container02.columns>.wrapper>.inner>span {
  display: none;
}

#container02.columns>.wrapper>.inner>*>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#container02.columns>.wrapper>.inner>* {
  padding: 1rem 0 !important;
}

#container02.columns>.wrapper>.inner>*:first-child {
  margin-left: 0 !important;
  padding-top: 0 !important;
}

#container02.columns>.wrapper>.inner>*:last-child {
  padding-bottom: 0 !important;
}

#container02.columns>.wrapper>.inner>div.after-spacer {
  padding-top: 0 !important;
}

#container02.columns>.wrapper>.inner>div.before-spacer {
  padding-bottom: 0 !important;
}

#container02.default>.wrapper>.inner>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
}

#container02.default>.wrapper>.inner>.full:first-child {
  margin-top: -2rem !important;
}

#container02.default>.wrapper>.inner>.full:last-child {
  margin-bottom: -2rem !important;
}

#container02.columns>.wrapper>.inner>div>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div:first-of-type>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div:last-of-type>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div>.full:first-child {
  margin-top: -1rem !important;
}

#container02.columns>.wrapper>.inner>div>.full:last-child {
  margin-bottom: -1rem !important;
}

#container02.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
  margin-top: calc(-2rem) !important;
}

#container02.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
  margin-bottom: calc(-2rem) !important;
}

#container02.columns>.wrapper>.inner>div:first-of-type,
#container02.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#container02.columns>.wrapper>.inner>div:last-of-type,
#container02.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container02.columns>.wrapper>.inner>div:first-of-type,
#container02.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
  border-bottom-left-radius: 0 !important;
}

#container02.columns>.wrapper>.inner>div:last-of-type,
#container02.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
  border-top-right-radius: 0 !important;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child {
  height: auto;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
  position: relative;
  width: 100%;
  height: auto;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
  height: auto;
}

#container02.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>iframe {
  height: 100%;
}

#container02>.wrapper>.inner> :nth-child(1) {
  width: 100% !important;
  min-height: 100% !important;
  text-align: inherit !important;
}

#container02>.wrapper>.inner> :nth-child(2) {
  width: 100% !important;
  min-height: 100% !important;
  text-align: inherit !important;
}

#container01>.wrapper>.inner {
  padding: 2rem 2rem;
}

#container01.default>.wrapper>.inner>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#container01.columns>.wrapper>.inner {
  -moz-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -moz-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

#container01.columns>.wrapper>.inner>span {
  display: none;
}

#container01.columns>.wrapper>.inner>*>* {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

#container01.columns>.wrapper>.inner>* {
  padding: 1rem 0 !important;
}

#container01.columns>.wrapper>.inner>*:first-child {
  margin-left: 0 !important;
  padding-top: 0 !important;
}

#container01.columns>.wrapper>.inner>*:last-child {
  padding-bottom: 0 !important;
}

#container01.columns>.wrapper>.inner>div.after-spacer {
  padding-top: 0 !important;
}

#container01.columns>.wrapper>.inner>div.before-spacer {
  padding-bottom: 0 !important;
}

#container01.default>.wrapper>.inner>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
}

#container01.default>.wrapper>.inner>.full:first-child {
  margin-top: -2rem !important;
}

#container01.default>.wrapper>.inner>.full:last-child {
  margin-bottom: -2rem !important;
}

#container01.columns>.wrapper>.inner>div>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div:first-of-type>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div:last-of-type>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div>.full:first-child {
  margin-top: -1rem !important;
}

#container01.columns>.wrapper>.inner>div>.full:last-child {
  margin-bottom: -1rem !important;
}

#container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
  margin-top: calc(-2rem) !important;
}

#container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
  margin-bottom: calc(-2rem) !important;
}

#container01.columns>.wrapper>.inner>div:first-of-type,
#container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#container01.columns>.wrapper>.inner>div:last-of-type,
#container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#container01.columns>.wrapper>.inner>div:first-of-type,
#container01.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
  border-bottom-left-radius: 0 !important;
}

#container01.columns>.wrapper>.inner>div:last-of-type,
#container01.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
  border-top-right-radius: 0 !important;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child {
  height: auto;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
  position: relative;
  width: 100%;
  height: auto;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
  height: auto;
}

#container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>iframe {
  height: 100%;
}

#container01>.wrapper>.inner> :nth-child(1) {
  width: 100% !important;
  min-height: 100% !important;
  text-align: inherit !important;
}

#container01>.wrapper>.inner> :nth-child(2) {
  width: 100% !important;
  min-height: 100% !important;
  text-align: inherit !important;
}

#table01 {
  letter-spacing: -0.021875rem;
  font-size: 1em;
  line-height: 1.75;
}

#table01 th,
#table01 td {
  padding: .3rem 0.6875rem;
}

#table01 th:first-child,
#table01 td:first-child {
  padding-left: 0rem;
}

#table01 th:last-child,
#table01 td:last-child {
  padding-right: 0rem;
}

#footer {
    margin-top: 0rem !important;
}

#buttons02 li a {
    font-size: 1em;
}
}

@media (max-width: 480px) {
  /* text08{
    margin-top: 10rem;
  } */
  
  .thirdBox{
    flex: 85%;
  }
  
  .spacer{
    height:1px;
    /* display: none; */
  }
  
  #text98{
    display: none;
  }
  
#main>.inner>header {
    margin-bottom: 0.875rem;
}

#main>.inner>footer {
    margin-top: 0.875rem;
}

#main>.inner>*>* {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

#container02.default>.wrapper>.inner>* {
  margin-top: 0.65625rem;
  margin-bottom: 0.65625rem;
}

#container02.columns>.wrapper>.inner>*>* {
  margin-top: 0.65625rem;
  margin-bottom: 0.65625rem;
}

#container01.default>.wrapper>.inner>* {
  margin-top: 0.65625rem;
  margin-bottom: 0.65625rem;
}

#container01.columns>.wrapper>.inner>*>* {
  margin-top: 0.65625rem;
  margin-bottom: 0.65625rem;
}

#timer01 ul li.delimiter {
    width: 1.875rem;
}

#timer01 ul li.number .item .label>* {
    margin-top: calc(0.5rem + 0.25em);
}

#buttons02 {
    margin-left: 0;
    width: 100%;
    padding: 0.5rem 0;
}

#buttons02 li {
    max-width: 100%;
    display: block;
    margin: 1rem 0;
}

#buttons02 li:first-child {
    margin-top: 0;
}

#buttons02 li:last-child {
    margin-bottom: 0;
}

#buttons02 li a {
    display: inline-flex;
    width: 100%;
    max-width: 32rem;
}
}

@media (max-width: 360px) {
  

  
#main>.inner {
    padding: 1.25rem 1.5rem;
}

#main>.inner>header {
    /* margin-bottom: 0.75rem; */
}

#main>.inner>footer {
    margin-top: 0.75rem;
}

#main>.inner>*>* {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

#main>.inner>.full {
    margin-left: calc(-1.5rem);
    width: calc(100% + 3rem + 0.4725px);
    max-width: calc(100% + 3rem + 0.4725px);
}

#main>.inner>.full:first-child {
    margin-top: -2.25rem !important;
}

#main>.inner>.full:last-child {
    margin-bottom: -2.25rem !important;
}

#main>.inner>.full.screen {
    margin-left: -50vw;
}

#main>.inner>*>.full {
    margin-left: calc(-1.5rem);
    width: calc(100% + 3rem + 0.4725px);
    max-width: calc(100% + 3rem + 0.4725px);
}

#main>.inner>*>.full.screen {
    margin-left: -50vw;
}

#main>.inner>footer>.full:last-child {
    margin-bottom: -2.25rem !important;
}

#main>.inner>.active>.full:first-child {
    margin-top: -2.25rem !important;
}

#links03 {
    margin-left: -0rem;
    width: calc(100% + 0rem);
    font-size: 0.875em;
}

#links03 li {
    margin: 0rem;
}

#links02 {
    margin-left: -0.1875rem;
    width: calc(100% + 0.375rem);
    font-size: 0.875em;
}

#links02 li {
    margin: 0.1875rem;
}

#links01 {
    margin-left: -0.1875rem;
    width: calc(100% + 0.375rem);
    font-size: 1em;
}

#links01 li {
    margin: 0.1875rem;
}

#text03 {
    font-size: 2em;
}

h1.style1,
h2.style1,
h3.style1,
p.style190,
p.style1 {
    font-size: 0.875em;
    margin-top: 3rem;
}

h1.style4,
h2.style4,
h3.style4,
p.style4 {
    font-size: 1.5em;
}

h1.style5,
h2.style5,
h3.style5,
p.style5 {
    font-size: 0.875em;
}

#text05 {
    font-size: 2em;
}

#credits {
    font-size: 0.8em;
}

#container02>.wrapper>.inner {
  padding: 0rem 0rem;
}

#container02.default>.wrapper>.inner>* {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

#container02.columns>.wrapper>.inner>*>* {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

#container02.default>.wrapper>.inner>.full {
  margin-left: calc(-1.5rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container02.default>.wrapper>.inner>.full:first-child {
  margin-top: -1.5rem !important;
}

#container02.default>.wrapper>.inner>.full:last-child {
  margin-bottom: -1.5rem !important;
}

#container02.columns>.wrapper>.inner>div>.full {
  margin-left: calc(-1.5rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div:first-of-type>.full {
  margin-left: calc(-1.5rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div:last-of-type>.full {
  margin-left: calc(-1.5rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container02.columns>.wrapper>.inner>div>.full:first-child {
  margin-top: -1rem !important;
}

#container02.columns>.wrapper>.inner>div>.full:last-child {
  margin-bottom: -1rem !important;
}

#container02.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
  margin-top: calc(-1.5rem) !important;
}

#container02.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
  margin-bottom: calc(-1.5rem) !important;
}

#container01>.wrapper>.inner {
  padding: 1.5rem 1.5rem;
}

#container01.default>.wrapper>.inner>* {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

#container01.columns>.wrapper>.inner>*>* {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}

#container01.default>.wrapper>.inner>.full {
  margin-left: calc(-1.5rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container01.default>.wrapper>.inner>.full:first-child {
  margin-top: -1.5rem !important;
}

#container01.default>.wrapper>.inner>.full:last-child {
  margin-bottom: -1.5rem !important;
}

#container01.columns>.wrapper>.inner>div>.full {
  margin-left: calc(-1.5rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div:first-of-type>.full {
  margin-left: calc(-1.5rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div:last-of-type>.full {
  margin-left: calc(-1.5rem);
  width: calc(100% + 3rem + 0.4725px);
}

#container01.columns>.wrapper>.inner>div>.full:first-child {
  margin-top: -1rem !important;
}

#container01.columns>.wrapper>.inner>div>.full:last-child {
  margin-bottom: -1rem !important;
}

#container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
  margin-top: calc(-1.5rem) !important;
}

#container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
  margin-bottom: calc(-1.5rem) !important;
}

#table01 {
  font-size: 1em;
  /* margin-top: 5rem; */
}

#buttons02 {
    width: 100%;
    margin-left: 0;
    padding: 0.375rem 0;
}

#buttons02 li {
    max-width: 100%;
    margin: 0.75rem 0;
}
}

body {
    overflow: auto !important;
}

#main>.inner>section {
    opacity: 1.0 !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -moz-filter: none !important;
    -webkit-filter: none !important;
    -ms-filter: none !important;
    filter: none !important;
}

#main>.inner>section>* {
    opacity: 1.0 !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -moz-filter: none !important;
    -webkit-filter: none !important;
    -ms-filter: none !important;
    filter: none !important;
}

p.style190{
  font-style: italic;
}

/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOmCniXp96ayz4u7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOmCniXp96ayz4u7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOmCniXp96ayz4u4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOlCniXp96ayz4mPUhfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOlCniXp96ayz4mPUhfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOlCniXp96ayz4mPUhfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOlCniXp96ayz4mWUlfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOlCniXp96ayz4mWUlfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOlCniXp96ayz4mWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOoCniXp96ayzQe4HRO.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOoCniXp96ayzUe4HRO.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOoCniXp96ayzse4A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOnCniXp96aw-Q69URvBg88.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOnCniXp96aw-Q69UVvBg88.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOnCniXp96aw-Q69UtvBg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOnCniXp96aw4A79URvBg88.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOnCniXp96aw4A79UVvBg88.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/asap/v13/KFOnCniXp96aw4A79UtvBg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/inter/v3/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
