html {
  box-sizing: border-box;
  overflow-wrap: break-word;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  overscroll-behavior: none;
  touch-action: manipulation;
}

button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

p {
  line-height: 1.5rem;
}

a {
  text-decoration: none;
  color: var(--color);
}

a:hover {
  text-decoration: underline;
}

a.button {
  color: var(--button);
}

.sending:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.607);
}

.button, .cms button {
  display: inline-flex;
  line-height: 1rem;
  border-radius: .25rem;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  user-select: none;
  border: none;
  transition: border .125s ease-out;
  color: var(--button);
  background: var(--color);
}

.button:hover, .cms button:hover {
  filter: brightness(106.5%) saturate(106.5%);
}

.button:focus, .cms button:focus {
  outline: none;
  box-shadow: 0 0 0.5px 0.25px #666;
}

.button.pale {
  background: var(--bg);
  color: var(--emph);
  font-weight: 700;
}

.button.pale:hover {
  filter: brightness(95%) saturate(95%);
}


.material-icons {
  user-select: none;
}

.icon-button {
  border-radius: .125rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  user-select: all;
  height: 1.5rem;
  float: right;
  padding: 0;
}

.icon-button .material-icons {
  line-height: 1.5rem;
  font-size: 1.5rem;
  color: var(--bg);
  width: 1.5rem;
}


.cms img {
  max-width: 100%;
}

.embed-responsive {
  --video--width: 1920;
  --video--height: 1080;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cmsfloat-left {
  float: left;
}

.cmsfloat-right {
  float: right;
}

blockquote::before {
  content: 'format_quote';
  font-family: 'Material Icons';
  color: var(--emph);
  font-size: 2.5rem;
  float: left;
  line-height: 1;
  margin-bottom: -.5rem;
  transform: rotate(180deg);
  position: relative;
  top: -.5rem;
  left: -.25rem;
}

blockquote {
  background: #f9f9f9;
  border-left: .5rem solid var(--emph);
  margin: 0 0 1rem 1.5rem;
  padding: .5rem 1rem .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
  position: relative;
  display: block;
  max-width: max-content;
  color: var(--emph);
  font-weight: 700;
}

.svelte-announcer {
  display: none;
}

.ql-align-right {
  text-align: right;
}

.ql-align-center {
  text-align: center;
}

.ql-align-center {
  text-align: center;
}

.ql-align-justify {
  text-align: center;
}

ul[data-checked] {
  list-style-type: none;
}

ul[data-checked] > li {
  margin-left: 0;
}

ul[data-checked] > li:last-child {
  margin-bottom: .25rem;
}

ul[data-checked] > li::before {
  margin-bottom: .25rem;
  font-family: 'Material Icons';
  color: var(--emph);
  vertical-align: middle;
  margin-right: .25rem;
  font-size: 1.25rem;
}

ul[data-checked=true],
ul[data-checked=false] {
  pointer-events: none;
}

ul[data-checked=true] > li *,
ul[data-checked=false] > li * {
  pointer-events: all;
}

ul[data-checked=true] > li::before,
ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

ul[data-checked=true] > li::before {
  content: 'check_box';
}

ul[data-checked=false] > li::before {
  content: 'check_box_outline_blank';
}

@media only screen and (max-width: 800px) {
  .cmsfloat-right, .cmsfloat-left {
    float: unset;
  }
}

.cms h1, .cms h2, .cms h3, .cms h4, .cms h5, .cms h6 {
  color: var(--color)
}

.cms p, .cms h1, .cms h2, .cms h3, .cms h4, .cms h5, .cms h6 {
  padding-block-end: 1rem;
}

li {
  margin-bottom: .375rem;
  margin-left: 1rem;
}

/* li:last-child {
  margin-bottom: 1rem;
} */

main {
  position: relative;
}


.container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.25em;
}

@media (min-width: 576px) {

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container{
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}


a.link[target=_blank]::before {
  font-family: "Material Symbols Outlined";
  vertical-align: text-bottom;
  content: "open_in_new";
  margin-right: .125rem;
  line-height: 1em;
  font-size: 1em;
  max-width: 1em;
  width: 1em;
}

a.link[target=_blank]:hover {
  text-decoration: none;
}

a.link[target=_blank]:hover > span {
  text-decoration: underline;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
