@charset "UTF-8";
/*!
Theme Name: Masterbox
Theme URI: http://underscores.me/
Author: Dewploy Sourcing
Author URI: https://dewploy.com
Description: Masterbox courses theme
Version: 0.3.64
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: masterbox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Masterbox is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #0c0c0c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  font-weight: bold;
}

.--underline {
  display: inline-block;
}
.--underline::after {
  content: "";
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  background: linear-gradient(to left, #ffbfd4, #ffedab);
  background-size: 100% 6px;
  background-position: bottom 0 left 0, bottom 5px left 0;
  background-repeat: no-repeat;
  height: 6px;
  width: 100%;
}

.--underline-invert {
  display: inline-block;
}
.--underline-invert::after {
  content: "";
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  background: linear-gradient(to left, #ffedab, #ffbfd4);
  background-size: 100% 6px;
  background-position: bottom 0 left 0, bottom 5px left 0;
  background-repeat: no-repeat;
  height: 6px;
  width: 100%;
}

.--underline2 {
  display: inline-block;
}
.--underline2::after {
  content: "";
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  background: linear-gradient(to left, #ffeeeb, #aee3ff);
  background-size: 100% 6px;
  background-position: bottom 0 left 0, bottom 5px left 0;
  background-repeat: no-repeat;
  height: 6px;
  width: 100%;
}

.title-center {
  margin: 0 auto;
  margin-bottom: 30px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f5f6ff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.row.equalize {
  display: flex;
  flex-wrap: wrap;
}
.row.equalize article {
  height: 100%;
  padding-bottom: 30px;
}

.row.equalize > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1600px) {
  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.mt5 {
  margin-top: 50px;
}

.mt10 {
  margin-top: 100px;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 100px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.--invert a.button,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 20px;
  background-color: #0004D9;
  color: #ffffff;
  font-size: 21.6px;
  font-size: 1.35rem;
  line-height: inherit;
  padding: 15px 30px;
  transition: all 0.15s ease;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .--invert a.button,
  .button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    text-align: center;
    padding: 0.8em;
  }
}
.--invert a.button:hover, .--invert a.button:active, .--invert a.button:focus,
.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #00038d;
  text-decoration: none;
  color: #ffffff;
  outline: 0;
}
.--invert a.button:visited,
.button:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #ffffff;
}
.--invert a.button.--border,
.button.--border,
button.--border,
input[type=button].--border,
input[type=reset].--border,
input[type=submit].--border {
  border: 2px solid #0004D9;
  background-color: transparent;
  color: #0004D9;
}
.--invert a.button.--border:hover, .--invert a.button.--border:active, .--invert a.button.--border:focus,
.button.--border:hover,
.button.--border:active,
.button.--border:focus,
button.--border:hover,
button.--border:active,
button.--border:focus,
input[type=button].--border:hover,
input[type=button].--border:active,
input[type=button].--border:focus,
input[type=reset].--border:hover,
input[type=reset].--border:active,
input[type=reset].--border:focus,
input[type=submit].--border:hover,
input[type=submit].--border:active,
input[type=submit].--border:focus {
  background-color: #00038d;
  text-decoration: none;
  color: #ffffff;
  outline: 0;
}
.--invert a.button.--border:visited,
.button.--border:visited,
button.--border:visited,
input[type=button].--border:visited,
input[type=reset].--border:visited,
input[type=submit].--border:visited {
  color: #ffffff;
}

.button {
  display: inline-block;
}

.button-watch {
  border: 0;
  background-color: transparent;
  color: #0004D9 !important;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  transition: all 0.15s ease;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.button-watch:hover, .button-watch:active, .button-watch:focus {
  text-decoration: none;
  color: #0d11ff !important;
  background: transparent;
  border-color: #0d11ff;
}
.button-watch:hover::after, .button-watch:active::after, .button-watch:focus::after {
  margin-left: 10px;
}
.button-watch::after {
  content: "►";
  margin-left: 5px;
  transition: all 0.15s ease;
}

.button-watch-large {
  border: 0;
  background-color: transparent;
  transition: all 0.15s ease;
}
.button-watch-large:hover, .button-watch-large:active, .button-watch-large:focus {
  opacity: 0.7;
}
.button-watch-large::after {
  content: url("assets/img/icon-play-circle.svg");
  transition: all 0.15s ease;
}

.lesson-nav-button {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  color: #0004D9;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px 20px;
  transition: all 0.15s ease;
}
.lesson-nav-button.--next {
  text-align: right;
}
.lesson-nav-button:hover, .lesson-nav-button:hover:visited, .lesson-nav-button:active, .lesson-nav-button:focus {
  color: #ffffff;
  background: #0004D9;
}
.lesson-nav-button:visited {
  color: #0004D9;
}

.button-watch-backup {
  border: 2px solid #0c0c0c;
  border-radius: 10px;
  background-color: #ffffff;
  color: #0c0c0c;
  display: inline-block;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.5em 1em;
  transition: all 0.15s ease;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .button-watch-backup {
    width: 100%;
    text-align: center;
  }
}
.button-watch-backup:hover, .button-watch-backup:active, .button-watch-backup:focus {
  text-decoration: none;
  color: #0004D9;
  border-color: #0004D9;
}
.button-watch-backup::after {
  content: url("assets/img/icon-play.svg");
  display: inline-block;
  width: 12px;
}

.nav-btn {
  background-color: #0d11ff;
  color: #ffffff;
  padding: 5px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.15s ease;
  vertical-align: bottom;
  font-size: 18px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .nav-btn {
    padding: 5px 15px;
    font-size: 1rem;
    margin-left: 10px;
  }
}
.nav-btn:hover, .nav-btn:active, .nav-btn:focus {
  color: #ffffff;
  background-color: #014296;
}
.nav-btn:visited {
  color: #ffffff;
}
.nav-btn.--register {
  background-color: #31C1AD;
  color: #ffffff;
}
.nav-btn.--register:hover {
  color: #ffffff;
  background-color: #279889;
}
.nav-btn.--register:visited {
  color: #ffffff;
}
.nav-btn.--login {
  background-color: transparent;
  color: #014296;
  border: 1px solid #014296;
}
.nav-btn.--login:hover {
  color: #ffffff;
  background-color: #014296;
}
.nav-btn.--logout {
  background-color: #ffffff;
  color: #014296;
  outline: 2px solid #014296;
  outline-offset: -10px;
  box-sizing: border-box;
}
.nav-btn.--logout:hover {
  background-color: red !important;
  outline: 2px solid red;
  color: #ffffff;
}
.nav-btn.--logout:visited {
  color: #ffffff;
}
.nav-btn.--logout.--register {
  background-color: #ffe0b6;
  color: #414042;
}
.nav-btn.--logout.--register:hover {
  color: #414042;
  background-color: #ffca83;
}
.nav-btn.--logout.--register:visited {
  color: #414042;
}

.nav-item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .nav-item {
    margin: 0 20px;
  }
}
.nav-item a {
  letter-spacing: 0.1em;
  font-weight: bold;
}

.courses__nav-link {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .courses__nav-link {
    display: none;
  }
}

#mobile-menu ul {
  padding: 20px 0;
}
@media (min-width: 992px) {
  #mobile-menu ul {
    padding: 0;
  }
}

.navbar-toggler.nav-btn {
  border: 0;
  padding: 5px 15px;
  border-radius: 5px;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

button:disabled {
  pointer-events: none;
  opacity: 0.6;
  filter: alpha(opacity=50);
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

.badge-cta-blue {
  background: #0004D9;
  color: #ffffff;
}
.badge-cta-blue:hover, .badge-cta-blue:active, .badge-cta-blue:focus {
  background: #00038d;
}

.badge-gray {
  background-color: gray;
  color: #ffffff;
  width: 80%;
}

.badge-colorful {
  background: linear-gradient(90deg, #ffc0d4 0%, #ffedab 100%);
  width: 80%;
}

.side_bar {
  padding-right: 20px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  /* Handle */
}
.side_bar::-webkit-scrollbar {
  width: 10px;
}
.side_bar::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #e9ecef;
}
.side_bar::-webkit-scrollbar-thumb {
  background: #0004D9;
  border-radius: 10px;
}
.side_bar::-webkit-scrollbar-thumb:hover {
  background: #014296;
}

.service-button .dropdown-toggle {
  background: #0004D9;
  padding: 7px 15px 7px 17px;
  color: white;
  border-radius: 10px;
}
.service-button .dropdown-menu {
  top: 32px;
}

form label {
  font-weight: bold;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #014296;
  border: 2px solid #014296;
  border-radius: 10px;
  padding: 4px 15px;
  height: auto;
  outline: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #111;
}

.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #014296 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #014296 !important;
}

select {
  border: 2px solid #014296;
}

select.additional_fields {
  border: 2px solid #014296;
  background-color: #ffffff;
  width: 274px;
}

textarea {
  width: 100%;
}

.form-group {
  margin: 15px 0;
}

.form-section {
  margin-top: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.form-section__title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: inline-block;
  background: linear-gradient(to left, #ffbfd4, #ffedab);
  background-size: 100% 3px;
  background-position: bottom 0 left 0, bottom 5px left 0;
  background-repeat: no-repeat;
}

.coupon__form ::-webkit-input-placeholder {
  text-align: center;
}
.coupon__form :-moz-placeholder { /* Firefox 18- */
  text-align: center;
}
.coupon__form ::-moz-placeholder { /* Firefox 19+ */
  text-align: center;
}
.coupon__form :-ms-input-placeholder {
  text-align: center;
}

input.wpwl-control,
select.wpwl-control {
  border: 2px solid #0c0c0c;
}

.form-check {
  color: #014296;
  font-size: 19px;
}
.form-check label {
  font-weight: normal;
}
.form-check a {
  color: #014296;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0c0c0c;
}
a:visited {
  color: #0c0c0c;
}
a:hover, a:focus, a:active {
  color: #323232;
  outline: 0;
  text-decoration: none;
}

.--invert a,
.site-footer a {
  color: #ffffff;
}
.--invert a:visited,
.site-footer a:visited {
  color: #ffffff;
}
.--invert a:hover, .--invert a:focus, .--invert a:active,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #272aff;
}

.link {
  letter-spacing: 0.1em;
}

.--muted {
  color: #777777;
}

