/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
  font-family: "Fredoka";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/fredoka/Fredoka-Light.eot");
  src: url("../fonts/fredoka/Fredoka-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/fredoka/Fredoka-Light.woff") format("woff"), url("../fonts/fredoka/Fredoka-Light.ttf") format("truetype"), url("../fonts/fredoka/Fredoka-Light.svg#Fredoka") format("svg");
}

@font-face {
  font-family: "Fredoka";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fredoka/Fredoka-Regular.eot");
  src: url("../fonts/fredoka/Fredoka-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fredoka/Fredoka-Regular.woff") format("woff"), url("../fonts/fredoka/Fredoka-Regular.ttf") format("truetype"), url("../fonts/fredoka/Fredoka-Regular.svg#Fredoka") format("svg");
}

@font-face {
  font-family: "Fredoka";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/fredoka/Fredoka-Medium.eot");
  src: url("../fonts/fredoka/Fredoka-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/fredoka/Fredoka-Medium.woff") format("woff"), url("../fonts/fredoka/Fredoka-Medium.ttf") format("truetype"), url("../fonts/fredoka/Fredoka-Medium.svg#Fredoka") format("svg");
}

@font-face {
  font-family: "Fredoka";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/fredoka/Fredoka-SemiBold.eot");
  src: url("../fonts/fredoka/Fredoka-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/fredoka/Fredoka-SemiBold.woff") format("woff"), url("../fonts/fredoka/Fredoka-SemiBold.ttf") format("truetype"), url("../fonts/fredoka/Fredoka-SemiBold.svg#Fredoka") format("svg");
}

@font-face {
  font-family: "Fredoka";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/fredoka/Fredoka-Bold.eot");
  src: url("../fonts/fredoka/Fredoka-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/fredoka/Fredoka-Bold.woff") format("woff"), url("../fonts/fredoka/Fredoka-Bold.ttf") format("truetype"), url("../fonts/fredoka/Fredoka-Bold.svg#Fredoka") format("svg");
}

@font-face {
  font-family: "icomoon";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Global
---------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: "Fredoka", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #603780;
}

@-ms-viewport {
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  color: #ef3f70;
}

h1 a:not(:hover),
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover) {
  color: inherit;
}

h1 {
  font-size: 5.6rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.4rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  margin: 0 0 3rem 0;
}

b,
strong {
  font-weight: 600;
}

ul {
  padding: 0 0 0 17px;
  margin: 0 0 3rem;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #603780 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #603780 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #603780 !important;
}

:-ms-input-placeholder {
  color: #603780 !important;
}

input:focus {
  outline: none;
}

.form-control {
  height: 5rem;
  font-size: 2.2rem;
  line-height: 1;
  padding: 1rem 2rem;
  border-radius: 0;
}

textarea.form-control {
  height: 12rem;
  resize: none;
}

select.form-control {
  background-image: url("../images/chevron-down.svg");
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  padding-right: 3rem;
  cursor: pointer;
}

a {
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

@-webkit-keyframes arrow-move-right-arrow {
  0%, 100% {
    margin-right: 0;
  }

  50% {
    margin-right: -0.7rem;
  }
}

@keyframes arrow-move-right-arrow {
  0%, 100% {
    margin-right: 0;
  }

  50% {
    margin-right: -0.7rem;
  }
}

@-webkit-keyframes arrow-move-left-arrow {
  0%, 100% {
    margin-left: 0;
  }

  50% {
    margin-left: -0.7rem;
  }
}

@keyframes arrow-move-left-arrow {
  0%, 100% {
    margin-left: 0;
  }

  50% {
    margin-left: -0.7rem;
  }
}

.btn {
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.5rem 2.2rem;
  font-weight: 600;
  border-radius: 3rem;
  position: relative;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-white {
  border: none;
}

.btn-success {
  background-color: #d2d805;
  color: #603780;
}

.btn-success:hover {
  background-color: #d2d805;
  color: #603780;
}

.btn-white {
  background-color: #ffffff;
  color: #603780;
}

.btn-white:hover {
  background-color: #ffffff;
  color: #603780;
}

.btn-purple {
  background-color: #603780;
  color: #ffffff;
}

.btn-purple:hover {
  background-color: #45285c;
  color: #ffffff;
}

.btn.btn-has-before-arrow {
  padding-left: 4.7rem;
  margin-left: 3.1rem;
}

.btn.btn-has-before-arrow:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 6rem;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  content: "\e900";
  font-family: "icomoon", sans-serif;
  color: #ef3f70;
  line-height: 1;
  font-size: 1.3em;
}

.btn.btn-has-before-arrow:hover:before {
  -webkit-animation: arrow-move-left-arrow 1s ease-in-out infinite;
          animation: arrow-move-left-arrow 1s ease-in-out infinite;
}

.btn.btn-has-before-arrow.initially-arrow-animation:before {
  -webkit-animation: arrow-move-left-arrow 1s ease-in-out infinite;
          animation: arrow-move-left-arrow 1s ease-in-out infinite;
}

.btn.btn-has-after-arrow {
  padding-right: 4.7rem;
}

.btn.btn-has-after-arrow:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(45%);
      -ms-transform: translateY(-50%) translateX(45%);
          transform: translateY(-50%) translateX(45%);
  width: 6rem;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  content: "\e900";
  font-family: "icomoon", sans-serif;
  color: #ef3f70;
  line-height: 1;
  font-size: 1.3em;
}

