@charset "UTF-8";
@keyframes underLineAnimation {
  0% {
    bottom: -2px;
    left: 50%;
    width: 1vw;
  }
  50% {
    bottom: 0vh;
    left: 50%;
    width: 1vw;
  }
  100% {
    left: 0;
    width: 100vw;
    bottom: 0;
  }
}
.theme-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  background: currentColor;
  vertical-align: -0.12em;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.theme-icon--phone {
  mask-image: url("../img/ico/phone-volume-solid-full.svg");
  -webkit-mask-image: url("../img/ico/phone-volume-solid-full.svg");
}

.theme-icon--envelope {
  mask-image: url("../img/ico/envelope-solid-full.svg");
  -webkit-mask-image: url("../img/ico/envelope-solid-full.svg");
}

.theme-icon--paperplane {
  mask-image: url("../img/ico/paper-plane-solid-full.svg");
  -webkit-mask-image: url("../img/ico/paper-plane-solid-full.svg");
}

.theme-icon--search {
  mask-image: url("../img/ico/magnifying-glass-solid.svg");
  -webkit-mask-image: url("../img/ico/magnifying-glass-solid.svg");
}

.theme-icon--cart {
  mask-image: url("../img/ico/cart-shopping-solid.svg");
  -webkit-mask-image: url("../img/ico/cart-shopping-solid.svg");
}

.theme-icon--user {
  mask-image: url("../img/ico/user-solid.svg");
  -webkit-mask-image: url("../img/ico/user-solid.svg");
}

.theme-icon--facebook {
  mask-image: url("../img/ico/facebook.svg");
  -webkit-mask-image: url("../img/ico/facebook.svg");
}

.theme-icon--instagram {
  mask-image: url("../img/ico/instagram.svg");
  -webkit-mask-image: url("../img/ico/instagram.svg");
}

.theme-icon--linkedin {
  mask-image: url("../img/ico/linkedin.svg");
  -webkit-mask-image: url("../img/ico/linkedin.svg");
}

.theme-icon--account-overview {
  mask-image: url("../img/ico/account-overview.svg");
  -webkit-mask-image: url("../img/ico/account-overview.svg");
}

.theme-icon--account-courses {
  mask-image: url("../img/ico/account-courses.svg");
  -webkit-mask-image: url("../img/ico/account-courses.svg");
}

.theme-icon--account-certificates {
  mask-image: url("../img/ico/account-certificates.svg");
  -webkit-mask-image: url("../img/ico/account-certificates.svg");
}

.theme-icon--account-purchase-history {
  mask-image: url("../img/ico/account-purchase-history.svg");
  -webkit-mask-image: url("../img/ico/account-purchase-history.svg");
}

.theme-icon--account-billing-details {
  mask-image: url("../img/ico/account-billing-details.svg");
  -webkit-mask-image: url("../img/ico/account-billing-details.svg");
}

.theme-icon--account-payment-methods {
  mask-image: url("../img/ico/account-payment-methods.svg");
  -webkit-mask-image: url("../img/ico/account-payment-methods.svg");
}

.theme-icon--account-profile-security {
  mask-image: url("../img/ico/account-profile-security.svg");
  -webkit-mask-image: url("../img/ico/account-profile-security.svg");
}

.theme-icon--account-logout {
  mask-image: url("../img/ico/account-logout.svg");
  -webkit-mask-image: url("../img/ico/account-logout.svg");
}

.content-limited {
  width: 95%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  color: #FFFFFF;
}