.form-group a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
  background-color: #ffffff;
}
#site-navigation a {
  text-transform: uppercase;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 50px 0;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.posts-navigation {
  margin: 100px 0;
}
.posts-navigation .page-numbers {
  border: 2px solid #0c0c0c;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 5px;
  transition: all 0.15s ease;
  font-weight: bold;
}
.posts-navigation .page-numbers:hover {
  background-color: #0c0c0c;
  color: #ffffff;
}
.posts-navigation .page-numbers.current {
  border-color: #2529ff;
  background-color: #2529ff;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.dflex {
  display: flex;
}

.sticky {
  display: block;
}

.p1 {
  padding: 10px 0;
}

.p3 {
  padding: 30px 0;
}

.p5 {
  padding: 50px 0;
}

.p7 {
  padding: 70px 0;
}

.p10 {
  padding: 100px 0;
}

p.--big {
  font-size: 24px;
  font-size: 1.5rem;
}

.navbar-brand img {
  height: 32px;
}

.page-template-template-homepage {
  background-color: #f5f6ff;
}
.page-template-template-homepage .welcome-banner {
  background-color: #f5f6ff;
}

.student__widgets-tips {
  background-color: #f5f6ff;
  padding: 30px;
  margin: 0 auto;
}

.updated:not(.published) {
  display: none;
}

.progress {
  height: 0.2rem;
}
.progress .progress-bar {
  background-color: #0004D9;
}

.accent {
  color: #0004D9;
  font-weight: bold;
}

.--white {
  background-color: #ffffff;
}

.page .site-content,
.archive .site-content {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .page .site-content,
  .archive .site-content {
    padding: 50px 0;
  }
}

.home .site-content {
  padding: 0;
}

.page-header {
  text-align: center;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.--thin {
  font-weight: normal;
}

.post-img__wrapp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 20px;
  transition: all 0.15s ease;
}

#mb-video-player {
  --video--width: 960;
  --video--height: 540;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: transparent;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #mb-video-player {
    margin-bottom: 0;
  }
}
#mb-video-player iframe,
#mb-video-player object,
#mb-video-player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media (min-width: 992px) {
  #mb-video-player iframe,
  #mb-video-player object,
  #mb-video-player embed {
    border-radius: 20px;
  }
}

.list-post__data {
  padding: 5px 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .list-post__data {
    padding: 10px 20px;
  }
}

.list-post__title {
  font-weight: bold;
  margin: 0;
}

.list-post__description {
  color: #b3b3b3;
  margin: 0;
}

.featured-lecturers {
  margin: 50px 0;
}
.featured-lecturers .post-img__wrapp {
  height: 230px;
}
@media (min-width: 992px) {
  .featured-lecturers .post-img__wrapp {
    height: 270px;
  }
}
.featured-lecturers .list-post__data {
  padding: 10px 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .featured-lecturers .-lecturer:last-of-type {
    display: none;
  }
}

.community__banner {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  text-align: center;
}
@media (min-width: 768px) {
  .community__banner {
    background-position: -50px bottom;
  }
}
@media (min-width: 992px) {
  .community__banner {
    padding: 100px 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .community__banner {
    background-position: -200px bottom;
  }
}
@media (min-width: 1600px) {
  .community__banner {
    background-position: left bottom;
  }
}
.community__banner .--cta-button {
  margin-top: 50px;
}
.community__banner .pbanner__subtitle {
  font-size: 20.8px;
  font-size: 1.3rem;
}
.community__banner .pbanner__title {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .community__banner .pbanner__title {
    margin-bottom: 0;
  }
}

.archive-single-course .course-progress__wrapp {
  margin-bottom: 25px;
}

.platform-features {
  padding: 50px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .platform-features .--subsection {
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .platform-features .section__title {
    text-align: left;
  }
  .platform-features .section__title.--big {
    font-size: 64px;
    font-size: 4rem;
  }
}
.platform-features .--subsection {
  margin-top: 100px;
}
.platform-features .checkmark-list {
  max-width: 400px;
  margin-top: 0;
}

.checkmark-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.checkmark-list li {
  background-image: url("assets/img/list-checkmark.svg");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: top left;
  padding: 7px 0 40px 80px;
  color: #777777;
}

.subscriptions-offer {
  padding: 100px 0;
}
.subscriptions-offer .container {
  text-align: center;
}
@media (min-width: 768px) {
  .subscriptions-offer .container {
    max-width: 400px;
  }
}

.subscriptions-offer__title {
  margin-bottom: 50px;
}

.soffer__subscriptions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.soffer__subscriptions .subscriptions__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.soffer__subscriptions .subscriptions__title .--small {
  font-size: 24px;
  font-size: 1.5rem;
}
.soffer__subscriptions .single-subscription {
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid #ffffff;
}
.soffer__subscriptions .--selected {
  background-color: #0004D9;
}

.site-footer {
  background-color: #014296;
  padding: 50px 0;
  color: #ffffff;
}
.site-footer .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .menu li {
  line-height: 2em;
}
.site-footer .widget {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .site-info {
    text-align: center;
    margin-top: 100px;
  }
}

.site-info__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 15px;
}

.footer__social-networks {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  list-style-type: none;
}
.footer__social-networks li {
  display: inline-block;
  margin-right: 15px;
}
.footer__social-networks li:hover img {
  opacity: 0.7;
}
.footer__social-networks li img {
  width: 25px;
  height: auto;
  border-radius: 5px;
  transition: all 0.15s ease;
}

.footer-widget-title {
  margin-bottom: 30px;
}

.entry-header {
  text-align: center;
}

.page__above-title {
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
}

.entry-title,
.page-title {
  margin-bottom: 50px;
  font-size: 1.6em;
}
@media (min-width: 992px) {
  .entry-title,
  .page-title {
    font-size: 2em;
  }
}

#register_student {
  margin-top: 50px;
}
#register_student .form-group {
  margin: 20px 0;
}
@media (min-width: 992px) {
  #register_student {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .registration-illustration {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .registration-illustration {
    max-width: 400px;
    margin: 0 auto;
  }
}

#loginform .login-username label,
#loginform .login-password label {
  display: block;
}
#loginform .login-username input,
#loginform .login-password input {
  width: 100%;
}

#login-error, .reset-error {
  color: red;
  font-weight: bold;
}

.step__select-packages .subscriptions__price {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0;
}
.step__select-packages .subscriptions__price .--currency {
  font-size: 20.8px;
  font-size: 1.3rem;
}
.step__select-packages .subscriptions__title {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.step__select-packages .package__intro {
  margin-bottom: 20px;
}
.step__select-packages .single-subscription {
  border-radius: 20px;
  border: 2px solid #0c0c0c;
  text-align: center;
  transition: all 0.3s ease;
  padding: 40px;
  margin-bottom: 30px;
}
.step__select-packages .single-subscription:hover, .step__select-packages .single-subscription:focus, .step__select-packages .single-subscription:active {
  background-color: #0004D9;
  color: #ffffff;
  border-color: transparent;
}
.step__select-packages .single-subscription:hover span.--blue, .step__select-packages .single-subscription:focus span.--blue, .step__select-packages .single-subscription:active span.--blue {
  color: #FFE112;
}
.step__select-packages .single-subscription.--black-package {
  background-color: #0c0c0c;
  border: 0;
  color: #ffffff;
}
.step__select-packages .single-subscription.--black-package * {
  color: #ffffff;
}
.step__select-packages .single-subscription.--black-package:hover, .step__select-packages .single-subscription.--black-package:focus, .step__select-packages .single-subscription.--black-package:active {
  background-color: #0004D9;
}
.step__select-packages .selected .single-subscription {
  background-color: #0004D9;
  color: #ffffff;
}

.step-submit {
  padding-top: 50px;
  text-align: center;
}

.payment-method-box {
  display: none;
  margin-top: 50px;
}

.container.--narrow {
  max-width: 400px;
}
.container.--semi-narrow {
  max-width: 900px;
}

.step-submit__instruction {
  margin-top: 30px;
}

#payment_method .custom-radio {
  margin-bottom: 20px;
}
#payment_method .custom-radio label:hover {
  cursor: pointer;
}

.pending-payment-icon {
  width: 100px;
}
@media (min-width: 992px) {
  .pending-payment-icon {
    width: 150px;
  }
}

.card__form input, .card__form select {
  width: 255px;
}
.card__form input[type=checkbox] {
  width: auto;
}

.user__avatar {
  text-align: center;
}
.user__avatar .avatar-holder {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 120px;
  display: inline-block;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .user__avatar .avatar-holder {
    width: 80px;
    height: 80px;
  }
}
.user__avatar .avatar-holder:hover {
  cursor: pointer;
}

.user__info {
  text-align: center;
}
.user__info .user__avatar .avatar__upload {
  border: none !important;
}

.equalize .subscription-reminder,
.equalize .form-section {
  height: 100%;
}

.update_profile_alert {
  margin: 30px 0;
}

