@charset "UTF-8";
/*
Theme Name:   Fluidify child
Theme URI:    https://www.influid.nl/
Description:  Fluidify Child Theme
Author:       Influid
Author URI:   https://www.influid.nl/
Template:     fluidify
Version:      1.2.0
Tags:         custom child
Text Domain:  fluidify-child
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@font-face {
  font-family: "Apercu";
  src: url("/wp-content/themes/fluidify-child/assets/fonts/ApercuRegular.otf");
}
@font-face {
  font-family: "Apercu";
  src: url("/wp-content/themes/fluidify-child/assets/fonts/ApercuBold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Apercu";
  src: url("/wp-content/themes/fluidify-child/assets/fonts/ApercuItalic.otf");
  font-style: italic, oblique;
}
@font-face {
  font-family: "Apercu";
  src: url("/wp-content/themes/fluidify-child/assets/fonts/ApercuLightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Apercu";
  src: url("/wp-content/themes/fluidify-child/assets/fonts/Apercu Medium.otf");
  font-weight: medium;
}
@font-face {
  font-family: "Apercu";
  src: url("/wp-content/themes/fluidify-child/assets/fonts/Apercu Light.otf");
  font-weight: 200;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: "Apercu", serif;
  font-weight: 200;
  color: #000000;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}
body.active {
  overflow-y: hidden;
}

.custom-container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}

.theme-post-heading {
  margin-bottom: 24px;
}

@media screen and (min-width: 1400px) {
  .container,
  .container-md {
    max-width: 1200px;
  }
}

iframe {
  border: unset;
}

.cart-wrapper {
  position: relative;
}
.cart-wrapper .cart-count {
  font-size: 12px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -10%;
  right: -50%;
  text-align: center;
  line-height: 16px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Apercu", serif;
  font-weight: 600;
}

h1.small {
  font-size: 38px;
  line-height: 150%;
  margin: 0;
}

h2 {
  line-height: 150%;
  margin-top: 5px;
}
h2 .big {
  font-size: 38px;
  line-height: 150%;
  margin: 0;
}

h4 {
  font-size: 22px;
  line-height: 150%;
  margin: 0;
}

strong {
  font-weight: 600;
}

.bg__partial-yellow {
  position: relative;
}
.bg__partial-yellow::after {
  content: "";
  background: #ffed00;
  height: 250px;
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
  z-index: -1;
  pointer-events: none;
}

.theme-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .theme-heading {
    padding-right: unset;
  }
}
.theme-heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000000;
  top: 50%;
  transform: translate(0, -50%);
}
.theme-heading__center {
  position: relative;
  display: block;
  overflow: hidden;
}
.theme-heading__center::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000000;
  top: 50%;
  transform: translate(0, -50%);
}
.theme-heading__center h4 {
  background-color: #ffffff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  width: fit-content;
}
.theme-heading h4 {
  background-color: #ffffff;
  display: block;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  font-size: 40px;
}
.theme-heading .date-round {
  position: relative;
  font-weight: 600;
}

.border-top {
  border-top: 3px solid #000000;
  padding-top: 32px;
}

.theme-p {
  padding-top: 118px;
  padding-bottom: 118px;
}
@media screen and (max-width: 768px) {
  .theme-p {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.theme-p-sm {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .theme-p-sm {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.theme-m {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .theme-m {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.theme-m-t {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .theme-m-t {
    margin-top: 24px;
  }
}

a {
  text-decoration: none;
}

a:not(.theme-btn):not(.btn-overlay) {
  color: #000;
}

@media screen and (max-width: 768px) {
  .hide-sm {
    display: none;
  }
}

.theme-btn, .theme-search form button[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit], .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-agenda__date-tabs ul li, .theme-enrol .gform_footer input[type=submit], .btn-overlay {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  border: 3px solid #000000;
  background: #ffffff;
  width: auto;
  min-width: 110px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.theme-btn:hover, .theme-search form button[type=submit]:hover, .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button:hover, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button:hover, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label:hover, .theme-agenda__date-tabs ul li:hover, .theme-enrol .gform_footer input[type=submit]:hover, .btn-overlay:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.theme-btn-yellow {
  border-color: #ffed00;
}
.theme-btn-yellow:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.theme-btn-yellow-full, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-enrol .gform_footer input[type=submit] {
  background-color: #ffed00;
  color: #000;
  border-color: #ffed00;
}
.theme-btn-yellow-full:hover, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label:hover, .theme-enrol .gform_footer input[type=submit]:hover {
  color: #ffed00;
  border-color: #ffed00;
}
.theme-btn-white {
  border-color: #000000;
}
.theme-btn__arrow-left:hover i {
  border-color: #ffffff;
}
.theme-btn__arrow {
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .theme-btn__arrow {
    width: 100%;
    justify-content: start;
    gap: 12px;
  }
}
.theme-btn__arrow i {
  font-size: 18px;
}
.theme-btn__share {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-weight: 600;
}
.theme-btn__share i {
  font-size: 18px;
}
.theme-btn__big {
  width: 100%;
}
.theme-btn__bold {
  font-weight: 600;
}
.theme-btn.js-back-to-top, .theme-search form button.js-back-to-top[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer input.js-back-to-top[type=submit], .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.js-back-to-top.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.js-back-to-top.button, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label.js-back-to-top, .theme-agenda__date-tabs ul li.js-back-to-top, .theme-enrol .gform_footer input.js-back-to-top[type=submit], .js-back-to-top.btn-overlay {
  font-weight: 600;
}

.btn-overlay {
  display: none;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background-color: transparent;
  border-color: #ffed00;
  color: #ffffff;
}
.btn-overlay:hover {
  background: #ffed00;
  color: #000;
}

.border-bottom {
  border-bottom: 3px solid #000000;
}

.date-round {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 3px solid #000000;
  background: #ffffff;
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.date-round span {
  margin-top: 2px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
}

.theme-divider hr {
  border-width: 2px;
}

.overlay {
  position: relative;
}

.overlay::before {
  display: block;
  content: "";
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.date {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

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

header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
header.scroll {
  top: 0 !important;
}
@media screen and (max-width: 992px) {
  header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  header .container {
    max-width: 1200px;
  }
}
header .theme-logo {
  width: 80px;
  display: inline-block;
}
header .theme-logo img {
  width: 100%;
  display: block;
}
header .theme-logo img:nth-of-type(2) {
  display: none;
}
header.scroll {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
header.scroll .theme-logo {
  width: 50px;
}
header.scroll .theme-logo img:nth-of-type(1) {
  display: none;
}
header.scroll .theme-logo img:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 992px) {
  header .menu-icon {
    width: 35px;
    height: 25px;
    position: relative;
    display: block;
    cursor: pointer;
  }
  header .menu-icon span {
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    transition: 0.5s ease;
  }
  header .menu-icon span.center {
    top: calc(50% - 1px);
  }
  header .menu-icon span:last-of-type {
    bottom: 0;
    top: auto;
  }
  header .menu-icon.active span {
    opacity: 0;
  }
  header .menu-icon.active span:nth-child(2) {
    transform: rotate(-45deg);
    opacity: 1;
  }
  header .menu-icon.active span:nth-child(3) {
    transform: rotate(45deg);
    opacity: 1;
  }
}
header .theme-header__top {
  background-color: #000;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .theme-header__top {
    padding: 6px 0;
    min-height: unset;
    display: none;
  }
}
header .theme-header__top ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .theme-header__top ul.menu {
    min-height: unset;
  }
}
header .theme-header__top ul.menu > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
header .theme-header__top ul.menu > li {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  header .theme-header__top ul.menu > li {
    display: none;
  }
}
header .theme-header__top ul.menu > li.cta > a {
  display: inline-block;
  transition: 0.5s ease;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  padding: 12px 24px;
  background-color: #ffed00;
  color: #000;
  position: fixed;
  right: 0;
}
header .theme-header__top ul.menu > li.cta > a::after {
  content: "\f144";
  font-family: "bootstrap-icons";
  display: inline-block;
  position: relative;
  margin-left: 12px;
  color: #000;
}
header .theme-header__top ul.menu > li.cta > a.top {
  top: unset !important;
  right: unset !important;
  position: relative;
}
header .theme-header__top ul.menu li.menu-item-has-children {
  position: relative;
}
header .theme-header__top ul.menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  header .theme-header__top ul.menu li.menu-item-has-children > a {
    width: 100%;
  }
}
header .theme-header__top ul.menu li.menu-item-has-children > a.inactive {
  display: none;
}
header .theme-header__top ul.menu li.menu-item-has-children > a::after {
  position: absolute;
  display: inline-block;
  content: "\f282";
  font-family: "bootstrap-icons";
  color: #fff;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  header .theme-header__top ul.menu li.menu-item-has-children > a::after {
    top: 12px;
    right: 6px;
  }
}
header .theme-header__top ul.menu li.menu-item-has-children ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  header .theme-header__top ul.menu li.menu-item-has-children ul {
    position: relative;
    top: 0 !important;
    margin-top: 12px;
    margin-bottom: 12px;
    overflow-y: scroll;
    width: 100%;
  }
}
header .theme-header__top ul.menu li.menu-item-has-children ul li a {
  white-space: nowrap;
  padding: 12px 24px;
  display: block;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header .theme-header__top ul.menu li.menu-item-has-children ul li a {
    padding: 12px 6px;
    white-space: pre-wrap;
  }
}
header .theme-header__top ul.menu li.menu-item-has-children ul li a:hover {
  background-color: #ffed00;
}
header .theme-header__top ul.menu li.menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}
header .theme-header__top ul.menu li.menu-item-has-children.active ul {
  display: block;
}
header .theme-header__top ul.menu li.cta.menu-item-has-children a {
  padding-right: 40px;
}
header .theme-header__top ul.menu li.cta.menu-item-has-children a::after {
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
header .theme-header__main {
  padding: 12px 0;
}
header .sub-nav {
  display: flex;
}
header .sub-nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 18px 0;
}
@media screen and (max-width: 992px) {
  header .sub-nav ul {
    margin: unset;
  }
}
header .sub-nav ul li {
  padding: 0 12px;
  position: relative;
}
header .sub-nav ul li:first-of-type::before {
  display: block;
  position: absolute;
  content: "";
  height: 60%;
  width: 1px;
  background-color: #cdcccd;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .sub-nav ul li a {
  color: #000000;
  text-decoration: none;
}
header .sub-nav ul li a i {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  header .menu-icon.hamburger {
    width: 35px;
    height: 25px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
  }
  header .menu-icon.hamburger span {
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    transition: 0.5s ease;
  }
  header .menu-icon.hamburger span.center {
    top: calc(50% - 1px);
  }
  header .menu-icon.hamburger span:last-of-type {
    bottom: 0;
    top: auto;
  }
  header .menu-icon.hamburger.active span {
    opacity: 0;
  }
  header .menu-icon.hamburger.active span:nth-child(2) {
    transform: rotate(-45deg);
    opacity: 1;
  }
  header .menu-icon.hamburger.active span:nth-child(3) {
    transform: rotate(45deg);
    opacity: 1;
  }
}
header .theme-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header .theme-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    overflow: hidden;
  }
  header .theme-nav.active {
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 20vh;
  }
  header .theme-nav.active ul.menu {
    overflow-y: scroll;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  header .theme-nav .menu-main-menu-container {
    display: flex;
  }
}
header .theme-nav .menu-main-menu-container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  header .theme-nav .menu-main-menu-container > ul {
    overflow-y: scroll;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 32px;
    position: relative;
    margin: 0;
    width: 100%;
  }
}
header .theme-nav .menu-main-menu-container > ul > li {
  margin-right: 30px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  header .theme-nav .menu-main-menu-container > ul > li {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  header .theme-nav .menu-main-menu-container > ul > li.top > a {
    background-color: #ffed00;
  }
}
@media screen and (max-width: 1200px) {
  header .theme-nav .menu-main-menu-container > ul > li > a {
    background-color: #f9f9f9;
    padding: 12px 6px;
    margin-bottom: 12px;
  }
  header .theme-nav .menu-main-menu-container > ul > li > a:hover {
    background-color: #ffed00;
  }
}
header .theme-nav .menu-main-menu-container > ul > li a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
header .theme-nav .menu-main-menu-container > ul > li a.inactive {
  display: none;
}
header .theme-nav .menu-main-menu-container > ul li.cta a {
  background-color: #ffed00;
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children {
  position: relative;
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children > a {
    width: 100%;
  }
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children > a.inactive {
  display: none;
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children > a::after {
  position: absolute;
  display: inline-block;
  content: "\f282";
  font-family: "bootstrap-icons";
  color: #000;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children > a::after {
    top: 12px;
    right: 6px;
  }
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children ul {
    position: relative;
    top: 0 !important;
    margin-top: 12px;
    margin-bottom: 12px;
    overflow-y: scroll;
    width: 100%;
  }
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children ul li a {
  white-space: nowrap;
  padding: 12px 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children ul li a {
    padding: 12px 6px;
    white-space: pre-wrap;
  }
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children ul li a:hover {
  background-color: #ffed00;
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children.active > a::after {
  transform: rotate(180deg);
}
header .theme-nav .menu-main-menu-container > ul li.menu-item-has-children.active ul {
  display: block;
}

.theme-enrol .gform_body .gform_fields .spacer {
  display: none;
}
.theme-enrol .gform_body .gform_fields .gfield label {
  display: block;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 6px;
}
.theme-enrol .gform_body .gform_fields .gfield input[type=text] {
  height: 50px;
  line-height: 150%;
  padding: 0 10px;
}
.theme-enrol .gform_body .gform_fields .gfield input,
.theme-enrol .gform_body .gform_fields .gfield textarea {
  border-radius: 0;
  border: 3px solid #000;
  background: #fff;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  display: block;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_radio {
  display: flex;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_radio .gchoice {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  display: none;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  padding-left: 30px;
  position: relative;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_radio .gchoice label::before {
  content: "";
  background: #fff;
  border: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked + label::after {
  content: "";
  background: url(assets/img/vink.png) 100% 100%;
  color: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 150%;
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_checkbox {
  display: flex;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_checkbox .gchoice {
  display: flex;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox] {
  display: none;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label {
  padding-left: 30px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label a {
  text-decoration: underline;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label::before {
  content: "";
  background: #fff;
  border: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
.theme-enrol .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type=checkbox]:checked + label::after {
  content: "";
  background: url(assets/img/vink.png) 100% 100%;
  color: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 150%;
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.theme-enrol .gform_footer input[type=submit] {
  margin: auto;
  padding: 12px 40px !important;
  font-family: "Apercu", serif;
  border-color: #000000;
}
.theme-enrol .gform_footer input[type=submit]:hover {
  border-color: #000000;
  color: #ffffff;
}

.theme-hero {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .theme-hero {
    padding: 0 24px;
  }
}
.theme-hero__items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .theme-hero__items {
    flex-direction: column;
  }
}
.theme-hero__item {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.theme-hero__item:first-of-type {
  transform: translateY(16px);
}
.theme-hero__item:last-of-type {
  margin-bottom: 20px;
  margin-left: -12px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .theme-hero__item {
    margin-bottom: 40px;
  }
  .theme-hero__item:first-of-type {
    transform: unset;
  }
}
.theme-hero__item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.theme-hero__item-img .date-round {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-weight: 600;
}
.theme-hero__item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.theme-hero__item-content.right {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .theme-hero__item-content.right {
    margin-left: 0;
  }
}
.theme-hero__item-content h4 {
  margin: 12px 0 0 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .theme-hero__item-content h4 {
    font-weight: normal;
    font-size: 16px;
    padding: 12px 0;
  }
}
.theme-hero__item-content h1,
.theme-hero__item-content h2 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .theme-hero__item-content h1,
  .theme-hero__item-content h2 {
    font-size: 24px;
    line-height: 150%;
    margin: 12px 0;
  }
}
.theme-hero__item-content p {
  margin: 0;
}
.theme-hero__item:hover {
  cursor: pointer;
}
.theme-hero__item:hover .theme-hero__item-content {
  text-decoration: underline;
}
.theme-hero__item:hover .theme-hero__item-img img {
  transform: scale(1.3);
}

.theme-hero:not(.inactive) + .theme-hero {
  display: none;
}

.theme-hero.inactive {
  display: none;
}

.theme-people {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .theme-people {
    padding: 24px;
  }
}
.theme-people__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 12px;
  flex-shrink: 0;
}
.theme-people__image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-people h3 {
  display: inline;
}

.theme-tip {
  display: block;
  z-index: 2;
  cursor: pointer;
  padding: 0 12px;
  color: #000;
  text-decoration: none;
}
.theme-tip:hover img {
  transform: scale(1.1);
}
.theme-tip:hover .overlay::before {
  opacity: 1;
  z-index: 2;
}
.theme-tip:hover .theme-btn, .theme-tip:hover .theme-search form button[type=submit], .theme-search form .theme-tip:hover button[type=submit], .theme-tip:hover .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-tip:hover input[type=submit], .theme-tip:hover .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-tip:hover .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-tip:hover input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-tip:hover input.button, .theme-tip:hover .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-tip:hover label, .theme-tip:hover .theme-agenda__date-tabs ul li, .theme-agenda__date-tabs ul .theme-tip:hover li, .theme-tip:hover .btn-overlay, .theme-tip:hover .theme-enrol .gform_footer input[type=submit], .theme-enrol .gform_footer .theme-tip:hover input[type=submit] {
  display: block;
}
.theme-tip__img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  height: 160px;
}
.theme-tip__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-out;
}
.theme-tip__content p {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}
.theme-tip__content .date {
  display: inline-block;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
}
.theme-tip__content h5 {
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2px;
  line-height: 150%;
}

/* Custom styling for the Datepicker */
.ui-datepicker {
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: none;
}
.ui-datepicker .ui-datepicker-header a {
  color: #fff;
}

