/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"

**/
@import url("https://use.typekit.net/cms0stl.css");
<link rel="stylesheet" href="https://use.typekit.net/cms0stl.css">

  /* TYPOGRAPHY */
  /* Typography */

  .poppins-stroke {
    font-family: 'Poppins', sans-serif;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: black;
    -webkit-text-stroke-color: black;
    paint-order: stroke fill;
  }
  .poppins-stroke-black {
    font-family: 'Poppins', sans-serif;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: black;
    -webkit-text-stroke-color: black;
    paint-order: stroke fill;
  }
  .poppins-stroke-white {
    font-family: 'Poppins', sans-serif;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: white;
    -webkit-text-stroke-color: white;
    paint-order: stroke fill;
  }
  .fields-stroke {
    font-family: "fields", sans-serif;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: black;
    -webkit-text-stroke-color: black;
    paint-order: stroke fill;
  }
  .fields-stroke-black {
    font-family: "fields", sans-serif;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: black;
    -webkit-text-stroke-color: black;
    paint-order: stroke fill;
  }
  .fields-stroke-white {
    font-family: "fields", sans-serif;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: white;
    -webkit-text-stroke-color: white;
    paint-order: stroke fill;
  }
 
  .fields-extra-light {
    font-family: "fields", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  .fields-light {
    font-family: "fields", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .fields-regular {
    font-family: "fields", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .fields {
    font-family: "fields", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .fields-semi-bold {
    font-family: "fields", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .fields-bold {
    font-family: "fields", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  /* Typography -- line-height */
  .lh-100-perc {
    line-height: 100%;
  }
  .lh-2 {
    line-height: 2;
  }
  .lh-1-7 {
    line-height: 1.7;
  }
  .lh-1-8 {
    line-height: 1.8;
  }
  /* Typography -- weight */
  .text-100 {
    font-weight: 100;
  }
  .text-200 {
    font-weight: 200;
  }
  .text-300 {
    font-weight: 300;
  }
  .text-400 {
    font-weight: 400;
  }
  .text-500 {
    font-weight: 500;
  }
  .text-600 {
    font-weight: 600;
  }
  .text-700 {
    font-weight: 700;
  }
  .text-800 {
    font-weight: 700;
  }
  .text-bold {
    font-weight: 700;
  }
  .text-regular {
    font-weight: 400;
  }
  .text-light {
    font-weight: 300;
  }
  .text-thin {
    font-weight: 200;
  }
  /* Typography -- style */
  .text-normal {
    font-style: normal;
  }
  .text-italic {
    font-style: italic;
  }
  .line-height-2 {
    line-height: 2;
  }
  .media-contain {
    object-fit: contain !important;
  }

/* Typography -- font */
  .poppins {
    font-family: "Poppins", sans-serif;
  }
  .fields {
    font-family: "fields", sans-serif;
  }
  .fields-display {
    font-family: "fields-display", sans-serif;
  }
/* Typography -- align */
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: left;
  }
  .text-end {
    text-align: right;
  }
  .text-justify {
    text-align: justify;
  }

/* Typography -- size */
.h1 {
  font-size: var(--h1);
}
.h2 {
  font-size: var(--h2);
}
.h3 {
  font-size: var(--h3);
}
.h4 {
  font-size: var(--h4);
}
.h5 {
  font-size: var(--h5);
}
.h6 {
  font-size: var(--h6);
}
@media only screen and (max-width:767px) {
  .mobile-text-xxs {
    font-size: var(--text-xxs);
  }
  .mobile-text-xs {
    font-size: var(--text-xs);
  }
  .mobile-text-sm {
    font-size: var(--text-sm);
  }
  .mobile-text-md {
    font-size: var(--text-md);
  }
  .mobile-text {
    font-size: var(--text);
  }
  .mobile-text-lg {
    font-size: var(--text-lg);
  }
  .mobile-text-xl {
    font-size: var(--text-xl);
  }
}

.letter-spacing-005 {
  letter-spacing: 0.05em;
}
.margin-0 {
  margin: 0;
}
.opacity-06 {
  opacity: 0.6;
}

/* BACKGROUNDS */
.bg-page {
    background: var(--body-background);
}

/* ALIGNMENTS AND LAYOUTS */
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}

/* DISPLAY */
.display-flex {
  display: flex;
}
.display-grid {
  display: grid;
}
.display-block {
  display: block;
}

/* HEIGHS AND WIDTHS */
.min-h100 {
  min-height: 100vh;
}

/* ratio container */
.ratio-box {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .ratio-box > .ratio-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fit-contain {
    object-fit: contain !important;
  }
  .fit-cover {
    object-fit: cover !important;
  }
  .fit-fill {
    object-fit: fill !important;
  }
  
  /* Fallback for browsers without aspect-ratio */
  @supports not (aspect-ratio: 1 / 1) {
    .ratio-box::before {
      content: "";
      display: block;
      padding-top: var(--ratio-percent, 100%);
    }
    .ratio-box > .ratio-media {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
  }
  
  /* Optional circle shape */
  .ratio-circle { 
    border-radius: 50%; 
  }
  .radius-3rem {
    border-radius: 3rem;
  }
  .radius-2rem {
    border-radius: 2rem;
  }
  .radius-1rem {
    border-radius: 1rem;
  }
  .radius-05rem {
    border-radius: 0.5rem;
  }

@media screen and (min-width: 639px) {
    .hide-desktop {
        display: none !important;
    }
    .hide-mobile {
        display: block;
    }
}

@media screen and (max-width: 639px) {
    .hide-desktop {
        display: block;
    }
    .hide-mobile {
        display: none !important;
    }
}
