:root {
  --teal: #0e807a;
  --pale-goldenrod: #de5126;
  --orange-red: #c1d2a1;
  --goldenrod: #066b93;
}

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

body {
  color: #333;
  letter-spacing: 2px;
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.sticky-nav {
  z-index: 1;
  background-color: var(--teal);
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content minmax(max-content, max-content);
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-logo-link {
  height: 120px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
}

.body {
  background-color: #fff;
}

.container {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.photo_item {
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  position: relative;
}

.pricelist {
  width: auto;
  height: auto;
  max-width: 1030px;
  background-color: #fff;
  border: 3px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  box-shadow: 4px 4px 0 3px #000;
}

.footer {
  background-color: var(--teal);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
  overflow: visible;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  width: 130px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-madeby {
  color: #f3f3f4;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.footer-links {
  float: left;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.text-block-2 {
  position: static;
}

.lottie-animation-2 {
  width: 80px;
  float: right;
}

.openingtijden {
  flex-direction: column;
  flex: .2 auto;
  justify-content: space-around;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.grid {
  margin-top: 16px;
  margin-bottom: 16px;
}

.sociale {
  color: #444;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.sociale:hover {
  color: #fff;
  text-decoration: underline;
}

.sociale.mobi {
  display: none;
}

.calltoactionsticker {
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 40px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .1s;
}

.calltoactionsticker:hover {
  color: #eb593a;
  transform: scale(1.2);
}

.calltoactionsticker:active, .calltoactionsticker:focus {
  color: #000;
}

.calltoactionsticker.is-off {
  display: none;
}

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.calltoactionsticker-2 {
  opacity: 1;
  color: #234a7f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 40px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .1s;
}

.calltoactionsticker-2:hover {
  color: #eb593a;
  transform: scale(1.2);
}

.calltoactionsticker-2:active, .calltoactionsticker-2:focus {
  color: #000;
}

.heading {
  font-family: "Helvetica Neue 95 Black", sans-serif;
  font-weight: 400;
}

.price_grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 4fr 1fr;
  margin-top: 20px;
}

.price_item {
  line-height: 30px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.radio-button-2 {
  display: none;
}

.contactform_section {
  margin-top: 40px;
  margin-bottom: 100px;
}

.textarea {
  border: 3px solid #000;
  padding: .7em;
  font-size: 1.5em;
  box-shadow: 4px 4px 0 3px #000;
}

.kg_btn {
  text-decoration: none;
  display: block;
}

.kg_btn.submit {
  margin-top: 40px;
  margin-bottom: 40px;
}

.stickertext {
  opacity: 1;
  color: #dae6b3;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 40px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .1s;
}

.stickertext:hover {
  color: #eb593a;
  transform: scale(1.2);
}

.stickertext:active, .stickertext:focus {
  color: #000;
}

.stickertext.sticker_01 {
  background-image: url('../images/Logo_11.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .2s;
}

.stickertext.sticker_01:hover {
  color: #eb593a;
}

.stickertext.sticker_02 {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
}

.stickertext.sticker_02.w--redirected-checked {
  filter: grayscale();
}

.stickertext.sticker_03 {
  background-image: url('../images/Logo_02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.stickertext.sticker_05 {
  background-image: url('../images/Logo_01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.stickertext.sticker_04 {
  background-image: url('../images/Logo_04.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact_field-label {
  color: #000;
  font-size: 1.5em;
  font-weight: 400;
  display: none;
}

.contactform_text {
  color: #532056;
  text-align: center;
  margin-top: 10px;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 2em;
}

.containerform {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: none;
}

.contactformstickerscat {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica Neue 95 Black", sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 70px;
}

.contactformstickers {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inputfield {
  color: #000;
  border: 3px solid #000;
  padding-top: .7em;
  padding-bottom: .7em;
  padding-left: .7em;
  font-size: 1.5em;
  box-shadow: 4px 4px 0 3px #000;
}

.kgbutton {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  padding: 20px 40px;
  box-shadow: 4px 4px 0 3px #000;
}

.overlay {
  z-index: 1;
  min-height: 200px;
  min-width: 200px;
  object-fit: fill;
  object-position: 100% 100%;
  display: block;
  position: absolute;
  top: 61%;
  bottom: auto;
  left: 60%;
  right: auto;
  overflow: hidden;
}

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

.team_item {
  width: 320px;
  height: 460px;
  border: 3px solid #000;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 0 3px #000;
}

.teamitemgrid {
  grid-template-rows: auto auto;
}

.div-block-3 {
  margin-bottom: 20px;
  padding-left: 20px;
}

.textbednakt {
  text-align: center;
}

.container-2 {
  height: 800px;
}

.section.black {
  z-index: 999999;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.black.off {
  display: none;
}

.text-block-3 {
  width: 20%;
  color: #000;
  white-space: nowrap;
  display: inline-block;
  position: static;
}

.list-item {
  width: 100%;
  list-style-type: none;
  display: flex;
}

.text-block-4 {
  width: 25%;
  text-align: center;
}

.div-block-5 {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.afspraak-btn {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.afspraak-btn.submit {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link {
  background-color: var(--pale-goldenrod);
  color: #fff;
  cursor: pointer;
  border: 3px solid #000;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 4px 4px 0 3px #000;
}

.bold-text {
  color: #fff;
  font-family: "Helvetica Neue 95 Black", sans-serif;
  font-weight: 400;
}

.link-2 {
  color: #000;
  font-weight: 400;
}

.nav-bold-text {
  color: #fff;
  font-family: "Helvetica Neue 95 Black", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.section-2 {
  display: none;
}

.wrapper-info-top {
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.wrapper {
  border: 4px solid #000;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  display: block;
}

.list-item-6 {
  justify-content: space-around;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  justify-content: space-around;
  display: flex;
}

.list-2 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sociale-box {
  display: flex;
}

.heading-4 {
  color: #000;
  font-size: 22px;
}

.tijden-parent {
  flex-direction: column;
  display: flex;
}

.tijden-block {
  display: flex;
}

.hero {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}

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

.vakantie {
  color: #fff;
  text-align: center;
  padding: 14px;
}

.text-block-5 {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

@media screen and (max-width: 991px) {
  .nav-grid {
    flex-wrap: wrap;
    grid-template-columns: 2.75fr minmax(max-content, 1fr) max-content max-content minmax(max-content, max-content);
    align-content: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    overflow: hidden;
  }

  .nav-logo-link.w--current {
    width: 220px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricelist {
    width: 100%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .footer-madeby {
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    font-size: 1em;
  }

  .lottie-animation-2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .openingtijden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
  }

  .sociale.all {
    display: block;
  }

  .calltoactionsticker {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .calltoactionsticker-2 {
    color: #234a7f;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stickertext, .containerform {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contactformstickerscat, .contactformstickers {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .overlay {
    min-height: 100px;
    min-width: 100px;
    top: 30%;
    left: 25%;
  }

  .text-block-3 {
    width: 25%;
    color: #000;
    font-size: 22px;
  }

  .text-block-4 {
    width: 20%;
    color: #000;
  }

  .list {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .sociale-box {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-block-6, .tijden-parent {
    flex-direction: column;
    display: flex;
  }

  .tijden-block {
    display: flex;
  }

  .vakantie {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .text-block-2 {
    font-size: .5em;
  }

  .lottie-animation-2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    display: block;
  }

  .sociale {
    display: none;
  }

  .sociale.mobi {
    display: block;
  }

  .calltoactionsticker, .calltoactionsticker-2 {
    padding: 50px 30px 30px;
  }

  .stickertext {
    padding: 30px;
  }

  .stickertext.sticker_04 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contactformstickerscat, .contactformstickers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .overlay {
    top: 32%;
    left: 30%;
  }

  .text-block-3 {
    width: 20%;
    color: #000;
    align-content: flex-start;
    display: inline-block;
  }

  .list-item {
    width: 100%;
    font-size: 12px;
    line-height: 10px;
    display: flex;
  }

  .text-block-4 {
    width: 25%;
  }

  .list {
    width: 150px;
  }

  .nav-wrapper {
    flex-direction: column;
  }

  .list-2 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .vakantie {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo-link.w--current {
    border: 1px #000;
  }

  .nav-logo {
    height: 92%;
  }

  .nav-link {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricelist {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column-reverse;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-links {
    display: block;
  }

  .text-block-2 {
    text-align: center;
    flex: none;
    justify-content: space-around;
    align-items: center;
    font-size: 10px;
  }

  .lottie-animation-2 {
    float: none;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .grid {
    display: block;
  }

  .calltoactionsticker {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .calltoactionsticker:active, .calltoactionsticker:focus {
    color: #000;
  }

  .calltoactionsticker-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .calltoactionsticker-2:active, .calltoactionsticker-2:focus {
    color: #000;
  }

  .price_grid {
    margin-bottom: 20px;
  }

  .textarea {
    font-size: 1em;
  }

  .kg_btn {
    display: block;
  }

  .kg_btn.submit {
    margin-top: 0;
  }

  .stickertext {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .stickertext:active, .stickertext:focus {
    color: #000;
  }

  .stickertext.sticker_01 {
    width: 100%;
    flex-direction: column;
    align-self: flex-end;
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

  .contactform_text {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .containerform {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contactformstickerscat {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-2 {
    font-size: 2em;
    line-height: 35px;
  }

  .contactformstickers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .inputfield, .kgbutton {
    font-size: 1em;
  }

  .overlay {
    width: 120px;
    min-height: 30px;
    min-width: 50px;
    top: 51%;
    left: 53%;
  }

  .team_item {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .section {
    padding-right: 6px;
  }

  .roostergrid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-3 {
    width: 25%;
    color: #000;
    line-height: 1.5em;
    display: flex;
  }

  .list-item {
    display: flex;
  }

  .text-block-4 {
    width: 25%;
    color: #000;
    text-align: center;
  }

  .footer-rechts {
    margin-left: auto;
    margin-right: auto;
  }

  .afspraak-btn {
    display: flex;
  }

  .afspraak-btn.submit {
    margin-top: 0;
  }

  .section-2 {
    display: none;
  }

  .wrapper {
    margin-left: 2px;
    margin-right: 2px;
  }

  .list-item-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-wrapper {
    align-items: center;
  }

  .list-2 {
    flex-direction: column;
    align-items: flex-end;
    list-style-type: none;
    display: flex;
  }

  .sociale-box {
    flex-direction: column;
  }

  .hero {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .vakantie {
    text-align: center;
  }
}

#w-node-_4313f517-2567-b6c4-f1da-f5a18976e777-1d563f1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-baaa5f24-be6e-7b22-b877-630b3394c6f4-1d563f1c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4276e96a-7f17-3460-11d7-b6240809fe63-1d563f1c {
  align-self: center;
  justify-self: start;
}

#w-node-_06e1fc30-a893-752b-9d1e-d29ce68c2535-1d563f1c {
  align-self: center;
  justify-self: end;
}

#w-node-_03008865-76f3-b893-6374-0211c1f37570-1d563f1c {
  align-self: center;
  justify-self: start;
}

#w-node-_0d27c9c9-027e-3f82-bb09-8110c86b0ba7-1d563f1c {
  align-self: center;
  justify-self: end;
}

#w-node-c5aa97fe-fb1e-8430-33f5-82dce0dc4d1e-1d563f1c {
  align-self: center;
  justify-self: start;
}

#w-node-b6e2d318-9552-0716-50dd-2dcf7ff9484c-1d563f1c {
  align-self: center;
  justify-self: end;
}

#w-node-_8032993d-2db7-5c71-f3fa-5b6cea75e3e3-1d563f1c {
  align-self: center;
  justify-self: start;
}

#w-node-_7b82540f-c679-0b1e-1d4b-e1f18d7a6f91-1d563f1c, #w-node-_7b82540f-c679-0b1e-1d4b-e1f18d7a6f95-1d563f1c, #w-node-_7b82540f-c679-0b1e-1d4b-e1f18d7a6f99-1d563f1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b82540f-c679-0b1e-1d4b-e1f18d7a6f9d-1d563f1c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4276e96a-7f17-3460-11d7-b6240809fe63-35f24a00 {
  align-self: center;
  justify-self: start;
}

#w-node-_06e1fc30-a893-752b-9d1e-d29ce68c2535-35f24a00 {
  align-self: center;
  justify-self: end;
}

#w-node-_03008865-76f3-b893-6374-0211c1f37570-35f24a00 {
  align-self: center;
  justify-self: start;
}

#w-node-_0d27c9c9-027e-3f82-bb09-8110c86b0ba7-35f24a00 {
  align-self: center;
  justify-self: end;
}

#w-node-c5aa97fe-fb1e-8430-33f5-82dce0dc4d1e-35f24a00 {
  align-self: center;
  justify-self: start;
}

#w-node-b6e2d318-9552-0716-50dd-2dcf7ff9484c-35f24a00 {
  align-self: center;
  justify-self: end;
}

#w-node-_8032993d-2db7-5c71-f3fa-5b6cea75e3e3-35f24a00 {
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_4313f517-2567-b6c4-f1da-f5a18976e777-1d563f1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8032993d-2db7-5c71-f3fa-5b6cea75e3e3-1d563f1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_7b82540f-c679-0b1e-1d4b-e1f18d7a6f91-1d563f1c, #w-node-_7b82540f-c679-0b1e-1d4b-e1f18d7a6f95-1d563f1c, #w-node-_7b82540f-c679-0b1e-1d4b-e1f18d7a6f99-1d563f1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8032993d-2db7-5c71-f3fa-5b6cea75e3e3-35f24a00 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Helvetica Neue Regular';
  src: url('../fonts/HelveticaNeue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue 95 Black';
  src: url('../fonts/NeueHelveticaBQBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}