.page-subtitle {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.separate__background {
  background: linear-gradient(rgba(6, 24, 39, 0.96), rgba(6, 24, 39, 0.96)), linear-gradient(135deg, rgba(13, 42, 62, 0.18), rgba(6, 24, 39, 0.12));
}

.eyebrow {
  width: fit-content;
  text-transform: uppercase;
  color: #FFC21C;
  padding: 1vh 2vw;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #FFC21C;
}

.submit__send__btn {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.submit__send__btn {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.submit__send__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .submit__send__btn {
    gap: 2vw;
  }
}
.submit__send__btn .theme-icon {
  transition: 0.3s;
}
.submit__send__btn:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.submit__send__btn:hover .theme-icon {
  transform: translateX(5px);
}
.submit__send__btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.submit__send__btn:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.submit__send__btn .theme-icon {
  transition: transform 0.3s ease;
}
.submit__send__btn:hover > .theme-icon {
  transform: translateX(5px) rotate(45deg);
}

.accordion {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .accordion {
    width: 100%;
    padding: 0;
  }
}
.accordion .accordion__title {
  text-align: left;
  cursor: pointer;
}
.accordion .accordion__description {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
}
.accordion .accordion__description > * {
  min-height: 0;
  overflow: hidden;
}
.accordion .accordion__item.active .accordion__description {
  grid-template-rows: 1fr;
  opacity: 1;
}

.header-mini-cart {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.header-mini-cart .wc-block-mini-cart,
.header-mini-cart .wc-block-mini-cart__button {
  width: 100%;
  height: 100%;
}

.header-mini-cart .wc-block-mini-cart__button {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}
.header-mini-cart .wc-block-mini-cart__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-mini-cart .wc-block-mini-cart__button:hover {
  border-color: #FFC21C;
  color: #FFC21C;
  background-color: rgba(255, 194, 28, 0.08);
}
.header-mini-cart .wc-block-mini-cart__button:focus-visible {
  outline: 3px solid #FFC21C;
  outline-offset: 2px;
}

.header-mini-cart .wc-block-mini-cart__quantity-badge {
  margin: 0;
}

.header-mini-cart .wc-block-mini-cart__icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.header-mini-cart .wc-block-mini-cart__badge {
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  border: 0;
  background-color: #FFC21C !important;
}
.header-mini-cart .wc-block-mini-cart__badge {
  font-size: clamp(11px, 0.75vw, 12px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827 !important;
}

.wc-block-components-drawer__screen-overlay {
  z-index: 1300;
  background-color: rgba(6, 24, 39, 0.68);
  backdrop-filter: blur(4px);
}

.wc-block-mini-cart__drawer.wc-block-components-drawer {
  width: min(92vw, 420px);
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: none;
}
@media screen and (max-width: 800px) {
  .wc-block-mini-cart__drawer.wc-block-components-drawer {
    width: 92vw;
  }
}

.wc-block-mini-cart__drawer .wc-block-components-drawer__content,
.wc-block-mini-cart__template-part,
.wp-block-woocommerce-mini-cart-contents,
.wp-block-woocommerce-filled-mini-cart-contents-block {
  min-height: 0;
  height: 100%;
}

.wp-block-woocommerce-mini-cart-contents {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.wc-block-mini-cart__drawer .wc-block-components-drawer__close-wrapper {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .wc-block-mini-cart__drawer .wc-block-components-drawer__close-wrapper {
    right: 2.5%;
  }
}

.wc-block-mini-cart__drawer .wc-block-components-drawer__close {
  width: 40px;
  height: 40px;
  min-height: unset !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background-color: transparent;
  color: #FFFFFF !important;
  box-shadow: none !important;
  margin: 0 !important;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close:hover {
  border-color: #FFC21C;
  background-color: rgba(255, 194, 28, 0.12);
  transform: rotate(90deg);
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close:focus-visible {
  outline: 3px solid #FFC21C;
  outline-offset: 2px;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close::before, .wc-block-mini-cart__drawer .wc-block-components-drawer__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wc-block-mini-cart__drawer .wc-block-components-drawer__close svg {
  display: none;
}

.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
  min-height: 76px;
  flex: 0 0 auto;
  margin: 0;
  padding: 15px 72px 15px 30px !important;
  gap: 10px;
  border-bottom: 1px solid #E3E7ED;
  background-color: #0D2A3E;
  mask-image: unset;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.wc-block-mini-cart__drawer .wc-block-mini-cart__title {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .wc-block-mini-cart__drawer .wc-block-mini-cart__title {
    padding-left: 2.5% !important;
  }
}

.wp-block-woocommerce-mini-cart-title-items-counter-block {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.wc-block-mini-cart__items {
  min-height: 0;
  flex: 1 1 auto;
  padding: 20px 10px;
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .wc-block-mini-cart__items {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.wc-block-mini-cart-items {
  display: block;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.wc-block-mini-cart-items tbody {
  gap: 15px;
}
.wc-block-mini-cart-items tbody {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.wc-block-mini-cart-items .wc-block-cart-items__header {
  display: none;
}

.wc-block-mini-cart-items .wc-block-cart-items__row {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 15px !important;
  border: 1px solid #E3E7ED;
  border-radius: 10px;
  background-color: #F7F8FA;
}
.wc-block-mini-cart-items .wc-block-cart-items__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.wc-block-mini-cart-items .wc-block-cart-item__image {
  width: 90px;
  padding: 0;
  vertical-align: top;
}

.wc-block-mini-cart-items .wc-block-cart-item__image img {
  width: 74px;
  height: 74px;
  border-radius: 8px;
  object-fit: cover;
}

.wc-block-mini-cart-items .wc-block-cart-item__image img[hidden] {
  display: none !important;
}

.wc-block-mini-cart-items .wc-block-cart-item__product {
  min-width: 0;
  flex: 1 1 auto;
  padding: 0 44px 0 15px;
  vertical-align: top;
}

.wc-block-mini-cart-items .wc-block-cart-item__wrap {
  gap: 6px;
}
.wc-block-mini-cart-items .wc-block-cart-item__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.wc-block-mini-cart-items .wc-block-components-product-name {
  overflow-wrap: anywhere;
}
.wc-block-mini-cart-items .wc-block-components-product-name {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.wc-block-mini-cart-items .wc-block-cart-item__prices {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #667085;
}

.wc-block-mini-cart-items .wc-block-components-product-metadata {
  display: none;
}

.wc-block-mini-cart-items .wc-block-cart-item__quantity {
  gap: 10px;
}
.wc-block-mini-cart-items .wc-block-cart-item__quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.wc-block-mini-cart-items .wc-block-components-quantity-selector {
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 6px;
  background-color: #FFFFFF;
}

.wc-block-mini-cart-items .wc-block-components-quantity-selector__button,
.wc-block-mini-cart-items .wc-block-components-quantity-selector__input {
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
}
.wc-block-mini-cart-items .wc-block-components-quantity-selector__button,
.wc-block-mini-cart-items .wc-block-components-quantity-selector__input {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}

.wc-block-mini-cart-items .wc-block-components-quantity-selector__button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.wc-block-mini-cart-items .wc-block-components-quantity-selector__input {
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  text-align: center;
}

.theme-quantity-selector {
  display: flex;
  width: fit-content;
  min-height: 48px;
  float: none;
  margin: 0;
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 6px;
  background-color: #FFFFFF;
}

.theme-quantity-selector__button,
.theme-quantity-selector__input {
  width: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  text-align: center;
}
.theme-quantity-selector__button,
.theme-quantity-selector__input {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}

.theme-quantity-selector__button {
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.theme-quantity-selector__button:hover:not(:disabled), .theme-quantity-selector__button:focus-visible {
  background-color: #FFF5D6;
  color: #1559C7;
}
.theme-quantity-selector__button:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid #1559C7;
  outline-offset: -3px;
}
.theme-quantity-selector__button:disabled {
  color: #667085;
  cursor: not-allowed;
}

.theme-quantity-selector__input {
  border-right: 1px solid #E3E7ED;
  border-left: 1px solid #E3E7ED;
  appearance: textfield;
}
.theme-quantity-selector__input::-webkit-inner-spin-button, .theme-quantity-selector__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.theme-quantity-selector__input:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid #1559C7;
  outline-offset: -3px;
}

.wc-block-mini-cart-items .wc-block-cart-item__remove-link {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 28px;
  height: 28px;
  padding: 5px;
  border: 1px solid #E3E7ED;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #667085;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}
.wc-block-mini-cart-items .wc-block-cart-item__remove-link:hover {
  color: #FFFFFF;
  border-color: #FF4D4F;
  background-color: #FF4D4F;
}

.wc-block-mini-cart-items .wc-block-cart-item__total {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: auto;
  padding: 0;
}
.wc-block-mini-cart-items .wc-block-cart-item__total {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1559C7;
}

.wc-block-mini-cart__footer {
  flex: 0 0 auto;
  margin-top: auto;
  padding: 15px 30px 30px;
  gap: 15px;
  border-top: 1px solid #E3E7ED;
  background-color: #FFFFFF;
  box-shadow: none;
}
.wc-block-mini-cart__footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .wc-block-mini-cart__footer {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.wc-block-mini-cart__footer-subtotal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.wc-block-mini-cart__footer-subtotal {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}

.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__value {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1559C7;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item__description,
.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
  display: none !important;
}

.wc-block-mini-cart__footer-actions {
  gap: 10px;
}
.wc-block-mini-cart__footer-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.wc-block-mini-cart__footer-cart,
.wc-block-mini-cart__footer-checkout,
.wc-block-mini-cart__shopping-button {
  width: 100% !important;
  max-width: none !important;
  justify-content: center;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.wc-block-mini-cart__footer-cart,
.wc-block-mini-cart__footer-checkout,
.wc-block-mini-cart__shopping-button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.wc-block-mini-cart__footer-cart,
.wc-block-mini-cart__footer-checkout,
.wc-block-mini-cart__shopping-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .wc-block-mini-cart__footer-cart,
  .wc-block-mini-cart__footer-checkout,
  .wc-block-mini-cart__shopping-button {
    gap: 2vw;
  }
}
.wc-block-mini-cart__footer-cart .theme-icon,
.wc-block-mini-cart__footer-checkout .theme-icon,
.wc-block-mini-cart__shopping-button .theme-icon {
  transition: 0.3s;
}
.wc-block-mini-cart__footer-cart:hover,
.wc-block-mini-cart__footer-checkout:hover,
.wc-block-mini-cart__shopping-button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.wc-block-mini-cart__footer-cart:hover .theme-icon,
.wc-block-mini-cart__footer-checkout:hover .theme-icon,
.wc-block-mini-cart__shopping-button:hover .theme-icon {
  transform: translateX(5px);
}
.wc-block-mini-cart__footer-cart:active,
.wc-block-mini-cart__footer-checkout:active,
.wc-block-mini-cart__shopping-button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.wc-block-mini-cart__footer-cart:focus-visible,
.wc-block-mini-cart__footer-checkout:focus-visible,
.wc-block-mini-cart__shopping-button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}

.wc-block-mini-cart__footer-cart {
  border: 1px solid #1559C7;
  background-color: transparent;
  color: #1559C7;
}
.wc-block-mini-cart__footer-cart:hover {
  border-color: #FFC21C !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFC21C !important;
}
.wc-block-mini-cart__footer-cart:focus-visible {
  outline: 4px solid #FFC21C !important;
  outline-offset: 2px !important;
}

.wc-block-mini-cart__footer-checkout,
.wc-block-mini-cart__shopping-button {
  background-color: #1559C7;
  color: #FFFFFF;
}
.wc-block-mini-cart__footer-checkout:hover, .wc-block-mini-cart__footer-checkout:focus-visible,
.wc-block-mini-cart__shopping-button:hover,
.wc-block-mini-cart__shopping-button:focus-visible {
  background-color: #E6A900 !important;
  color: #111827 !important;
}

.wc-block-mini-cart__empty-cart-wrapper {
  height: 100%;
  padding: 30px;
  gap: 15px;
  text-align: center;
}
.wc-block-mini-cart__empty-cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .wc-block-mini-cart__empty-cart-wrapper {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.wc-block-mini-cart__empty-cart-wrapper p {
  margin: 0;
}
.wc-block-mini-cart__empty-cart-wrapper p {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #0F172A;
}

.cart-page {
  width: 100%;
  padding: 20vh 2.5% 10vh;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .cart-page {
    padding: 20vh 2.5% 10vh;
  }
}

.cart-page__content {
  gap: 5vh;
}
.cart-page__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.cart-page__title {
  margin: 0;
}
.cart-page__title {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #0F172A;
}

.cart-page__woocommerce-content,
.cart-page__woocommerce-content .wp-block-woocommerce-cart {
  width: 100%;
  max-width: none;
}

.cart-page__woocommerce-content .wc-block-cart {
  gap: 5vh;
}
.cart-page__woocommerce-content .wc-block-cart {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .cart-page__woocommerce-content .wc-block-cart {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}

.cart-page__woocommerce-content .wc-block-cart__main {
  min-width: 0;
  flex: 1 1 auto;
  padding: 30px;
  border: 1px solid #E3E7ED;
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .cart-page__woocommerce-content .wc-block-cart__main {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.cart-page__woocommerce-content .wc-block-cart__sidebar {
  width: 32%;
  flex: 0 0 32%;
  margin: 0;
  padding: 30px;
  border: 1px solid #E3E7ED;
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .cart-page__woocommerce-content .wc-block-cart__sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 8px 8px 0 0;
    padding: 10px;
  }
  .cart-page__woocommerce-content .wc-block-cart__sidebar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  .cart-page__woocommerce-content .wc-block-cart__sidebar {
    width: 100%;
    flex-basis: auto;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.cart-page__woocommerce-content .wc-block-cart-items__header {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #667085;
}

.cart-page__woocommerce-content .wc-block-cart-items__row {
  border-top: 1px solid #E3E7ED;
}

.cart-page__woocommerce-content .wc-block-cart-item__image {
  padding: 15px 15px 15px 0;
}

.cart-page__woocommerce-content .wc-block-cart-item__image img {
  border-radius: 8px;
  object-fit: cover;
}

.cart-page__woocommerce-content .wc-block-cart-item__product,
.cart-page__woocommerce-content .wc-block-cart-item__total {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-page__woocommerce-content .wc-block-cart-items__row[aria-busy=true] .wc-block-cart-item__total {
  position: relative;
}
.cart-page__woocommerce-content .wc-block-cart-items__row[aria-busy=true] .wc-block-cart-item__total > *:not(.wc-block-components-skeleton__element) {
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  .wc-block-components-totals-wrapper {
    border-top: unset;
    padding: 5px 0;
  }
}

@media screen and (max-width: 1280px) {
  .cart-page__woocommerce-content .wp-block-woocommerce-cart-order-summary-block {
    min-width: 0;
    flex: 1 1 auto;
    margin-bottom: unset;
    border-bottom: unset;
  }
  .cart-page__woocommerce-content .wp-block-woocommerce-cart-order-summary-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 800px) {
  .wc-block-cart .wc-block-cart__totals-title {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .cart-page__woocommerce-content .wc-block-cart__submit {
    margin: 0;
  }
}

.cart-page__woocommerce-content .wc-block-components-product-name {
  overflow-wrap: anywhere;
}
.cart-page__woocommerce-content .wc-block-components-product-name {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.cart-page__woocommerce-content .wc-block-components-product-metadata__description {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

@media screen and (max-width: 800px) {
  .wc-block-components-totals-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cart-page__woocommerce-content .wc-block-cart__submit-button {
  justify-content: center;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.cart-page__woocommerce-content .wc-block-cart__submit-button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.cart-page__woocommerce-content .wc-block-cart__submit-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .cart-page__woocommerce-content .wc-block-cart__submit-button {
    gap: 2vw;
  }
}
.cart-page__woocommerce-content .wc-block-cart__submit-button .theme-icon {
  transition: 0.3s;
}
.cart-page__woocommerce-content .wc-block-cart__submit-button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.cart-page__woocommerce-content .wc-block-cart__submit-button:hover .theme-icon {
  transform: translateX(5px);
}
.cart-page__woocommerce-content .wc-block-cart__submit-button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.cart-page__woocommerce-content .wc-block-cart__submit-button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.cart-page__woocommerce-content .wc-block-cart__submit-button {
  width: 100%;
  align-self: stretch;
}

/* BASIC */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-500italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-v20-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-v20-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-v20-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  box-sizing: border-box;
}

strong {
  font-weight: 600;
}

body {
  max-width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
  color: #111827;
  font-family: "Inter", Arial, sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", Arial, sans-serif;
}

main {
  width: 100%;
  min-height: 100dvh;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  width: auto;
  height: auto;
}

table {
  border: none;
  border-collapse: collapse;
}

div {
  display: block;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

img {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

span {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

p {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

ul {
  margin-top: 0;
  margin-left: 0;
  list-style: none;
}

ul,
li {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

nav {
  display: flex;
  justify-content: center;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

/* FORM ELEMENTS */
input,
textarea,
select {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
input,
textarea,
select {
  border: 1px solid rgba(255, 194, 28, 0.35);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 2px rgba(6, 24, 39, 0.25), 0 0 0 rgba(6, 24, 39, 0.1);
  backdrop-filter: blur(4px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

input:hover,
textarea:hover,
select:hover {
  background: rgba(255, 255, 255, 0.16);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #FFC21C;
  box-shadow: 0 0 0 2px rgba(255, 194, 28, 0.35), inset 0 1px 2px rgba(6, 24, 39, 0.2);
  background: rgba(255, 255, 255, 0.22);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

select option {
  color: #111827;
  background-color: #F7F8FA;
}

.required-mark {
  color: #FF4D4F;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
}

/* BASIC */
.site-footer {
  width: 100%;
  padding: 7vh 0 3vh;
  background-color: #061827;
}
@media screen and (max-width: 1280px) {
  .site-footer {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  .site-footer {
    padding: 6vh 0 3vh;
    margin-bottom: 96px;
  }
}

.site-footer__content {
  gap: 5vh;
}
.site-footer__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .site-footer__content {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.site-footer__relationship {
  position: relative;
  padding: 3vh 2vw;
  background-color: rgba(255, 255, 255, 0.04);
  gap: 5vh;
}
.site-footer__relationship {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.site-footer__relationship::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(2vw + 15%);
  left: calc(2vw + 15%);
  height: 1px;
  background-color: rgba(255, 194, 28, 0.3);
}
@media screen and (max-width: 1100px) {
  .site-footer__relationship {
    flex-wrap: wrap;
  }
  .site-footer__relationship::before {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .site-footer__relationship {
    padding: 3vh 2.5%;
    flex-direction: column;
    align-items: flex-start;
  }
}

.site-footer__brand {
  position: relative;
  width: 15%;
  min-width: 150px;
}
.site-footer__brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.site-footer__brand::before {
  content: "";
  position: absolute;
  top: -3vh;
  right: 0;
  left: 0;
  height: 3px;
  background-color: #FFC21C;
}
@media screen and (max-width: 800px) {
  .site-footer__brand {
    width: 45%;
  }
}

.site-footer__brand-image-box {
  width: 100%;
}
.site-footer__brand-image-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.site-footer__brand-image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__relationship-center {
  min-width: 0;
  flex: 1 1 0;
  gap: 15px;
}
.site-footer__relationship-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.site-footer__relationship-description {
  width: 100%;
  gap: 10px;
  text-align: center;
}
.site-footer__relationship-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.site-footer__relationship-description strong {
  line-height: 1.3;
}
.site-footer__relationship-description strong {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.site-footer__relationship-description p {
  max-width: 900px;
  line-height: 1.6;
}
.site-footer__relationship-description p {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #D7DEE7;
}

.site-footer__my-work-link {
  flex: 0 0 auto;
  text-decoration: none;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.site-footer__my-work-link {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.site-footer__my-work-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .site-footer__my-work-link {
    gap: 2vw;
  }
}
.site-footer__my-work-link .theme-icon {
  transition: 0.3s;
}
.site-footer__my-work-link:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.site-footer__my-work-link:hover .theme-icon {
  transform: translateX(5px);
}
.site-footer__my-work-link:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.site-footer__my-work-link:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}

.site-footer__my-work-brand {
  position: relative;
  width: 15%;
  min-width: 150px;
}
.site-footer__my-work-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.site-footer__my-work-brand::before {
  content: "";
  position: absolute;
  top: -3vh;
  right: 0;
  left: 0;
  height: 3px;
  background-color: #FFC21C;
}
@media screen and (max-width: 800px) {
  .site-footer__my-work-brand {
    width: 45%;
  }
}

.site-footer__my-work-brand-image-box {
  width: 40%;
}
.site-footer__my-work-brand-image-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.site-footer__my-work-brand-image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__information {
  width: 100%;
  gap: 5vh;
}
.site-footer__information {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media screen and (max-width: 1100px) {
  .site-footer__information {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .site-footer__information {
    flex-direction: column;
  }
}

.site-footer__navigation {
  min-width: 0;
  flex: 0 1 auto;
  gap: 15px;
}
.site-footer__navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .site-footer__navigation {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 800px) {
  .site-footer__navigation {
    width: 100%;
    flex-basis: auto;
  }
}

.site-footer__column-title {
  line-height: 1.3;
  max-width: 300px;
}
.site-footer__column-title {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.site-footer__links {
  gap: 15px;
  list-style: none;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-footer__links li {
  gap: 10px;
}
.site-footer__links li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.site-footer__links li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 1px solid #FFC21C;
  border-radius: 50%;
}
.site-footer__links a {
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__links a {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #D7DEE7;
}
.site-footer__links a:hover, .site-footer__links a:focus-visible {
  color: #FFC21C;
}

.site-footer__contact {
  min-width: 0;
  flex: 0 1 auto;
  padding-left: 2vw;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  gap: 15px;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .site-footer__contact {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 800px) {
  .site-footer__contact {
    padding-top: 3vh;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
}

.site-footer__contact-heading {
  gap: 10px;
}
.site-footer__contact-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.site-footer__contact-label {
  text-transform: uppercase;
}
.site-footer__contact-label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #FFC21C;
}

.site-footer__contact-phone {
  width: fit-content;
  gap: 10px;
  text-decoration: none;
}
.site-footer__contact-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.site-footer__contact-phone {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.site-footer__contact-phone .theme-icon {
  background-color: #FFC21C;
}

.site-footer__offices {
  gap: 5vh;
}
.site-footer__offices {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .site-footer__offices {
    flex-direction: column;
  }
}

.site-footer__office {
  min-width: 0;
  flex: 1 1 0;
  gap: 10px;
  font-style: normal;
}
.site-footer__office {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-footer__office {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #D7DEE7;
}
.site-footer__office strong {
  color: #FFFFFF;
}
.site-footer__office a {
  color: #FFC21C;
  overflow-wrap: anywhere;
}

.site-footer__social-links {
  gap: 10px;
}
.site-footer__social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.site-footer__social-link {
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__social-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.site-footer__social-link .theme-icon {
  background-color: currentColor;
}
.site-footer__social-link:hover, .site-footer__social-link:focus-visible {
  color: #FFC21C;
}

.site-footer__bottom {
  width: 100%;
  padding-top: 3vh;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  gap: 15px;
}
.site-footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.site-footer__bottom {
  font-size: clamp(11px, 0.75vw, 12px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #D7DEE7;
}
.site-footer__bottom a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer__bottom a:hover, .site-footer__bottom a:focus-visible {
  color: #FFC21C;
}
@media screen and (max-width: 800px) {
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 991;
}
.site-header {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .site-header {
    width: 100%;
    padding: 0;
  }
}

body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.header__line {
  position: relative;
  left: 0;
  margin: auto;
  overflow: visible;
}
.header__line {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .header__line {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .header__line {
    overflow: visible;
  }
}
.header__line .header__line__content {
  position: relative;
  padding: 2vh 5%;
  z-index: 992;
}
.header__line .header__line__content {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .header__line .header__line__content {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .header__line .header__line__content {
    padding: 2vh 2.5%;
  }
}
.header__line .header__line__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__line .header__line__bar {
  gap: 15px;
}
@media screen and (max-width: 800px) {
  .header__line .header__line__bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 1.75rem;
  }
}
.header__line .underline {
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 50%;
  width: 1vw;
  background-color: #FFC21C;
  opacity: 0;
  transition: 1s;
  z-index: 991;
}
@media screen and (max-width: 800px) {
  .header__line .underline {
    opacity: 0;
  }
}
.header__line .underline.underline__active {
  animation: underLineAnimation 0.6s ease-in-out forwards;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .header__line .underline.underline__active {
    opacity: 1;
  }
}
.header__line .underline.underline__reverse {
  animation: underLineAnimation 0.6s reverse forwards;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .header__line .underline.underline__reverse {
    opacity: 1;
  }
}
.header__line .header__line__bckgr {
  position: absolute;
  inset: 0;
  background-color: #061827;
  transform: translateY(-100%);
  transition: 0.3s;
}
@media screen and (max-width: 800px) {
  .header__line .header__line__bckgr {
    transition: 0.1s;
  }
}

.header__line--static .underline {
  display: none;
}
.header__line--static .header__line__bckgr {
  transform: translateY(0);
  transition: none;
}

.header__logo__wrapper {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.header__logo__wrapper {
  width: clamp(200px, 3vw, 350px);
  height: auto;
  overflow: hidden;
  outline: unset;
  outline-offset: -2px;
}
.header__logo__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .header__logo__wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .header__logo__wrapper {
    padding-bottom: 0vh;
    grid-column: 1;
    width: 150px;
  }
}
.header__logo__wrapper .header__logo__wrapper__placeholder {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.burger__menu {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .burger__menu {
    margin-right: 2.5vw;
    position: relative;
    display: flex;
    grid-column: 3;
    justify-self: end;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 34px;
    height: 24px;
    padding: 0;
  }
  .burger__menu span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    transition: 0.3s;
    border-radius: 5px;
  }
  .burger__menu span:nth-child(1) {
    top: 0;
  }
  .burger__menu span:nth-child(2) {
    width: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger__menu span:nth-child(3) {
    bottom: 0;
  }
  .burger__menu.activeCloser span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .burger__menu.activeCloser span:nth-child(2) {
    opacity: 0;
  }
  .burger__menu.activeCloser span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

.menu__box {
  flex: 1 1 auto;
  gap: 15px;
}
.menu__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .menu__box {
    grid-column: 1/-1;
    grid-row: 2;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-top: 0.75rem;
    padding: 1rem 1.25rem;
    box-sizing: border-box;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    border-radius: 0 0 8px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
  }
}

.menu__item__box {
  list-style: none;
  gap: 1vw;
  width: auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
.menu__item__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .menu__item__box {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
  }
}
.menu__item__box li {
  text-transform: uppercase;
  white-space: nowrap;
}
.menu__item__box li {
  font-size: clamp(12px, 0.9vw, 14px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .menu__item__box li {
    width: auto;
    text-align: right;
  }
}
.menu__item__box li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.menu__item__box li > a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 100%;
  height: 2px;
  opacity: 0;
  border-radius: 999px;
  background-color: #FFC21C;
  box-shadow: 0 0 5px #FFC21C;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.menu__item__box li > a:hover::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 800px) {
  .menu__item__box li > a {
    display: block;
    padding: 0.15rem 0;
  }
}

.header-utility-actions {
  position: relative;
  flex: 0 0 auto;
  gap: 10px;
}
.header-utility-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .header-utility-actions {
    grid-column: 2;
    grid-row: 1;
  }
}

.header-utility-actions__button,
.header-account__toggle {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  background-color: transparent;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.header-utility-actions__button,
.header-account__toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-utility-actions__button:hover,
.header-account__toggle:hover {
  border-color: #FFC21C;
  background-color: rgba(255, 255, 255, 0.1);
}
.header-utility-actions__button:focus-visible,
.header-account__toggle:focus-visible {
  outline: 4px solid #FFC21C;
  outline-offset: 2px;
}
.header-utility-actions__button .theme-icon,
.header-account__toggle .theme-icon {
  font-size: 20px;
}

.header-search {
  position: relative;
  flex: 0 1 clamp(220px, 20vw, 320px);
}
@media screen and (max-width: 1440px) {
  .header-search {
    flex: 0 0 auto;
  }
}

.header-search__toggle {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header-search__toggle {
    display: flex;
  }
}

.header-search__panel {
  width: clamp(220px, 20vw, 320px);
}
@media screen and (max-width: 1440px) {
  .header-search__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: clamp(220px, 40vw, 320px);
    padding: 15px;
    border: 1px solid #E3E7ED;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 800px) {
  .header-search__panel {
    position: fixed;
    top: auto;
    right: 2.5%;
    left: 2.5%;
    width: 95%;
  }
}
.header-search__panel .aws-container,
.header-search__panel .aws-search-form,
.header-search__panel .woocommerce-product-search {
  width: 100%;
}
.header-search__panel .aws-search-form,
.header-search__panel .woocommerce-product-search {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: #FFFFFF;
  border-radius: 8px 0 0 8px;
  transition: border-color 0.25s ease;
}
.header-search__panel .aws-search-form:hover,
.header-search__panel .woocommerce-product-search:hover {
  border-color: #FFC21C;
}
.header-search__panel .aws-search-field,
.header-search__panel .search-field {
  background-color: rgba(127, 127, 127, 0.2);
  color: #111827 !important;
  border-radius: 8px 0 0 8px !important;
}

@media screen and (max-width: 1440px) {
  .header-search--open .header-search__panel {
    display: block;
  }
}

.header-cart {
  position: relative;
}

.header-cart__count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFC21C;
}
.header-cart__count {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-cart__count {
  font-size: clamp(11px, 0.75vw, 12px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}

.header-account {
  position: relative;
}

.header-account__toggle {
  width: auto;
  padding: 1vh 2vw;
}
.header-account__toggle {
  font-size: clamp(12px, 0.9vw, 14px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .header-account__toggle {
    width: 44px;
    padding: 0;
  }
}

.header-account__toggle-text {
  display: inline-block;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 1440px) {
  .header-account__toggle-text {
    transform: scale(0);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-account__toggle-text {
    transition: none;
  }
}

.header-account__toggle-icon {
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media screen and (max-width: 1440px) {
  .header-account__toggle-icon {
    transform: scale(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-account__toggle-icon {
    transition: none;
  }
}

.header-account__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  min-width: 220px;
  padding: 1vh 0.75vw;
  gap: 10px;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 800px) {
  .header-account__menu {
    padding: 1vh 2.5%;
  }
}
.header-account__menu a {
  width: 100%;
  padding: 1vh 0.75vw;
  border-radius: 5px;
  white-space: nowrap;
  transition: color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.header-account__menu a {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
@media screen and (max-width: 800px) {
  .header-account__menu a {
    padding: 1vh 2.5%;
  }
}
.header-account__menu a:hover, .header-account__menu a:focus-visible {
  color: #E6A900;
  background-color: #F7F8FA;
  box-shadow: inset 3px 0 0 #E6A900;
}
@media (prefers-reduced-motion: reduce) {
  .header-account__menu a {
    transition: none;
  }
}

.header-account--open .header-account__menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.consultation-modal__trigger {
  border: 0;
}

body.modal-open {
  overflow: hidden;
}

.lead-form__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.consultation-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.consultation-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.consultation-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 24, 39, 0.76);
  backdrop-filter: blur(6px);
}

.consultation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(255, 194, 28, 0.28);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(13, 42, 62, 0.98), rgba(6, 24, 39, 0.98));
  box-shadow: 0 20px 55px rgba(6, 24, 39, 0.35);
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media screen and (max-width: 800px) {
  .consultation-modal__dialog {
    width: calc(100% - 1rem);
    max-height: calc(100vh - 1rem);
    padding: 1.25rem 1rem;
  }
}

.consultation-modal.is-open .consultation-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.consultation-modal__headers {
  padding-right: 2.5rem;
}

.consultation-modal__dialog .consultation-modal__form {
  gap: 3vh;
  width: 100%;
}
.consultation-modal__dialog .consultation-modal__form {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 4vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .consultation-modal__dialog .consultation-modal__form {
    width: 100%;
    padding: 0;
  }
}
.consultation-modal__dialog .consultation-modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .consultation-modal__dialog .consultation-modal__form {
    width: 100%;
    padding: 0;
  }
}

.consultation-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}
.consultation-modal__close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.consultation-modal__close::before, .consultation-modal__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
}
.consultation-modal__close::before {
  transform: rotate(45deg);
}
.consultation-modal__close::after {
  transform: rotate(-45deg);
}
.consultation-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.lead-form__headers__box {
  gap: 1vh;
}
.lead-form__headers__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
}
.lead-form__headers__box .lead-form__suptitle {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.lead-form__headers__box .lead-form__suptitle {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.lead-form__headers__box .lead-form__suptitle::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}
.lead-form__headers__box .lead-form__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.lead-form {
  gap: 5vh;
}
.lead-form {
  width: 60%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 4vh;
  height: auto;
}
@media screen and (max-width: 800px) {
  .lead-form {
    width: 100%;
    padding: 0;
  }
}
.lead-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .lead-form {
    width: 95%;
    padding: 4vh 2.5%;
  }
}
.lead-form .lead-form__row {
  gap: 1vh;
}
.lead-form .lead-form__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.lead-form .lead-form__row input {
  width: 50%;
}

.lead-form__fields__box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.lead-form__fields__box {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .lead-form__fields__box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .lead-form__fields__box {
    flex-direction: column;
    gap: 2vh;
  }
}
.lead-form__fields__box .lead-form__inputs__box {
  gap: 2vh;
}
.lead-form__fields__box .lead-form__inputs__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.lead-form__fields__box .lead-form__inputs__box {
  width: 48%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .lead-form__fields__box .lead-form__inputs__box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .lead-form__fields__box .lead-form__inputs__box {
    width: 100%;
    align-items: center;
  }
}
.lead-form__fields__box .lead-form__inputs__box .lead-form__row {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .lead-form__fields__box .lead-form__inputs__box .lead-form__row {
    width: 100%;
    padding: 0;
  }
}
.lead-form__fields__box .lead-form__inputs__box .lead-form__row input {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .lead-form__fields__box .lead-form__inputs__box .lead-form__row input {
    width: 95%;
  }
}
.lead-form__fields__box .lead-form__textarea__box {
  width: 48%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .lead-form__fields__box .lead-form__textarea__box {
    width: 100%;
    padding: 0;
  }
}
.lead-form__fields__box .lead-form__textarea__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .lead-form__fields__box .lead-form__textarea__box {
    width: 100%;
    align-items: center;
  }
}
.lead-form__fields__box .lead-form__textarea__box .lead-form__row {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .lead-form__fields__box .lead-form__textarea__box .lead-form__row {
    width: 100%;
    padding: 0;
  }
}
.lead-form__fields__box .lead-form__textarea__box .lead-form__row {
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
}
.lead-form__fields__box .lead-form__textarea__box .lead-form__row textarea {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .lead-form__fields__box .lead-form__textarea__box .lead-form__row textarea {
    width: 95%;
  }
}

.lead-form__row label {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #D7DEE7;
}

.thank-you-page {
  background: #F7F8FA;
}

.course-order-confirmation-page {
  min-height: 70dvh;
  padding: 8vh 0;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation-page {
    padding: 5vh 2.5%;
  }
}

@media screen and (max-width: 800px) {
  .course-order-confirmation-page__content {
    width: 100%;
  }
}

.course-order-confirmation {
  width: 75%;
  margin: 0 auto;
  gap: 5vh;
}
.course-order-confirmation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation {
    width: 100%;
  }
}

.course-order-confirmation__status {
  gap: 2vw;
  padding: 4vh 3vw;
  border: 1px solid #E3E7ED;
  border-top: 4px solid #FFC21C;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(6, 24, 39, 0.08);
}
.course-order-confirmation__status {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation__status {
    padding: 4vh 5%;
    gap: 15px;
    flex-direction: column;
  }
}

.course-order-confirmation__status--error {
  border-top-color: #FF4D4F;
}

.course-order-confirmation__status--pending {
  border-top-color: #1559C7;
}

.course-order-confirmation__status-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  color: #111827;
  background-color: #FFF5D6;
}
.course-order-confirmation__status-icon {
  font-size: 28px;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #111827;
}
.course-order-confirmation__status-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.course-order-confirmation__status--error .course-order-confirmation__status-icon {
  color: #FF4D4F;
  background-color: rgba(255, 77, 79, 0.1);
}

.course-order-confirmation__status--pending .course-order-confirmation__status-icon {
  color: #1559C7;
  background-color: rgba(21, 89, 199, 0.1);
}

.course-order-confirmation__status-content {
  max-width: 900px;
  gap: 10px;
}
.course-order-confirmation__status-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.course-order-confirmation__eyebrow {
  text-transform: uppercase;
}
.course-order-confirmation__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #E6A900;
}

.course-order-confirmation__status--error .course-order-confirmation__eyebrow {
  color: #FF4D4F;
}

.course-order-confirmation__status--pending .course-order-confirmation__eyebrow {
  color: #1559C7;
}

.course-order-confirmation__title {
  margin: 0;
}
.course-order-confirmation__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #0F172A;
}

.course-order-confirmation__description {
  margin: 0;
  line-height: 1.6;
}
.course-order-confirmation__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.course-order-confirmation__actions {
  gap: 15px;
  padding-top: 2vh;
}
.course-order-confirmation__actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}

.course-order-confirmation__primary-action {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.course-order-confirmation__primary-action {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.course-order-confirmation__primary-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation__primary-action {
    gap: 2vw;
  }
}
.course-order-confirmation__primary-action .theme-icon {
  transition: 0.3s;
}
.course-order-confirmation__primary-action:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.course-order-confirmation__primary-action:hover .theme-icon {
  transform: translateX(5px);
}
.course-order-confirmation__primary-action:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.course-order-confirmation__primary-action:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation__primary-action {
    width: 100%;
  }
}

.course-order-confirmation__secondary-action {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.course-order-confirmation__secondary-action {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #1559C7;
}
.course-order-confirmation__secondary-action:hover, .course-order-confirmation__secondary-action:focus-visible {
  color: #E6A900;
}

.course-order-confirmation__summary {
  margin: 0;
  padding: 3vh 2vw;
  gap: 2vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.course-order-confirmation__summary {
  display: flex;
  flex-direction: row;
  align-items: space-between;
  justify-content: stretch;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation__summary {
    padding: 3vh 5%;
    gap: 15px;
    flex-direction: column;
  }
}

.course-order-confirmation__summary-item {
  min-width: 0;
  gap: 4px;
}
.course-order-confirmation__summary-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.course-order-confirmation__summary-item dt {
  text-transform: uppercase;
}
.course-order-confirmation__summary-item dt {
  font-size: clamp(11px, 0.75vw, 12px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #667085;
}

.course-order-confirmation__summary-item dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.course-order-confirmation__summary-item dd {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.course-order-confirmation__details {
  gap: 5vh;
}
.course-order-confirmation__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
}

.course-order-confirmation__details .woocommerce-order-details,
.course-order-confirmation__details .woocommerce-customer-details {
  padding: 4vh 3vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation__details .woocommerce-order-details,
  .course-order-confirmation__details .woocommerce-customer-details {
    padding: 4vh 5%;
  }
}

.course-order-confirmation__details .woocommerce-order-details__title,
.course-order-confirmation__details .woocommerce-column__title {
  margin: 0 0 2vh;
}
.course-order-confirmation__details .woocommerce-order-details__title,
.course-order-confirmation__details .woocommerce-column__title {
  font-size: clamp(20px, 2.5vw, 24px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.course-order-confirmation__details .woocommerce-table {
  width: 100%;
  border-collapse: collapse;
}

.course-order-confirmation__details .woocommerce-table th,
.course-order-confirmation__details .woocommerce-table td {
  padding: 2vh 1vw;
  border-bottom: 1px solid #E3E7ED;
  text-align: left;
}
.course-order-confirmation__details .woocommerce-table th,
.course-order-confirmation__details .woocommerce-table td {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #111827;
}
@media screen and (max-width: 800px) {
  .course-order-confirmation__details .woocommerce-table th,
  .course-order-confirmation__details .woocommerce-table td {
    padding: 2vh 2.5%;
  }
}

.course-order-confirmation__details .woocommerce-table th {
  font-weight: 700;
}

.course-order-confirmation__details address {
  padding: 2vh 1vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  font-style: normal;
  line-height: 1.6;
}
.course-order-confirmation__details address {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #111827;
}

.privacy-policy-page {
  background: #F7F8FA;
}

.form__privacy-consent {
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.75rem;
  cursor: pointer;
}
.form__privacy-consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.form__privacy-consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  accent-color: #FFC21C;
  flex: 0 0 18px;
}

.form__privacy-note {
  width: 100%;
  margin: 0;
  line-height: 1.6;
}
.form__privacy-note {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #D7DEE7;
}
.form__privacy-note a {
  color: #FFC21C;
  font-weight: 700;
  text-decoration: underline;
}

.form__privacy-note--light {
  color: rgba(255, 255, 255, 0.88);
}
.form__privacy-note--light a {
  color: #FFFFFF;
}

.legal-page-hero {
  padding: 25vh 2.5%;
  text-align: center;
  background: linear-gradient(rgba(6, 24, 39, 0.9), rgba(13, 42, 62, 0.88)), radial-gradient(circle at top, rgba(255, 194, 28, 0.18), transparent 48%);
}
.legal-page-hero {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .legal-page-hero {
    width: 100%;
    padding: 0;
  }
}
.legal-page-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .legal-page-hero {
    width: 100%;
    padding: 20vh 2.5%;
  }
}

.legal-page-hero__inner {
  gap: 1rem;
  max-width: 900px;
}
.legal-page-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.legal-policy {
  padding: 10vh 2.5%;
}
.legal-policy {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .legal-policy {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .legal-policy {
    width: 100%;
    padding: 8vh 2.5%;
  }
}

.legal-policy__container {
  gap: 1.5rem;
}
.legal-policy__container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  .legal-policy__container {
    width: 100%;
    padding: 0;
  }
}
.legal-policy__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.legal-policy__intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .legal-policy__intro {
    grid-template-columns: 1fr;
  }
}

.legal-policy__card,
.legal-policy__section,
.legal-policy__highlight {
  padding: 1.25rem 1.35rem;
  background: #FFFFFF;
  border: 1px solid rgba(6, 24, 39, 0.08);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(6, 24, 39, 0.06);
}

.legal-policy__label {
  display: inline-block;
  margin-bottom: 0.45rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.legal-policy__label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #FFC21C;
}

.legal-policy__card strong {
  display: block;
  margin-bottom: 0.45rem;
}
.legal-policy__card strong {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}
.legal-policy__card p, .legal-policy__card a {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}
.legal-policy__card a {
  color: #FFC21C;
}

.legal-policy__content {
  gap: 1rem;
}
.legal-policy__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.legal-policy__highlight {
  border-left: 4px solid #FFC21C;
}
.legal-policy__highlight {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}

.legal-policy__section h2 {
  margin-bottom: 0.85rem;
}
.legal-policy__section h2 {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}
.legal-policy__section p, .legal-policy__section li {
  line-height: 1.6;
}
.legal-policy__section p, .legal-policy__section li {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}
.legal-policy__section ul {
  margin: 0;
  padding-left: 1.2rem;
}
.legal-policy__section p + p, .legal-policy__section p + ul, .legal-policy__section ul + p, .legal-policy__section ul + ul {
  margin-top: 0.8rem;
}
.legal-policy__section a {
  color: #FFC21C;
  font-weight: 700;
}

.error-404-hero {
  position: relative;
  overflow: hidden;
  padding: 0 2.5%;
}
.error-404-hero {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-top: 0;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  .error-404-hero {
    width: 100%;
    padding: 0;
  }
}
.error-404-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .error-404-hero {
    width: 95%;
    padding: 0 2.5%;
  }
}

.account-page {
  min-height: 100dvh;
  padding: 20vh 2.5% 10vh;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .account-page {
    padding: 20vh 2.5% 10vh;
  }
}

.account-page__content {
  gap: 5vh;
}
.account-page__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-page__header {
  width: 100%;
  gap: 10px;
}
.account-page__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.account-page__title {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.account-page__woocommerce-content {
  width: 100%;
}

.account-page__woocommerce-content > .woocommerce {
  gap: 15px;
}
.account-page__woocommerce-content > .woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.account-page__woocommerce-content > .woocommerce:has(.woocommerce-MyAccount-navigation) {
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  gap: 5vh;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content > .woocommerce:has(.woocommerce-MyAccount-navigation) {
    flex-direction: column;
  }
}

.account-page__woocommerce-content .woocommerce-MyAccount-navigation {
  width: 25%;
  align-self: flex-start;
  padding: 2vh 1vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(6, 24, 39, 0.08);
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 1.5vh 2.5%;
    overflow-x: auto;
  }
}

.account-page__woocommerce-content .woocommerce-MyAccount-navigation ul {
  width: 100%;
  gap: 10px;
}
.account-page__woocommerce-content .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-MyAccount-navigation ul {
    width: max-content;
    flex-direction: row;
  }
}

.account-page__woocommerce-content .woocommerce-MyAccount-navigation-link a {
  width: 100%;
  min-height: 46px;
  gap: 15px;
  padding: 1vh 1vw;
  border-radius: 5px;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
.account-page__woocommerce-content .woocommerce-MyAccount-navigation-link a {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #667085;
}
.account-page__woocommerce-content .woocommerce-MyAccount-navigation-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.account-page__woocommerce-content .woocommerce-MyAccount-navigation-link a:hover, .account-page__woocommerce-content .woocommerce-MyAccount-navigation-link a:focus-visible {
  color: #0F172A;
  background-color: #F7F8FA;
  transform: translateX(2px);
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-MyAccount-navigation-link a {
    width: auto;
    padding: 1vh 2.5vw;
    white-space: nowrap;
  }
  .account-page__woocommerce-content .woocommerce-MyAccount-navigation-link a:hover, .account-page__woocommerce-content .woocommerce-MyAccount-navigation-link a:focus-visible {
    transform: none;
  }
}

.account-page__woocommerce-content .woocommerce-MyAccount-navigation-link.is-active a {
  color: #FFFFFF;
  background-color: #0D2A3E;
}

.account-navigation__icon {
  font-size: 20px;
}

.account-navigation__label {
  min-width: 0;
}

.account-page__woocommerce-content .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #FF4D4F;
}

.account-page__woocommerce-content .woocommerce-MyAccount-content {
  width: 75%;
  min-width: 0;
  padding: 3vh 2vw;
  gap: 15px;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(6, 24, 39, 0.08);
}
.account-page__woocommerce-content .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-MyAccount-content {
    width: 100%;
    padding: 2.5vh 2.5%;
  }
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-MyAccount-content .button {
    gap: 2vw;
  }
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button .theme-icon {
  transition: 0.3s;
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button:hover .theme-icon {
  transform: translateX(5px);
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.account-page__woocommerce-content .woocommerce-MyAccount-content .button:hover, .account-page__woocommerce-content .woocommerce-MyAccount-content .button:focus-visible {
  color: #111827;
}

.account-dashboard {
  width: 100%;
  gap: 5vh;
}
.account-dashboard {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-dashboard__welcome {
  gap: 10px;
  padding-bottom: 3vh;
  border-bottom: 1px solid #E3E7ED;
}
.account-dashboard__welcome {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.account-dashboard__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.account-dashboard__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.account-dashboard__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.account-dashboard__title {
  line-height: 1.3;
}
.account-dashboard__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.account-dashboard__description {
  max-width: 800px;
  line-height: 1.6;
}
.account-dashboard__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.account-dashboard__status-list {
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
}
.account-dashboard__status-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .account-dashboard__status-list {
    flex-direction: column;
  }
}

.account-dashboard__status-card {
  width: calc((100% - 15px * 2) / 3);
  min-width: 0;
  gap: 15px;
  padding: 2vh 1.5vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #F7F8FA;
}
.account-dashboard__status-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .account-dashboard__status-card {
    width: calc(50% - 15px / 2);
  }
}
@media screen and (max-width: 800px) {
  .account-dashboard__status-card {
    width: 100%;
    padding: 2vh 2.5%;
  }
}

.account-dashboard__status-card-header {
  width: 100%;
  gap: 10px;
  padding-bottom: 1.5vh;
  border-bottom: 1px solid #E3E7ED;
}
.account-dashboard__status-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.account-dashboard__status-card-label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #667085;
}

.account-dashboard__status-card-value {
  font-size: clamp(18px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.account-dashboard__status-card-state {
  color: #FF4D4F;
}
.account-dashboard__status-card-state {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #FF4D4F;
}

.account-dashboard__status-card-state--complete {
  color: #1559C7;
}

.account-dashboard__status-card-content {
  min-width: 0;
  flex: 1 1 auto;
  gap: 10px;
}
.account-dashboard__status-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.account-dashboard__status-card-title {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.account-dashboard__status-card-description {
  overflow-wrap: anywhere;
  line-height: 1.6;
}
.account-dashboard__status-card-description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}

.account-dashboard__status-card-meta {
  line-height: 1.6;
}
.account-dashboard__status-card-meta {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.account-dashboard__status-card-action {
  width: 100%;
  gap: 10px;
  margin-top: auto;
  padding-top: 1.5vh;
  border-top: 1px solid #E3E7ED;
  color: #1559C7;
  transition: color 0.25s ease;
}
.account-dashboard__status-card-action {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #1559C7;
}
.account-dashboard__status-card-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.account-dashboard__status-card-action span {
  transition: transform 0.25s ease;
}
.account-dashboard__status-card-action:hover, .account-dashboard__status-card-action:focus-visible {
  color: #E6A900;
}
.account-dashboard__status-card-action:hover span, .account-dashboard__status-card-action:focus-visible span {
  transform: translateX(5px);
}

.account-courses__list {
  width: 100%;
  gap: 15px;
}
.account-courses__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-courses__item {
  width: 100%;
  gap: 15px;
  padding: 2vh 1.5vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #F7F8FA;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.account-courses__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.account-courses__item:hover, .account-courses__item:focus-visible {
  border-color: #FFC21C;
  background-color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(6, 24, 39, 0.08);
  transform: translateY(-2px);
}
@media screen and (max-width: 800px) {
  .account-courses__item {
    padding: 2vh 2.5%;
  }
}

.account-courses__item-icon {
  color: #1559C7;
  font-size: 28px;
}

.account-courses__item-content {
  min-width: 0;
  flex: 1 1 auto;
  gap: 10px;
}
.account-courses__item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.account-courses__item-title {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.account-courses__item-progress {
  line-height: 1.6;
}
.account-courses__item-progress {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.account-courses__item-arrow {
  flex: 0 0 auto;
  color: #1559C7;
  transition: transform 0.25s ease;
}
.account-courses__item-arrow {
  font-size: clamp(18px, 1.7vw, 22px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #1559C7;
}

.account-courses__item:hover .account-courses__item-arrow,
.account-courses__item:focus-visible .account-courses__item-arrow {
  transform: translateX(5px);
}

.account-certificates,
.account-courses {
  width: 100%;
  gap: 5vh;
}
.account-certificates,
.account-courses {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-certificates__header,
.account-courses__header {
  gap: 10px;
  padding-bottom: 3vh;
  border-bottom: 1px solid #E3E7ED;
}
.account-certificates__header,
.account-courses__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.account-certificates__eyebrow,
.account-courses__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.account-certificates__eyebrow,
.account-courses__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.account-certificates__eyebrow::before,
.account-courses__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.account-certificates__title,
.account-courses__title {
  line-height: 1.3;
}
.account-certificates__title,
.account-courses__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.account-certificates__description,
.account-certificates__empty-state-description,
.account-courses__description,
.account-courses__empty-state-description {
  line-height: 1.6;
}
.account-certificates__description,
.account-certificates__empty-state-description,
.account-courses__description,
.account-courses__empty-state-description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.account-certificates__empty-state,
.account-courses__empty-state {
  width: 100%;
  gap: 15px;
  padding: 5vh 2vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #F7F8FA;
  text-align: center;
}
.account-certificates__empty-state,
.account-courses__empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-certificates__empty-state,
  .account-courses__empty-state {
    padding: 5vh 2.5%;
  }
}

.account-certificates__empty-state-title,
.account-courses__empty-state-title {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.account-page__woocommerce-content .account-certificates__courses-link,
.account-page__woocommerce-content .account-courses__shop-link {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.account-page__woocommerce-content .account-certificates__courses-link,
.account-page__woocommerce-content .account-courses__shop-link {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.account-page__woocommerce-content .account-certificates__courses-link,
.account-page__woocommerce-content .account-courses__shop-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .account-certificates__courses-link,
  .account-page__woocommerce-content .account-courses__shop-link {
    gap: 2vw;
  }
}
.account-page__woocommerce-content .account-certificates__courses-link .theme-icon,
.account-page__woocommerce-content .account-courses__shop-link .theme-icon {
  transition: 0.3s;
}
.account-page__woocommerce-content .account-certificates__courses-link:hover,
.account-page__woocommerce-content .account-courses__shop-link:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.account-page__woocommerce-content .account-certificates__courses-link:hover .theme-icon,
.account-page__woocommerce-content .account-courses__shop-link:hover .theme-icon {
  transform: translateX(5px);
}
.account-page__woocommerce-content .account-certificates__courses-link:active,
.account-page__woocommerce-content .account-courses__shop-link:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.account-page__woocommerce-content .account-certificates__courses-link:focus-visible,
.account-page__woocommerce-content .account-courses__shop-link:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .account-certificates__courses-link,
  .account-page__woocommerce-content .account-courses__shop-link {
    width: 100%;
  }
}

.account-page .woocommerce-info,
.account-page .woocommerce-message,
.account-page .woocommerce-error,
.single-product-page .woocommerce-error {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2vh 1.5vw 2vh calc(2.5vw + 28px);
  border: 1px solid #E3E7ED;
  border-top: 1px solid #E3E7ED;
  border-left: 5px solid #1559C7;
  border-radius: 5px;
  line-height: 1.6;
  color: #111827;
  background-color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(6, 24, 39, 0.08);
}
.account-page .woocommerce-info,
.account-page .woocommerce-message,
.account-page .woocommerce-error,
.single-product-page .woocommerce-error {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}
.account-page .woocommerce-info::before,
.account-page .woocommerce-message::before,
.account-page .woocommerce-error::before,
.single-product-page .woocommerce-error::before {
  position: absolute;
  top: 50%;
  left: 1.5vw;
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #1559C7;
  transform: translateY(-50%);
}
.account-page .woocommerce-info::before,
.account-page .woocommerce-message::before,
.account-page .woocommerce-error::before,
.single-product-page .woocommerce-error::before {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.account-page .woocommerce-info::before,
.account-page .woocommerce-message::before,
.account-page .woocommerce-error::before,
.single-product-page .woocommerce-error::before {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-info,
  .account-page .woocommerce-message,
  .account-page .woocommerce-error,
  .single-product-page .woocommerce-error {
    padding: 2vh 2.5% 2vh calc(5% + 28px);
  }
  .account-page .woocommerce-info::before,
  .account-page .woocommerce-message::before,
  .account-page .woocommerce-error::before,
  .single-product-page .woocommerce-error::before {
    left: 2.5%;
  }
}

.account-page .woocommerce-info::before {
  content: "i";
}

.account-page .woocommerce-message {
  border-left-color: #FFC21C;
}
.account-page .woocommerce-message::before {
  content: "✓";
  color: #111827;
  background-color: #FFC21C;
}

.account-page .woocommerce-error,
.single-product-page .woocommerce-error {
  border-left-color: #FF4D4F;
}
.account-page .woocommerce-error::before,
.single-product-page .woocommerce-error::before {
  content: "!";
  background-color: #FF4D4F;
}

.account-page .woocommerce-error li,
.single-product-page .woocommerce-error li {
  line-height: 1.6;
}

.account-page .woocommerce-error li:has(.button),
.single-product-page .woocommerce-error li:has(.button) {
  gap: 15px;
}
.account-page .woocommerce-error li:has(.button),
.single-product-page .woocommerce-error li:has(.button) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.account-page .woocommerce-error li:has(.button) .button,
.single-product-page .woocommerce-error li:has(.button) .button {
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-error li:has(.button),
  .single-product-page .woocommerce-error li:has(.button) {
    flex-direction: column;
    align-items: stretch;
  }
  .account-page .woocommerce-error li:has(.button) .button,
  .single-product-page .woocommerce-error li:has(.button) .button {
    width: 100%;
    margin-left: 0;
  }
}

.account-page .woocommerce-info:has(> .button),
.account-page .woocommerce-message:has(> .button),
.account-page .woocommerce-error:has(> .button) {
  gap: 15px;
  padding: 2vh 1.5vw;
}
.account-page .woocommerce-info:has(> .button),
.account-page .woocommerce-message:has(> .button),
.account-page .woocommerce-error:has(> .button) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.account-page .woocommerce-info:has(> .button)::before,
.account-page .woocommerce-message:has(> .button)::before,
.account-page .woocommerce-error:has(> .button)::before {
  position: static;
  flex: 0 0 28px;
  transform: none;
}
.account-page .woocommerce-info:has(> .button) > .button,
.account-page .woocommerce-message:has(> .button) > .button,
.account-page .woocommerce-error:has(> .button) > .button {
  order: 1;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-info:has(> .button),
  .account-page .woocommerce-message:has(> .button),
  .account-page .woocommerce-error:has(> .button) {
    padding: 2vh 2.5%;
    flex-direction: column;
    align-items: stretch;
  }
  .account-page .woocommerce-info:has(> .button)::before,
  .account-page .woocommerce-message:has(> .button)::before,
  .account-page .woocommerce-error:has(> .button)::before {
    align-self: center;
  }
  .account-page .woocommerce-info:has(> .button) > .button,
  .account-page .woocommerce-message:has(> .button) > .button,
  .account-page .woocommerce-error:has(> .button) > .button {
    width: 100%;
    margin-left: 0;
  }
}

.account-page .woocommerce-info .button,
.account-page .woocommerce-message .button,
.account-page .woocommerce-error .button,
.single-product-page .woocommerce-error .button {
  float: right;
  margin: 0;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.account-page .woocommerce-info .button,
.account-page .woocommerce-message .button,
.account-page .woocommerce-error .button,
.single-product-page .woocommerce-error .button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.account-page .woocommerce-info .button,
.account-page .woocommerce-message .button,
.account-page .woocommerce-error .button,
.single-product-page .woocommerce-error .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-info .button,
  .account-page .woocommerce-message .button,
  .account-page .woocommerce-error .button,
  .single-product-page .woocommerce-error .button {
    gap: 2vw;
  }
}
.account-page .woocommerce-info .button .theme-icon,
.account-page .woocommerce-message .button .theme-icon,
.account-page .woocommerce-error .button .theme-icon,
.single-product-page .woocommerce-error .button .theme-icon {
  transition: 0.3s;
}
.account-page .woocommerce-info .button:hover,
.account-page .woocommerce-message .button:hover,
.account-page .woocommerce-error .button:hover,
.single-product-page .woocommerce-error .button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.account-page .woocommerce-info .button:hover .theme-icon,
.account-page .woocommerce-message .button:hover .theme-icon,
.account-page .woocommerce-error .button:hover .theme-icon,
.single-product-page .woocommerce-error .button:hover .theme-icon {
  transform: translateX(5px);
}
.account-page .woocommerce-info .button:active,
.account-page .woocommerce-message .button:active,
.account-page .woocommerce-error .button:active,
.single-product-page .woocommerce-error .button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.account-page .woocommerce-info .button:focus-visible,
.account-page .woocommerce-message .button:focus-visible,
.account-page .woocommerce-error .button:focus-visible,
.single-product-page .woocommerce-error .button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-info .button,
  .account-page .woocommerce-message .button,
  .account-page .woocommerce-error .button,
  .single-product-page .woocommerce-error .button {
    max-width: 100%;
  }
}

.account-page .woocommerce-info a:not(.button),
.account-page .woocommerce-message a:not(.button),
.account-page .woocommerce-error a:not(.button),
.single-product-page .woocommerce-error a:not(.button) {
  color: #1559C7;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.account-page .woocommerce-info a:not(.button):hover, .account-page .woocommerce-info a:not(.button):focus-visible,
.account-page .woocommerce-message a:not(.button):hover,
.account-page .woocommerce-message a:not(.button):focus-visible,
.account-page .woocommerce-error a:not(.button):hover,
.account-page .woocommerce-error a:not(.button):focus-visible,
.single-product-page .woocommerce-error a:not(.button):hover,
.single-product-page .woocommerce-error a:not(.button):focus-visible {
  color: #E6A900;
}

.account-page .woocommerce-EditAccountForm {
  width: 100%;
  gap: 1.5vh 15px;
}
.account-page .woocommerce-EditAccountForm {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.account-page .woocommerce-EditAccountForm {
  flex-wrap: wrap;
}

.account-page .woocommerce-EditAccountForm .woocommerce-form-row {
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0.3vh;
}
.account-page .woocommerce-EditAccountForm .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-page .woocommerce-EditAccountForm .woocommerce-form-row--first,
.account-page .woocommerce-EditAccountForm .woocommerce-form-row--last {
  width: calc(50% - 15px / 2);
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-EditAccountForm .woocommerce-form-row--first,
  .account-page .woocommerce-EditAccountForm .woocommerce-form-row--last {
    width: 100%;
  }
}

.account-page .woocommerce-EditAccountForm label,
.account-page .woocommerce-EditAccountForm legend {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}

.account-page .woocommerce-EditAccountForm fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 1.5vh;
  border: 0;
}
.account-page .woocommerce-EditAccountForm fieldset {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-page .woocommerce-EditAccountForm fieldset legend {
  width: 100%;
  padding-bottom: 1.5vh;
  border-bottom: 1px solid #E3E7ED;
}

.account-page .woocommerce-EditAccountForm em {
  line-height: 1.6;
}
.account-page .woocommerce-EditAccountForm em {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.account-page .woocommerce-EditAccountForm .password-input {
  width: 100%;
}

.account-page .woocommerce-EditAccountForm .woocommerce-Input,
.account-page .woocommerce-ResetPassword .woocommerce-Input {
  appearance: none;
  width: 100%;
  min-height: 46px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 194, 28, 0.35);
  border-radius: 12px;
  color: #111827;
  caret-color: #FFC21C;
  background: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(6, 24, 39, 0.25), 0 0 0 rgba(6, 24, 39, 0.1);
  backdrop-filter: blur(4px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.account-page .woocommerce-EditAccountForm .woocommerce-Input,
.account-page .woocommerce-ResetPassword .woocommerce-Input {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}
.account-page .woocommerce-EditAccountForm .woocommerce-Input:hover,
.account-page .woocommerce-ResetPassword .woocommerce-Input:hover {
  color: #111827;
  background: #FFFFFF;
}
.account-page .woocommerce-EditAccountForm .woocommerce-Input:focus, .account-page .woocommerce-EditAccountForm .woocommerce-Input:focus-visible,
.account-page .woocommerce-ResetPassword .woocommerce-Input:focus,
.account-page .woocommerce-ResetPassword .woocommerce-Input:focus-visible {
  color: #111827;
  outline: none;
  border-color: #FFC21C;
  background: #FFFFFF;
  box-shadow: 0 0 0 2px rgba(255, 194, 28, 0.35), inset 0 1px 2px rgba(6, 24, 39, 0.2);
}

.account-page .woocommerce-EditAccountForm .show-password-input {
  color: #111827;
}

.account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button {
  float: none;
  margin: 0;
  min-width: 180px;
  justify-content: center;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button {
    gap: 2vw;
  }
}
.account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button .theme-icon {
  transition: 0.3s;
}
.account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button:hover .theme-icon {
  transform: translateX(5px);
}
.account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-EditAccountForm .woocommerce-Button.button {
    width: 100%;
  }
}

.account-page .woocommerce-ResetPassword {
  width: 100%;
  max-width: 800px;
  gap: 15px;
  margin: 0 auto;
  padding: 3vh 2vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(6, 24, 39, 0.08);
}
.account-page .woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-ResetPassword {
    padding: 2.5vh 2.5%;
  }
}

.account-page .woocommerce-ResetPassword > p:first-child {
  line-height: 1.6;
}
.account-page .woocommerce-ResetPassword > p:first-child {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.account-page .woocommerce-ResetPassword .woocommerce-form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.account-page .woocommerce-ResetPassword .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-page .woocommerce-ResetPassword label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}

.account-page .woocommerce-ResetPassword .clear {
  display: none;
}

.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button {
  float: none;
  margin: 0;
  min-width: 180px;
  justify-content: center;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button {
    gap: 2vw;
  }
}
.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button .theme-icon {
  transition: 0.3s;
}
.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button:hover .theme-icon {
  transform: translateX(5px);
}
.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button:hover, .account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button:focus-visible {
  color: #111827;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-ResetPassword .woocommerce-Button.button {
    width: 100%;
  }
}

.account-page .woocommerce-Addresses {
  width: 100%;
  gap: 15px;
}
.account-page .woocommerce-Addresses {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-Addresses {
    flex-direction: column;
  }
}

.account-page .woocommerce-Addresses .woocommerce-Address {
  float: none;
  width: calc(50% - 15px / 2);
  gap: 15px;
  padding: 2vh 1.5vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #F7F8FA;
}
.account-page .woocommerce-Addresses .woocommerce-Address {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    padding: 2vh 2.5%;
  }
}

.account-page .woocommerce-Addresses .woocommerce-Address:only-child {
  width: 100%;
}

.account-page .woocommerce-Address-title {
  width: 100%;
  gap: 15px;
}
.account-page .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-page .woocommerce-Address-title h2 {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}
.account-page .woocommerce-Address-title h2::first-letter {
  text-transform: uppercase;
}

.account-page__woocommerce-content .woocommerce-Address-title .edit {
  float: none;
  margin: 0;
  justify-content: center;
  color: #111827;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.account-page__woocommerce-content .woocommerce-Address-title .edit {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.account-page__woocommerce-content .woocommerce-Address-title .edit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .woocommerce-Address-title .edit {
    gap: 2vw;
  }
}
.account-page__woocommerce-content .woocommerce-Address-title .edit .theme-icon {
  transition: 0.3s;
}
.account-page__woocommerce-content .woocommerce-Address-title .edit:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.account-page__woocommerce-content .woocommerce-Address-title .edit:hover .theme-icon {
  transform: translateX(5px);
}
.account-page__woocommerce-content .woocommerce-Address-title .edit:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.account-page__woocommerce-content .woocommerce-Address-title .edit:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.account-page__woocommerce-content .woocommerce-Address-title .edit {
  width: 100%;
}
.account-page__woocommerce-content .woocommerce-Address-title .edit:hover, .account-page__woocommerce-content .woocommerce-Address-title .edit:focus-visible {
  color: #111827;
}

.account-page .woocommerce-Address address {
  font-style: normal;
  line-height: 1.6;
}
.account-page .woocommerce-Address address {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #111827;
}

.account-access {
  width: 100%;
  gap: 5vh;
}
.account-access {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .account-access {
    align-items: stretch;
  }
}
.account-access .account-access__switch {
  width: fit-content;
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #F7F8FA;
}
.account-access .account-access__switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-access .account-access__switch {
    width: 100%;
  }
}
.account-access .account-access__switch__link {
  min-width: 160px;
  padding: 1.2vh 1.5vw;
  text-align: center;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.account-access .account-access__switch__link {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #667085;
}
.account-access .account-access__switch__link:hover, .account-access .account-access__switch__link:focus-visible {
  color: #0F172A;
  background-color: #FFFFFF;
}
.account-access .account-access__switch__link.account-access__switch__link--active {
  color: #FFFFFF;
  background-color: #061827;
}
@media screen and (max-width: 800px) {
  .account-access .account-access__switch__link {
    width: 50%;
    min-width: 0;
    padding: 1.5vh 2.5%;
  }
}
.account-access .account-access__animated-link {
  display: inline-block;
  width: fit-content;
  transition: color 0.25s ease;
}
.account-access .account-access__animated-link:hover, .account-access .account-access__animated-link:focus-visible {
  color: #E6A900;
}

.account-access--single-panel {
  max-width: 800px;
}

.account-access__panel {
  width: 100%;
  gap: 15px;
  padding: 3vh 2vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(6, 24, 39, 0.08);
}
.account-access__panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .account-access__panel {
    width: 100%;
    padding: 2.5vh 2.5%;
  }
}

.account-access--single-panel .account-access__panel {
  width: 100%;
}

.account-access__header,
.account-access__form,
.account-access__field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.account-access__header {
  gap: 10px;
}

.account-access__field {
  gap: 0.3vh;
}

.account-page .account-page__woocommerce-content .account-access__field,
.account-page .account-page__woocommerce-content .account-access__actions {
  margin: 0;
  padding: 0;
  width: 100%;
}

.account-access__header {
  width: 100%;
  padding-bottom: 1.5vh;
  border-bottom: 1px solid #E3E7ED;
  text-align: center;
}

.account-access__title {
  font-size: clamp(20px, 2.5vw, 24px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.account-access__description,
.account-access__password-notice,
.account-access__privacy {
  line-height: 1.6;
}
.account-access__description,
.account-access__password-notice,
.account-access__privacy {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.account-access__privacy a {
  color: #1559C7;
  font-weight: 600;
  text-decoration: underline;
}

.account-access__form {
  width: 75%;
  gap: 1.5vh;
  align-self: center;
}
@media screen and (max-width: 800px) {
  .account-access__form {
    width: 100%;
  }
}

.account-page .account-page__woocommerce-content form.account-access__form {
  margin: 0;
  padding: 0;
  border: 0;
}

.account-access__label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}

.account-page .woocommerce form .account-access__field .account-access__input {
  appearance: none;
  width: 100%;
  min-height: 46px;
  padding: 1.2vh 1.25vw;
  color: #111827;
  caret-color: #1559C7;
  border: 1px solid rgba(21, 89, 199, 0.25);
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: inset 4px 0 0 rgba(21, 89, 199, 0.12);
  backdrop-filter: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (max-width: 800px) {
  .account-page .woocommerce form .account-access__field .account-access__input {
    padding: 1.2vh 2.5%;
  }
}

.account-page .woocommerce form .account-access__field .password-input {
  width: 100%;
}

.account-page .woocommerce form .account-access__field .account-access__input:hover {
  color: #111827;
  border-color: rgba(21, 89, 199, 0.55);
  background-color: #FFFFFF;
  box-shadow: inset 4px 0 0 rgba(21, 89, 199, 0.3);
}

.account-page .woocommerce form .account-access__field .account-access__input:focus,
.account-page .woocommerce form .account-access__field .account-access__input:focus-visible {
  color: #111827;
  border-color: #1559C7;
  outline: none;
  background-color: #FFFFFF;
  box-shadow: inset 4px 0 0 #1559C7, 0 0 0 3px rgba(21, 89, 199, 0.12);
}

.account-access__actions {
  gap: 15px;
}
.account-access__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .account-access__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.account-access__remember {
  gap: 10px;
  cursor: pointer;
}
.account-access__remember {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #111827;
}
.account-access__remember {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.account-access__checkbox {
  width: clamp(15px, 1.2vw, 17px);
  height: clamp(15px, 1.2vw, 17px);
  accent-color: #FFC21C;
}

.account-page__woocommerce-content .account-access__submit.button {
  float: none;
  margin: 0;
  min-width: 180px;
  justify-content: center;
  justify-self: center;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.account-page__woocommerce-content .account-access__submit.button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.account-page__woocommerce-content .account-access__submit.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .account-access__submit.button {
    gap: 2vw;
  }
}
.account-page__woocommerce-content .account-access__submit.button .theme-icon {
  transition: 0.3s;
}
.account-page__woocommerce-content .account-access__submit.button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.account-page__woocommerce-content .account-access__submit.button:hover .theme-icon {
  transform: translateX(5px);
}
.account-page__woocommerce-content .account-access__submit.button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.account-page__woocommerce-content .account-access__submit.button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
@media screen and (max-width: 800px) {
  .account-page__woocommerce-content .account-access__submit.button {
    width: 100%;
  }
}

.account-access__lost-password {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #1559C7;
}

.account-access__lost-password a {
  color: #1559C7;
}

.shop-page {
  min-height: 100dvh;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: 8vh;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .shop-page {
    padding-top: clamp(105px, 14vh, 130px);
  }
}

@media screen and (max-width: 800px) {
  .shop-page__content {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.shop-page__header {
  margin-bottom: 5vh;
  gap: 15px;
}
.shop-page__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .shop-page__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.shop-page__heading {
  gap: 10px;
}
.shop-page__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.shop-page__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.shop-page__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.shop-page__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.shop-page__title {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.shop-page__description {
  max-width: 700px;
}
.shop-page__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.shop-page__controls {
  flex: 0 0 auto;
  gap: 15px;
}
.shop-page__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .shop-page__controls {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
.shop-page__controls .woocommerce-result-count {
  margin: 0;
}
.shop-page__controls .woocommerce-result-count {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #667085;
}
.shop-page__controls .woocommerce-ordering {
  margin: 0;
}
.shop-page__controls select {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.shop-page__controls select {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}

.shop-page ul.products,
.front-page-courses ul.products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  gap: 1.5vw;
}
.shop-page ul.products::before, .shop-page ul.products::after,
.front-page-courses ul.products::before,
.front-page-courses ul.products::after {
  display: none;
}

.shop-page ul.products li.product.shop-product-card__item,
.front-page-courses ul.products li.product.shop-product-card__item {
  float: none;
  width: calc((100% - 4.5vw) / 4);
  margin: 0;
}
@media screen and (max-width: 800px) {
  .shop-page ul.products li.product.shop-product-card__item,
  .front-page-courses ul.products li.product.shop-product-card__item {
    width: 100%;
  }
}

.front-page-courses ul.products {
  justify-content: flex-start;
}

.front-page-courses ul.products li.product.shop-product-card__item {
  width: auto;
  min-width: 0;
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .front-page-courses ul.products li.product.shop-product-card__item {
    width: 100%;
    flex-basis: auto;
  }
}

.shop-product-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  transition: border-color 0.45s ease;
}
.shop-product-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media (hover: hover) and (pointer: fine) {
  .shop-product-card:hover {
    border-color: #FFC21C;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shop-product-card {
    transition: none;
  }
}

.shop-product-card__loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.25s ease, visibility 0.25s ease;
  pointer-events: none;
}
.shop-product-card__loader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.shop-product-card__loader img {
  width: clamp(80px, 8vw, 120px);
  height: clamp(80px, 8vw, 120px);
}
@media (prefers-reduced-motion: reduce) {
  .shop-product-card__loader {
    transition: none;
  }
}

.shop-product-card--loading .shop-product-card__loader {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.shop-product-card--loading .button {
  pointer-events: none;
}

.shop-product-card--loading .added_to_cart {
  position: relative;
  z-index: 4;
  pointer-events: auto;
}

.shop-product-card__image-link {
  display: block;
}

.shop-product-card__image {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background-color: #FFF5D6;
}
.shop-product-card__image::after {
  content: "";
  position: absolute;
  inset: 15px;
  opacity: 0;
  background-image: linear-gradient(#FFC21C, #FFC21C), linear-gradient(#FFC21C, #FFC21C), linear-gradient(#FFC21C, #FFC21C), linear-gradient(#FFC21C, #FFC21C), linear-gradient(#FFC21C, #FFC21C), linear-gradient(#FFC21C, #FFC21C), linear-gradient(#FFC21C, #FFC21C), linear-gradient(#FFC21C, #FFC21C);
  background-position: left top, left top, right top, right top, right bottom, right bottom, left bottom, left bottom;
  background-repeat: no-repeat;
  background-size: 22px 3px, 3px 22px, 22px 3px, 3px 22px, 22px 3px, 3px 22px, 22px 3px, 3px 22px;
  transform: scale(0.88);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.shop-product-card__image img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: filter 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .shop-product-card:hover .shop-product-card__image::after {
    opacity: 1;
    transform: scale(1);
  }
  .shop-product-card:hover .shop-product-card__image img {
    filter: brightness(0.78) saturate(0.85);
  }
}
@media (prefers-reduced-motion: reduce) {
  .shop-product-card__image::after {
    display: none;
    transition: none;
  }
  .shop-product-card__image img {
    filter: none;
    transition: none;
  }
}

.shop-product-card__sale-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #FFC21C;
  text-transform: uppercase;
}
.shop-product-card__sale-badge {
  font-size: clamp(11px, 0.75vw, 12px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}

.shop-product-card__content {
  flex: 1 1 auto;
  gap: 5vh;
  padding: 20px 30px;
  padding-bottom: 40px;
}
.shop-product-card__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.shop-product-card__information {
  gap: 10px;
}
.shop-product-card__information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.shop-product-card__title {
  transition: color 0.45s ease;
}
.shop-product-card__title {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}
@media (hover: hover) and (pointer: fine) {
  .shop-product-card:hover .shop-product-card__title {
    color: #1559C7;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shop-product-card__title {
    transition: none;
  }
}
.shop-product-card__title a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shop-product-card__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.shop-product-card__rating {
  min-height: 20px;
}

.shop-product-card__purchase {
  padding-top: 15px;
  gap: 15px;
  border-top: 1px solid #E3E7ED;
}
.shop-product-card__purchase {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.shop-product-card__price {
  gap: 10px;
}
.shop-product-card__price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}
.shop-product-card__price {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #1559C7;
}
.shop-product-card__price del {
  color: #667085;
  font-size: clamp(11px, 0.75vw, 12px);
}
.shop-product-card__price ins {
  color: #1559C7;
  text-decoration: none;
}

.shop-product-card__price-label {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #667085;
}

.shop-product-card__actions {
  width: 100%;
  gap: 15px;
}
.shop-product-card__actions {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.shop-product-card__actions:has(.added_to_cart) {
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .shop-product-card__actions {
    flex-direction: column;
  }
}

.shop-product-card .button,
.shop-product-card .added_to_cart {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.shop-product-card .button,
.shop-product-card .added_to_cart {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.shop-product-card .button,
.shop-product-card .added_to_cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .shop-product-card .button,
  .shop-product-card .added_to_cart {
    gap: 2vw;
  }
}
.shop-product-card .button .theme-icon,
.shop-product-card .added_to_cart .theme-icon {
  transition: 0.3s;
}
.shop-product-card .button:hover,
.shop-product-card .added_to_cart:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.shop-product-card .button:hover .theme-icon,
.shop-product-card .added_to_cart:hover .theme-icon {
  transform: translateX(5px);
}
.shop-product-card .button:active,
.shop-product-card .added_to_cart:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.shop-product-card .button:focus-visible,
.shop-product-card .added_to_cart:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.shop-product-card .button,
.shop-product-card .added_to_cart {
  width: auto !important;
  flex: 1 1 0;
  min-height: 48px;
  margin: 0 !important;
  border: 0 !important;
  background-color: #FFC21C !important;
  color: #111827 !important;
  justify-content: center;
  text-align: center;
  line-height: unset;
  text-decoration: none;
}
.shop-product-card .button:hover,
.shop-product-card .added_to_cart:hover {
  background-color: #E6A900 !important;
  color: #111827 !important;
}
.shop-product-card .button:focus-visible,
.shop-product-card .added_to_cart:focus-visible {
  background-color: #E6A900 !important;
  color: #111827 !important;
}

.shop-product-card__actions:has(.added_to_cart) .button,
.shop-product-card__actions:has(.added_to_cart) .added_to_cart {
  width: 100% !important;
}

.woocommerce ul.products li.product .button {
  text-align: center;
  line-height: unset;
}
.woocommerce ul.products li.product .button::after {
  font-size: 20px;
}

.shop-product-card .button.added {
  border: 1px solid #1559C7 !important;
  background-color: #FFFFFF !important;
  color: #1559C7 !important;
}
.shop-product-card .button.added:hover, .shop-product-card .button.added:focus-visible {
  border-color: #1559C7 !important;
  background-color: #1559C7 !important;
  color: #FFFFFF !important;
}

.shop-product-card .added_to_cart .tutor-icon-cart-line,
.shop-product-card .added_to_cart .theme-icon--cart {
  display: none;
}
.shop-product-card .added_to_cart:hover, .shop-product-card .added_to_cart:focus-visible {
  background-color: #E6A900 !important;
  color: #111827 !important;
}

.shop-page .woocommerce-pagination {
  margin-top: 5vh;
}

.shop-page .woocommerce-message,
.shop-page .woocommerce-info,
.shop-page .woocommerce-error {
  padding: 15px 5vh;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.shop-page .woocommerce-message,
.shop-page .woocommerce-info,
.shop-page .woocommerce-error {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}

.cart-page .wp-block-woocommerce-empty-cart-block {
  width: 100%;
  gap: 5vh;
}
.cart-page .wp-block-woocommerce-empty-cart-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.cart-page .wc-block-cart__empty-cart__title {
  width: 100%;
  margin: 0;
  padding: 4vh 3vw;
  border: 1px solid #E3E7ED;
  border-top: 3px solid #FFC21C;
  border-radius: 5px;
  background-color: #FFFFFF;
  gap: 15px;
  text-align: center;
}
.cart-page .wc-block-cart__empty-cart__title {
  font-size: clamp(20px, 2.5vw, 24px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}
.cart-page .wc-block-cart__empty-cart__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-page .wc-block-cart__empty-cart__title::before {
  width: 48px;
  height: 48px;
  margin: 0;
  background-color: #1559C7;
  content: "";
  mask-image: url("../img/ico/cart-shopping-solid.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url("../img/ico/cart-shopping-solid.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}
@media screen and (max-width: 800px) {
  .cart-page .wc-block-cart__empty-cart__title {
    padding: 4vh 2.5%;
  }
}

.cart-page .wp-block-woocommerce-empty-cart-block > .wp-block-separator {
  display: none;
}

.cart-page .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  margin: 0;
  text-align: left;
}
.cart-page .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  width: 100%;
  margin: 0;
  gap: 15px;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    flex-direction: column;
  }
}

.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  min-width: 0;
  flex: 1 1 0;
  margin: 0;
  padding: 0 0 15px;
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  gap: 10px;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
    width: 100%;
  }
}

.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
  width: 100%;
  aspect-ratio: 16/10;
  margin: 0;
  overflow: hidden;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title,
.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price,
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button {
  margin-right: 15px;
  margin-left: 15px;
}

.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  text-align: left;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  margin-top: auto;
  text-align: left;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #1559C7;
}

.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button {
  width: auto;
}

.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
    gap: 2vw;
  }
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link .theme-icon {
  transition: 0.3s;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover .theme-icon {
  transform: translateX(5px);
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  width: 100%;
  border: 0;
  color: #111827;
}
.cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover, .cart-page .wp-block-woocommerce-empty-cart-block .wp-block-button__link:focus-visible {
  background-color: #E6A900;
  color: #111827;
}

body.woocommerce-checkout {
  background-color: #F7F8FA;
}
body.woocommerce-checkout > h1 {
  width: 95%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: 5vh;
}
body.woocommerce-checkout > h1 {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}
@media screen and (max-width: 800px) {
  body.woocommerce-checkout > h1 {
    width: 100%;
    padding-top: clamp(105px, 14vh, 130px);
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
body.woocommerce-checkout > .wc-block-checkout {
  width: 95%;
  max-width: 1800px;
  margin: 0 auto 8vh;
}
@media screen and (max-width: 800px) {
  body.woocommerce-checkout > .wc-block-checkout {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.wc-block-checkout .wc-block-components-sidebar-layout {
  gap: 5vh;
}
@media screen and (max-width: 1100px) {
  .wc-block-checkout .wc-block-components-sidebar-layout {
    flex-direction: column;
  }
}

.wc-block-checkout .wc-block-checkout__main,
.wc-block-checkout .wc-block-checkout__sidebar {
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px rgba(6, 24, 39, 0.06);
}
@media screen and (max-width: 1100px) {
  .wc-block-checkout .wc-block-checkout__main,
  .wc-block-checkout .wc-block-checkout__sidebar {
    width: 100%;
  }
}

.wc-block-checkout .wc-block-checkout__main {
  width: calc(65% - 5vh);
  padding: 4vh 2vw;
}
@media screen and (max-width: 1100px) {
  .wc-block-checkout .wc-block-checkout__main {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .wc-block-checkout .wc-block-checkout__main {
    padding: 4vh 2.5%;
  }
}

.wc-block-checkout .wc-block-checkout__sidebar {
  width: 35%;
  top: clamp(120px, 14vh, 180px);
  align-self: flex-start;
  padding: 4vh 2vw;
}
@media screen and (max-width: 1100px) {
  .wc-block-checkout .wc-block-checkout__sidebar {
    width: 100%;
    position: static;
    order: -1;
  }
}
@media screen and (max-width: 800px) {
  .wc-block-checkout .wc-block-checkout__sidebar {
    padding: 4vh 2.5%;
  }
}

.wc-block-checkout .wc-block-components-express-payment {
  margin: 0 0 5vh;
  padding: 15px;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #F7F8FA;
}

.wc-block-checkout .wc-block-components-express-payment__title,
.wc-block-checkout .wc-block-components-checkout-step__heading,
.wc-block-checkout .wc-block-components-checkout-order-summary__title-text {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.wc-block-checkout .wc-block-components-checkout-step {
  margin: 0;
  padding: 0 0 5vh;
}
.wc-block-checkout .wc-block-components-checkout-step:not(:last-child) {
  margin-bottom: 5vh;
  border-bottom: 1px solid #E3E7ED;
}

.wc-block-checkout .wc-block-components-checkout-step__container {
  padding: 0;
}

.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-combobox-control input,
.wc-block-checkout .wc-block-components-address-form select {
  min-height: 48px;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: none;
  color: #111827;
  backdrop-filter: none;
}
.wc-block-checkout .wc-block-components-text-input input:hover,
.wc-block-checkout .wc-block-components-combobox-control input:hover,
.wc-block-checkout .wc-block-components-address-form select:hover {
  border-color: #1559C7;
  background-color: #FFFFFF;
}
.wc-block-checkout .wc-block-components-text-input input:focus,
.wc-block-checkout .wc-block-components-combobox-control input:focus,
.wc-block-checkout .wc-block-components-address-form select:focus {
  border-color: #1559C7;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 2px rgba(21, 89, 199, 0.18);
}

.wc-block-checkout .wc-block-components-text-input label,
.wc-block-checkout .wc-block-components-combobox-control label,
.wc-block-checkout .wc-block-components-checkbox__label {
  color: #667085;
}

.wc-block-checkout .wc-block-components-address-form__address_2-toggle {
  color: #1559C7;
  text-decoration: underline;
}

.wc-block-checkout .wc-block-components-checkbox__input {
  margin: 0;
  padding: 0;
  border-color: #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: none;
  backdrop-filter: none;
}
.wc-block-checkout .wc-block-components-checkbox__input:checked {
  border-color: #1559C7 !important;
  background-color: #1559C7 !important;
}
.wc-block-checkout .wc-block-components-checkbox__input:hover {
  border-color: #1559C7;
  background-color: #FFFFFF;
}
.wc-block-checkout .wc-block-components-checkbox__input:checked:hover, .wc-block-checkout .wc-block-components-checkbox__input:checked:focus, .wc-block-checkout .wc-block-components-checkbox__input:checked:focus-visible {
  border-color: #1559C7 !important;
  background-color: #1559C7 !important;
}
.wc-block-checkout .wc-block-components-checkbox__input:focus-visible {
  outline: 3px solid rgba(21, 89, 199, 0.18);
  outline-offset: 2px;
}

.wc-block-checkout .wc-block-components-checkbox {
  gap: 10px;
  align-items: center;
}

.wc-block-checkout .wc-block-components-checkbox__mark {
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
}

.wc-block-checkout .wc-block-components-checkbox__label {
  line-height: 1.6;
}
.wc-block-checkout .wc-block-components-checkbox__label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}

.wc-block-checkout .wc-block-checkout__terms {
  line-height: 1.6;
}
.wc-block-checkout .wc-block-checkout__terms {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}
.wc-block-checkout .wc-block-checkout__terms a {
  color: #1559C7;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .wc-block-checkout .wc-block-components-checkout-place-order-button {
    gap: 2vw;
  }
}
.wc-block-checkout .wc-block-components-checkout-place-order-button .theme-icon {
  transition: 0.3s;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover .theme-icon {
  transform: translateX(5px);
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button {
  width: 100% !important;
  min-height: 48px;
  border: 0 !important;
  color: #111827 !important;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover, .wc-block-checkout .wc-block-components-checkout-place-order-button:focus-visible {
  background-color: #E6A900 !important;
  color: #111827 !important;
}

.wc-block-checkout .wc-block-components-checkout-order-summary__title {
  padding: 0 0 15px;
  border-bottom: 1px solid #E3E7ED;
}

.wc-block-checkout .wc-block-components-order-summary-item {
  padding: 15px 0;
}

.wc-block-checkout .wc-block-components-order-summary-item__image img {
  border-radius: 5px;
}

.wc-block-checkout .wc-block-components-product-name {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.wc-block-checkout .wc-block-components-product-metadata,
.wc-block-checkout .wc-block-components-order-summary-item__individual-price,
.wc-block-checkout .wc-block-components-totals-item {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #667085;
}

.wc-block-checkout .wc-block-components-totals-footer-item {
  padding-top: 15px;
  border-top: 1px solid #E3E7ED;
}
.wc-block-checkout .wc-block-components-totals-footer-item {
  font-size: clamp(16px, 1.6vw, 19px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.single-product-page {
  min-height: 100dvh;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: 8vh;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .single-product-page {
    padding-top: clamp(105px, 14vh, 130px);
  }
}

.single-product-page__content {
  gap: 5vh;
}
.single-product-page__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .single-product-page__content {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.single-product-page__notice {
  width: 100%;
  padding: 15px;
  border: 1px solid #E3E7ED;
  border-left: 3px solid #1559C7;
  border-radius: 5px;
  background-color: #F7F8FA;
  gap: 10px;
}
.single-product-page__notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.single-product-page__notice[hidden] {
  display: none;
}
@media screen and (max-width: 800px) {
  .single-product-page__notice {
    align-items: flex-start;
  }
}

.single-product-page__notice--success {
  border-left-color: #FFC21C;
}

.single-product-page__notice--error {
  border-left-color: #FF4D4F;
}

.single-product-page__notice-message {
  margin: 0;
  line-height: 1.6;
}
.single-product-page__notice-message {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}

.single-product-page__notice-cart-button {
  min-height: 44px;
  padding: 10px 24px;
  border: 1px solid #1559C7;
  border-radius: 5px;
  background-color: #1559C7;
  color: #FFFFFF;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.single-product-page__notice-cart-button {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.single-product-page__notice-cart-button:hover {
  border-color: #0D2A3E;
  background-color: #0D2A3E;
  color: #FFFFFF;
}
.single-product-page__notice-cart-button:focus-visible {
  outline: 3px solid #FFC21C;
  outline-offset: 2px;
}

.single-product-page .woocommerce-breadcrumb {
  width: 100%;
  margin: 0 0 3vh;
}
.single-product-page .woocommerce-breadcrumb {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #667085;
}
.single-product-page .woocommerce-breadcrumb a {
  color: #1559C7;
  text-decoration: none;
}
.single-product-page .woocommerce-breadcrumb a:hover, .single-product-page .woocommerce-breadcrumb a:focus-visible {
  color: #E6A900;
}

.single-product-page div.product {
  width: 100%;
  gap: 5vh;
}
.single-product-page div.product {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.single-product-page div.product::before, .single-product-page div.product::after {
  display: none;
}

.single-product-page__hero {
  width: 100%;
  gap: 5vh;
}
.single-product-page__hero {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .single-product-page__hero {
    flex-direction: column;
  }
}

.single-product-page__gallery {
  min-width: 0;
  flex: 1 1 0;
}

.single-product-page div.product .single-product-page__gallery div.woocommerce-product-gallery {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.single-product-page div.product .single-product-page__gallery div.woocommerce-product-gallery::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #FFC21C;
  content: "";
}
@media screen and (max-width: 800px) {
  .single-product-page div.product .single-product-page__gallery div.woocommerce-product-gallery {
    width: 100%;
  }
}

.single-product-page div.product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product-page div.product .woocommerce-product-gallery__image {
  width: 100%;
}
.single-product-page div.product .woocommerce-product-gallery__image a,
.single-product-page div.product .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
}
.single-product-page div.product .woocommerce-product-gallery__image img {
  aspect-ratio: 16/10;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.single-product-page div.product .woocommerce-product-gallery .flex-viewport {
  border-radius: 5px 5px 0 0;
}

.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs {
  width: 100%;
  margin: 15px 0 0;
  padding: 0 15px 15px;
  gap: 10px;
  list-style: none;
}
.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs::before, .single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs::after {
  display: none;
}
.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs li {
  float: none;
  width: auto;
  min-width: 0;
  flex: 0 1 25%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  height: auto;
  opacity: 0.55;
  object-fit: cover;
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs img:hover, .single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs img:focus-visible {
  opacity: 0.8;
  filter: brightness(0.9);
}
.single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
  filter: none;
}
@media screen and (max-width: 800px) {
  .single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs {
    padding-right: 2.5%;
    padding-left: 2.5%;
    overflow-x: auto;
  }
  .single-product-page div.product .woocommerce-product-gallery .flex-control-thumbs li {
    flex-basis: 30%;
  }
}

.single-product-page div.product div.single-product-page__summary {
  float: none;
  width: auto;
  min-width: 0;
  flex: 1 1 0;
  margin: 0;
  padding: 4vh 3vw;
  border: 1px solid #E3E7ED;
  border-top: 3px solid #FFC21C;
  border-radius: 5px;
  background-color: #FFFFFF;
  gap: 15px;
}
.single-product-page div.product div.single-product-page__summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .single-product-page div.product div.single-product-page__summary {
    width: 100%;
    padding: 3vh 5vw;
  }
}

.single-product-page__format-label {
  margin: 0;
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.single-product-page__format-label {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.single-product-page__format-label::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.single-product-page div.product .product_title {
  margin: 0;
  line-height: 1.3;
}
.single-product-page div.product .product_title {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.single-product-page div.product .summary .price {
  width: 100%;
  margin: 0;
  padding-bottom: 3vh;
  border-bottom: 1px solid #E3E7ED;
}
.single-product-page div.product .summary .price {
  font-size: clamp(20px, 2.5vw, 24px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #1559C7;
}
.single-product-page div.product .summary .price del {
  color: #667085;
  font-size: clamp(14px, 1.6vw, 17px);
}
.single-product-page div.product .summary .price ins {
  color: #1559C7;
  text-decoration: none;
}

.single-product-page div.product .woocommerce-product-details__short-description {
  margin: 0;
  line-height: 1.6;
}
.single-product-page div.product .woocommerce-product-details__short-description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.single-product-page div.product form.cart {
  width: 100%;
  margin: 0;
  gap: 15px;
}
.single-product-page div.product form.cart {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .single-product-page div.product form.cart {
    flex-direction: column;
  }
}

.single-product-page div.product form.cart .single_add_to_cart_button {
  position: relative;
  flex: 1 1 0;
  min-height: 48px;
  margin: 0;
  padding: 12px 30px;
  border: 1px solid #FFC21C !important;
  border-radius: 5px;
  background-color: #FFC21C !important;
  color: #111827 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.single-product-page div.product form.cart .single_add_to_cart_button {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.single-product-page div.product form.cart .single_add_to_cart_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.single-product-page div.product form.cart .single_add_to_cart_button:hover {
  border-color: #E6A900 !important;
  background-color: #E6A900 !important;
  color: #111827 !important;
}
.single-product-page div.product form.cart .single_add_to_cart_button:focus-visible {
  outline: 3px solid #1559C7;
  outline-offset: 2px;
}

.single-product-page--adding div.product form.cart .single_add_to_cart_button {
  border-color: #E3E7ED !important;
  background-color: #FFF5D6 !important;
  color: #667085 !important;
  cursor: wait;
  opacity: 1;
  pointer-events: none;
}
.single-product-page--adding div.product form.cart .single_add_to_cart_button::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-image: url("../img/ico/cart-ripple-loader.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  font-family: "Inter", Arial, sans-serif;
  transform: translateY(-50%);
}

.single-product-page div.product form.cart .single_add_to_cart_button.is-loading {
  border-color: #E3E7ED !important;
  background-color: #FFF5D6 !important;
  color: #667085 !important;
}

.single-product-page div.product .product_meta {
  width: 100%;
  padding-top: 3vh;
  border-top: 1px solid #E3E7ED;
}
.single-product-page div.product .product_meta {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #667085;
}
.single-product-page div.product .product_meta a {
  color: #1559C7;
  text-decoration: none;
}

.single-product-page__purchase-benefits {
  width: 100%;
  margin: 0;
  padding: 3vh 0 0;
  border-top: 1px solid #E3E7ED;
  list-style: none;
  gap: 15px;
}
.single-product-page__purchase-benefits {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.single-product-page__purchase-benefit {
  gap: 10px;
  line-height: 1.6;
}
.single-product-page__purchase-benefit {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}
.single-product-page__purchase-benefit {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product-page__purchase-benefit::before {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("../img/ico/trust-check-bullet.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.single-product-page__details {
  width: 100%;
  gap: 5vh;
}
.single-product-page__details {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.single-product-page div.product .woocommerce-tabs {
  width: 100%;
  padding: 4vh 3vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .single-product-page div.product .woocommerce-tabs {
    padding: 3vh 5vw;
  }
}

.single-product-page div.product .woocommerce-tabs ul.tabs {
  display: flex;
  width: 100%;
  margin: 0 0 3vh;
  padding: 0;
  border-bottom: 1px solid #E3E7ED;
  gap: 15px;
}
.single-product-page div.product .woocommerce-tabs ul.tabs::before, .single-product-page div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}
.single-product-page div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.single-product-page div.product .woocommerce-tabs ul.tabs li::before, .single-product-page div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.single-product-page div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  color: #667085;
}
.single-product-page div.product .woocommerce-tabs ul.tabs li a {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #667085;
}
.single-product-page div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 3px solid #FFC21C;
}
.single-product-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: #0F172A;
}

.single-product-page div.product .woocommerce-Tabs-panel {
  margin: 0;
  line-height: 1.6;
  gap: 15px;
}
.single-product-page div.product .woocommerce-Tabs-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product-page div.product .woocommerce-Tabs-panel {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}
.single-product-page div.product .woocommerce-Tabs-panel h2,
.single-product-page div.product .woocommerce-Tabs-panel h3 {
  color: #0F172A;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.3;
}
.single-product-page div.product .woocommerce-Tabs-panel h2 {
  font-size: clamp(20px, 2.5vw, 24px);
}
.single-product-page div.product .woocommerce-Tabs-panel h3 {
  font-size: clamp(16px, 1.7vw, 22px);
}
.single-product-page div.product .woocommerce-Tabs-panel ul,
.single-product-page div.product .woocommerce-Tabs-panel ol {
  padding-left: 20px;
}

.single-product-page div.product .related.products {
  width: 100%;
  gap: 15px;
}
.single-product-page div.product .related.products {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.single-product-page div.product .related.products > h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.single-product-page div.product .related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  gap: 1.5vw;
}
.single-product-page div.product .related.products ul.products::before, .single-product-page div.product .related.products ul.products::after {
  display: none;
}

.single-product-page div.product .related.products ul.products li.product.shop-product-card__item {
  float: none;
  width: calc((100% - 3vw) / 3);
  margin: 0;
}
@media screen and (max-width: 800px) {
  .single-product-page div.product .related.products ul.products li.product.shop-product-card__item {
    width: 100%;
  }
}

body.single-courses {
  background-color: #F7F8FA;
}

body.single-courses .tutor-page-wrap {
  min-height: 100dvh;
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: 8vh;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  body.single-courses .tutor-page-wrap {
    padding-top: clamp(105px, 14vh, 130px);
  }
}

body.single-courses .tutor-course-details-page.tutor-container {
  width: 95%;
  max-width: 1800px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  body.single-courses .tutor-course-details-page.tutor-container {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

body.single-courses .tutor-course-details-header {
  margin: 0 0 5vh !important;
  padding: 4vh 3vw;
  border: 1px solid #E3E7ED;
  border-top: 3px solid #FFC21C;
  border-radius: 5px;
  background-color: #FFFFFF;
  gap: 10px;
}
body.single-courses .tutor-course-details-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  body.single-courses .tutor-course-details-header {
    padding: 4vh 2.5%;
  }
}

body.single-courses .tutor-course-details-title {
  margin: 0 !important;
  line-height: 1.3;
}
body.single-courses .tutor-course-details-title {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

body.single-courses .tutor-course-details-top {
  margin: 0 !important;
}

body.single-courses .tutor-course-details-info,
body.single-courses .tutor-course-details-info a {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #667085;
}

body.single-courses .tutor-course-details-info a {
  color: #1559C7;
  font-weight: 600;
}

body.single-courses .tutor-course-details-page > .tutor-row {
  gap: 5vh;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  body.single-courses .tutor-course-details-page > .tutor-row {
    flex-direction: column;
  }
}

body.single-courses .tutor-course-details-page > .tutor-row > main {
  width: calc(65% - 5vh);
  padding: 0;
}
@media screen and (max-width: 1100px) {
  body.single-courses .tutor-course-details-page > .tutor-row > main {
    width: 100%;
  }
}

body.single-courses .tutor-course-details-page > .tutor-row > aside {
  width: 35%;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  body.single-courses .tutor-course-details-page > .tutor-row > aside {
    width: 100%;
  }
}

body.single-courses .tutor-course-thumbnail,
body.single-courses .tutor-video-player {
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}

body.single-courses .tutor-course-thumbnail img,
body.single-courses .tutor-video-player img,
body.single-courses .tutor-video-player video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.single-courses .tutor-course-details-tab {
  margin-top: 5vh !important;
  padding: 4vh 3vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  body.single-courses .tutor-course-details-tab {
    padding: 4vh 2.5%;
  }
}

body.single-courses .tutor-course-details-tab .tutor-tab {
  padding: 0 !important;
}

body.single-courses .tutor-course-details-tab h2,
body.single-courses .tutor-course-details-tab h3,
body.single-courses .tutor-course-details-tab h4,
body.single-courses .tutor-course-details-widget-title {
  line-height: 1.3;
  color: #0F172A;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
}

body.single-courses .tutor-course-details-tab h2 {
  font-size: clamp(26px, 3.5vw, 40px);
}

body.single-courses .tutor-course-details-tab h3,
body.single-courses .tutor-course-details-widget-title {
  font-size: clamp(16px, 1.7vw, 22px);
}

body.single-courses .tutor-course-details-tab p,
body.single-courses .tutor-course-details-tab li,
body.single-courses .tutor-course-details-widget-list li {
  line-height: 1.6;
}
body.single-courses .tutor-course-details-tab p,
body.single-courses .tutor-course-details-tab li,
body.single-courses .tutor-course-details-widget-list li {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

body.single-courses .tutor-course-details-tab a {
  color: #1559C7;
}

body.single-courses .tutor-single-course-sidebar {
  position: sticky;
  top: clamp(120px, 14vh, 180px);
  margin: 0 !important;
  gap: 15px;
}
body.single-courses .tutor-single-course-sidebar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  body.single-courses .tutor-single-course-sidebar {
    position: static;
  }
}

body.single-courses .tutor-sidebar-card,
body.single-courses .tutor-single-course-sidebar-more {
  overflow: hidden;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 12px 35px rgba(6, 24, 39, 0.08);
}

body.single-courses .tutor-sidebar-card .tutor-card-body,
body.single-courses .tutor-sidebar-card .tutor-card-footer,
body.single-courses .tutor-single-course-sidebar-more > * {
  padding: 3vh 2vw;
}
@media screen and (max-width: 800px) {
  body.single-courses .tutor-sidebar-card .tutor-card-body,
  body.single-courses .tutor-sidebar-card .tutor-card-footer,
  body.single-courses .tutor-single-course-sidebar-more > * {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

body.single-courses .tutor-single-course-sidebar-more {
  margin: 0 !important;
}

body.single-courses .tutor-single-course-sidebar-more > *:not(:last-child) {
  border-bottom: 1px solid #E3E7ED;
}

body.single-courses .tutor-course-progress-wrapper h3 {
  margin-bottom: 15px !important;
}
body.single-courses .tutor-course-progress-wrapper h3 {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

body.single-courses .tutor-progress-bar {
  overflow: hidden;
  border-radius: 50px;
  background-color: #FFF5D6;
}

body.single-courses .tutor-progress-value {
  background-color: #FFC21C !important;
}

body.single-courses .tutor-btn.tutor-btn-primary,
body.single-courses .tutor-enroll-course-button {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
body.single-courses .tutor-btn.tutor-btn-primary,
body.single-courses .tutor-enroll-course-button {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
body.single-courses .tutor-btn.tutor-btn-primary,
body.single-courses .tutor-enroll-course-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  body.single-courses .tutor-btn.tutor-btn-primary,
  body.single-courses .tutor-enroll-course-button {
    gap: 2vw;
  }
}
body.single-courses .tutor-btn.tutor-btn-primary .theme-icon,
body.single-courses .tutor-enroll-course-button .theme-icon {
  transition: 0.3s;
}
body.single-courses .tutor-btn.tutor-btn-primary:hover,
body.single-courses .tutor-enroll-course-button:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
body.single-courses .tutor-btn.tutor-btn-primary:hover .theme-icon,
body.single-courses .tutor-enroll-course-button:hover .theme-icon {
  transform: translateX(5px);
}
body.single-courses .tutor-btn.tutor-btn-primary:active,
body.single-courses .tutor-enroll-course-button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
body.single-courses .tutor-btn.tutor-btn-primary:focus-visible,
body.single-courses .tutor-enroll-course-button:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
body.single-courses .tutor-btn.tutor-btn-primary,
body.single-courses .tutor-enroll-course-button {
  width: 100%;
  border: 0 !important;
  background-color: #FFC21C !important;
  color: #111827 !important;
}
body.single-courses .tutor-btn.tutor-btn-primary:hover, body.single-courses .tutor-btn.tutor-btn-primary:focus-visible,
body.single-courses .tutor-enroll-course-button:hover,
body.single-courses .tutor-enroll-course-button:focus-visible {
  background-color: #E6A900 !important;
  color: #111827 !important;
}

body.single-courses .tutor-btn.tutor-btn-outline-primary {
  width: 100%;
  min-height: 48px;
  border: 1px solid #1559C7 !important;
  border-radius: 5px;
  background-color: transparent !important;
  color: #1559C7 !important;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
body.single-courses .tutor-btn.tutor-btn-outline-primary {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #1559C7;
}
body.single-courses .tutor-btn.tutor-btn-outline-primary:hover, body.single-courses .tutor-btn.tutor-btn-outline-primary:focus-visible {
  background-color: #1559C7 !important;
  color: #FFFFFF !important;
}

body.single-courses .tutor-alert {
  padding: 15px;
  border: 1px solid #E3E7ED;
  border-left: 5px solid #FFC21C;
  border-radius: 5px;
  background-color: #F7F8FA;
  line-height: 1.6;
}
body.single-courses .tutor-alert {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}

body.single-courses .tutor-alert-icon {
  color: #E6A900;
}

body.single-courses .tutor-course-details-instructors a {
  color: #0F172A;
}

body.single-courses .tutor-course-details-widget-list {
  margin: 0;
  padding: 0;
  gap: 10px;
}
body.single-courses .tutor-course-details-widget-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

body.single-courses .tutor-course-details-widget-list li {
  margin: 0 !important;
  gap: 10px;
}

body.single-courses .tutor-course-details-widget-list li [class*=tutor-icon] {
  color: #E6A900;
}

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  background-color: #061827;
  background-image: linear-gradient(90deg, rgba(6, 24, 39, 0.98) 0%, rgba(6, 24, 39, 0.88) 36%, rgba(6, 24, 39, 0.2) 66%, rgba(6, 24, 39, 0.08) 100%), url("../img/hero/hero.webp");
  background-position: center;
  background-size: cover;
}
.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .hero {
    min-height: 650px;
    background-position: 60% center;
  }
}
@media screen and (max-width: 800px) {
  .hero {
    min-height: 720px;
    background-image: linear-gradient(180deg, rgba(6, 24, 39, 0.08) 0%, rgba(6, 24, 39, 0.35) 38%, rgba(6, 24, 39, 0.96) 70%, #061827 100%), url("../img/hero/hero.webp");
    background-position: 35% center;
  }
}
.hero .hero__content {
  position: relative;
  z-index: 1;
}
.hero .hero__text__box {
  max-width: 650px;
  gap: 15px;
}
.hero .hero__text__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .hero .hero__text__box {
    max-width: 55%;
  }
}
@media screen and (max-width: 800px) {
  .hero .hero__text__box {
    max-width: 100%;
  }
}
.hero .hero__suptitle {
  text-transform: uppercase;
}
.hero .hero__suptitle {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #FFC21C;
}
.hero .hero__title {
  line-height: 1.3;
}
.hero .hero__title {
  font-size: clamp(32px, 5vw, 48px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.hero .hero__title span {
  color: #FFC21C;
}
.hero .hero__description {
  max-width: 560px;
  line-height: 1.6;
}
.hero .hero__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #D7DEE7;
}
@media screen and (max-width: 800px) {
  .hero .hero__description {
    max-width: 450px;
  }
}
.hero .hero__buttons__box {
  gap: 15px;
  margin-top: 15px;
}
.hero .hero__buttons__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.hero .hero__primary__btn {
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.hero .hero__primary__btn {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.hero .hero__primary__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .hero .hero__primary__btn {
    gap: 2vw;
  }
}
.hero .hero__primary__btn .theme-icon {
  transition: 0.3s;
}
.hero .hero__primary__btn:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.hero .hero__primary__btn:hover .theme-icon {
  transform: translateX(5px);
}
.hero .hero__primary__btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.hero .hero__primary__btn:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.hero .hero__secondary__btn {
  width: fit-content;
  padding: 1vh 2vw;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.hero .hero__secondary__btn {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
.hero .hero__secondary__btn:hover {
  border-color: #FFC21C;
  background-color: rgba(255, 255, 255, 0.1);
}
.hero .hero__secondary__btn:focus-visible {
  outline: 4px solid #FFC21C;
  outline-offset: 2px;
}

.course__benefits {
  width: 100%;
  padding: 10vh 0;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .course__benefits {
    padding: 5vh 0;
  }
}
.course__benefits .course__benefits__list {
  flex-wrap: wrap;
  gap: 5vh;
}
.course__benefits .course__benefits__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .course__benefits .course__benefits__list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.course__benefits .course__benefits__list__item {
  min-width: 0;
  flex: 1 1 20%;
  gap: 15px;
}
.course__benefits .course__benefits__list__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .course__benefits .course__benefits__list__item {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 800px) {
  .course__benefits .course__benefits__list__item {
    width: 100%;
    max-width: 600px;
    flex-basis: auto;
    justify-content: flex-start;
  }
}
.course__benefits .course__benefits__list__item__icon {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  color: #061827;
  background: #FFF5D6;
  border-radius: 50%;
}
.course__benefits .course__benefits__list__item__icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .course__benefits .course__benefits__list__item__icon {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
}
.course__benefits .course__benefits__list__item__icon .course__benefits__list__item__icon__image {
  width: 80%;
  height: 100%;
  overflow: hidden;
  outline: unset;
  outline-offset: -2px;
}
.course__benefits .course__benefits__list__item__icon .course__benefits__list__item__icon__image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .course__benefits .course__benefits__list__item__icon .course__benefits__list__item__icon__image {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: -1;
  }
}
@media screen and (max-width: 800px) {
  .course__benefits .course__benefits__list__item__icon .course__benefits__list__item__icon__image {
    height: 100%;
  }
}
.course__benefits .course__benefits__list__item__text {
  gap: 10px;
}
.course__benefits .course__benefits__list__item__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.course__benefits .course__benefits__list__item__text__title {
  line-height: 1.3;
}
.course__benefits .course__benefits__list__item__text__title {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}
.course__benefits .course__benefits__list__item__text__description {
  line-height: 1.6;
}
.course__benefits .course__benefits__list__item__text__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.front-page-courses {
  width: 100%;
  padding: 10vh 0;
  padding-top: 0;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .front-page-courses {
    padding: 7vh 0;
  }
}

.front-page-courses__content {
  gap: 5vh;
}
.front-page-courses__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .front-page-courses__content {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.front-page-courses__header {
  width: 100%;
  gap: 5vh;
}
.front-page-courses__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .front-page-courses__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.front-page-courses__heading {
  max-width: 760px;
  gap: 10px;
}
.front-page-courses__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.front-page-courses__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.front-page-courses__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.front-page-courses__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.front-page-courses__title {
  line-height: 1.3;
}
.front-page-courses__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.front-page-courses__description {
  line-height: 1.6;
}
.front-page-courses__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.front-page-courses__products {
  width: 100%;
}

.front-page-courses__all-courses-link {
  flex: 0 0 auto;
  align-self: flex-end;
  background-color: transparent;
  text-decoration: underline;
  color: #1559C7;
  box-shadow: none;
}
.front-page-courses__all-courses-link {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #1559C7;
}
.front-page-courses__all-courses-link:hover {
  border-color: #1559C7;
  background-color: rgba(21, 89, 199, 0.06);
  color: #1559C7;
  box-shadow: none;
  transform: none;
}
.front-page-courses__all-courses-link:active {
  background-color: rgba(21, 89, 199, 0.12);
  box-shadow: none;
  filter: none;
  transform: none;
}
.front-page-courses__all-courses-link:focus-visible {
  outline-color: #1559C7;
}
@media screen and (max-width: 800px) {
  .front-page-courses__all-courses-link {
    align-self: flex-start;
  }
}

.front-page-process {
  width: 100%;
  padding: 10vh 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .front-page-process {
    padding: 7vh 0;
  }
}

.front-page-process__content {
  gap: 5vh;
}
.front-page-process__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .front-page-process__content {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.front-page-process__heading {
  gap: 10px;
}
.front-page-process__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.front-page-process__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.front-page-process__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.front-page-process__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.front-page-process__title {
  line-height: 1.3;
}
.front-page-process__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.front-page-process__description {
  line-height: 1.6;
}
.front-page-process__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.front-page-process__steps {
  width: 100%;
  gap: 15px;
  list-style: none;
}
.front-page-process__steps {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .front-page-process__steps {
    flex-direction: column;
  }
}

.front-page-process__step {
  min-width: 0;
  flex: 1 1 0;
  gap: 15px;
}
.front-page-process__step {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .front-page-process__step {
    flex-direction: row;
  }
}

.front-page-process__step-marker {
  width: 100%;
  gap: 15px;
}
.front-page-process__step-marker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .front-page-process__step-marker {
    width: auto;
    flex-direction: column;
  }
}

.front-page-process__step-number {
  flex: 0 0 auto;
}
.front-page-process__step-number {
  font-size: clamp(18px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  color: #1559C7;
}

.front-page-process__step-connector {
  height: 1px;
  flex: 1 1 auto;
  background-color: #E3E7ED;
}
@media screen and (max-width: 800px) {
  .front-page-process__step-connector {
    width: 1px;
    height: auto;
  }
}

.front-page-process__step:last-child .front-page-process__step-connector {
  visibility: hidden;
}

.front-page-process__step-content {
  gap: 10px;
}
.front-page-process__step-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.front-page-process__step-title {
  line-height: 1.3;
}
.front-page-process__step-title {
  font-size: clamp(16px, 1.7vw, 22px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.front-page-process__step-description {
  line-height: 1.6;
  max-width: 350px;
}
.front-page-process__step-description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.front-page-trust {
  width: 100%;
  padding: 10vh 0;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .front-page-trust {
    padding: 7vh 0;
  }
}

.front-page-trust__content {
  gap: 5vh;
}
.front-page-trust__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .front-page-trust__content {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    flex-direction: column;
  }
}

.front-page-trust__image {
  flex: 1 1 0;
  overflow: hidden;
  border-radius: 5px;
}
.front-page-trust__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-page-trust__information {
  flex: 1 1 0;
  gap: 5vh;
}
.front-page-trust__information {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.front-page-trust__heading {
  max-width: 760px;
  gap: 10px;
}
.front-page-trust__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.front-page-trust__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.front-page-trust__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.front-page-trust__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.front-page-trust__title {
  line-height: 1.3;
  text-align: right;
}
.front-page-trust__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.front-page-trust__title-highlight {
  position: relative;
  display: inline-block;
}
.front-page-trust__title-highlight::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #FFC21C;
  clip-path: polygon(0 35%, 18% 12%, 42% 38%, 68% 8%, 100% 28%, 98% 78%, 72% 62%, 45% 88%, 20% 66%, 2% 92%);
  transform: rotate(-1deg);
  transform-origin: center;
}

.front-page-trust__description {
  line-height: 1.6;
  text-align: right;
}
.front-page-trust__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.front-page-trust__arguments {
  gap: 15px;
  list-style: none;
}
.front-page-trust__arguments {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .front-page-trust__arguments {
    align-items: flex-start;
  }
}

.front-page-trust__argument {
  width: fit-content;
  gap: 10px;
  line-height: 1.3;
}
.front-page-trust__argument {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #0F172A;
}
.front-page-trust__argument {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.front-page-trust__argument::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("../img/ico/trust-check-bullet.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.front-page-trust__link {
  text-decoration: none;
  width: fit-content;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.5vw;
  padding: 1vh 2vw;
  background-color: #FFC21C;
  border-radius: 5px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: none;
  align-self: center;
  cursor: pointer;
}
.front-page-trust__link {
  font-size: clamp(14px, 1.2vw, 18px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #111827;
}
.front-page-trust__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .front-page-trust__link {
    gap: 2vw;
  }
}
.front-page-trust__link .theme-icon {
  transition: 0.3s;
}
.front-page-trust__link:hover {
  background-color: #E6A900;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(6, 24, 39, 0.16);
}
.front-page-trust__link:hover .theme-icon {
  transform: translateX(5px);
}
.front-page-trust__link:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  filter: brightness(0.92);
}
.front-page-trust__link:focus-visible {
  outline: 4px solid #FFFFFF;
  outline-offset: 2px;
}
.front-page-trust__link {
  align-self: flex-end;
}

.front-page-partners {
  width: 100%;
  padding: 10vh 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .front-page-partners {
    padding: 7vh 0;
  }
}

.front-page-partners__content {
  gap: 5vh;
}
.front-page-partners__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .front-page-partners__content {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.front-page-partners__heading {
  gap: 10px;
}
.front-page-partners__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.front-page-partners__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.front-page-partners__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.front-page-partners__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.front-page-partners__title {
  line-height: 1.3;
  text-align: center;
}
.front-page-partners__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.front-page-partners__list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10vh 5vh;
  list-style: none;
}
.front-page-partners__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.front-page-partners__item {
  min-width: 0;
  flex: 1 1 20%;
}
.front-page-partners__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .front-page-partners__item {
    flex-basis: 40%;
  }
}
.front-page-partners__item img {
  display: block;
  width: 100%;
  height: 75px;
  object-fit: contain;
}

.front-page-faq {
  width: 100%;
  padding: 10vh 0;
  border-bottom: 1px solid #E3E7ED;
  background-color: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .front-page-faq {
    padding: 7vh 0;
  }
}

.front-page-faq__content {
  gap: 5vh;
}
.front-page-faq__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .front-page-faq__content {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

.front-page-faq__heading {
  width: 100%;
  gap: 15px;
  text-align: center;
}
.front-page-faq__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.front-page-faq__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.front-page-faq__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.front-page-faq__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}

.front-page-faq__title {
  line-height: 1.3;
}
.front-page-faq__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}

.front-page-faq__description {
  line-height: 1.6;
}
.front-page-faq__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}

.front-page-faq__questions {
  max-width: 980px;
  padding: 2vh 1vw;
  background-color: #FFFFFF;
}
@media screen and (max-width: 800px) {
  .front-page-faq__questions {
    padding: 2vh 2.5%;
  }
}

.front-page-faq__question {
  position: relative;
  padding: 0 1vw;
  transition: background-color 0.3s ease;
}
.front-page-faq__question::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: #FFC21C;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}
.front-page-faq__question.active {
  background-color: rgba(255, 194, 28, 0.08);
}
.front-page-faq__question.active::before {
  transform: scaleY(1);
}
@media screen and (max-width: 800px) {
  .front-page-faq__question {
    padding: 0 2.5%;
  }
}

.front-page-faq__question-title {
  width: 100%;
  min-height: 75px;
  padding: 0;
  border: 0;
  background: transparent;
  gap: 15px;
}
.front-page-faq__question-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.front-page-faq__question-title {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.front-page-faq__question-title > span:nth-child(2) {
  min-width: 0;
  flex: 1 1 auto;
}

.front-page-faq__question-number {
  flex: 0 0 auto;
  -webkit-text-stroke: 1px #1559C7;
  color: transparent;
}
.front-page-faq__question-number {
  font-size: clamp(14px, 1.6vw, 17px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: transparent;
}

.front-page-faq__question-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #FFC21C;
}
.front-page-faq__question-icon::before, .front-page-faq__question-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #1559C7;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.front-page-faq__question-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.front-page-faq__question.active .front-page-faq__question-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.front-page-faq__question-answer {
  padding-left: calc(clamp(14px, 1.6vw, 17px) + 15px);
  cursor: default;
}
.front-page-faq__question-answer p {
  max-width: 90%;
  padding-bottom: 4vh;
  line-height: 1.6;
}
.front-page-faq__question-answer p {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}
@media screen and (max-width: 800px) {
  .front-page-faq__question-answer p {
    max-width: 100%;
  }
}

.front__page__contact__form {
  width: 100%;
  padding: 10vh 0 8vh;
  background: #F7F8FA;
}
@media screen and (max-width: 800px) {
  .front__page__contact__form {
    padding: 7vh 0 6vh;
  }
}
.front__page__contact__form .front__page__contact__form__container {
  gap: 5vh;
}
.front__page__contact__form .front__page__contact__form__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .front__page__contact__form .front__page__contact__form__container {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 800px) {
  .front__page__contact__form .front__page__contact__form__container {
    width: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}
.front__page__contact__form .front__page__contact__form__content {
  width: 48%;
  order: 1;
  gap: 15px;
}
.front__page__contact__form .front__page__contact__form__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .front__page__contact__form .front__page__contact__form__content {
    width: 100%;
    align-items: flex-start;
  }
}
.front__page__contact__form .front__page__contact__form__eyebrow {
  position: relative;
  isolation: isolate;
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  text-transform: uppercase;
}
.front__page__contact__form .front__page__contact__form__eyebrow {
  font-size: clamp(12px, 0.9vw, 13px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  color: #111827;
}
.front__page__contact__form .front__page__contact__form__eyebrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: #FFC21C;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 6px) 100%, 0 100%, 3px 50%);
}
.front__page__contact__form .front__page__contact__form__title {
  line-height: 1.3;
  text-align: left;
}
.front__page__contact__form .front__page__contact__form__title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  color: #0F172A;
}
@media screen and (max-width: 1100px) {
  .front__page__contact__form .front__page__contact__form__title {
    text-align: left;
  }
}
.front__page__contact__form .front__page__contact__form__description {
  line-height: 1.6;
  text-align: left;
}
.front__page__contact__form .front__page__contact__form__description {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400;
  color: #667085;
}
@media screen and (max-width: 1100px) {
  .front__page__contact__form .front__page__contact__form__description {
    text-align: left;
  }
}
.front__page__contact__form .front__page__contact__form__benefits {
  gap: 10px;
}
.front__page__contact__form .front__page__contact__form__benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1100px) {
  .front__page__contact__form .front__page__contact__form__benefits {
    align-items: flex-start;
  }
}
.front__page__contact__form .front__page__contact__form__benefits li {
  width: fit-content;
  gap: 10px;
  line-height: 1.6;
}
.front__page__contact__form .front__page__contact__form__benefits li {
  font-size: clamp(15px, 1.2vw, 17px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #111827;
}
.front__page__contact__form .front__page__contact__form__benefits li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.front__page__contact__form .front__page__contact__form__benefits li::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("../img/ico/trust-check-bullet.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.front__page__contact__form .front__page__contact__form__card {
  width: 48%;
  order: 2;
  padding: 4vh 2vw;
  border: 1px solid #E3E7ED;
  border-radius: 5px;
  background: #0D2A3E;
}
@media screen and (max-width: 1100px) {
  .front__page__contact__form .front__page__contact__form__card {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .front__page__contact__form .front__page__contact__form__card {
    padding: 4vh 2.5%;
  }
}
.front__page__contact__form .front__page__contact__form__card__form {
  position: relative;
  gap: 15px;
}
.front__page__contact__form .front__page__contact__form__card__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.front__page__contact__form .front__page__contact__form__card__form__fields__row {
  gap: 15px;
}
.front__page__contact__form .front__page__contact__form__card__form__fields__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .front__page__contact__form .front__page__contact__form__card__form__fields__row {
    flex-direction: column;
  }
}
.front__page__contact__form .front__page__contact__form__card__form__field {
  min-width: 0;
  flex: 1 1 0;
  gap: 10px;
}
.front__page__contact__form .front__page__contact__form__card__form__field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.front__page__contact__form .front__page__contact__form__card__form__field label {
  font-size: clamp(14px, 1.1vw, 15px);
  font-family: "Inter", Arial, sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
.front__page__contact__form .front__page__contact__form__card__form__field input, .front__page__contact__form .front__page__contact__form__card__form__field textarea, .front__page__contact__form .front__page__contact__form__card__form__field select {
  width: 100%;
}
.front__page__contact__form .front__page__contact__form__card__form__consent {
  align-items: flex-start;
}
.front__page__contact__form .front__page__contact__form__card__form__submit {
  width: 100%;
  justify-content: center;
}

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