:root {
  --moa-x: 20px;
  --moa-y-sd: 30px;
  --moa-y-lg: 60px;
  --moa-y-xl: 120px;
  --moa-y-xxl: 200px;
  --moa-x-tablet: 15px;
  --moa-y-sd-tablet: 20px;
  --moa-y-lg-tablet: 30px;
  --moa-y-xl-tablet: 75px;
  --moa-y-xxl-tablet: 125px;
  --moa-x-mobile: 10px;
  --moa-y-sd-mobile: 15px;
  --moa-y-lg-mobile: 20px;
  --moa-y-xl-mobile: 50px;
  --moa-y-xxl-mobile: 75px;
  --moa-p-1: 20px 40px;
  --moa-p-2: 20px 70px;
}
/* Colors */
.light, .section-light-text, .section-light {
  --bg: var(--ast-global-color-6);
  --text-color: var(--ast-global-color-2);
  --text-color2: var(--ast-global-color-4);
  --text-color3: var(--ast-global-color-2);
  --accent: var(--ast-global-color-4);
  --accent-text: white;
  --b-border-color: var(--ast-global-color-8);
  --icon-color: var(--ast-global-color-4);
  --button-color: var(--ast-global-color-4);
  --button-color-text: white;
  --button-border-color: var(--ast-global-color-3);
  --button-ghost-color-text: var(--ast-global-color-4);
}
.dark, .section-dark-text, .section-dark {
  --bg: var(--ast-global-color-0);
  --text-color: var(--ast-global-color-6);
  --text-color2: var(--ast-global-color-4);
  --text-color3: var(--ast-global-color-6);
  --accent: var(--ast-global-color-3);
  --accent-text: var(--ast-global-color-6);
  --b-border-color: var(--ast-global-color-7);
  --icon-color: var(--ast-global-color-4);
  --button-color: var(--ast-global-color-3);
  --button-color-text: var(--ast-global-color-6);
  --button-border-color: var(--ast-global-color-3);
  --button-ghost-color-text: var(--ast-global-color-3);
}
.gform-footer input.gform_button {
  --gf-local-bg-color: var(--accent, inherit) ;
  --gf-local-color: var(--accent-text, inherit  ) ;
  background: var(--accent, inherit);
  color: var(--accent-text, inherit);
  font-weight: 700;
}
.section-dark-text h1, .section-dark-text h2, .section-dark-text h3, .section-dark-text h4, .section-dark-text h5, .section-dark-text h6, .section-dark-text p, .section-dark-text a {
  color: var(--text-color);
}
.section-dark-text svg {
  fill: var(--text-color);
}
.section-light-text h1, .section-light-text h2, .section-light-text h3, .section-light-text h4, .section-light-text h5, .section-light-text h6, .section-light-text p, .section-light-text a {
  color: var(--text-color);
}
.section-light-text svg {
  fill: var(--text-color);
}
.section-dark {
  background-color: var(--bg);
  color: var(--text-color);
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark p, .section-dark a {
  color: var(--text-color);
}
.section-dark svg {
  fill: var(--text-color);
}
.section-dark .highlight b {
  color: var(--text-color2);
}
.section-dark a.elementor-button {
  background-color: var(--button-color);
  color: var(--button-color-text);
}
.section-dark .elementor-button-wrapper a {
  background-color: var(--accent);
}
.section-dark .elementor-button-wrapper a:hover {
  background-color: var(--accent);
}
.section-dark .elementor-social-icons-wrapper a {
  background: var(--accent);
}
.section-dark .elementor-social-icons-wrapper a svg {
  fill: var(--accent-text);
}
.section-dark .elementor-progress-bar {
  background-color: var(--accent);
}
.section-dark span.elementor-progress-percentage, .section-dark span.elementor-progress-text {
  color: var(--accent-text);
}
.section-light {
  background-color: var(--bg);
  color: var(--text-color);
}
.section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6, .section-light p, .section-light a {
  color: var(--text-color);
}
.section-light svg {
  fill: var(--text-color);
}
.section-light .highlight b {
  color: var(--text-color2);
}
.section-light .elementor-button-wrapper a {
  background-color: var(--accent);
}
.section-light .elementor-button-wrapper a:hover {
  background-color: var(--accent);
}
.section-light .elementor-social-icons-wrapper a {
  background: var(--accent);
}
.section-light .elementor-social-icons-wrapper a svg {
  fill: var(--accent-text);
}
.section-light .elementor-progress-bar {
  background-color: var(--accent);
}
.section-light span.elementor-progress-percentage, .section-light span.elementor-progress-text {
  color: var(--accent-text);
}
.dark2 {
  --bg: var(--ast-global-color-1)
}

.light2{
	--bg: var(--ast-global-color-7)
}

.text2{
		h1, h2, h3, h4, h5, h6, p, a{
		color: var(--text-color2); 
	}
	
		svg{
		fill: var(--text-color2);
	}
	
}

.text3{
	
			h1, h2, h3, h4, h5, h6, p, a{
		color: var(--text-color3); 
	}
	
		svg{
		fill: var(--text-color);
	}
	
}

.container-light{
	background-color: var(--bg);
  border: 1px solid var(--border-color);
}
.blog .ast-row > article {
  background-color: white;
}
.elementor-widget-text-editor p:last-child {
  margin: 0;
}
.moa-sm {
  padding: 10px var(--moa-x);
}
.moa-sd {
  padding: var(--moa-y-sd) var(--moa-x);
}
.moa-lg {
  padding: var(--moa-y-lg) var(--moa-x);
}
.moa-xl {
  padding: var(--moa-y-xl) var(--moa-x);
}
.moa-xxl {
  padding: var(--moa-y-xxl) var(--moa-x);
}
.moa-border-rounding {
  border-radius: 10px;
}
@media screen and (max-width: 967px) {
  --moa-x: var(--moa-x-tablet);
  --moa-y-sd: var(--moa-y-sd-tablet);
  --moa-y-lg: var(--moa-y-lg-tablet);
  --moa-y-xl: var(--moa-y-xl-tablet);
  --moa-y-xxl: var(--moa-y-xxl-tablet);
  .moa-sd {
    padding: var(--moa-y-sd-tablet) var(--moa-x-tablet);
  }
  .moa-lg {
    padding: var(--moa-y-lg-tablet) var(--moa-x-tablet);
  }
  .moa-xl {
    padding: var(--moa-y-xl-tablet) var(--moa-x-tablet);
  }
  .moa-xxl {
    padding: var(--moa-y-xxl-tablet) var(--moa-x-tablet);
  }
  .moa-border-rounding {
    border-radius: 10px;
  }
}
@media screen and (max-width: 512px) {
  --moa-x: var(--moa-x-mobile);
  --moa-y-sd: var(--moa-y-sd-mobile);
  --moa-y-lg: var(--moa-y-lg-mobile);
  --moa-y-xl: var(--moa-y-xl-mobile);
  --moa-y-xxl: var(--moa-y-xxl-mobile);
  .moa-sd {
    padding: var(--moa-y-sd-mobile) var(--moa-x-mobile);
  }
  .moa-lg {
    padding: var(--moa-y-lg-mobile) var(--moa-x-mobile);
  }
  .moa-xl {
    padding: var(--moa-y-xl-mobile) var(--moa-x-mobile);
  }
  .moa-xxl {
    padding: var(--moa-y-xxl-mobile) var(--moa-x-mobile);
  }
  .moa-border-rounding {
    border-radius: 10px;
  }
}
body.single-training .entry-header {
  display: none;
}
#lesson-video .wp-video {
  width: 100% !important;
}
.moa-width-narrow {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.moa-gform-inline .gform_wrapper .gform-body .gform-grid-col span {
  padding-right: 0 !important;
}
.moa-gform-inline .gform_wrapper .gform-body fieldset legend {
  color: var(--text-color);
}
.moa-gform-inline .gform_wrapper .gform-body .gform_fields input[type=text], .moa-gform-inline .gform_wrapper .gform-body .gform_fields input[type=email], .moa-gform-inline .gform_wrapper .gform-body .gform_fields input[type=password] {
  width: 100%;
  padding: 20px;
}
.moa-gform-inline .gform_wrapper .gform-body .ginput_container label {
  color: var(--text-color);
}
.moa-gform-inline .gform_wrapper .gform-body .ginput_container label a {
  color: var(--text-color);
}
.moa-gform-inline .gform_footer .gform_button {
  background: var(--button-color);
  color: var(--button-color-text);
}
.moa-modal.gf .gform_wrapper .gform_heading {
  text-align: center;
}
.moa-modal.gf .gform_wrapper .gform_heading p {
  margin-top: 10px;
  font-size: 21px;
}
.moa-modal.gf .gform_wrapper.gravity-theme.gform_wrapper .ginput_container_email input[type=email] {
  width: 100%;
}
.moa-modal.gf .gform_wrapper.gravity-theme.gform_wrapper input {
  padding: 25px;
  font-size: 18px;
}
.moa-modal.gf .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .moa-modal.gf .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0 !important;
}
.moa-modal.gf .gform_wrapper.gravity-theme .gform-footer.gform_footer input[type=submit] {
  width: 100%;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  color: var(--ast-global-color-2);
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  background: #ffffff;
}
.hfe-nav-menu__layout-horizontal li.menu-item, .hfe-nav-menu__layout-horizontal > li.menu-item {
  font-size: 1rem;
}
.moa-course-nav-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ghost .elementor-button-text {
  color: var(--button-ghost-color-text, var(--bg));
}
.ghost-2 .elementor-button-text {
  color: var(--bg);
}
ul {
  margin: 0;
  list-style-position: inside;
}
.style-hero h1 {
  font-size: 4rem;
}
.style-hero h2 {
  font-size: 3rem;
}
.style-hero b {
  color: var(--text-color2);
}
.style-hero a.elementor-button {
  padding: var(--moa-p-2);
}
.moa-features-icon-feed > div:last-child {
  border-bottom: 1px solid var(--b-border-color);
}
.moa-features-icon-feed .elementor-icon svg {
  fill: var(--accent);
}
.moa-features-grid .moa-grid {
  padding: 15px;
  background: white;
  text-align: center;
}
.moa-price p, .moa-discount-price p {
  font-size: 1.5em;
  font-weight: 700;
}
.moa-discount-price {
  text-decoration: line-through;
}
.moa-number-highlight h2 {
  display: inline-block;
  background-color: var(--accent);
  color: var(--accent-text);
  padding: 15px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  max-width: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fcustom_codes%2Fsite-66%2F4-scss-default.scss%22%2C%22(stdin)%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACPA%3BADsNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAxMC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAkLD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAA7NC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAwMD%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAzQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAArDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAA0SF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */