:root {
  --cadet-blue: #5a8e8a;
  --cadet-blue-2: #97c9c9;
  --light-salmon: #f1c8b0;
  --white: white;
  --pale-violet-red: #e687a8;
  --gold: #f2c961;
  --gold-2: #ff916e;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Leaguespartan Variablefont Wght, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}

h1 {
  color: var(--cadet-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Newsreader 9 Pt", Georgia, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

p {
  max-width: 700px;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-family: Leaguespartan Variablefont Wght, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
}

ul {
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: 300;
}

ol {
  max-width: 700px;
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.1em;
  font-weight: 300;
}

label {
  margin-bottom: 5px;
  font-weight: 300;
  display: block;
}

.nav__bar {
  background-color: var(--cadet-blue-2);
  padding: 10px 40px;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  padding: 0 40px 160px;
  position: relative;
}

.section.section--products {
  background-color: var(--light-salmon);
  color: var(--white);
  position: relative;
}

.section.section--hero {
  min-height: 66svh;
  padding: 0;
  position: relative;
  overflow: visible;
}

.section.section--about {
  background-color: var(--cadet-blue-2);
  color: var(--white);
  padding-top: 20px;
}

.section.section--faq {
  background-color: var(--pale-violet-red);
  color: var(--white);
  padding-top: 20px;
}

.section.section--footer {
  background-color: var(--cadet-blue);
  color: var(--white);
}

.section.section--content {
  min-height: 90svh;
  padding-top: 60px;
}

.nav__brand {
  flex: 0 265px;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.container--nav {
  justify-content: space-between;
  display: flex;
}

.product-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tab__pane {
  padding-top: 40px;
}

.product__slider {
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.product {
  flex-direction: column;
  padding-bottom: 20px;
  display: flex;
}

.product__text {
  flex-direction: column;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.product-slider__arrows {
  opacity: 0;
  margin-bottom: 40px;
  font-size: 1.5em;
  transition: opacity .2s;
  display: block;
}

.product-slider__arrows:hover {
  opacity: 1;
}

.button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.button-container.buton-container--infolinks-footer {
  justify-content: flex-end;
  margin-top: 0;
}

.tab__link {
  box-shadow: inset 0 -2px 0 0 var(--cadet-blue);
  color: var(--cadet-blue);
  letter-spacing: .1em;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.2em;
  font-weight: 600;
}

.tab__link:hover {
  box-shadow: inset 0 -80px 0 0 var(--cadet-blue);
  color: var(--white);
}

.tab__link.w--current {
  box-shadow: inset 0 -2px 0 0 var(--white);
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.tab__menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.nav__button {
  width: 60px;
  height: 60px;
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 2.5em;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: flex;
}

.nav__button:hover {
  box-shadow: inset 0 0 0 2px var(--white);
}

.nav__button.w--open {
  background-color: var(--white);
  color: var(--cadet-blue);
}

.button {
  background-color: var(--cadet-blue-2);
  color: var(--white);
  letter-spacing: .05em;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Leaguespartan Variablefont Wght, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: color .2s, background-color .2s, box-shadow .2s;
  position: relative;
}

.button:hover, .button.button--submit {
  background-color: var(--cadet-blue);
}

.button.button--outline {
  box-shadow: inset 0 0 0 2px var(--cadet-blue-2);
  color: var(--cadet-blue-2);
  background-color: rgba(0, 0, 0, 0);
  transition: box-shadow .2s;
}

.button.button--outline:hover {
  background-color: var(--cadet-blue);
  box-shadow: inset 0 0 0 2px var(--cadet-blue);
  color: var(--white);
}

.button.button--line {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2px var(--cadet-blue);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 4px;
  bottom: auto;
  left: 4px;
  right: auto;
}

.button.button--line:hover {
  transform: translate(-4px, -4px);
}

.button.button--line.button--line--dark {
  color: var(--cadet-blue);
}

.button.button--nav {
  box-shadow: inset 0 0 0 2px var(--cadet-blue-2);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  transition: box-shadow .2s;
}

.button.button--nav:hover {
  box-shadow: inset 0 0 0 2px var(--white);
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid.grid--symbole {
  grid-column-gap: 200px;
  grid-template-columns: 1fr 1fr 1fr;
}

.accordion {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  display: block;
}

.accordion__toggle {
  letter-spacing: .05em;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.accordion__content {
  position: relative;
}

.accordion__content.w--open {
  border-top: 2px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.accordion__padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-slider__mask {
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.product__slide {
  border-radius: 20px;
  overflow: hidden;
}

.product-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image {
  width: 100%;
  overflow: hidden;
}

.section-divider {
  z-index: 2;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to top, var(--light-salmon) 50%, rgba(241, 200, 176, 0) 50%);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-divider.section-divider--02 {
  background-image: linear-gradient(to top, var(--cadet-blue-2) 50%, rgba(241, 200, 176, 0) 50%);
}

.section-divider.section-divider--03 {
  background-image: linear-gradient(to top, var(--pale-violet-red) 50%, rgba(241, 200, 176, 0) 50%);
}

.section-divider.section-divider--04 {
  background-image: linear-gradient(to top, var(--cadet-blue) 50%, rgba(241, 200, 176, 0) 50%);
}

.section-divider__line {
  height: 2px;
  background-color: var(--white);
}

.section-dvider__image {
  background-image: url('../images/crocheterie_trenner_01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 640px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-dvider__image.section-divider__image--02 {
  background-image: url('../images/crocheterie_trenner_02.svg');
  margin-left: auto;
  margin-right: auto;
}

.section-dvider__image.section-divider__image--03 {
  background-image: url('../images/crocheterie_trenner_03.svg');
  margin-left: auto;
  margin-right: auto;
}

.section-dvider__image.section-divider__image--04 {
  background-image: url('../images/crocheterie_trenner_04.svg');
}

.nav-menu {
  background-color: var(--cadet-blue);
  color: var(--white);
  padding-bottom: 20px;
}

.nav__link {
  color: var(--white);
}

.nav__link:hover {
  box-shadow: inset 0 -2px 0 0 var(--white);
}

.image-container {
  max-height: 75svh;
  overflow: hidden;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
}

.accordion-container {
  margin-top: 20px;
  margin-bottom: 80px;
}

.product__description {
  margin-bottom: 20px;
}

.button-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-icon:hover {
  color: var(--cadet-blue-2);
}

.icon-embed {
  width: 1em;
  height: 1em;
}

.icon-embed.icon-embed--social {
  width: 2em;
  height: 2.2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.footer__link {
  color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}

.footer__link:hover {
  box-shadow: inset 0 -2px 0 0 var(--white);
}

.expander {
  flex: 1;
}

.popup {
  z-index: 9999;
  opacity: 0;
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup__card {
  max-height: 90svh;
  max-width: 600px;
  background-color: var(--cadet-blue-2);
  border-radius: 10px;
  padding: 40px;
  overflow: auto;
}

.field-label {
  letter-spacing: .05em;
  margin-top: 5px;
  margin-bottom: 0;
}

.field {
  border: 1px #000;
  border-radius: 10px;
}

.textarea {
  border-radius: 5px;
}

.spacer {
  height: 40px;
}

.spacer.spacer--small {
  height: 20px;
}

.form__reply {
  background-color: var(--cadet-blue);
  border-radius: 10px;
}

.form__reply.form__reply--error {
  background-color: var(--pale-violet-red);
}

.form {
  margin-bottom: 20px;
}

.form__notice {
  font-weight: 200;
}

.text-link {
  color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
}

.text-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--white);
}

.popup__close {
  width: 40px;
  height: 40px;
  color: var(--white);
  padding: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.popup__close:hover {
  color: var(--cadet-blue-2);
}

.product__name {
  letter-spacing: 0;
  font-family: "Newsreader 9 Pt", Georgia, sans-serif;
  font-weight: 400;
}

.product__price {
  margin-bottom: 40px;
}

.product__pricecontainer {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  display: flex;
}

.product__price-notice {
  margin-bottom: 40px;
  font-weight: 200;
}

.form_checkbox-label {
  letter-spacing: .05em;
  font-weight: 300;
}

.contentblock {
  margin-bottom: 40px;
}

.textlink {
  color: var(--cadet-blue);
  cursor: pointer;
  text-decoration: none;
}

.textlink:hover {
  color: var(--cadet-blue-2);
  text-decoration: underline;
}

.button__line {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2px var(--cadet-blue);
  border-radius: 10px;
  transition: transform .2s;
  position: absolute;
  top: 4px;
  bottom: auto;
  left: 4px;
  right: auto;
}

.button__line:hover {
  transform: translate(-4px, -4px);
}

.button-container--footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-container--footer.buton-container--infolinks-footer {
  justify-content: flex-end;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .nav__bar, .section {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav__brand {
    padding-left: 0;
  }

  .product-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .grid.grid--symbole {
    grid-column-gap: 15vw;
  }

  .product__description {
    margin-bottom: 4vw;
  }

  .popup {
    opacity: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    display: none;
  }

  .popup__card {
    padding: 4vw;
  }

  .popup__close {
    color: var(--white);
  }

  .popup__close:hover {
    color: var(--cadet-blue-2);
  }
}

@media screen and (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-container.buton-container--infolinks-footer {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .image-container {
    max-height: 100vw;
  }

  .popup__card {
    padding: 4vw;
  }

  .button-container--footer.buton-container--infolinks-footer {
    justify-content: flex-start;
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav__bar, .section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .nav__brand {
    flex-basis: 230px;
    align-items: center;
    display: flex;
  }

  .container.container--nav {
    grid-column-gap: 20px;
  }

  .product-grid {
    grid-row-gap: 10vw;
    grid-template-columns: 1fr;
  }

  .product {
    overflow: hidden;
  }

  .button-container.buton-container--infolinks-footer {
    flex-direction: column;
    margin-top: 30px;
  }

  .tab__link {
    text-align: center;
    flex: 1;
  }

  .nav__button {
    width: 50px;
    height: 50px;
  }

  .grid.grid--symbole {
    grid-column-gap: 4vw;
  }

  .product__description {
    margin-bottom: 6vw;
  }

  .popup {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .popup__card {
    padding: 6vw;
    overflow: auto;
  }

  .footer__follow {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-container--footer.buton-container--infolinks-footer {
    flex-direction: column;
    margin-top: 30px;
  }
}

#w-node-e46b0f31-0944-5371-5301-bd2c459a8856-27035641, #w-node-e46b0f31-0944-5371-5301-bd2c459a8857-27035641, #w-node-c77e86a9-f93c-0f0e-ca42-931d0fb4d8a2-27035641, #w-node-c77e86a9-f93c-0f0e-ca42-931d0fb4d8a3-27035641, #w-node-_854ed6fc-fd85-db37-868e-f0d4527097a6-27035641, #w-node-_854ed6fc-fd85-db37-868e-f0d4527097a7-27035641, #w-node-_3b25c7e9-8b09-9135-9c76-889d3770e980-27035641, #w-node-_3b25c7e9-8b09-9135-9c76-889d3770e981-27035641, #w-node-_4b5b929a-8aa9-59d0-a0f5-3b780937ef29-27035641, #w-node-_4b5b929a-8aa9-59d0-a0f5-3b780937ef2a-27035641, #w-node-_937ffacc-6f86-bff6-f601-429434297acd-27035641, #w-node-_937ffacc-6f86-bff6-f601-429434297ace-27035641, #w-node-b66df680-8233-3945-425b-09bd4048cccc-27035641, #w-node-b66df680-8233-3945-425b-09bd4048cccd-27035641, #w-node-_00e7d6f7-6375-2d90-8970-389acedc92a5-27035641, #w-node-_00e7d6f7-6375-2d90-8970-389acedc92a6-27035641, #w-node-b2970f23-6f3e-ecf0-2502-0e7d7cf4f345-27035641, #w-node-b2970f23-6f3e-ecf0-2502-0e7d7cf4f346-27035641, #w-node-_8ba3d763-f5a9-83bc-890a-343dcff90983-27035641, #w-node-_8ba3d763-f5a9-83bc-890a-343dcff90984-27035641, #w-node-_7646ed64-3799-d4a5-16d0-299278e94f13-27035641, #w-node-_7646ed64-3799-d4a5-16d0-299278e94f14-27035641, #w-node-ef7d540c-7032-4d73-04da-6515645d0421-27035641, #w-node-ef7d540c-7032-4d73-04da-6515645d0422-27035641, #w-node-c8640084-f637-cade-e7a0-39cc2e49e383-27035641, #w-node-c8640084-f637-cade-e7a0-39cc2e49e384-27035641, #w-node-_99744cd7-d49d-17d1-a44c-545bc49f9f63-27035641, #w-node-_99744cd7-d49d-17d1-a44c-545bc49f9f64-27035641, #w-node-_0bcd90ba-5bb0-9e51-49f1-aa618d7daa4a-27035641, #w-node-_0bcd90ba-5bb0-9e51-49f1-aa618d7daa4b-27035641, #w-node-db49f5ac-01b1-7bad-6c6f-dc70a1d36900-27035641, #w-node-db49f5ac-01b1-7bad-6c6f-dc70a1d36901-27035641, #w-node-f6207220-d98f-4fa5-84de-fd8d8dba1b80-27035641, #w-node-f6207220-d98f-4fa5-84de-fd8d8dba1b81-27035641, #w-node-_12439180-821f-10ad-9871-fabf0846b336-27035641, #w-node-_12439180-821f-10ad-9871-fabf0846b337-27035641, #w-node-_5d8da6af-1593-4598-9101-806efb486a1f-27035641, #w-node-_5d8da6af-1593-4598-9101-806efb486a20-27035641, #w-node-_1bd50fe6-3e38-a6e3-4fa8-8fda1756faf6-27035641, #w-node-_1bd50fe6-3e38-a6e3-4fa8-8fda1756faf7-27035641, #w-node-_1df82daf-543c-e765-2f76-adfb11d9c0fd-27035641, #w-node-_1df82daf-543c-e765-2f76-adfb11d9c0fe-27035641, #w-node-_06aa3957-d937-5dd6-827c-0d0602300552-27035641, #w-node-_06aa3957-d937-5dd6-827c-0d0602300553-27035641, #w-node-_6c6778ef-962e-9524-4f14-b8a919949044-27035641, #w-node-_6c6778ef-962e-9524-4f14-b8a919949045-27035641, #w-node-_422e0f0a-efa0-8660-5c5a-9a878f20608a-27035641, #w-node-_422e0f0a-efa0-8660-5c5a-9a878f20608b-27035641, #w-node-_431d574e-fcb0-d5cc-c5f1-7f40b17a6068-27035641, #w-node-_431d574e-fcb0-d5cc-c5f1-7f40b17a6069-27035641, #w-node-_6584c6ce-dd48-d639-9813-b14bf7fbaaec-27035641, #w-node-_6584c6ce-dd48-d639-9813-b14bf7fbaaed-27035641, #w-node-_2dab4e93-c09a-e9a6-e994-552e0b88e3d2-27035641, #w-node-_2dab4e93-c09a-e9a6-e994-552e0b88e3d3-27035641, #w-node-d6aceacd-aae5-9174-f98e-8c3517ba4a41-27035641, #w-node-d6aceacd-aae5-9174-f98e-8c3517ba4a42-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739d5f-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739d60-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739d7f-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739d80-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739d9f-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739da0-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739dbd-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739dbe-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739dd9-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739dda-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739df5-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739df6-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739e11-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739e12-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739e2d-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739e2e-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739e49-27035641, #w-node-e2095d10-dd28-f91b-58c2-85cc72739e4a-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50267-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50268-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50288-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50289-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e502be-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e502bf-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e502da-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e502db-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50314-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50315-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50332-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50333-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e5036e-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e5036f-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e5038c-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e5038d-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e503aa-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e503ab-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e503c8-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e503c9-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e503e4-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e503e5-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e5043a-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e5043b-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50456-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50457-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50472-27035641, #w-node-_8b648e0a-781d-b68d-6005-266ab2e50473-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac11d0-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac11d1-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac1222-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac1223-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac127a-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac127b-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac132c-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac132d-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac1348-27035641, #w-node-_120f9134-d9a4-56ed-977b-89fad4ac1349-27035641, #w-node-_2d62ae57-d486-0e72-f4a6-44ded8ec241c-27035641, #w-node-b70f1b52-43e6-c7e2-3c05-9aeaabe22918-27035641, #w-node-de239a1c-702b-8216-3750-b5dd1c10107a-27035641, #w-node-bf0d4538-3f43-675f-ade7-9068b8cf33d2-27035641, #w-node-a21b8092-689b-7fd0-3f95-865b4ae39e51-27035641, #w-node-_41d78ca8-739a-913a-1c4e-2a48ba325e6e-ba325e6a, #w-node-_41d78ca8-739a-913a-1c4e-2a48ba325e6f-ba325e6a, #w-node-_41d78ca8-739a-913a-1c4e-2a48ba325e74-ba325e6a, #w-node-d63b863e-534a-6363-35e3-ae2e3999cd80-495e98f4, #w-node-_9d443231-bdc1-abb5-6d56-382e755f2a4d-495e98f4, #w-node-_9ab2f5bb-538e-c510-795a-f04d8057052c-89d5324f, #w-node-d63b863e-534a-6363-35e3-ae2e3999cd80-89d5324f, #w-node-_9ab2f5bb-538e-c510-795a-f04d8057052c-5adf39fe, #w-node-_8679e16a-dfda-ba58-95c6-70a880ef9967-5adf39fe, #w-node-_5fc3ef94-ec16-d89f-ab5f-90b03788ca4e-5adf39fe, #w-node-_74bad1a6-c9db-e5c4-3472-038863a17880-67b1ab79, #w-node-_74bad1a6-c9db-e5c4-3472-038863a17880-f493e748 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Leaguespartan Variablefont Wght';
  src: url('../fonts/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader 9 Pt';
  src: url('../fonts/Newsreader_9pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader 9 Pt';
  src: url('../fonts/Newsreader_9pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader 9 Pt';
  src: url('../fonts/Newsreader_9pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader 9 Pt';
  src: url('../fonts/Newsreader_9pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}