.course-new-section-a--home {
  padding-block: var(--section-pdd);
}

.course-new-section-a--home .course-new-grid {
  --course-new-card-height: 24.5rem;
  --course-new-card-gap: 1rem;
  --course-new-line-width: 10rem;
}

.course-new-section-a--home .course-new-grid__heading {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.course-new-section-a--home .course-new-grid__title {
  margin: 0;
  color: #f7f9fc;
  font: 500 clamp(2.25rem, 9vw, 4.75rem) / 1.02 "RHD", sans-serif;
  letter-spacing: -0.035em;
}

.course-new-section-a--home .course-new-grid__line {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: min(100%, var(--course-new-line-width));
  min-width: 7rem;
}

.course-new-section-a--home .course-new-grid__line-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #7b84e8;
  flex: 0 0 auto;
  box-shadow: 0 0 0 0.18rem rgba(123, 132, 232, 0.18);
}

.course-new-section-a--home .course-new-grid__line-track {
  height: 1px;
  flex: 1 1 auto;
  background: rgba(208, 211, 255, 0.45);
}

.course-new-section-a--home .course-new-grid__cards {
  display: flex;
  gap: 0;
}

.course-new-section-a--home .course-new-grid__slider {
  overflow: hidden;
}

.course-new-section-a--home .course-new-grid__cards.swiper-wrapper {
  align-items: stretch;
}

.course-new-section-a--home .course-new-grid__cards > .swiper-slide {
  height: auto;
}

.course-new-section-a--home .course-new-grid__pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
}

.course-new-section-a--home .course-new-grid__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  border-radius: 999px;
  background: rgba(208, 211, 255, 0.35);
  opacity: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.course-new-section-a--home .course-new-grid__pagination .swiper-pagination-bullet-active {
  background: #7b84e8;
  transform: scale(1.15);
}

.course-new-section-a--home .course-new-card {
  position: relative;
  display: block;
  height: var(--course-new-card-height);
  min-height: var(--course-new-card-height);
  max-height: var(--course-new-card-height);
  overflow: hidden;
  border: 0;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(61, 72, 139, 0.96) 0%, rgba(39, 45, 105, 0.99) 100%);
  color: #f7f9fc;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.course-new-section-a--home .course-new-card:hover,
.course-new-section-a--home .course-new-card:focus-visible,
.course-new-section-a--home .course-new-card:focus-within,
.course-new-section-a--home .course-new-card.is-active {
  transform: translateY(-2px);
}

.course-new-section-a--home .course-new-card__default,
.course-new-section-a--home .course-new-card__hover {
  height: 100%;
}

.course-new-section-a--home .course-new-card__default {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  transition: opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.course-new-section-a--home .course-new-card__hover {
  position: absolute;
  inset: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(55, 65, 129, 0.985) 0%, rgba(39, 45, 105, 0.995) 100%);
  transition: opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateY(0.8rem);
}

.course-new-section-a--home .course-new-card__hover-inner,
.course-new-section-a--home .course-new-card__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.course-new-section-a--home .course-new-card__body {
  position: relative;
  z-index: 4;
}

.course-new-section-a--home .course-new-card__body--bundle {
  justify-content: flex-end;
  padding: 1rem;
}

.course-new-section-a--home .course-new-card__body--simple {
  padding: 0.95rem 1rem 1rem;
}