.user__name {
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
  align-self: center;
}
@media (max-width: 767px) {
  .user__name {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

.subscription-reminder {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  text-align: center;
}
.subscription-reminder .reminder__notice {
  margin-top: 15px;
  font-size: 20.8px;
  font-size: 1.3rem;
}
.subscription-reminder .reminder__days {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0004D9;
}

.coupon_code {
  text-align: center;
}
.coupon_code .code-box {
  background: rgb(255, 192, 212);
  background: linear-gradient(90deg, rgb(255, 192, 212) 0%, rgb(255, 237, 171) 100%);
  padding: 15px 30px;
  font-size: 1.2em;
  border-radius: 10px;
  display: inline-block;
  margin-top: 30px;
}

.become-pro {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}
.become-pro .active-package {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0004D9;
}

.coupon-description {
  margin-top: 15px;
  text-align: center;
}

.form-section .subscription-reminder {
  margin-top: 0;
  padding: 0;
}

.coupon-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.payments__listing thead {
  font-weight: bold;
}
.payments__listing td:last-of-type {
  text-align: right;
}

.widget-tip__subscription {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
  max-width: 600px;
  margin: 50px auto 0;
}
.widget-tip__subscription .--icon {
  margin-bottom: 30px;
}
.widget-tip__subscription .button-cta {
  margin-bottom: 15px;
}
.widget-tip__subscription .reminder__notice {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .widget-tip__subscription {
    padding: 50px;
  }
}
.widget-tip__subscription .reminder__days {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0004D9;
}

.archive-single-course {
  background-color: #ffffff;
  box-shadow: 2px 2px 3px 0px rgba(0, 4, 216, 0.28);
  border-radius: 20px;
  margin-bottom: 30px;
  height: 100%;
  overflow-wrap: break-word;
}
.archive-single-course .archive-post__content {
  padding: 15px;
}
@media (min-width: 992px) {
  .archive-single-course .archive-post__content {
    padding-bottom: 30px;
  }
}
.archive-single-course .post-img__wrapp {
  height: 210px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.archive-single-course .list-post__title {
  font-size: 24.8px;
  font-size: 1.55rem;
  margin-bottom: 15px;
}
.archive-single-course .list-post__author {
  font-size: 18.4px;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.archive-single-course .list-post__author .author__name {
  display: block;
}
.archive-single-course .list-post__description {
  color: #323232;
  padding-bottom: 25px;
  line-height: normal;
}
.archive-single-course a:hover .post-img__wrapp {
  opacity: 0.7;
}
.archive-single-course .--time {
  font-size: 1rem;
  line-height: 1.5;
}
.archive-single-course .archive-post__footer {
  margin-bottom: 5px;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}
.archive-single-course .list-post__duration {
  color: #0004D9;
}
.archive-single-course .section__description {
  max-width: 600px;
  margin: 0 auto;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 25px;
}
.archive-single-course .btn-play-circle {
  width: 37px;
  height: 37px;
  margin-top: -7px;
  transition: all 0.15s ease;
}
.archive-single-course .btn-play-circle:hover {
  opacity: 0.7;
}

.single__course-description {
  padding: 50px 0;
  background-color: #ffffff;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.single__course-description .description__author-bio {
  margin-top: 50px;
}
.single__course-description .author-bio__avatar {
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .single__course-description .description__content {
    margin-top: 10px;
  }
}

.single__course-features {
  background-color: #f5f6ff;
  padding: 15px;
  border-radius: 10px;
  color: #777777;
}
@media (min-width: 992px) {
  .single__course-features {
    padding: 40px;
  }
}

.course__side-content {
  border-radius: 20px;
  background-color: #ffffff;
  /*margin-bottom: 30px;*/
  padding: 15px;
}
@media (min-width: 992px) {
  .course__side-content {
    height: 100%;
  }
}

.course__side-content-wrapp {
  max-height: 445px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .course__side-content-wrapp {
    padding-right: 15px;
    height: 100%;
  }
}

.author-bio__description {
  font-size: 20.8px;
  font-size: 1.3rem;
}

.author__social {
  margin: 0;
  padding: 0;
}
.author__social li {
  display: inline;
  list-style-type: none;
  margin-right: 15px;
}
.author__social li:last-of-type {
  margin-right: 0;
}
.author__social li:hover img {
  opacity: 0.7;
}
.author__social img {
  width: 44px;
  border-radius: 5px;
  transition: all 0.15s ease;
}

.whatismasterbox {
  font-size: 19.2px;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 50px;
}

.course__module {
  margin-bottom: 30px;
}
.course__module .module__header {
  background-color: #f5f6ff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.course__module .module__lesson-title {
  color: #0004D9;
  font-weight: bold;
}
.course__module .module__time {
  margin: 0;
}

.module__single-lesson {
  margin-bottom: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .module__single-lesson {
    padding-right: 15px;
  }
}
.module__single-lesson .progress {
  margin-top: 10px;
}
.module__single-lesson:hover {
  opacity: 0.7;
}
.module__single-lesson.--finished {
  filter: grayscale(0.8);
}
.module__single-lesson .finish-checkmark {
  margin-left: 5px;
}

.progress__lesson-wrapper .progress {
  margin-top: 20px;
  margin-bottom: 10px;
}

.lesson__materials {
  margin: 30px 0;
}
.lesson__materials ul {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}
.lesson__materials li {
  margin-bottom: 30px;
  transition: all 0.15s ease;
}
.lesson__materials .material__description {
  margin: 0;
}
.lesson__materials .material__icon {
  width: 20px;
  vertical-align: baseline;
  margin-right: 10px;
}
.lesson__materials .material__title {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.lesson__materials .material__title a {
  font-weight: bold;
  color: #0004D9;
}

.module__lesson-duration {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777777;
  text-transform: uppercase;
  background: url("assets/img/icon-clock-gray.svg") no-repeat;
  background-size: 12px;
  background-position: left center;
  padding-left: 17px;
}

.single__course-featured {
  padding: 30px 0;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .single__course-featured {
    padding: 50px 0;
  }
}
.single__course-featured .entry-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .single__course-featured .entry-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.single__course-featured .author-bio__name {
  color: #808080;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
}

.noaccess-wrapper {
  background-color: #111111;
  color: #ffffff;
  height: 100%;
  min-height: 300px;
  padding: 30px 15px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .noaccess-wrapper {
    margin-bottom: 0;
  }
}

.noaccess-message p {
  margin-bottom: 0;
}

.noaccess-cta .button {
  margin-top: 15px;
}

.course__cta-section {
  text-align: center;
  padding: 50px 0;
}
.course__cta-section .link {
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.course__cta-section .link::after {
  content: "→";
  margin-left: 5px;
}

.course__whattolearn {
  padding: 15px;
  margin-bottom: 50px;
  border: 4px #cdceda solid;
  border-radius: 20px;
  height: 100%;
}
@media (min-width: 992px) {
  .course__whattolearn {
    margin-bottom: 0;
    padding: 30px 50px;
  }
}
.course__whattolearn ul {
  margin: 0;
  padding: 15px;
}

.single__course-highlights {
  background-color: #ffffff;
  padding: 50px 0;
  font-size: 19.2px;
  font-size: 1.2rem;
}

.course__whoisitfor {
  background-color: #f5f6ff;
  border-radius: 20px;
  padding: 15px;
  height: 100%;
}
@media (min-width: 992px) {
  .course__whoisitfor {
    padding: 30px 50px;
  }
}

.single__course-whatafter {
  background-color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
.single__course-whatafter .section__title {
  margin-bottom: 80px;
}
.single__course-whatafter .section__content {
  background-color: #004296;
  padding: 30px 0;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .single__course-whatafter .section__content {
    font-size: 32px;
    font-size: 2rem;
  }
}
.single__course-whatafter .--icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -70px;
  width: 60px;
}
@media (min-width: 992px) {
  .single__course-whatafter .--icon {
    margin-top: -80px;
    width: auto;
  }
}

.single__course-author {
  padding: 50px 0;
}
.single__course-author .course__lecturer-image {
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .single__course-author .course__lecturer-image {
    border-radius: 20px;
    height: 300px;
    width: auto;
    margin-bottom: 0;
  }
}

.course-offer {
  background-color: #ffffff;
  padding-top: 30px;
}

.single__course-progress .progress__labels {
  text-transform: uppercase;
  color: #b3b3b3;
}
.single__course-progress .section_title {
  margin-bottom: 30px;
}
.single__course-progress .course-progress__card {
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .single__course-progress .course-progress__card {
    padding: 26px 30px 15px;
    height: 100%;
  }
}
.single__course-progress .course-progress__value {
  top: -20px;
  position: absolute;
  margin-left: 1%;
  padding-top: 10px;
  color: #0004D9;
  font-weight: bold;
  font-size: 13px;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .single__course-progress .course-progress__value {
    margin-left: 4%;
    padding-top: 10px;
  }
}
.single__course-progress .course-progress__wrapp {
  position: relative;
  padding: 20px 10px;
}
.single__course-progress .progress {
  height: 12px;
  border-radius: 50px;
}
.single__course-progress .course__progress {
  border-radius: 50px;
}
.single__course-progress .course__progress::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #0004D9;
  left: 0;
  border-radius: 50px;
}
.single__course-progress .course__progress::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #e9ecef;
  right: 0;
  border-radius: 50px;
  background-image: url("assets/img/icon-trophy.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.single__course-progress .course__progress.--completed::after {
  background-color: #0004D9;
}
.single__course-progress .course__certificate-download {
  padding: 50px 0;
  text-align: center;
}

.course__notepad {
  padding: 50px 0;
}
.course__notepad textarea {
  margin-bottom: 50px;
}

.progress__lesson-wrapper {
  margin-bottom: 50px;
}
.progress__lesson-wrapper .lesson__featured {
  border-radius: 5px;
}

.logged-in-title {
  text-align: left;
  padding: 40px 0;
}

.widget-tip__subscription {
  background: #ffffff;
  margin-bottom: 50px;
}

.summary__finance {
  margin-top: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.lecturer-user__info {
  margin-top: 100px;
}

.month_selector {
  margin-top: 50px;
}

.summary__courses {
  margin: 50px 0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.summary-row {
  padding: 10px 0;
}
.summary-row .summary-left {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777777;
}
.summary-row .summary-right {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777777;
  color: #222;
}
@media (min-width: 768px) {
  .summary-row .summary-right {
    text-align: right;
  }
}
.summary-row .summary-measure {
  text-transform: uppercase;
}

.month_selector select {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  padding: 10px;
}

.payment-status {
  background-color: #0004D9;
  border-radius: 10px;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.payment-status .summary-left {
  color: white;
}
.payment-status .summary-right {
  color: white;
}

@media (max-width: 767px) {
  .lecturer-user__info .user__avatar img {
    max-width: 100%;
    margin: 0;
    margin-bottom: 0;
  }
}

.landing-page-1 {
  background: #ffffff;
}

.landing-header-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0 150px 0;
}
@media (min-width: 992px) {
  .landing-header-1 {
    padding: 100px 0 150px 0;
  }
}
.landing-header-1 .lh__title {
  font-size: 52.8px;
  font-size: 3.3rem;
  color: #ffffff;
  margin: 50px 0;
}
@media (min-width: 992px) {
  .landing-header-1 .lh__title {
    margin: 50px 0 100px 0;
  }
}

.lp-section__heading {
  color: #0004D9;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 30px;
  border-bottom: 3px solid gray;
  display: inline-block;
  padding-bottom: 5px;
}

.lp__about-mb {
  text-align: center;
}
@media (min-width: 992px) {
  .lp__about-mb {
    margin-top: 50px;
  }
}
.lp__about-mb .lp-section__content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.lp__digital-marketing {
  margin-top: 30px;
}
.lp__digital-marketing .--illustration {
  max-height: 400px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .lp__digital-marketing {
    margin-top: 100px;
  }
}

.lp__featured-lecturers {
  margin-top: 50px;
  background-color: #eaeaea;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .lp__featured-lecturers {
    margin-top: 100px;
    padding: 100px 0;
  }
}
.lp__featured-lecturers .flecturer__image {
  height: 250px;
}
@media (min-width: 992px) {
  .lp__featured-lecturers .flecturer__image {
    height: 400px;
  }
}
.lp__featured-lecturers .flecturer__bio {
  transition: all 0.2s ease;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 10px;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lp__featured-lecturers .flecturer__bio:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .lp__featured-lecturers .flecturer__bio {
    padding: 30px;
  }
}

.lp__program {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .lp__program {
    margin-top: 100px;
  }
}
.lp__program .--illustration {
  max-height: 270px;
}

@media (min-width: 992px) {
  .lp__fbgroup {
    margin-top: 100px;
  }
}
.lp__fbgroup .--illustration {
  max-height: 250px;
}

.lp__pricing {
  margin-top: 30px;
  background-color: #252525;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .lp__pricing {
    margin-top: 100px;
  }
}
.lp__pricing .lp-section__heading {
  color: #ffffff;
  border-bottom-color: #0004D9;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .lp__pricing .lp-section__heading {
    margin-bottom: 50px;
  }
}
.lp__pricing .pricing-card {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px;
  margin: 30px 0;
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .lp__pricing .pricing-card {
    margin: 0 30px;
  }
}
.lp__pricing .pricing-card p {
  margin-bottom: 0;
  line-height: 1.2;
}
.lp__pricing .pricing-card p.--description {
  font-size: 20.8px;
  font-size: 1.3rem;
}
.lp__pricing .pricing-card p.pc__price {
  color: #0004D9;
  margin-bottom: 30px;
  font-size: 48px;
  font-size: 3rem;
}
.lp__pricing .price-card__description {
  color: #ffffff;
  margin-top: 10px;
}

.lp__warranty {
  background-color: #252525;
  text-align: center;
  color: #ffffff;
  padding: 0 0 50px 0;
}
@media (min-width: 992px) {
  .lp__warranty {
    padding: 50px 0;
  }
}
.lp__warranty .container {
  max-width: 700px;
}
.lp__warranty .lp-section__heading {
  color: #ffffff;
  border-bottom-color: #0004D9;
  margin-bottom: 50px;
}

.lp__apply-form {
  background-color: #717171;
  padding: 50px 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .lp__apply-form {
    background-color: #252525;
  }
}
.lp__apply-form .lp-section__heading {
  color: #ffffff;
  border-bottom-color: #0004D9;
  margin-bottom: 50px;
}
.lp__apply-form .lp-section__heading-wrapp {
  text-align: center;
}
.lp__apply-form .lp-section__heading-wrapp .lp-section__heading {
  margin-bottom: 15px;
}
.lp__apply-form .submit-section {
  text-align: center;
}

.submit-section {
  margin: 30px 0;
}

.apply-form__wrapp {
  background-color: #717171;
  padding: 15px;
}
@media (min-width: 992px) {
  .apply-form__wrapp {
    border-radius: 30px;
    padding: 50px;
  }
}
.apply-form__wrapp label {
  display: block;
}

.w100 {
  width: 100%;
}

.--blue {
  color: #0004D9;
  font-weight: bold;
}

.footer-logos,
.footer-note {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .footer-logos,
  .footer-note {
    text-align: right;
  }
}

.footer-note {
  font-size: 10px;
}

span.ui-icon {
  margin-top: 20px;
}

.wpwl-wrapper > .wpwl-icon {
  top: 8px;
  right: 5px;
  height: 58px;
  width: 35px;
}

.wpwl-control {
  color: #777;
  border: 2px solid #0c0c0c;
  border-radius: 10px;
  padding: 20px 10px;
  height: 72px;
  outline: 0;
  font-size: 1.2rem;
  text-align: left !important;
}

.wpwl-label {
  font-size: 1.2rem;
  text-align: left !important;
  font-family: "Nunito Sans", sans-serif;
  color: #0c0c0c;
}

.wpwl-brand {
  margin-top: 25px;
}

.--checkout {
  margin-bottom: 20px;
}

.order__details .order-details__meta {
  text-transform: uppercase;
  border-bottom: 1px dashed #000000;
  padding-bottom: 10px;
  border-top: 1px dashed #000000;
  padding-top: 10px;
  margin-bottom: 30px;
}

.wpwl-group-brand,
.wpwl-wrapper-brand {
  display: none;
}

.wpwl-hint {
  float: left;
}

.payment__methods_logos {
  width: 480px;
}

.dots {
  margin-left: 4px;
}

.dots-hidden {
  display: none;
}

.card__holder {
  padding-bottom: 15px;
}

span.form__underline {
  color: #2529ff;
  text-decoration: underline;
  line-height: 2;
}

.courses_cta__sections .button-cta {
  margin-bottom: 30px;
}

.notification-header {
  background-color: #FFE112;
  min-height: 50px;
  padding-top: 10px;
}
.notification-header a.notification-cta {
  color: #2529ff !important;
}
@media (min-width: 992px) {
  .notification-header {
    font-size: 21px;
  }
}

.--narrow-package {
  width: 574px;
}
.--narrow-package .package__detail {
  margin-bottom: 40px;
}

.--success {
  display: block;
  padding-bottom: 20px;
}

#payment_method {
  margin-top: 30px;
  /* HIDE RADIO */
  /* CHECKED STYLES */
}
#payment_method input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#payment_method label {
  width: 100%;
}
#payment_method label::before {
  display: none;
}
#payment_method .payment-control_wrapp {
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  border-radius: 5px;
  border: 3px solid #ffffff;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  #payment_method .payment-control_wrapp {
    margin-bottom: 60px;
  }
}
#payment_method .payment-control_wrapp:hover {
  border-color: #0c0c0c;
}
#payment_method .payment-control_wrapp .payment-method__icon {
  height: 35px;
  float: right;
  margin-top: -5px;
}
#payment_method [type=radio]:checked + .payment-control_wrapp {
  border-color: #0004D9;
  border-radius: 5px;
}

