@import url("https://use.typekit.net/hzp2whw.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "gineso", sans-serif;
}

body, input, select, option {
  font-size: 16px;
}

body {
  background-color: #333;
}

a#home {
  text-decoration: none;
  color: #fff;
}

h1 {
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}
h1 .head,
h1 .sub {
  display: block;
}
h1 .head,
h1 .sub,
h1 .head > strong {
  font-family: ff-dax-pro, sans-serif;
}
h1 .head {
  font-size: 250%;
}
h1 .sub {
  font-size: 65%;
  margin-top: -5px;
  padding-top: 0px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  h1 .head {
    font-size: 200%;
  }
  h1 .sub {
    font-size: 50%;
  }
}

#content {
  min-height: 100svh;
  background: linear-gradient(30deg, rgb(87, 87, 86) 0%, rgb(198, 198, 198) 50%, rgb(87, 87, 86) 100%);
  background-attachment: fixed;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  border: solid #fff;
  border-width: 0 1px;
  position: relative;
}
#content::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 98.4px;
  height: 102.4px;
  background: url("25y-signet.svg") center no-repeat;
  background-size: cover;
  transform: rotate(20deg);
}
@media screen and (max-width: 640px) {
  #content::after {
    display: none;
  }
}

header, section {
  padding: 10px;
  text-align: center;
  line-height: 1.5;
}
header p:not(:last-child), section p:not(:last-child) {
  margin-bottom: 0.6em;
}
header h2, section h2 {
  margin-bottom: 0.75em;
  font-size: 175%;
  transform: rotate(-3.1337deg);
  font-weight: normal;
  color: #064c9f;
}
header h2, header h2 > *, section h2, section h2 > * {
  font-family: "ff-market-web", sans-serif;
}

section.print h2 {
  transform: rotate(-1.337deg);
  font-weight: bold;
}
section.print .print-facts {
  color: #bc2b3a;
  align-content: center;
  font-weight: bold;
}
section.print .print-facts div.high {
  font-size: 220%;
  font-weight: bold;
  border-bottom: 1px solid #bc2b3a;
  margin: 0 0.5em;
}
section.print .price-info {
  text-align: left;
}
section.print ul {
  list-style: none;
}
section.print ul svg {
  height: 1em;
  vertical-align: text-top;
}
section.print ul li {
  margin-bottom: 0.1em;
  line-height: 1.5;
}
section.print .your-price {
  color: #bc2b3a;
}

.mockup {
  text-align: center;
  position: relative;
}
.mockup img {
  width: 95%;
}
.mockup .mock-info {
  position: absolute;
  top: 80%;
  left: 20%;
  right: 20%;
  background-color: #bc2b3a;
  color: #fff;
  padding: 0.2em 1em;
  transform: rotate(-10deg);
  font-size: 90%;
  font-weight: bold;
}

.page {
  width: 70%;
  background-color: #fff;
  outline: 1px solid #333;
  aspect-ratio: 21/29;
  position: relative;
  margin: 0 auto 1em;
}
.page::after {
  content: "";
  background-color: #064c9f;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.page.page-1-1::after {
  height: 100%;
}
.page.page-1-2::after {
  height: 50%;
}
.page.page-1-3::after {
  height: 33.33%;
}
.page.page-1-4::after {
  height: 25%;
  bottom: 25%;
}

.contact p {
  text-align: left;
}
.contact a {
  color: #bc2b3a;
}
.contact a:hover {
  color: #80383f;
}

a.btn.cta {
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  padding: 0.5em 1em;
  font-weight: bold;
  background-color: #bc2b3a;
  border: 2px solid #bc2b3a;
  color: #fff;
  transition: all 0.3s;
  text-align: center;
}
a.btn.cta:hover {
  color: #bc2b3a;
  background-color: #fff;
}

footer {
  margin-top: 25px;
  padding: 15px 10px;
  font-size: 90%;
  border-top: 1px solid #fff;
  background-color: #333;
  color: #eee;
}
footer strong {
  display: block;
  margin-bottom: 2px;
}
footer ul {
  list-style: none;
}
footer ul a {
  color: #bc2b3a;
  transition: all 0.3s;
  display: block;
  padding: 2px 0;
  text-decoration: none;
}
footer ul a:hover {
  color: #d58d94;
}

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