@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap");
html {
  font-size: 65%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  background-color: #222;
  color: #fff;
  font-variant-ligatures: none;
  text-align: center;
}

.header-image {
  width: 90vw;
  height: auto;
  max-width: 700px;
}

h1 {
  text-transform: uppercase;
  font-size: 6rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: block;
  text-align: center;
  font-weight: 600;
}

h2 {
  text-transform: uppercase;
  font-size: 3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 600;
}

h3 {
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
}

div.intro {
  width: 90vw;
  max-width: 690px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 120%;
}
div.intro.center {
  text-align: center;
}
div.intro ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1rem;
}
div.intro li {
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: rgb(102, 140.25, 255);
}

strong {
  font-weight: 600;
}

img.hello {
  vertical-align: middle;
}

div.wrap {
  width: 95vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

div.clear {
  clear: both;
}

table.board {
  border-spacing: 0.5rem;
  border-collapse: separate;
  margin-left: auto;
  margin-right: auto;
}
table.board.space {
  margin-top: 6rem;
}
table.board td {
  vertical-align: middle;
}
table.board td.meta {
  font-size: 1.3rem;
  width: 7rem;
}
table.board td.meta.left {
  text-align: right;
}
table.board td.meta.right {
  text-align: left;
}
table.board td.box {
  text-align: center;
  width: 17rem;
  padding: 0.5rem;
  font-weight: 600;
  font-size: 2rem;
}
table.board td.box.red {
  background-color: #f00;
}
table.board td.box.blue {
  background-color: #36f;
}
table.board td.box.open {
  font-weight: normal;
}
table.board a {
  color: inherit;
}

table.log {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
table.log thead {
  border-bottom: 2px #fff solid;
}
table.log tfoot {
  border-top: 2px #fff solid;
}
table.log th {
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  border: 1px #fff dotted;
}
table.log tr.highlight {
  background-color: rgb(102, 140.25, 255);
}
table.log td {
  text-align: center;
  padding: 0.5rem;
  border: 1px #fff dotted;
  vertical-align: middle;
}
table.log td.bold {
  font-weight: 600;
}
table.log td.red {
  background-color: #f00;
}
table.log td.blue {
  background-color: #36f;
}
table.log td.left {
  text-align: left;
  max-width: 50vw;
}
table.log td.name {
  padding-left: 0.1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
table.log a {
  color: inherit;
  text-decoration: none;
}

span.box {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 600;
  color: #fff !important;
}
span.box.red {
  background-color: #f00;
}
span.box.blue {
  background-color: #36f;
}

table.form {
  margin-left: auto;
  margin-right: auto;
}
table.form.left {
  margin-left: 0;
}
table.form td {
  padding: 0.5rem;
  vertical-align: top;
  text-align: left;
}
table.form td:first-child {
  text-align: right;
}
table.form td.full-width {
  text-align: center;
}
table.form td.align {
  padding-top: 1.5rem;
}

input[type=text], input[type=email], input[type=password], select {
  background-color: #fff;
  border: 0.3rem #36f solid;
  font: inherit;
  padding: 0.5rem;
  outline: none;
}

input[type=text] {
  min-width: 40rem;
}
input[type=text].pounds {
  min-width: 10rem;
  width: 10rem;
}

input.login {
  min-width: 20rem;
}

textarea {
  background-color: #fff;
  min-width: 40rem;
  min-height: 10rem;
  border: 0.3rem #36f solid;
  font: inherit;
  padding: 0.5rem;
  outline: none;
}
textarea.sharing {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

button {
  background-color: #36f;
  border: none;
  font: inherit;
  padding: 1rem 2rem;
  transition: all ease 300ms;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}
button:hover {
  background-color: rgb(102, 140.25, 255);
}

a.button {
  display: inline-block;
  background-color: #36f;
  padding: 1rem 2rem;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
a.button:hover {
  background-color: rgb(102, 140.25, 255);
}
a.button.red {
  background-color: #f00;
}
a.button.red:hover {
  background-color: rgb(255, 76.5, 76.5);
}

footer {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  text-align: center;
}
footer a {
  color: inherit;
}

p.socials {
  margin-top: 2rem;
}
p.socials img {
  width: auto;
  height: 5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

div.half {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
div.half.left {
  float: left;
}

div.todays-box {
  display: inline-block;
  color: #000;
  background-color: #fff;
  border: 1rem #f00 solid;
  width: 10rem;
  height: 8rem;
  font-size: 5rem;
  font-weight: 700;
  position: relative;
}
div.todays-box.wide {
  width: 13rem;
  margin-bottom: 2rem;
}
div.todays-box span {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 100%;
}

div.todays-amount {
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  bottom: 1.5rem;
  position: relative;
  margin-left: 1rem;
  width: 19rem;
  height: 5rem;
}
div.todays-amount.red {
  background-color: #f00;
}
div.todays-amount.blue {
  background-color: #36f;
}
div.todays-amount span {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100%;
}
div.todays-amount span.hide {
  display: none;
}

h3.todays-offer {
  color: #ffad33;
  margin-top: 3rem;
}

p.todays-offer {
  font-size: 4rem;
  font-weight: 600;
  color: #ffad33;
}
p.todays-offer.no-offer {
  text-transform: uppercase;
}

p.todays-offer-plus {
  font-size: 2rem;
  font-weight: 600;
  color: #ff9900;
}

p.deal {
  margin-top: 5rem;
}

p.todays-dealers {
  margin-top: 3rem;
}

a.deal-button {
  background-color: #f00;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 4rem;
  font-weight: 600;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
a.deal-button.blue {
  background-color: #36f;
}

p.tbc {
  font-size: 5rem;
  font-weight: 600;
}

p.or {
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: -1rem;
}

p.chosen-by {
  font-size: 1.3rem;
}
p.chosen-by a {
  color: inherit;
}

p.news {
  font-style: italic;
  margin-bottom: 3rem;
}

div.inner-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

div.box-27 {
  display: inline-block;
  margin-top: 5rem;
}
div.box-27 div.todays-amount {
  margin-left: 0;
}
div.box-27 div.no-deal {
  display: inline-block;
  width: 13rem;
  height: 7rem;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
div.box-27 div.no-deal span {
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
}
div.box-27 label {
  border: 1rem #222 solid;
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
}
div.box-27 label div.todays-box {
  margin-bottom: 0 !important;
}
div.box-27 input {
  display: none;
}
div.box-27 input:checked + label {
  border-color: #36f;
}

span.red {
  color: rgb(255, 61.2, 61.2);
}

img.gravatar {
  vertical-align: middle;
}

iframe {
  width: 100%;
  height: 75vh;
}

@media screen and (max-width: 1040px) {
  div.half {
    width: 100%;
    margin-bottom: 6rem;
    float: none;
  }
}
@media screen and (max-width: 510px) {
  table.board span.hide {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
