@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;800&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
}

body {
  background: white;
}

ul {
  list-style: none;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

.button, .wpcf7-submit, .pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  background: #FAC30C;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border-radius: 25px;
  outline: none;
  border: none;
  color: black;
  border: 0;
  text-decoration: none;
}
.button:hover, .wpcf7-submit:hover, .pmpro_btn:hover, .pmpro_btn:link:hover, .pmpro_content_message a:hover, .pmpro_content_message a:link:hover {
  cursor: pointer;
  opacity: 0.6;
}

.button--white {
  background: white;
}

.dense {
  padding: 8px 24px;
  font-size: 16px;
}

#pmpro_actionlink-profile, #pmpro_actionlink-change-password, #pmpro_actionlink-logout {
  padding: 8px 24px;
  font-size: 16px;
  border-radius: 25px;
  outline: none;
  border: none;
  color: black;
  border: 0;
  background: #FAC30C;
}

.slick-dots {
  margin-top: 32px;
  display: flex !important;
  justify-content: center;
}
.slick-dots li.slick-active svg {
  display: none;
}
.slick-dots li.slick-active .active {
  display: block;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li svg {
  display: block;
}
.slick-dots li .active {
  display: none;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-arrow:first-of-type {
  left: 30%;
}
.slick-arrow:last-of-type {
  right: 30%;
}
@media (max-width: 768px) {
  .slick-arrow:first-of-type {
    left: 5%;
  }
  .slick-arrow:last-of-type {
    right: 5%;
  }
}

h1,
h2,
h3,
h4,
h5,
.pmpro_checkout h1,
.pmpro_checkout h2,
.pmpro_checkout h3,
.pmpro_checkout h4 {
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}

p {
  margin: 1rem 0 0em 0;
}

a {
  color: #000000;
  text-decoration: none;
}

section a {
  text-decoration: underline;
}

body {
  background: #F8F4F1;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 0;
  }
}

.container--grey {
  background: #F8F4F1;
}

@media (max-width: 768px) {
  .overflow--disabled {
    overflow: hidden;
  }
  .overflow--disabled .header {
    background: white;
  }
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

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

.gap-2 {
  gap: 2rem;
}

.gap-4 {
  gap: 4rem;
}

.block {
  display: block;
}

.header {
  padding: 0 2rem;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
}
.header__logo {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  height: auto;
}
.header__nav {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.header__nav ul {
  float: right;
  display: flex;
}
.header__nav li {
  margin: 0 16px;
  padding: 4px 0;
}
.header__nav li a {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.header__nav .current-menu-item {
  border-bottom: 2px solid #FAC30C;
}
.header__login {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.header__login .button {
  font-size: 0.95rem;
  padding: 0.65rem 1.5rem;
}
.header__toggler {
  display: none;
}
@media (max-width: 768px) {
  .header {
    padding: 24px;
  }
  .header .hide {
    display: none;
  }
  .header__toggler {
    display: block;
  }
  .header__nav {
    position: absolute;
    background: white;
    width: 100%;
    top: 146px;
    left: 0;
    background: white;
    padding: 16px 0;
    height: 100vh;
    z-index: 1;
  }
  .header__nav ul {
    flex-direction: column;
  }
  .header__nav li {
    margin: 48px 0 0px;
    text-align: center;
  }
  .header__nav .current-menu-item {
    border-bottom: 0px;
  }
  .header__nav .current-menu-item a {
    color: #FAC30C;
  }
}

.baner {
  width: 100%;
  min-height: 600px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  text-align: center;
}
.baner h1 {
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
  line-height: 115.2px;
  font-style: normal;
}
.baner h4 {
  line-height: 32.74px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .baner h1 {
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 80px;
  }
}

.jumbo-course div {
  flex-direction: row;
}
@media (max-width: 768px) {
  .jumbo-course div {
    flex-direction: column;
  }
}

.jumbo-course .left-column {
  width: 60%;
}
@media (max-width: 768px) {
  .jumbo-course .left-column {
    width: 100%;
  }
}

.companies-form {
  margin: 1rem 0 0 0;
}

.for-companies-subtitle {
  font-size: 1.5em;
  margin: 0 0 2rem 0;
}

.sections-content {
  display: flex;
  background: #ffffff;
  flex-direction: row;
}

.for-companies .content:nth-child(even) .about {
  flex-direction: row-reverse;
}

.for-companies section {
  padding: 0rem 0 4rem 0;
}

.comapnies-events {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px;
  margin: 0 0 4rem 0;
}

.comapnies-events .single-company-event img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.comapnies-events .single-company-event {
  background: #fff;
  border-radius: 8px;
  margin: 1rem 0 0 0;
  width: 48%;
}
@media (max-width: 768px) {
  .comapnies-events .single-company-event {
    width: 100%;
  }
}

.comapnies-events .single-company-event .content {
  padding: 1.25rem 2rem;
}

.comapnies-events .single-company-event h3 {
  font-size: 2em;
  font-weight: 800;
  padding: 0rem 0 0.25rem 0;
}

.single-company-event p {
  font-size: 0.95em;
  line-height: 165%;
}

.benefits .blocks {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .benefits .blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}

.benefits .blocks .single-block {
  padding: 2rem;
  border: 8px;
  background: #fff;
}

.logos {
  display: flex;
  justify-content: space-between;
  /* Can be changed in the live sample */
}
@media (max-width: 768px) {
  .logos {
    flex-wrap: wrap;
  }
}

.events {
  padding: 0 0 80px;
}
.events__header {
  margin: 44px 0 15px;
  text-align: center;
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.events__box__wrapper {
  padding: 0 12px;
}
.events__box__wrapper:first-child {
  padding-left: 0;
}
.events__box__wrapper:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .events__box__wrapper {
    padding: 0;
  }
}
.events__box {
  display: block;
  min-height: 390px !important;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  border-radius: 10px;
  color: white;
  overflow: hidden;
}
.events__box h3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.events__box__info {
  width: 100%;
  background: black;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
}
.events__box__info .content {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.events__box__info .title {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  opacity: 0.6;
  text-transform: uppercase;
}
.events__box__info > div {
  text-align: center;
}
.events__box__info > div:first-child {
  text-align: left;
}
.events__box__info > div:last-child {
  text-align: right;
}

.our-trainers {
  margin: 4rem 0 0 0;
}

.about-page {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
}

.about-page .trainer {
  margin: 1rem;
}

.about-page .trainer img {
  width: 100%;
}

.about {
  grid-gap: 24px;
  padding: 40px;
  display: flex;
}
.about__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 0;
}
.about__info p {
  font-size: 16px;
  line-height: 28.8px;
}
.about__info h2 {
  margin-bottom: 16px;
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.about__info .button {
  max-width: 240px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .about {
    flex-direction: column;
    padding: 0;
  }
  .about__info {
    padding: 24px;
    order: 2;
  }
  .about__info h2 {
    margin-bottom: 8px;
  }
  .about__info button {
    margin-bottom: 24px;
  }
  .about img {
    order: 1;
    width: 100%;
  }
}

.recommendation {
  padding: 80px 10% 0;
}
.recommendation__box {
  text-align: center;
}
.recommendation__box h3 {
  margin-bottom: 32px;
  line-height: 53px;
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.recommendation__box h5 {
  font-weight: 400;
}
.recommendation__box img {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}
.recommendation .slick-dots {
  margin-top: 50px;
}

.wpcf7-text {
  padding-left: 0.5rem;
  height: 48px;
}

.join {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-wrap: break-word;
  width: 100%;
  gap: 40px;
  padding: 4rem 4rem;
  background: #FAC30C;
  border-radius: 8px;
  margin: 6rem auto;
}
@media (max-width: 768px) {
  .join {
    flex-direction: column;
    padding: 4rem 2rem 4rem 2rem !important;
  }
}
.join .wpcf7-form-control {
  background: #fff;
}
.join__box {
  flex: 0 1 50%;
  vertical-align: middle;
  width: auto;
  text-align: center;
}
.join__box li {
  list-style: none;
}
.join__box h2,
.join__box h4 {
  text-align: center;
}
.join__box h2 {
  margin-bottom: 16px;
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.join__box h4 {
  margin-bottom: 48px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .join {
    padding-bottom: 0;
  }
}

.footer {
  background: black;
  padding: 80px 40px 40px;
  color: white;
}
.footer__info {
  opacity: 0.6;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.footer__links {
  display: flex;
  justify-content: space-between;
}
.footer__menu h3 {
  font-size: 32px;
  margin-bottom: 32px;
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.footer__menu li {
  list-style: none;
}
.footer__menu li a {
  color: white;
  opacity: 0.6;
  text-decoration: none;
}
.footer__menu .menu li {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer {
    padding: 48px 24px 24px;
  }
  .footer__logo {
    margin-bottom: 55px;
  }
  .footer__links {
    flex-direction: column;
  }
  .footer__info {
    flex-direction: column;
    margin-top: 0;
  }
  .footer__info__element {
    margin-bottom: 8px;
  }
  .footer__menu {
    margin-bottom: 40px;
  }
  .footer__menu h3 {
    margin-bottom: 24px;
  }
}

.kursimpro__category {
  padding: 32px 10% 100px;
}
.kursimpro__category .events {
  padding: 0;
}
.kursimpro__category .events__courses {
  display: flex;
  flex-wrap: wrap;
}
.kursimpro__category .events__box__wrapper {
  flex: 0 50%;
  margin-bottom: 32px;
}
.kursimpro__category .events__box__wrapper:first-child {
  padding-left: 12px;
}
.kursimpro__category .events__box__wrapper:last-child {
  padding-right: 12px;
}
.kursimpro__category .events__lack {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kursimpro__category .events__lack img {
  width: 50%;
  height: auto;
  margin-bottom: 38px;
}
.kursimpro__category .events__lack h1 {
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.kursimpro__category .events__lack p {
  font-size: 16px;
  line-height: 29px;
}
.kursimpro__category .events__lack p a {
  text-decoration: none;
  font-weight: 700;
}
.kursimpro__category .events__lack p a:visited {
  color: black;
}
@media (max-width: 769px) {
  .kursimpro__category {
    padding: 32px 0 100px;
  }
  .kursimpro__category .events__box__wrapper {
    width: 100%;
    flex: 0 100%;
    padding: 0;
  }
  .kursimpro__category .events__box__wrapper:last-child {
    padding-right: 0;
    margin-bottom: 0;
  }
  .kursimpro__category .events__box__wrapper:first-child {
    padding-left: 0;
  }
  .kursimpro__category .events__box {
    border-radius: 0;
  }
}

.category__list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 16px 0;
}
.category__list ul {
  display: flex;
  justify-content: center;
}
.category__list li {
  position: relative;
  margin: 0 18px;
}
.category__list .active:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FAC30C;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.category__list a {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: black;
}
@media (max-width: 768px) {
  .category__list {
    overflow-x: scroll;
  }
  .category__list ul {
    justify-content: space-between;
  }
}

.contact h1 {
  padding: 0 10%;
}
.contact h1,
.contact h2 {
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.contact h2 {
  line-height: 64px;
  margin-bottom: 48px;
}
.contact__wrapper {
  display: flex;
  padding: 0 10%;
  align-items: flex-start;
}
.contact__info__element {
  display: flex;
  align-items: center;
}
.contact__info__element h4 {
  line-height: 38px;
}
.contact__info__element p {
  line-height: 28px;
}
.contact__info__element svg {
  margin-right: 24px;
}
.contact__form {
  background: white;
  padding: 48px 40px;
}
.contact__form label {
  font-size: 12px;
  line-height: 21px;
}
.contact__form input[type=checkbox] {
  transform: scale(1.2);
}
.contact__form input[type=text],
.contact__form input[type=email] {
  height: 40px;
}
.contact__form .your-consent {
  line-height: 16px;
}
.contact__form .your-consent .wpcf7-acceptance,
.contact__form .your-consent .wpcf7-list-item {
  margin-left: 0;
}
.contact__form .your-consent label {
  display: flex;
}
.contact__form .your-consent span {
  display: inline-block;
  margin-left: 8px;
}
.contact__form .your-consent input {
  position: relative;
  top: 3px;
}
.contact__form .your-consent a {
  color: #FAC30C;
  text-decoration: none;
}
.contact__info {
  padding-left: 140px;
}
.contact__form, .contact__info {
  flex: 0 50%;
}
.contact__map {
  margin-top: 72px;
}
.contact__map h2 {
  margin-bottom: 0;
}
.contact .button {
  padding: 16px 95px;
  margin-top: 32px;
  border: none;
}
@media (max-width: 768px) {
  .contact h1 {
    padding: 0 24px;
    margin-bottom: 16px;
  }
  .contact__wrapper {
    flex-direction: column;
    padding: 0;
  }
  .contact__form {
    padding: 48px 24px;
  }
  .contact__info {
    width: 100%;
    padding: 80px 0;
  }
  .contact__info__element {
    margin-bottom: 24px;
  }
  .contact__info h2, .contact__info__element {
    padding: 0 24px;
  }
  .contact__map {
    margin-top: 56px;
  }
  .contact__map h2 {
    margin-bottom: 16px;
  }
}

.post__img {
  min-height: 640px;
  background-position: center;
  background-size: cover;
  padding: 40px 10%;
}
.post__links {
  margin-bottom: 8rem;
}
.post__links a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.post__links a:last-child {
  font-weight: 700;
}
.post__subtitle {
  font-size: 32px;
  font-weight: 800;
  font-family: "tgn-soft-round", sans-serif;
  color: white;
}
.post__title {
  color: white;
  line-height: auto;
}
.post__title h1 {
  font-family: "tgn-soft-round", sans-serif;
  font-weight: 800;
}
.post__excerpt {
  font-size: 18px;
  line-height: 160%;
  color: white;
}
.post__data {
  display: flex;
  justify-content: space-between;
}
.post__data__left {
  max-width: 60%;
}
@media (max-width: 768px) {
  .post__data__left {
    max-width: 100%;
  }
}
.post__data__right {
  width: 40%;
}
.post__details {
  position: absolute;
  max-width: 430px;
  background: white;
  padding: 40px 40px 32px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .post__details {
    position: relative;
    max-width: 100%;
  }
}
.post__detail {
  display: flex;
  align-items: start;
  color: black;
  margin-bottom: 32px;
  gap: 1rem;
}
.post__detail svg {
  margin-right: 24px;
  min-width: 48px;
}
.post__detail__content {
  font-size: 16px;
  line-height: 21px;
}
.post__detail__title {
  font-size: 14px;
  line-height: 19px;
  opacity: 0.6;
}
.post__button {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 32px;
}
.post__button:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0px;
  width: calc(80px + 100%);
  background: #f8f4f1;
  height: 2px;
}
.post__contact {
  margin-top: 32px;
  font-weight: 400;
  color: black;
  text-align: center;
  display: block;
}
.post__contact a {
  font-weight: 700;
  text-decoration: none;
}
.post__contact a:visited {
  color: black;
}
.post__list {
  margin-bottom: 100px;
}
.post__list h2 {
  font-family: "tgn-soft-round", sans-serif;
  line-height: 64.8px;
  margin-bottom: 16px;
  font-weight: 800;
}
.post__list--blocks {
  margin-bottom: 70px;
}
.post__list--blocks li {
  background: white;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 32px;
  margin: 0.5rem 0.5rem;
  padding: 0.5rem 0 1rem 0.5rem;
  display: inline-block;
  width: 100%;
  max-width: 140px;
  font-size: 14px;
  line-height: 19px;
}
.post__list--blocks li strong {
  display: block;
}
.post__list--dots li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 25.6px;
}
.post__list--dots li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FAC30C;
  border-radius: 100%;
  top: 5px;
  left: 0;
}
.post__gallery {
  padding: 80px 20px 96px;
}
.post__gallery h2 {
  text-align: center;
  font-family: "tgn-soft-round", sans-serif;
}
.post__gallery__content {
  display: flex;
  flex-wrap: wrap;
}
.post__gallery__image {
  padding: 24px 20px;
  flex: 0 33%;
  max-height: 280px;
  overflow: hidden;
}
.post__gallery__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .post__title h1 {
    font-size: 48px;
    line-height: auto;
  }
  .post__img {
    padding: 40px 24px;
  }
  .post__data {
    flex-direction: column;
    padding: 40px 24px 80px;
  }
  .post__data__left {
    padding-right: 0;
  }
  .post__data__right {
    width: 100%;
  }
  .post__list {
    margin-bottom: 80px;
  }
  .post__list--blocks li {
    flex: 0 50%;
  }
  .post__gallery {
    padding: 80px 0 40px;
  }
  .post__gallery h2 {
    margin-bottom: 16px;
  }
  .post__gallery__image {
    padding: 16px 0px;
    flex: 0 100%;
  }
}

/** General Field Types **/
form.pmpro_form input[type=text],
form.pmpro_form input[type=password],
form.pmpro_form input[type=email],
form.pmpro_form input[type=number],
form.pmpro_form textarea,
form.pmpro_form select,
#loginform input[type=text],
#loginform input[type=password] {
  display: inline-block;
  max-width: 100%;
  min-height: 1.5rem;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  width: 100%;
  padding: 12px 20px;
  /* Adequate padding for better text visibility and touch area */
  margin: 8px 0;
  /* Spacing between each form element */
  display: inline-block;
  /* Keeps the block alignment and width control */
  border: 1px solid #ccc;
  /* Subtle border */
  border-radius: 4px;
  /* Rounded corners for a modern look */
  box-sizing: border-box;
  /* Includes padding and border in the element's total width and height */
  background-color: #F6F6F6;
  /* Light gray background color for the input fields */
  font-size: 16px;
  /* Sufficient size for readability */
  color: #333;
  /* Dark color for input text */
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  /* Highlight color when the input is focused */
  outline: none;
  /* Removes the default focus outline */
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  /* Soft box shadow that matches the border color */
}

/* Enhances the appearance of the select dropdown */
select {
  appearance: none;
  /* Removes default system dropdown button */
  background-image: url("dropdown-icon.svg");
  /* Adds custom dropdown icon */
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  /* Ensures the icon size is consistent */
}

/* Styling adjustments for the textarea */
textarea {
  height: auto;
  /* Adjust height according to the content */
  min-height: 120px;
  /* Minimum height to ensure enough space for text entry */
}

hr {
  display: none;
}

.pmpro_asterisk {
  display: none;
}

.pmpro_checkout-field-required label:after {
  content: " *";
  color: red;
}

#rank-math-faq .rank-math-list-item {
  position: relative;
  border-radius: 8px;
  background: var(--white, #FFF);
  padding: 16px 24px 16px 24px;
  cursor: pointer;
  /* Shadow */
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.04);
  margin: 0.5rem 0 0 0;
}
#rank-math-faq .rank-math-list-item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 41px;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}

#rank-math-faq .rank-math-list-item #rank-math-faq .rank-math-list-item h3 {
  background: #f1f2f6;
  padding: 10px 12px 10px 18px;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: normal !important;
  position: relative;
  margin-bottom: 0;
}

#rank-math-faq .rank-math-list-item h3:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #000000;
  margin-right: 8px;
  display: none;
}

#rank-math-faq .rank-math-answer {
  padding: 10px 10px 0px 10px;
  max-height: 0;
  overflow: hidden;
}

#rank-math-faq .rank-math-list-item input:checked + h3 ~ .rank-math-answer {
  max-height: 100vh;
  overflow: visible;
}

.error {
  color: red;
  font-size: 0.8em;
  margin-top: 5px;
}

.input.error {
  border: 1px solid red;
  outline: none;
}

.description {
  background: white;
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 2rem;
}

.description p {
  font-size: 1.15rem;
  line-height: 165%;
}

main ul {
  margin: 1rem 0 2rem 1rem;
}

main ul li {
  list-style: disc;
  margin: 0.5rem 0;
  font-size: 18px;
}

main ul li::marker {
  color: #FAC30C;
}

.description a {
  text-decoration: underline;
}

.bg-white {
  background: #fff;
}

.route {
  padding: 4rem 0 6rem 0;
  margin: 4rem 0 0 0;
}

/* Single Course New */
.signups-course {
  background: #F6F6F6;
  padding: 1.65rem 0.85rem;
  border-radius: 16px;
  width: 100%;
}

.signups-label {
  background: #FAC30C;
  padding: 0.65rem 1rem;
  position: absolute;
  left: 0;
  border-radius: 8px;
  top: 0.5rem;
}

.development-path-image {
  width: 100%;
  margin-top: 3rem;
}

.content-flex {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  margin-top: 4rem;
}

.content-block {
  padding: 10px;
}

.text-content {
  width: 60%;
}

.video-content {
  width: 40%;
}

.video-player {
  width: 100%;
  height: auto;
  /* This makes the video responsive */
}

.video-error {
  color: red;
  font-weight: bold;
}

.heading {
  margin-top: 20px;
  font-size: 1.5rem;
}

/* Login */
.form-title {
  margin: 0 0 2rem 0;
}

form.pmpro_form label,
#loginform label {
  padding: 0.5rem 0 0rem 0;
}

.login-submit .button {
  width: 100%;
}

.pmpro_actions_nav {
  padding: 1rem 0;
}

.layout-frame {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: white;
}

.split-screen {
  display: flex;
  flex-direction: row;
  /* Default to row for desktop */
  flex-grow: 1;
  gap: 4rem;
}

.left-side,
.right-side {
  flex: 1;
}

.full-height-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-container {
  padding: 0 4rem;
  width: 100%;
  margin: 0 auto;
}

.registration-prompt {
  text-align: center;
}

.registration-prompt a {
  text-decoration: underline;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .split-screen {
    flex-direction: column-reverse;
    /* Stack form over image on mobile */
  }
  .form-container,
  .left-side,
  .right-side {
    max-width: 100%;
    /* Use full width on smaller screens */
    padding: 2rem 1rem;
  }
}
/*Old*/
form.pmpro_form .pmpro_checkout-fields div,
#loginform p {
  margin: 0 0 0 0;
}

