/* COMMON START */
  :root {
    --c-black: #191919;
  }

  html { font-size: 8px; }

  /*.html-age-gate { font-size: calc(0.875vw - 0.875vh); }*/

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    position: relative;
    margin: 0;
    color: #00b3b8;
    font-weight: 400;
    font-family: "El-Capulco", Arial, sans-serif;
    line-height: 1.2;
    background: #fbf6e9;
  }

  /*body::-webkit-scrollbar { display: none; }*/

  main { margin: 0 auto; max-width: 100%; }

  a:hover { color: inherit; text-decoration: underline; }

  b { font-weight: 400; }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ol { padding: 0; }

  h1, h2, h3, h4, h5, h6 { font-weight: 400; }

  picture img { display: block; width: 100%; }

  img { display: block; width: 150px; }

  .mob { display: none !important; }
/* COMMON END */

@media (max-width: 1440px) {
  html { font-size: 0.5555555555556vw; }
}

@media (max-width: 991px) {
  html { font-size: 1.25vw; }

  /*.html-age-gate { font-size: 1.25vw; }*/

  *::-webkit-scrollbar { display: none; }

  .desk { display: none !important; }
  .mob { display: block !important; }
}