:root {
  --sienna: transparent;
  --d3d8dc: var(--blue);
  --dim-grey: #585856;
  --white: white;
  --blue: var(--white);
  --color: white;
  --color-2: white;
  --color-3: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  height: 2200px;
  margin-top: -90px;
  margin-bottom: -176px;
  padding: 0% 10% 5%;
  font-size: 20px;
}

.image {
  width: auto;
  height: 25vh;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.heading {
  color: #2c3849;
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.rich-text-block {
  color: #333;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.button {
  background-color: var(--sienna);
}

.heroe {
  height: 90vh;
  background-color: var(--d3d8dc);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  background-color: #fff;
  box-shadow: 1px 1px 3px #000;
}

.container {
  flex-direction: column;
  align-items: center;
  margin: 5% 10%;
  display: flex;
}

.heading-2 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Breadleysans, sans-serif;
}

.heading-2-copy {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  font-family: Breadleysans, sans-serif;
  line-height: 25px;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #8d6d5a;
  font-family: Breadleysans, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.clock-label {
  color: #8d6d5a;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: -5px;
  font-family: Breadleysans, sans-serif;
}

.grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 32px;
  padding-top: 5%;
  padding-bottom: 5%;
  box-shadow: 1px 1px 3px #000;
}

.image-2 {
  height: 25vh;
  border-radius: 5px;
}

.link-block {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  width: 60%;
  border: 1px solid var(--dim-grey);
  background-color: var(--sienna);
  color: #2c3849;
  text-align: center;
  border-radius: 20px;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
}

.div-block {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-copy {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.section-4 {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 160px;
}

.container-5 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 1%;
  display: flex;
}

.paragraph-copy {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Breadleysans, sans-serif;
  font-size: 1.5vw;
  font-weight: 200;
  line-height: 160%;
}

.image-3 {
  margin-left: 5px;
}

.section-5 {
  height: auto;
  background-color: #d3d8dc;
  background-image: url('../images/Misa-80-p.m.-HE-830-p.m.-2.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.image-4 {
  margin-top: 5%;
}

.section-6 {
  height: 900px;
  background-image: url('../images/spooky-sale.png');
  background-position: 50% 0;
  background-size: auto;
}

.body {
  background-color: #d3d8dc;
}

.paragraph {
  color: #2c3849;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: Forum, sans-serif;
  font-size: 30px;
}

.text-span {
  font-family: Raleway, sans-serif;
}

.paragraph-2 {
  color: #2c3849;
  text-align: center;
  margin-top: -43px;
  margin-bottom: 5%;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 25px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  height: 25vh;
}

@media screen and (max-width: 991px) {
  .section-4 {
    margin-top: 2000px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 0;
    margin-top: -164px;
  }

  .heroe {
    background-position: 50%;
  }

  .container {
    margin-top: 0%;
  }

  .js-clock {
    flex-wrap: wrap;
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .box {
    width: 60px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    font-size: 40px;
  }

  .clock-label {
    font-size: 12px;
  }

  .grid {
    flex-direction: column;
    margin-top: 140px;
    padding-bottom: 0%;
    display: flex;
  }

  .link-block {
    margin-top: 24px;
  }

  .section-4 {
    margin-top: 7400px;
  }

  .paragraph-copy {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4vw;
  }

  .body {
    margin-bottom: 0;
  }

  .paragraph-2 {
    margin-top: 20px;
    padding-top: 0;
  }

  .image-5 {
    height: 25vh;
  }
}

#w-node-_139e6dc3-abcd-1f7a-a526-e8b24e32d54e-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e95d8a69-7c2a-f0bf-44bc-f5981ed99bff-ab857d03, #w-node-f0a67af4-ac59-99a2-edee-bb661e95d9db-ab857d03, #w-node-_350a6e24-e4ee-f02c-48e8-5fd94511a14e-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dbf4f80-eea0-3c08-752f-61f8ee82bb0c-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6dbf4f80-eea0-3c08-752f-61f8ee82bb0e-ab857d03, #w-node-_6dbf4f80-eea0-3c08-752f-61f8ee82bb10-ab857d03, #w-node-_6dbf4f80-eea0-3c08-752f-61f8ee82bb13-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a208ffa-22b7-523e-35cd-690539e169f5-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9a208ffa-22b7-523e-35cd-690539e169f6-ab857d03, #w-node-_9a208ffa-22b7-523e-35cd-690539e169f7-ab857d03, #w-node-_9a208ffa-22b7-523e-35cd-690539e169f9-ab857d03, #w-node-_9a208ffa-22b7-523e-35cd-690539e169fc-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c654c7a3-41be-406c-3ec3-c3bbe07fa56c-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c654c7a3-41be-406c-3ec3-c3bbe07fa56d-ab857d03, #w-node-c654c7a3-41be-406c-3ec3-c3bbe07fa56e-ab857d03, #w-node-c654c7a3-41be-406c-3ec3-c3bbe07fa570-ab857d03, #w-node-c654c7a3-41be-406c-3ec3-c3bbe07fa573-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b23a0ed0-cda6-2e24-915a-eaf9d771363c-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b23a0ed0-cda6-2e24-915a-eaf9d771363d-ab857d03, #w-node-b23a0ed0-cda6-2e24-915a-eaf9d771363e-ab857d03, #w-node-b23a0ed0-cda6-2e24-915a-eaf9d7713640-ab857d03, #w-node-b23a0ed0-cda6-2e24-915a-eaf9d7713643-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aa3c82c-bf44-7d22-2aa5-8503e83bb4a7-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4aa3c82c-bf44-7d22-2aa5-8503e83bb4a8-ab857d03, #w-node-_4aa3c82c-bf44-7d22-2aa5-8503e83bb4a9-ab857d03, #w-node-_4aa3c82c-bf44-7d22-2aa5-8503e83bb4ab-ab857d03, #w-node-_4aa3c82c-bf44-7d22-2aa5-8503e83bb4ae-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70ce6da6-dd50-abf0-b0e3-cc53ac473d0e-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_70ce6da6-dd50-abf0-b0e3-cc53ac473d0f-ab857d03, #w-node-_70ce6da6-dd50-abf0-b0e3-cc53ac473d10-ab857d03, #w-node-_70ce6da6-dd50-abf0-b0e3-cc53ac473d12-ab857d03, #w-node-_70ce6da6-dd50-abf0-b0e3-cc53ac473d15-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcff6e4d-581e-d130-a2b7-9e0c572c094b-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dcff6e4d-581e-d130-a2b7-9e0c572c094c-ab857d03, #w-node-dcff6e4d-581e-d130-a2b7-9e0c572c094d-ab857d03, #w-node-dcff6e4d-581e-d130-a2b7-9e0c572c094f-ab857d03, #w-node-dcff6e4d-581e-d130-a2b7-9e0c572c0952-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d9ae47a-2085-81f8-0c7e-7e6ae1334941-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8d9ae47a-2085-81f8-0c7e-7e6ae1334942-ab857d03, #w-node-_8d9ae47a-2085-81f8-0c7e-7e6ae1334943-ab857d03, #w-node-_8d9ae47a-2085-81f8-0c7e-7e6ae1334945-ab857d03, #w-node-_8d9ae47a-2085-81f8-0c7e-7e6ae1334948-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c365043e-bbed-4da5-fe88-88f8f9de79a9-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c365043e-bbed-4da5-fe88-88f8f9de79ab-ab857d03, #w-node-c365043e-bbed-4da5-fe88-88f8f9de79ad-ab857d03, #w-node-c365043e-bbed-4da5-fe88-88f8f9de79b0-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db67f07a-f048-9f65-bdab-82efe9f3ee30-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-db67f07a-f048-9f65-bdab-82efe9f3ee31-ab857d03, #w-node-db67f07a-f048-9f65-bdab-82efe9f3ee32-ab857d03, #w-node-db67f07a-f048-9f65-bdab-82efe9f3ee34-ab857d03, #w-node-db67f07a-f048-9f65-bdab-82efe9f3ee37-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e48c31cb-b179-7c65-ac53-7687c24f4815-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e48c31cb-b179-7c65-ac53-7687c24f4816-ab857d03, #w-node-e48c31cb-b179-7c65-ac53-7687c24f4817-ab857d03, #w-node-e48c31cb-b179-7c65-ac53-7687c24f4819-ab857d03, #w-node-e48c31cb-b179-7c65-ac53-7687c24f481c-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a62d561d-b708-81e8-6734-1bca219a4fa1-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a62d561d-b708-81e8-6734-1bca219a4fa2-ab857d03, #w-node-a62d561d-b708-81e8-6734-1bca219a4fa3-ab857d03, #w-node-a62d561d-b708-81e8-6734-1bca219a4fa5-ab857d03, #w-node-a62d561d-b708-81e8-6734-1bca219a4fa8-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b20c2ba-9db5-9a4b-b454-87d41a62c0de-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1b20c2ba-9db5-9a4b-b454-87d41a62c0df-ab857d03, #w-node-_1b20c2ba-9db5-9a4b-b454-87d41a62c0e0-ab857d03, #w-node-_1b20c2ba-9db5-9a4b-b454-87d41a62c0e2-ab857d03, #w-node-_1b20c2ba-9db5-9a4b-b454-87d41a62c0e5-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1eabe3a4-10c9-334b-a5e5-609c5ceaaba3-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1eabe3a4-10c9-334b-a5e5-609c5ceaaba4-ab857d03, #w-node-_1eabe3a4-10c9-334b-a5e5-609c5ceaaba5-ab857d03, #w-node-_1eabe3a4-10c9-334b-a5e5-609c5ceaaba7-ab857d03, #w-node-_1eabe3a4-10c9-334b-a5e5-609c5ceaabaa-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83780e14-7a7d-1ff8-4531-cbd94f8374b3-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_83780e14-7a7d-1ff8-4531-cbd94f8374b5-ab857d03, #w-node-_83780e14-7a7d-1ff8-4531-cbd94f8374b7-ab857d03, #w-node-_83780e14-7a7d-1ff8-4531-cbd94f8374ba-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6238b628-3bad-4b24-abb6-d030af162d05-ab857d03, #w-node-_251c9868-23ad-ffd6-8288-374fd316f799-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_251c9868-23ad-ffd6-8288-374fd316f79a-ab857d03, #w-node-_251c9868-23ad-ffd6-8288-374fd316f79b-ab857d03, #w-node-_251c9868-23ad-ffd6-8288-374fd316f79d-ab857d03, #w-node-_251c9868-23ad-ffd6-8288-374fd316f7a0-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9bd7f5f-3187-5c2d-2ddf-71760274ba45-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b9bd7f5f-3187-5c2d-2ddf-71760274ba46-ab857d03, #w-node-b9bd7f5f-3187-5c2d-2ddf-71760274ba47-ab857d03, #w-node-b9bd7f5f-3187-5c2d-2ddf-71760274ba49-ab857d03, #w-node-b9bd7f5f-3187-5c2d-2ddf-71760274ba4c-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcb7ecd4-f5e7-6f52-a36c-3029b788ed02-ab857d03, #w-node-f4166d6b-7dfd-b092-6a97-9b1dc8954c83-ab857d03, #w-node-_92ca78c8-a66e-a9e5-e047-f21c8aa18a69-ab857d03, #w-node-_4237d54d-fd8d-708a-63f3-9413cb35590d-ab857d03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}


@font-face {
  font-family: 'Breadleysans';
  src: url('../fonts/BreadleySans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}