#old {
  background: white;
}

#old article ul li {
  list-style: none;
  margin: 0 2.5rem;
}

#old article ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FAC30C;
  border-radius: 100%;
  top: 5px;
  left: 0;
}

#pmpro_account .pmpro_box {
  border: none;
}

#pmpro_account-profile ul {
  padding: 2rem 0;
}

.first_name,
.last_name,
.display_name,
#pmpro_actionlink-change {
  display: none;
}

#old .pmpro_account-membership-levelname #pmpro_actionlink-cancel a {
  display: none !important;
}

#old #pmpro_actionlink-cancel {
  display: none !important;
  font-size: 1px;
  color: #fff;
}

#old a {
  color: #444;
  text-decoration: none;
}

#old a:hover {
  color: #444;
}

#old a:focus {
  outline: 0;
}

#old a:hover,
#old a:active {
  outline: 0;
}

#old input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

#old .text-center {
  text-align: center;
}

#old #menu-menu-glowne {
  display: none;
}

#old .disabled {
  background: #f2f2f2 !important;
  color: #141414 !important;
  border: #f2f2f2 !important;
  cursor: no-drop !important;
}

#old .toggle-button {
  display: block;
}

#old .header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

#old .header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

#old .header .menu-icon .navicon .black {
  background: #000;
}