.ui-datepicker-calendar td {
  padding: 0;
  color: #fff;
}
.ui-datepicker-calendar td.ui-state-disabled {
  color: #8e8e8e;
}
.ui-datepicker-calendar td a {
  color: #fff !important;
  text-decoration: none;
}

.ui-datepicker-calendar .ui-state-active {
  background-color: #fff;
  padding: 4px;
  color: #000000 !important;
}

.ui-datepicker-header {
  background-color: #000000;
  border-bottom: 1px solid #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  margin-top: 2px;
  margin-right: 4px;
  cursor: pointer;
}

.theme-agenda {
  display: grid;
  grid-template-columns: 230px 4fr 1fr;
  color: #000;
}
@media screen and (max-width: 768px) {
  .theme-agenda {
    display: block;
    gap: 0;
  }
}
.theme-agenda:hover .theme-agenda__img img {
  transform: scale(1.1);
}
.theme-agenda:hover .theme-agenda__content {
  border-color: #ffed00;
}
.theme-agenda:hover .theme-agenda__content h2,
.theme-agenda:hover .theme-agenda__content h3 {
  text-decoration: underline;
}
.theme-agenda:hover .theme-agenda__end {
  border-color: #ffed00 !important;
}
.theme-agenda__date-tabs {
  width: 120%;
}
.theme-agenda__date-tabs ul {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  list-style: none;
  padding: unset;
}
@media screen and (max-width: 768px) {
  .theme-agenda__date-tabs ul {
    overflow-x: scroll;
    padding-bottom: 12px;
    /* Handle */
    scrollbar-color: #000 transparent;
  }
  .theme-agenda__date-tabs ul::-webkit-scrollbar-thumb {
    background: #000;
  }
}
.theme-agenda__date-tabs ul li {
  text-transform: unset;
  width: fit-content;
  flex-shrink: 0;
}
.theme-agenda__date-tabs ul li:hover a {
  color: #fff;
}
.theme-agenda__date-tabs ul li.active {
  background-color: #000000;
  color: #fff;
}
.theme-agenda__date-tabs ul li.active > a {
  color: #ffffff;
}
.theme-agenda__date-tabs ul li label,
.theme-agenda__date-tabs ul li i {
  cursor: pointer;
}
.theme-agenda__date-tabs ul li label #date-display {
  margin-left: 4px;
  vertical-align: bottom;
}
.theme-agenda__date-tabs ul li input[type=text]#theme-agenda-date-picker {
  visibility: hidden;
  width: 0px;
  padding: unset;
  margin: unset;
}
.theme-agenda__date-tabs ul li a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.theme-agenda__img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .theme-agenda__img {
    min-height: 200px;
    margin: 0 24px 24px;
    width: auto;
  }
}
.theme-agenda__img img {
  transition: all 0.3s ease-out;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-agenda__img-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 3;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
}
.theme-agenda__content {
  margin-left: 24px;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 95%;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .theme-agenda__content {
    border: unset;
    margin-left: unset;
    padding: 0 24px 24px;
    min-height: unset;
  }
}
.theme-agenda__content div.date {
  font-size: 14px;
}
.theme-agenda__content h2 {
  margin: 0;
}
.theme-agenda__content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}
.theme-agenda__content .theme-btn-yellow {
  width: fit-content;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .theme-agenda__content .theme-btn-yellow {
    align-self: center;
    order: 4;
    padding: 4px 44px;
  }
}
.theme-agenda__content__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .theme-agenda__content__bottom {
    order: 3;
    flex-direction: column;
    justify-content: unset;
    align-self: flex-start;
  }
}
.theme-agenda__content__bottom span {
  font-size: 16px;
}
.theme-agenda__content__bottom > span:first-of-type {
  margin-right: 12px;
  display: inline-block;
}
.theme-agenda__content__bottom-icons {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-top: auto;
}
.theme-agenda__content__bottom-icons i svg {
  width: 25px;
  height: 25px;
}
.theme-agenda__end {
  padding: 16px 12px 16px 12px;
  align-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .theme-agenda__end {
    flex-direction: column-reverse;
    padding: 0 24px 24px;
    align-items: flex-start;
  }
}
.theme-agenda__end .woocommerce-Price-amount {
  font-weight: 600;
}
.theme-agenda__end .theme-btn, .theme-agenda__end .theme-search form button[type=submit], .theme-search form .theme-agenda__end button[type=submit], .theme-agenda__end .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-agenda__end input[type=submit], .theme-agenda__end .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-agenda__end .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-agenda__end input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-agenda__end input.button, .theme-agenda__end .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-agenda__end label, .theme-agenda__end .btn-overlay, .theme-agenda__end .theme-enrol .gform_footer input[type=submit], .theme-enrol .gform_footer .theme-agenda__end input[type=submit], .theme-agenda__end .theme-agenda__date-tabs ul li, .theme-agenda__date-tabs ul .theme-agenda__end li {
  line-height: 150%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .theme-agenda__end .theme-btn, .theme-agenda__end .theme-search form button[type=submit], .theme-search form .theme-agenda__end button[type=submit], .theme-agenda__end .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-agenda__end input[type=submit], .theme-agenda__end .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-agenda__end .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-agenda__end input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-agenda__end input.button, .theme-agenda__end .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-agenda__end label, .theme-agenda__end .btn-overlay, .theme-agenda__end .theme-enrol .gform_footer input[type=submit], .theme-enrol .gform_footer .theme-agenda__end input[type=submit], .theme-agenda__end .theme-agenda__date-tabs ul li, .theme-agenda__date-tabs ul .theme-agenda__end li {
    margin: 0 auto 34px auto;
  }
}

