@font-face {
  font-family: 'castledown-regular';
  src: url("/fonts/castledown//castledown-regular.eot");
  src: url("/fonts/castledown//castledown-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/castledown//castledown-regular.woff") format("woff"), url("/fonts/castledown//castledown-regular.woff2") format("woff2"), url("/fonts/castledown//castledown-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'castledown-heavy';
  src: url("/fonts/castledown//castledown-heavy.eot");
  src: url("/fonts/castledown//castledown-heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/castledown//castledown-heavy.woff") format("woff"), url("/fonts/castledown//castledown-heavy.woff2") format("woff2"), url("/fonts/castledown//castledown-heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  padding-left: 20px; }

button {
  -webkit-appearance: none;
  background: transparent;
  border: none; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent; }

img,
iframe,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

html,
body {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "castledown-regular", verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  line-height: 2.1rem; }
  @media screen and (min-width: 600px) {
    body {
      font-size: 1.6rem;
      line-height: 2.5rem; } }

a:not([class]) {
  text-decoration: underline; }
  a:not([class]):hover {
    text-decoration: none; }

button:not([disabled]) {
  cursor: pointer; }

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.FittedImage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.FittedImage--contain {
  object-fit: contain; }

.FittedImage--cover {
  object-fit: cover; }

.FittedImage--auto {
  object-fit: cover; }

.FittedImage--background {
  background-repeat: no-repeat;
  background-position: center; }
  .FittedImage--background.FittedImage--contain {
    background-size: contain; }
  .FittedImage--background.FittedImage--cover {
    background-size: cover; }

#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #ot-sync-ntfy {
  font-size: inherit !important; }