#old .header .menu-icon .navicon:before,
#old .header .menu-icon .navicon:after {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

#old .header .menu-icon .navicon:before {
  top: 5px;
}

#old .header .menu-icon .navicon:after {
  top: -5px;
}

#old .header .menu-btn {
  display: none;
}

#old .header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

#old .header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

#old .header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

#old .header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

#old .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#old .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

#old .current_page_item {
  font-weight: 600;
}

#old .regular a {
  color: #000;
}

#old article {
  padding: 4rem 1rem;
}

#old .sidebar-widget {
  text-align: left;
}

#old .active {
  color: #fac40d;
}

#old main {
  padding: 4rem 0;
  margin: 0 auto;
}

#old .mainsite {
  text-align: center;
  list-style: none;
}

#old .page-resize {
  max-width: 1140px;
}

#old .slider {
  width: 100%;
  height: 90vh;
  background: #f2f2f2;
  color: #fff;
  background-size: cover;
}

#old .slider .tagline {
  padding: 16vh 0;
  text-align: center;
}

#old .slider .tagline h1 {
  margin: 2rem 0 0 0;
  padding: 0;
  font-weight: 700;
}

#old .slider .tagline h2 {
  margin: 0.5rem 0 5rem 0;
}

#old .cours-wrapper {
  padding: 2rem 0;
}