.theme-agenda.music .theme-agenda__content > p,
.theme-agenda.theater .theme-agenda__content > p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .theme-agenda.music .theme-agenda__content__bottom,
  .theme-agenda.theater .theme-agenda__content__bottom {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.theme-agenda.music .theme-agenda__content__bottom > span:last-of-type,
.theme-agenda.theater .theme-agenda__content__bottom > span:last-of-type {
  margin-left: 30px;
}

.theme-signup {
  width: 100%;
}
.theme-signup__header {
  width: 100%;
  border-bottom: 3px solid #000000;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 768px) {
  .theme-signup__header {
    display: none;
  }
}
.theme-signup__header span:first-of-type {
  width: 100;
  padding-left: 20px;
}
.theme-signup__row:last-of-type {
  border-bottom: 3px solid #000000;
}
.theme-signup__row {
  width: 100%;
  border-bottom: 1px solid #000000;
  transition: 0.3s all ease;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 768px) {
  .theme-signup__row {
    display: flex;
    flex-direction: column;
  }
}
.theme-signup__row .dropdown {
  display: none;
}
.theme-signup__row.selected {
  background-color: #ffed00;
}
.theme-signup__row.selected:hover {
  background-color: #ffed00;
}
.theme-signup__row:hover {
  background-color: #f5f5f5;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown) {
  font-weight: bold;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .theme-signup__row > div:not(.theme-signup__row__dropdown) {
    padding: 6px 12px;
  }
}
.theme-signup__row > div:not(.theme-signup__row__dropdown) > span {
  display: none;
}
@media screen and (max-width: 768px) {
  .theme-signup__row > div:not(.theme-signup__row__dropdown) > span {
    display: inline-block;
  }
}
.theme-signup__row > div:not(.theme-signup__row__dropdown):first-of-type {
  width: 100;
  padding-left: 20px;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown) input[type=checkbox] {
  display: none;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown) input.chk-btn {
  display: none;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown) input.chk-btn + label {
  border: 1px solid grey;
  background: ghoswhite;
  padding: 5px 8px;
  cursor: pointer;
  border-radius: 5px;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown) input.chk-btn:not(:checked) + label:hover {
  box-shadow: 0px 1px 3px;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown) input.chk-btn + label:active,
.theme-signup__row > div:not(.theme-signup__row__dropdown) input.chk-btn:checked + label {
  box-shadow: 0px 0px 3px inset;
  background: #eee;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown):first-of-type {
  width: 100;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .theme-signup__row > div:not(.theme-signup__row__dropdown):first-of-type {
    padding-left: 0;
  }
}
.theme-signup__row > div:not(.theme-signup__row__dropdown) input[type=checkbox] {
  display: none;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown).mobile-hide label {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  font-family: "Apercu", serif;
  font-weight: 600;
  font-style: normal;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown).mobile-hide label::before {
  content: "";
  background: #fff;
  border: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  position: relative;
  top: -1px;
  border-radius: 50%;
  overflow: hidden;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown).mobile-hide label.selected::after {
  content: "";
  background: url(assets/img/vink.png) 100% 100%;
  color: #000;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
  line-height: 150%;
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .theme-signup__row > div:not(.theme-signup__row__dropdown).mobile-hide {
    display: none;
  }
}
.theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide {
  display: none;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label {
  margin-bottom: 24px;
  width: 100%;
}
.theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label.selected {
  background-color: #000;
  color: #ffffff;
  border-color: #000;
}
@media screen and (max-width: 768px) {
  .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide {
    display: block;
  }
}
.theme-signup__row__dropdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  background-color: #000;
  padding: 20px 6px;
  grid-row: 2;
  grid-column: 1/8;
}
@media screen and (max-width: 768px) {
  .theme-signup__row__dropdown {
    grid-template-columns: 1fr;
  }
}
.theme-signup__row__dropdown.hidden {
  display: none !important;
}
.theme-signup__row__dropdown .theme-custom-dropdown {
  padding: 16px;
  margin-right: 6px;
  background-color: #fff;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .theme-signup__row__dropdown .theme-custom-dropdown {
    margin-bottom: 12px;
  }
}
.theme-signup__row__dropdown .theme-custom-dropdown::after {
  content: "\f282";
  position: absolute;
  display: block;
  font-family: "bootstrap-icons";
  font-size: 20px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.theme-signup__row__dropdown .theme-custom-dropdown__placeholder {
  color: #999;
}
.theme-signup__row__dropdown .theme-custom-dropdown__placeholder.active {
  color: #000000;
}
.theme-signup__row__dropdown .theme-custom-dropdown p {
  margin: 0;
}
.theme-signup__row__dropdown .theme-custom-dropdown__options {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  padding: 12px 16px;
  display: none;
  background-color: #fff;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 4;
}
.theme-signup__row__dropdown .theme-custom-dropdown__options p {
  width: fit-content;
  margin: 0;
}
.theme-signup__row__dropdown .theme-custom-dropdown__options p:hover {
  background-color: #ffed00;
}
.theme-signup__row__dropdown-price {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
}
.theme-signup__row__dropdown-price p {
  margin: 0;
  font-weight: 600;
}
.theme-signup__row__dropdown .theme-btn-yellow-full, .theme-signup__row__dropdown .theme-enrol .gform_footer input[type=submit], .theme-enrol .gform_footer .theme-signup__row__dropdown input[type=submit], .theme-signup__row__dropdown .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-signup__row__dropdown label {
  color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 150%;
}
.theme-signup__row__dropdown .theme-btn.inactive, .theme-signup__row__dropdown .theme-search form button.inactive[type=submit], .theme-search form .theme-signup__row__dropdown button.inactive[type=submit], .theme-signup__row__dropdown .theme-cta .gform_wrapper.gravity-theme .gform_footer input.inactive[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-signup__row__dropdown input.inactive[type=submit], .theme-signup__row__dropdown .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.inactive.button, .theme-signup__row__dropdown .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.inactive.button, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-signup__row__dropdown input.inactive.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-signup__row__dropdown input.inactive.button, .theme-signup__row__dropdown .inactive.btn-overlay, .theme-signup__row__dropdown .theme-enrol .gform_footer input.inactive[type=submit], .theme-enrol .gform_footer .theme-signup__row__dropdown input.inactive[type=submit], .theme-signup__row__dropdown .theme-agenda__date-tabs ul li.inactive, .theme-agenda__date-tabs ul .theme-signup__row__dropdown li.inactive, .theme-signup__row__dropdown .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label.inactive, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-signup__row__dropdown label.inactive {
  color: #999;
}

.theme-base {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .theme-base {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1022px) {
  .theme-base .theme-filter {
    display: none;
  }
}
.theme-base-cards {
  padding-top: 32px;
}
.theme-base-card {
  display: block;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .theme-base-card {
    margin-bottom: 24px;
  }
}
.theme-base-card__img {
  width: 100%;
  height: 160px;
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}
.theme-base-card__img.effect:hover img {
  transform: scale(1.1);
}
.theme-base-card__img.effect:hover.overlay::before {
  opacity: 1;
  z-index: 2;
}
.theme-base-card__img img {
  transition: all 0.3s ease-out;
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
.theme-base-card__img-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 3;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
}
.theme-base-card__content {
  display: flex;
  flex-direction: column;
}
.theme-base-card__content .date {
  display: inline-block;
  width: fit-content;
  float: none;
  font-size: 14px;
  color: #5a5a5a;
  background: #ffed00;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 300;
  height: 28px;
  padding: 0 5px;
  text-align: left;
  top: auto;
  transform: none;
  margin-bottom: 14px;
  text-decoration: unset;
}
@media screen and (max-width: 768px) {
  .theme-base-card__content .date {
    margin-bottom: 0;
  }
}
.theme-base-card__content p {
  margin-top: auto;
}
.theme-base-card__content h4 {
  font-weight: 600;
  font-size: 22px;
  margin: unset;
}
.theme-base-card-big span {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}
.theme-base__more {
  position: relative;
  margin-top: 62px;
  display: flex;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .theme-base__more {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.theme-base__more.btn-end {
  justify-content: end;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .theme-base__more.btn-end {
    padding: 0 44px;
  }
}
.theme-base__more .theme-btn, .theme-base__more .theme-search form button[type=submit], .theme-search form .theme-base__more button[type=submit], .theme-base__more .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-base__more input[type=submit], .theme-base__more .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-base__more .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-base__more input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-base__more input.button, .theme-base__more .btn-overlay, .theme-base__more .theme-enrol .gform_footer input[type=submit], .theme-enrol .gform_footer .theme-base__more input[type=submit], .theme-base__more .theme-agenda__date-tabs ul li, .theme-agenda__date-tabs ul .theme-base__more li, .theme-base__more .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-base__more label {
  z-index: 2;
  font-weight: 600;
}
.theme-base__highlight {
  margin: 32px 0;
  background-color: #ffed00;
  padding: 32px 16px;
  position: relative;
}
.theme-base__highlight h2 {
  position: absolute;
  left: 0;
  top: -20px;
  margin: 0;
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .theme-base__highlight h2 {
    line-height: 100%;
    position: relative;
  }
}
.theme-base .theme-text a:not(.theme-btn, .btn-overlay, .theme-agenda) {
  background-color: #ffed00;
  color: #000;
  text-decoration: underline;
  padding: 2px;
}
.theme-base .theme-text img {
  display: block;
}
.theme-base .theme-text img.alignleft {
  float: left;
  margin-right: 20px;
}
.theme-base .theme-text img.alignright {
  float: right;
  margin-left: 20px;
}
.theme-base .theme-text figure {
  max-width: 100%;
}
.theme-base .theme-content a:not(.theme-btn):not(.btn-overlay) {
  color: #ffed00;
}

@media screen and (max-width: 768px) {
  .ambasador-single-card a {
    margin-bottom: 12px;
  }
}

.theme-sub-item {
  position: relative;
}
.theme-sub-item::before {
  position: absolute;
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 28px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: -20px;
  width: 42px;
  height: 42px;
  border: 3px solid #000;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  z-index: 5;
}
.theme-sub-item__img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  min-height: 200px;
}
.theme-sub-item__img.effect:hover img {
  transform: scale(1.1);
}
.theme-sub-item__img img {
  transition: all 0.3s ease-out;
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
}
.theme-sub-item__content h4 {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 4;
}

.theme-teacher {
  border-bottom: 3px solid #000;
  cursor: pointer;
  padding: 20px 25px 20px 0;
}
.theme-teacher:hover {
  border-bottom: 3px solid #ffed00;
}
.theme-teacher__top {
  display: flex;
  align-items: center;
  position: relative;
}
.theme-teacher__top::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 32px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
}
@media screen and (max-width: 768px) {
  .theme-teacher__top::after {
    right: -26px;
    font-size: 24px;
  }
}
.theme-teacher__img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
.theme-teacher__img.align-center {
  display: flex;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .theme-teacher__img {
    width: 53px;
    height: 53px;
  }
}
.theme-teacher__img.effect:hover img {
  transform: scale(1.1);
}
.theme-teacher__img img {
  transition: all 0.3s ease-out;
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
}
.theme-teacher__name {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-left: 30px;
  font-family: apercu-bold, helvetica, arial, sans-serif;
  cursor: pointer;
}
.theme-teacher__name:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .theme-teacher__name {
    font-size: 16px;
  }
}
.theme-teacher__content {
  display: none;
  padding: 0 150px 44px 130px;
}
@media screen and (max-width: 768px) {
  .theme-teacher__content {
    padding: 20px 0 0 0;
  }
}
.theme-teacher.active .theme-teacher__top::after {
  content: "\f286";
}
.theme-teacher.active .theme-teacher__content {
  display: block;
}

.theme-blogs__single {
  display: grid;
  text-decoration: none;
  color: #000;
  grid-template-columns: 4fr 1fr;
  align-items: center;
  border-bottom: 3px solid #000;
  padding: 32px 0;
}
.theme-blogs__single-title {
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
}
.theme-blogs__single-date {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.theme-blog__title {
  border-bottom: 3px solid #000;
  padding-bottom: 44px;
  position: relative;
}
.theme-blog__title h2 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .theme-blog__title h2 {
    font-size: 32px;
    line-height: 120%;
  }
}
.theme-blog__title-date {
  position: absolute;
  right: 24px;
  bottom: -24px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 64px;
  height: 64px;
  border: 3px solid #000;
  border-radius: 100%;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
.theme-blog__title-date > img {
  width: 100%;
  height: 100%;
}

.theme-share {
  display: block;
}
@media screen and (max-width: 768px) {
  .theme-share {
    padding-bottom: 12px;
  }
}
.theme-share .theme-btn i, .theme-share .theme-search form button[type=submit] i, .theme-search form .theme-share button[type=submit] i, .theme-share .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit] i, .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-share input[type=submit] i, .theme-share .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button i, .theme-share .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button i, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-share input.button i, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-share input.button i, .theme-share .btn-overlay i, .theme-share .theme-enrol .gform_footer input[type=submit] i, .theme-enrol .gform_footer .theme-share input[type=submit] i, .theme-share .theme-agenda__date-tabs ul li i, .theme-agenda__date-tabs ul .theme-share li i, .theme-share .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label i, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-share label i {
  margin-left: 6px;
}
.theme-share a.theme-btn.theme-btn-black, .theme-share a.theme-btn-black.btn-overlay {
  background-color: #000;
  color: #fff;
}
.theme-share__options {
  margin-left: auto;
  position: relative;
  width: fit-content;
}
.theme-share__options a:nth-of-type(2),
.theme-share__options a:first-of-type {
  display: none;
  border-bottom: 0;
}
.theme-share__options.active a:nth-of-type(2),
.theme-share__options.active a:first-of-type {
  display: inline-block;
}
.theme-share__options.active a:first-of-type {
  position: absolute;
  top: -180%;
}
.theme-share__options.active a:nth-of-type(2) {
  position: absolute;
  top: -90%;
}

.theme-filter__search {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.theme-filter__search input[type=text] {
  background: #f5f5f5;
  padding-right: 48px;
  padding-left: 24px;
  margin: 0;
  border: unset;
  color: #000;
  font-family: "Apercu", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 44px;
}
.theme-filter__search input[type=text]:focus {
  outline: none;
}
.theme-filter__search i {
  font-size: 20px;
  width: 30px;
  font-weight: bold;
  cursor: pointer;
}
.theme-filter__cat {
  border-top: 3px solid #000;
}
.theme-filter__cat-title {
  display: block;
  position: relative;
  font-family: "Apercu", serif;
  font-weight: 600;
  font-style: normal;
  clear: both;
  font-size: 14px;
  line-height: 150%;
  padding: 10px 13px 10px 24px;
  cursor: pointer;
}
.theme-filter__cat-title::after {
  font-family: "Bootstrap-icons";
  content: "\f286";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}
.theme-filter__cat-title.closed::after {
  font-family: "Bootstrap-icons";
  content: "\f282";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}
.theme-filter__cat ul {
  list-style: none;
  margin: 0;
  padding: 0 24px 12px;
}
.theme-filter__cat ul li input[type=checkbox] {
  display: none;
}
.theme-filter__cat ul li label {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  font-family: "Apercu", serif;
  font-weight: 600;
  font-style: normal;
}
.theme-filter__cat ul li label::before {
  content: "";
  background: #fff;
  border: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  position: relative;
  top: -1px;
  border-radius: 50%;
  overflow: hidden;
}
.theme-filter__cat ul li label.selected::after {
  content: "";
  background: url(assets/img/vink.png) 100% 100%;
  color: #000;
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
  line-height: 150%;
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.theme-filter .facetwp-type-search span {
  width: 100%;
}
.theme-filter .facetwp-type-search input[type=text] {
  background: #f5f5f5;
  padding-right: 48px;
  padding-left: 24px;
  margin: 0;
  border: unset;
  color: #000;
  font-family: "Apercu", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 44px;
}
.theme-filter .facetwp-type-search input[type=text]:focus {
  outline: none;
}
.theme-filter .facetwp-type-search i {
  font-size: 20px;
  width: 30px;
  font-weight: bold;
  cursor: pointer;
}
.theme-filter .facetwp-label {
  display: block;
  position: relative;
  font-family: "Apercu", serif;
  font-weight: 600;
  font-style: normal;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 13px 10px 24px;
  margin: 0;
  cursor: pointer;
}
.theme-filter .facetwp-label::after {
  font-family: "Bootstrap-icons";
  content: "\f286";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}
.theme-filter .facetwp-label.closed::after {
  font-family: "Bootstrap-icons";
  content: "\f282";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  transition: 0.3s ease;
}
.theme-filter .facetwp-type-checkboxes {
  border-bottom: 3px solid #000;
  padding: 0 24px 12px;
  margin-bottom: 0;
}
.theme-filter .facetwp-type-checkboxes .facetwp-checkbox {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-family: "Apercu", serif;
  font-weight: 600;
  font-style: normal;
}
.theme-filter .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}
.theme-filter .facetwp-type-date_range input.facetwp-date {
  background: #f5f5f5;
  padding-right: 48px;
  padding-left: 24px;
  margin: 0;
  border: unset;
  color: #000;
  font-family: "Apercu", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 44px;
}
.theme-filter .facetwp-type-checkboxed + .facetwp-type-date_range {
  border-top: 0;
}

.fdate-wrap .fdate-grid .selected {
  background-color: rgba(255, 237, 0, 0.85) !important;
}

.theme-cta-side .facetwp-facet, .theme-cta-side__ambasador .facetwp-facet {
  border: 3px solid #000;
}
.theme-cta-side .facetwp-facet:first-of-type, .theme-cta-side__ambasador .facetwp-facet:first-of-type {
  margin-bottom: 0;
}
.theme-cta-side .facetwp-facet:not(:first-of-type), .theme-cta-side__ambasador .facetwp-facet:not(:first-of-type) {
  border-top: unset;
}
.theme-cta-side .facetwp-type-search .facetwp-input-wrap, .theme-cta-side__ambasador .facetwp-type-search .facetwp-input-wrap {
  display: block;
  width: 100%;
}
.theme-cta-side .facetwp-type-search .facetwp-input-wrap input, .theme-cta-side__ambasador .facetwp-type-search .facetwp-input-wrap input {
  padding: 12px 24px;
  width: 100%;
  font-size: 18px;
  min-width: unset;
}
.theme-cta-side .facetwp-type-checkboxes, .theme-cta-side__ambasador .facetwp-type-checkboxes {
  padding: 0 24px 12px;
}
.theme-cta-side .facetwp-type-checkboxes .facetwp-checkbox, .theme-cta-side__ambasador .facetwp-type-checkboxes .facetwp-checkbox {
  background: unset;
  position: relative;
  padding-left: 22px;
}
.theme-cta-side .facetwp-type-checkboxes .facetwp-checkbox::before, .theme-cta-side__ambasador .facetwp-type-checkboxes .facetwp-checkbox::before {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #fff;
}
.theme-cta-side .facetwp-type-checkboxes .facetwp-checkbox.checked::after, .theme-cta-side__ambasador .facetwp-type-checkboxes .facetwp-checkbox.checked::after {
  content: "X";
  position: absolute;
  display: block;
  left: 3px;
  top: 50%;
  transform: translateY(-51%);
  font-size: 20px;
}
.theme-cta-side .facetwp-label, .theme-cta-side__ambasador .facetwp-label {
  margin: 0;
  padding: 12px 24px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  font-size: 18px;
}
.theme-cta-side .gform_wrapper, .theme-cta-side__ambasador .gform_wrapper,
.theme-cta-side > p,
.theme-cta-side__ambasador > p {
  background-color: #ffed00;
  padding: 28px;
  margin-top: -3px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .theme-cta-side .gform_wrapper, .theme-cta-side__ambasador .gform_wrapper,
  .theme-cta-side > p,
  .theme-cta-side__ambasador > p {
    margin-bottom: 24px;
  }
}
.theme-cta-side h5, .theme-cta-side__ambasador h5 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 22px;
  margin-top: 0;
}
.theme-cta-side p, .theme-cta-side__ambasador p {
  font-size: 17px;
  line-height: 20px;
}
.theme-cta-side input[type=submit], .theme-cta-side__ambasador input[type=submit] {
  cursor: pointer;
  line-height: 40px;
}
.theme-cta-side .facet-type-search, .theme-cta-side__ambasador .facet-type-search {
  ackground-color: #000000;
  color: #ffffff;
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 50px;
  font-size: 16px;
}
.theme-cta-side .facet-type-search input[type=text], .theme-cta-side__ambasador .facet-type-search input[type=text] {
  background: #f5f5f5;
  padding-right: 48px;
  padding-left: 24px;
  margin: 0;
  border: unset;
  color: #000;
  font-family: "Apercu", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 44px;
}
.theme-cta-side .facet-type-search input[type=text]:focus, .theme-cta-side__ambasador .facet-type-search input[type=text]:focus {
  outline: none;
}
.theme-cta-side .facet-type-search i, .theme-cta-side__ambasador .facet-type-search i {
  font-size: 20px;
  width: 30px;
  font-weight: bold;
  cursor: pointer;
}
.theme-cta-side .facet-type-search:hover, .theme-cta-side__ambasador .facet-type-search:hover {
  background-color: #ffffff;
  color: #000000;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield hr, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield hr {
  border: unset;
  border-top: 3px solid #000000;
  margin: 0 0 30px 0;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield .gfield_description, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield .gfield_description {
  font-size: 14px;
  font-weight: 200;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield input, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield input,
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield button,
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield button {
  cursor: pointer;
  width: 100%;
  background-color: #ffffff;
  border: 3px solid #000000;
  height: 50px;
  line-height: 44px;
  padding: 0 10px;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield button:hover, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield button:hover {
  color: #ffffff;
  background-color: #000000;
  transition: 0.5s ease;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield label, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield label {
  font-weight: 600;
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 6px;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield input, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield input {
  margin-bottom: 20px;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield.switch, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.switch {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield.switch input, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.switch input {
  display: none;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice label, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice label {
  cursor: pointer;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px;
  font-size: 16px;
  width: 50%;
  color: #fff;
  transition: color 0.3s;
  float: left;
  background-color: #000;
  border: 3px solid #000000;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice label i, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice label i {
  color: #000000;
  font-size: 24px;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice label span, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice label span {
  z-index: 2;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice:has(input:checked) > label, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice:has(input:checked) > label {
  background-color: #fff;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice:has(input:checked) > label::after, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.switch .gchoice:has(input:checked) > label::after {
  content: "\f633";
  position: relative;
  display: inline-block;
  font-family: "bootstrap-icons";
  margin: 0 6px;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform_footer, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
}
.theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button {
  width: 100%;
  font-family: "Apercu", serif;
  line-height: 150%;
  font-size: 20px;
}
.theme-cta-side__ambasador > p {
  font-size: 14px;
  font-weight: 200;
}
.theme-cta-side__ambasador > p a {
  color: #000;
  text-decoration: underline;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield h5 {
  text-align: center;
  width: fit-content;
  margin: unset;
  margin: 0 auto 24px auto;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield hr {
  border: unset;
  border-top: 3px solid #000000;
  margin: 0 0 30px 0;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: auto;
  position: relative;
  margin-bottom: 32px;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio label {
  line-height: 200%;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio input[type=radio] {
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  content: "";
  -webkit-appearance: none;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio input[type=radio]:checked {
  border: 3px solid #000 !important;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio .gchoice {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 1;
  gap: 18px;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio .gchoice label {
  width: 100%;
  max-width: unset;
  text-align: center;
  position: relative;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio .gchoice span {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio .gchoice label,
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio .gchoice input {
  position: relative;
  z-index: 3;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio .gchoice:has(input:checked) {
  position: relative;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-radio:not(.switch) .ginput_container_radio .gfield_radio .gchoice:has(input:checked)::before {
  z-index: 1;
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  position: relative;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox input[type=checkbox] {
  margin: unset;
  height: 16px;
  width: 16px;
  border: 2px solid #000000;
  opacity: 0;
  position: absolute;
  left: 0;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox label {
  position: relative;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox label::before {
  content: "";
  background: #fff;
  border: 2px solid #000;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  position: relative;
  top: -1px;
  overflow: hidden;
  box-sizing: content-box;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox:has(input:checked) label::after {
  content: "";
  background: url(assets/img/vink.png) 100% 100%;
  color: #000;
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 16px;
  line-height: 16px;
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: content-box;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield .switch {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
  background-color: red;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield .switch input {
  display: none;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield .switch label:first-of-type {
  background-color: #ffffff;
  color: #000000;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield .switch label {
  cursor: pointer;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px;
  width: 50%;
  color: #ffffff;
  transition: color 0.3s;
  float: left;
  background-color: #000000;
  border: 3px solid #000000;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield .switch label i {
  color: #000000;
  font-size: 24px;
}
.theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform-body .gfield .switch label span {
  z-index: 2;
}
.theme-cta-side__ambasador .gform_footer input.button {
  cursor: pointer;
  background-color: #000000 !important;
  color: #ffffff !important;
  width: 100%;
  display: block;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.theme-cta-side__ambasador .gform_footer input.button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.theme-cta {
  background-color: #ffed00;
  padding: 28px;
  margin-top: -3px;
  z-index: 2;
  position: relative;
}
.theme-cta .gform_wrapper.gravity-theme form {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .theme-cta .gform_wrapper.gravity-theme form {
    flex-direction: column;
    align-items: stretch;
  }
}
.theme-cta .gform_wrapper.gravity-theme input[type=text] {
  cursor: pointer;
  width: 100%;
  background-color: #ffffff;
  border: 3px solid #000000;
  height: 50px;
  line-height: 44px;
  padding: 0 10px;
  margin-right: 12px;
}
.theme-cta .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
}
.theme-cta .gform_wrapper.gravity-theme .gform_footer {
  margin: 0 0 0 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .theme-cta .gform_wrapper.gravity-theme .gform_footer {
    margin: 12px 0 0 0;
  }
}
.theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  margin-bottom: 0;
  line-height: 44px;
  padding: 0 10px !important;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    width: 100%;
  }
}

.theme-ambasador-video {
  overflow: hidden;
}
.theme-ambasador__posts {
  border-top: 3px solid #000000;
  padding-top: 44px;
}
.theme-ambasador__posts .theme-ambasador__card {
  display: block;
  border-bottom: 3px solid #000000;
  width: 50%;
}
@media screen and (max-width: 998px) {
  .theme-ambasador__posts .theme-ambasador__card {
    width: 100%;
  }
}
.theme-ambasador__posts .theme-ambasador__card h4 {
  padding: 0 4px;
  width: fit-content;
  background: #ffed00;
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
}
.theme-ambasador__posts .theme-ambasador__card h4:hover {
  text-decoration: none;
}
.theme-ambasador__posts .theme-ambasador__card-thumbnail img {
  width: 100%;
  height: 100%;
}
.theme-ambasador__posts .theme-ambasador__card p {
  line-height: 30px;
  font-weight: 300;
  margin: unset;
  margin-bottom: 32px;
}
.theme-ambasador__video {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  background-color: #ffed00;
  padding: 40px;
  margin-bottom: 48px;
  max-width: 700px;
  justify-content: center;
}
.theme-ambasador__video h3 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  max-width: 300px;
}
.theme-ambasador__video-wrapper {
  width: 100%;
  height: 75%;
  position: absolute;
  left: 60%;
  align-self: center;
}
@media screen and (max-width: 998px) {
  .theme-ambasador__video-wrapper {
    position: relative;
    left: unset;
  }
  .theme-ambasador__video-wrapper iframe {
    margin-bottom: 12px;
  }
}
.theme-ambasador__video-wrapper iframe {
  height: 100%;
  width: 100%;
}
.theme-ambasador__video .theme-share .theme-share__options {
  margin: unset;
}
.theme-ambasador__bottom-text hr {
  height: 3px;
  background-color: #000000;
  border: unset;
}
.theme-ambasador__bottom-text a {
  padding: 0 4px;
  background: #ffed00;
  text-decoration: underline;
  font-weight: 600;
}
.theme-ambasador__bottom-text a:hover {
  text-decoration: none;
}
.theme-ambasador hr {
  height: 3px;
  background-color: #000000;
  border: unset;
}
.theme-ambasador__thumbnail {
  width: 100%;
  max-width: 100%;
}
.theme-ambasador__thumbnail img {
  width: 100%;
  height: 100%;
}
.theme-ambasador__text {
  margin-bottom: 32px;
  overflow: hidden;
  border-bottom: 3px solid #000000;
}
.theme-ambasador__text h2 {
  font-weight: 600;
  font-size: 55px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .theme-ambasador__text h2 {
    font-size: 32px;
  }
}
.theme-ambasador__text h3 {
  font-size: 55px;
}
.theme-ambasador__text a {
  padding: 0 4px;
  background: #ffed00;
  text-decoration: underline;
  font-weight: 600;
}
.theme-ambasador__text a:hover {
  text-decoration: none;
}
.theme-ambasador__text h4 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .theme-ambasador__text h4 {
    font-size: 24px;
  }
}
.theme-ambasador__text p {
  font-weight: 200;
  font-size: 16px;
}
.theme-ambasador-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .theme-ambasador-table {
    margin-bottom: 36px;
  }
}
.theme-ambasador-table tr > td > i {
  font-size: 30px;
}
.theme-ambasador-table tr:first-of-type {
  border-bottom: 3px solid #000000;
}
.theme-ambasador-table tr:first-of-type th:first-of-type {
  text-align: left;
}
.theme-ambasador-table tr:first-of-type th {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .theme-ambasador-table tr:first-of-type th {
    font-size: 16px;
    padding: 0 6px 0 0;
  }
}
.theme-ambasador-table tr:nth-child(2) {
  margin-top: 32px;
}
.theme-ambasador-table tr:not(:first-of-type) {
  border-bottom: 1px solid #000000;
}
.theme-ambasador-table tr:not(:first-of-type) td {
  padding: 12px 0;
}
.theme-ambasador-table tr:not(:first-of-type) td:first-of-type {
  margin-right: 24px;
}
.theme-ambasador-table tr:not(:first-of-type) td:not(:first-of-type) {
  text-align: center;
  font-weight: 900;
}
.theme-ambasador-table tr:nth-child(2) td {
  padding-top: 32px;
}
.theme-ambasador-table tr td.silver {
  background-color: #e3e3e3;
}
.theme-ambasador-table tr td.gold {
  background-color: #ffed00;
}
.theme-ambasador-table tr:last-of-type {
  border: unset;
}
.theme-ambasador__table {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .theme-ambasador__table {
    flex-direction: column;
  }
}
.theme-ambasador__table-row {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .theme-ambasador__table-row {
    margin-bottom: 24px;
  }
}
.theme-ambasador__table-row h4 {
  padding: 18px 16px 18px 16px;
  border-bottom: 3px solid #000000;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .theme-ambasador__table-row h4 {
    padding: 18px;
  }
}
.theme-ambasador__table-row h5.theme-ambasador__table-row-bottom {
  border-top: 3px solid #000000;
}
@media screen and (max-width: 768px) {
  .theme-ambasador__table-row h5.theme-ambasador__table-row-bottom {
    margin: 16px;
    padding: 0px;
  }
}
.theme-ambasador__table-row h5,
.theme-ambasador__table-row p {
  margin: 8px 16px;
  padding: 0;
}
.theme-ambasador__table-row:first-child {
  background-color: #ffffff;
}
.theme-ambasador__table-row:nth-child(2) {
  background-color: #e3e3e3;
}
.theme-ambasador__table-row:nth-child(3) {
  background-color: #ffed00;
}

.theme-header-wrapper {
  position: relative;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .theme-header-wrapper {
    padding: 0 24px;
  }
}
.theme-header-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #ffed00;
  top: 20px;
  left: 80px;
  right: 80px;
  height: 120px;
  z-index: 0;
}
@media screen and (max-width: 998px) {
  .theme-header-wrapper::before {
    right: unset;
    left: 50%;
    transform: translate(-50%);
    top: -70px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .theme-header-wrapper::before {
    top: -50px;
  }
}
.theme-header-wrapper h1 {
  position: relative;
  font-size: 100px;
  line-height: 160%;
  transform: translateY(75px);
  margin-top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .theme-header-wrapper h1 {
    white-space: unset;
  }
}
@media screen and (max-width: 998px) {
  .theme-header-wrapper h1 {
    font-size: 40px;
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .theme-header-wrapper h1 {
    font-size: 40ppx;
    line-height: 160%;
    transform: translateY(40px);
  }
}
.theme-header-wrapper.small h1 {
  position: relative;
  font-size: 60px;
  line-height: 150%;
  transform: translateY(89px);
}
@media screen and (max-width: 998px) {
  .theme-header-wrapper.small h1 {
    font-size: 40px;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .theme-header-wrapper.small h1 {
    font-size: 28px;
    line-height: 150%;
    transform: translateY(40px);
  }
}
.theme-header-wrapper h2 {
  position: relative;
  font-size: 60px;
  line-height: 150%;
  transform: translateY(75px);
}
@media screen and (max-width: 998px) {
  .theme-header-wrapper h2 {
    font-size: 40px;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .theme-header-wrapper h2 {
    font-size: 28px;
    line-height: 150%;
    transform: translateY(40px);
  }
}

.theme-header-wrapper:has(+ .theme-hero) {
  margin-bottom: 20px;
}

.theme-blog__content {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.theme-blog__content::after {
  display: block;
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.theme-blog__content h2 {
  padding-top: 40px;
  font-size: 20px;
  position: relative;
}
.theme-blog__content h2::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
}
.theme-blog__content p {
  line-height: 200%;
  padding: 20px 0;
}
.theme-blog__content strong {
  display: block;
  width: fit-content;
  font-size: 18px;
}
.theme-blog__content a {
  background-color: #ffed00;
  color: #000000;
  text-decoration: underline;
  line-height: 150%;
}
.theme-blog__share {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
.theme-blog__share a i {
  margin-left: 12px;
}

.theme-video-hero__bg {
  position: relative;
}
.theme-video-hero__bg img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.theme-video-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
  transition: 0.5s ease;
}
.theme-video-hero__play a {
  background-color: #ffffff;
  color: #000000;
  border: 3px solid #000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.theme-video-hero__play a i {
  margin-bottom: 2px;
}
.theme-video-hero__play.active {
  opacity: 0;
}
.theme-video-hero__close {
  display: none;
}
.theme-video-hero__close.active {
  display: block;
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 2;
  opacity: 1;
  transition: 0.5s ease;
  z-index: 10;
}
.theme-video-hero__close.active a {
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-video-hero__close.active a:hover {
  color: #ffed00;
}
.theme-video-hero__embed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 1s ease;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 998px) {
  .theme-video-hero__embed {
    overflow: hidden;
  }
}
.theme-video-hero__embed.active {
  opacity: 1;
  pointer-events: all;
}
.theme-video-hero__embed.active iframe {
  display: block;
  opacity: 1;
}
.theme-video-hero__embed iframe {
  opacity: 0;
  transition: 1s ease;
  transition-delay: 0.5s;
  width: 100%;
  height: 100%;
}

.woocommerce-input-wrapper a {
  text-decoration: underline;
}

.theme-single-event {
  z-index: 3;
  position: relative;
  transition: all 0.5s ease-out;
}
.theme-single-event__notice-banner {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  background-color: #ffed00;
  padding: 20px;
  color: #000;
  font-weight: 600;
}
.theme-single-event__notice-banner .theme-btn, .theme-single-event__notice-banner .theme-search form button[type=submit], .theme-search form .theme-single-event__notice-banner button[type=submit], .theme-single-event__notice-banner .btn-overlay, .theme-single-event__notice-banner .theme-enrol .gform_footer input[type=submit], .theme-enrol .gform_footer .theme-single-event__notice-banner input[type=submit], .theme-single-event__notice-banner .theme-agenda__date-tabs ul li, .theme-agenda__date-tabs ul .theme-single-event__notice-banner li, .theme-single-event__notice-banner .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-single-event__notice-banner label, .theme-single-event__notice-banner .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-single-event__notice-banner input.button, .theme-single-event__notice-banner .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-single-event__notice-banner input.button, .theme-single-event__notice-banner .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-single-event__notice-banner input[type=submit] {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}
.theme-single-event > .container {
  position: relative;
}
.theme-single-event > .container::before {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 100px;
  left: -50%;
  z-index: -1;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .theme-single-event {
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .theme-single-event {
    padding: 0 24px;
  }
}
.theme-single-event.active {
  transform: translateY(100px);
}
.theme-single-event__hero {
  min-height: 220px;
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .theme-single-event__hero {
    padding: unset;
    margin: unset;
  }
}
.theme-single-event__hero-img {
  position: relative;
  overflow: hidden;
}
.theme-single-event__hero-img img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.theme-single-event__content {
  background-color: #ffffff;
  padding-right: 32px;
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .theme-single-event__content {
    padding: unset;
  }
}
.theme-single-event__content a:not(.theme-btn):not(.btn-overlay) {
  background-color: #ffed00;
  color: #000;
  text-decoration: underline;
}
.theme-single-event__content h1 {
  display: inline-block;
}
.theme-single-event__content .theme-btn__arrow {
  justify-content: start;
  gap: 12px;
  min-width: 180px;
}
@media screen and (max-width: 768px) {
  .theme-single-event__content .theme-btn__arrow {
    margin-bottom: 4px;
    min-width: unset;
  }
}
.theme-single-event__content iframe {
  width: 100%;
  min-height: 400px;
}
.theme-single-event__summary {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 30px;
  border-bottom: 3px solid #000;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.theme-single-event__summary-top {
  grid-column: 1/4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .theme-single-event__summary-top {
    flex-direction: column;
  }
}
.theme-single-event__summary-top h1 {
  margin: 0;
  font-size: 50px;
  line-height: 150%;
}
.theme-single-event__summary-top__title h2 {
  margin-bottom: unset;
}
.theme-single-event__summary span:last-of-type {
  grid-column: 2/4;
}
.theme-single-event__summary span strong {
  display: block;
}
@media screen and (max-width: 768px) {
  .theme-single-event__summary .director {
    display: inline-block;
    padding-right: 12px;
  }
}
.theme-single-event__summary-rating {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.theme-single-event__summary-rating i {
  width: 25px;
  height: 25px;
  display: block;
}
.theme-single-event__slider {
  position: relative;
  padding-bottom: 32px;
}
.theme-single-event__slider .slick-arrow {
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 85px);
}
.theme-single-event__slider .slick-arrow::before {
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0, transparent);
  height: 100%;
  width: 100%;
  top: 0;
}
.theme-single-event__slider .slick-arrow:hover::before {
  opacity: 0.5;
}
.theme-single-event__slider .slick-arrow:hover i {
  opacity: 1;
}
.theme-single-event__slider .slick-arrow i {
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 32px;
}
.theme-single-event__slider .slick-prev {
  left: 0;
}
.theme-single-event__slider .slick-next {
  right: 0;
}
.theme-single-event__slider .slick-next::before {
  content: "";
  background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.65));
}
.theme-single-event__slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.theme-single-event__slider .slick-dots li {
  margin: 0 0.25rem;
}
.theme-single-event__slider .slick-dots button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid black;
  border-radius: 100%;
  background-color: #ffffff;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}
.theme-single-event__slider .slick-dots button:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffed00;
}
.theme-single-event__slider .slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.theme-single-event__doors-open {
  display: block;
}
.theme-single-event__tickets {
  background-color: #ffed00;
  padding: 40px;
  position: relative;
  text-align: center;
  margin-top: 46px;
}
.theme-single-event__tickets .sub-genres {
  text-align: right;
}
.theme-single-event__tickets::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 200px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .theme-single-event__tickets::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .theme-single-event__tickets {
    transform: unset;
    margin-top: 24px;
  }
}
.theme-single-event__tickets a.theme-btn__arrow {
  min-width: unset;
  width: fit-content;
  margin: auto;
  margin-top: 12px;
  white-space: nowrap;
}
.theme-single-event__tickets-row {
  border-bottom: 1px dotted #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  padding: 8px 0;
  min-height: 60px;
}
.theme-single-event__tickets-row.last {
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
}
.theme-single-event__tickets-row a.theme-btn, .theme-single-event__tickets-row a.btn-overlay {
  padding: 8px;
  line-height: 150%;
  min-width: unset;
}
.theme-single-event__tickets-row P a {
  text-decoration: underline;
  font-weight: 600;
  transition: 0.3s all ease-in;
  color: #000000;
}
.theme-single-event__tickets-row P a:hover {
  text-decoration: none;
}
.theme-single-event__tickets-row.multiple-programs {
  margin-top: 32px;
}
.theme-single-event__teacher {
  display: flex;
  border-top: 3px solid #000;
  padding-top: 20px;
  padding-right: 20px;
}
.theme-single-event__teacher-img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .theme-single-event__teacher-img {
    width: 60px;
    height: 60px;
  }
}
.theme-single-event__teacher-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  display: block;
}
.theme-single-event__teacher-content {
  padding-left: 20px;
}
.theme-single-event__teacher-content span {
  font-size: 16px;
}
.theme-single-event__footer {
  display: flex;
  justify-content: space-between;
}
.theme-single-event__footer > .theme-btn, .theme-search form .theme-single-event__footer > button[type=submit], .theme-single-event__footer > .btn-overlay, .theme-enrol .gform_footer .theme-single-event__footer > input[type=submit], .theme-agenda__date-tabs ul .theme-single-event__footer > li, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-single-event__footer > label, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-single-event__footer > input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-single-event__footer > input.button, .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-single-event__footer > input[type=submit] {
  text-transform: none;
  min-width: unset;
}
.theme-single-event__footer .theme-share {
  padding-bottom: 0;
}

.theme-search {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ffed00;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .theme-search {
    top: 100px;
  }
}
.theme-search.active {
  display: flex;
}
.theme-search__content {
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .theme-search__content {
    width: 90%;
  }
  .theme-search__content p {
    display: none;
  }
}
.theme-search form {
  width: 70%;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .theme-search form {
    width: 90%;
    flex-direction: column;
  }
}
.theme-search form select,
.theme-search form input[type=text] {
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-bottom: 3px solid #000;
  padding: 20px;
}
.theme-search form input:focus,
.theme-search form select:focus {
  outline: none;
}
.theme-search form .search-filter {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  flex-grow: 2;
}
@media screen and (max-width: 768px) {
  .theme-search form .search-filter {
    flex-grow: 1;
  }
}
.theme-search form .search-filter.active .search-filter__options {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}
.theme-search form .search-filter.active .search-filter__arrow, .theme-search form .search-filter.active .search-filter__selected {
  color: #000;
}
.theme-search form .search-filter.active .search-filter__arrow i:before {
  transform: rotate(180deg);
}
.theme-search form .search-filter__selected {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  background-color: #fff;
  width: 100%;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .theme-search form .search-filter__selected {
    padding-left: 0;
  }
}
.theme-search form .search-filter__arrow {
  position: relative;
  height: auto;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 12;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.theme-search form .search-filter__arrow i:before {
  transition: transform 0.3s;
}
.theme-search form .search-filter__options {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 66px 0px 0px 0px;
  color: #000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  margin: 0;
  left: 0;
  max-height: 40vh;
  overflow: scroll;
  z-index: 11;
}
.theme-search form .search-filter__option {
  transition: all 0.3s;
  padding: 6px 12px;
}
.theme-search form .search-filter__option:hover {
  opacity: 0.7;
}
.theme-search form .search-filter__option:last-of-type {
  padding-bottom: 10px;
}
.theme-search form .search-filter__option a {
  margin-left: 18px;
  color: #000;
}
.theme-search form input[type=text] {
  flex-grow: 5;
  margin: 0 24px;
}
@media screen and (max-width: 768px) {
  .theme-search form input[type=text] {
    flex-grow: 1;
    margin: 24px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .theme-search form input[type=text] {
    padding: 10px;
  }
}
.theme-search form button[type=submit] {
  display: inline-block;
  flex-grow: 1;
  min-width: unset;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.theme-search form button[type=submit]:hover {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  .theme-search form button[type=submit] {
    line-height: 150%;
  }
}

.theme-course-sub {
  display: grid;
  color: #000;
  text-decoration: none;
  padding: 12px 0;
  min-height: 200px;
  grid-template-columns: 1fr 4fr;
}
.theme-course-sub.no-min-height {
  min-height: unset;
}
@media screen and (max-width: 768px) {
  .theme-course-sub {
    display: flex;
    flex-direction: column;
  }
}
.theme-course-sub__img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-width: 200px;
}
.theme-course-sub__img.round {
  border-radius: 50%;
  overflow: hidden;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .theme-course-sub__img {
    margin-bottom: 24px;
    padding: 0 12px;
  }
}
.theme-course-sub__img img {
  transition: all 0.3s ease-out;
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.theme-course-sub__content {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid #000;
  flex-shrink: 0;
  flex-grow: 1;
}
.theme-course-sub__content p {
  margin: 0;
  white-space: pre-wrap;
}
.theme-course-sub__content span {
  margin-top: auto;
  font-weight: 600;
}
.theme-course-sub:hover img {
  transform: scale(1.1);
}
.theme-course-sub-wrapper {
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .theme-course-sub-wrapper {
    padding-top: 20px;
  }
}
.theme-course-sub-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #ffed00;
  top: 20px;
  left: 80px;
  right: 80px;
  height: 120px;
  z-index: 0;
}
@media screen and (max-width: 998px) {
  .theme-course-sub-wrapper::before {
    right: unset;
    left: 50%;
    transform: translate(-50%);
    top: -70px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .theme-course-sub-wrapper::before {
    top: -50px;
  }
}
.theme-course-sub-wrapper h1 {
  position: relative;
  line-height: 110%;
  font-size: 100px;
  margin: 0 0 -80px 0;
  transform: translateY(-80px);
}
@media screen and (max-width: 998px) {
  .theme-course-sub-wrapper h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .theme-course-sub-wrapper h1 {
    font-size: 28px;
    margin: 0 0 20px 0;
    transform: unset;
  }
}
.theme-course-sub-wrapper__button {
  margin-bottom: 12px;
  display: flex;
}
.theme-course-sub-wrapper__button .theme-btn, .theme-course-sub-wrapper__button .btn-overlay, .theme-course-sub-wrapper__button .theme-enrol .gform_footer input[type=submit], .theme-enrol .gform_footer .theme-course-sub-wrapper__button input[type=submit], .theme-course-sub-wrapper__button .theme-agenda__date-tabs ul li, .theme-agenda__date-tabs ul .theme-course-sub-wrapper__button li, .theme-course-sub-wrapper__button .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-course-sub-wrapper__button label, .theme-course-sub-wrapper__button .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-course-sub-wrapper__button input.button, .theme-course-sub-wrapper__button .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-course-sub-wrapper__button input.button, .theme-course-sub-wrapper__button .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-course-sub-wrapper__button input[type=submit], .theme-course-sub-wrapper__button .theme-search form button[type=submit], .theme-search form .theme-course-sub-wrapper__button button[type=submit] {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .theme-course-sub-wrapper__button .theme-btn, .theme-course-sub-wrapper__button .btn-overlay, .theme-course-sub-wrapper__button .theme-enrol .gform_footer input[type=submit], .theme-enrol .gform_footer .theme-course-sub-wrapper__button input[type=submit], .theme-course-sub-wrapper__button .theme-agenda__date-tabs ul li, .theme-agenda__date-tabs ul .theme-course-sub-wrapper__button li, .theme-course-sub-wrapper__button .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide label, .theme-signup__row > div:not(.theme-signup__row__dropdown).desktop-hide .theme-course-sub-wrapper__button label, .theme-course-sub-wrapper__button .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side .gform_wrapper.gravity-theme form .gform_footer .theme-course-sub-wrapper__button input.button, .theme-course-sub-wrapper__button .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer input.button, .theme-cta-side__ambasador .gform_wrapper.gravity-theme form .gform_footer .theme-course-sub-wrapper__button input.button, .theme-course-sub-wrapper__button .theme-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit], .theme-cta .gform_wrapper.gravity-theme .gform_footer .theme-course-sub-wrapper__button input[type=submit], .theme-course-sub-wrapper__button .theme-search form button[type=submit], .theme-search form .theme-course-sub-wrapper__button button[type=submit] {
    width: 100%;
  }
}

#thankyou-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #thankyou-table {
    margin-bottom: 36px;
  }
}
#thankyou-table tr {
  border-bottom: 1px solid #000000;
}
#thankyou-table tr td {
  padding: 12px 0;
}
#thankyou-table tr:last-of-type {
  border: unset;
}
#thankyou-table th {
  text-align: left;
}

.theme-expo .theme-course-sub {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .theme-expo .theme-course-sub {
    display: block;
  }
}
.theme-expo .theme-course-sub__img {
  background-color: #ffed00;
}
@media screen and (max-width: 768px) {
  .theme-expo .theme-course-sub__img {
    margin: 0 12px;
    width: auto;
  }
}
.theme-expo .theme-course-sub__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .theme-expo .theme-course-sub__content {
    margin: 0 12px;
  }
}
.theme-expo .theme-course-sub__content h4 {
  font-size: 32px;
}
.theme-expo .theme-course-sub__content h5 {
  margin: 0;
  font-size: 22px;
  margin-bottom: auto;
}
.theme-expo .theme-course__label {
  background-color: #ffed00;
  width: fit-content;
  padding: 5px;
  font-size: 14px;
  margin-top: 0;
  transform: translateY(-16px);
  margin-bottom: -12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .theme-expo .theme-course__label {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}

.theme-faq {
  padding: 60px 0;
}
.theme-faq__row {
  margin-bottom: 80px;
}
.theme-faq__row-title h1 {
  text-align: center;
  font-size: 40px;
  margin-top: 28px;
}
.theme-faq__row-title p {
  font-weight: 300;
}
.theme-faq__row-title h1,
.theme-faq__row-title h2 {
  margin-bottom: 12px;
}
.theme-faq__question {
  margin-bottom: 24px;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.5s ease;
}
.theme-faq__question:hover {
  opacity: 0.8;
}
.theme-faq__question-title {
  width: 100%;
  color: #000000;
  padding: 16px 24px;
  position: relative;
  font-weight: bold;
  background-color: #fcfcfc;
}
.theme-faq__question-title::before {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(135deg);
  height: 8px;
  width: 8px;
  right: 28px;
  top: 48%;
}
.theme-faq__question-answer {
  padding: 16px 24px;
  margin-bottom: 28px;
  display: none;
  color: #000000;
}
.theme-faq__question.active {
  opacity: 1;
}
.theme-faq__question.active .theme-faq__question-title::before {
  transform: translateY(0%) rotate(-42deg);
}
.theme-faq__question.active .theme-faq__question-answer {
  display: block;
}

@media screen and (max-width: 768px) {
  body.home .movies-shortcode-row .theme-agenda__content p {
    display: none;
  }
}

.footer {
  background-color: #ffed00;
  margin-top: 60px;
  padding-top: 60px;
}
.footer > .container {
  padding-bottom: 40px;
}
.footer .theme-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer .theme-footer-bottom__partner {
  color: #000;
  text-decoration: none;
  display: block;
}
.footer .theme-footer-bottom__partner > img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .footer .theme-footer-bottom__partner {
    margin: 0;
    transform: none;
  }
}
.footer .theme-footer-bottom__wrapper {
  background-color: #ffffff;
  height: 80px;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .footer .theme-footer-bottom__wrapper {
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    display: none;
  }
}
.footer-logo img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
}
.footer-content {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer-content {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}
.footer-content h5 {
  position: relative;
  font-size: 18px;
  padding-bottom: 16px;
  margin: unset;
}
@media screen and (max-width: 768px) {
  .footer-content h5 {
    text-align: center;
  }
}
.footer-content h5::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: -20px;
  bottom: 0;
  height: 3px;
  width: 110%;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .footer-content h5::before {
    right: 0;
    width: 100%;
  }
}
.footer-content a {
  color: #000;
  text-decoration: none;
}
.footer-content a:hover {
  text-decoration: underline;
}
.footer-content ul {
  list-style: none;
  padding: 0;
}
.footer-content ul li:hover a {
  text-decoration: underline;
}
.footer-content ul li a {
  color: #000000;
  text-decoration: none;
}
.footer-content ul li a.underline {
  text-decoration: underline;
}
.footer-content .footer-area-three a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  color: #000000;
  margin-top: 1em;
}
.footer-content .footer-area-three a:hover {
  background-color: #000000;
  color: #ffffff;
}
.footer-content .footer-area-three a i {
  color: inherit;
}
.footer-content > a {
  color: #000000;
  text-decoration: none;
}
.footer-content > a:hover {
  text-decoration: underline;
}

.woocommerce .form-row#billing_country_field .select2-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Apercu", serif;
  font-weight: 200;
  font-size: 14px;
}
.woocommerce .form-row#billing_country_field .select2-selection .select2-selection__rendered {
  padding: unset;
}
.woocommerce .form-row#billing_country_field .select2-selection__arrow {
  position: relative;
}
.woocommerce .form-row#billing_address_1_field, .woocommerce .form-row#billing_address_house_nr_field {
  width: 50%;
  display: inline-block;
}
.woocommerce .form-row#billing_note_field textarea {
  font-family: "Apercu", serif;
  font-weight: 200;
  padding-top: 12px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  float: unset;
  display: inline-block;
  width: unset;
}
.woocommerce .woocommerce-MyAccount-navigation a {
  color: #000;
}
.woocommerce .woocommerce-MyAccount-content {
  float: unset;
  display: inline-block;
  margin-left: auto;
}
.woocommerce .woocommerce-MyAccount-content a {
  color: #000;
}
.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name a {
  color: #000;
}
.woocommerce .woocommerce-info {
  border-top: 3px solid #000;
}
.woocommerce .woocommerce-info a {
  color: #000;
  text-decoration: underline;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button.button {
  background-color: #ffed00;
  color: #000;
  padding: 12px 24px;
  font-size: 16px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span input,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span span.selection .select2-selection,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row textarea {
  cursor: pointer;
  width: 100%;
  background-color: #ffffff;
  border: 3px solid #000000;
  height: 50px;
  line-height: 150%;
  padding: 0 10px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span input .select2-selection__rendered,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row span span.selection .select2-selection .select2-selection__rendered,
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row textarea .select2-selection__rendered {
  padding: 0 10px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#gender_field .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#gender_field .woocommerce-input-wrapper input {
  width: 24px;
  height: 24px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#gender_field .woocommerce-input-wrapper label {
  margin: 0 6px 0 12px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_agree_field .woocommerce-input-wrapper label, .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_avg_field .woocommerce-input-wrapper label, .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_voogd_field .woocommerce-input-wrapper label {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_agree_field .woocommerce-input-wrapper label input, .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_avg_field .woocommerce-input-wrapper label input, .woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_voogd_field .woocommerce-input-wrapper label input {
  order: 10;
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_auto_incasso_field > span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_auto_incasso_field > span input {
  width: auto;
  order: 10;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.conditional {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.conditional.active {
  display: block;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
  cursor: pointer;
  width: 100%;
  background-color: #ffffff;
  border: 3px solid #000000;
  height: 50px;
  line-height: 150%;
  padding: 0 10px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment {
  background-color: #f8f8f8;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment div.payment_box {
  background-color: #ebebeb;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment button.button.alt {
  background-color: #ffed00;
  color: #000;
  padding: 12px 24px;
  font-size: 16px;
}

.enrol-js.disabled {
  pointer-events: none;
}

.sold-out {
  cursor: default;
  color: #a0a0a0;
  border-color: #c0c0c0;
  background: #e0e0e0;
}
.sold-out:hover {
  color: #a0a0a0;
  border-color: #c0c0c0;
  background: #e0e0e0;
}

#mc_embed_shell.sidebar {
  background-color: #ffed00;
  padding: 24px;
  z-index: 2;
  position: relative;
}
#mc_embed_shell.sidebar #mc_embed_signup form #mc_embed_signup_scroll .mod-mailchimp-form-wrapper {
  display: block;
}
#mc_embed_shell.sidebar #mc_embed_signup form #mc_embed_signup_scroll .mod-mailchimp-email-wrapper {
  display: block;
  margin: 0 0 24px 0;
  width: 100%;
}
#mc_embed_shell.sidebar #mc_embed_signup form #mc_embed_signup_scroll input[type=email],
#mc_embed_shell.sidebar #mc_embed_signup form #mc_embed_signup_scroll input[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
}
#mc_embed_shell #mc_embed_signup {
  background: transparent;
  width: 100%;
  max-width: 600px;
}
#mc_embed_shell #mc_embed_signup .mod-mailchimp-title-wrapper {
  font-family: "Apercu", serif;
  font-weight: 600;
  line-height: 150%;
  margin-top: 5px;
  font-size: 18px;
}
#mc_embed_shell #mc_embed_signup .mod-mailchimp-subtitle-wrapper {
  font-family: "Apercu", serif;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 22px;
  margin-top: 0;
}
#mc_embed_shell #mc_embed_signup .mod-mailchimp-content-wrapper {
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 24px;
}
#mc_embed_shell #mc_embed_signup form {
  margin: 0;
}
#mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll .mod-mailchimp-form-wrapper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll .mod-mailchimp-form-wrapper {
    display: block;
  }
}
#mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll label {
  font-weight: bold;
}
#mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll div.mce_inline_error {
  display: none !important;
}
#mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll .mod-mailchimp-email-wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll .mod-mailchimp-email-wrapper {
    margin: 0 0 24px 0;
    width: 100%;
  }
}
#mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll input[type=email] {
  width: 100%;
  background-color: #ffffff;
  border: 3px solid #000000;
  height: 50px;
  line-height: 44px;
  padding: 0 10px;
  margin-right: 12px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll input[type=email] {
    display: block;
    width: 100%;
    margin: 0;
  }
}
#mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll input[type=submit] {
  margin: 0 0 0 12px;
  background: #fff;
  color: #000;
  border: 3px solid #000;
  line-height: 44px;
  padding: 0 10px !important;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
  transition: 0.5s ease;
  height: 50px;
}
#mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mc_embed_shell #mc_embed_signup form #mc_embed_signup_scroll input[type=submit] {
    display: block;
    width: 100%;
    margin: 0;
  }
}
#mc_embed_shell #mc_embed_signup form #mc_embed_signup div#mce-responses {
  float: none;
  margin: 0;
}