.btn.btn-has-after-arrow:hover:after {
  -webkit-animation: arrow-move-right-arrow 1s ease-in-out infinite;
          animation: arrow-move-right-arrow 1s ease-in-out infinite;
}

.btn.btn-has-after-arrow.initially-arrow-animation:before {
  -webkit-animation: arrow-move-left-arrow 1s ease-in-out infinite;
          animation: arrow-move-left-arrow 1s ease-in-out infinite;
}

.gutters-end-0 > *:last-child {
  margin-bottom: 0;
}

.offcanvas-menu {
  padding: 0 1.5rem;
  --bs-offcanvas-width: 51.5rem;
  background-color: #603780;
}

.offcanvas-menu .offcanvas-header {
  padding: 1.5rem 0;
  display: block;
}

.offcanvas-menu .offcanvas-header .offcanvas-close-ico {
  width: 2.8rem;
  cursor: pointer;
  margin-top: -1.5rem;
}

.offcanvas-menu .site-logo {
  width: 15rem;
  display: block;
}

.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas-menu .main-nav {
  margin-bottom: 4rem;
}

.offcanvas-menu .main-nav > .nav {
  display: block;
  color: #ffffff;
  line-height: 1;
}

.offcanvas-menu .main-nav > .nav > .menu-item {
  border-bottom: 1px solid #9D96A0;
  position: relative;
}

.offcanvas-menu .main-nav > .nav > .menu-item > a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.3rem 4rem 1.3rem 0;
  font-size: 2rem;
}

.offcanvas-menu .main-nav > .nav > .menu-item > a:hover {
  color: #ef3f70;
}

.offcanvas-menu .main-nav > .nav > .menu-item a {
  text-decoration: none;
  color: #ffffff;
}