#old .cours {
  padding: 10rem 2rem;
  text-align: center;
  background-size: cover;
  min-height: 260px;
  opacity: 0.75;
}

#old .cours-details {
  max-width: 33%;
  float: right;
  background: #fff;
  margin: 2rem;
  padding: 2rem 2rem 0rem 2rem;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);
}

#old .cours-details ul li {
  list-style: none;
}

#old .cours-details button {
  margin-top: 2rem;
}

#old .cours-header {
  width: 100%;
  min-height: 40rem;
  background-size: cover;
  background-position: center center;
}

#old .cours-header .category-tag {
  margin: 2rem;
}

#old .category-tag {
  color: #fff;
  bottom: 0;
}

#old .cours-details-secondary {
  display: table;
}

#old .thumb {
  background: #000;
  border-radius: 6px;
}

#old .description {
  margin: 8rem 0 0 0;
  opacity: 1;
}

#old .cours {
  margin: 0 auto;
  border-radius: 6px;
}

#old .courses a {
  color: #fff;
}

#old .courses {
  list-style: none;
  transition-duration: 0.5s;
  border-radius: 4px;
}

#old .courses p {
  color: #fff;
}

#old .courses:hover {
  transition-duration: 0.5s;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.2);
}

#old .no-courses {
  list-style: none;
  margin: 14rem auto 12rem auto;
}

#old .no-courses .alert {
  padding: 0.8rem 1.8rem;
  border-radius: 6px;
  margin: 0 auto 1rem auto;
  background: #efefef;
  max-width: 35rem;
  font-size: 1em;
}

#old .courses-box {
  margin: 4rem 0;
}

#old .content {
  z-index: 999999999;
  display: table;
  position: absolute;
  padding: 2rem 2rem;
}

#old .category-tag {
  font-size: 0.85em;
  background: #fac40d;
  border-radius: 6px;
  padding: 0.3rem 1.2rem;
  float: left;
}

#old .soon {
  margin: 2rem 0;
  min-height: 40vh;
  border-bottom: 1px solid #f2f2f2;
}

#old .remain {
  margin: 4rem 0;
}

#old .remain .courses {
  opacity: 0.5;
}

#old .remain .courses:hover {
  opacity: 1;
}

#old .remain h2 {
  padding: 0 0 3rem 0;
}

#old .for-business {
  width: 100%;
  min-height: 40vh;
  background: #fac40d;
  padding: 4rem 6rem;
  text-align: left;
  color: #fff;
}

#old .for-business p {
  color: #fff;
}

#old .for-business .button:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

#old .heavy {
  margin: 5rem 0 0 0;
}

#old .contact ul li {
  list-style: none;
}

#old .single-kursimpro {
  background: #f9f9f9;
}

#old .order-course {
  margin: 8rem 0 0 0;
  width: 100%;
  text-align: center;
}

#old .order-course .button {
  width: 60%;
}

#old .trainer {
  font-size: 0.85em;
}

#old .trainer h3 {
  margin: 2rem 0 0.5rem 0;
}

#old .dark {
  background: #231f20;
  padding: 8rem 0 4rem 0;
  color: #fff;
}

#old .dark p {
  color: #fff;
}

#old .dark a {
  color: #fff;
}

#old .pages {
  max-width: 1120px;
  margin: 0 auto;
}

#old .container {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#old .column,
#old .columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  #old .container {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  #old {
    /* Offsets */
  }
  #old .container {
    width: 80%;
  }
  #old .column,
  #old .columns {
    margin-right: 2%;
  }
  #old .column:first-child,
  #old .columns:first-child {
    margin-left: 0;
  }
  #old .one.column,
  #old .one.columns {
    width: 4.6666666667%;
  }
  #old .two.columns {
    width: 13.3333333333%;
  }
  #old .three.columns {
    width: 22%;
  }
  #old .five.columns {
    width: 39.3333333333%;
  }
  #old .six.columns {
    width: 48%;
  }
  #old .seven.columns {
    width: 56.6666666667%;
  }
  #old .eight.columns {
    width: 65.3333333333%;
  }
  #old .nine.columns {
    width: 74%;
  }
  #old .ten.columns {
    width: 82.6666666667%;
  }
  #old .eleven.columns {
    width: 91.3333333333%;
  }
  #old .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  #old .one-third.column {
    width: 30.6666666667%;
  }
  #old .two-thirds.column {
    width: 65.3333333333%;
  }
  #old .one-half.column {
    width: 48%;
  }
  #old .offset-by-one.column,
  #old .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  #old .offset-by-two.column,
  #old .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  #old .offset-by-three.column,
  #old .offset-by-three.columns {
    margin-left: 26%;
  }
  #old .offset-by-four.column,
  #old .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  #old .offset-by-five.column,
  #old .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  #old .offset-by-six.column,
  #old .offset-by-six.columns {
    margin-left: 52%;
  }
  #old .offset-by-seven.column,
  #old .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  #old .offset-by-eight.column,
  #old .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  #old .offset-by-nine.column,
  #old .offset-by-nine.columns {
    margin-left: 78%;
  }
  #old .offset-by-ten.column,
  #old .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  #old .offset-by-eleven.column,
  #old .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  #old .offset-by-one-third.column,
  #old .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  #old .offset-by-two-thirds.column,
  #old .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  #old .offset-by-one-half.column,
  #old .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