.theme-page-listitem {
  display: block;
  width: 100%;
  padding: 24px 0;
  transition: 0.5s ease all;
}
.theme-page-listitem:hover {
  scale: 1.01;
}
.theme-page-listitem__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .theme-page-listitem__content {
    flex-direction: column;
    gap: 15px;
  }
}
.theme-page-listitem__image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.theme-page-listitem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .theme-page-listitem__image {
    width: 100%;
    height: 200px;
  }
}
.theme-page-listitem__image-placeholder {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .theme-page-listitem__image-placeholder {
    width: 100%;
    height: 200px;
  }
}
.theme-page-listitem__text {
  flex: 1;
  min-width: 0;
}
.theme-page-listitem__text h4 {
  margin: 0 0 12px 0;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .theme-page-listitem__text h4 {
    font-size: 20px;
  }
}
.theme-page-listitem__text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .theme-page-listitem__text p {
    font-size: 14px;
  }
}
.theme-page-listitem:hover .theme-page-listitem__image img {
  transform: scale(1.05);
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background-color: #000;
  color: #ffffff;
  font-size: 16px;
  text-decoration: underline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  text-decoration: underline;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  figure.wp-block-gallery.has-nested-images {
    flex-direction: column !important;
  }
  figure.wp-block-gallery.has-nested-images .wp-block-image {
    width: 100% !important;
  }
}
.theme-single-event .theme-single-event__content a.theme-agenda {
  background-color: #f9f9f9;
  background-color: #fff;
  text-decoration: none;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.facetwp-type-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.rll-youtube-player {
  width: 100%;
}

.course-single .course-hero {
  background-color: #f8f8f8;
  padding: 64px 0;
  margin-bottom: 48px;
}
.course-single .course-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.course-single .course-hero .course-hero-content {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 48px;
  align-items: center;
}
@media (max-width: 1024px) {
  .course-single .course-hero .course-hero-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.course-single .course-hero .course-hero-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.course-single .course-hero .course-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .course-single .course-hero .course-hero-image {
    max-height: 360px;
  }
}
.course-single .course-categories {
  margin-bottom: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.course-single .category-tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: #FFE500;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.course-single .category-tag:hover {
  background-color: rgb(229.5, 206.1, 0);
}
.course-single .course-title {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #000;
}
@media (max-width: 768px) {
  .course-single .course-title {
    font-size: 36px;
  }
}
.course-single .course-subtitle {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 24px;
  color: #666;
  font-weight: normal;
}
@media (max-width: 768px) {
  .course-single .course-subtitle {
    font-size: 20px;
  }
}
.course-single .course-availability {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}
.course-single .course-availability.available {
  background-color: #E8F5E9;
  color: #2E7D32;
}
.course-single .course-availability.full {
  background-color: #FFEBEE;
  color: #C62828;
}
.course-single .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.course-single .course-content {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .course-single .course-content {
    grid-template-columns: 1fr;
  }
}
.course-single .content-block {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.course-single .content-block h3 {
  font-size: 28px;
  margin: 0 0 24px;
  color: #000;
}
.course-single .content-block h4 {
  font-size: 20px;
  margin: 24px 0 16px;
  color: #000;
}
.course-single .course-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.course-single .course-badge .icon {
  width: 24px;
  height: 24px;
  fill: #666;
}
.course-single .course-badge span {
  font-size: 16px;
  color: #666;
}
.course-single .location-info {
  margin-top: 20px;
}
.course-single .location-info .location-item {
  margin-bottom: 16px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
}
.course-single .location-info .location-item .building-name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}
.course-single .location-info .location-item .room-name {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.course-single .location-info .location-item .address, .course-single .location-info .location-item .city {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.course-single .course-age-groups .age-groups-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.course-single .course-age-groups .age-groups-list .age-group-tag {
  background: #f0f2f5;
  color: #333;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
}
.course-single .recurrence-info {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E0E0E0;
}
.course-single .location-item {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.course-single .location-item:last-child {
  margin-bottom: 0;
}
.course-single .age-groups-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.course-single .age-group-tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: #F5F5F5;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
}
.course-single .course-sidebar .course-info-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 32px;
  position: sticky;
  top: 24px;
}
.course-single .course-sidebar .price-tag {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}
.course-single .course-sidebar .booking-button {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background-color: #FFE500;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 32px;
  transition: background-color 0.2s ease;
}
.course-single .course-sidebar .booking-button:hover {
  background-color: rgb(229.5, 206.1, 0);
}
.course-single .course-sidebar .info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.course-single .course-sidebar .info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.course-single .course-sidebar .info-item .icon {
  width: 24px;
  height: 24px;
  fill: #666;
  flex-shrink: 0;
}
.course-single .course-sidebar .info-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course-single .course-sidebar .info-item strong {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
.course-single .course-sidebar .info-item span {
  font-size: 16px;
  color: #000;
}
.course-single .course-sidebar .info-item small.spots-left {
  font-size: 14px;
  color: #2E7D32;
}

@media (max-width: 768px) {
  .course-single .course-hero {
    padding: 48px 0 32px;
  }
  .course-single .content-block {
    padding: 24px;
  }
  .course-single .course-sidebar .course-info-card {
    position: static;
    margin-top: 32px;
  }
}
.course-lessons {
  margin-bottom: 30px;
}
.course-lessons .lessons-toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  transition: color 0.3s ease;
}
.course-lessons .lessons-toggle:hover {
  color: #FFE500;
}
.course-lessons .lessons-toggle .toggle-icon {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.course-lessons .lessons-toggle.active .toggle-icon {
  transform: rotate(180deg);
}
.course-lessons .lessons-content {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
}
.course-lessons .lessons-content .lesson-item {
  background: #fff;
  border: 1px solid #e2e4e7;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 15px;
}
.course-lessons .lessons-content .lesson-item:last-child {
  margin-bottom: 0;
}
.course-lessons .lessons-content .lesson-item .lesson-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.course-lessons .lessons-content .lesson-item .lesson-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.course-lessons .lessons-content .lesson-item .lesson-header .lesson-time {
  color: #666;
  font-size: 14px;
}
@media (max-width: 768px) {
  .course-lessons .lessons-content .lesson-item .lesson-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .course-lessons .lessons-content .lesson-item .lesson-header .lesson-time {
    margin-top: 5px;
  }
}
.course-lessons .lessons-content .lesson-item .lesson-details {
  font-size: 14px;
}
.course-lessons .lessons-content .lesson-item .lesson-details p {
  margin: 5px 0;
}
.course-lessons .lessons-content .lesson-item .lesson-details strong {
  color: #23282d;
}

.course-info-card .info-list .info-item .course-status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.course-info-card .info-list .info-item .course-status.started {
  background-color: #e3f2fd;
  color: #1976d2;
}
.course-info-card .info-list .info-item .course-status.pending {
  background-color: #fff3e0;
  color: #f57c00;
}
.course-info-card .info-list .info-item .course-status.completed {
  background-color: #e8f5e9;
  color: #388e3c;
}
.course-info-card .info-list .info-item .course-status.cancelled {
  background-color: #ffebee;
  color: #d32f2f;
}
.course-info-card .info-list .info-item .course-status.available {
  background-color: #e3f2fd;
  color: #388e3c;
}
.course-info-card .info-list .info-item .age-groups-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}
.course-info-card .info-list .info-item .age-groups-tags .age-group-tag {
  background-color: #f5f5f5;
  color: #424242;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
}
.course-info-card .info-list .info-item .location-item {
  margin-top: 4px;
  font-size: 14px;
  color: #616161;
}
.course-info-card .info-list .info-item .location-item:not(:last-child) {
  margin-bottom: 2px;
}
.course-info-card .price-tag {
  font-size: 2rem;
  font-weight: 700;
  color: #2C3E50;
  margin-bottom: 1rem;
  text-align: center;
}
.course-info-card .detailed-pricing {
  margin: 1.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.course-info-card .detailed-pricing h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #566573;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.course-info-card .detailed-pricing .price-table {
  background: #F8F9FA;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.course-info-card .detailed-pricing .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease;
}
.course-info-card .detailed-pricing .price-row:last-child {
  border-bottom: none;
}
.course-info-card .detailed-pricing .price-row:hover {
  background-color: #FFF;
}
.course-info-card .detailed-pricing .price-row .participants {
  font-size: 0.9rem;
  color: #34495E;
  font-weight: 500;
}
.course-info-card .detailed-pricing .price-row .amount {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2C3E50;
  background: #E8F0FE;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  min-width: 80px;
  text-align: right;
}
.course-info-card .booking-button {
  margin-top: 1.5rem;
}

.course-teachers {
  margin-top: 2rem;
}
.course-teachers .teachers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.course-teachers .teacher-card {
  background: var(--white);
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.course-teachers .teacher-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.course-teachers .teacher-card:hover .teacher-link {
  color: var(--primary-dark);
}
.course-teachers .teacher-card .teacher-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--gray-100);
}
.course-teachers .teacher-card .teacher-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.course-teachers .teacher-card .teacher-image img:hover {
  transform: scale(1.05);
}
.course-teachers .teacher-card .teacher-info {
  padding: 1rem;
}
.course-teachers .teacher-card .teacher-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: var(--text-dark);
  line-height: 1.3;
}
.course-teachers .teacher-card .teacher-excerpt {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-teachers .teacher-card .teacher-link {
  display: inline-block;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s ease;
  position: relative;
  padding-right: 1.5rem;
}
.course-teachers .teacher-card .teacher-link::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.course-teachers .teacher-card .teacher-link:hover::after {
  transform: translate(5px, -50%);
}

@media (max-width: 768px) {
  .course-teachers .teachers-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
  }
  .course-teachers .teacher-card .teacher-info {
    padding: 0.875rem;
  }
  .course-teachers .teacher-card .teacher-name {
    font-size: 1rem;
  }
  .course-teachers .teacher-card .teacher-excerpt {
    font-size: 0.8125rem;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 480px) {
  .course-teachers .teachers-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