.course-new-section-a--home .course-new-card__scroll {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.course-new-section-a--home .course-new-card__scroll::-webkit-scrollbar {
  width: 8px;
}

.course-new-section-a--home .course-new-card__scroll::-webkit-scrollbar-track {
  background: rgba(39, 45, 105, 0.08);
}

.course-new-section-a--home .course-new-card__scroll::-webkit-scrollbar-thumb {
  background: rgba(157, 208, 255, 0.34);
  border-radius: 999px;
}

.course-new-section-a--home .course-new-card__scroll--default {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex: 1 1 auto;
  padding-right: 0.45rem;
}

.course-new-section-a--home .course-new-card__scroll--hover {
  flex: 1 1 auto;
  padding-right: 0.45rem;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.course-new-section-a--home .course-new-card__media {
  position: relative;
  overflow: hidden;
}

.course-new-section-a--home .course-new-card__media img,
.course-new-section-a--home .course-new-card__flag-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-new-section-a--home .course-new-card__media img {
  filter: saturate(0.78) contrast(0.9) brightness(0.9) blur(0.15px);
  transform: scale(1.015);
}

.course-new-section-a--home .course-new-card__media--full {
  position: absolute;
  inset: 0;
}

.course-new-section-a--home .course-new-card__media--top {
  flex: 0 0 10.75rem;
  min-height: 10.75rem;
  max-height: 10.75rem;
  border-radius: 1.35rem;
}

.course-new-section-a--home .course-new-card__media-topbar {
  position: absolute;
  inset: 0.9rem 0.9rem auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  z-index: 4;
}

.course-new-section-a--home .course-new-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #323871;
  opacity: 0.8;
  pointer-events: none;
}

.course-new-section-a--home .course-new-card__copy--bundle {
  margin-top: auto;
}

.course-new-section-a--home .course-new-card__category {
  display: inline-flex;
  align-items: center;
}

.course-new-section-a--home .course-new-card__category--bundle {
  width: fit-content;
  max-width: 100%;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: rgba(247, 249, 252, 0.12);
  color: #f7f9fc;
  font: 500 0.8125rem / 1.2 "RHD", sans-serif;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.course-new-section-a--home .course-new-card__title {
  margin: 0;
}

.course-new-section-a--home .course-new-card__title--bundle {
  font: 500 1.5rem / 1.12 "RHD", sans-serif;
  letter-spacing: -0.02em;
}

.course-new-section-a--home .course-new-card__title--simple-main {
  font-size: 1.45rem;
}

.course-new-section-a--home .course-new-card__text {
  margin: 0;
}

.course-new-section-a--home .course-new-card__text--bundle {
  margin-top: 0.72rem;
  max-width: 27ch;
  color: rgba(247, 249, 252, 0.9);
  font: 400 0.95rem / 1.5 "RHD", sans-serif;
}

.course-new-section-a--home .course-new-card__text--simple {
  color: rgba(237, 243, 249, 0.88);
  font: 400 0.95rem / 1.55 "RHD", sans-serif;
}

.course-new-section-a--home .course-new-card__flag,
.course-new-section-a--home .course-new-card__flag img {
  width: 2rem;
  height: auto;
}

.course-new-section-a--home .course-new-card__image-title {
  position: absolute;
  inset-inline: 1rem;
  bottom: 1rem;
  z-index: 4;
  color: #f7f9fc;
  font: 500 1rem / 1.25 "RHD", sans-serif;
}

.course-new-section-a--home .course-new-card__image-title--simple {
  max-width: 80%;
}

.course-new-section-a--home .course-new-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.85rem;
  padding-top: 0.95rem;
}

.course-new-section-a--home .course-new-card__meta--sticky {
  position: relative;
  flex: 0 0 auto;
  border-top: 1px solid rgba(247, 249, 252, 0.12);
}

.course-new-section-a--home .course-new-card__meta-left {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.course-new-section-a--home .course-new-card__icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.course-new-section-a--home .course-new-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.course-new-section-a--home .course-new-card__meta-text,
.course-new-section-a--home .course-new-card__price {
  color: #f7f9fc;
  font: 500 0.875rem / 1.3 "RHD", sans-serif;
}

.course-new-section-a--home .course-new-card__price {
  text-align: right;
}

.course-new-section-a--home .course-new-card__hover-copy {
  display: grid;
  gap: 0.85rem;
}

.course-new-section-a--home .course-new-card__hover-block + .course-new-card__hover-block {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(247, 249, 252, 0.12);
}

.course-new-section-a--home .course-new-card__hover-title {
  margin: 0 0 0.35rem;
  color: #f7f9fc;
  font: 500 1rem / 1.25 "RHD", sans-serif;
}

.course-new-section-a--home .course-new-card__hover-text {
  margin: 0;
  color: rgba(237, 243, 249, 0.9);
  font: 400 0.9375rem / 1.5 "RHD", sans-serif;
}

.course-new-section-a--home .course-new-card__button-wrap {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  padding-top: 0.8rem;
  margin-top: 0.8rem;
  border-top: 1px solid rgba(247, 249, 252, 0.12);
  background: linear-gradient(180deg, rgba(55, 65, 129, 0) 0%, rgba(39, 45, 105, 0.98) 40%);
}

.course-new-section-a--home .course-new-card__button-wrap--mobile {
  margin-top: 0;
  background: none;
}

.course-new-section-a--home .course-new-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.course-new-section-a--home .course-new-card__actions--desktop {
  width: 100%;
}

.course-new-section-a--home .course-new-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.34rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  line-height: 1.2;
  text-align: center;
  width: fit-content;
}

.course-new-section-a--home .course-new-card__flag-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.course-new-section-a--home .course-new-card__flag-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.4rem;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(247, 249, 252, 0.18);
  background: rgba(247, 249, 252, 0.08);
  box-shadow: 0 0 0 1px rgba(50, 56, 113, 0.18) inset;
}