#old textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#old fieldset {
  padding: 0;
  border-width: 0;
}

#old label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

#old input[type=email],
#old input[type=number],
#old input[type=search],
#old input[type=text],
#old input[type=tel],
#old input[type=url],
#old input[type=password],
#old textarea,
#old select {
  width: 100%;
}

#old ul {
  list-style: circle inside;
}

#old ol {
  list-style: decimal inside;
}

#old ol,
#old ul {
  padding-left: 0;
  margin-top: 0;
}

#old ul ul,
#old ul ol,
#old ol ol,
#old ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

#old li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  line-height: 25.6px;
}

#old li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #FAC30C;
  border-radius: 100%;
  top: 5px;
  left: 0;
}

#old code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

#old pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

#old th,
#old td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

#old th:first-child,
#old td:first-child {
  padding-left: 0;
}

#old th:last-child,
#old td:last-child {
  padding-right: 0;
}

#old button,
#old .button {
  margin-bottom: 1rem;
}

#old input,
#old textarea,
#old select,
#old fieldset {
  margin-bottom: 1.5rem;
}

#old .u-full-width {
  width: 100%;
  box-sizing: border-box;
}

#old .u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

#old .u-pull-right {
  float: right;
}

#old .u-pull-left {
  float: left;
}

#old hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

