.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.section {
  padding-left: 13%;
  padding-right: 13%;
}

.section.section-head {
  height: 100vh;
  background-color: #ca0909;
  padding-left: 8%;
  padding-right: 8%;
}

.section.section-intro {
  height: 50vh;
  background-color: #ca0909;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  align-items: center;
  padding-left: 13%;
  padding-right: 13%;
  display: flex;
}

.section.section-ages {
  padding-bottom: 80px;
  padding-left: 8%;
  padding-right: 8%;
}

.section.section-images, .section.section-events {
  padding: 80px 8%;
}

.section.footer {
  width: 100%;
  height: 100%;
  background-color: #ca0909;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 80px;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1540px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 14rem;
  display: block;
}

.container.nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  display: block;
  position: fixed;
}

.container.container-intro-text {
  display: flex;
}

.container.footer {
  z-index: 1;
  height: 100%;
  margin-top: 90px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 3rem;
}

.h1-title {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 103.04%;
  position: relative;
}

.h3-title {
  width: 70%;
  max-width: 80%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 115%;
}

.intro-text-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 15%;
}

.content--ages {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -10%;
  display: flex;
}

.text-block {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.text-block.text-block--ages {
  width: 50%;
  margin-bottom: 0;
}

.h2-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 103.04%;
}

.h2-title.text-white {
  color: #fff;
}

.h2-title.text-white.title-connect {
  width: 100%;
}

.p-body {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 130%;
}

.p-body p {
  line-height: 130%;
}

.p-body.text-white, .p-body.white {
  color: #fff;
}