.offcanvas-menu .main-nav > .nav > .menu-item.on .submenu-toggle img {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(39%) saturate(2917%) hue-rotate(15deg) brightness(105%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(79%) sepia(39%) saturate(2917%) hue-rotate(15deg) brightness(105%) contrast(96%);
}

.offcanvas-menu .main-nav > .nav > .menu-item .submenu-toggle {
  width: 2.8rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offcanvas-menu .main-nav > .nav > .menu-item .submenu-toggle img {
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.offcanvas-menu .main-nav > .nav .submenu {
  padding: 1rem 0;
  border-top: 1px solid #9D96A0;
  display: none;
}

.offcanvas-menu .main-nav > .nav .submenu .menu-item:not(:last-child) {
  margin-bottom: 1rem;
}

.offcanvas-menu .main-nav > .nav .submenu .menu-item a {
  display: block;
  position: relative;
  display: block;
  padding-left: 2.4rem;
  font-size: 2rem;
}

.offcanvas-menu .main-nav > .nav .submenu .menu-item a:hover {
  color: #d2d805;
}

.offcanvas-menu .main-nav > .nav .submenu .menu-item a:before {
  height: 1.3rem;
  width: 1.3rem;
  background-color: #d2d805;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: "";
}

.offcanvas-menu .social-links,
.offcanvas-menu .inline-social-icons {
  margin-bottom: 4rem;
}

.offcanvas-menu .inline-social-icons a img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.offcanvas-menu .inline-social-icons a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.offcanvas-menu .header-search-box form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.offcanvas-menu .header-search-box form .form-control {
  padding: 1rem 5.5rem 1rem 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #603780;
  border: none;
  border-radius: 3rem;
  height: 3.6rem;
}

.offcanvas-menu .header-search-box form .btn-search {
  height: 3.6rem;
  width: 3.6rem;
  background-color: #FA086E;
  border-radius: 50%;
  background-image: url("../images/ico-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 2rem;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.offcanvas-menu .offcanvas-body {
  padding-bottom: 3rem;
}

.site-header {
  background-color: #603780;
  padding: 1.5rem 0;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
  transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
}

.page-scrolled .site-header {
  -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  box-shadow: 0 0 0.7rem #532f6e;
}

.site-header .site-logo-wrapper {
  position: relative;
  margin-right: 1.5rem;
  min-height: 1px;
  width: 15rem;
}

.site-header .site-logo {
  display: block;
  width: 100%;
}

.site-header .brand-slogan {
  width: 25rem;
}

.site-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .hamburger-icon {
  cursor: pointer;
  background-color: #ffffff;
  color: #603780;
  padding: 0.5rem 1rem 0.5rem 1.3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  border-radius: 5rem;
  gap: 1rem;
  font-size: 1.95rem;
}

.site-header .hamburger-icon img {
  height: 1.8rem;
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(3096%) hue-rotate(235deg) brightness(95%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(3096%) hue-rotate(235deg) brightness(95%) contrast(90%);
}

.site-header .social-links,
.site-header .inline-social-icons {
  margin-right: 1rem;
}

.site-header .inline-social-icons li a img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.site-header .inline-social-icons li a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.social-links .nav {
  font-size: 1.6rem;
  line-height: 1;
}

.social-links .nav li:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.social-links .nav li a {
  color: #ffffff;
  padding: 0 0.5rem;
  text-decoration: none;
}

.social-links .nav li a:hover {
  text-decoration: underline;
}

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(0.4rem);
            transform: translateX(0.4rem);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(0.4rem);
            transform: translateX(0.4rem);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.moveArrow {
  -webkit-animation: moveArrow 1s ease-in-out infinite;
          animation: moveArrow 1s ease-in-out infinite;
}

.hero-banner {
  position: relative;
}

.hero-banner .inner-container {
  width: 86.58%;
  margin: 0 auto;
}

.hero-banner .overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-banner .overlay-content .sign-up-open-days-box {
  text-align: right;
  position: relative;
  z-index: 2;
  margin-top: -2rem;
}

.hero-banner .overlay-content .sign-up-open-days-box .sign-up-open-days-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-banner .overlay-content .sign-up-open-days-box .sign-up-open-days-btn:hover .btn-txt {
  background-color: #45285c;
}

.hero-banner .overlay-content .sign-up-open-days-box .sign-up-open-days-btn .btn-txt {
  background-color: #603780;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0.8rem 1.8rem;
  border-radius: 10rem;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.hero-banner .overlay-content .sign-up-open-days-box .sign-up-open-days-btn .icon-triple-chevrons-right {
  font-size: 1.8rem;
  color: #d2d805;
  margin: 0 -0.8rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: moveArrow 1s ease-in-out infinite;
          animation: moveArrow 1s ease-in-out infinite;
}

.hero-banner .overlay-content .sign-up-open-days-box .sign-up-open-days-btn .btn-circle-txt {
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #ef3f70;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}

.hero-banner .scroll-down-btn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
}

.hero-banner .scroll-down-btn-wrapper .down-arw {
  width: 2.5rem;
  display: block;
  cursor: pointer;
  -webkit-animation: bob 1.5s cubic-bezier(0.3, 0.7, 0.4, 0.95) infinite;
          animation: bob 1.5s cubic-bezier(0.3, 0.7, 0.4, 0.95) infinite;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}

.hero-banner .scroll-down-btn-wrapper .down-arw:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bob {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.has-bullet-arrow-listing,
.skills-for-life-home .column-content ul,
.what-we-stand-for ul,
.education-category__header .column-content ul,
.open-dagen ul {
  padding: 0;
  list-style: none;
}

.has-bullet-arrow-listing li,
.skills-for-life-home .column-content ul li,
.what-we-stand-for ul li,
.education-category__header .column-content ul li,
.open-dagen ul li {
  padding-left: 6.5rem;
  position: relative;
}

.has-bullet-arrow-listing li:not(:last-child),
.skills-for-life-home .column-content ul li:not(:last-child),
.what-we-stand-for ul li:not(:last-child),
.education-category__header .column-content ul li:not(:last-child),
.open-dagen ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.has-bullet-arrow-listing li:before,
.skills-for-life-home .column-content ul li:before,
.what-we-stand-for ul li:before,
.education-category__header .column-content ul li:before,
.open-dagen ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2rem;
  background-image: url("../images/bullet-arrow.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  height: 3.5rem;
  width: 5rem;
}

.skills-for-life-home {
  background-color: #603780;
  color: #ffffff;
  padding: 7.5rem 0;
}

.skills-for-life-home .column-content p + ul {
  margin-top: 5rem;
}

.skills-for-life-home .column-content ul {
  margin: 0 0 4rem;
}

.skills-for-life-home .column-content ul li strong {
  color: #d2d805;
}

.skills-for-life-main {
  background-color: #603780;
  color: #ffffff;
  padding: 7rem 0;
}

.skills-for-life-main .section-heading {
  margin-bottom: 4rem;
}

.skills-for-life-main .section-heading h2 {
  margin-bottom: 3.5rm;
}

.skills-for-life-main .skills-for-life-main-items .item:not(:last-child) {
  margin-bottom: 6.5rem;
}

.skills-for-life-main .skills-for-life-main-items .item > *:last-child {
  margin-bottom: 0;
}

.skills-for-life-main .skills-for-life-main-items .item h4 {
  color: #d2d805;
  padding-left: 6.5rem;
  position: relative;
}

.skills-for-life-main .skills-for-life-main-items .item h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  background-image: url("../images/bullet-arrow.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  height: 3.5rem;
  width: 5rem;
}

.strong-foundation {
  background-color: #FFF3FF;
  padding: 7rem 0;
}

.strong-foundation .column-success-rate .success-rate-cnt h4 {
  font-weight: 500;
  color: #603780;
  line-height: 1.35;
}

.strong-foundation .column-success-rate .success-rate-cnt .percent-holder {
  font-size: 8.5rem;
  color: #ef3f70;
  font-weight: 600;
  line-height: 1;
}

.strong-foundation .faq-text-box {
  padding-top: 2rem;
}

.strong-foundation .faq-text-box h2,
.strong-foundation .faq-text-box h3,
.strong-foundation .faq-text-box h4,
.strong-foundation .faq-text-box h5,
.strong-foundation .faq-text-box h6 {
  color: #603780;
  margin-bottom: 2.5rem;
}

.section-heading > *:last-child {
  margin-bottom: 0;
}

.educational-pillars {
  background-color: #603780;
  color: #ffffff;
  padding: 7rem 0 3rem;
  overflow: hidden;
}

.educational-pillars .section-heading {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 auto 3rem;
}

.educational-pillars .section-heading h2 {
  color: inherit;
  margin-bottom: 3rem;
}

.educational-pillars .columns {
  --bs-gutter-x: 6rem;
}

.educational-pillars .columns .column {
  text-align: center;
  margin-bottom: 5rem;
}

.educational-pillars .columns .column .image-holder {
  margin-bottom: 2rem;
}

.educational-pillars .columns .column h5 {
  color: var(--bs-color-variation);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 22rem;
  margin: 0 auto 2rem;
}

.educational-pillars .columns .column .btn {
  padding: 0.4rem 1.6rem 0.6rem;
  padding-left: 3.6rem;
  font-size: 1.8rem;
}

.educational-pillars .columns .column .btn.btn-has-before-arrow {
  margin-left: 0;
}

.educational-pillars .columns .column .btn:before {
  color: var(--bs-color-variation);
}

.educational-pillars.educational-pillars--v2 {
        /*background-color: #F2E9F9;*/
        background-color: #FFF4FF;
  color: #603780;
}

.educational-pillars.educational-pillars--v2 .columns .column .btn {
  background-color: #603780;
  color: #ffffff;
}

.educational-pillars.educational-pillars--v2 .columns .column .btn:hover {
  background-color: #45285c;
}

.readmore {
  font-size: 2.2rem;
  font-weight: 600;
  text-decoration: none;
  color: #603780;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}

.readmore [class^="icon-"],
.readmore [class*=" icon-"] {
  color: #ef3f70;
  font-size: 1.2em;
}

.readmore:hover {
  color: #ef3f70;
}

.image-curve-overlay-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.image-curve-overlay-wrapper .image-curve-overlay-left-bottom,
.image-curve-overlay-wrapper .image-curve-overlay-right-top {
  position: absolute;
  width: 31.5%;
}

.image-curve-overlay-wrapper .image-curve-overlay-left-bottom svg,
.image-curve-overlay-wrapper .image-curve-overlay-right-top svg {
  width: 100%;
}

.image-curve-overlay-wrapper .image-curve-overlay-left-bottom .imageCurveOverlay-1,
.image-curve-overlay-wrapper .image-curve-overlay-right-top .imageCurveOverlay-1 {
  fill: var(--bs-color-variation);
}

.image-curve-overlay-wrapper .image-curve-overlay-left-bottom {
  left: -1px;
  bottom: -1px;
}

.image-curve-overlay-wrapper .image-curve-overlay-right-top {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -1px;
  top: -1px;
}

.restaurant-reservations {
  background-color: #F2E9F9;
  padding: 7.5rem 0;
  overflow: hidden;
}

.restaurant-reservations .section-heading {
  max-width: 100rem;
  margin-bottom: 2rem;
}

.restaurant-reservations .column-image .image-holder-wrapper {
  position: relative;
}

.restaurant-reservations .column-image .image-holder-wrapper .reserve-btn {
  background-color: #603780;
  color: #ffffff;
  height: 14rem;
  width: 14rem;
  background-color: #603780;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(15px, 5%);
      -ms-transform: translate(15px, 5%);
          transform: translate(15px, 5%);
  border-radius: 50%;
  padding: 1rem;
}

.restaurant-reservations .column-image .image-holder-wrapper .reserve-btn:hover {
  background-color: #45285c;
}

.restaurant-reservations .column-image .image-holder-wrapper .reserve-btn:hover .arw {
  left: 0.4rem;
}

.restaurant-reservations .column-image .image-holder-wrapper .reserve-btn .arw {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-84%);
      -ms-transform: translateY(-50%) translateX(-84%);
          transform: translateY(-50%) translateX(-84%);
  color: #ef3f70;
  font-size: 3rem;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.image-banner-with-floating-cnt {
  position: relative;
  overflow: hidden;
}

.image-banner-with-floating-cnt .cnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: initial;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box:hover .open-days-elem-box__list {
  background-color: #e8134e;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box:hover .icon-triple-chevrons-right {
  -webkit-transform: translateX(0.3rem);
      -ms-transform: translateX(0.3rem);
          transform: translateX(0.3rem);
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box:hover .btn-circle-txt {
  background-color: #45285c;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box__list {
  background-color: #ef3f70;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  text-align: center;
  line-height: 1.15;
  border-radius: 10rem;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box__list h4 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.2rem;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box__list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: table;
  text-align: initial;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box__list ul li {
  display: table-row;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box__list ul li span {
  display: table-cell;
  padding: 0 0.3rem;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box .icon-triple-chevrons-right {
  font-size: 2rem;
  margin: 0 -0.7rem;
  color: #d2d805;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box .btn-circle-txt {
  height: 7.5rem;
  width: 7.5rem;
  font-size: 1.3rem;
  padding-left: 1.6rem;
  padding-right: 1rem;
  border-radius: 50%;
  background-color: #603780;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  line-height: 1.15;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box .btn-circle-txt strong {
  color: #ef3f70;
}

.image-banner-with-floating-cnt .cnt .open-days-elem-box .btn-circle-txt.min-text {
  font-size: 2rem;
  text-align: center;
  padding: 0 1rem;
}

.core-values {
  background-color: #603780;
  color: #ffffff;
  padding: 7.5rem 0;
}

.core-values .column-content h2 {
  color: inherit;
}

.core-values .column-content .btn {
  margin-top: 1rem;
}

.learn-together {
  padding: 7.5rem 0 3.5rem;
  background-color: #ffffff;
  color: #603780;
}

.learn-together .section-heading {
  margin-bottom: 3rem;
  max-width: 70rem;
}

.learn-together .section-heading h2 {
  color: #603780;
  margin-bottom: 2rem;
}

.learn-together .columns .column {
  line-height: 1.2;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
}

.learn-together .columns .column h6 {
  color: var(--bs-color-variation);
}

.learn-together .columns .column .readmore {
  font-size: 1.8rem;
  margin-top: 2rem;
}

.learn-together .columns .column .readmore:hover {
  color: var(--bs-color-variation);
}

.learn-together .columns .column .readmore [class^="icon-"],
.learn-together .columns .column .readmore [class*=" icon-"] {
  color: var(--bs-color-variation);
}

.inline-social-icons .nav {
  gap: 1rem;
}

.inline-social-icons li a {
  font-size: 3rem;
}

.inline-social-icons li a img {
  width: 3rem;
  display: block;
}

.inline-social-icons li [class^="icon-"],
.inline-social-icons li [class*=" icon-"] {
  display: block;
}

.site-footer {
  background-color: #603780;
  color: #ffffff;
  padding: 8rem 0 6rem;
  font-size: 1.6rem;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: #ffffff;
}

.site-footer a:hover {
  color: #ef3f70;
}

.site-footer .site-logo {
  width: 22rem;
  display: block;
}

.site-footer .saro-box {
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 4rem;
}

.site-footer .saro-box .img {
  width: 8rem;
  display: block;
  margin: 0 auto 1rem;
}

.site-footer .footer-widget-title {
  letter-spacing: 0.1rem;
  color: #ef3f70;
  margin-bottom: 1.3rem;
  font-size: 2rem;
}

.site-footer .footer-quick-links ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.site-footer .footer-quick-links ul li a {
  color: #ffffff;
}

.site-footer .footer-quick-links ul li a:hover {
  text-decoration: underline;
  color: #ef3f70;
}

.site-footer .inline-social-icons {
  margin-bottom: 2.5rem;
}

.site-footer .site-contact-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.site-footer .site-contact-info li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.site-footer .site-contact-info li .ico-holder {
  font-size: 3rem;
}

.site-footer .site-contact-info li .ico-holder [class^="icon-"],
.site-footer .site-contact-info li .ico-holder [class*=" icon-"] {
  display: block;
}

.site-footer .site-contact-info li a {
  color: inherit;
}

.site-footer .site-contact-info li a:hover {
  text-decoration: underline;
  color: #ef3f70;
}

.what-we-stand-for {
  padding: 7rem 0;
  background-color: #603780;
  color: #ffffff;
  overflow: hidden;
}

.what-we-stand-for ul {
  margin: 0 0 4rem;
}

.what-we-stand-for h2 {
  color: #ec6608;
  margin-bottom: 2.5rem;
}

.what-we-stand-for p strong {
  color: #ef3f70;
}

.what-we-stand-for .image-columns {
  --bs-gutter-x: 1.5rem;
}

.education-category__header {
  background-color: #603780;
  color: #ffffff;
  padding: 4rem 0 8.5rem;
}

.education-category__header .column-content h1,
.education-category__header .column-content h2,
.education-category__header .column-content h3,
.education-category__header .column-content h4,
.education-category__header .column-content h5,
.education-category__header .column-content h6 {
  color: var(--bs-color-variation);
}

.education-category__header .column-content p {
  margin-bottom: 3.5rem;
}

.education-category__header .column-content ul {
  color: #d2d805;
  margin: 0 0 4rem;
}

.education-category__subjects {
  background-color: #9D6EBD;
  color: #ffffff;
  padding: 9rem 0;
}

.education-category__subjects .subjects-title {
  color: #ffffff;
}

.education-category__subjects .subject-item-cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.education-category__subjects .subject-item-cnt:not(:last-child) {
  margin-bottom: 7rem;
}

.education-category__subjects .subject-item-cnt > *:last-child {
  margin-bottom: 0;
}

.education-category__subjects .subject-item-cnt .image-holder {
  max-width: 80%;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.education-category__subjects .subject-item-cnt h2 {
  color: #603780;
}

.education-category__subjects .subject-item-imgs {
  position: -webkit-sticky;
  position: sticky;
  top: 17%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.education-category__subjects .subject-item-imgs .subject-item-img {
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.education-category__subjects .subject-item-imgs .subject-item-img:not(.active) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.open-dagen {
  background-color: #603780;
  color: #ffffff;
  overflow: hidden;
  padding: 7rem 0;
}

.open-dagen ul {
  margin: 0 0 4rem;
}

.open-dagen h3 {
  color: #ec6608;
  margin-bottom: 2.5rem;
}

.open-dagen p strong {
  color: #ef3f70;
}

.open-dagen p a {
  color: inherit;
}

.open-dagen .section-heading {
  max-width: 70rem;
  margin-bottom: 3rem;
}

.open-dagen .image-columns {
  --bs-gutter-x: 1.5rem;
}

.calendar-section {
  background-color: #603780;
  color: #ffffff;
  padding: 7rem 0;
}

.calendar-section .section-heading {
  margin-bottom: 6rem;
}

.jaarkalender__sorting {
  margin-bottom: 3.2rem;
}

.jaarkalender__sorting select {
  border: none;
  background-color: #d2d805;
  color: #603780;
  font-weight: 600;
  height: 5rem;
}

.jaarkalender__sorting select:hover,
.jaarkalender__sorting select:focus {
  background-color: #d2d805;
  color: #603780;
}

.jaarkalender .month-item:not(:last-child) {
  margin-bottom: 4.5rem;
}

.jaarkalender .month-item h4 {
  margin-bottom: 1.2rem;
  color: #9D6EBD;
}

.jaarkalender .month-item .table td {
  background-color: #9D6EBD;
  border-bottom-color: #854eaa;
  color: #ffffff;
  padding: 1rem;
}

.jaarkalender .month-item .table td a {
  color: #ec6608;
  text-decoration: none;
}

.jaarkalender .month-item .table td a:hover {
  color: #ef3f70;
}

.jaarkalender .month-item > *:last-child {
  margin-bottom: 0;
}

.jaarkalender .month-item > *:last-child .table {
  margin-bottom: 0;
}

.custom-accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #9D96A0;
}

.custom-accordion .accordion-item.on .accordion-item-header .ico {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-filter: brightness(0) saturate(100%) invert(34%) sepia(31%) saturate(5645%) hue-rotate(324deg) brightness(101%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(34%) sepia(31%) saturate(5645%) hue-rotate(324deg) brightness(101%) contrast(87%);
}

.custom-accordion .accordion-item .accordion-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  cursor: pointer;
}

.custom-accordion .accordion-item .accordion-item-header h4 {
  margin-bottom: 0;
  color: #d2d805;
}

.custom-accordion .accordion-item .accordion-item-header .ico {
  width: 3rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-left: 1rem;
  -webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(39%) saturate(2917%) hue-rotate(15deg) brightness(105%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(79%) sepia(39%) saturate(2917%) hue-rotate(15deg) brightness(105%) contrast(96%);
}

.custom-accordion .accordion-item .accordion-item-body {
  border-top: 1px solid #9D96A0;
  padding: 2rem 0;
  display: none;
}

@media (min-width: 768px) {
  html {
    font-size: 47.5%;
  }

  body {
    line-height: 1.35;
    font-size: 2.2rem;
  }

  h1 {
    font-size: 6.6rem;
  }

  h2 {
    font-size: 5.6rem;
  }

  h3 {
    font-size: 4.2rem;
  }

  h4 {
    font-size: 3.4rem;
  }

  h5 {
    font-size: 2.8rem;
  }

  h6 {
    font-size: 2.2rem;
  }

  .gutters-60 {
    --bs-gutter-x: 6rem;
  }

  .offcanvas-menu {
    padding: 0 3rem;
  }

  .offcanvas-menu .offcanvas-header {
    margin-bottom: 1rem;
    padding: 3rem 0;
  }

  .offcanvas-menu .offcanvas-header .offcanvas-close-ico {
    width: 4rem;
  }

  .offcanvas-menu .site-logo {
    width: 32rem;
  }

  .offcanvas-menu .main-nav > .nav > .menu-item > a {
    font-size: 2.4rem;
  }

  .offcanvas-menu .main-nav > .nav > .menu-item .submenu-toggle {
    width: 4rem;
  }

  .offcanvas-menu .main-nav > .nav .submenu .menu-item a {
    font-size: 2.4rem;
    padding-left: 2.8rem;
  }

  .offcanvas-menu .main-nav > .nav .submenu .menu-item a:before {
    height: 1.9rem;
    width: 1.9rem;
    top: 0.2rem;
  }

  .offcanvas-menu .header-search-box form .form-control {
    font-size: 2.4rem;
    height: 5rem;
  }

  .offcanvas-menu .header-search-box form .btn-search {
    height: 5rem;
    width: 5rem;
    background-size: auto 3rem;
  }

  .site-header {
    padding: 3rem 0;
  }

  .site-header .site-logo-wrapper {
    width: 25rem;
    height: 4rem;
  }

  .site-header .site-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  .social-links .nav {
    font-size: 1.8rem;
  }

  .hero-banner .overlay-content {
    top: 60%;
  }

  .hero-banner .overlay-content .sign-up-open-days-box {
    margin-top: -4rem;
  }

  .hero-banner .overlay-content .sign-up-open-days-box .sign-up-open-days-btn .btn-txt {
    font-size: 3.6rem;
    padding: 1.4rem 3.5rem;
  }

  .hero-banner .overlay-content .sign-up-open-days-box .sign-up-open-days-btn .icon-triple-chevrons-right {
    font-size: 4.5rem;
    margin: 0 -1.2rem 0 -1.4rem;
  }

  .hero-banner .overlay-content .sign-up-open-days-box .sign-up-open-days-btn .btn-circle-txt {
    height: 12rem;
    width: 12rem;
    font-size: 2.6rem;
  }

  .hero-banner .scroll-down-btn-wrapper .down-arw {
    width: 5.3rem;
  }

  .has-bullet-arrow-listing li:not(:last-child),
  .skills-for-life-home .column-content ul li:not(:last-child),
  .what-we-stand-for ul li:not(:last-child),
  .education-category__header .column-content ul li:not(:last-child),
  .open-dagen ul li:not(:last-child) {
    margin-bottom: 1.3rem;
  }

  .skills-for-life-home {
    padding: 8.8rem 0 6rem;
  }

  .skills-for-life-home .column-content h2 {
    margin-bottom: 3rem;
  }

  .skills-for-life-home .column-content.col-md-7 {
    width: 61%;
  }

  .skills-for-life-main {
    padding: 11rem 0 8rem;
  }

  .skills-for-life-main .skills-for-life-main-items {
    width: 51.5%;
    margin-right: 13%;
    margin-top: 4.7rem;
  }

  .skills-for-life-main .skills-for-life-main-items .item h4 {
    font-size: 3.8rem;
  }

  .strong-foundation {
    padding: 4.8rem 0;
  }

  .strong-foundation h2 {
    margin: 0 0 3rem;
  }

  .strong-foundation .column-left {
    width: 46%;
    margin-right: 3.5rem;
  }

  .strong-foundation .column-success-rate .success-rate-image {
    width: 60%;
    margin-right: 1rem;
  }

  .educational-pillars {
    padding: 8rem 0 6.5rem;
  }

  .educational-pillars .section-heading {
    max-width: 71%;
    font-size: 2.7rem;
  }

  .educational-pillars .section-heading h2 {
    margin-bottom: 4.5rem;
  }

  .educational-pillars .columns .column .image-holder {
    margin-bottom: 6.5rem;
  }

  .educational-pillars .columns .column h5 {
    max-width: 27rem;
    margin: 0 auto 2.5rem;
  }

  .readmore {
    font-size: 2.6rem;
  }

  .restaurant-reservations {
    padding: 5rem 0 7.5rem;
  }

  .restaurant-reservations .section-heading {
    margin-bottom: 4.3rem;
  }

  .restaurant-reservations .column-content {
    width: 40%;
  }

  .restaurant-reservations .column-image .image-holder-wrapper .reserve-btn {
    height: 22rem;
    width: 22rem;
    font-size: 3.4rem;
  }

  .restaurant-reservations .column-image .image-holder-wrapper .reserve-btn {
    -webkit-transform: translate(30px, 5%);
        -ms-transform: translate(30px, 5%);
            transform: translate(30px, 5%);
  }

  .restaurant-reservations .column-image .image-holder-wrapper .reserve-btn .arw {
    font-size: 4.5rem;
  }

  .image-banner-with-floating-cnt .cnt .open-days-elem-box__list {
    min-height: 18.5rem;
    font-size: 3.2rem;
    padding: 1.4rem 5rem;
  }

  .image-banner-with-floating-cnt .cnt .open-days-elem-box .icon-triple-chevrons-right {
    font-size: 8.5rem;
    margin: 0 -2.4rem 0 -3.6rem;
  }

  .image-banner-with-floating-cnt .cnt .open-days-elem-box .btn-circle-txt {
    height: 18.5rem;
    width: 18.5rem;
    font-size: 3.2rem;
    padding-left: 3.2rem;
    padding-right: 1rem;
  }

  .image-banner-with-floating-cnt .cnt .open-days-elem-box .btn-circle-txt.min-text {
    font-size: 5rem;
  }

  .core-values {
    padding: 9rem 0 10rem;
  }

  .core-values .column-content h2 {
    margin-bottom: 3.5rem;
  }

  .core-values .column-content .btn {
    margin-top: 3rem;
  }

  .core-values .column-image {
    width: 33.5%;
    margin-left: 6%;
  }

  .learn-together {
    padding: 8rem 0 5rem;
  }

  .learn-together .columns .column {
    font-size: 1.8rem;
  }

  .learn-together .columns .column .readmore {
    font-size: 2.2rem;
    margin-top: 3.5rem;
  }

  .inline-social-icons li a {
    font-size: 3.6rem;
  }

  .inline-social-icons li a img {
    width: 3.6rem;
  }

  .site-footer {
    padding: 12rem 0 8rem;
    font-size: 1.8rem;
  }

  .site-footer .saro-box {
    margin-top: 6rem;
  }

  .site-footer .site-contact-info li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .site-footer .site-contact-info li .ico-holder {
    font-size: 3.6rem;
  }

  .what-we-stand-for {
    padding: 11rem 0 8rem;
  }

  .what-we-stand-for ul {
    margin: 0 0 6rem;
  }

  .what-we-stand-for h2 {
    margin-bottom: 4.5rem;
  }

  .what-we-stand-for .image-columns {
    --bs-gutter-x: 14rem;
    padding-top: 1.5rem;
  }

  .education-category__header {
    padding: 12rem 0 13rem;
  }

  .education-category__header .column-content {
    width: 52%;
    margin-right: 4%;
  }

  .education-category__header .column-content h2 {
    margin-bottom: 3.5rem;
  }

  .education-category__header .column-content h4 {
    margin-bottom: 2.5rem;
  }

  .education-category__subjects {
    padding: 13rem 0;
  }

  .education-category__subjects .column-content {
    width: 52%;
    margin-right: 4%;
  }

  .education-category__subjects .subject-item-cnt:not(:last-child) {
    margin-bottom: 15rem;
  }

  .education-category__subjects .subject-item-imgs {
    top: 25%;
  }

  .open-dagen {
    padding: 11rem 0 8rem;
  }

  .open-dagen ul {
    margin: 0 0 6rem;
  }

  .open-dagen .image-columns {
    --bs-gutter-x: 14rem;
    padding-top: 1.5rem;
  }

  .calendar-section {
    padding: 11rem 0 8rem;
  }

  .calendar-section .section-heading {
    max-width: 71%;
  }

  .jaarkalender__sorting {
    max-width: 50%;
  }

  .jaarkalender__sorting select {
    height: 6rem;
  }

  .custom-accordion .accordion-item .accordion-item-header .ico {
    width: 4rem;
  }

  .custom-accordion .accordion-item .accordion-item-body {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 52.5%;
  }

  .site-header .site-logo-wrapper {
    width: 32rem;
  }

  .site-header .brand-slogan {
    width: 31.5rem;
  }

  .educational-pillars .inner-container {
    max-width: 92.56%;
    margin: 0 auto;
  }

  .education-category__subjects .subject-item-imgs {
    top: 15%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 57.5%;
  }

  .container-fluid {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .container {
    max-width: 131rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .restaurant-reservations .column-image .image-holder-wrapper .reserve-btn {
    -webkit-transform: translate(50%, 5%);
        -ms-transform: translate(50%, 5%);
            transform: translate(50%, 5%);
  }

  .education-category__subjects .subject-item-imgs {
    top: 13%;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }

  .education-category__subjects .subject-item-imgs {
    top: 15%;
  }
}

@media (min-width: 1792px) {
  .education-category__subjects .subject-item-imgs {
    top: 17%;
  }
}

@media (max-width: 767px) {
  .skills-for-life-home .column-image {
    margin-top: 2rem;
  }

  .skills-for-life-main .skills-for-life-main-items {
    margin-bottom: 5rem;
  }

  .strong-foundation {
    text-align: center;
  }

  .strong-foundation .column-left {
    margin-bottom: 3rem;
  }

  .strong-foundation .column-success-rate {
    text-align: center;
  }

  .educational-pillars .columns .column .image-holder {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .restaurant-reservations .column-content {
    margin-bottom: 5rem;
  }

  .core-values {
    text-align: center;
  }

  .core-values .column-image {
    margin-bottom: 4rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .learn-together {
    text-align: center;
  }

  .learn-together .columns .column .image-holder {
    max-width: 80%;
    margin: 0 auto;
  }

  .inline-social-icons .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-footer {
    text-align: center;
  }

  .site-footer .column:not(:last-child) {
    margin-bottom: 5rem;
  }

  .site-footer .site-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .site-contact-info li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .education-category {
    text-align: center;
  }

  .education-category__header .column-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    max-width: 80%;
    margin: 0 auto 1.5rem;
  }

  .education-category__subjects {
    text-align: center;
  }

  .custom-accordion .accordion-item .accordion-item-header h4 {
    font-size: 2.6rem;
  }
}

@media (max-width: 320px) {
  .image-banner-with-floating-cnt .cnt .open-days-elem-box__list {
    padding: 0.75rem 1rem;
    border-radius: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .arrow-triangle {
    -webkit-animation: none;
            animation: none;
  }
}