@media (min-width: 750px) {
  #old .four.columns {
    width: 30.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  #old #menu-menu-glowne {
    display: table;
  }
  #old .toggle-button {
    display: none;
  }
  #old .header nav ul li {
    float: left;
    display: inline;
    margin: 0 1.25rem;
    width: auto;
  }
}
#old img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  width: 100%;
}

#old img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  width: 100%;
}

#old img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#old .alignright {
  float: right;
}

#old .alignleft {
  float: left;
}

#old .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#old .pmpro_checkout-field-bcountry {
  display: none !important;
}

#old #pmpro_pricing_fields {
  text-align: center;
  background: #fff;
  padding: 2rem 4rem;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin: 0 0 0 4rem;
}

#old #pmpro_user_fields,
#old #pmpro_billing_address_fields {
  margin: 0 auto;
  width: 100%;
}

#old form.pmpro_form .input {
  width: 95%;
}

#old #pmpro_payment_information_fields {
  max-width: 600px;
  margin: 6rem auto auto auto;
  border-top: 1px solid #f2f2f2;
}

#old #pmpro_levels_table {
  margin: 0 auto;
  background: none;
  margin-bottom: 6rem;
}

#old #pmpro_account .pmpro_box {
  text-align: left;
}

#old .pmpro-checkout h1 {
  text-align: center;
}

#old .cn-bottom {
  z-index: 99999999999 !important;
}

#old #cookie-notice .button {
  padding: 0.2rem 4rem;
  margin: 0 2rem;
}

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