.checkout-meta-value {
  color: #0004D9;
}

.order__details {
  font-size: 1.2rem;
}
.order__details ul {
  list-style-type: none;
}
@media (min-width: 992px) {
  .order__details {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.posts-navigation .next {
  border: 2px solid #0c0c0c;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 5px;
  transition: all 0.15s ease;
  font-weight: bold;
}

.payment-banner-intro {
  background-color: #ffffff;
  padding: 50px 0;
}

.payment-banner {
  background-color: #f5f6ff;
  padding: 15px 0;
  border-radius: 20px;
}
.payment-banner img {
  padding: 30px;
}
.payment-banner .large {
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .payment-banner .large {
    padding-top: 50px;
  }
}

p.small__text {
  font-size: 25px;
}

.illustration-bulb {
  max-width: 150px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .illustration-bulb {
    max-width: 250px;
    margin-bottom: 50px;
  }
}

/*Coupon code form*/
.coupon__form {
  width: 300px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  p.author-bio__name {
    padding-top: 15px;
  }
}

/* 404 page */
.error-404 {
  padding: 50px 0;
}
.error-404 img {
  max-width: 200px;
  padding: 50px 0;
}
.error-404 .page-content {
  text-align: center;
}

.button-cta {
  font-weight: 800;
}

.intl-tel-input {
  display: block !important;
}
.intl-tel-input .iti {
  width: 100%;
}

.modal-header .close {
  background-color: transparent !important;
}

a.sms__code_link:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .hero__illustration {
    margin-top: -100px;
    padding-left: 250px;
  }
}

/*--------------------------------------------------------------
## Packages
--------------------------------------------------------------*/
.single-package-category {
  background: #ffffff;
  border: 2px solid #CFCFCF;
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .single-package-category {
    margin: 30px 20px;
  }
}

.pricing {
  padding-top: 25px;
}
.pricing .section-header {
  text-align: center;
  padding-bottom: 30px;
}
.pricing .single-package {
  background: #ffffff;
  border: 2px solid #CFCFCF;
  border-radius: 20px;
  overflow: visible;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .pricing .single-package {
    margin: 0;
    height: 100%;
  }
  .pricing .single-package.--basic {
    transform: scale(0.85);
  }
}
.pricing .single-package.--pro {
  border: 2px solid #FA8085;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .single-package.--pro .package__title {
  background-image: linear-gradient(180deg, #ff7e81 0%, #78c9ff 100%);
  color: #ffffff;
}
.pricing .single-package.--pro::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url("assets/img/best-buy.png") no-repeat;
  background-size: contain;
  display: block;
  left: 90%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
}
@media (min-width: 992px) {
  .pricing .single-package.--pro::before {
    width: 120px;
    height: 120px;
    left: auto;
    right: -75px;
    top: -40px;
  }
}
.pricing .--antrfile {
  margin-bottom: 30px;
  background: blue;
  border-radius: 15px;
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: white;
}
.pricing .package__title {
  background-color: #EBEBEB;
  padding: 20px 15px;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  font-size: 40px;
  font-size: 2.5rem;
}
.pricing .package__features {
  padding: 20px 15px;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .pricing .package__features ul {
    -moz-column-count: 2;
         column-count: 2;
    padding: 0 60px;
    -moz-column-gap: 100px;
         column-gap: 100px;
    margin-top: 30px;
  }
}
.pricing .package__features li {
  margin-bottom: 15px;
  list-style-type: none;
  position: relative;
}
.pricing .package__features li:last-of-type {
  margin-bottom: 0;
}
.pricing .package__features li.--inactive {
  color: #CBCBCB;
}
.pricing .package__features li.--inactive::before {
  background-image: url("assets/img/landing2-2/icon-checkmark-no.svg");
}
.pricing .package__features li::before {
  content: "";
  background-image: url("assets/img/landing2-2/icon-checkmark.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -35px;
}
.pricing .package__offer {
  text-align: center;
  padding: 20px 15px;
}
.pricing .package-category__cta {
  padding: 50px 0 30px 0;
  text-align: center;
}
.pricing .package__cta {
  margin-bottom: 30px;
  text-align: center;
}
.pricing .package__price {
  font-weight: bold;
  border-top: 5px solid #0004D9;
  margin-bottom: auto;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .pricing .package__price {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.pricing .package_access {
  font-size: 24px;
  font-size: 1.5rem;
}

.package__pricing-wrapp {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 30px 0;
}

#checkout_packages .single-package {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #checkout_packages .single-package {
    height: 100%;
    margin-top: 0;
  }
}
#checkout_packages .package__features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 15px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.landing-page-2 {
  background: #ffffff;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .landing-page-2 {
    font-size: 23.2px;
    font-size: 1.45rem;
  }
}
.landing-page-2 section {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .landing-page-2 section {
    margin-top: 100px;
  }
}
.landing-page-2 .apply-form__wrapp input {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid;
  background: transparent;
}
.landing-page-2 .apply-form__wrapp input:active, .landing-page-2 .apply-form__wrapp input:focus {
  outline: 0 !important;
  box-shadow: none;
}
.landing-page-2 .apply-form__wrapp input[type=checkbox] {
  border: 0;
}
.landing-page-2 .apply-form__wrapp .form-group {
  margin-bottom: 30px !important;
}
.landing-page-2 .apply-form__wrapp button {
  background-image: linear-gradient(270deg, #ff7e81 0%, #78c9ff 100%);
  color: #ffffff;
  transition: all 0.3s ease;
}
.landing-page-2 .apply-form__wrapp button:hover {
  background-image: linear-gradient(180deg, #ff7e81 0%, #78c9ff 100%);
}

.landing-header-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0;
}
.landing-header-2.--mobile {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .landing-header-2 {
    padding: 100px 0 150px 0;
  }
}
.landing-header-2 .lh__title {
  font-size: 32px;
  font-size: 2rem;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .landing-header-2 .lh__title {
    margin: 50px 0 30px;
    font-size: 64px;
    font-size: 4rem;
  }
}
.landing-header-2 .lh__description {
  margin-bottom: 100px;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-top: 80px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .landing-header-2 .lh__description {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 0;
  }
}
.landing-header-2 .lh__mb-logo {
  width: 206px;
}
@media (min-width: 992px) {
  .landing-header-2 .lh__mb-logo {
    width: 320px;
  }
}

.lp2-section__heading {
  display: inline-block;
}

h2.lp2-section__heading {
  font-size: 27.2px;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  h2.lp2-section__heading {
    font-size: 48px;
    font-size: 3rem;
  }
}

h3.lp2-section__heading {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  h3.lp2-section__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}

section.lp2__about-mb {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.lp2__about-mb {
    margin-top: 0;
  }
}
section.lp2__about-mb .lp2-section__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

section.lp2__whymasterbox {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: 240px 105px;
}
@media (min-width: 992px) {
  section.lp2__whymasterbox {
    margin-top: 100;
    background-image: none !important;
  }
}

section.lp2__digital-marketing {
  background-image: url("assets/img/landing2/for-whobg-mobile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 70px 0 20px;
  margin-top: 0;
  margin-bottom: 50px;
}
section.lp2__digital-marketing .--illustration {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.lp2__digital-marketing {
    background-image: url("assets/img/landing2/for-whobg.svg");
    margin-top: -150px;
    background-position: center;
    padding: 290px 0 50px;
  }
}
section.lp2__digital-marketing .--illustration2 {
  background-repeat: no-repeat;
  background-position-x: 180%;
  background-size: 250px;
}

.lp2__program {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .lp2__program {
    margin-top: 100px;
  }
}
.lp2__program .--illustration {
  max-height: 270px;
}

section.lp2__whatlearn {
  margin-top: 0;
}
@media (min-width: 992px) {
  section.lp2__whatlearn {
    text-align: center;
  }
}
section.lp2__whatlearn ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.lp2__whatlearn ul li::before {
  content: "•";
  margin-right: 5px;
  color: #0004D9;
}

section.lp2__courses-available {
  background-image: url("assets/img/landing2/coursesbg-mobile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
}
@media (min-width: 992px) {
  section.lp2__courses-available {
    background-image: url("assets/img/landing2/coursesbg.svg");
    padding-top: 150px;
  }
}
section.lp2__courses-available .lp2-section__content {
  text-align: left;
}
section.lp2__courses-available .swiper-container {
  width: 100%;
  padding: 50px 100px;
}
section.lp2__courses-available .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
section.lp2__courses-available .swiper-wrapper {
  max-width: 800px;
}
section.lp2__courses-available .archive-single-course {
  min-width: 300px;
}

section.lp2__fbgroup {
  text-align: center;
}
section.lp2__fbgroup .--illustration2 {
  max-width: 45px;
}
@media (min-width: 992px) {
  section.lp2__fbgroup .--illustration2 {
    max-width: 95px;
  }
}
section.lp2__fbgroup .swiper-container .swiper-slide {
  margin: 0 30px;
}
section.lp2__fbgroup .swiper-container img {
  border-radius: 20px;
  box-shadow: 9px 8px 12px -2px rgba(0, 0, 0, 0.54);
  transform: scale(0.92);
}

.center-wrapper {
  text-align: center;
}
.center-wrapper .--illustration2 {
  max-width: 95px;
}

.lp2__whytimelimited {
  background-image: url("assets/img/landing2/time-limitedbg-mobile.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .lp2__whytimelimited {
    background-image: url("assets/img/landing2/time-limitedbg.svg");
    text-align: center;
  }
}
.lp2__whytimelimited .lp2-section__content {
  text-align: left;
}

section.lp2__certificates {
  margin-top: 0;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  section.lp2__certificates {
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
  }
}

.lp2__whenstarts {
  text-align: left;
}
.lp2__whenstarts .--illustration {
  margin-bottom: 30px;
}
.lp2__whenstarts .--illustration2 {
  background-repeat: no-repeat;
  background-position-x: 180%;
  background-size: 250px;
}

.satisfaction-warranty {
  background-image: linear-gradient(270deg, #ff7e81 0%, #78c9ff 100%);
  color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1;
  display: inline-block;
}
@media (min-width: 992px) {
  .satisfaction-warranty {
    font-size: 64px;
    font-size: 4rem;
  }
}

.lp2__warranty {
  text-align: center;
}

.lp2__testimonials {
  text-align: center;
}

section.lp2__download-program {
  text-align: left;
  margin-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  section.lp2__download-program {
    margin-top: 0;
    padding-bottom: 0;
  }
}
section.lp2__download-program .--illustration {
  max-height: 450px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.lp2__download-program .--illustration {
    margin-bottom: 0;
  }
}

section.lp2__apply-form {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 150px 0 50px;
  margin-top: -80px;
}
@media (min-width: 992px) {
  section.lp2__apply-form {
    margin-top: 0;
  }
}
section.lp2__apply-form .apply-form__wrapp {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
section.lp2__apply-form .lp2-section__heading {
  border-bottom-color: #0004D9;
  margin-bottom: 50px;
}
section.lp2__apply-form .lp2-section__heading-wrapp {
  text-align: center;
}
section.lp2__apply-form .lp2-section__heading-wrapp .lp2-section__heading {
  margin-bottom: 15px;
}
section.lp2__apply-form .submit-section {
  text-align: center;
}
section.lp2__apply-form .form-check {
  margin-top: 30px;
}
section.lp2__apply-form .form-check input {
  transform: scale(1.5);
  margin-top: 10px;
}
section.lp2__apply-form .form-check label {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .landing-teams .landing-header-2 {
    padding: 50px 0 20px 0;
  }
}
.landing-teams .landing-header-2 .lh__description {
  margin-bottom: 50px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .landing-teams .landing-header-2 .lh__description {
    font-size: 3rem;
  }
}
.landing-teams .landing-header-2 .lh__title {
  font-size: 4rem;
}
@media (min-width: 992px) {
  .landing-teams .landing-header-2 .lh__title {
    font-size: 6rem;
  }
}

.lt-about {
  text-align: center;
  font-size: 23px;
}
.lt-about img {
  max-width: 130px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .lt-about {
    font-size: 29px;
  }
}

.lt-isforteams {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 100px 0 50px;
}

.lt-howcanhelp .section__content {
  background-color: #014296;
  padding: 30px 0 0;
  color: #ffffff;
  font-weight: bold;
}

.lt-howcanhelpfeatures {
  padding-bottom: 50px;
}

.lt-feature {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .lt-feature {
    text-align: left;
  }
}
.lt-feature img {
  max-width: 50px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .lt-feature img {
    max-width: 120px;
  }
}

.lt__whyonline img {
  max-width: 60px;
}
.lt__whyonline .lp2-section__content > .row {
  row-gap: 30px;
}

.lt__whatteamgets {
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(0deg, rgb(173, 229, 255) 0%, rgb(254, 239, 236) 100%);
}

.lt__packages {
  text-align: center;
}
.lt__packages .package__wrapp {
  padding: 30px 15px;
}

.single-package {
  box-shadow: 0px 7px 15px 0px rgba(32, 34, 139, 0.2);
}

.lt__packages-list {
  margin-bottom: 50px;
}
.lt__packages-list .package__title {
  background-color: #F6F6FF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.lt__packages-list .package__title h2 {
  font-size: 25px;
}
@media (min-width: 992px) {
  .lt__packages-list .package__title h2 {
    font-size: 45px;
  }
}
.lt__packages-list .package__title p {
  margin-bottom: 0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .lt__packages-list .package__title p {
    font-size: 35px;
  }
}

.lt__package-card {
  color: #ffffff;
  background-color: #9BCFFC;
  border-radius: 10px;
  padding: 15px 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .lt__package-card {
    margin-bottom: 0;
  }
}
.lt__package-card.--bestbuy {
  background-color: #3690CD;
}
.lt__package-card .--price {
  font-size: 18px;
  border-bottom: 5px solid #ffffff;
}
@media (min-width: 992px) {
  .lt__package-card .--price {
    font-size: 30px;
  }
}
.lt__package-card .--description {
  font-size: 15px;
}
@media (min-width: 992px) {
  .lt__package-card .--description {
    font-size: 20px;
  }
}
.lt__package-card p {
  margin-bottom: 0;
}

.lt__logos {
  text-align: center;
}
.lt__logos .--illustration {
  margin-top: 30px;
}

.lt__warranty {
  text-align: center;
}
.lt__warranty .section__header {
  padding: 30px 0;
  background: linear-gradient(0deg, rgb(119, 200, 255) 0%, rgb(250, 128, 133) 100%);
  color: #ffffff;
  margin-bottom: 30px;
}
.lt__warranty .section__header .--heading {
  font-size: 50px;
}
@media (min-width: 992px) {
  .lt__warranty .section__header .--heading {
    font-size: 60px;
  }
}

.landing-page-hr-1 {
  background: #ffffff;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .landing-page-hr-1 {
    font-size: 23.2px;
    font-size: 1.45rem;
  }
}
.landing-page-hr-1 section {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .landing-page-hr-1 section {
    margin-top: 100px;
  }
}
.landing-page-hr-1 .--blue {
  font-weight: bold;
}
.landing-page-hr-1 .--pink {
  color: #EA9AA3;
}
.landing-page-hr-1 p.big {
  font-size: 25px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .landing-page-hr-1 p.big {
    font-size: 35px;
  }
}
.landing-page-hr-1 p.bigger {
  font-size: 45px;
  margin-bottom: 0;
}
.landing-page-hr-1 .apply-form__wrapp input {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid;
  background: transparent;
}
.landing-page-hr-1 .apply-form__wrapp input:active, .landing-page-hr-1 .apply-form__wrapp input:focus {
  outline: 0 !important;
  box-shadow: none;
}
.landing-page-hr-1 .apply-form__wrapp input[type=checkbox] {
  border: 0;
}
.landing-page-hr-1 .apply-form__wrapp .form-group {
  margin-bottom: 30px !important;
}
.landing-page-hr-1 .apply-form__wrapp button {
  background-image: linear-gradient(270deg, #ff7e81 0%, #78c9ff 100%);
  color: #ffffff;
  transition: all 0.3s ease;
}
.landing-page-hr-1 .apply-form__wrapp button:hover {
  background-image: linear-gradient(180deg, #ff7e81 0%, #78c9ff 100%);
}

.landing-hr-header-2 {
  background-position: right bottom;
  background-repeat: no-repeat, no-repeat;
  padding: 50px 0;
}
.landing-hr-header-2.--mobile {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .landing-hr-header-2 {
    padding: 100px 0 50px 0;
  }
}
.landing-hr-header-2 .-element1 {
  max-width: 150px;
  position: absolute;
  top: -100px;
  right: 50%;
}
.landing-hr-header-2 .lh__title {
  font-size: 32px;
  font-size: 2rem;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .landing-hr-header-2 .lh__title {
    margin: 50px 0 30px;
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.landing-hr-header-2 .lh__description {
  margin-bottom: 100px;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-top: 80px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .landing-hr-header-2 .lh__description {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 0;
  }
}
.landing-hr-header-2 .lh__mb-logo {
  width: 206px;
}
@media (min-width: 992px) {
  .landing-hr-header-2 .lh__mb-logo {
    width: 320px;
  }
}

.lp2-section__heading {
  display: inline-block;
}

h2.lp2-section__heading {
  font-size: 27.2px;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  h2.lp2-section__heading {
    font-size: 48px;
    font-size: 3rem;
  }
}

h3.lp2-section__heading {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  h3.lp2-section__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}

section.lp2__about-mb {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.lp2__about-mb {
    margin-top: 0;
  }
}
section.lp2__about-mb .lp2-section__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

section.lp1hr__starttoday .--card {
  display: inline-block;
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  border-radius: 20px;
  padding: 50px;
  margin-top: 50px;
}
section.lp1hr__starttoday .--card p {
  margin: 0;
  font-size: 45px;
}
section.lp1hr__starttoday .--icons {
  margin-top: 50px;
  margin-bottom: 50px;
}
section.lp1hr__starttoday .--icons img {
  margin-right: 50px;
}
section.lp1hr__starttoday .--icons img:last-of-type {
  margin-right: 0;
}

section.lp1hr__timewaste {
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  padding: 50px 0;
}
@media (min-width: 992px) {
  section.lp1hr__timewaste {
    background: url("assets/img/lp1hr/illustration-timewaste.png") no-repeat right center, linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  }
}
section.lp1hr__timewaste li {
  margin-bottom: 30px;
}

section.lp1hr__whatyoudo {
  background: linear-gradient(90deg, rgb(233, 251, 255) 0%, rgb(244, 253, 255) 31%, rgb(240, 238, 252) 81%);
  padding-top: 50px;
}
@media (min-width: 992px) {
  section.lp1hr__whatyoudo {
    padding: 50px 0;
  }
}

section.lp1hr__showhow p {
  font-size: 20px;
}
section.lp1hr__showhow .--feature-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}

section.lp1hr__startnow {
  text-align: center;
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  padding: 50px 0;
}
section.lp1hr__startnow .-top-illustration {
  margin-top: -120px;
  margin-bottom: 50px;
}

section.lp1hr__learntroughexcersize {
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  padding: 50px 0;
  text-align: center;
}

section.lp1hr__rewardfirst100 {
  text-align: center;
}
section.lp1hr__rewardfirst100 img {
  width: 130px;
}
section.lp1hr__rewardfirst100 .section__content {
  background-color: #F5F6FF;
  border-radius: 30px;
  padding: 50px;
}
@media (min-width: 992px) {
  section.lp1hr__rewardfirst100 .section__content {
    text-align: left;
    background: url("assets/img/lp1hr/illustration-x2.png") no-repeat 95% 95%, #F5F6FF;
  }
}

.lp1hr__liveguest {
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  padding: 50px 0;
}

section.lp1hr__courses-available {
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
}
@media (min-width: 992px) {
  section.lp1hr__courses-available {
    padding-top: 150px;
  }
}
section.lp1hr__courses-available .lp2-section__content {
  text-align: left;
}
section.lp1hr__courses-available .swiper-container {
  width: 100%;
  padding: 50px 100px;
}
section.lp1hr__courses-available .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
section.lp1hr__courses-available .swiper-wrapper {
  max-width: 800px;
}
section.lp1hr__courses-available .archive-single-course {
  min-width: 300px;
}

section.lp1hr__first1002 {
  text-align: center;
  padding: 50px 0;
}
section.lp1hr__first1002 .section__content {
  padding: 50px 15px 15px;
  background-color: #F5F6FF;
  border-radius: 30px;
}
@media (min-width: 992px) {
  section.lp1hr__first1002 .section__content {
    padding: 50px;
  }
}
section.lp1hr__first1002 .--illustration {
  margin-top: -120px;
  margin-bottom: 50px;
}

section.lp1hr__gonow {
  background: linear-gradient(0deg, rgb(202, 234, 255) 0%, rgb(253, 210, 212) 100%);
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 767px) {
  section.lp1hr__groupandcertificate .--illustration {
    max-width: 150px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section.lp1hr__moneyback {
    margin-bottom: 100px;
  }
}

section.lp2__apply-form {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 150px 0 50px;
  margin-top: -120px;
}
@media (min-width: 992px) {
  section.lp2__apply-form {
    margin-top: 0;
  }
}
section.lp2__apply-form .apply-form__wrapp {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
section.lp2__apply-form .lp2-section__heading {
  border-bottom-color: #0004D9;
  margin-bottom: 50px;
}
section.lp2__apply-form .lp2-section__heading-wrapp {
  text-align: center;
}
section.lp2__apply-form .lp2-section__heading-wrapp .lp2-section__heading {
  margin-bottom: 15px;
}
section.lp2__apply-form .submit-section {
  text-align: center;
}
section.lp2__apply-form .form-check {
  margin-top: 30px;
}
section.lp2__apply-form .form-check input {
  transform: scale(1.5);
  margin-top: 10px;
}
section.lp2__apply-form .form-check label {
  margin-left: 10px;
}

.landing-page-juka {
  background: #ffffff;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .landing-page-juka {
    font-size: 23.2px;
    font-size: 1.45rem;
  }
}
.landing-page-juka section {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .landing-page-juka section {
    margin-top: 100px;
  }
}
.landing-page-juka .--narrow {
  max-width: 900px;
}
.landing-page-juka .--blue {
  font-weight: bold;
}
.landing-page-juka .--pink {
  color: #EA9AA3;
}
.landing-page-juka .--logo {
  margin: 10px 0;
  height: 30px;
}
.landing-page-juka p.big {
  font-size: 25px;
}
@media (min-width: 992px) {
  .landing-page-juka p.big {
    font-size: 35px;
  }
}
.landing-page-juka p.bigger {
  font-size: 45px;
  margin-bottom: 0;
}
.landing-page-juka section.antrfile {
  background: #82AADE;
  color: white;
  padding-top: 30px;
}
.landing-page-juka .apply-form__wrapp input {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid;
  background: transparent;
}
.landing-page-juka .apply-form__wrapp input:active, .landing-page-juka .apply-form__wrapp input:focus {
  outline: 0 !important;
  box-shadow: none;
}
.landing-page-juka .apply-form__wrapp input[type=checkbox] {
  border: 0;
}
.landing-page-juka .apply-form__wrapp .form-group {
  margin-bottom: 30px !important;
}
.landing-page-juka .apply-form__wrapp button {
  background-image: linear-gradient(270deg, #ff7e81 0%, #78c9ff 100%);
  color: #ffffff;
  transition: all 0.3s ease;
}
.landing-page-juka .apply-form__wrapp button:hover {
  background-image: linear-gradient(180deg, #ff7e81 0%, #78c9ff 100%);
}
.landing-page-juka .landing-juka-header {
  background-position: right bottom;
  background-repeat: no-repeat, no-repeat;
  padding: 50px 0;
  background-color: #3C6396;
  color: #ffffff;
}
.landing-page-juka .landing-juka-header.--mobile {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .landing-page-juka .landing-juka-header {
    padding: 25px 0 50px 0;
  }
}
.landing-page-juka .landing-juka-header .-element1 {
  max-width: 150px;
  position: absolute;
  top: -100px;
  right: 50%;
}
.landing-page-juka .landing-juka-header .lh__title {
  font-size: 32px;
  font-size: 2rem;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .landing-page-juka .landing-juka-header .lh__title {
    margin: 50px 0 30px;
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.landing-page-juka .landing-juka-header .lh__description {
  margin-bottom: 100px;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-top: 80px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .landing-page-juka .landing-juka-header .lh__description {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 0;
  }
}
.landing-page-juka .landing-juka-header .lh__mb-logo {
  width: 206px;
}
@media (min-width: 992px) {
  .landing-page-juka .landing-juka-header .lh__mb-logo {
    width: 320px;
  }
}
.landing-page-juka .section__heading {
  display: inline-block;
}
.landing-page-juka h2.section__heading {
  font-size: 27.2px;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .landing-page-juka h2.section__heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
.landing-page-juka h3.section__heading {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .landing-page-juka h3.section__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
.landing-page-juka .antrfile {
  background-color: #82AADE;
  color: #ffffff;
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-page-juka .adsuccess {
  background-color: #E3EFFF;
  padding: 50px 0;
  text-align: center;
}
.landing-page-juka .mentor {
  background-color: #E3EFFF;
  padding: 100px 0 50px;
  text-align: center;
  position: relative;
  margin-top: 150px;
}
.landing-page-juka .mentor .top-icon {
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.landing-page-juka .firststep .section__content {
  background-color: #E3EFFF;
  padding: 30px 0;
}
.landing-page-juka .nolist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .landing-page-juka .gift .-icon {
    max-width: 130px;
  }
}

section.lp2__about-mb {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section.lp2__about-mb {
    margin-top: 0;
  }
}
section.lp2__about-mb .lp2-section__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

section.lp1hr__starttoday .--card {
  display: inline-block;
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  border-radius: 20px;
  padding: 50px;
  margin-top: 50px;
}
section.lp1hr__starttoday .--card p {
  margin: 0;
  font-size: 45px;
}
section.lp1hr__starttoday .--icons {
  margin-top: 50px;
  margin-bottom: 50px;
}
section.lp1hr__starttoday .--icons img {
  margin-right: 50px;
}
section.lp1hr__starttoday .--icons img:last-of-type {
  margin-right: 0;
}

section.lp1hr__timewaste {
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  padding: 50px 0;
}
@media (min-width: 992px) {
  section.lp1hr__timewaste {
    background: url("assets/img/lp1hr/illustration-timewaste.png") no-repeat right center, linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  }
}
section.lp1hr__timewaste li {
  margin-bottom: 30px;
}

section.lp1hr__whatyoudo {
  background: linear-gradient(90deg, rgb(233, 251, 255) 0%, rgb(244, 253, 255) 31%, rgb(240, 238, 252) 81%);
  padding-top: 50px;
}
@media (min-width: 992px) {
  section.lp1hr__whatyoudo {
    padding: 50px 0;
  }
}

section.lp1hr__showhow p {
  font-size: 20px;
}
section.lp1hr__showhow .--feature-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}

section.lp1hr__startnow {
  text-align: center;
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  padding: 50px 0;
}
section.lp1hr__startnow .-top-illustration {
  margin-top: -120px;
  margin-bottom: 50px;
}

section.lp1hr__learntroughexcersize {
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  padding: 50px 0;
  text-align: center;
}

section.lp1hr__rewardfirst100 {
  text-align: center;
}
section.lp1hr__rewardfirst100 img {
  width: 130px;
}
section.lp1hr__rewardfirst100 .section__content {
  background-color: #F5F6FF;
  border-radius: 30px;
  padding: 50px;
}
@media (min-width: 992px) {
  section.lp1hr__rewardfirst100 .section__content {
    text-align: left;
    background: url("assets/img/lp1hr/illustration-x2.png") no-repeat 95% 95%, #F5F6FF;
  }
}

.lp1hr__liveguest {
  background: linear-gradient(180deg, rgb(254, 243, 241) 0%, rgb(212, 241, 255) 100%);
  padding: 50px 0;
}

section.lp1hr__courses-available {
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
}
@media (min-width: 992px) {
  section.lp1hr__courses-available {
    padding-top: 150px;
  }
}
section.lp1hr__courses-available .lp2-section__content {
  text-align: left;
}
section.lp1hr__courses-available .swiper-container {
  width: 100%;
  padding: 50px 100px;
}
section.lp1hr__courses-available .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
}
section.lp1hr__courses-available .swiper-wrapper {
  max-width: 800px;
}
section.lp1hr__courses-available .archive-single-course {
  min-width: 300px;
}

section.lp1hr__first1002 {
  text-align: center;
  padding: 50px 0;
}
section.lp1hr__first1002 .section__content {
  padding: 50px 15px 15px;
  background-color: #F5F6FF;
  border-radius: 30px;
}
@media (min-width: 992px) {
  section.lp1hr__first1002 .section__content {
    padding: 50px;
  }
}
section.lp1hr__first1002 .--illustration {
  margin-top: -120px;
  margin-bottom: 50px;
}

section.lp1hr__gonow {
  background: linear-gradient(0deg, rgb(202, 234, 255) 0%, rgb(253, 210, 212) 100%);
  padding: 50px 0;
  text-align: center;
}

@media (max-width: 767px) {
  section.lp1hr__groupandcertificate .--illustration {
    max-width: 150px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  section.lp1hr__moneyback {
    margin-bottom: 100px;
  }
}

section.lp2__apply-form {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 150px 0 50px;
  margin-top: -120px;
}
@media (min-width: 992px) {
  section.lp2__apply-form {
    margin-top: 0;
  }
}
section.lp2__apply-form .apply-form__wrapp {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
section.lp2__apply-form .section__heading {
  border-bottom-color: #0004D9;
  margin-bottom: 50px;
}
section.lp2__apply-form .section__heading-wrapp {
  text-align: center;
}
section.lp2__apply-form .section__heading-wrapp .section__heading {
  margin-bottom: 15px;
}
section.lp2__apply-form .submit-section {
  text-align: center;
}
section.lp2__apply-form .form-check {
  margin-top: 30px;
}
section.lp2__apply-form .form-check input {
  transform: scale(1.5);
  margin-top: 10px;
}
section.lp2__apply-form .form-check label {
  margin-left: 10px;
}

.landing-page-23 {
  background: #ffffff;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .landing-page-23 {
    font-size: 23.2px;
    font-size: 1.45rem;
  }
}
.landing-page-23 section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .landing-page-23 section {
    padding: 75px 0;
  }
}
.landing-page-23 #registerbutton {
  width: 100%;
}
.landing-page-23 .--narrow {
  max-width: 900px;
}
.landing-page-23 .--blue {
  font-weight: bold;
}
.landing-page-23 .--pink {
  color: #EA9AA3;
}
.landing-page-23 .--logo {
  margin: 10px 0;
  height: 40px;
  margin-bottom: 30px;
}
.landing-page-23 p.big {
  font-size: 25px;
}
@media (min-width: 992px) {
  .landing-page-23 p.big {
    font-size: 35px;
  }
}
.landing-page-23 p.bigger {
  font-size: 45px;
  margin-bottom: 0;
}
.landing-page-23 section.antrfile {
  background: #82AADE;
  color: white;
  padding-top: 30px;
}
.landing-page-23 .countdown {
  display: flex;
  text-align: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .landing-page-23 .countdown {
    -moz-column-gap: 30px;
         column-gap: 30px;
    font-size: 17px;
  }
}
.landing-page-23 .countdown .ctdwn-item {
  display: flex;
  border: 3px solid #C0B8E9;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  width: 75px;
  height: 75px;
}
@media (min-width: 992px) {
  .landing-page-23 .countdown .ctdwn-item {
    width: 100px;
    height: 101px;
    padding-top: 10px;
  }
}
.landing-page-23 .countdown .--big {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .landing-page-23 .countdown .--big {
    font-size: 45px;
  }
}
.landing-page-23 .countdown .ctdwn-seconds {
  color: #0004D9;
}
.landing-page-23 .landing-header {
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-color: #3C6396;
  background-size: cover;
}
.landing-page-23 .landing-header.--mobile {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .landing-page-23 .landing-header {
    padding: 25px 0 50px 0;
  }
}
.landing-page-23 .landing-header .-element1 {
  max-width: 150px;
  position: absolute;
  top: -100px;
  right: 50%;
}
.landing-page-23 .landing-header .lh__title {
  font-size: 48px;
  font-size: 3rem;
  color: white;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .landing-page-23 .landing-header .lh__title {
    margin: 50px 0 30px;
    font-size: 88px;
    font-size: 5.5rem;
    margin-bottom: 100px;
  }
}
.landing-page-23 .landing-header .lh__description {
  margin-bottom: 100px;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-top: 80px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .landing-page-23 .landing-header .lh__description {
    font-size: 56px;
    font-size: 3.5rem;
    margin-top: 0;
  }
}
.landing-page-23 .landing-header .lh__mb-logo {
  width: 206px;
}
@media (min-width: 992px) {
  .landing-page-23 .landing-header .lh__mb-logo {
    width: 320px;
  }
}
.landing-page-23 .section__heading {
  display: inline-block;
}
.landing-page-23 h2.section__heading {
  font-size: 27.2px;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .landing-page-23 h2.section__heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
.landing-page-23 h3.section__heading {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .landing-page-23 h3.section__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
.landing-page-23 .apply-form {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000000;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 6px 15px 27px -4px rgba(0, 0, 0, 0.16);
}
.landing-page-23 .apply-form .form-group {
  margin: 30px 0;
}
.landing-page-23 .talktous {
  background-color: #014296;
  color: #ffffff;
}
@media (min-width: 992px) {
  .landing-page-23 .talktous {
    margin-bottom: 0;
  }
  .landing-page-23 .talktous .--illustration {
    margin-bottom: -250px;
  }
}
.landing-page-23 .whatyouget {
  background-color: #E3EFFF;
}
.landing-page-23 .whatyouget ul.ul1 {
  list-style-type: none;
}
.landing-page-23 .whatyouget ul.ul1 li {
  display: flex;
}
.landing-page-23 .whatyouget ul.ul1 li::before {
  content: "•";
  color: #0004D9;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1em;
}
@media (min-width: 992px) {
  .landing-page-23 .whatyouget {
    padding-top: 150px;
  }
}
.landing-page-23 ul.checkmark-list2 {
  list-style-type: none;
}
.landing-page-23 ul.checkmark-list2 li {
  display: flex;
}
.landing-page-23 ul.checkmark-list2 li::before {
  content: "✓";
  color: #0004D9;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 35px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 25px;
}
.landing-page-23 ul.checkmark-list2.--white-list {
  list-style-type: none;
}
.landing-page-23 ul.checkmark-list2.--white-list li::before {
  color: #ffffff;
}
.landing-page-23 .allyoulearn {
  background-color: #014296;
  color: #ffffff;
}
.landing-page-23 .applynow1 {
  background-color: #EFEFEF;
}
.landing-page-23 .applynow2 {
  background-size: cover;
}
.landing-page-23 .faq {
  background-color: #EFEFEF;
}
.landing-page-23 .faq a {
  display: block;
}
.landing-page-23 .faq a:hover {
  cursor: pointer;
}
.landing-page-23 .warranty img {
  width: 100%;
}
.landing-page-23 .antrfile {
  background-color: #82AADE;
  color: #ffffff;
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.--invert {
  color: #ffffff;
  background-color: #000000;
}

.cta-banner-hero {
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 992px) {
  .cta-banner-hero {
    background-image: url("assets/img/hero-illustration.jpg");
  }
}
.cta-banner-hero .button-cta {
  margin-top: 10px;
}
.cta-banner-hero .container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .cta-banner-hero .container {
    padding: 100px 0;
  }
}

.cta-banner-hero-mobile {
  padding-bottom: 50px;
  background-image: url("assets/img/hero-illustration-mobile-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.cta-banner-hero-mobile .button-cta {
  margin-top: 50px;
}
.cta-banner-hero-mobile .hero__title {
  text-align: center;
  font-size: 45px;
}
@media (min-width: 992px) {
  .cta-banner-hero-mobile .hero__title {
    font-size: 70px;
    text-align: left;
  }
}
.cta-banner-hero-mobile .container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .cta-banner-hero-mobile .container {
    padding: 100px 0;
  }
}
.cta-banner-hero-mobile .hero__illustration {
  margin-bottom: 50px;
}

.hero__title {
  font-size: 52.8px;
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 50px;
}

.hero__cta-description {
  font-size: 11.2px;
  font-size: 0.7rem;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .welcome-banner .welcome__title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.welcome-banner .welcome__title .--student {
  color: #6e6e6e;
}
.welcome-banner .module__single-lesson {
  margin: 20px 0;
  padding: 15px;
  background: white;
  border-radius: 10px;
}
.welcome-banner .lesson__featured {
  margin-bottom: 30px;
  border-radius: 20px;
}

.welcome-text {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .welcome-text {
    margin-top: 80px;
  }
}

.homepage__courses {
  background-color: #ffffff;
  padding: 30px 0;
}

.promo-banner {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .promo-banner {
    padding: 0px 0;
  }
}
.promo-banner.--white .banner-wrapp {
  background-color: #ffffff;
}
.promo-banner .banner-wrapp {
  border-radius: 20px;
}
.promo-banner .banner__content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .promo-banner .banner__content {
    padding: 25px 15px;
  }
}
@media (min-width: 992px) {
  .promo-banner .banner__content {
    padding: 50px 15px;
  }
}
.promo-banner .banner__content img {
  margin: 20px 0;
}

.homepage2 {
  background: #ffffff;
}
.homepage2 .hero__subtitle {
  font-size: 35px;
}
@media (min-width: 992px) {
  .homepage2 .hero__subtitle {
    font-size: 45px;
  }
}
.homepage2 .swiper-button-next:after, .homepage2 .swiper-button-prev:after {
  font-weight: bold;
  color: #0030ED;
}
.homepage2 .swiper-button-next {
  right: 0 !important;
}
.homepage2 .swiper-button-prev {
  left: 0 !important;
}
.homepage2 .swiper-container {
  padding: 0 50px;
}
.homepage2 .swiper-slide h2.list-post__title {
  font-size: 15px;
}
.homepage2 .swiper-slide .list-post__description, .homepage2 .swiper-slide .list-post__author, .homepage2 .swiper-slide .list-post__duration.--time {
  font-size: 11px;
}
.homepage2 .site-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.homepage2 .site-content {
  padding: 0;
  padding-top: 115px;
}
@media (min-width: 992px) {
  .homepage2 .site-content {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .homepage2 .profile__nav-link {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
  }
  .homepage2 .profile__nav-link a {
    margin-right: 15px;
  }
  .homepage2 .profile__nav-link a:last-of-type {
    margin-right: 0;
  }
}
.homepage2 .profile__nav-link .navbar-phone {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .homepage2 .profile__nav-link .navbar-phone {
    display: inline;
    margin-bottom: inherit;
  }
}
.homepage2 #site-navigation a {
  font-size: 18px;
}
@media (min-width: 992px) {
  .homepage2 #site-navigation a {
    font-size: 20px;
  }
}
.homepage2 #site-navigation .navbar-brand img {
  height: 45px;
}
@media (max-width: 767px) {
  .homepage2 #site-navigation {
    text-align: center;
  }
  .homepage2 #site-navigation .navbar-brand {
    margin: 0 auto;
  }
  .homepage2 #site-navigation .navbar-brand img {
    height: 30px;
  }
}
.homepage2 .cta-banner-hero {
  text-align: center;
  padding-bottom: 80px;
  background-image: url("assets/img/home2/hero-bg-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 992px) {
  .homepage2 .cta-banner-hero {
    text-align: left;
    background-image: url("assets/img/home2/homepage-bg.jpg");
  }
}
.homepage2 .cta-banner-hero .container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .homepage2 .cta-banner-hero .container {
    padding: 100px 0;
  }
}
.homepage2 .hero__title {
  font-size: 45px;
}
@media (min-width: 992px) {
  .homepage2 .hero__title {
    font-size: 70px;
  }
}
.homepage2 .pricing .p3_heading {
  font-size: 25px;
}
@media (min-width: 992px) {
  .homepage2 .pricing .p3_heading {
    font-size: 45px;
  }
}
.homepage2 .lp2__warranty .lp2-section__content {
  font-size: 23px;
}
.homepage2 .lp2__apply-form .section-title {
  font-size: 35px;
}
.homepage2 .lp2__apply-form .apply-form__wrapp {
  max-width: 756px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .homepage2 .featured-courses .section__title {
    font-size: 45px;
  }
}

.section__title,
.section__subtitle {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 25px;
}
@media (min-width: 992px) {
  .section__title,
  .section__subtitle {
    font-size: 45px;
    margin-bottom: 1em;
  }
}

.hero__signup-form {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 20px;
}
.hero__signup-form .submit-section {
  margin: 0;
}
.hero__signup-form .submit-section button {
  width: 100%;
}
.hero__signup-form .form-title {
  font-weight: normal;
}
.hero__signup-form .form-title b {
  font-weight: bold;
}

.why-digital-marketing {
  text-align: center;
}
@media (min-width: 992px) {
  .why-digital-marketing .section__title {
    margin-bottom: 3rem;
  }
}
.why-digital-marketing .section__subtitle {
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .why-digital-marketing .section__subtitle {
    margin-bottom: 100px;
    margin-top: 0;
  }
}

.promo-banner__wrapper {
  background: rgb(189, 221, 255);
}
.promo-banner__wrapper .--content {
  padding: 30px 15px;
}

@media (min-width: 992px) {
  .wdm__single-feature .icon {
    margin-top: -70px;
  }
}
.wdm__single-feature ul {
  text-align: left;
  font-size: 20px;
}
.wdm__single-feature .feature-title {
  font-size: 30px;
}
.wdm__single-feature .feature-subtitle {
  font-size: 23px;
}

.wdm__features {
  background: rgb(254, 239, 236);
  background: linear-gradient(180deg, rgb(254, 239, 236) 0%, rgb(173, 229, 255) 100%);
}
@media (min-width: 992px) {
  .wdm__features {
    padding-bottom: 50px;
  }
}

.how-masterbox-works {
  text-align: center;
}
.how-masterbox-works .section-header .d3d1 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .how-masterbox-works .section-header .d3d1 {
    display: none;
  }
}
.how-masterbox-works .section-title {
  font-size: 25px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .how-masterbox-works .section-title {
    font-size: 45px;
  }
}
.how-masterbox-works .section-subtitle {
  font-size: 23px;
}
.how-masterbox-works .hmw-title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .how-masterbox-works .hmw-title {
    font-size: 30px;
  }
}
.how-masterbox-works .hmw-description {
  font-size: 23px;
}
.how-masterbox-works .hmw-description .--blue {
  font-weight: normal;
}
@media (min-width: 992px) {
  .how-masterbox-works .mobile-icon {
    display: none;
  }
}
.how-masterbox-works .hmw__desktop-image {
  display: none;
}
@media (min-width: 992px) {
  .how-masterbox-works .hmw__desktop-image {
    display: block;
  }
}

.in-numbers {
  text-align: center;
}
@media (min-width: 992px) {
  .in-numbers {
    text-align: left;
  }
}
.in-numbers .section-title {
  font-size: 25px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .in-numbers .section-title {
    font-size: 45px;
  }
}
.in-numbers .section-content {
  background: #014296;
  padding: 30px 0;
  color: #ffffff;
}
.in-numbers p {
  font-size: 23px;
}
.in-numbers .--title {
  font-size: 45px;
  font-weight: bold;
}

.for-companies {
  padding: 50px 0;
}
.for-companies .fc__title {
  background: rgb(254, 239, 236);
  background: linear-gradient(180deg, rgb(254, 239, 236) 0%, rgb(173, 229, 255) 100%);
  text-align: center;
  padding: 30px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.for-companies .fc__title h3 {
  font-size: 45px;
}
.for-companies .fc__content {
  padding: 30px 0;
  font-size: 23px;
  text-align: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid #C0B8E9;
  border-top: 0;
}
@media (min-width: 992px) {
  .for-companies .fc__wrapper {
    padding: 0 20px;
  }
}

.warranty-divider {
  margin: 50px 0;
}

.social-icon-header {
  width: 35px;
  border-radius: 5px;
  margin-right: 15px;
}

.social-icon-header-text {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.featured-courses ul.nav {
  margin-bottom: 30px;
}
.featured-courses ul.nav .nav-item {
  margin: 0 15px 15px 0;
}
.featured-courses ul.nav .nav-item:last-of-type {
  margin-right: 0;
}
.featured-courses ul.nav .nav-link {
  border-radius: 50px;
  border: 2px solid #014296;
  font-size: 18px;
  color: #014296;
  transition: all 0.15s ease;
  letter-spacing: initial;
}
@media (min-width: 992px) {
  .featured-courses ul.nav .nav-link {
    font-size: 20px;
  }
}
.featured-courses ul.nav .nav-link:hover, .featured-courses ul.nav .nav-link.active {
  background: #014296;
  color: #ffffff;
}
.featured-courses .swiper-slide .archive-post__footer {
  display: contents;
}
.featured-courses .swiper-slide .play-btn-section {
  display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}/*# sourceMappingURL=style.css.map */