.course-new-section-a--home .course-new-card__actions--desktop .course-new-card__flag-link {
  width: 2.1rem;
}

.course-new-section-a--home .archive-link {
  margin-top: 2rem;
}

.course-new-section-a--home .course-new-card__actions--desktop,
.course-new-section-a--home .course-new-card__button-wrap--mobile {
  display: none;
}

.course-new-section-a--home .course-new-card--has-hover:hover .course-new-card__hover,
.course-new-section-a--home .course-new-card--has-hover:focus-visible .course-new-card__hover,
.course-new-section-a--home .course-new-card--has-hover:focus-within .course-new-card__hover,
.course-new-section-a--home .course-new-card--has-hover.is-active .course-new-card__hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.course-new-section-a--home .course-new-card--has-hover:hover .course-new-card__default,
.course-new-section-a--home .course-new-card--has-hover:focus-visible .course-new-card__default,
.course-new-section-a--home .course-new-card--has-hover:focus-within .course-new-card__default,
.course-new-section-a--home .course-new-card--has-hover.is-active .course-new-card__default {
  opacity: 0;
  transform: translateY(-0.4rem);
}

@media (max-width: 767.98px) {
  .course-new-section-a--home .course-new-grid {
    --course-new-card-height: 24rem;
  }

  .course-new-section-a--home .course-new-card {
    border-radius: 1.5rem;
    height: var(--course-new-card-height);
    min-height: var(--course-new-card-height);
    max-height: var(--course-new-card-height);
  }

  .course-new-section-a--home .course-new-card__body--bundle,
  .course-new-section-a--home .course-new-card__body--simple,
  .course-new-section-a--home .course-new-card__hover {
    padding-inline: 0.95rem;
  }

  .course-new-section-a--home .course-new-card__media--top {
    flex-basis: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .course-new-section-a--home .course-new-card__title--bundle,
  .course-new-section-a--home .course-new-card__title--simple-main {
    font-size: 1.375rem;
  }

  .course-new-section-a--home .course-new-card__text--bundle,
  .course-new-section-a--home .course-new-card__text--simple,
  .course-new-section-a--home .course-new-card__hover-text {
    font-size: 0.9rem;
  }

  .course-new-section-a--home .course-new-card:not(.course-new-card--has-hover) .course-new-card__button-wrap--mobile {
    display: block;
  }

  .course-new-section-a--home .course-new-card:not(.course-new-card--has-hover) .course-new-card__actions--mobile {
    display: flex;
  }

  .course-new-section-a--home .course-new-card__hover {
    display: flex;
  }

  .course-new-section-a--home .course-new-card--has-hover.is-active .course-new-card__button-wrap--mobile {
    display: none;
  }

  .course-new-section-a--home .course-new-card--has-hover.is-active .course-new-card__button-wrap {
    display: block;
  }

  .course-new-section-a--home .course-new-card--has-hover.is-active .course-new-card__actions--desktop {
    display: flex;
  }
}

@media (min-width: 768px) {
  .course-new-section-a--home .course-new-grid {
    --course-new-card-gap: 1.25rem;
    --course-new-card-height: 27.5rem;
  }

  .course-new-section-a--home .course-new-card__body--bundle {
    padding: 1.25rem;
  }

  .course-new-section-a--home .course-new-card__body--simple {
    padding: 1rem 1.1rem 1.1rem;
  }

  .course-new-section-a--home .course-new-card__hover {
    padding: 1.1rem;
  }
}

@media (min-width: 1024px) {
  .course-new-section-a--home .course-new-grid {
    --course-new-card-gap: 1.5rem;
    --course-new-card-height: 28.5rem;
  }

  .course-new-section-a--home .course-new-grid__heading {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: calc((((100% - (var(--course-new-card-gap) * 3)) / 4) * 2) + var(--course-new-card-gap));
    max-width: 100%;
    margin-bottom: 1.75rem;
  }

  .course-new-section-a--home .course-new-grid__line {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }

  .course-new-section-a--home .course-new-grid__pagination {
    display: none;
  }

  .course-new-section-a--home .course-new-card,
  .course-new-section-a--home .course-new-card__body,
  .course-new-section-a--home .course-new-card__default {
    height: var(--course-new-card-height);
  }

  .course-new-section-a--home .course-new-card__body--bundle {
    padding: 1.5rem;
  }

  .course-new-section-a--home .course-new-card__body--simple {
    padding: 1.05rem 1.2rem 1.2rem;
  }

  .course-new-section-a--home .course-new-card__hover {
    padding: 1.15rem;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .course-new-section-a--home .course-new-card__actions--desktop {
    display: flex;
  }
}

@media (hover: none), (pointer: coarse) {
  .course-new-section-a--home .course-new-card {
    height: var(--course-new-card-height);
    min-height: var(--course-new-card-height);
    max-height: var(--course-new-card-height);
  }

  .course-new-section-a--home .course-new-card__hover {
    display: flex;
  }

  .course-new-section-a--home .course-new-card:not(.course-new-card--has-hover) .course-new-card__button-wrap--mobile {
    display: block;
  }

  .course-new-section-a--home .course-new-card:not(.course-new-card--has-hover) .course-new-card__actions--mobile {
    display: flex;
  }

  .course-new-section-a--home .course-new-card--has-hover.is-active .course-new-card__button-wrap--mobile {
    display: none;
  }

  .course-new-section-a--home .course-new-card--has-hover.is-active .course-new-card__button-wrap {
    display: block;
  }

  .course-new-section-a--home .course-new-card--has-hover.is-active .course-new-card__actions--desktop {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .course-new-section-a--home .course-new-card,
  .course-new-section-a--home .course-new-card__default,
  .course-new-section-a--home .course-new-card__hover {
    transition: none;
  }
}

@media (min-width: 992px) {
  body:not(.walytiq-tutor-surface) .footer__panel {
    max-width: 66.1875rem;
  }
}

@media (max-width: 991.98px) {
  .header__cta {
    display: none !important;
  }

  body:not(.walytiq-tutor-surface) .header .container {
    position: relative;
  }

  body:not(.walytiq-tutor-surface) .header__nav--desktop,
  body:not(.walytiq-tutor-surface) .header__mobile-nav[hidden] {
    display: none !important;
  }

  body:not(.walytiq-tutor-surface) .header__mobile-nav {
    display: none;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-nav {
    position: fixed;
    top: max(68px, calc(env(safe-area-inset-top) + 56px));
    left: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    overflow-y: auto;
    padding: 20px 18px 34px;
    background: linear-gradient(180deg, rgba(40, 47, 110, 0.98) 0%, rgba(18, 25, 76, 0.995) 100%);
    box-shadow: 0 28px 64px rgba(8, 12, 34, 0.38);
    z-index: 1201;
  }

  body.admin-bar:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-nav {
    top: calc(max(68px, calc(env(safe-area-inset-top) + 56px)) + 46px);
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready {
    position: relative;
    display: inline-flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    margin-left: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready.is-open {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__dropdown {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__mobile-toggle {
    display: none !important;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__current {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.5625rem 0.875rem !important;
    border: 1px solid rgba(198, 209, 240, 0.12) !important;
    border-radius: 0.875rem !important;
    background: rgba(67, 76, 146, 0.88) !important;
    box-shadow: none !important;
    color: #edf3f9;
    font: 500 1rem/1.2 "RHD", sans-serif;
    cursor: pointer;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready.is-open .lang-switcher__current {
    min-height: 2.75rem;
    padding: 0.5625rem 0.875rem !important;
    border: 1px solid rgba(198, 209, 240, 0.12) !important;
    border-radius: 0.875rem !important;
    background: rgba(67, 76, 146, 0.88) !important;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__current::before {
    content: "";
    display: inline-flex;
    width: 1.125rem;
    height: 1.125rem;
    flex: 0 0 auto;
    background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75Z' stroke='%23edf3f9' stroke-width='1.5'/%3E%3Cpath d='M12 2.75C14.4561 5.18902 15.8541 8.50258 15.8889 12C15.8541 15.4974 14.4561 18.811 12 21.25C9.54394 18.811 8.14593 15.4974 8.11111 12C8.14593 8.50258 9.54394 5.18902 12 2.75Z' stroke='%23edf3f9' stroke-width='1.5'/%3E%3Cpath d='M3.5 9H20.5' stroke='%23edf3f9' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3.5 15H20.5' stroke='%23edf3f9' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__current::after {
    display: none;
    content: none;
    width: 0;
    height: 0;
    background: none;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__current:focus-visible {
    outline: 2px solid rgba(157, 208, 255, 0.72);
    outline-offset: 2px;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__label {
    color: #edf3f9;
    font: 500 1rem/1.2 "RHD", sans-serif;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__current svg,
  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__current .lang-switcher__mobile-caret,
  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__current .lang-switcher__mobile-icon {
    display: none !important;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready.is-open .lang-switcher__current::after {
    transform: none;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__list {
    position: static;
    display: grid;
    min-width: 100%;
    width: max-content;
    margin: 0;
    padding: 0.25rem;
    background: rgba(67, 76, 146, 0.88);
    border: 1px solid rgba(198, 209, 240, 0.12);
    border-radius: 0.875rem;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.25rem);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready.is-open .lang-switcher__list {
    gap: 0.125rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__item,
  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.375rem 0.625rem;
    border-radius: 0.5625rem;
    color: #edf3f9;
    font: 500 0.875rem/1.25 "RHD", sans-serif;
    letter-spacing: 0;
    text-transform: none;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready .lang-switcher__item--active .lang-switcher__link {
    background: transparent;
    color: #edf3f9;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-utility .lang-switcher.lang-switcher--mobile-ready img {
    width: 1.25rem;
    height: 0.875rem;
    border-radius: 0.125rem;
    object-fit: cover;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-list {
    display: grid;
    gap: 22px;
    padding-top: 0;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-list > li {
    width: 100%;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-nav a {
    display: inline-flex;
    width: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #edf3f9;
    text-decoration: none;
    font: 400 18px/1.35 "RHD", sans-serif;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-nav .sub-menu,
  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-nav .children {
    position: static;
    display: grid;
    gap: 12px;
    margin: 14px 0 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    background: transparent;
    box-shadow: none;
  }

  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-nav .sub-menu a,
  body:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-nav .children a {
    font-size: 16px;
    color: #c6d1f0;
  }

  body.walytiq-site-menu-open {
    overflow: hidden;
  }
}

@media (min-width: 783px) and (max-width: 991.98px) {
  body.admin-bar:not(.walytiq-tutor-surface) .header.walytiq-site-menu-open .header__mobile-nav {
    top: calc(max(68px, calc(env(safe-area-inset-top) + 56px)) + 32px);
  }
}
body.page-id-19393 #main.js-cursor::after {
  background:
    radial-gradient(
      620px circle at var(--x) var(--y),
      rgba(255, 255, 255, 0.18),
      transparent 36%
    );
  mix-blend-mode: soft-light;
  opacity: calc(var(--opacity, 0) * 0.42);
}