.p-body.white.text-bold {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.img--section-skills {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.wrapper-image {
  width: 50%;
  height: 680px;
}

.frame-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rectangle-11 {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 30px;
}

.quick-stack {
  width: 100%;
  padding: 0;
}

.grid-image-game {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.h2-title-2 {
  color: #000;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 103.04%;
}

.p-body-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 114%;
}

.footer-legal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.div--events {
  max-width: 830px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-2 {
  margin-left: 0;
}

.frame-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.vectors-wrapper {
  width: 80px;
  height: 150px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  margin-top: -60px;
  margin-left: -12px;
}

.grid-image {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-head-wrapper {
  max-width: 730px;
  position: absolute;
  bottom: 160px;
  left: auto;
  right: auto;
}

.head-content {
  height: 100vh;
}

.nav-logo {
  width: 200px;
}

.link {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #fff;
}

.link.mobile {
  display: none;
}

.link.link-marg-30 {
  margin-right: 20px;
}

.div-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  z-index: 100;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .19);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 20px 30px;
  display: flex;
}

.single-hero-image {
  mix-blend-mode: hard-light;
  position: absolute;
}

.single-hero-image.image-hero-1 {
  position: static;
  top: 220px;
}

.single-hero-image.image-hero-2 {
  display: block;
  position: static;
  top: -128px;
  left: 473px;
}

.head-big-title-animation {
  align-items: center;
  padding-top: 70px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-2 {
  height: 180px;
  opacity: .3;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Anton, sans-serif;
  font-size: 11rem;
  display: flex;
}

.title-animation-top {
  width: 100%;
}

.image {
  position: relative;
  top: 44px;
  left: 490px;
}

.wrapper-images {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-contact {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15%;
  margin-bottom: 0;
  display: flex;
}

.div-contact-tekst {
  height: 100%;
  max-width: 46%;
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.div-contact-tekst.kennismaking {
  display: none;
}

.footer-img-bg {
  width: 100vw;
  mix-blend-mode: lighten;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-cta {
  position: relative;
}

.footer-info {
  width: 100%;
  height: 100%;
  grid-row-gap: 90px;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 90px;
  display: flex;
}

.frame-6 {
  width: 80%;
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  color: #fff;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 103.04%;
}

.time-specs {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jeugd-vrijdag-1830-tot-1930-uur-volwassenen-en-gevorderden-vrijdag-1930-tot-2100-uur {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 114%;
}

.jeugd-vrijdag-1830-tot-1930-uur-volwassenen-en-gevorderden-vrijdag-1930-tot-2100-uur-0 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 114%;
}

.jeugd-vrijdag-1830-tot-1930-uur-volwassenen-en-gevorderden-vrijdag-1930-tot-2100-uur-1 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 114%;
}

.footer-contact {
  height: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 80px;
  display: flex;
}

.wrappper-footer-contact {
  height: 50%;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info {
  grid-column-gap: 28px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 114%;
  transition: color .2s;
}

.link-text:hover {
  color: #000;
}

.link-text.p-body {
  font-weight: 400;
}

.link-text.p-body:hover {
  text-decoration: none;
}

.text-mobile {
  opacity: .7;
  color: #fff;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 114%;
  display: none;
  position: static;
  bottom: 0;
}

.border {
  height: 1px;
  background-color: #fff;
  margin-bottom: 10%;
}

.time-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  display: flex;
}

.container-time {
  width: 100%;
  grid-column-gap: 10%;
  justify-content: space-between;
  display: flex;
}

.form {
  width: 50%;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.form-title {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 solid #000;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #000;
  border-right: 0 #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 0;
  font-family: Anton, sans-serif;
  font-size: 2rem;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .7);
}

.submit-button {
  width: auto;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-end;
  margin-bottom: 6px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Anton, sans-serif;
  font-size: 2rem;
  transition: color .2s;
}

.submit-button-2 {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  position: relative;
}

.sumbit-button-wrapper {
  align-self: flex-end;
  align-items: baseline;
  margin-top: 10px;
  display: flex;
}

.arrow-form {
  width: 100%;
  height: 100%;
  position: static;
}

.div-block-10 {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  margin-top: -54px;
  display: flex;
  position: static;
}

.image-2 {
  width: 100%;
  height: 110%;
  opacity: .74;
  object-fit: fill;
}

.link-block {
  text-decoration: none;
  transition: color .2s;
}

.success-message {
  z-index: 101;
  background-color: #ca0909;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Anton, sans-serif;
  font-size: 2.4rem;
  line-height: 50px;
  display: block;
  position: static;
}

.text-block-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2.w--current {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-11, .div-block-12 {
  height: 100%;
}

.div-block-13 {
  height: 100px;
}

.div-block-14 {
  position: absolute;
}

.div-block-15 {
  position: static;
}

.div-block-16, .div-block-17, .div-block-18 {
  position: absolute;
}

.div-block-19 {
  position: static;
}

.div-block-20, .div-block-21, .div-block-22 {
  display: flex;
}

.div-block-23 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-24 {
  margin-top: 30px;
}

.button-circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 20px;
  height: 20px;
  display: block;
}

.text-block-5 {
  color: #ca0909;
  font-family: Poppins, sans-serif;
}

.error-message {
  color: #fff;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 40px;
  padding: 15px;
}

.image-4 {
  position: absolute;
  top: 247.922px;
}

.image-5 {
  mix-blend-mode: normal;
  position: absolute;
  top: 10%;
  left: 35%;
}

.image-6 {
  mix-blend-mode: normal;
  position: absolute;
  top: 19%;
  right: 14%;
}

.image-7 {
  position: absolute;
  top: 42%;
  right: 8%;
}

.image-8 {
  position: absolute;
  bottom: 324px;
  left: 20%;
  right: auto;
}

.credits-text {
  opacity: .7;
  color: #fff;
  margin-top: 40px;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 114%;
  position: static;
  bottom: 0;
}

.logo {
  width: 190px;
}

.div-block-25 {
  height: 50%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 350px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.button {
  background-color: #ca0909;
  border-radius: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  transition: background-color .2s;
}

.button:hover {
  background-color: #000;
}

.div-block-26 {
  margin-top: 40px;
}

.link-2 {
  color: #fff;
}

.div-block-28 {
  justify-content: space-between;
  display: flex;
}

.h4-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 43px;
}

.wrapper-locate-email {
  grid-column-gap: 40px;
  display: flex;
}

.text-span {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
}

.button-3, .button-4 {
  font-size: 1rem;
}

.button-arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Anton, sans-serif;
  font-size: 1.8rem;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-12 {
  width: 20px;
}

.button-link {
  width: 48%;
  align-items: baseline;
  display: flex;
}

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

.div-block-29 {
  position: static;
}

.div-block-30 {
  margin-top: 30px;
}

.success-message-2 {
  z-index: 101;
  background-color: #ca0909;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-31 {
  height: 100%;
}

.div-block-32 {
  display: flex;
}

.submit-button-3 {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  position: relative;
}

.div-block-33 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Anton, sans-serif;
  font-size: 2.4rem;
  line-height: 50px;
  display: block;
  position: static;
}

.div-block-34 {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  margin-top: -54px;
  display: flex;
  position: static;
}

.text-block-7 {
  color: #ca0909;
  font-family: Poppins, sans-serif;
}

.div-block-35, .div-block-36 {
  position: absolute;
}

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

.link-block-3.w--current {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-37 {
  position: absolute;
}

.image-14 {
  width: 20px;
  height: 20px;
  display: block;
}

.div-block-38 {
  display: flex;
}

.div-block-39 {
  height: 100%;
}

.div-block-40 {
  position: absolute;
}

.div-block-41 {
  position: static;
}

.div-block-42 {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.section-head {
    padding-left: 13%;
    padding-right: 13%;
  }

  .section.section-intro {
    height: 60vh;
  }

  .section.section-ages, .section.section-images, .section.section-events, .section.footer {
    padding-left: 13%;
    padding-right: 13%;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .container.nav {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    position: fixed;
  }

  .intro-text-container {
    padding-top: 0%;
    padding-bottom: 10%;
  }

  .content--ages {
    height: 100%;
  }

  .text-block.text-block--ages {
    margin-bottom: 100px;
    position: relative;
    bottom: 0;
  }

  .h2-title {
    width: 100%;
    font-size: 3.9rem;
  }

  .h2-title.text-white.title-connect {
    font-size: 4.6rem;
  }

  .wrapper-image {
    width: 50%;
    height: 780px;
  }

  .rectangle-11 {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .footer-legal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .div--events {
    max-width: 870px;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .arrow {
    margin-left: -58px;
  }

  .link {
    color: #fff;
  }

  .div-contact {
    grid-column-gap: 70px;
    align-items: flex-start;
  }

  .footer-info {
    margin-bottom: 0;
  }

  .frame-6 {
    width: 45%;
  }

  .footer-contact, .wrappper-footer-contact {
    flex-direction: column;
  }

  .form {
    width: 45%;
  }

  .image-2 {
    height: 100vh;
    object-fit: cover;
  }

  .image-4 {
    top: 288.922px;
  }

  .image-5 {
    top: 14%;
  }

  .image-6 {
    right: 25%;
  }

  .image-7 {
    right: 12%;
  }

  .image-8 {
    width: 290px;
    max-width: 110%;
    bottom: 0;
    left: auto;
    right: 28%;
  }

  .credits-text {
    margin-top: 26%;
  }

  .logo {
    color: #fff;
  }

  .div-block-25 {
    height: auto;
    justify-content: space-between;
    display: flex;
  }

  .div-block-27 {
    width: 100%;
    justify-content: space-between;
    display: flex;
    position: static;
    bottom: 0;
  }

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

  .h4-title {
    max-width: 50%;
  }

  .button-2 {
    font-size: 1.1rem;
  }

  .button-wrapper {
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .section.section-head {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.section-intro {
    height: 39vh;
  }

  .section.section-ages {
    padding-bottom: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.section-images {
    padding: 40px 7% 0;
  }

  .section.section-events {
    padding-bottom: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .section.footer {
    height: 100%;
    margin-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .container.nav {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container.footer {
    margin-top: 50px;
  }

  .h1-title {
    margin-bottom: 0;
    font-size: 60px;
  }

  .h3-title {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5rem;
  }

  .intro-text-container {
    padding-top: 0%;
    padding-bottom: 15%;
  }

  .content--ages {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .text-block.text-block--ages {
    width: 100%;
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .h2-title {
    font-size: 3rem;
  }

  .img--section-skills {
    width: 100%;
    height: 100%;
  }

  .wrapper-image {
    width: 100%;
    height: 460px;
  }

  .rectangle-11 {
    width: 100%;
  }

  .footer-legal {
    z-index: 5;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    position: static;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .grid-image {
    flex-direction: column;
  }

  .text-head-wrapper {
    width: 70%;
    position: absolute;
    bottom: 100px;
  }

  .link.mobile {
    display: block;
  }

  .div-link.desktop {
    display: none;
  }

  .nav-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .div-contact {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-contact-tekst {
    max-width: 100%;
  }

  .footer-info {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    margin-bottom: 70px;
  }

  .frame-6 {
    width: 100%;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-contact {
    width: 100%;
  }

  .wrappper-footer-contact {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .contact-info {
    grid-row-gap: 20px;
  }

  .text-mobile {
    margin-bottom: 50px;
    padding-top: 0;
    display: block;
  }

  .container-time {
    grid-column-gap: 5%;
    justify-content: flex-start;
  }

  .form {
    width: 100%;
  }

  .image-2 {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
  }

  .image-5 {
    width: 20%;
  }

  .image-6 {
    width: 26%;
    right: 10%;
  }

  .image-7 {
    width: 20%;
    display: block;
    top: 45%;
    right: 7%;
  }

  .image-8 {
    width: 25%;
    bottom: 30%;
    right: 44%;
  }

  .credits-text {
    font-size: 1rem;
    display: block;
  }

  .logo {
    width: 160px;
  }

  .utility-page-content {
    width: 290px;
  }

  .h4-title {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .section.section-events {
    padding-bottom: 40px;
  }

  .section.footer {
    margin-top: 40px;
  }

  .h1-title {
    font-size: 56px;
  }

  .rectangle-11 {
    width: 100%;
    height: 340px;
  }

  .footer-legal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: block;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .grid-image {
    flex-direction: column;
  }

  .text-head-wrapper {
    width: 85%;
  }

  .div-contact {
    flex-direction: row;
    display: block;
  }

  .div-contact-tekst {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-info {
    margin-bottom: 60px;
  }

  .frame-6 {
    width: 100%;
  }

  .wrappper-footer-contact {
    grid-column-gap: 10%;
    flex-direction: column;
  }

  .form {
    width: 100%;
  }

  .text-field, .submit-button {
    font-size: 1.8rem;
  }

  .submit-button-2 {
    width: 48px;
    height: 48px;
  }

  .arrow-form {
    width: 98%;
    height: 98%;
  }

  .image-8 {
    bottom: 30%;
    right: 37%;
  }

  .credits-text.margin-top-0 {
    margin-top: 0;
  }

  .logo {
    width: 150px;
  }

  .h4-title {
    max-width: 100%;
  }

  .submit-button-3 {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 479px) {
  .section.section-intro {
    height: auto;
    align-items: flex-start;
    padding: 0% 7% 50%;
    display: flex;
  }

  .section.section-ages {
    padding-bottom: 20px;
  }

  .section.section-images {
    padding-top: 20px;
  }

  .section.section-events {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.footer {
    height: 100%;
    margin-top: 20px;
  }

  .h1-title {
    font-size: 2.7rem;
  }

  .h3-title {
    font-size: 1.2rem;
  }

  .intro-text-container {
    padding-top: 0%;
  }

  .content--ages {
    margin-top: -27%;
  }

  .h2-title {
    font-size: 2rem;
  }

  .p-body, .p-body p {
    font-size: 1rem;
  }

  .rectangle-11 {
    height: 50%;
  }

  .div--events {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .arrow {
    width: 50px;
    margin-top: -106px;
    margin-left: 0;
    position: absolute;
    right: 7%;
  }

  .grid-image {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .text-head-wrapper {
    bottom: 60px;
  }

  .nav-logo {
    width: 130px;
  }

  .link {
    margin-top: auto;
    font-size: .8rem;
  }

  .nav-wrapper {
    padding: 15px 20px;
  }

  .text-block-2 {
    height: 110px;
    font-size: 6rem;
  }

  .div-contact {
    flex-direction: column;
    display: flex;
  }

  .div-contact-tekst {
    margin-bottom: 0;
  }

  .text {
    font-size: 1.7rem;
  }

  .wrappper-footer-contact {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .text-mobile {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .time-wrapper {
    grid-row-gap: 20px;
  }

  .time-wrapper.margin-left {
    margin-top: 20px;
  }

  .container-time {
    display: block;
  }

  .text-field {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .submit-button {
    font-size: 1.5rem;
  }

  .submit-button-2 {
    width: 40px;
    height: 40px;
  }

  .sumbit-button-wrapper {
    margin-top: 13px;
  }

  .arrow-form {
    width: auto;
    height: 40px;
  }

  .div-block-10 {
    width: 40px;
    height: 40px;
    margin-top: -45px;
  }

  .image-2 {
    height: 30vh;
    object-fit: cover;
    overflow: visible;
  }

  .image-4 {
    width: 90px;
    top: 15%;
  }

  .image-5 {
    width: 110px;
    top: 12%;
    left: auto;
    right: 25%;
  }

  .image-6 {
    width: 130px;
    max-width: 50%;
    display: block;
    top: 25%;
    left: auto;
    right: 8%;
  }

  .image-7 {
    width: 130px;
  }

  .image-8 {
    width: 130px;
    display: block;
    top: 39%;
    bottom: auto;
    right: 46%;
  }

  .credits-text {
    font-size: .8rem;
  }

  .image-9 {
    width: 20px;
    height: 20px;
  }

  .image-10 {
    display: none;
  }

  .utility-page-content {
    width: 200px;
  }

  .h4-title {
    font-size: 1.9rem;
    line-height: 32px;
  }

  .wrapper-locate-email {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .button-arrow {
    width: 30px;
    height: 30px;
  }

  .button-text {
    margin-right: 12px;
    font-size: 1.6rem;
  }

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

  .image-12 {
    width: 15px;
  }

  .image-13 {
    width: 20px;
    height: 20px;
  }

  .submit-button-3 {
    width: 40px;
    height: 40px;
  }

  .div-block-34 {
    width: 40px;
    height: 40px;
    margin-top: -45px;
  }
}

#w-node-b9ac172c-a5b2-87ae-0ab5-a66245e6148f-dc5f3431 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d28aeeb7-8105-4a4b-719a-a526bce8b9ba-dc5f3431 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4e1aa78c-1059-763d-af6a-d536285ba4da-dc5f3431 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4e2a6f8b-1034-c448-d8b3-61d2b19ef6a6-dc5f3431 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-ef0ae2c4-f81f-6322-2097-75ad22d76b9a-dc5f3431 {
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_4e1aa78c-1059-763d-af6a-d536285ba4da-dc5f3431 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ef0ae2c4-f81f-6322-2097-75ad22d76b9a-dc5f3431 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4e1aa78c-1059-763d-af6a-d536285ba4da-dc5f3431 {
    grid-column-end: 5;
  }

  #w-node-_22c36253-7237-fea2-6487-6ec6626dcaae-dc5f3431 {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-_4e2a6f8b-1034-c448-d8b3-61d2b19ef6a6-dc5f3431 {
    grid-column-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4e1aa78c-1059-763d-af6a-d536285ba4da-dc5f3431 {
    grid-column-end: 5;
  }

  #w-node-_22c36253-7237-fea2-6487-6ec6626dcaae-dc5f3431 {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-_4e2a6f8b-1034-c448-d8b3-61d2b19ef6a6-dc5f3431 {
    grid-column-start: 1;
  }
}


