@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&family=Archivo+Black:wght@400&family=Architects+Daughter:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&family=Archivo+Black:wght@400&family=Architects+Daughter:wght@400&display=swap");
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

html * {
  -webkit-text-size-adjust: none; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquotebefore, blockquoteafter, qbefore, qafter {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

fieldset {
  margin-bottom: 2em; }

.field {
  zoom: 1;
  padding: 0.5em 0;
  padding-left: 0.2em; }
  .field:before, .field:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden; }
  .field:after {
    clear: both; }

label {
  display: inline-block;
  font-weight: 700; }

textarea {
  height: 5em;
  width: 35em;
  padding: 0.5em; }

input, textarea, select, option, button {
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-size: 1em;
  padding: 0.5em 1em; }

input[type="text"], input[type="file"], input[type="password"], textarea {
  line-height: 1.3em; }

input[type="checkbox"] {
  cursor: pointer;
  display: inline-block; }

input[type="submit"] {
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #2f2f2f;
  border: 1px solid #151515;
  background-image: linear-gradient(bottom, #151515 17%, #222 59%, #2f2f2f 80%);
  background-image: -o-linear-gradient(bottom, #151515 17%, #222 59%, #2f2f2f 80%);
  background-image: -moz-linear-gradient(bottom, #151515 17%, #222 59%, #2f2f2f 80%);
  background-image: -webkit-linear-gradient(bottom, #151515 17%, #222 59%, #2f2f2f 80%);
  background-image: -ms-linear-gradient(bottom, #151515 17%, #222 59%, #2f2f2f 80%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, #151515), color-stop(0.59, #222), color-stop(0.8, #2f2f2f));
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2f2f2f, endColorstr=#151515);
  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2f2f2f, endColorstr=#151515)";
  display: block;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  padding: 1em 1.5em;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.35);
  font-weight: 300; }
  input[type="submit"]:hover {
    background: #222;
    border: 1px solid #090909;
    background-image: linear-gradient(bottom, #090909 17%, #151515 59%, #222 80%);
    background-image: -o-linear-gradient(bottom, #090909 17%, #151515 59%, #222 80%);
    background-image: -moz-linear-gradient(bottom, #090909 17%, #151515 59%, #222 80%);
    background-image: -webkit-linear-gradient(bottom, #090909 17%, #151515 59%, #222 80%);
    background-image: -ms-linear-gradient(bottom, #090909 17%, #151515 59%, #222 80%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, #090909), color-stop(0.59, #151515), color-stop(0.8, #222));
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222, endColorstr=#090909);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#222, endColorstr=#090909)";
    text-decoration: none;
    cursor: pointer; }
  input[type="submit"]:active {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    background-image: linear-gradient(bottom, #2a2a2a 17%, #222 59%, #1a1a1a 80%);
    background-image: -o-linear-gradient(bottom, #2a2a2a 17%, #222 59%, #1a1a1a 80%);
    background-image: -moz-linear-gradient(bottom, #2a2a2a 17%, #222 59%, #1a1a1a 80%);
    background-image: -webkit-linear-gradient(bottom, #2a2a2a 17%, #222 59%, #1a1a1a 80%);
    background-image: -ms-linear-gradient(bottom, #2a2a2a 17%, #222 59%, #1a1a1a 80%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, #2a2a2a), color-stop(0.59, #222), color-stop(0.8, #1a1a1a));
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a1a1a, endColorstr=#2a2a2a);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a1a1a, endColorstr=#2a2a2a)";
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

label.checkbox {
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 80%; }

.notice {
  margin: 1em auto;
  border-top: 1px solid #EEE46A;
  border-bottom: 1px solid #EEE46A;
  padding: 1em;
  background: #FEFEDE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.valid input {
  background-color: #c9e792; }

.invalid {
  background-color: #F6CFCF; }
  .invalid p.message {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 0.85em;
    color: #C00000; }

p.note.invalid {
  color: #C00000;
  background-color: transparent; }

#response {
  display: none;
  padding: 0.5em;
  margin-top: 0.5em;
  font-size: 0.9em; }
  #response.valid {
    display: block;
    border: 1px solid #364f09;
    background-color: #c9e792; }
  #response.invalid {
    display: block;
    border: 1px solid #C00000;
    background-color: #F6CFCF; }

body {
  font-family: "JetBrains Mono", monospace;
  font-weight: 400;
  font-size: 11pt;
  font-optical-sizing: auto;
  color: #310850;
  background-color: #fdfcff; }

h1, h2, h3 {
  font-family: "Archivo Black", sans-serif;
  font-optical-sizing: auto; }

h1 {
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 28pt;
  text-align: center;
  line-height: 1.5; }
  h1.followed-by-h4 {
    margin-bottom: 0.25em; }

h2 {
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 1.5em;
  font-size: 20pt;
  line-height: 1.5;
  text-align: center; }

h4 {
  font-size: 17pt;
  color: #b567f0;
  line-height: 1.25;
  margin-bottom: 1.75em; }

p, li, div {
  line-height: 1.75;
  margin-bottom: 1.25em; }

a {
  color: #310850;
  text-decoration: none; }
  a:hover {
    text-decoration: wavy underline;
    text-underline-offset: 0.2rem; }

.bold {
  font-weight: bold; }

p.cta {
  margin-top: 2em;
  text-align: center; }

p:has(> a.back) {
  margin-bottom: 2em; }

a.back {
  text-decoration: none; }
  a.back:hover {
    text-decoration: wavy underline; }

a.whatsapp, button.whatsapp {
  display: inline-block;
  text-decoration: none;
  background-color: #25D366;
  background-image: url(/images/whatsapp-logo-white.svg);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: 1.4em 0.75em;
  padding-left: 3em;
  padding-right: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #FFF;
  border: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -khtml-border-radius: 3em;
  border-radius: 3em; }
  a.whatsapp:hover, button.whatsapp:hover {
    background-color: #075E54;
    cursor: pointer; }

button.whatsapp {
  line-height: 1.75; }

#announcement {
  zoom: 1;
  border: 1px solid #310850;
  background-color: #f9f2fe;
  padding: 1em 2em; }
  #announcement:before, #announcement:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden; }
  #announcement:after {
    clear: both; }
  #announcement img {
    display: block;
    width: 50px;
    float: left; }
  #announcement p {
    display: block;
    margin-bottom: 0; }
  #announcement a {
    color: #b567f0; }

#content {
  margin-top: 10em;
  margin-left: auto;
  margin-right: auto;
  width: 36rem; }
  #content > div {
    margin-bottom: 4em; }

.testimonial {
  margin-left: auto;
  margin-right: auto;
  width: 24rem;
  text-align: center;
  margin-bottom: 3em; }

.polaroid {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  padding-bottom: 40px;
  height: 180px;
  text-align: center;
  margin-bottom: 2em;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  transform: rotate(-2deg); }
  .polaroid p {
    font-family: "Architects Daughter", serif;
    font-optical-sizing: auto;
    font-size: 1.2em;
    line-height: 1.5; }
  .polaroid img {
    width: 100%;
    height: 100%; }

#footer {
  margin-top: 6em;
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #310850; }
  #footer a, #footer span, #footer em {
    color: #fdfcff; }
  #footer #footer-content {
    margin-left: auto;
    margin-right: auto;
    width: 640px; }
    #footer #footer-content li {
      line-height: 1.75;
      margin-bottom: 0;
      padding-left: 0;
      margin-left: 0; }
      #footer #footer-content li a {
        text-decoration: none; }
        #footer #footer-content li a:hover {
          text-decoration: wavy underline;
          cursor: pointer; }

@media screen and (max-device-width: 480px) {
  body {
    font-size: 32pt; }

  h1 {
    font-size: 56pt; }

  h2 {
    font-size: 44pt; }

  h4 {
    font-size: 44pt; }

  .polaroid {
    width: 50%;
    height: 50%;
    padding: 0.5em; }
    .polaroid p {
      margin-bottom: 0;
      font-size: 1.5em; }

  #content {
    margin-left: auto;
    margin-right: auto;
    width: 90%; }

  #announcement {
    border: 1px solid #310850;
    padding: 1em 1em;
    text-align: center; }
    #announcement img {
      display: inline;
      float: none;
      text-align: center;
      width: 30%; }
    #announcement p {
      padding-left: 0;
      float: none;
      width: 100%;
      margin-bottom: 0; }
    #announcement a {
      color: #b567f0; }

  .testimonial, .product {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }

  #footer #footer-content {
    margin-left: auto;
    margin-right: auto;
    width: 90%; } }
h1, h2, h3 {
  text-align: left; }

ul li, ol li {
  padding-left: 0.5em; }

ul li {
  list-style: disc outside;
  margin-left: 1em; }

ol li {
  list-style: decimal outside;
  margin-left: 2em; }

.catalog li {
  margin-bottom: 0.5em; }
  .catalog li em {
    color: #b567f0;
    font-style: normal; }

.center {
  text-align: center; }

#logo {
  margin-bottom: 3em;
  text-align: center; }
  #logo img {
    width: 5em;
    height: 5em;
    border: 5px solid white; }

#content.product {
  margin-top: 5em; }
  #content.product #head {
    text-align: center; }
    #content.product #head h1 {
      text-align: center; }
    #content.product #head h4 {
      margin-top: 2em; }
    #content.product #head img {
      width: 480px;
      filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.2)); }

#promo-code {
  border: 1px solid #310850;
  background: white;
  text-align: center;
  padding: 1.5em;
  margin-top: 4em;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25); }
  #promo-code p {
    color: #666;
    margin-bottom: 0; }
  #promo-code h1 {
    text-align: center;
    font-family: "JetBrains Mono", monospace;
    margin-bottom: 0; }

@media screen and (max-device-width: 480px) {
  #content {
    margin-top: 2em; }
    #content #logo {
      margin-bottom: 2em; }
      #content #logo img {
        width: 4em;
        height: 4em;
        border: 4px solid white; }
    #content #head img {
      width: 90% !important; }
    #content h4 {
      text-align: center;
      font-size: 40pt; } }
