/** Shopify CDN: Minification failed

Line 30:11 Expected ":"
Line 30:13 Expected identifier but found "var("

**/
:root {
  --ratio-typography: 1.15;

  --t-3: calc(var(--t-2) / var(--ratio-typography));
  --t-2: calc(var(--t-1) / var(--ratio-typography));
  --t-1: calc(var(--t0) / var(--ratio-typography));
  --t0: 1rem;
  --t1: calc(var(--t0) * var(--ratio-typography));
  --t2: calc(var(--t1) * var(--ratio-typography));
  --t3: calc(var(--t2) * var(--ratio-typography));
  --t4: calc(var(--t3) * var(--ratio-typography));
  --t5: calc(var(--t4) * var(--ratio-typography));
  --t6: calc(var(--t5) * var(--ratio-typography));
  --t7: calc(var(--t6) * var(--ratio-typography));
  --t8: calc(var(--t7) * var(--ratio-typography));
  --t9: calc(var(--t8) * var(--ratio-typography));
  --t10: calc(var(--t9) * var(--ratio-typography));
  --t11: calc(var(--t10) * var(--ratio-typography));
  --t12: calc(var(--t11) * var(--ratio-typography));
}

body {
  font-family: var(--font-1);
  font-size; var(--t0);
  color: #59767B;
}


.font-1 {
  font-family: var(--font-1);
  line-height: 130%;
}

.font-1 strong {
  font-weight: 700;
}

.font-1 em {
  font-style: italic;
}

.font-1 a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.font-1::before,
.font-1::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
}

.font-1::before {
  margin-top: -0.19em;
}

.font-1::after {
  margin-top: -0.25em;
}


.font-2 {
  font-family: var(--font-2);
  line-height: 100%;
}

.font-2 strong {
  font-weight: 700;
}

.font-2 em {
  font-style: italic;
}

.font-2 a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.font-2::before,
.font-2::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
}

.font-2::before {
  margin-top: -0.06em;
}

.font-2::after {
  margin-bottom: -0.13em;
}


.size--2 {
  font-size: var(--t-2);
}

.size--1 {
  font-size: var(--t-1);
}

.size-0 {
  font-size: var(--t0);
}

.size-1 {
  font-size: var(--t1);
}

.size-2 {
  font-size: var(--t2);
}

.size-3 {
  font-size: var(--t3);
}

.size-4 {
  font-size: var(--t4);
}

.size-5 {
  font-size: var(--t5);
}

.size-6 {
  font-size: var(--t6);
}

.size-7 {
  font-size: var(--t7);
}

.size-8 {
  font-size: var(--t8);
}

.size-9 {
  font-size: var(--t9);
}

.size-10 {
  font-size: var(--t10);
}

.size-11 {
  font-size: var(--t11);
}

@media (max-width: 767px) {
  .small--size--2 {
    font-size: var(--t-2);
  }

  .small--size--1 {
    font-size: var(--t-1);
  }

  .small--size-0 {
    font-size: var(--t0);
  }

  .small--size-1 {
    font-size: var(--t1);
  }

  .small--size-2 {
    font-size: var(--t2);
  }

  .small--size-3 {
    font-size: var(--t3);
  }

  .small--size-4 {
    font-size: var(--t4);
  }

  .small--size-5 {
    font-size: var(--t5);
  }

  .small--size-6 {
    font-size: var(--t6);
  }

  .small--size-7 {
    font-size: var(--t7);
  }

  .small--size-8 {
    font-size: var(--t8);
  }

  .small--size-9 {
    font-size: var(--t9);
  }

  .small--size-10 {
    font-size: var(--t10);
  }

  .small--size-11 {
    font-size: var(--t11);
  }
}


.text--left {
  text-align: left;
}

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

.text--center > * {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

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

.text--right > * {
  margin-left: auto;
}

@media (max-width: 767px) {
  .small--text--left {
    text-align: left;
  }

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

  .small--text--center > * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

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

  .small--text--right > * {
    margin-left: auto;
  }
}


.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}


.link {
  text-decoration: underline;
  text-underline-offset: 2px;
}


.rte {
  line-height: var(--t2);
}

.rte > * + * {
  margin-top: var(--s0);
}

.rte a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rte strong,
.rte b {
  font-weight: 700;
}

.rte em,
.rte i {
  font-style: italic;
}

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

.rte ul li {
  padding-left: 0;
}

.rte ul li::before {
  display: inline-block;
  content: "•";
  margin-right: var(--s-2);
}

.rte ol {
  padding: 0;
}

.rte ol li {
  margin-left: 1.1em;
}

.rte h1,
.rte h2,
.rte h3 {
  font-family: var(--font-2);
}

.rte h1 {
  font-size: var(--t6);
  line-height: 100%;
}

.rte h2 {
  font-size: var(--t5);
  line-height: 100%;
}

.rte h3 {
  font-size: var(--t4);
  line-height: 100%;
}

.rte h1:not(:first-child) {
  margin-top: var(--s2);
}

.rte h2:not(:first-child) {
  margin-top: var(--s2);
}

.rte h3:not(:first-child) {
  margin-top: var(--s1);
}
