@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/******************************************
****************  CONFIG  *****************
*******************************************/
/******************************************
****************  BASE  *******************
*******************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 * Set img scale for container
 */
img {
  border-style: none;
  width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background-color: #fff;
}

a {
  color: #000;
}

:focus-visible {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "lora";
  src: url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700");
}
@font-face {
  font-family: "roboto";
  src: url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
}
body {
  font-family: "roboto", sans-serif;
  font-size: 10px;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin: 1rem 0;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0;
}

h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}

p {
  font-family: "lora", serif;
  font-size: 1rem;
}

/******************************************
****************  UTILITIES  **************
*******************************************/
.u-container {
  padding: 15px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .u-container {
    max-width: 600px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .u-container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .u-container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .u-container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .u-container {
    max-width: 1400px;
  }
}

/******************************************
****************  SECTIONS  ***************
*******************************************/
.s-content-and-image--teal_gradient {
  background: #0C2F39;
  background: linear-gradient(rgb(12, 47, 57) 1%, rgb(21, 82, 99) 50%, rgb(30, 117, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C2F39", endColorstr="#1E758D", GradientType=1);
}

.s-content-and-image--none {
  background: none;
}

.s-content-and-image--grey {
  background: #E4E2DF;
}

.s-footer {
  display: flex;
  flex-direction: column;
  background-color: #E4E2DF;
}
.s-footer__top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .s-footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.s-footer__logo-and-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .s-footer__logo-and-text {
    width: 50%;
  }
}
.s-footer__logo-container {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .s-footer__logo-container {
    margin: unset;
  }
}
.s-footer__subscribe {
  font-size: 0.8rem;
}
.s-footer__subscribe-form {
  width: unset;
  display: flex;
}
@media (min-width: 1024px) {
  .s-footer__subscribe-form {
    width: 20rem;
    font-size: 0.8rem;
  }
}

hr {
  border: 1px solid;
  margin: 1rem 0;
}

.s-footer__mobile-links-button {
  background-color: #E4E2DF;
  color: #444;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: ease-in 0.4s;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.s-footer__mobile-links-button:hover {
  background-color: #ccc;
}
.s-footer__mobile-links-button:after {
  content: "➕";
  font-size: 0.7rem;
}

.active {
  transition: ease-in 0.4s;
}
.active:after {
  content: "➖";
}

.s-footer__mobile-nav-links {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.s-footer__mobile-nav-list {
  font-size: 0.8rem;
  line-height: 1.2;
}
.s-footer__mobile-nav-list li {
  margin-bottom: 0.8rem;
}

.s-copyright {
  display: flex;
  justify-content: center;
}

.s-avandemy-stats {
  background: #0C2F39;
  background: linear-gradient(rgb(12, 47, 57) 1%, rgb(21, 82, 99) 50%, rgb(30, 117, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C2F39", endColorstr="#1E758D", GradientType=1);
}

.s-grid-statements {
  background: #E4E2DF;
  padding: 2rem 0;
}

.s-meet-the-team {
  background: #0C2F39;
  background: linear-gradient(rgb(12, 47, 57) 1%, rgb(21, 82, 99) 50%, rgb(30, 117, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C2F39", endColorstr="#1E758D", GradientType=1);
  padding: 2rem 0;
}

/******************************************
****************  COMPONENTS  *************
*******************************************/
body.single-product .c-desktop-nav {
  background-color: #0C2F39;
}

.c-desktop-nav {
  background-color: transparent;
  display: none;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 2em 0;
  z-index: 99;
  position: fixed;
  width: 100%;
  transition: 0.4s;
}
@media (min-width: 1024px) {
  .c-desktop-nav {
    display: flex;
  }
}
.c-desktop-nav__logo-container {
  width: 10rem;
  display: flex;
}
@media (min-width: 1280px) {
  .c-desktop-nav__logo-container {
    width: 15rem;
  }
}
@media (min-width: 1440px) {
  .c-desktop-nav__logo-container {
    width: 20rem;
  }
}
.c-desktop-nav__nav-list {
  display: flex;
  flex-direction: row;
  gap: 2.8rem;
  align-items: center;
}
.c-desktop-nav__nav-list .current_page_item {
  color: #FFC93C;
}
.c-desktop-nav__nav-list a {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #F5F5F5;
}
.c-desktop-nav__nav-list a:hover {
  color: #FFC93C;
}
@media (min-width: 1280px) {
  .c-desktop-nav__nav-list a {
    font-size: 1rem;
  }
}
@media (min-width: 1440px) {
  .c-desktop-nav__nav-list a {
    font-size: 1.2rem;
  }
}
.c-desktop-nav__account-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.6rem;
}
@media (min-width: 1280px) {
  .c-desktop-nav__account-info {
    font-size: 0.8rem;
  }
}
@media (min-width: 1440px) {
  .c-desktop-nav__account-info {
    font-size: 1rem;
  }
}
.c-desktop-nav__account-link, .c-desktop-nav__cart-link {
  color: #FFC93C;
}
.c-desktop-nav__account-link:hover, .c-desktop-nav__cart-link:hover {
  color: #155263;
}

.c-mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: left 0.4s ease;
  font-size: 2rem;
  background: #155263;
  z-index: 20;
}
.c-mobile-nav--open {
  left: 0;
}
.c-mobile-nav__toggle--close {
  border: none;
  background-color: transparent;
  color: #FFC93C;
  cursor: pointer;
  margin-top: 1.5rem;
}
.c-mobile-nav__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.c-mobile-nav__nav-list a {
  color: #F5F5F5;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .c-mobile-nav {
    display: none;
  }
}

.c-mobile-nav__toggle {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 15;
  font-size: 1.5rem;
  align-content: center;
}
.c-mobile-nav__toggle--open {
  display: inline;
}
@media (min-width: 1024px) {
  .c-mobile-nav__toggle {
    display: none;
  }
}

.c-mobile-nav__logo-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
}
.c-mobile-nav__logo-container--image {
  width: 50%;
}
@media (min-width: 1024px) {
  .c-mobile-nav__logo-container {
    display: none;
  }
}

.c-mobile-nav__toggle-and-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #155263;
  font-size: 0.8rem;
  color: #F5F5F5;
  height: 100px;
}
@media (min-width: 1024px) {
  .c-mobile-nav__toggle-and-button {
    display: none;
  }
}

.c-search-form {
  background-color: #155263;
  border-radius: 20rem;
  height: 2rem;
  align-items: center;
  align-self: center;
  display: none;
  justify-content: start;
  width: 15rem;
  transition: all 0.3s ease;
}
.c-search-form--visible {
  display: flex;
}
@media (min-width: 1440px) {
  .c-search-form {
    width: 14rem;
    display: flex;
  }
}
.c-search-form__input {
  border: transparent;
  background-color: transparent;
  margin: 1em;
  font-size: 0.8rem;
  color: #F5F5F5;
}
.c-search-form__submit {
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  background-color: transparent;
  color: #FFC93C;
}
.c-search-form__icon--open {
  display: block;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
  padding-left: 6rem;
  font-size: 0.6rem;
}
@media (min-width: 1280px) {
  .c-search-form__icon--open {
    font-size: 0.8rem;
  }
}
@media (min-width: 1440px) {
  .c-search-form__icon--open {
    display: none;
  }
}
.c-search-form__icon--closed {
  display: none;
}

.svg-inline--fa {
  height: 1.4em;
  margin: 0 1em;
}

.c-subscriber-form {
  display: flex;
  flex-direction: row;
  background: #F1F1F1;
  border-radius: 20rem;
  height: 2rem;
  width: 75%;
  align-items: center;
  align-self: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .c-subscriber-form {
    width: 100%;
  }
}
.c-subscriber-form__input {
  border: transparent;
  background: transparent;
  margin: 1em;
  width: 100%;
}
.c-subscriber-form__submit {
  height: 2rem;
  width: 8rem;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: #FFC93C;
  color: #000;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.c-subscriber-form__submit:hover {
  cursor: pointer;
}

.edwiser-bridge {
  margin: 0 auto;
  text-align: left;
}

.wdm-eb-user-login-form-wrap {
  border: 1.5px solid #0C2F39;
  background-color: #0C2F39;
}
.wdm-eb-user-login-form-wrap input[type=text],
.wdm-eb-user-login-form-wrap input[type=email],
.wdm-eb-user-login-form-wrap input[type=password] {
  width: 80%;
  padding: 12px;
  border: none;
  border-bottom: 2px solid #0C2F39;
  font-size: 16px;
  transition: border-color 0.8s;
  display: flex;
}
.wdm-eb-user-login-form-wrap input[type=text]:focus,
.wdm-eb-user-login-form-wrap input[type=email]:focus,
.wdm-eb-user-login-form-wrap input[type=password]:focus {
  border-color: #155263;
  outline: none;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
.wdm-eb-user-login-form-wrap input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  padding: 0.2rem 2rem;
  border-radius: 2rem;
  background-color: #FFC93C;
  color: #0C2F39;
  border: 2px solid #FFC93C;
}
.wdm-eb-user-login-form-wrap input[type=submit]:hover {
  background-color: transparent;
  color: #FFC93C;
  border: 2px solid #FFC93C;
  cursor: pointer;
}
.wdm-eb-user-login-form-wrap .wdm-eb-login-form-sec-2 {
  color: #FFC93C;
  text-align: left;
}
.wdm-eb-user-login-form-wrap .wdm-eb-login-form-sec-2 a {
  color: #FFC93C;
  text-decoration: underline;
  font-weight: 600;
}
.wdm-eb-user-login-form-wrap .wdm-eb-login-form-sec-2 a:hover {
  color: #FFD76F;
  text-decoration: none;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.6rem;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.c-button--filled {
  background-color: #FFC93C;
  color: #0C2F39;
  border: 2px solid #FFC93C;
}
.c-button--filled:hover {
  background-color: transparent;
  color: #FFC93C;
  border: 2px solid #FFC93C;
  cursor: pointer;
}
.c-button--outline {
  background-color: transparent;
  color: #FFC93C;
  border: 2px solid #FFC93C;
}
.c-button--outline:hover {
  background-color: #FFC93C;
  color: #0C2F39;
  border: 2px solid #F5F5F5;
  cursor: pointer;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 2rem;
  color: #0C2F39;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #FFC93C;
  border: 2px solid #FFC93C;
  margin-left: 1rem;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
  color: #1E758D;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: #FFD76F;
  border: 2px solid #FFC93C;
}

.c-shop-filter {
  width: 75%;
}
.c-shop-filter__header {
  text-decoration: underline;
  font-weight: 800;
  letter-spacing: 5%;
}
.c-shop-filter__course-filters {
  margin: 1rem 0;
  border-bottom: 1px solid #0C2F39;
}

.bapf_head h3 {
  font-size: 1rem;
}

.bapf_body {
  padding-top: 1rem;
}
.bapf_body ul {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.8rem;
}
.bapf_body .bapf_from, .bapf_body .bapf_to {
  font-size: 0.8rem;
}

.bapf_ckbox_sqchck input[type=checkbox] {
  border-color: #1E758D;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
  background-color: #0C2F39;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle {
  background: #1E758D;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range {
  background: #0C2F39;
}

/*****************************************
****************  LAYOUT  ****************
******************************************/
.l-hero-large {
  position: absolute;
  height: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .l-hero-large {
    margin-top: 3em;
  }
}
@media (min-width: 1280px) {
  .l-hero-large {
    height: 570px;
  }
}
.l-hero-large__content {
  color: #F5F5F5;
  position: absolute;
  z-index: 10;
  width: 90%;
}
@media (min-width: 1024px) {
  .l-hero-large__content {
    width: 50%;
    left: 1rem;
  }
}
@media (min-width: 1280px) {
  .l-hero-large__content {
    left: 2rem;
  }
}
@media (min-width: 1440px) {
  .l-hero-large__content {
    left: 3rem;
  }
}
.l-hero-large__header-small {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 20%;
}
.l-hero-large__header-large {
  font-weight: 700;
  letter-spacing: 20%;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black;
}
.l-hero-large p {
  font-weight: 400;
  letter-spacing: 5%;
  line-height: 1.4;
}
.l-hero-large__image-container {
  height: 390px;
  width: 100%;
  background-image: url("https://res.cloudinary.com/avandemy/images/w_2560,h_1807,c_scale/v1745508874/hero/hero.webp?_i=AA");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 1280px) {
  .l-hero-large__image-container {
    height: 590px;
  }
}
.l-hero-large__image-container--overlay {
  height: inherit;
  width: inherit;
  background-color: #585858;
  position: absolute;
  opacity: 68%;
}
.l-hero-large__image-container img {
  height: 100%;
}

.l-hero-small {
  position: absolute;
  height: 165px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .l-hero-small {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .l-hero-small {
    margin-top: 3em;
  }
}
@media (min-width: 1280px) {
  .l-hero-small {
    height: 375px;
  }
}
.l-hero-small__content {
  color: #F5F5F5;
  position: absolute;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-hero-small__content p {
  margin: 0 2rem;
}
.l-hero-small__header-large {
  font-weight: 700;
  letter-spacing: 20%;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .l-hero-small__header-large {
    font-size: 3rem;
  }
}
.l-hero-small__image-container {
  height: 165px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (min-width: 768px) {
  .l-hero-small__image-container {
    height: 250px;
  }
}
@media (min-width: 1280px) {
  .l-hero-small__image-container {
    height: 375px;
  }
}
.l-hero-small__image-container--overlay {
  height: inherit;
  width: inherit;
  background-color: #585858;
  position: absolute;
  opacity: 68%;
}
.l-hero-small__image-container img {
  height: 100%;
}

.l-statement-container {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .l-statement-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.l-statement-header {
  font-size: 2.4rem;
  letter-spacing: 10%;
}
@media (min-width: 1024px) {
  .l-statement-header {
    width: 35%;
    align-content: center;
    font-size: 3rem;
  }
}

.l-statements {
  margin-top: 1rem;
}
.l-statements__statement {
  display: inline-flex;
  flex-direction: row;
  gap: 0.4rem;
}
.l-statements__statement svg {
  font-size: 1.3rem;
  color: #FFC93C;
  align-self: center;
}
.l-statements__statement p {
  letter-spacing: 5%;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .l-statements {
    width: 60%;
    margin-top: 0;
  }
}

.l-content-and-image__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .l-content-and-image__content {
    flex-direction: row;
    gap: 2rem;
  }
  .l-content-and-image__content--right {
    flex-direction: row-reverse;
  }
}

.s-content-and-image--teal_gradient .l-content-and-image__text {
  color: #F5F5F5;
}
@media (min-width: 1024px) {
  .s-content-and-image--teal_gradient .l-content-and-image__text {
    width: 50%;
  }
}
.s-content-and-image--teal_gradient .l-content-and-image__text--header {
  letter-spacing: 15%;
  margin: 2rem 0;
}
.s-content-and-image--teal_gradient .l-content-and-image__text p {
  letter-spacing: 5%;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .s-content-and-image--none .l-content-and-image__text {
    width: 50%;
  }
}
.s-content-and-image--none .l-content-and-image__text--header {
  letter-spacing: 15%;
  margin: 2rem 0;
}
.s-content-and-image--none .l-content-and-image__text p {
  letter-spacing: 5%;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .s-content-and-image--grey .l-content-and-image__text {
    width: 50%;
  }
}
.s-content-and-image--grey .l-content-and-image__text--header {
  letter-spacing: 15%;
  margin: 2rem 0;
}
.s-content-and-image--grey .l-content-and-image__text p {
  letter-spacing: 5%;
  line-height: 1.3;
}

.l-content-and-image__image-container {
  display: flex;
}

.l-content-and-image__image-background--circle {
  margin: 2rem auto;
  height: 270px;
  width: 450px;
  clip-path: ellipse(50% 50% at 50% 50%);
  transform: rotate(30deg);
  background: #FFBB09;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFBB09", endColorstr="#997005", GradientType=1);
  background: linear-gradient(90deg, rgb(255, 187, 9) 3%, rgb(153, 112, 5) 100%);
}
@media (min-width: 1024px) {
  .l-content-and-image__image-background--circle {
    align-self: center;
  }
}
.l-content-and-image__image-background--circle img {
  transform: rotate(-30deg);
}

.l-content-and-image__image-background--blob {
  background: url("https://res.cloudinary.com/avandemy/image/upload/v1747659917/blob-2_c6hyv5.svg");
}

.l-stats {
  display: flex;
  flex-direction: column;
}
.l-stats h4 {
  color: #F5F5F5;
  align-self: center;
  text-decoration: underline;
}

.l-stats-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-stats-content {
    justify-content: space-between;
  }
}
.l-stats-content__box {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
  color: black;
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  width: 20rem;
  height: 10rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.l-stats-content__box p {
  font-weight: 700;
}

.l-general-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.l-grid-statements {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .l-grid-statements {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.l-grid-statements__card {
  width: 100%;
}
@media (min-width: 768px) {
  .l-grid-statements__card {
    width: 20rem;
  }
}
.l-grid-statements__card path {
  stroke: #0C2F39;
}
.l-grid-statements__card path g path {
  fill: #FFC93C;
}

.l-meet-the-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F5F5F5;
}
.l-meet-the-team__header-content {
  margin-bottom: 2rem;
  text-align: center;
}
.l-meet-the-team__header {
  text-decoration: underline;
}
.l-meet-the-team__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.l-meet-the-team__cards--team-members {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 10rem;
  flex-wrap: wrap;
}
.l-meet-the-team__cards--team-member {
  position: relative;
  width: 15rem;
  height: 30rem;
  filter: drop-shadow(0 8px 20px #00C8FF);
}
.l-meet-the-team__cards--clipped-content {
  height: 100%;
  background: #155263;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  filter: drop-shadow(0, 8px, 20px, #1E758D);
  overflow: hidden;
}
.l-meet-the-team__cards--content {
  height: inherit;
}
.l-meet-the-team__lower-content {
  margin: 1rem;
}
.l-meet-the-team__name {
  text-transform: uppercase;
}
.l-meet-the-team__title {
  font-size: 1rem;
  margin: 0;
}
.l-meet-the-team__footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-meet-the-team__footer svg {
  color: #FFC93C;
  font-size: 2rem;
}
.l-meet-the-team__footer svg path {
  fill: #FFC93C;
}
.l-meet-the-team__team-link {
  width: 20%;
  margin-left: 1rem;
}
.l-meet-the-team__team-link svg {
  margin: 0;
}
.l-meet-the-team__social-links {
  width: 50%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
.l-meet-the-team__social-links svg {
  width: 1rem;
}
.l-meet-the-team__social-links li {
  width: inherit;
}

.l-form {
  width: 50%;
}

.l-contact-form {
  margin: 4rem 0 !important;
}
.l-contact-form input[type=text],
.l-contact-form input[type=email] {
  width: 100%;
  padding: 12px;
  border: none;
  border-bottom: 2px solid #0C2F39;
  font-size: 16px;
  transition: border-color 0.8s;
}
.l-contact-form input[type=text]:focus,
.l-contact-form input[type=email]:focus {
  border-color: #155263;
  outline: none;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
.l-contact-form textarea {
  border-radius: 1rem;
  background-color: rgba(228, 226, 223, 0.3764705882);
  border: none;
  color: #000;
  font-size: 1.4rem;
  padding: 1rem;
}
.l-contact-form textarea:focus {
  border-color: #155263;
  outline: none;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}
.l-contact-form legend, .l-contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1.2rem;
}

.wpforms-field-sublabel {
  font-size: 1rem !important;
}

.l-popular-courses__swiper {
  width: 100%;
}
.l-popular-courses__swiper-wrapper {
  margin: 3rem 0;
}
.l-popular-courses__card {
  height: 432px !important;
  border-radius: 2rem;
  box-shadow: 5px 5px 15px rgb(61, 61, 61);
}
.l-popular-courses__details {
  padding: 1rem;
}
.l-popular-courses img {
  height: 50%;
  border-radius: 2rem;
}
.l-popular-courses__button-layout {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.l-popular-courses__add-to-cart {
  font-size: 1rem;
  font-weight: 800;
}
.l-popular-courses__link {
  text-decoration: underline;
}
.l-popular-courses__link:hover {
  text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #155263 !important;
}

/*****************************************
****************  PAGES  *****************
******************************************/
.eb-user-profile {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  color: #0C2F39;
}
.eb-user-profile .eb-user-account-navigation {
  border: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .eb-user-profile .eb-user-account-navigation {
    flex-direction: row;
  }
}
.eb-user-profile .eb-user-account-navigation .eb-user-account-navigation-link {
  color: #1E758D;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.eb-user-profile .eb-user-account-content {
  width: 90%;
}

.shop-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
}
@media (max-width: 900px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .shop-grid .shop-sidebar {
    margin-bottom: 2rem;
  }
}

.shop-sidebar {
  background: #f8fafc;
  border-radius: 1rem;
  padding: 2rem 1rem;
  font-size: 1rem;
  min-width: 220px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.woocommerce-product-details__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5em;
}

.woocommerce ul.products li.product {
  background: #F5F5F5;
  border-radius: 2rem;
  width: 300px;
  height: 432px;
  box-shadow: 5px 5px 15px rgb(61, 61, 61);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.4rem;
}
.woocommerce ul.products li.product .woocommerce-product-details__description {
  font-size: 0.8rem;
  line-height: 1.2rem;
  height: 100vh;
  font-family: "lora", serif;
}
.woocommerce ul.products li.product .price {
  font-size: 0.7rem;
  padding-top: 1rem;
}
.woocommerce ul.products li.product a img {
  border-radius: 2rem 2rem 0 0;
  height: 22em;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title, .woocommerce ul.products li.product a .woocommerce-product-details__description, .woocommerce ul.products li.product a .price {
  padding-left: 1rem;
  padding-right: 1rem;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

body.single-product #main {
  padding-top: 1.5rem;
}

@media (min-width: 1024px) {
  body.single-product #main {
    padding-top: 6rem;
  }
}
@media (min-width: 1280px) {
  body.single-product #main {
    padding-top: 8rem;
  }
}
@media (min-width: 1440px) {
  body.single-product #main {
    padding-top: 10rem;
  }
}
