/*
Theme Name: bootScore
Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 5.3.0
Tested up to: 6.2.2
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

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

/* 
All style editing is done via scss/_bscore_custom.scss
*/

html {
    height: 100%;
    font-size: 16px;
    line-height: 1.15;
    font-family: Open Sans;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100vh;
    height: 100%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    line-height: 1.375rem;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #212326;
    font-weight: 400;
    font-family: "Source Sans 3",sans-serif;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    overflow-x: hidden;
    text-shadow: 0 0 1px transparent;
    text-rendering: optimizeLegibility;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    margin: 0;
    padding: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
h1 {
    font-size: 2em;
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 400;
    font-family: Barlow,sans-serif;
}
figcaption, figure, main {
    display: block;
}
figure {
    position: relative;
    margin-bottom: 1em;
    margin-bottom: 1rem;
    margin-top: 1em;
    margin-top: 0;
    margin-right: 40px;
    margin-right: 0;
    margin-left: 40px;
    margin-left: 0;
}
hr {
    height: 0;
    overflow: visible;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    font-size: 1em;
    font-family: monospace, monospace;
}
a {
    background-color: transparent;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #6f7282;
    color: #36394d;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none;
}
b, strong {
    font-weight: inherit;
    font-weight: bolder;
}
code, kbd, samp {
    font-size: 1em;
    font-family: monospace, monospace;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio, video {
    display: inline-block;
}
audio:not([controls]) {
    height: 0;
    display: none;
}
img {
    height: auto;
    max-width: 100%;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    font-family: sans-serif;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding-top: 0.35em;
    padding-top: 0;
    padding-right: 0.75em;
    padding-right: 0;
    padding-bottom: 0.625em;
    padding-bottom: 0;
    padding-left: 0.75em;
    padding-left: 0;
    border: 0;
}
legend {
    max-width: 100%;
    display: table;
    color: inherit;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    padding: 0;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font-family: inherit;
    -webkit-appearance: button;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin-top: 0;
}
.owl-carousel, .owl-carousel .owl-item {
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel {
    width: 100%;
    display: none;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.owl-carousel .owl-item {
    float: left;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    width: 100%;
    display: block;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
.owl-height {
    -moz-transition: height .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -moz-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    height: 100%;
    position: relative;
    background-color: #000;
}
.owl-carousel .owl-video-play-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    top: 50%;
    z-index: 1;
    -moz-transition: transform .1s ease;
    -webkit-transition: transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    background-image: url(owl.video.play.png);
    background-repeat: no-repeat;
}
.owl-carousel .owl-video-play-icon:hover {
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    height: 100%;
    opacity: 0;
    -moz-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.owl-carousel .owl-video-frame {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
a:hover, a:focus, a:active {
    color: #4c4e59;
}
.open a {
    -moz-transition: background-color 200ms ease,color 200ms ease;
    -webkit-transition: background-color 200ms ease,color 200ms ease;
    -o-transition: background-color 200ms ease,color 200ms ease;
    transition: background-color 200ms ease,color 200ms ease;
}
.button {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    -moz-transition: all 200ms ease,font-size 200ms ease;
    -webkit-transition: all 200ms ease,font-size 200ms ease;
    -o-transition: all 200ms ease,font-size 200ms ease;
    transition: all 200ms ease,font-size 200ms ease;
    font-weight: 600;
    text-decoration: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: "Source Sans 3",sans-serif;
    border: 2px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: 16px 24px;
}
.button:active, .button:hover, .button:focus {
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -moz-transition: all 300ms ease,box-shadow 400ms ease;
    -webkit-transition: all 300ms ease,box-shadow 400ms ease;
    -o-transition: all 300ms ease,box-shadow 400ms ease;
    transition: all 300ms ease,box-shadow 400ms ease;
}
.button-block {
    width: 100%;
    display: block;
}
.button-large {
    padding: 15px 30px;
}
.button-primary {
    background-color: #1e1c27;
    color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid transparent;
}
.button-primary:active, .button-primary:hover, .button-primary:focus {
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background-color: #403c54;
    color: #fff;
    border-color: transparent;
}
.button-secondary {
    background-color: transparent;
    color: #efeff1;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #ededf0;
}
.button-secondary:active, .button-secondary:hover, .button-secondary:focus {
    -moz-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    -webkit-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    -o-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    background-color: transparent;
    color: #efeff1;
    border-color: #c3c3cd;
}
form, input, textarea, label, fieldset, legend, select, optgroup, option, datalist, keygen, output {
    color: #212326;
    font-family: "Source Sans 3",sans-serif;
}
form:focus, input:focus, textarea:focus, label:focus, fieldset:focus, legend:focus, select:focus, optgroup:focus, option:focus, datalist:focus, keygen:focus, output:focus {
    outline-offset: -2px;
    outline: 2px solid #11BFE6;
    outline-style: solid;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -spec-appearance: none;
    appearance: none;
}
input[type="text"], input[type="text"]:active, input[type="text"]:hover, input[type="email"], input[type="email"]:active, input[type="email"]:hover, input[type="password"], input[type="password"]:active, input[type="password"]:hover, input[type="search"], input[type="search"]:active, input[type="search"]:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
input[type="text"]:active, input[type="text"]:hover, input[type="email"]:active, input[type="email"]:hover, input[type="password"]:active, input[type="password"]:hover, input[type="search"]:active, input[type="search"]:hover {
    border-color: #11BFE6;
}
input[type="checkbox"] {
    width: auto;
    margin-right: 0.5rem;
    display: inline-block;
}
select:active, select:hover {
    border-color: #11BFE6;
}
select.form__control {
    padding-right: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -spec-appearance: none;
    appearance: none;
}
.form__group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
    margin: 0 0 1rem;
}
.form__group:after, .form__group:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.form__group .input__group {
    width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -spec-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}
.form__group .input__group:last-child {
    margin-top: 1rem;
}
.form__group .form__notice {
    margin: 0;
}
.form__error-msg {
    font-size: 15.75px;
    display: inline-block;
    color: #e75725;
    font-weight: 400;
    margin: 0;
}
.form__label+.form__button-group {
    width: 100%;
    padding-top: 1rem;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -spec-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}
.form__label {
    font-size: 15.75px;
    line-height: 2;
    color: #212326;
    font-weight: bold;
}
.form__label input, .form__label textarea {
    display: block;
}
.form__label input[type="checkbox"] {
    width: auto;
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
}
.form__label--checkbox {
    font-weight: normal;
}
.form__remember-me, .form__forgot-password {
    font-size: 0.75rem;
    line-height: 2;
}
.form__forgot-password {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}
.form__select-label {
    width: 100%;
    position: relative;
    display: inline-block;
}
.form__select-label:after {
    font-size: 1.2rem;
    position: absolute;
    display: block;
    right: 14px;
    top: 50%;
    z-index: 102;
    font-family: "FontAwesome";
    content: "\f0d7";
    pointer-events: none;
}
.form__select-no-label {
    position: relative;
    display: inline-block;
}
.form__select-no-label:after {
    font-size: 1rem;
    position: absolute;
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    -spec-transform: translatey(-50%);
    display: block;
    right: 14px;
    top: 50%;
    z-index: 101;
    font-family: "FontAwesome";
    content: "\f0d7";
    pointer-events: none;
}
.form__search {
    position: relative;
    display: block;
}
.form__search:after {
    width: 1rem;
    height: 1rem;
    font-size: 22.5px;
    line-height: 1rem;
    position: absolute;
    text-align: center;
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    -spec-transform: translatey(-50%);
    display: inline-block;
    right: 1rem;
    top: 50%;
    color: #212326;
    font-family: "FontAwesome";
    content: "\f002";
    pointer-events: none;
}
.form__control {
    width: 100%;
    font-size: 18px;
    line-height: normal;
    display: block;
    background-color: #fff;
    -moz-transition: border-color 200ms ease,outline 200ms ease;
    -webkit-transition: border-color 200ms ease,outline 200ms ease;
    -o-transition: border-color 200ms ease,outline 200ms ease;
    transition: border-color 200ms ease,outline 200ms ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 2px solid #d9d9d9;
    padding: 12px;
}
.form__control[readonly] {
    background-color: #f7f7f7;
}
.form__control:active, .form__control:hover {
    -moz-transition: border-color 200ms ease,outline 200ms ease;
    -webkit-transition: border-color 200ms ease,outline 200ms ease;
    -o-transition: border-color 200ms ease,outline 200ms ease;
    transition: border-color 200ms ease,outline 200ms ease;
}
.form__control.form__control-search {
    padding-right: 32px;
}
.form__control.input--error {
    border: 2px solid #e75725;
}
.form__control.input--error:hover, .form__control.input--error:focus, .form__control.input--error:active {
    border-color: #e75725;
    outline-color: #e75725;
}
.form__control.input--success {
    border: 2px solid #216e2f;
}
.form__control.input--success:hover, .form__control.input--success:focus, .form__control.input--success:active {
    border-color: #216e2f;
    outline-color: #216e2f;
}
.form__notice, .form-error__list {
    width: 100%;
    font-size: 15.75px;
}
.form__notice {
    font-style: italic;
}
.form-error__list {
    color: #e75725;
}
.honeypot-field {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
}
::-webkit-input-placeholder {
    color: #909193;
}
::-moz-placeholder {
    color: #909193;
}
:-ms-input-placeholder {
    color: #909193;
}
:-moz-placeholder {
    color: #909193;
}
::placeholder {
    color: #909193;
}
ol, ul, li {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
.section__body ol, .section__body ul {
    margin-left: 2rem;
}
.section__body ul {
    list-style: initial;
}
figure img {
    width: 100%;
    display: block;
}
figcaption {
    width: 100%;
    font-size: 15.75px;
    position: absolute;
    left: 0;
    display: block;
    z-index: 0;
    bottom: 0;
    font-style: italic;
    padding: 0.5rem 1rem;
}
figcaption:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    opacity: 0.7;
    z-index: -1;
    background-color: #fff;
    content: "";
}
.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}
.embed-responsive {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.embed-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
[class*="__wrapper"]>[class*="__menu"] li {
    display: block;
}
[class*="__wrapper"]>[class*="__menu"] li a {
    position: relative;
    text-align: left;
    display: block;
    background-color: #fff;
    -moz-transition: color 0 ease;
    -webkit-transition: color 0 ease;
    -o-transition: color 0 ease;
    transition: color 0 ease;
    color: #6f7282;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 16px;
}
[class*="__wrapper"]>[class*="__menu"] li a:active, [class*="__wrapper"]>[class*="__menu"] li a:hover {
    color: #4c4e59;
}
[class*="__wrapper"]>[class*="__menu"] li a:before {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    background-color: #6f7282;
    -moz-transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    transition: width 200ms ease-in-out;
    content: "";
}
[class*="__wrapper"]>[class*="__menu"] li a:active:before, [class*="__wrapper"]>[class*="__menu"] li a:hover:before, [class*="__wrapper"]>[class*="__menu"] li a.active:before {
    width: 5px;
    -moz-transition: width 300ms ease-in-out;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.pagination {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.pagination:after, .pagination:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.pagination__pages {
    list-style: none;
}
.pagination__pages li {
    display: inline-block;
}
.pagination__pages li.active a {
    color: #6f7282;
}
.pagination__pages li.active a:after {
    content: "";
}
.pagination__pages a {
    font-size: 18px;
    position: relative;
    color: #4c4e59;
    font-weight: bold;
    text-decoration: none;
}
.pagination__pages a:active, .pagination__pages a:hover {
    color: #6f7282;
}
.pagination__pages .fa {
    font-size: 1rem;
    font-weight: normal;
    vertical-align: middle;
    margin: 0 5px;
}
.pagination__page-number {
    margin: 0 2.5px;
}
.pagination__page-number:active:after, .pagination__page-number:hover:after {
    content: "";
}
.pagination__page-number:after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #6f7282;
    bottom: -3px;
    content: none;
}
.card {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    -moz-transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -moz-transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -o-transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -webkit-transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -moz-transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -o-transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -webkit-transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -o-transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    color: #212326;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.card:active, .card:focus, .card:hover {
    -moz-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.15);
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.15);
    background-color: #f8f2e9;
    -moz-transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -webkit-transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -moz-transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -o-transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -webkit-transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -moz-transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    transition: -webkit-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -o-transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -webkit-transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    transition: -moz-transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    -o-transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    transition: transform 200ms ease,background-color 200ms ease,box-shadow 200ms ease;
    color: #212326;
}
.card h2, .card h3 {
    color: #212326;
}
.card a {
    text-decoration: none;
}
.card__img-container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.card__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.card__body-container {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.card__body {
    width: 100%;
    height: 100%;
    padding: 16px;
}
.card__category {
    font-size: 14px;
    margin-bottom: 8px;
    color: #212326;
    text-transform: uppercase;
}
.card__name {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.card__product-info {
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #212326;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
}
.card__product-info .toga-icon {
    margin-right: 8px;
}
.card__description {
    margin-bottom: 0;
    margin-top: 8px;
    display: -webkit-box;
    color: #212326;
    font-weight: 400;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.card__price {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: #212326;
}
.card__price-container {
    padding: 0 16px 16px;
}
.card__price-container strong {
    font-size: 20px;
    line-height: 1.35;
    margin-right: 8px;
    color: #212326;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    flex-shrink: 0;
}
.card__badge {
    display: inline-block;
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 12px;
}
.card__badge--presell {
    position: absolute;
    display: block;
    right: 16px;
    top: 16px;
    z-index: 103;
    background-color: #11BFE6;
    color: #fff;
}
.card__badge--free {
    background-color: #f0f8f1;
    color: #216e2f;
}
.card__reviews {
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #212326;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
}
.card__reviews .review__star {
    color: #fccd56;
}
.card__reviews-average {
    margin-left: 8px;
    color: #212326;
    font-weight: bold;
}
.card--community .toga-icon-people {
    font-size: 18px;
}
.card--category .card__body-container {
    padding: 16px;
}
.card--featured {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.card--featured .card__price-container {
    padding-left: 0;
}
.card--featured .card__button {
    margin: 16px;
}
.card--dashboard .card__name {
    text-align: center;
    margin-bottom: 32px;
    text-transform: none;
}
.card--dashboard .card__name--community {
    margin-bottom: 16px;
}
.card--dashboard .card__course-link {
    text-decoration: none;
}
.card--dashboard .card__course-link:focus {
    outline: transparent;
}
.card--dashboard .card__body {
    height: auto;
    position: relative;
}
.card--dashboard .card__body--large {
    padding: 46px 16px 0;
}
.card--dashboard .card__posts {
    line-height: 1;
    text-align: center;
    margin-bottom: 46px;
    margin-top: auto;
    color: #212326;
}
.card--dashboard .card__coming-soon {
    opacity: 0.75;
}
.card--dashboard .card__coming-soon .fa {
    display: block;
}
.card--dashboard .card__progress--circle {
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: left;
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    -spec-transform: translatex(-50%);
    left: 50%;
    top: -30px;
    z-index: 103;
    margin: 0 auto;
}
.card--dashboard .card__progress--circle .circle .fill, .card--dashboard .card__progress--circle .circle .mask {
    width: 60px;
    height: 60px;
    position: absolute;
    -moz-transition: -webkit-transform 400ms ease;
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -webkit-transform 400ms ease;
    -webkit-transition: -moz-transform 400ms ease;
    -moz-transition: transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    -o-transition: -moz-transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    transition: -moz-transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -spec-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card--dashboard .card__progress--circle .circle .mask {
    clip: rect(0, 60px, 60px, 30px);
}
.card--dashboard .card__progress--circle .circle .mask .fill {
    background-color: #11BFE6;
    clip: rect(0, 30px, 60px, 0);
}
.card--dashboard .card__progress--circle .progress__percentage {
    width: 54px;
    height: 54px;
    font-size: 0.75rem;
    line-height: 54px;
    position: absolute;
    text-align: center;
    margin-top: 3px;
    margin-left: 3px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    background-color: #fff;
    color: #11BFE6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-family: "Libre Baskerville",sans-serif;
}
.card--dashboard .card__progress--circle .progress__percentage:before {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    border: 1px solid #caccd6;
}
.card--dashboard .card__progress--circle[data-progress="1"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="1"] .circle .mask.full {
    -moz-transform: rotate(1.8deg);
    -webkit-transform: rotate(1.8deg);
    -o-transform: rotate(1.8deg);
    transform: rotate(1.8deg);
    -spec-transform: rotate(1.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="1"] .circle .fill.fix {
    -moz-transform: rotate(3.6deg);
    -webkit-transform: rotate(3.6deg);
    -o-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
    -spec-transform: rotate(3.6deg);
}
.card--dashboard .card__progress--circle[data-progress="2"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="2"] .circle .mask.full {
    -moz-transform: rotate(3.6deg);
    -webkit-transform: rotate(3.6deg);
    -o-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
    -spec-transform: rotate(3.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="2"] .circle .fill.fix {
    -moz-transform: rotate(7.2deg);
    -webkit-transform: rotate(7.2deg);
    -o-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
    -spec-transform: rotate(7.2deg);
}
.card--dashboard .card__progress--circle[data-progress="3"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="3"] .circle .mask.full {
    -moz-transform: rotate(5.4deg);
    -webkit-transform: rotate(5.4deg);
    -o-transform: rotate(5.4deg);
    transform: rotate(5.4deg);
    -spec-transform: rotate(5.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="3"] .circle .fill.fix {
    -moz-transform: rotate(10.8deg);
    -webkit-transform: rotate(10.8deg);
    -o-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
    -spec-transform: rotate(10.8deg);
}
.card--dashboard .card__progress--circle[data-progress="4"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="4"] .circle .mask.full {
    -moz-transform: rotate(7.2deg);
    -webkit-transform: rotate(7.2deg);
    -o-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
    -spec-transform: rotate(7.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="4"] .circle .fill.fix {
    -moz-transform: rotate(14.4deg);
    -webkit-transform: rotate(14.4deg);
    -o-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
    -spec-transform: rotate(14.4deg);
}
.card--dashboard .card__progress--circle[data-progress="5"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="5"] .circle .mask.full {
    -moz-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -o-transform: rotate(9deg);
    transform: rotate(9deg);
    -spec-transform: rotate(9deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="5"] .circle .fill.fix {
    -moz-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    -spec-transform: rotate(18deg);
}
.card--dashboard .card__progress--circle[data-progress="6"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="6"] .circle .mask.full {
    -moz-transform: rotate(10.8deg);
    -webkit-transform: rotate(10.8deg);
    -o-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
    -spec-transform: rotate(10.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="6"] .circle .fill.fix {
    -moz-transform: rotate(21.6deg);
    -webkit-transform: rotate(21.6deg);
    -o-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
    -spec-transform: rotate(21.6deg);
}
.card--dashboard .card__progress--circle[data-progress="7"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="7"] .circle .mask.full {
    -moz-transform: rotate(12.6deg);
    -webkit-transform: rotate(12.6deg);
    -o-transform: rotate(12.6deg);
    transform: rotate(12.6deg);
    -spec-transform: rotate(12.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="7"] .circle .fill.fix {
    -moz-transform: rotate(25.2deg);
    -webkit-transform: rotate(25.2deg);
    -o-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
    -spec-transform: rotate(25.2deg);
}
.card--dashboard .card__progress--circle[data-progress="8"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="8"] .circle .mask.full {
    -moz-transform: rotate(14.4deg);
    -webkit-transform: rotate(14.4deg);
    -o-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
    -spec-transform: rotate(14.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="8"] .circle .fill.fix {
    -moz-transform: rotate(28.8deg);
    -webkit-transform: rotate(28.8deg);
    -o-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
    -spec-transform: rotate(28.8deg);
}
.card--dashboard .card__progress--circle[data-progress="9"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="9"] .circle .mask.full {
    -moz-transform: rotate(16.2deg);
    -webkit-transform: rotate(16.2deg);
    -o-transform: rotate(16.2deg);
    transform: rotate(16.2deg);
    -spec-transform: rotate(16.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="9"] .circle .fill.fix {
    -moz-transform: rotate(32.4deg);
    -webkit-transform: rotate(32.4deg);
    -o-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
    -spec-transform: rotate(32.4deg);
}
.card--dashboard .card__progress--circle[data-progress="10"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="10"] .circle .mask.full {
    -moz-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    -spec-transform: rotate(18deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="10"] .circle .fill.fix {
    -moz-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
    -spec-transform: rotate(36deg);
}
.card--dashboard .card__progress--circle[data-progress="11"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="11"] .circle .mask.full {
    -moz-transform: rotate(19.8deg);
    -webkit-transform: rotate(19.8deg);
    -o-transform: rotate(19.8deg);
    transform: rotate(19.8deg);
    -spec-transform: rotate(19.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="11"] .circle .fill.fix {
    -moz-transform: rotate(39.6deg);
    -webkit-transform: rotate(39.6deg);
    -o-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
    -spec-transform: rotate(39.6deg);
}
.card--dashboard .card__progress--circle[data-progress="12"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="12"] .circle .mask.full {
    -moz-transform: rotate(21.6deg);
    -webkit-transform: rotate(21.6deg);
    -o-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
    -spec-transform: rotate(21.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="12"] .circle .fill.fix {
    -moz-transform: rotate(43.2deg);
    -webkit-transform: rotate(43.2deg);
    -o-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
    -spec-transform: rotate(43.2deg);
}
.card--dashboard .card__progress--circle[data-progress="13"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="13"] .circle .mask.full {
    -moz-transform: rotate(23.4deg);
    -webkit-transform: rotate(23.4deg);
    -o-transform: rotate(23.4deg);
    transform: rotate(23.4deg);
    -spec-transform: rotate(23.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="13"] .circle .fill.fix {
    -moz-transform: rotate(46.8deg);
    -webkit-transform: rotate(46.8deg);
    -o-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
    -spec-transform: rotate(46.8deg);
}
.card--dashboard .card__progress--circle[data-progress="14"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="14"] .circle .mask.full {
    -moz-transform: rotate(25.2deg);
    -webkit-transform: rotate(25.2deg);
    -o-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
    -spec-transform: rotate(25.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="14"] .circle .fill.fix {
    -moz-transform: rotate(50.4deg);
    -webkit-transform: rotate(50.4deg);
    -o-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
    -spec-transform: rotate(50.4deg);
}
.card--dashboard .card__progress--circle[data-progress="15"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="15"] .circle .mask.full {
    -moz-transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    transform: rotate(27deg);
    -spec-transform: rotate(27deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="15"] .circle .fill.fix {
    -moz-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    transform: rotate(54deg);
    -spec-transform: rotate(54deg);
}
.card--dashboard .card__progress--circle[data-progress="16"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="16"] .circle .mask.full {
    -moz-transform: rotate(28.8deg);
    -webkit-transform: rotate(28.8deg);
    -o-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
    -spec-transform: rotate(28.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="16"] .circle .fill.fix {
    -moz-transform: rotate(57.6deg);
    -webkit-transform: rotate(57.6deg);
    -o-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
    -spec-transform: rotate(57.6deg);
}
.card--dashboard .card__progress--circle[data-progress="17"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="17"] .circle .mask.full {
    -moz-transform: rotate(30.6deg);
    -webkit-transform: rotate(30.6deg);
    -o-transform: rotate(30.6deg);
    transform: rotate(30.6deg);
    -spec-transform: rotate(30.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="17"] .circle .fill.fix {
    -moz-transform: rotate(61.2deg);
    -webkit-transform: rotate(61.2deg);
    -o-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
    -spec-transform: rotate(61.2deg);
}
.card--dashboard .card__progress--circle[data-progress="18"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="18"] .circle .mask.full {
    -moz-transform: rotate(32.4deg);
    -webkit-transform: rotate(32.4deg);
    -o-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
    -spec-transform: rotate(32.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="18"] .circle .fill.fix {
    -moz-transform: rotate(64.8deg);
    -webkit-transform: rotate(64.8deg);
    -o-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
    -spec-transform: rotate(64.8deg);
}
.card--dashboard .card__progress--circle[data-progress="19"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="19"] .circle .mask.full {
    -moz-transform: rotate(34.2deg);
    -webkit-transform: rotate(34.2deg);
    -o-transform: rotate(34.2deg);
    transform: rotate(34.2deg);
    -spec-transform: rotate(34.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="19"] .circle .fill.fix {
    -moz-transform: rotate(68.4deg);
    -webkit-transform: rotate(68.4deg);
    -o-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
    -spec-transform: rotate(68.4deg);
}
.card--dashboard .card__progress--circle[data-progress="20"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="20"] .circle .mask.full {
    -moz-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
    -spec-transform: rotate(36deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="20"] .circle .fill.fix {
    -moz-transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
    -spec-transform: rotate(72deg);
}
.card--dashboard .card__progress--circle[data-progress="21"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="21"] .circle .mask.full {
    -moz-transform: rotate(37.8deg);
    -webkit-transform: rotate(37.8deg);
    -o-transform: rotate(37.8deg);
    transform: rotate(37.8deg);
    -spec-transform: rotate(37.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="21"] .circle .fill.fix {
    -moz-transform: rotate(75.6deg);
    -webkit-transform: rotate(75.6deg);
    -o-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
    -spec-transform: rotate(75.6deg);
}
.card--dashboard .card__progress--circle[data-progress="22"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="22"] .circle .mask.full {
    -moz-transform: rotate(39.6deg);
    -webkit-transform: rotate(39.6deg);
    -o-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
    -spec-transform: rotate(39.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="22"] .circle .fill.fix {
    -moz-transform: rotate(79.2deg);
    -webkit-transform: rotate(79.2deg);
    -o-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
    -spec-transform: rotate(79.2deg);
}
.card--dashboard .card__progress--circle[data-progress="23"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="23"] .circle .mask.full {
    -moz-transform: rotate(41.4deg);
    -webkit-transform: rotate(41.4deg);
    -o-transform: rotate(41.4deg);
    transform: rotate(41.4deg);
    -spec-transform: rotate(41.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="23"] .circle .fill.fix {
    -moz-transform: rotate(82.8deg);
    -webkit-transform: rotate(82.8deg);
    -o-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
    -spec-transform: rotate(82.8deg);
}
.card--dashboard .card__progress--circle[data-progress="24"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="24"] .circle .mask.full {
    -moz-transform: rotate(43.2deg);
    -webkit-transform: rotate(43.2deg);
    -o-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
    -spec-transform: rotate(43.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="24"] .circle .fill.fix {
    -moz-transform: rotate(86.4deg);
    -webkit-transform: rotate(86.4deg);
    -o-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
    -spec-transform: rotate(86.4deg);
}
.card--dashboard .card__progress--circle[data-progress="25"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="25"] .circle .mask.full {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -spec-transform: rotate(45deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="25"] .circle .fill.fix {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -spec-transform: rotate(90deg);
}
.card--dashboard .card__progress--circle[data-progress="26"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="26"] .circle .mask.full {
    -moz-transform: rotate(46.8deg);
    -webkit-transform: rotate(46.8deg);
    -o-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
    -spec-transform: rotate(46.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="26"] .circle .fill.fix {
    -moz-transform: rotate(93.6deg);
    -webkit-transform: rotate(93.6deg);
    -o-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
    -spec-transform: rotate(93.6deg);
}
.card--dashboard .card__progress--circle[data-progress="27"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="27"] .circle .mask.full {
    -moz-transform: rotate(48.6deg);
    -webkit-transform: rotate(48.6deg);
    -o-transform: rotate(48.6deg);
    transform: rotate(48.6deg);
    -spec-transform: rotate(48.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="27"] .circle .fill.fix {
    -moz-transform: rotate(97.2deg);
    -webkit-transform: rotate(97.2deg);
    -o-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
    -spec-transform: rotate(97.2deg);
}
.card--dashboard .card__progress--circle[data-progress="28"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="28"] .circle .mask.full {
    -moz-transform: rotate(50.4deg);
    -webkit-transform: rotate(50.4deg);
    -o-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
    -spec-transform: rotate(50.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="28"] .circle .fill.fix {
    -moz-transform: rotate(100.8deg);
    -webkit-transform: rotate(100.8deg);
    -o-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
    -spec-transform: rotate(100.8deg);
}
.card--dashboard .card__progress--circle[data-progress="29"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="29"] .circle .mask.full {
    -moz-transform: rotate(52.2deg);
    -webkit-transform: rotate(52.2deg);
    -o-transform: rotate(52.2deg);
    transform: rotate(52.2deg);
    -spec-transform: rotate(52.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="29"] .circle .fill.fix {
    -moz-transform: rotate(104.4deg);
    -webkit-transform: rotate(104.4deg);
    -o-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
    -spec-transform: rotate(104.4deg);
}
.card--dashboard .card__progress--circle[data-progress="30"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="30"] .circle .mask.full {
    -moz-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    transform: rotate(54deg);
    -spec-transform: rotate(54deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="30"] .circle .fill.fix {
    -moz-transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
    -spec-transform: rotate(108deg);
}
.card--dashboard .card__progress--circle[data-progress="31"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="31"] .circle .mask.full {
    -moz-transform: rotate(55.8deg);
    -webkit-transform: rotate(55.8deg);
    -o-transform: rotate(55.8deg);
    transform: rotate(55.8deg);
    -spec-transform: rotate(55.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="31"] .circle .fill.fix {
    -moz-transform: rotate(111.6deg);
    -webkit-transform: rotate(111.6deg);
    -o-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
    -spec-transform: rotate(111.6deg);
}
.card--dashboard .card__progress--circle[data-progress="32"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="32"] .circle .mask.full {
    -moz-transform: rotate(57.6deg);
    -webkit-transform: rotate(57.6deg);
    -o-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
    -spec-transform: rotate(57.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="32"] .circle .fill.fix {
    -moz-transform: rotate(115.2deg);
    -webkit-transform: rotate(115.2deg);
    -o-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
    -spec-transform: rotate(115.2deg);
}
.card--dashboard .card__progress--circle[data-progress="33"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="33"] .circle .mask.full {
    -moz-transform: rotate(59.4deg);
    -webkit-transform: rotate(59.4deg);
    -o-transform: rotate(59.4deg);
    transform: rotate(59.4deg);
    -spec-transform: rotate(59.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="33"] .circle .fill.fix {
    -moz-transform: rotate(118.8deg);
    -webkit-transform: rotate(118.8deg);
    -o-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
    -spec-transform: rotate(118.8deg);
}
.card--dashboard .card__progress--circle[data-progress="34"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="34"] .circle .mask.full {
    -moz-transform: rotate(61.2deg);
    -webkit-transform: rotate(61.2deg);
    -o-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
    -spec-transform: rotate(61.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="34"] .circle .fill.fix {
    -moz-transform: rotate(122.4deg);
    -webkit-transform: rotate(122.4deg);
    -o-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
    -spec-transform: rotate(122.4deg);
}
.card--dashboard .card__progress--circle[data-progress="35"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="35"] .circle .mask.full {
    -moz-transform: rotate(63deg);
    -webkit-transform: rotate(63deg);
    -o-transform: rotate(63deg);
    transform: rotate(63deg);
    -spec-transform: rotate(63deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="35"] .circle .fill.fix {
    -moz-transform: rotate(126deg);
    -webkit-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    transform: rotate(126deg);
    -spec-transform: rotate(126deg);
}
.card--dashboard .card__progress--circle[data-progress="36"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="36"] .circle .mask.full {
    -moz-transform: rotate(64.8deg);
    -webkit-transform: rotate(64.8deg);
    -o-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
    -spec-transform: rotate(64.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="36"] .circle .fill.fix {
    -moz-transform: rotate(129.6deg);
    -webkit-transform: rotate(129.6deg);
    -o-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
    -spec-transform: rotate(129.6deg);
}
.card--dashboard .card__progress--circle[data-progress="37"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="37"] .circle .mask.full {
    -moz-transform: rotate(66.6deg);
    -webkit-transform: rotate(66.6deg);
    -o-transform: rotate(66.6deg);
    transform: rotate(66.6deg);
    -spec-transform: rotate(66.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="37"] .circle .fill.fix {
    -moz-transform: rotate(133.2deg);
    -webkit-transform: rotate(133.2deg);
    -o-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
    -spec-transform: rotate(133.2deg);
}
.card--dashboard .card__progress--circle[data-progress="38"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="38"] .circle .mask.full {
    -moz-transform: rotate(68.4deg);
    -webkit-transform: rotate(68.4deg);
    -o-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
    -spec-transform: rotate(68.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="38"] .circle .fill.fix {
    -moz-transform: rotate(136.8deg);
    -webkit-transform: rotate(136.8deg);
    -o-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
    -spec-transform: rotate(136.8deg);
}
.card--dashboard .card__progress--circle[data-progress="39"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="39"] .circle .mask.full {
    -moz-transform: rotate(70.2deg);
    -webkit-transform: rotate(70.2deg);
    -o-transform: rotate(70.2deg);
    transform: rotate(70.2deg);
    -spec-transform: rotate(70.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="39"] .circle .fill.fix {
    -moz-transform: rotate(140.4deg);
    -webkit-transform: rotate(140.4deg);
    -o-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
    -spec-transform: rotate(140.4deg);
}
.card--dashboard .card__progress--circle[data-progress="40"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="40"] .circle .mask.full {
    -moz-transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
    -spec-transform: rotate(72deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="40"] .circle .fill.fix {
    -moz-transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
    -spec-transform: rotate(144deg);
}
.card--dashboard .card__progress--circle[data-progress="41"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="41"] .circle .mask.full {
    -moz-transform: rotate(73.8deg);
    -webkit-transform: rotate(73.8deg);
    -o-transform: rotate(73.8deg);
    transform: rotate(73.8deg);
    -spec-transform: rotate(73.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="41"] .circle .fill.fix {
    -moz-transform: rotate(147.6deg);
    -webkit-transform: rotate(147.6deg);
    -o-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
    -spec-transform: rotate(147.6deg);
}
.card--dashboard .card__progress--circle[data-progress="42"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="42"] .circle .mask.full {
    -moz-transform: rotate(75.6deg);
    -webkit-transform: rotate(75.6deg);
    -o-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
    -spec-transform: rotate(75.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="42"] .circle .fill.fix {
    -moz-transform: rotate(151.2deg);
    -webkit-transform: rotate(151.2deg);
    -o-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
    -spec-transform: rotate(151.2deg);
}
.card--dashboard .card__progress--circle[data-progress="43"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="43"] .circle .mask.full {
    -moz-transform: rotate(77.4deg);
    -webkit-transform: rotate(77.4deg);
    -o-transform: rotate(77.4deg);
    transform: rotate(77.4deg);
    -spec-transform: rotate(77.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="43"] .circle .fill.fix {
    -moz-transform: rotate(154.8deg);
    -webkit-transform: rotate(154.8deg);
    -o-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
    -spec-transform: rotate(154.8deg);
}
.card--dashboard .card__progress--circle[data-progress="44"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="44"] .circle .mask.full {
    -moz-transform: rotate(79.2deg);
    -webkit-transform: rotate(79.2deg);
    -o-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
    -spec-transform: rotate(79.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="44"] .circle .fill.fix {
    -moz-transform: rotate(158.4deg);
    -webkit-transform: rotate(158.4deg);
    -o-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
    -spec-transform: rotate(158.4deg);
}
.card--dashboard .card__progress--circle[data-progress="45"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="45"] .circle .mask.full {
    -moz-transform: rotate(81deg);
    -webkit-transform: rotate(81deg);
    -o-transform: rotate(81deg);
    transform: rotate(81deg);
    -spec-transform: rotate(81deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="45"] .circle .fill.fix {
    -moz-transform: rotate(162deg);
    -webkit-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg);
    -spec-transform: rotate(162deg);
}
.card--dashboard .card__progress--circle[data-progress="46"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="46"] .circle .mask.full {
    -moz-transform: rotate(82.8deg);
    -webkit-transform: rotate(82.8deg);
    -o-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
    -spec-transform: rotate(82.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="46"] .circle .fill.fix {
    -moz-transform: rotate(165.6deg);
    -webkit-transform: rotate(165.6deg);
    -o-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
    -spec-transform: rotate(165.6deg);
}
.card--dashboard .card__progress--circle[data-progress="47"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="47"] .circle .mask.full {
    -moz-transform: rotate(84.6deg);
    -webkit-transform: rotate(84.6deg);
    -o-transform: rotate(84.6deg);
    transform: rotate(84.6deg);
    -spec-transform: rotate(84.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="47"] .circle .fill.fix {
    -moz-transform: rotate(169.2deg);
    -webkit-transform: rotate(169.2deg);
    -o-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
    -spec-transform: rotate(169.2deg);
}
.card--dashboard .card__progress--circle[data-progress="48"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="48"] .circle .mask.full {
    -moz-transform: rotate(86.4deg);
    -webkit-transform: rotate(86.4deg);
    -o-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
    -spec-transform: rotate(86.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="48"] .circle .fill.fix {
    -moz-transform: rotate(172.8deg);
    -webkit-transform: rotate(172.8deg);
    -o-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
    -spec-transform: rotate(172.8deg);
}
.card--dashboard .card__progress--circle[data-progress="49"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="49"] .circle .mask.full {
    -moz-transform: rotate(88.2deg);
    -webkit-transform: rotate(88.2deg);
    -o-transform: rotate(88.2deg);
    transform: rotate(88.2deg);
    -spec-transform: rotate(88.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="49"] .circle .fill.fix {
    -moz-transform: rotate(176.4deg);
    -webkit-transform: rotate(176.4deg);
    -o-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
    -spec-transform: rotate(176.4deg);
}
.card--dashboard .card__progress--circle[data-progress="50"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="50"] .circle .mask.full {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -spec-transform: rotate(90deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="50"] .circle .fill.fix {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -spec-transform: rotate(180deg);
}
.card--dashboard .card__progress--circle[data-progress="51"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="51"] .circle .mask.full {
    -moz-transform: rotate(91.8deg);
    -webkit-transform: rotate(91.8deg);
    -o-transform: rotate(91.8deg);
    transform: rotate(91.8deg);
    -spec-transform: rotate(91.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="51"] .circle .fill.fix {
    -moz-transform: rotate(183.6deg);
    -webkit-transform: rotate(183.6deg);
    -o-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
    -spec-transform: rotate(183.6deg);
}
.card--dashboard .card__progress--circle[data-progress="52"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="52"] .circle .mask.full {
    -moz-transform: rotate(93.6deg);
    -webkit-transform: rotate(93.6deg);
    -o-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
    -spec-transform: rotate(93.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="52"] .circle .fill.fix {
    -moz-transform: rotate(187.2deg);
    -webkit-transform: rotate(187.2deg);
    -o-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
    -spec-transform: rotate(187.2deg);
}
.card--dashboard .card__progress--circle[data-progress="53"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="53"] .circle .mask.full {
    -moz-transform: rotate(95.4deg);
    -webkit-transform: rotate(95.4deg);
    -o-transform: rotate(95.4deg);
    transform: rotate(95.4deg);
    -spec-transform: rotate(95.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="53"] .circle .fill.fix {
    -moz-transform: rotate(190.8deg);
    -webkit-transform: rotate(190.8deg);
    -o-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
    -spec-transform: rotate(190.8deg);
}
.card--dashboard .card__progress--circle[data-progress="54"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="54"] .circle .mask.full {
    -moz-transform: rotate(97.2deg);
    -webkit-transform: rotate(97.2deg);
    -o-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
    -spec-transform: rotate(97.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="54"] .circle .fill.fix {
    -moz-transform: rotate(194.4deg);
    -webkit-transform: rotate(194.4deg);
    -o-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
    -spec-transform: rotate(194.4deg);
}
.card--dashboard .card__progress--circle[data-progress="55"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="55"] .circle .mask.full {
    -moz-transform: rotate(99deg);
    -webkit-transform: rotate(99deg);
    -o-transform: rotate(99deg);
    transform: rotate(99deg);
    -spec-transform: rotate(99deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="55"] .circle .fill.fix {
    -moz-transform: rotate(198deg);
    -webkit-transform: rotate(198deg);
    -o-transform: rotate(198deg);
    transform: rotate(198deg);
    -spec-transform: rotate(198deg);
}
.card--dashboard .card__progress--circle[data-progress="56"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="56"] .circle .mask.full {
    -moz-transform: rotate(100.8deg);
    -webkit-transform: rotate(100.8deg);
    -o-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
    -spec-transform: rotate(100.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="56"] .circle .fill.fix {
    -moz-transform: rotate(201.6deg);
    -webkit-transform: rotate(201.6deg);
    -o-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
    -spec-transform: rotate(201.6deg);
}
.card--dashboard .card__progress--circle[data-progress="57"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="57"] .circle .mask.full {
    -moz-transform: rotate(102.6deg);
    -webkit-transform: rotate(102.6deg);
    -o-transform: rotate(102.6deg);
    transform: rotate(102.6deg);
    -spec-transform: rotate(102.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="57"] .circle .fill.fix {
    -moz-transform: rotate(205.2deg);
    -webkit-transform: rotate(205.2deg);
    -o-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
    -spec-transform: rotate(205.2deg);
}
.card--dashboard .card__progress--circle[data-progress="58"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="58"] .circle .mask.full {
    -moz-transform: rotate(104.4deg);
    -webkit-transform: rotate(104.4deg);
    -o-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
    -spec-transform: rotate(104.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="58"] .circle .fill.fix {
    -moz-transform: rotate(208.8deg);
    -webkit-transform: rotate(208.8deg);
    -o-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
    -spec-transform: rotate(208.8deg);
}
.card--dashboard .card__progress--circle[data-progress="59"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="59"] .circle .mask.full {
    -moz-transform: rotate(106.2deg);
    -webkit-transform: rotate(106.2deg);
    -o-transform: rotate(106.2deg);
    transform: rotate(106.2deg);
    -spec-transform: rotate(106.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="59"] .circle .fill.fix {
    -moz-transform: rotate(212.4deg);
    -webkit-transform: rotate(212.4deg);
    -o-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
    -spec-transform: rotate(212.4deg);
}
.card--dashboard .card__progress--circle[data-progress="60"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="60"] .circle .mask.full {
    -moz-transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
    -spec-transform: rotate(108deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="60"] .circle .fill.fix {
    -moz-transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
    -spec-transform: rotate(216deg);
}
.card--dashboard .card__progress--circle[data-progress="61"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="61"] .circle .mask.full {
    -moz-transform: rotate(109.8deg);
    -webkit-transform: rotate(109.8deg);
    -o-transform: rotate(109.8deg);
    transform: rotate(109.8deg);
    -spec-transform: rotate(109.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="61"] .circle .fill.fix {
    -moz-transform: rotate(219.6deg);
    -webkit-transform: rotate(219.6deg);
    -o-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
    -spec-transform: rotate(219.6deg);
}
.card--dashboard .card__progress--circle[data-progress="62"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="62"] .circle .mask.full {
    -moz-transform: rotate(111.6deg);
    -webkit-transform: rotate(111.6deg);
    -o-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
    -spec-transform: rotate(111.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="62"] .circle .fill.fix {
    -moz-transform: rotate(223.2deg);
    -webkit-transform: rotate(223.2deg);
    -o-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
    -spec-transform: rotate(223.2deg);
}
.card--dashboard .card__progress--circle[data-progress="63"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="63"] .circle .mask.full {
    -moz-transform: rotate(113.4deg);
    -webkit-transform: rotate(113.4deg);
    -o-transform: rotate(113.4deg);
    transform: rotate(113.4deg);
    -spec-transform: rotate(113.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="63"] .circle .fill.fix {
    -moz-transform: rotate(226.8deg);
    -webkit-transform: rotate(226.8deg);
    -o-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
    -spec-transform: rotate(226.8deg);
}
.card--dashboard .card__progress--circle[data-progress="64"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="64"] .circle .mask.full {
    -moz-transform: rotate(115.2deg);
    -webkit-transform: rotate(115.2deg);
    -o-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
    -spec-transform: rotate(115.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="64"] .circle .fill.fix {
    -moz-transform: rotate(230.4deg);
    -webkit-transform: rotate(230.4deg);
    -o-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
    -spec-transform: rotate(230.4deg);
}
.card--dashboard .card__progress--circle[data-progress="65"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="65"] .circle .mask.full {
    -moz-transform: rotate(117deg);
    -webkit-transform: rotate(117deg);
    -o-transform: rotate(117deg);
    transform: rotate(117deg);
    -spec-transform: rotate(117deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="65"] .circle .fill.fix {
    -moz-transform: rotate(234deg);
    -webkit-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    transform: rotate(234deg);
    -spec-transform: rotate(234deg);
}
.card--dashboard .card__progress--circle[data-progress="66"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="66"] .circle .mask.full {
    -moz-transform: rotate(118.8deg);
    -webkit-transform: rotate(118.8deg);
    -o-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
    -spec-transform: rotate(118.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="66"] .circle .fill.fix {
    -moz-transform: rotate(237.6deg);
    -webkit-transform: rotate(237.6deg);
    -o-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
    -spec-transform: rotate(237.6deg);
}
.card--dashboard .card__progress--circle[data-progress="67"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="67"] .circle .mask.full {
    -moz-transform: rotate(120.6deg);
    -webkit-transform: rotate(120.6deg);
    -o-transform: rotate(120.6deg);
    transform: rotate(120.6deg);
    -spec-transform: rotate(120.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="67"] .circle .fill.fix {
    -moz-transform: rotate(241.2deg);
    -webkit-transform: rotate(241.2deg);
    -o-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
    -spec-transform: rotate(241.2deg);
}
.card--dashboard .card__progress--circle[data-progress="68"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="68"] .circle .mask.full {
    -moz-transform: rotate(122.4deg);
    -webkit-transform: rotate(122.4deg);
    -o-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
    -spec-transform: rotate(122.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="68"] .circle .fill.fix {
    -moz-transform: rotate(244.8deg);
    -webkit-transform: rotate(244.8deg);
    -o-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
    -spec-transform: rotate(244.8deg);
}
.card--dashboard .card__progress--circle[data-progress="69"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="69"] .circle .mask.full {
    -moz-transform: rotate(124.2deg);
    -webkit-transform: rotate(124.2deg);
    -o-transform: rotate(124.2deg);
    transform: rotate(124.2deg);
    -spec-transform: rotate(124.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="69"] .circle .fill.fix {
    -moz-transform: rotate(248.4deg);
    -webkit-transform: rotate(248.4deg);
    -o-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
    -spec-transform: rotate(248.4deg);
}
.card--dashboard .card__progress--circle[data-progress="70"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="70"] .circle .mask.full {
    -moz-transform: rotate(126deg);
    -webkit-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    transform: rotate(126deg);
    -spec-transform: rotate(126deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="70"] .circle .fill.fix {
    -moz-transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg);
    -spec-transform: rotate(252deg);
}
.card--dashboard .card__progress--circle[data-progress="71"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="71"] .circle .mask.full {
    -moz-transform: rotate(127.8deg);
    -webkit-transform: rotate(127.8deg);
    -o-transform: rotate(127.8deg);
    transform: rotate(127.8deg);
    -spec-transform: rotate(127.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="71"] .circle .fill.fix {
    -moz-transform: rotate(255.6deg);
    -webkit-transform: rotate(255.6deg);
    -o-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
    -spec-transform: rotate(255.6deg);
}
.card--dashboard .card__progress--circle[data-progress="72"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="72"] .circle .mask.full {
    -moz-transform: rotate(129.6deg);
    -webkit-transform: rotate(129.6deg);
    -o-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
    -spec-transform: rotate(129.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="72"] .circle .fill.fix {
    -moz-transform: rotate(259.2deg);
    -webkit-transform: rotate(259.2deg);
    -o-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
    -spec-transform: rotate(259.2deg);
}
.card--dashboard .card__progress--circle[data-progress="73"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="73"] .circle .mask.full {
    -moz-transform: rotate(131.4deg);
    -webkit-transform: rotate(131.4deg);
    -o-transform: rotate(131.4deg);
    transform: rotate(131.4deg);
    -spec-transform: rotate(131.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="73"] .circle .fill.fix {
    -moz-transform: rotate(262.8deg);
    -webkit-transform: rotate(262.8deg);
    -o-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
    -spec-transform: rotate(262.8deg);
}
.card--dashboard .card__progress--circle[data-progress="74"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="74"] .circle .mask.full {
    -moz-transform: rotate(133.2deg);
    -webkit-transform: rotate(133.2deg);
    -o-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
    -spec-transform: rotate(133.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="74"] .circle .fill.fix {
    -moz-transform: rotate(266.4deg);
    -webkit-transform: rotate(266.4deg);
    -o-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
    -spec-transform: rotate(266.4deg);
}
.card--dashboard .card__progress--circle[data-progress="75"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="75"] .circle .mask.full {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -spec-transform: rotate(135deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="75"] .circle .fill.fix {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -spec-transform: rotate(270deg);
}
.card--dashboard .card__progress--circle[data-progress="76"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="76"] .circle .mask.full {
    -moz-transform: rotate(136.8deg);
    -webkit-transform: rotate(136.8deg);
    -o-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
    -spec-transform: rotate(136.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="76"] .circle .fill.fix {
    -moz-transform: rotate(273.6deg);
    -webkit-transform: rotate(273.6deg);
    -o-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
    -spec-transform: rotate(273.6deg);
}
.card--dashboard .card__progress--circle[data-progress="77"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="77"] .circle .mask.full {
    -moz-transform: rotate(138.6deg);
    -webkit-transform: rotate(138.6deg);
    -o-transform: rotate(138.6deg);
    transform: rotate(138.6deg);
    -spec-transform: rotate(138.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="77"] .circle .fill.fix {
    -moz-transform: rotate(277.2deg);
    -webkit-transform: rotate(277.2deg);
    -o-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
    -spec-transform: rotate(277.2deg);
}
.card--dashboard .card__progress--circle[data-progress="78"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="78"] .circle .mask.full {
    -moz-transform: rotate(140.4deg);
    -webkit-transform: rotate(140.4deg);
    -o-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
    -spec-transform: rotate(140.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="78"] .circle .fill.fix {
    -moz-transform: rotate(280.8deg);
    -webkit-transform: rotate(280.8deg);
    -o-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
    -spec-transform: rotate(280.8deg);
}
.card--dashboard .card__progress--circle[data-progress="79"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="79"] .circle .mask.full {
    -moz-transform: rotate(142.2deg);
    -webkit-transform: rotate(142.2deg);
    -o-transform: rotate(142.2deg);
    transform: rotate(142.2deg);
    -spec-transform: rotate(142.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="79"] .circle .fill.fix {
    -moz-transform: rotate(284.4deg);
    -webkit-transform: rotate(284.4deg);
    -o-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
    -spec-transform: rotate(284.4deg);
}
.card--dashboard .card__progress--circle[data-progress="80"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="80"] .circle .mask.full {
    -moz-transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
    -spec-transform: rotate(144deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="80"] .circle .fill.fix {
    -moz-transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
    -spec-transform: rotate(288deg);
}
.card--dashboard .card__progress--circle[data-progress="81"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="81"] .circle .mask.full {
    -moz-transform: rotate(145.8deg);
    -webkit-transform: rotate(145.8deg);
    -o-transform: rotate(145.8deg);
    transform: rotate(145.8deg);
    -spec-transform: rotate(145.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="81"] .circle .fill.fix {
    -moz-transform: rotate(291.6deg);
    -webkit-transform: rotate(291.6deg);
    -o-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
    -spec-transform: rotate(291.6deg);
}
.card--dashboard .card__progress--circle[data-progress="82"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="82"] .circle .mask.full {
    -moz-transform: rotate(147.6deg);
    -webkit-transform: rotate(147.6deg);
    -o-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
    -spec-transform: rotate(147.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="82"] .circle .fill.fix {
    -moz-transform: rotate(295.2deg);
    -webkit-transform: rotate(295.2deg);
    -o-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
    -spec-transform: rotate(295.2deg);
}
.card--dashboard .card__progress--circle[data-progress="83"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="83"] .circle .mask.full {
    -moz-transform: rotate(149.4deg);
    -webkit-transform: rotate(149.4deg);
    -o-transform: rotate(149.4deg);
    transform: rotate(149.4deg);
    -spec-transform: rotate(149.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="83"] .circle .fill.fix {
    -moz-transform: rotate(298.8deg);
    -webkit-transform: rotate(298.8deg);
    -o-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
    -spec-transform: rotate(298.8deg);
}
.card--dashboard .card__progress--circle[data-progress="84"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="84"] .circle .mask.full {
    -moz-transform: rotate(151.2deg);
    -webkit-transform: rotate(151.2deg);
    -o-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
    -spec-transform: rotate(151.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="84"] .circle .fill.fix {
    -moz-transform: rotate(302.4deg);
    -webkit-transform: rotate(302.4deg);
    -o-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
    -spec-transform: rotate(302.4deg);
}
.card--dashboard .card__progress--circle[data-progress="85"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="85"] .circle .mask.full {
    -moz-transform: rotate(153deg);
    -webkit-transform: rotate(153deg);
    -o-transform: rotate(153deg);
    transform: rotate(153deg);
    -spec-transform: rotate(153deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="85"] .circle .fill.fix {
    -moz-transform: rotate(306deg);
    -webkit-transform: rotate(306deg);
    -o-transform: rotate(306deg);
    transform: rotate(306deg);
    -spec-transform: rotate(306deg);
}
.card--dashboard .card__progress--circle[data-progress="86"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="86"] .circle .mask.full {
    -moz-transform: rotate(154.8deg);
    -webkit-transform: rotate(154.8deg);
    -o-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
    -spec-transform: rotate(154.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="86"] .circle .fill.fix {
    -moz-transform: rotate(309.6deg);
    -webkit-transform: rotate(309.6deg);
    -o-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
    -spec-transform: rotate(309.6deg);
}
.card--dashboard .card__progress--circle[data-progress="87"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="87"] .circle .mask.full {
    -moz-transform: rotate(156.6deg);
    -webkit-transform: rotate(156.6deg);
    -o-transform: rotate(156.6deg);
    transform: rotate(156.6deg);
    -spec-transform: rotate(156.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="87"] .circle .fill.fix {
    -moz-transform: rotate(313.2deg);
    -webkit-transform: rotate(313.2deg);
    -o-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
    -spec-transform: rotate(313.2deg);
}
.card--dashboard .card__progress--circle[data-progress="88"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="88"] .circle .mask.full {
    -moz-transform: rotate(158.4deg);
    -webkit-transform: rotate(158.4deg);
    -o-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
    -spec-transform: rotate(158.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="88"] .circle .fill.fix {
    -moz-transform: rotate(316.8deg);
    -webkit-transform: rotate(316.8deg);
    -o-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
    -spec-transform: rotate(316.8deg);
}
.card--dashboard .card__progress--circle[data-progress="89"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="89"] .circle .mask.full {
    -moz-transform: rotate(160.2deg);
    -webkit-transform: rotate(160.2deg);
    -o-transform: rotate(160.2deg);
    transform: rotate(160.2deg);
    -spec-transform: rotate(160.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="89"] .circle .fill.fix {
    -moz-transform: rotate(320.4deg);
    -webkit-transform: rotate(320.4deg);
    -o-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
    -spec-transform: rotate(320.4deg);
}
.card--dashboard .card__progress--circle[data-progress="90"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="90"] .circle .mask.full {
    -moz-transform: rotate(162deg);
    -webkit-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg);
    -spec-transform: rotate(162deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="90"] .circle .fill.fix {
    -moz-transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
    -spec-transform: rotate(324deg);
}
.card--dashboard .card__progress--circle[data-progress="91"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="91"] .circle .mask.full {
    -moz-transform: rotate(163.8deg);
    -webkit-transform: rotate(163.8deg);
    -o-transform: rotate(163.8deg);
    transform: rotate(163.8deg);
    -spec-transform: rotate(163.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="91"] .circle .fill.fix {
    -moz-transform: rotate(327.6deg);
    -webkit-transform: rotate(327.6deg);
    -o-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
    -spec-transform: rotate(327.6deg);
}
.card--dashboard .card__progress--circle[data-progress="92"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="92"] .circle .mask.full {
    -moz-transform: rotate(165.6deg);
    -webkit-transform: rotate(165.6deg);
    -o-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
    -spec-transform: rotate(165.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="92"] .circle .fill.fix {
    -moz-transform: rotate(331.2deg);
    -webkit-transform: rotate(331.2deg);
    -o-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
    -spec-transform: rotate(331.2deg);
}
.card--dashboard .card__progress--circle[data-progress="93"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="93"] .circle .mask.full {
    -moz-transform: rotate(167.4deg);
    -webkit-transform: rotate(167.4deg);
    -o-transform: rotate(167.4deg);
    transform: rotate(167.4deg);
    -spec-transform: rotate(167.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="93"] .circle .fill.fix {
    -moz-transform: rotate(334.8deg);
    -webkit-transform: rotate(334.8deg);
    -o-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
    -spec-transform: rotate(334.8deg);
}
.card--dashboard .card__progress--circle[data-progress="94"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="94"] .circle .mask.full {
    -moz-transform: rotate(169.2deg);
    -webkit-transform: rotate(169.2deg);
    -o-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
    -spec-transform: rotate(169.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="94"] .circle .fill.fix {
    -moz-transform: rotate(338.4deg);
    -webkit-transform: rotate(338.4deg);
    -o-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
    -spec-transform: rotate(338.4deg);
}
.card--dashboard .card__progress--circle[data-progress="95"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="95"] .circle .mask.full {
    -moz-transform: rotate(171deg);
    -webkit-transform: rotate(171deg);
    -o-transform: rotate(171deg);
    transform: rotate(171deg);
    -spec-transform: rotate(171deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="95"] .circle .fill.fix {
    -moz-transform: rotate(342deg);
    -webkit-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    transform: rotate(342deg);
    -spec-transform: rotate(342deg);
}
.card--dashboard .card__progress--circle[data-progress="96"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="96"] .circle .mask.full {
    -moz-transform: rotate(172.8deg);
    -webkit-transform: rotate(172.8deg);
    -o-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
    -spec-transform: rotate(172.8deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="96"] .circle .fill.fix {
    -moz-transform: rotate(345.6deg);
    -webkit-transform: rotate(345.6deg);
    -o-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
    -spec-transform: rotate(345.6deg);
}
.card--dashboard .card__progress--circle[data-progress="97"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="97"] .circle .mask.full {
    -moz-transform: rotate(174.6deg);
    -webkit-transform: rotate(174.6deg);
    -o-transform: rotate(174.6deg);
    transform: rotate(174.6deg);
    -spec-transform: rotate(174.6deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="97"] .circle .fill.fix {
    -moz-transform: rotate(349.2deg);
    -webkit-transform: rotate(349.2deg);
    -o-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
    -spec-transform: rotate(349.2deg);
}
.card--dashboard .card__progress--circle[data-progress="98"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="98"] .circle .mask.full {
    -moz-transform: rotate(176.4deg);
    -webkit-transform: rotate(176.4deg);
    -o-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
    -spec-transform: rotate(176.4deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="98"] .circle .fill.fix {
    -moz-transform: rotate(352.8deg);
    -webkit-transform: rotate(352.8deg);
    -o-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
    -spec-transform: rotate(352.8deg);
}
.card--dashboard .card__progress--circle[data-progress="99"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="99"] .circle .mask.full {
    -moz-transform: rotate(178.2deg);
    -webkit-transform: rotate(178.2deg);
    -o-transform: rotate(178.2deg);
    transform: rotate(178.2deg);
    -spec-transform: rotate(178.2deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="99"] .circle .fill.fix {
    -moz-transform: rotate(356.4deg);
    -webkit-transform: rotate(356.4deg);
    -o-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
    -spec-transform: rotate(356.4deg);
}
.card--dashboard .card__progress--circle[data-progress="100"] .circle .fill, .card--dashboard .card__progress--circle[data-progress="100"] .circle .mask.full {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -spec-transform: rotate(180deg);
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -spec-transition-delay: 1s;
}
.card--dashboard .card__progress--circle[data-progress="100"] .circle .fill.fix {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -spec-transform: rotate(360deg);
}
.card--dashboard .card__progress--bar {
    width: 100%;
    padding-top: 0;
    padding-right: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-left: 0;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    margin: 0 0 1rem;
}
.card--dashboard .card__progress--bar .progress__percentage {
    font-size: 2rem;
    position: relative;
    font-weight: 400;
    margin: 0 0 1rem;
}
.card--dashboard .card__progress--bar .progress__percentage:after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    display: block;
    z-index: 0;
    background-color: #000;
    bottom: -1rem;
    content: "";
}
.card--dashboard .card__progress--bar .progress__bar {
    height: 3px;
    position: relative;
    display: block;
    top: -3px;
    z-index: 101;
    background-color: #11BFE6;
}
.card--dashboard .card__details {
    margin-top: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    border-top: 1px solid #caccd6;
}
.card--dashboard .card__details:after, .card--dashboard .card__details:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.card--dashboard .card__details a, .card--dashboard .card__details .card__coming-soon {
    width: 100%;
    font-size: 15.75px;
    line-height: 1.4rem;
    flex: 0 0 50%;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -spec-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -spec-flex: 0 0 50%;
    border: 0;
    padding: 1rem;
}
.card--dashboard .card__details a:first-child, .card--dashboard .card__details .card__coming-soon:first-child {
    border-right: 1px solid #caccd6;
}
.card--dashboard .card__details a:only-child, .card--dashboard .card__details .card__coming-soon:only-child {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.card--dashboard .card__details a .fa, .card--dashboard .card__details .card__coming-soon .fa {
    display: block;
}
.card--dashboard .card__details a {
    background-color: #fff;
    -moz-transition: box-shadow 200ms ease,color 200ms ease;
    -webkit-transition: box-shadow 200ms ease,color 200ms ease;
    -o-transition: box-shadow 200ms ease,color 200ms ease;
    transition: box-shadow 200ms ease,color 200ms ease;
    color: #212326;
    text-decoration: none;
}
.card--dashboard .card__details a:active, .card--dashboard .card__details a:hover, .card--dashboard .card__details a:focus {
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    background-color: #f8f2e9;
    -moz-transition: background-color 200ms ease,color 200ms ease,box-shadow 200ms ease;
    -webkit-transition: background-color 200ms ease,color 200ms ease,box-shadow 200ms ease;
    -o-transition: background-color 200ms ease,color 200ms ease,box-shadow 200ms ease;
    transition: background-color 200ms ease,color 200ms ease,box-shadow 200ms ease;
    color: #6f7282;
}
.card--dashboard .card__details a:focus {
    outline-offset: -2px;
}
.products__list {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.products__list:after, .products__list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.products__list-item {
    width: 100%;
    padding-right: 1rem;
    padding-bottom: 24px;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.products__collections-list {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
    margin: 0 0 1rem;
}
.products__collections-list:after, .products__collections-list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.products__collection-list-heading {
    margin-right: 2rem;
}
.products__collections-list-item {
    width: 100%;
    line-height: 1;
    display: block;
    padding: 0.5rem 0;
}
.products__collections-list-item a {
    padding-left: 0.8rem;
    line-height: 1;
    position: relative;
    color: #212326;
    text-decoration: none;
}
.products__collections-list-item a:after {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #6f7282;
    bottom: 0;
    content: none;
}
.products__collections-list-item a.active, .products__collections-list-item a:active, .products__collections-list-item a:hover {
    color: #6f7282;
}
.products__collections-list-item a.active:after, .products__collections-list-item a:active:after, .products__collections-list-item a:hover:after {
    content: "";
}
.product-action-button--private a {
    text-decoration: none;
}
.product-action-button--private .fa {
    margin-right: 0.25rem;
}
.products-coupon {
    width: calc(100% - 2rem);
    line-height: normal;
    position: fixed;
    text-align: center;
    left: 1rem;
    top: 1rem;
    z-index: 400;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-shadow: 0 0 2px rgba(0,0,0,0.2);
    padding: 1rem;
}
.products-coupon.products-coupon--valid {
    background-color: #216e2f;
}
.products-coupon.products-coupon--invalid {
    background-color: #e75725;
}
.products-coupon__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.products-coupon__close {
    font-size: 36px;
    line-height: 0.5;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.products-coupon__close, .products-coupon__close:active, .products-coupon__close:hover, .products-coupon__close:focus {
    color: #fff;
}
.products__search {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem;
}
.products__search-form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -spec-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -spec-justify-content: space-between;
    -ms-flex-pack: justify;
}
.products__search-form:after, .products__search-form:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.products__search-box {
    min-width: 100%;
    margin: 0 0 1rem auto;
}
.review__stars {
    width: auto;
    line-height: 1;
    position: relative;
    display: inline-block;
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    white-space: nowrap;
}
.review__stars .review__star {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: normal;
    opacity: 1;
    z-index: 101;
    color: #fccd56;
}
.review__stars input {
    width: 1rem;
    height: 1rem;
    position: relative;
    display: inline-block;
    z-index: 102;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -spec-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
}
.review__stars input:hover, .review__stars input:active, .review__stars input:focus {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.review__stars label {
    width: 1rem;
    height: 1rem;
    position: relative;
    display: inline-block;
}
.review__stars .review__star ~ .review__star {
    left: 1.25rem;
}
.review__stars .review__star ~ .review__star ~ .review__star {
    left: 2.5rem;
}
.review__stars .review__star ~ .review__star ~ .review__star ~ .review__star {
    left: 3.75rem;
}
.review__stars .review__star ~ .review__star ~ .review__star ~ .review__star ~ .review__star {
    left: 5rem;
}
.review__stars-input {
    cursor: pointer;
}
.review__stars-input:before {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    color: #fccd56;
    font-family: "FontAwesome";
    letter-spacing: 0.21rem;
    content: "\f006 \f006 \f006 \f006 \f006";
}
.review__stars-input .review__star {
    opacity: 1;
    cursor: pointer;
}
.review__stars-input input {
    position: relative;
    cursor: pointer;
}
.review__stars-input input:checked+.review__star ~ .review__star {
    opacity: 0;
}
.review__stars-input:hover .review__star, .review__stars-input:focus .review__star {
    opacity: 1 !important;
}
.review__stars-input:hover input:hover+.review__star ~ .review__star, .review__stars-input:hover input:focus+.review__star ~ .review__star, .review__stars-input:focus input:hover+.review__star ~ .review__star, .review__stars-input:focus input:focus+.review__star ~ .review__star {
    opacity: 0 !important;
}
.review__stars-count {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    -moz-transform: translatey(-40%);
    -webkit-transform: translatey(-40%);
    -o-transform: translatey(-40%);
    transform: translatey(-40%);
    -spec-transform: translatey(-40%);
    margin-left: 0.5rem;
    top: 40%;
    opacity: 0.5;
    letter-spacing: 1px;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
    border-collapse: collapse;
}
table th, table td {
    border-top: 1px solid #caccd6;
    padding: 0.66667rem;
}
table thead th {
    text-align: left;
    border-bottom: 1px solid #caccd6;
    vertical-align: bottom;
}
table tbody+tbody {
    border-top: 1px solid #caccd6;
}
table tbody tr {
    -moz-transition: background-color 200ms ease;
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
table tbody tr:active, table tbody tr:hover {
    background-color: #f8f2e9;
    -moz-transition: background-color 200ms ease;
    -webkit-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
table table {
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0 0 1rem;
}
.page__heading {
    font-size: 36px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0 0 1rem;
}
.section__headings {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 0 0 1rem;
}
.section__headings--reverse .section__heading {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -spec-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -spec-order: 2;
    order: 2;
    -ms-flex-order: 2;
}
.section__headings--reverse .section__subheading {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -spec-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -spec-order: 1;
    order: 1;
    -ms-flex-order: 1;
}
.section__heading {
    font-size: 32px;
    line-height: 1.35;
    color: #212326;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0;
}
.section__heading--secondary {
    font-size: 20px;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
}
.section__subheading {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 0;
    margin-top: 16px;
    color: #212326;
    font-weight: 400;
    font-family: "Source Sans 3",sans-serif;
}
#language-bar {
    z-index: 9999;
}
#skip-link a {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -9999px;
    top: auto;
    z-index: -9999;
    overflow: hidden;
}
#skip-link a:active, #skip-link a:focus {
    width: 200px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    left: auto;
    top: auto;
    z-index: 9999;
    background-color: #000;
    color: #fff;
    overflow: auto;
    border: 2px solid #ffed8f;
    margin: 15px;
    padding: 15px;
}
.sr-only {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    margin: -1px;
    padding: 0;
}
.hidden {
    display: none !important;
}
.noscroll {
    overflow: hidden;
}
.admin-notice__bar {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
}
#notifications {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
#notifications .row {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
#notifications .row:after, #notifications .row:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
#notifications .flash {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.section-background-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section__content-alignment__center [class*="__wrapper"] {
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.section__content-alignment__right .section__headings, .section__content-alignment__right .section__content {
    margin-right: 0;
    margin-left: auto;
}
.section-height__small>[class*="__container"], .section-height__medium>[class*="__container"], .section-height__large>[class*="__container"], .section-height__xlarge>[class*="__container"] {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section__divide {
    width: 100%;
    height: 1px;
    display: block;
    opacity: 0.2;
    background-color: #212326;
    margin: 1.5rem 1rem 1.25rem;
}
.owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 0;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 2rem;
    height: 2rem;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 102;
    background-color: #1e1c27;
    -moz-transition: color 200ms ease;
    -webkit-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    letter-spacing: 0;
    border: 2px solid transparent;
}
.owl-carousel .owl-nav .owl-prev:active, .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-next:active, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus {
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background-color: #403c54;
    color: #fff;
    border-color: transparent;
}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev:active, .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:active, .owl-carousel .owl-nav .owl-next:hover {
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -moz-transition: all 300ms ease,box-shadow 400ms ease;
    -webkit-transition: all 300ms ease,box-shadow 400ms ease;
    -o-transition: all 300ms ease,box-shadow 400ms ease;
    transition: all 300ms ease,box-shadow 400ms ease;
}
.owl-carousel .owl-nav .owl-prev .fa, .owl-carousel .owl-nav .owl-next .fa {
    padding-top: 5px;
}
.owl-carousel .owl-nav .owl-prev .fa.fa-chevron-left, .owl-carousel .owl-nav .owl-next .fa.fa-chevron-left {
    padding-right: 2px;
}
.owl-carousel .owl-nav .owl-prev .fa.fa-chevron-right, .owl-carousel .owl-nav .owl-next .fa.fa-chevron-right {
    padding-left: 2px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -9999;
}
.overlay.show {
    opacity: 1;
    z-index: 200;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip span {
    width: unset;
    font-size: 15.75px;
    line-height: normal;
    max-width: 100%;
    min-width: 80vw;
    position: absolute;
    left: 0;
    top: 0;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -moz-transition: 200ms all ease-out;
    -webkit-transition: 200ms all ease-out;
    -o-transition: 200ms all ease-out;
    transition: 200ms all ease-out;
    color: #212326;
    font-weight: 400;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #caccd6;
    padding: 0.5rem 1rem;
}
.tooltip:active span, .tooltip:focus span, .tooltip:hover span {
    opacity: 1;
    visibility: visible;
}
.vbox-overlay .vbox-preloader {
    -moz-transform: translate(-50% -50% 0);
    -webkit-transform: translate(-50% -50% 0);
    -o-transform: translate(-50% -50% 0);
    transform: translate(-50% -50% 0);
    -spec-transform: translate(-50% -50% 0);
    left: 50%;
    top: 50%;
}
.affiliate {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.affiliate__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.affiliate__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.affiliate__wrapper:after, .affiliate__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.affiliate__menu {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.affiliate__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.affiliate__links {
    table-layout: auto;
}
.affiliate__links-homepage {
    width: 100%;
    width: auto;
    font-size: 18px;
    line-height: normal;
    line-height: 1;
    display: block;
    display: inline-block;
    background-color: #fff;
    background-color: #f7f7f7;
    -moz-transition: border-color 200ms ease,outline 200ms ease;
    -webkit-transition: border-color 200ms ease,outline 200ms ease;
    -o-transition: border-color 200ms ease,outline 200ms ease;
    transition: border-color 200ms ease,outline 200ms ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 2px solid #d9d9d9;
    padding: 12px;
}
.affiliate__links-homepage[readonly] {
    background-color: #f7f7f7;
}
.affiliate__links-homepage:active, .affiliate__links-homepage:hover {
    -moz-transition: border-color 200ms ease,outline 200ms ease;
    -webkit-transition: border-color 200ms ease,outline 200ms ease;
    -o-transition: border-color 200ms ease,outline 200ms ease;
    transition: border-color 200ms ease,outline 200ms ease;
}
.affiliate__commissions-owed p {
    width: 100%;
    width: auto;
    font-size: 18px;
    line-height: normal;
    line-height: 1;
    min-width: 10rem;
    display: block;
    display: inline-block;
    background-color: #fff;
    background-color: #f7f7f7;
    -moz-transition: border-color 200ms ease,outline 200ms ease;
    -webkit-transition: border-color 200ms ease,outline 200ms ease;
    -o-transition: border-color 200ms ease,outline 200ms ease;
    transition: border-color 200ms ease,outline 200ms ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 2px solid #d9d9d9;
    padding: 12px;
}
.affiliate__commissions-owed p[readonly] {
    background-color: #f7f7f7;
}
.affiliate__commissions-owed p:active, .affiliate__commissions-owed p:hover {
    -moz-transition: border-color 200ms ease,outline 200ms ease;
    -webkit-transition: border-color 200ms ease,outline 200ms ease;
    -o-transition: border-color 200ms ease,outline 200ms ease;
    transition: border-color 200ms ease,outline 200ms ease;
}
.affiliate__commissions-owed h2, .affiliate__commissions-paid h2, .affiliate__commissions-overview h2 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0 0 1rem;
}
.checkout {
    flex-direction: column;
}
.checkout .button {
    padding: 16px 24px;
}
.checkout.checkout__thankyou, .checkout.checkout__paypal-express {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.checkout.checkout__thankyou .checkout__container {
    padding-bottom: 4rem;
}
.checkout.checkout__thankyou .checkout__product-details {
    width: 100%;
    padding-bottom: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -spec-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.checkout.checkout__thankyou .checkout__product-details:after, .checkout.checkout__thankyou .checkout__product-details:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.checkout.checkout__paypal-express .checkout__wrapper {
    margin-right: 0;
    margin-left: 0;
}
.checkout__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.checkout__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.checkout__wrapper:after, .checkout__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.checkout__thank-you {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    margin-bottom: 2rem;
}
.checkout__start-learning {
    margin-top: 2rem;
}
.checkout__form--sign-in .remote-sign-up__divider {
    display: none;
}
.checkout__form--sign-up .remote-sign-in__divider {
    display: none;
}
.progress-bar {
    width: 100%;
    padding-top: 0;
    padding-right: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-left: 0;
    font-size: 0;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    list-style: none;
    margin: 0 0 2rem;
}
.progress-bar li {
    font-size: 0.875rem;
    display: inline-block;
}
.progress-bar li:first-child:after {
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 8px;
}
.progress-bar li.active {
    font-weight: bold;
}
.checkout__form {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    padding: 1rem 1rem 2rem;
}
.checkout__form .order-security {
    display: none;
}
.checkout__product-overview {
    width: 100%;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    z-index: 1;
    background-color: #fff;
}
.checkout__product-overview:before, .checkout__product-overview:after {
    width: 50vw;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    z-index: -1;
    background-color: #fff;
    bottom: 0;
}
.checkout__product-overview:after {
    left: 0;
    content: "";
}
.checkout__sign-in, .checkout__sign-up {
    margin: 0 0 2rem;
}
.checkout__sign-in a, .checkout__sign-up a {
    font-size: 15.75px;
}
.checkout__order-receipt {
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.checkout__bundle-list-item {
    margin-left: 0;
}
.checkout__bundle-list-item:last-child .checkout__product-details__wrapper, .checkout__bundle-list-item:only-child .checkout__product-details__wrapper {
    border-bottom: 1px solid #caccd6;
}
.checkout__bundle-list-item .checkout__product-details__wrapper strong {
    margin-bottom: 1rem;
}
.checkout__bundle-list-item .checkout__product-details__wrapper a {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -spec-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.checkout__bundle-additional-courses {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15.75px;
    text-align: center;
}
.checkout__product-list {
    margin-bottom: 2rem;
}
.checkout__product-list-item:last-child .checkout__product-details__wrapper, .checkout__product-list-item:only-child .checkout__product-details__wrapper {
    border-bottom: 1px solid #caccd6;
}
.checkout__product-details__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    border-top: 1px solid #caccd6;
    padding: 2rem 0;
}
.checkout__product-details__wrapper:after, .checkout__product-details__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.checkout__product-details {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -spec-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.checkout__product-details:after, .checkout__product-details:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.checkout__product-image {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -spec-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.checkout__product-name {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 20px;
    line-height: 1.75rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
}
.checkout__product-price {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.checkout__product-description {
    width: 100%;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-right: 0;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.checkout__footer {
    padding-bottom: 2rem;
    font-size: 15.75px;
}
.checkout__footer-info, .checkout__footer-help {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.checkout__footer-info a, .checkout__footer-help a {
    display: inline-block;
}
.checkout__footer-info strong, .checkout__footer-info p, .checkout__footer-help strong, .checkout__footer-help p {
    padding-left: 1rem;
}
.checkout__footer-info strong, .checkout__footer-help strong {
    position: relative;
}
.checkout__footer-info strong .fa, .checkout__footer-help strong .fa {
    position: absolute;
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    -spec-transform: translatey(-50%);
    left: 0;
    margin-right: 0.5rem;
    top: 50%;
}
.thinkific__checkout__cart-item__title {
    width: 100%;
    padding-top: 0;
    padding-right: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-left: 0;
    line-height: 1.75rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.thinkific__checkout__cart-item__cost {
    width: 100%;
    padding-top: 0;
    padding-right: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-left: 0;
    line-height: 1.75rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.thinkific__cart-item__cost {
    width: 100%;
    padding-top: 0;
    padding-right: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-left: 0;
    line-height: 1.75rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.thinkific__checkout__coupon-code__submit-container .btn, .thinkific__checkout__credit-card-submit-container .btn, .thinkific__checkout__enroll-free__container .btn {
    padding-top: 16px;
    padding-top: 0.8rem;
    padding-right: 24px;
    padding-right: 4rem;
    padding-bottom: 16px;
    padding-bottom: 0.8rem;
    padding-left: 24px;
    padding-left: 4rem;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    background-color: #1e1c27;
    -moz-transition: all 200ms ease,font-size 200ms ease;
    -webkit-transition: all 200ms ease,font-size 200ms ease;
    -o-transition: all 200ms ease,font-size 200ms ease;
    transition: all 200ms ease,font-size 200ms ease;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 100px;
    -o-border-radius: 0;
    -webkit-border-radius: 100px;
    border-radius: 0;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-family: "Source Sans 3",sans-serif;
    border: 2px solid transparent;
    cursor: pointer;
}
.thinkific__checkout__coupon-code__submit-container .btn:active, .thinkific__checkout__coupon-code__submit-container .btn:hover, .thinkific__checkout__coupon-code__submit-container .btn:focus, .thinkific__checkout__credit-card-submit-container .btn:active, .thinkific__checkout__credit-card-submit-container .btn:hover, .thinkific__checkout__credit-card-submit-container .btn:focus, .thinkific__checkout__enroll-free__container .btn:active, .thinkific__checkout__enroll-free__container .btn:hover, .thinkific__checkout__enroll-free__container .btn:focus {
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background-color: #403c54;
    -moz-transition: all 300ms ease,box-shadow 400ms ease;
    -webkit-transition: all 300ms ease,box-shadow 400ms ease;
    -o-transition: all 300ms ease,box-shadow 400ms ease;
    transition: all 300ms ease,box-shadow 400ms ease;
    color: #fff;
    border-color: transparent;
}
.thinkific__checkout__coupon-code__submit-container .thinkific__checkout__credit-card-instantly-checkout, .thinkific__checkout__credit-card-submit-container .thinkific__checkout__credit-card-instantly-checkout, .thinkific__checkout__enroll-free__container .thinkific__checkout__credit-card-instantly-checkout {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.thinkific__checkout__credit-card-submit-container {
    text-align: center;
}
.thinkific__checkout__credit-card-submit-container .btn {
    width: 100%;
    height: 55px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.paypal-smart-button__row {
    width: 100%;
    height: 32px;
    margin-bottom: 1rem;
    display: table;
    font-weight: 600;
    white-space: nowrap;
}
.paypal-smart-button__row:before, .paypal-smart-button__row:after {
    width: 45%;
    position: relative;
    display: table-cell;
    top: 1em;
    content: "";
    border-top: 1px solid #caccd6;
}
.paypal-smart-button__row:before {
    right: 0;
}
.paypal-smart-button__row:after {
    left: 0;
}
.paypal-smart-button__text {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.thinkific__checkout__cart-item, .thinkific__checkout__cart-item--total-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -spec-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}
.thinkific__checkout__cart-item:after, .thinkific__checkout__cart-item:before, .thinkific__checkout__cart-item--total-row:after, .thinkific__checkout__cart-item--total-row:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.thinkific__checkout__cart-item__cost, .thinkific__cart-item__cost {
    text-align: right;
}
.thinkific__checkout__cart-item--total-row {
    width: 100%;
    line-height: 1;
    font-weight: bold;
    border-bottom: 1px solid #caccd6;
    border-top: 1px solid #caccd6;
    margin: 2rem 0 1rem;
    padding: 2rem 0;
}
.thinkific__checkout__credit-card-container {
    padding-top: 2rem;
}
#payment-form {
    padding-top: 1rem;
    position: relative;
}
#local-payment-errors {
    font-size: 15.75px;
    line-height: 1;
    position: relative;
    margin-bottom: 2rem;
    display: none;
    z-index: 1;
    background-color: #e75725;
    color: #fff;
    font-weight: 600;
    border: 1px solid #e75725;
    padding: 0.5rem;
}
.paypal-button-row {
    padding-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}
.paypal-button-row__text {
    margin-bottom: 1rem;
}
.paypal-express-checkout__form {
    width: 100%;
}
.paypal-express-checkout__form .btn-primary {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    background-color: #1e1c27;
    -moz-transition: all 200ms ease,font-size 200ms ease;
    -webkit-transition: all 200ms ease,font-size 200ms ease;
    -o-transition: all 200ms ease,font-size 200ms ease;
    transition: all 200ms ease,font-size 200ms ease;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 100px;
    -o-border-radius: 0;
    -webkit-border-radius: 100px;
    border-radius: 0;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-family: "Source Sans 3",sans-serif;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 16px 24px;
}
.paypal-express-checkout__form .btn-primary:active, .paypal-express-checkout__form .btn-primary:hover, .paypal-express-checkout__form .btn-primary:focus {
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background-color: #403c54;
    -moz-transition: all 300ms ease,box-shadow 400ms ease;
    -webkit-transition: all 300ms ease,box-shadow 400ms ease;
    -o-transition: all 300ms ease,box-shadow 400ms ease;
    transition: all 300ms ease,box-shadow 400ms ease;
    color: #fff;
    border-color: transparent;
}
.thinkific__checkout__coupon-code__input, .StripeElement {
    width: 100%;
    font-size: 1rem;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #caccd6;
    padding: 8px;
}
.thinkific__checkout__coupon-code__input::-webkit-input-placeholder, .StripeElement::-webkit-input-placeholder {
    color: transparent;
}
.thinkific__checkout__coupon-code__input::-moz-placeholder, .StripeElement::-moz-placeholder {
    color: transparent;
}
.thinkific__checkout__coupon-code__input:-ms-input-placeholder, .StripeElement:-ms-input-placeholder {
    color: transparent;
}
.thinkific__checkout__coupon-code__input:-moz-placeholder, .StripeElement:-moz-placeholder {
    color: transparent;
}
.thinkific__checkout__coupon-code__check-container {
    text-align: right;
}
.thinkific__checkout__coupon-code__form-container {
    margin: 0;
}
.thinkific__checkout__coupon-code.hide {
    display: none;
}
.thinkific__checkout__coupon-code label {
    font-size: 0.75rem;
    line-height: 2;
    color: #212326;
    font-weight: bold;
}
.thinkific__checkout__coupon-code__container {
    position: relative;
}
.thinkific__checkout__coupon-code__input-container {
    margin: 0 0 2rem;
}
#thinkific__checkout__coupon-code__errors-container.visible {
    font-size: 15.75px;
    line-height: 1;
    position: absolute;
    display: inline-block;
    right: 0;
    background-color: #e75725;
    color: #fff;
    font-weight: 600;
    border: 1px solid #e75725;
    padding: 0.5rem;
}
#thinkific__checkout__coupon-code__errors-container.visible+.thinkific__checkout__coupon-code__input-container .thinkific__checkout__coupon-code__input {
    border-color: #e75725;
}
#thinkific__checkout__coupon-code__errors-container.visible+.thinkific__checkout__coupon-code__input-container .thinkific__checkout__coupon-code__input:focus {
    outline-color: #e75725;
}
.thinkific__checkout__coupon-code__input {
    background-color: #fff;
}
.StripeElement {
    position: relative;
    background-color: #fff;
    margin: 0 0 2rem;
}
.StripeElement--focus {
    border: 1px solid #11BFE6;
}
.StripeElement.StripeElement--invalid {
    border-color: #e75725;
    outline-color: #e75725;
}
.CardField-number {
    font-size: 0.75rem;
    line-height: 2;
    color: #212326;
    font-weight: bold;
}
.CardField-number input {
    display: block;
}
.paypal-express-checkout__order-security, .order-security {
    width: 100%;
    display: block;
    padding: 2rem 0;
}
.paypal-express-checkout__order-security img, .order-security img {
    vertical-align: middle;
}
.paypal-express-checkout__order-security img:first-child, .order-security img:first-child {
    margin-right: 10px;
}
.order-security {
    padding: 0 1rem 2rem;
}
.order-security img {
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.collections {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.collections__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.collections__heading {
    font-size: 36px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0 0 1rem;
}
.course-review {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.course-review__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.course-review__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.course-review__wrapper:after, .course-review__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.course-review__heading {
    font-size: 36px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0 0 1rem;
}
.course-review__course-name {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0 0 1rem;
}
.course-review__form {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.course-review__form .review__stars input {
    width: 2rem;
    height: 2rem;
    margin-left: -0.125rem;
}
.course-review__form .review__stars input:focus {
    outline-offset: 0;
    outline-style: dotted;
}
.course-review__form .review__star {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.42rem;
}
.course-review__form .review__stars-input {
    margin-top: 1rem;
    display: block;
}
.course-review__form .review__stars-input:before {
    font-size: 2rem;
}
.course-review__form .review__star ~ .review__star {
    left: 2.09722rem;
}
.course-review__form .review__star ~ .review__star ~ .review__star {
    left: 4.19444rem;
}
.course-review__form .review__star ~ .review__star ~ .review__star ~ .review__star {
    left: 6.29166rem;
}
.course-review__form .review__star ~ .review__star ~ .review__star ~ .review__star ~ .review__star {
    left: 8.22111rem;
}
.course-review__submit {
    padding-top: 3rem;
}
[data-menu-style="floating"] ~ .custom>div {
    margin-top: 6.5rem;
}
.custom__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.student-dashboard {
    background-color: #242323;
}
.student-dashboard__container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 2rem 1rem;
}
.student-dashboard__banner {
    background-color: #fff;
}
.student-dashboard__banner .section__heading {
    margin-bottom: 0;
}
.student-dashboard__form .form__group {
    margin-right: 0;
    margin-left: 0;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -spec-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -spec-justify-content: space-between;
    -ms-flex-pack: justify;
}
.student-dashboard__form .form__select-no-label {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -spec-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
}
.student-dashboard__form .form__select-no-label .form__control {
    background-color: transparent;
    border: 0;
    direction: rtl;
}
.my-account {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.my-account-credit-card-page .my-account .my-account__heading {
    margin-bottom: 3rem;
}
.my-account-credit-card-page .my-account .my-account__card_information {
    margin-bottom: 0;
}
.my-account-credit-card-page .my-account .order-security {
    padding: 0;
}
.my-account__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.my-account__heading {
    font-size: 36px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0 0 1rem;
}
.my-account__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.my-account__wrapper:after, .my-account__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.my-account__menu {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.my-account__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.my-account__profile__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.my-account__profile__wrapper:after, .my-account__profile__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.my-account__avatar {
    width: 100%;
    padding-top: 8px;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    margin: 0 0 1rem;
}
.my-account__avatar img {
    max-width: 150px;
    margin: 0 auto;
}
.my-account__avatar input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: -9999;
    overflow: hidden;
}
.my-account__avatar .button-upload {
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #6f7282;
}
.my-account__avatar .button-upload:active, .my-account__avatar .button-upload:hover {
    color: #4c4e59;
}
.my-account__avatar .form__feedback {
    font-size: 15.75px;
    line-height: normal;
    text-align: center;
}
.my-account__avatar-label {
    display: block;
    cursor: pointer;
}
.my-account__avatar-label img {
    margin: 0 auto 1rem;
}
.my-account__avatar-label .button-upload {
    font-size: 15.75px;
    line-height: 1;
    font-weight: 600;
    font-family: "Libre Baskerville",sans-serif;
    cursor: pointer;
}
.my-account__form-contents {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.my-account__back-link {
    font-size: 15.75px;
    display: inline-block;
    margin: 0 0 1rem;
}
.my-account__order-overview {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 2rem;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    list-style: none;
}
.my-account__order-overview:after, .my-account__order-overview:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.my-account__order-overview li {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.my-account__order-overview p {
    width: 100%;
    font-size: 18px;
    line-height: normal;
    line-height: 1;
    display: block;
    background-color: #fff;
    background-color: #f7f7f7;
    -moz-transition: border-color 200ms ease,outline 200ms ease;
    -webkit-transition: border-color 200ms ease,outline 200ms ease;
    -o-transition: border-color 200ms ease,outline 200ms ease;
    transition: border-color 200ms ease,outline 200ms ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 2px solid #d9d9d9;
    padding: 12px;
}
.my-account__order-overview p[readonly] {
    background-color: #f7f7f7;
}
.my-account__order-overview p:active, .my-account__order-overview p:hover {
    -moz-transition: border-color 200ms ease,outline 200ms ease;
    -webkit-transition: border-color 200ms ease,outline 200ms ease;
    -o-transition: border-color 200ms ease,outline 200ms ease;
    transition: border-color 200ms ease,outline 200ms ease;
}
.my-account__order-overview strong {
    font-size: 15.75px;
    line-height: 2;
    color: #212326;
    font-weight: bold;
}
.my-account__order-overview strong input, .my-account__order-overview strong textarea {
    display: block;
}
.my-account__order-overview strong input[type="checkbox"] {
    width: auto;
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
}
.my-account__order-summary thead tr>*:last-child, .my-account__order-summary tbody tr>*:last-child {
    text-align: right;
}
.credit-card__buttons {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -spec-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -spec-align-items: flex-start;
    -ms-flex-align: start;
}
.credit-card__buttons:after, .credit-card__buttons:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.credit-card__buttons .button {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -spec-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
}
.credit-card__buttons .btn {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    margin-right: 0.5rem;
    display: inline-block;
    -moz-transition: all 200ms ease,font-size 200ms ease;
    -webkit-transition: all 200ms ease,font-size 200ms ease;
    -o-transition: all 200ms ease,font-size 200ms ease;
    transition: all 200ms ease,font-size 200ms ease;
    font-weight: 600;
    text-decoration: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: "Source Sans 3",sans-serif;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 16px 24px;
}
.credit-card__buttons .btn:active, .credit-card__buttons .btn:hover, .credit-card__buttons .btn:focus {
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -moz-transition: all 300ms ease,box-shadow 400ms ease;
    -webkit-transition: all 300ms ease,box-shadow 400ms ease;
    -o-transition: all 300ms ease,box-shadow 400ms ease;
    transition: all 300ms ease,box-shadow 400ms ease;
}
.credit-card__buttons .btn-primary {
    margin-right: 0;
    margin-left: auto;
    background-color: #1e1c27;
    color: #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid transparent;
}
.credit-card__buttons .btn-primary:active, .credit-card__buttons .btn-primary:hover, .credit-card__buttons .btn-primary:focus {
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background-color: #403c54;
    color: #fff;
    border-color: transparent;
}
.credit-card__buttons .btn-default {
    background-color: transparent;
    color: #efeff1;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #ededf0;
}
.credit-card__buttons .btn-default:active, .credit-card__buttons .btn-default:hover, .credit-card__buttons .btn-default:focus {
    -moz-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    -webkit-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    -o-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    background-color: transparent;
    color: #efeff1;
    border-color: #c3c3cd;
}
table .btn-primary {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    background-color: #1e1c27;
    -moz-transition: all 200ms ease,font-size 200ms ease;
    -webkit-transition: all 200ms ease,font-size 200ms ease;
    -o-transition: all 200ms ease,font-size 200ms ease;
    transition: all 200ms ease,font-size 200ms ease;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 100px;
    -o-border-radius: 0;
    -webkit-border-radius: 100px;
    border-radius: 0;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-family: "Source Sans 3",sans-serif;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 16px 24px;
}
table .btn-primary:active, table .btn-primary:hover, table .btn-primary:focus {
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.25);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background-color: #403c54;
    -moz-transition: all 300ms ease,box-shadow 400ms ease;
    -webkit-transition: all 300ms ease,box-shadow 400ms ease;
    -o-transition: all 300ms ease,box-shadow 400ms ease;
    transition: all 300ms ease,box-shadow 400ms ease;
    color: #fff;
    border-color: transparent;
}
table .text-right {
    text-align: right;
}
.password-reset {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.password-reset__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.password-reset__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.password-reset__wrapper:after, .password-reset__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.password-reset__heading {
    font-size: 36px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    margin: 0 0 1rem;
}
.password-reset__form {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.password-reset__sent {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.coming-soon__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.coming-soon__wrapper:after, .coming-soon__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.coming-soon__form, .coming-soon__thank-you {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.coming-soon__thank-you .coming-soon__subheading {
    text-align: center;
}
.sign-in, .sign-up, .express-sign-in, .social-sign-up {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sign-in .page__heading, .sign-up .page__heading, .social-sign-up .page__heading {
    text-align: center !important;
    margin-bottom: 2rem;
}
.sign-in__container, .sign-up__container, .express-sign-in__container, .social-sign-up__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.sign-in__wrapper, .sign-up__wrapper, .express-sign-in__wrapper, .social-sign-up__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.sign-in__wrapper:after, .sign-in__wrapper:before, .sign-up__wrapper:after, .sign-up__wrapper:before, .express-sign-in__wrapper:after, .express-sign-in__wrapper:before, .social-sign-up__wrapper:after, .social-sign-up__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.sign-in__form, .sign-up__form, .express-sign-in__form, .social-sign-up__form {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.sign-in__form form, .sign-up__form form, .express-sign-in__form form, .social-sign-up__form form {
    margin-bottom: 3rem;
}
.sign-in__sign-up, .sign-up__sign-in {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    text-align: center;
}
.sign-in__sign-up a, .sign-up__sign-in a {
    font-size: 15.75px;
    color: #212326;
}
.sign-in .remote-sign-up__divider {
    display: none;
}
.sign-up .remote-sign-in__divider {
    display: none;
}
.remote-sign-in__vendor-logins {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}
.remote-sign-in__vendor-list {
    text-align: center;
    margin-bottom: 2rem;
    list-style: none;
}
.remote-sign-in__vendor-list-item {
    display: inline-block;
    margin: 0 0.5rem;
}
.remote-sign-in__vendor-list-item a {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
    position: relative;
    display: inline-block;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 0 !important;
}
.remote-sign-in__vendor-list-item a.facebook {
    background-color: #3b5998;
}
.remote-sign-in__vendor-list-item a.google-plus {
    background-color: #db4437;
}
.remote-sign-in__vendor-list-item a.instagram {
    background-color: #c32aa3;
}
.remote-sign-in__vendor-list-item a.linkedin {
    background-color: #007bb5;
}
.remote-sign-in__vendor-list-item a.pinterest {
    background-color: #bd081c;
}
.remote-sign-in__vendor-list-item a.skype {
    background-color: #00aff0;
}
.remote-sign-in__vendor-list-item a.slack {
    background-color: #4d394b;
}
.remote-sign-in__vendor-list-item a.spotify {
    background-color: #1ed760;
}
.remote-sign-in__vendor-list-item a.twitter {
    background-color: #1da1f2;
}
.remote-sign-in__vendor-list-item a.youtube {
    background-color: red;
}
.remote-sign-in__vendor-list-item a .fa {
    position: absolute;
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -spec-transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
}
.remote-sign-in__divider, .remote-sign-up__divider {
    width: 100%;
    font-size: 22.5px;
    position: relative;
    text-align: center;
    margin-top: 2rem;
    display: block;
    opacity: 0.5;
    font-weight: 400;
}
.remote-sign-in__divider:before, .remote-sign-up__divider:before {
    width: 50%;
    height: 1px;
    position: absolute;
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    -spec-transform: translatex(-50%);
    left: 50%;
    top: 50%;
    opacity: 0.8;
    z-index: 0;
    content: "";
    border-top: 1px solid #212326;
}
.remote-sign-in__divider span, .remote-sign-up__divider span {
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: #fff;
    padding: 0 1rem;
}
.banner__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.banner__container--small .banner__wrapper, .banner__container--medium .banner__wrapper, .banner__container--large .banner__wrapper, .banner__container--xlarge .banner__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.banner__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.banner__wrapper:after, .banner__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.banner .section__content {
    width: 100%;
}
.banner.section--has-media .section__button-group .product-action-buttons__purchase {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.banner .section__heading {
    font-size: 36px;
    line-height: 1.35;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
}
.banner .section__subheading {
    margin-bottom: 0;
    margin-top: 24px;
}
.banner .section__button-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -spec-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -spec-align-items: flex-start;
    -ms-flex-align: start;
    gap: 0 1rem;
}
.banner .section__button-group:after, .banner .section__button-group:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.banner .section__button-group .button {
    margin-bottom: 1rem;
    margin-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -spec-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
}
.banner .section__button-group .product-action-buttons--has-additional-prices .form__control.product-action-buttons__additional-prices {
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans 3",sans-serif;
    border-width: 2px;
}
.banner .section__button-group .product-action-buttons--has-additional-prices .form__select-no-label {
    width: 100%;
    line-height: 1;
    margin-bottom: 1rem;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -spec-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.banner .section__button-group .product-action-buttons--has-additional-prices .button {
    line-height: 1;
    white-space: nowrap;
}
.banner .section__button-group .product-action-buttons--has-additional-prices .button-purchase {
    width: 100%;
}
.banner .section__button-group .product-action-buttons__purchase {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
}
.banner .section__video {
    width: 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}
.banner .section__video__wrapper {
    width: 100%;
}
.banner .section__image {
    width: 100%;
    min-height: 250px;
}
.bonus__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.bonus__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.bonus__wrapper:after, .bonus__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.bonus__list-item {
    border-bottom: 1px solid #caccd6;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
}
.bonus__list-item:last-of-type {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.bonus__list-item .section__heading--secondary {
    font-weight: 400;
    margin: 0 0 1rem;
}
.bonus__list-item .bonus__list-item__price {
    font-size: 18px;
    color: #11BFE6;
    font-weight: bold;
    font-family: "Source Sans 3",sans-serif;
}
.bundle-includes__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.bundle-includes .section__button-group {
    text-align: right;
}
.bundle-includes .course-card__lesson-count, .bundle-includes .course-card__price {
    display: none;
}
.call-to-action .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.call-to-action .section__subheading {
    margin-bottom: 0;
}
.call-to-action .section__button-group {
    text-align: inherit;
    margin-top: 16px;
}
.call-to-action__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.call-to-action__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.call-to-action__wrapper:after, .call-to-action__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.call-to-action__section-link {
    display: block;
    text-decoration: none;
}
.section-height__xlarge .call-to-action__section-link>[class*="__container"] {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.section-height__large .call-to-action__section-link>[class*="__container"] {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
.section-height__medium .call-to-action__section-link>[class*="__container"] {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section-height__small .call-to-action__section-link>[class*="__container"] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.cta-community__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.cta-community__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.cta-community__wrapper:after, .cta-community__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.cta-community .section__content {
    text-align: center;
    align-self: center;
}
.cta-community .section__heading {
    font-size: 36px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
}
.cta-community.section__heading-alignment--right .section__headings {
    align-items: flex-end;
}
.cta-community.section__heading-alignment--center .section__headings {
    align-items: center;
}
.cta-course__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.cta-course__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.cta-course__wrapper:after, .cta-course__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.cta-course .section__content {
    text-align: center;
    align-self: center;
}
.cta-course .section__heading {
    font-size: 36px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
}
.cta-course.section__heading-alignment--right .section__headings {
    align-items: flex-end;
}
.cta-course.section__heading-alignment--center .section__headings {
    align-items: center;
}
.checklist__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.checklist__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.checklist__wrapper:after, .checklist__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.checklist__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.checklist__list:after, .checklist__list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.checklist__list-item {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #caccd6;
}
.checklist__list-item p {
    margin: 0;
}
.checklist__list-item .fa {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1em;
    line-height: 2.5em;
    flex: 0 0 auto;
    text-align: center;
    display: inline-block;
    background-color: #11BFE6;
    color: #fff;
    float: left;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -spec-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -spec-flex: 0 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    margin: 0 1rem 0 0;
}
.checkout__thank-you-upsells {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.checkout__thank-you-upsells__container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 4rem 1rem;
}
.checkout__thank-you-upsells__container .section__headings {
    margin: 0 0 2rem;
}
.checkout__thank-you-upsells__container .section__heading {
    margin-bottom: 0.5rem;
}
.checkout__thank-you-upsells__list {
    padding-top: 0;
    padding-right: 0;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-left: 1rem;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.checkout__thank-you-upsells__list:after, .checkout__thank-you-upsells__list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.checkout__thank-you-upsells__list-item {
    width: 100%;
    padding-bottom: 2rem;
}
.community-overview__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.community-overview__content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
}
.community-overview__description {
    margin-bottom: 40px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -spec-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}
.community-overview__card {
    margin-bottom: 16px;
}
.community-card {
    -moz-box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    -o-box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.community-card__image {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.community-card img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.community-card__details {
    padding: 24px 24px 0;
}
.community-card__details__title {
    line-height: 30px;
    position: relative;
    margin-bottom: 16px;
}
.community-card__details hr {
    height: 1px;
    max-width: 46px;
    background-color: #212326;
    border: 0;
    margin: 0 0 24px;
}
.community-card__details ul {
    margin-left: 0;
    list-style: none;
}
.community-card__details-item {
    margin-bottom: 16px;
    display: flex;
}
.community-card__details-item:last-child {
    margin-bottom: 24px;
}
.community-card__details-item i {
    font-size: 24px;
    flex: 0 0 26px;
    color: #11BFE6;
}
.community-card__details-item span {
    font-size: 20px;
    line-height: 25px;
    margin-left: 16px;
    font-weight: normal;
    font-style: normal;
}
.countdown.section__column-layout__one-column .section__headings, .countdown.section__column-layout__one-column .section__body {
    text-align: center;
}
.countdown.section__column-layout__two-column .section__headings {
    text-align: center;
}
.countdown .section__button-group {
    padding-top: 1rem;
}
.countdown ul {
    margin-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.countdown__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.countdown__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
}
.countdown__wrapper:after, .countdown__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.countdown-clock {
    width: 100%;
    text-align: center;
    display: inline-block;
    list-style: none;
    margin: 0;
}
.countdown-clock li {
    font-size: 2rem;
    line-height: 1;
    min-width: 50%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: 400;
    font-family: "Libre Baskerville",sans-serif;
    border: 1px solid #caccd6;
    word-break: normal;
    padding: 1.75rem 1rem;
}
.countdown-clock li strong {
    font-size: 0.8rem;
    display: block;
    font-weight: 400;
    font-family: "Source Sans 3",sans-serif;
    padding: 5px 0 0;
}
.course-cards__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    margin: 0 auto;
}
.course-cards__featured-list-item {
    width: 100%;
    padding: 0 1rem 2rem;
}
.course-cards .section__headings, .course-cards .section__content {
    width: 100%;
}
.course-categories__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.course-curriculum__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.course-curriculum .section__subheading {
    margin-bottom: 0;
}
.course-curriculum__content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
}
.course-curriculum__chapter-container {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -spec-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    gap: 0 40px;
}
.course-curriculum__chapter-container--empty {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.course-curriculum__chapter-list {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    align-self: flex-start;
    list-style: none;
}
.course-curriculum__chapter-list:after, .course-curriculum__chapter-list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.course-curriculum__chapter-list .course-curriculum__chapter {
    border-bottom: 1px solid #212326;
}
.course-curriculum__chapter-list--empty {
    margin-bottom: 40px;
    opacity: 40%;
}
.course-curriculum__chapter-list--empty ol {
    width: 100%;
    margin-left: 0;
}
.course-curriculum__chapter-header {
    width: 100%;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 24px;
}
.course-curriculum__chapter-header .toga-icon {
    font-size: 1.5rem;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #11BFE6;
}
.course-curriculum__chapter-header.collapse .toga-icon {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.course-curriculum__chapter-header.collapse .course-curriculum__chapter-title {
    position: relative;
}
.course-curriculum__chapter-header.collapse .course-curriculum__chapter-content {
    opacity: 0;
}
.course-curriculum__chapter-content {
    -moz-transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    list-style: none;
}
.course-curriculum__chapter-content a {
    text-decoration: none;
}
.course-curriculum__chapter-content a p {
    text-decoration: underline;
}
.course-curriculum__chapter-content a:active p, .course-curriculum__chapter-content a:hover p {
    text-decoration: none;
}
.course-curriculum__chapter-content li {
    line-height: 1.5;
    position: relative;
    margin-bottom: 1em;
}
.course-curriculum__chapter-content--collapsed {
    display: none;
}
.course-curriculum__chapter {
    width: 100%;
    padding-right: 1rem;
    padding-right: 0;
    padding-left: 1rem;
    padding-left: 0;
    line-height: 1;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.course-curriculum__chapter-content-wrapper {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -spec-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    overflow: hidden;
}
.course-curriculum__chapter-content-wrapper ol {
    list-style: none;
    margin: 0;
}
.course-curriculum__chapter-content-wrapper.disabled {
    pointer-events: none;
}
.course-curriculum__chapter-title {
    padding-right: 2rem;
    font-size: 21.6px;
    position: relative;
    font-weight: 400;
    font-family: "Source Sans 3",sans-serif;
    margin: 0;
}
.course-curriculum__lesson-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.course-curriculum__lesson-title p {
    padding-right: 1rem;
    margin: 4px 0;
}
.course-curriculum__chapter-lesson {
    display: flex;
}
.course-curriculum__chapter-lesson--free {
    font-size: 15.75px;
    line-height: 1;
    background-color: #11BFE6;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 4px 0;
    padding: 5px 8px;
}
.course-curriculum__chapter-lesson i {
    padding-right: 1rem;
    font-size: 1.5rem;
    vertical-align: sub;
    margin: 4px 0;
}
.course-curriculum__chapter-toggle .button--link {
    margin-top: 2rem;
    color: #6f7282;
    font-weight: normal;
    font-family: "Source Sans 3",sans-serif;
    border: 0;
    text-transform: none;
    background-image: none;
    padding: 0;
}
.course-curriculum__chapter-toggle .button--link:hover, .course-curriculum__chapter-toggle .button--link:active, .course-curriculum__chapter-toggle .button--link:focus {
    color: #4c4e59;
    cursor: pointer;
}
.course-curriculum__card {
    margin-bottom: 16px;
}
.description {
    overflow: hidden;
}
.description .section__headings {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.description .section__heading, .description .section__subheading {
    color: #212326;
}
.description .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}
.description .section__button-group {
    padding-top: 2rem;
}
.description__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.description__container:before {
    position: absolute;
    left: -100%;
    display: block;
    right: -100%;
    top: 0;
    z-index: 0;
    background-color: #242323;
    bottom: 0;
    content: "";
}
.description__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.description__wrapper:after, .description__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.faq.section__heading-alignment--right details {
    padding-right: 2rem;
    padding-left: 0;
}
.faq.section__heading-alignment--right .faq__list-item i {
    left: initial;
    right: -40px;
}
.faq.section__heading-alignment--right .section__body {
    text-align: right;
}
.faq.section__heading-alignment--center details {
    padding-right: 2rem;
}
.faq.section__heading-alignment--center .section__body {
    text-align: center;
}
.faq .section__headings {
    padding: 0;
}
.faq .section__content {
    text-align: left;
}
.faq .section__headings, .faq .section__content {
    width: 100%;
}
.faq__container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
    margin: 0 auto;
}
.faq__wrapper {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.faq__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.faq__list:after, .faq__list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.faq__list-item {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 0 2rem;
}
.faq__list-item:nth-of-type(1) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -spec-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.faq__list-item:nth-of-type(2) {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -spec-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.faq__list-item:nth-of-type(3) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -spec-animation-delay: 1s;
    animation-delay: 1s;
}
.faq__list-item:last-of-type {
    margin-bottom: 0;
}
.faq__list-item details {
    padding-left: 2rem;
    cursor: pointer;
}
.faq__list-item details summary {
    list-style: none;
}
.faq__list-item details summary::-webkit-details-marker {
    display: none;
}
.faq__list-item details[open] ~ p {
    opacity: 0;
    -moz-transition: max-height 200ms ease,padding 200ms ease,opacity 200ms ease;
    -webkit-transition: max-height 200ms ease,padding 200ms ease,opacity 200ms ease;
    -o-transition: max-height 200ms ease,padding 200ms ease,opacity 200ms ease;
    transition: max-height 200ms ease,padding 200ms ease,opacity 200ms ease;
    max-height: 0;
    padding: 0;
}
.faq__list-item details[open] i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq__list-item strong {
    width: 100%;
    line-height: 1.5;
    position: relative;
    display: block;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -spec-user-select: none;
    margin: 0;
}
.faq__list-item strong i {
    font-size: 1.5rem;
    position: absolute;
    left: -40px;
    top: 0;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #11BFE6;
}
.faq__list-item p {
    position: relative;
    opacity: 1;
    z-index: 102;
    -moz-transition: max-height 200ms ease,padding 200ms ease,opacity 200ms ease;
    -webkit-transition: max-height 200ms ease,padding 200ms ease,opacity 200ms ease;
    -o-transition: max-height 200ms ease,padding 200ms ease,opacity 200ms ease;
    transition: max-height 200ms ease,padding 200ms ease,opacity 200ms ease;
    overflow: hidden;
    max-height: 1000px;
    margin: 0;
    padding: 1rem 0;
}
.footer {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    margin-top: auto;
    background-color: #fff;
    color: #f6f6f6;
}
.home-landing-page .footer, .course-landing-page .footer, .bundle-landing-page .footer {
    border-top: 0;
}
.footer .section__content {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.footer .section__content:after, .footer .section__content:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.footer .section__divide {
    background-color: #212326;
}
.footer__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.footer__nav-site, .footer__nav-social {
    text-align: center;
}
.footer__nav-site a, .footer__nav-social a {
    font-size: 15.75px;
    display: inline-block;
    color: #f6f6f6;
    font-weight: 600;
    text-decoration: none;
}
.footer__nav-site a:active, .footer__nav-site a:hover, .footer__nav-social a:active, .footer__nav-social a:hover {
    color: #d0d0d0;
}
.footer__nav-site li, .footer__nav-social li {
    display: inline-block;
}
.footer__nav-site li:last-child, .footer__nav-social li:last-child {
    margin-right: 0;
}
.footer__nav-site {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    margin-bottom: 2rem;
}
.footer__nav-site .footer__nav-item {
    margin: 0 1rem;
}
.footer__nav-social {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.footer__nav-social a {
    font-size: 1.2rem;
}
.footer__nav-social .footer__nav-item {
    margin: 0 0.4rem;
}
.footer__copyright, .footer__white-label {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 15.75px;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    text-align: center;
    opacity: 0.8;
    color: #f6f6f6;
}
.footer__white-label {
    margin-right: 0;
    margin-left: auto;
}
.footer__white-label a {
    color: #f6f6f6;
    text-decoration: none;
}
.gallery .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.gallery__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.gallery__wrapper:after, .gallery__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.gallery__list {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.gallery__list:after, .gallery__list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.gallery__list-item {
    width: 100%;
    padding-top: 0;
    padding-right: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-left: 0;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
}
.gallery__list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-icon__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.text-icon__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.text-icon__list:after, .text-icon__list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.text-icon__list-item {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #caccd6;
    padding: 2rem 1rem;
}
.text-icon__list-item:last-child {
    border-right: 1px solid #caccd6;
    border-bottom: 1px solid #caccd6;
}
.text-icon__list-item .section__heading--secondary {
    margin-bottom: 1rem;
}
.text-icon__list-item p {
    margin-bottom: 0;
}
.text-icon__list-item .fa {
    font-size: 2.5rem;
    color: #11BFE6;
    margin: 0 0 2rem;
}
.text-image .section__content {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.text-image .section__content:after, .text-image .section__content:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.text-image .section__button-group {
    padding-top: 3rem;
}
.text-image__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.text-image__body {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.text-image__image {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.text-image__image img {
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}
.text-image__body+.text-image__image {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.instructor {
    overflow: hidden;
}
.instructor .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.instructor__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.instructor__list {
    margin: 0 auto;
}
.instructor__list.owl-carousel .owl-item {
    padding: 0 2rem;
}
.instructor__list.owl-carousel .owl-item .instructor__avatar {
    width: 150px;
    height: 150px;
    display: inline-block;
}
.instructor__list.owl-carousel .owl-nav .owl-prev button, .instructor__list.owl-carousel .owl-nav .owl-next button {
    opacity: 0.4;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.instructor__list.owl-carousel .owl-nav .owl-prev button:active, .instructor__list.owl-carousel .owl-nav .owl-prev button:hover, .instructor__list.owl-carousel .owl-nav .owl-next button:active, .instructor__list.owl-carousel .owl-nav .owl-next button:hover {
    opacity: 1;
}
.instructor__profile header {
    text-align: center;
    margin: 0 0 2rem;
}
.instructor__avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 1rem;
}
.instructor__name {
    text-align: center;
    margin: 0 0 0.5rem;
}
.instructor__title {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.instructor__bio {
    text-align: center;
}
.instructor__email {
    text-decoration: none;
}
.instructor__email .fa {
    margin-right: 0.5rem;
}
.lead-capture .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    margin: auto;
}
.lead-capture .form__group {
    margin-top: 1rem;
}
.lead-capture .form__group-checkbox {
    margin-top: 0.5rem;
}
.lead-capture .button:disabled, .lead-capture .button[aria-disabled="true"] {
    background-color: #e5e5e5;
    color: #adb5bd;
    border: 2px solid #e5e5e5;
}
.lead-capture .lead-capture__success {
    pointer-events: none;
}
.lead-capture .lead-capture__success .form__group:not(.form__button-group) {
    opacity: 0.3;
}
.lead-capture .lead-capture__error-msg {
    display: none;
    color: #e75725;
    padding: 0 1rem;
}
.lead-capture .lead-capture__success-msg {
    display: none;
}
.lead-capture__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.lead-capture__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.lead-capture__wrapper:after, .lead-capture__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.header {
    position: relative;
    z-index: 301;
    background-color: #fff;
    -moz-transition: background-color 400ms ease,box-shadow 200ms ease;
    -webkit-transition: background-color 400ms ease,box-shadow 200ms ease;
    -o-transition: background-color 400ms ease,box-shadow 200ms ease;
    transition: background-color 400ms ease,box-shadow 200ms ease;
    border-bottom: 1px solid #caccd6;
}
.home-landing-page .header, .course-landing-page .header, .bundle-landing-page .header, .page-template .header, .coming-soon-page .header, .student-dashboard .header, .student-certificate-page .header, .collections-landing-page .header {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header__container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 1rem;
}
.header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-lines: multiple;
    -webkit-box-lines: single;
    -moz-box-lines: multiple;
    -moz-box-lines: single;
    -spec-box-lines: multiple;
    -spec-box-lines: single;
    box-lines: multiple;
    box-lines: single;
    -webkit-flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: wrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    -spec-flex-wrap: wrap;
    -spec-flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -spec-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -spec-justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0;
}
.header__wrapper:after, .header__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.header__logo {
    padding-right: 1rem;
    line-height: 1;
}
.header__logo a {
    display: inline-block;
    text-decoration: none;
}
.header__logo img {
    width: auto;
    max-width: initial;
    max-height: 35px;
}
.header__school-name {
    font-size: 16px;
    line-height: 1;
    min-width: 12rem;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
}
.header__school-name a {
    color: #f6f6f6;
}
[data-menu-style="floating"] .header__school-name a {
    color: #efeff0;
}
.header__school-name a:active, .header__school-name a:hover, .header__school-name a:focus {
    color: #d0d0d0;
}
[data-menu-style="floating"] .header__school-name a:active, [data-menu-style="floating"] .header__school-name a:hover, [data-menu-style="floating"] .header__school-name a:focus {
    color: #c8c8cb;
}
.header__nav {
    width: 100%;
}
.header__nav>ul {
    text-align: right;
}
[data-menu-style="floating"] {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
}
.student-dashboard [data-menu-style="floating"], .collections-landing-page [data-menu-style="floating"] {
    position: relative;
}
.student-dashboard [data-menu-style="floating"].fixed, .collections-landing-page [data-menu-style="floating"].fixed {
    position: sticky;
}
[data-menu-style="floating"] ~ .home>section:first-of-type, [data-menu-style="floating"] ~ .course>section:first-of-type, [data-menu-style="floating"] ~ .bundle>section:first-of-type, [data-menu-style="floating"] ~ .coming-soon>section:first-of-type, [data-menu-style="floating"] ~ .student-certificate>section:first-of-type, [data-menu-style="floating"] ~ .custom>section:first-of-type {
    padding-top: 4rem;
}
.header__nav-item {
    display: inline-block;
}
.user-signed-in .dropdown__menu .header__nav-item--default {
    display: none;
}
.header__nav-cta {
    display: none;
}
.header__nav-cta a.button-secondary {
    width: 100%;
    background-color: transparent;
    color: #efeff1;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #ededf0;
}
.header__nav-cta a.button-secondary:active, .header__nav-cta a.button-secondary:hover, .header__nav-cta a.button-secondary:focus {
    -moz-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    -webkit-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    -o-box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    box-shadow: 0 4px 12px 0 rgba(40,44,46,0.21);
    background-color: transparent;
    color: #efeff1;
    border-color: #c3c3cd;
}
.header__user-avatar {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
}
.header__mobile-button {
    width: 24px;
    height: 24px;
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.header__mobile-button:hover .header__mobile-button__toggle-icon span, .header__mobile-button:active .header__mobile-button__toggle-icon span {
    background-color: #d0d0d0;
}
.header__mobile-button:hover .header__mobile-button__toggle-icon span:before, .header__mobile-button:hover .header__mobile-button__toggle-icon span:after, .header__mobile-button:active .header__mobile-button__toggle-icon span:before, .header__mobile-button:active .header__mobile-button__toggle-icon span:after {
    background-color: #d0d0d0;
}
.header__mobile-button__label {
    width: max-content;
    font-size: 0.6rem;
    line-height: normal;
    position: absolute;
    text-align: center;
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    -spec-transform: translatex(-50%);
    left: 50%;
    margin-top: 2px;
    display: block;
    color: #f6f6f6;
    text-transform: uppercase;
    cursor: pointer;
}
[data-menu-style="floating"] .header__mobile-button__label {
    color: #efeff0;
}
.open .header__mobile-button__label {
    color: #fff;
}
.header__mobile-button__toggle-icon {
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
    display: block;
    -moz-transition: background 250ms;
    -webkit-transition: background 250ms;
    -o-transition: background 250ms;
    transition: background 250ms;
    overflow: hidden;
    -webkit-appearance: none;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
}
.header__mobile-button__toggle-icon span {
    height: 3px;
    position: absolute;
    left: 0;
    display: block;
    right: 0;
    top: 10.5px;
    background-color: #f6f6f6;
    -moz-transition: background 250ms ease;
    -webkit-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
}
.header__mobile-button__toggle-icon span:before, .header__mobile-button__toggle-icon span:after {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    display: block;
    background-color: #f6f6f6;
    -moz-transition-delay: 250ms,0s;
    -webkit-transition-delay: 250ms,0s;
    -o-transition-delay: 250ms,0s;
    transition-delay: 250ms,0s;
    -spec-transition-delay: 250ms,0s;
    content: "";
    -moz-transition-duration: 250ms,250ms;
    -webkit-transition-duration: 250ms,250ms;
    -o-transition-duration: 250ms,250ms;
    transition-duration: 250ms,250ms;
    -spec-transition-duration: 250ms,250ms;
}
.open .header__mobile-button__toggle-icon span:before, .open .header__mobile-button__toggle-icon span:after {
    -moz-transition-delay: 0s,250ms;
    -webkit-transition-delay: 0s,250ms;
    -o-transition-delay: 0s,250ms;
    transition-delay: 0s,250ms;
    -spec-transition-delay: 0s,250ms;
}
.header__mobile-button__toggle-icon span:before {
    top: -7px;
    -moz-transition-property: top,-webkit-transform,-moz-transform,transform;
    -webkit-transition-property: top,-webkit-transform,-moz-transform,transform;
    -moz-transition-property: top,-webkit-transform,-moz-transform,-webkit-transform;
    -o-transition-property: top,-webkit-transform,-moz-transform,transform;
    -webkit-transition-property: top,-webkit-transform,-moz-transform,-webkit-transform;
    -moz-transition-property: top,-webkit-transform,-moz-transform,-moz-transform;
    transition-property: top,-webkit-transform,-moz-transform,transform;
    -o-transition-property: top,-webkit-transform,-moz-transform,-webkit-transform;
    -webkit-transition-property: top,-webkit-transform,-moz-transform,-moz-transform;
    transition-property: top,-webkit-transform,-moz-transform,-webkit-transform;
    -o-transition-property: top,-webkit-transform,-moz-transform,-moz-transform;
    transition-property: top,-webkit-transform,-moz-transform,-moz-transform;
}
.open .header__mobile-button__toggle-icon span:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}
.header__mobile-button__toggle-icon span:after {
    bottom: -7px;
    -moz-transition-property: bottom,-webkit-transform,-moz-transform,transform;
    -webkit-transition-property: bottom,-webkit-transform,-moz-transform,transform;
    -moz-transition-property: bottom,-webkit-transform,-moz-transform,-webkit-transform;
    -o-transition-property: bottom,-webkit-transform,-moz-transform,transform;
    -webkit-transition-property: bottom,-webkit-transform,-moz-transform,-webkit-transform;
    -moz-transition-property: bottom,-webkit-transform,-moz-transform,-moz-transform;
    transition-property: bottom,-webkit-transform,-moz-transform,transform;
    -o-transition-property: bottom,-webkit-transform,-moz-transform,-webkit-transform;
    -webkit-transition-property: bottom,-webkit-transform,-moz-transform,-moz-transform;
    transition-property: bottom,-webkit-transform,-moz-transform,-webkit-transform;
    -o-transition-property: bottom,-webkit-transform,-moz-transform,-moz-transform;
    transition-property: bottom,-webkit-transform,-moz-transform,-moz-transform;
}
.open .header__mobile-button__toggle-icon span:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}
[data-menu-style="floating"] .header__mobile-button__toggle-icon span {
    background-color: #efeff0;
}
[data-menu-style="floating"] .header__mobile-button__toggle-icon span:before, [data-menu-style="floating"] .header__mobile-button__toggle-icon span:after {
    background-color: #efeff0;
}
.open .header__mobile-button__toggle-icon span {
    background-image: none !important;
}
.dropdown {
    position: relative;
}
.dropdown__toggle-button {
    width: 100%;
    position: relative;
    display: block;
    background-color: transparent;
    font-family: inherit;
    border: 0;
    cursor: pointer;
}
.pricing-table__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.pricing-table__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.pricing-table__wrapper:after, .pricing-table__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.pricing-table__list-item {
    justify-content: space-between;
    border-bottom: 1px solid #caccd6;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -spec-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -spec-justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
}
.pricing-table__list-item:last-of-type {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.pricing-table__list-item .button {
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}
.pricing-table__list-item-details__price {
    margin: 0 0 0.5rem;
}
.pricing-table__list-item-details__name {
    color: #11BFE6;
}
.reviews {
    overflow: hidden;
}
.reviews .section__content {
    padding: 0 2rem;
}
.reviews__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.reviews__list-item header {
    border-bottom: 1px solid #caccd6;
    margin: 0 0 1rem;
}
.reviews__list-item .review__stars {
    margin-bottom: 0.5rem;
}
.review__title {
    margin-bottom: 0.5rem;
}
.review__author {
    font-size: 16px;
    margin-bottom: 1.25rem;
    color: #212326;
    font-weight: 400;
    font-family: "Source Sans 3",sans-serif;
}
.review__body--complete {
    display: none;
}
.review__show-more, .review__show-less {
    font-size: 15.75px;
    font-weight: bold;
}
.review__show-more, .review__show-more:active, .review__show-more:hover, .review__show-less, .review__show-less:active, .review__show-less:hover {
    text-decoration: none;
}
.rich-text .section__headings, .rich-text .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.rich-text__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.rich-text__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.rich-text__wrapper:after, .rich-text__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.showcase .owl-carousel .owl-nav {
    top: 105%;
}
.showcase__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.showcase__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.showcase__list:after, .showcase__list:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.showcase__list-item {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    text-align: center;
    min-height: 1px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}
.student-certificate__container {
    max-width: 960px;
    margin: 32px auto 64px;
}
.student-certificate__image {
    padding: 16px;
}
.student-certificate__image .faded {
    opacity: 0.3;
}
.student-certificate__data .student-certificate__data__container {
    display: flex;
    padding: 4px 16px;
}
.student-certificate__data .student-certificate__data__container .student-certificate__data__label {
    padding-right: 8px;
    font-weight: 600;
    flex-shrink: 0;
}
.student-certificate__share {
    padding: 24px 0;
}
.student-certificate__share .button {
    margin-bottom: 5px;
    margin-left: 12px;
    cursor: pointer;
    padding: 8px 16px;
}
.student-certificate__share .addthis_inline_share_toolbox {
    margin-bottom: 12px;
    margin-left: 12px;
}
.student-certificate__expired {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
.student-certificate__expired .student-certificate__expired__hr {
    width: 100%;
    border-top: 1px solid #000;
}
.student-certificate__expired .student-certificate__expired__label__container {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 16px;
}
.student-certificate__expired .student-certificate__expired__label__container .toga-icon {
    font-size: 24px;
}
.student-certificate__expired .student-certificate__expired__label__container .student-certificate__expired__label {
    margin-left: 8px;
    font-weight: 700;
}
.student-dashboard__communities {
    padding-top: 4rem;
}
.student-dashboard .section__heading {
    margin-bottom: 2rem;
}
.testimonials {
    overflow: hidden;
}
.testimonials .section__headings {
    position: relative;
    z-index: 1;
}
.testimonials__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.testimonials__list.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonials__list.owl-carousel .owl-item.active+.owl-item {
    opacity: 0;
}
.testimonials__list.owl-carousel .owl-nav {
    top: 40%;
}
.testimonials__list-item {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    border: 1px solid #caccd6;
    padding: 2rem 1rem;
}
.testimonials__list-item img {
    height: 32px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 1rem 0 0;
}
.owl-carousel .owl-item .testimonials__list-item img {
    width: 32px;
    display: inline-block;
}
.testimonials__list-item p {
    border-bottom: 1px solid #caccd6;
    margin: 0 0 1.33333rem;
    padding: 0 0 2rem;
}
.testimonials__list-item .fa {
    width: 42px;
    height: 42px;
    font-size: 1rem;
    line-height: 42px;
    position: absolute;
    text-align: center;
    display: inline-block;
    top: -1.33333rem;
    background-color: #11BFE6;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1rem 0 0;
}
.upsells__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.upsells__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -1rem;
    margin-left: -1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
}
.upsells__wrapper:after, .upsells__wrapper:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.upsells__list-item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    border-bottom: 1px solid #caccd6;
    -webkit-box-align: start;
    -moz-box-align: start;
    -spec-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -spec-align-items: flex-start;
    -ms-flex-align: start;
    padding: 2rem 0;
}
.upsells__list-item:after, .upsells__list-item:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.upsells__list-item:last-of-type {
    border-bottom: 0;
}
.upsells__list-item .fa {
    font-size: 22px;
    line-height: 1.35;
    position: absolute;
    left: 1.5rem;
    top: 2rem;
}
.upsells__details {
    width: 100%;
    max-width: 83.33333%;
    position: relative;
    flex: 0 0 83.33333%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -spec-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -spec-flex-wrap: wrap;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -spec-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    -spec-align-items: baseline;
    -ms-flex-align: baseline;
}
.upsells__details:after, .upsells__details:before {
    order: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -spec-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}
.upsells__details__wrapper {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 75%;
    position: relative;
    flex: 0 0 75%;
}
.upsells__price {
    width: 100%;
    max-width: 25%;
    position: relative;
    flex: 0 0 25%;
    margin: 0;
}
.upsells__title__price {
    position: relative;
    margin-right: 1rem;
    display: none;
}
.upsells__title__price:after {
    width: 0.5rem;
    height: 2px;
    position: absolute;
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    -spec-transform: translatey(-50%);
    display: block;
    right: -0.8rem;
    top: 50%;
    content: "";
}
.upsells__description {
    padding-top: 0.66667rem;
}
.upsells__buy {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 16.66667%;
    position: relative;
    flex: 0 0 16.66667%;
    margin-right: 0;
    margin-left: auto;
}
.upsells__buy .button {
    position: relative;
}
.upsells__buy .button-secondary:before {
    color: #efeff1;
}
.video .section__content {
    position: relative;
    z-index: 1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.video .section__content:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    content: "";
    pointer-events: none;
}
.video .section__content:active .video__play-button, .video .section__content:focus .video__play-button, .video .section__content:hover .video__play-button {
    opacity: 1;
    -moz-transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
.video .section__content__wrapper {
    text-align: center;
    padding: 2rem 0;
}
.video .section__headings {
    padding-top: 2rem;
    margin: 0;
}
.video__container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    margin: 0 auto;
}
.video__play-button {
    width: 2rem;
    height: 2rem;
    text-align: center;
    display: block;
    opacity: 0.85;
    z-index: 103;
    background-color: transparent;
    -moz-transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border: 0;
    background-image: url("https://cdn.thinkific.com/13/20180217/26ba643bcca4840ae94039f59acd392a.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    margin: 0 auto;
}
.video__play-button:active, .video__play-button:hover {
    opacity: 1;
    -moz-transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}
.video__play-button--dark {
    background-image: url("https://cdn.thinkific.com/13/20180217/2f1447f9ceea18f85b9aba2d15979e30.png");
}
.section__video--trigger {
    height: 0;
    overflow: hidden;
}
.course-curriculum-card {
    -moz-box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    -o-box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.course-curriculum-card .course-curriculum-card__image {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.course-curriculum-card img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 14;
    object-fit: cover;
}
.course-curriculum-card__details {
    padding: 24px 24px 0;
}
.course-curriculum-card__details__title {
    line-height: 30px;
    position: relative;
    margin-bottom: 16px;
}
.course-curriculum-card__details hr {
    height: 1px;
    max-width: 46px;
    background-color: #212326;
    border: 0;
    margin: 0 0 24px;
}
.course-curriculum-card__details ul {
    margin-left: 0;
    list-style: none;
}
.course-curriculum-card__details-item {
    margin-bottom: 16px;
    display: flex;
}
.course-curriculum-card__details-item:last-child {
    margin-bottom: 24px;
}
.course-curriculum-card__details-item i {
    font-size: 24px;
    flex: 0 0 26px;
    color: #11BFE6;
}
.course-curriculum-card__details-item span {
    font-size: 20px;
    line-height: 25px;
    margin-left: 16px;
    font-weight: normal;
    font-style: normal;
}
.banner___4be6f {
    position: relative;
    background-color: #fff;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.3));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner___4be6f .section__heading___4be6f {
    text-align: center;
    color: #fff;
}
.banner___4be6f .section__subheading___4be6f {
    text-align: center;
    color: #fff;
}
.banner___4be6f .section__content___4be6f {
    text-align: center;
}
.banner___4be6f [class*="__wrapper"] {
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.banner___4be6f .section__button-group___4be6f {
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.banner___4be6f .product-action-buttons__purchase___4be6f {
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.banner___4be6f .section__headings___4be6f {
    align-items: center;
}
.banner___4be6f .section__body___4be6f {
    color: #fff;
}
.banner___4be6f .banner__container___4be6f {
    display: flex;
}
.text-image___47f23 {
    background-color: #fff;
}
.text-image___47f23 .section__heading___47f23 {
    text-align: left;
}
.text-image___47f23 .section__subheading___47f23 {
    text-align: left;
}
.text-image___47f23 .section__content___47f23 {
    text-align: left;
}
.text-image___47f23 .video__play-button___47f23 {
    margin-right: auto;
    margin-left: 0;
}
.text-image___47f23 .section__button-group___47f23 .button___47f23 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -spec-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.text-image___47f23 .text-image__image___47f23 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -spec-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -spec-order: 1;
    order: 1;
    -ms-flex-order: 1;
}
.text-image___47f23 .text-image__body___47f23 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -spec-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -spec-order: 2;
    order: 2;
    -ms-flex-order: 2;
}
.text-image___47f23 .text-image__container___47f23 {
    padding-bottom: 0;
}
.course-curriculum___a4f07 {
    background-color: #fff;
}
.course-curriculum___a4f07 .section__headings___a4f07 {
    text-align: left;
}
.text-image___ec9e0 {
    background-color: #fff;
}
.text-image___ec9e0 .section__heading___ec9e0 {
    text-align: left;
}
.text-image___ec9e0 .section__subheading___ec9e0 {
    text-align: left;
}
.text-image___ec9e0 .section__content___ec9e0 {
    text-align: left;
}
.text-image___ec9e0 .video__play-button___ec9e0 {
    margin-right: auto;
    margin-left: 0;
}
.text-image___ec9e0 .section__button-group___ec9e0 .button___ec9e0 {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -spec-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}
header.header .header__logo___2909e img {
    width: 7rem;
    height: auto;
    max-height: none;
}
.container {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.container__content-wrapper {
    max-width: 472px;
    flex-grow: 1;
}
.split-view {
    display: flex;
    min-height: 100vh;
}
.split-view__item {
    display: flex;
    flex-grow: 1;
    flex-basis: 50%;
    padding: 40px 0;
}
.split-view__primary {
    padding-top: 80px;
    -moz-box-shadow: -16px 0 32px rgba(0,0,0,.1);
    -webkit-box-shadow: -16px 0 32px rgba(0,0,0,.1);
    -o-box-shadow: -16px 0 32px rgba(0,0,0,.1);
    box-shadow: -16px 0 32px rgba(0,0,0,.1);
    background-color: #fff;
}
.split-view__secondary {
    padding-right: 5.4%;
    justify-content: right;
}
.split-view__content {
    min-width: 50%;
    display: flex;
    flex-grow: 0;
    flex-basis: 560px;
    flex-shrink: 1;
    padding: 0 53px;
}
.split-view__secondary-content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    justify-content: right;
    top: 40px;
}
.split-view .cart-info {
    max-width: 358px;
}
.text-skeleton {
    position: relative;
    overflow: hidden;
}
.text-skeleton__screen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -moz-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: -o-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: -ms-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: linear-gradient(to bottom, hsla(0,0%,100%,0), #fff);
    pointer-events: none;
}
.text-skeleton__segment {
    height: 6px;
    margin-bottom: 12px;
    -webkit-animation: loading-pulse 2s ease infinite;
    animation: loading-pulse 2s ease infinite;
    background-image: linear-gradient(90deg,#e7e8ec,#e7e8ec 30%,#d8dae1 50%,#e7e8ec 70%);
    background-size: 300%;
}
.text-skeleton__segment:nth-of-type(2n) {
    width: 75%;
    margin-bottom: 1.5em;
}
.text-skeleton__intro-segment:first-of-type, .text-skeleton__intro-segment:nth-of-type(3) {
    width: 65%;
}
.text-skeleton__intro-segment:nth-of-type(2), .text-skeleton__intro-segment:nth-of-type(4) {
    width: 50%;
}
.cart-info-skeleton {
    max-width: 358px;
}
.cart-info-skeleton__image-placeholder {
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 2rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation: loading-pulse 2s ease infinite;
    animation: loading-pulse 2s ease infinite;
    background-image: linear-gradient(90deg,#e7e8ec,#e7e8ec 30%,#d8dae1 50%,#e7e8ec 70%);
    background-size: 300%;
}
.top-drawer-skeleton {
    height: 3em;
    margin-bottom: 1.5em;
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);
    background-color: #f2f3f5;
}
.overlay-spinner {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 998;
    background-color: hsla(0,,,.8);
    background-position: 0% 100%;
}
.overlay-spinner__content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.overlay-spinner__loading-message {
    padding-top: 8px;
    font-size: .8rem;
    line-height: 1.4em;
    z-index: 999;
    font-weight: 600;
}
body, button {
    color: #36394d;
}
h2 {
    font-size: 1.625rem;
    line-height: 2.5rem;
    font-weight: 300;
    font-family: Barlow,sans-serif;
}
h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .3px;
}
h3, h4 {
    font-family: Barlow,sans-serif;
}
h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    letter-spacing: .01875em;
}
p {
    font-size: 1rem;
    line-height: 1.375rem;
}
input.form-control, select.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
[data-form-field] {
    scroll-margin-top: 16px;
}
.checkout-page__recaptcha {
    position: fixed;
    top: 50%;
    z-index: 50;
}
.divider {
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.button--disabled {
    pointer-events: none;
}
.line-item {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
}
.line-item__description {
    padding-right: .5em;
}
.line-item__description:last-child {
    padding-right: 0;
}
.line-item__value {
    text-align: right;
    flex-grow: 1;
    flex-basis: 32%;
    flex-shrink: 0;
}
.cart-line-item__remove-button {
    margin-top: .25rem;
}
.product-image {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.product-item {
    display: flex;
    flex-direction: column;
}
.product-item--inline {
    flex-direction: row;
}
.product-item__image {
    flex-shrink: 0;
}
.product-item--inline .product-item__image {
    flex-basis: 4.6875rem;
    margin: 1rem .75em 1rem 0;
}
.product-item__details {
    flex-grow: 1;
}
.product-price {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-price__segment {
    margin-bottom: .5em;
    display: flex;
    flex-direction: column;
}
.product-price__segment:last-child {
    margin-bottom: 0;
}
.product-price__value {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.product-price__description {
    font-size: .875rem;
    line-height: 1rem;
    color: #6f7282;
    color: #36394d;
}
.product-title__title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .3px;
    margin: 0;
}
.product-title--small .product-title__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.product-title__payment-type {
    font-size: .875rem;
    line-height: 1rem;
    color: #6f7282;
    color: #36394d;
    margin: .25rem 0 0;
}
.inline-alert {
    overflow: hidden;
}
.order-bump-card {
    margin-bottom: 24px;
}
.order-bump-card__error {
    margin-bottom: 16px;
}
.order-bump-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #36394d;
    font-weight: 600;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: .5rem 16px;
}
.order-bump-card__non-recurring-pricing {
    display: flex;
    align-items: flex-end;
    color: #fbfbfb;
    flex-direction: column;
}
.order-bump-card__non-recurring-amount {
    font-size: 1.375rem;
    font-weight: 600;
}
.order-bump-card__non-recurring-compare-amount {
    font-size: .75rem;
    text-decoration: line-through;
}
.order-bump-card__body {
    background-color: #f2f3f5;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 16px;
}
.order-bump-card__info-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.order-bump-card__image {
    width: 5.375rem;
    margin-right: 16px;
    flex-grow: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    flex-shrink: 0;
}
.order-bump-card__title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
    overflow: hidden;
    margin: 0 0 .25rem;
}
.order-bump-card__description {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #6f7282;
    overflow: hidden;
    margin: 0;
}
.order-bump-card__divider {
    margin: .5rem 0;
}
.order-bump-card__recurring-pricing {
    margin-top: 16px;
    display: flex;
    background-color: rgba(202,204,214,.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    flex-direction: column;
    padding: .5rem 16px;
}
.order-bump-card__recurring-compare {
    font-size: .875rem;
    font-style: italic;
}
.order-bump-card__recurring-compare-amount {
    text-decoration: line-through;
}
.order-bump-card__recurring-amount {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.order-bump-card__payment-type {
    font-size: .875rem;
    line-height: 1rem;
    color: #6f7282;
    color: #36394d;
}
.apply-coupon-form {
    padding-bottom: 1rem;
    display: flex;
}
.apply-coupon-form__input {
    flex-basis: 100%;
}
.apply-coupon-form__submit {
    margin-top: 1.5rem;
    margin-left: .5rem;
}
.coupon {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.coupon__label {
    font-size: .875rem;
}
.cart-coupon-button {
    padding-top: 0;
}
.cart-info__page-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.cart-info__header {
    display: flex;
    flex-direction: column;
}
.cart-taxes {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.cart-taxes__taxes {
    margin-top: -1rem;
}
.cart-taxes__taxes-label {
    display: flex;
}
.cart-taxes__tooltip-icon {
    margin-left: .25rem;
}
.cart-taxes__post-code-prompt {
    font-weight: 400;
}
.total-price {
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .3px;
}
.total-price__currency {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-right: .5rem;
    font-weight: 400;
    text-transform: uppercase;
}
.cart-total {
    display: flex;
    align-items: center;
}
.cart-total__label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.checkout-logo__image {
    height: auto;
    max-width: 40%;
    margin-bottom: 2rem;
    display: block;
    max-height: 4rem;
}
.checkout-logo__site-name {
    font-size: 1rem;
    margin-bottom: 0;
}
.contact-us {
    font-size: .875rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f7282;
    color: #36394d;
    margin: 1rem 0;
}
.card-layout {
    width: 100%;
    background-color: #fff;
    border: 1px solid #caccd6;
    padding: 1rem;
}
.card-layout--active {
    border-color: #6f7282;
}
.card-layout--error {
    border-color: #d83232;
}
.card-layout--disabled {
    background-color: #f2f3f5;
}
.card-layout-header--with-content.card-layout-header--active {
    margin-bottom: 1rem;
}
.card-layout-header .custom-control-label {
    display: block;
}
.card-layout-header .custom-control-label:after, .card-layout-header .custom-control-label:before {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.account-card {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    border: 1px solid #fbfbfb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.account-card__signout-link {
    padding-left: 8px;
    color: #5668c7;
    text-decoration: none;
    align-self: flex-start;
    white-space: nowrap;
}
.account-card__email-label {
    overflow: hidden;
    text-overflow: ellipsis;
}
.auth-form {
    padding-bottom: 3rem;
}
.auth-form__error {
    width: 100%;
    margin: 0 0 1rem;
}
.auth-form__email-container {
    position: relative;
}
.auth-form__email-container input {
    padding-right: 32px;
}
.auth-form__recaptcha {
    margin-top: 1rem;
}
.auth-form__icon {
    position: absolute;
    right: 8px;
    top: 32px;
    z-index: 997;
    fill: #379a49;
}
.auth-form__spinner {
    position: absolute;
    right: 12px;
    top: 36px;
    z-index: 997;
}
.password-field {
    position: relative;
}
.password-field .form-control {
    padding-right: 2.375rem;
    z-index: 1;
}
.password-field__toggle {
    position: absolute;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    right: .5rem;
    top: 2.75rem;
    z-index: 997;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    appearance: none;
    margin: 0;
    padding: 0;
}
.password-field__toggle svg {
    fill: #36394d;
}
.existing-user-prompt {
    margin-bottom: 8px;
    background-color: #f2f3f5;
    padding: 16px 20px;
}
.existing-user-prompt__form-group {
    display: flex;
    align-items: flex-end;
    margin: 16px 0;
}
.existing-user-prompt__login-btn {
    width: auto;
    margin-bottom: 0;
    margin-left: 8px;
    flex-grow: 1;
}
.named-divider {
    display: flex;
    align-items: center;
}
.named-divider__line {
    height: 1px;
    position: relative;
    flex: 1 0;
    top: 1px;
    background-color: #caccd6;
}
.named-divider__label {
    margin: 0 .5rem;
}
.social-button {
    width: 100%;
    font-size: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #caccd6;
    cursor: pointer;
    padding: 7px 16px;
}
.social-button:focus, .social-button:hover {
    border-color: #caccd6;
}
.social-button:active {
    border-color: #9fa2b3;
}
.social-button__icon {
    margin-right: 6px;
}
.social-button__linkedin-icon {
    position: relative;
    top: -2px;
}
.social-button__google-icon {
    margin-left: -3px;
}
.social-button__facebook-icon {
    margin-right: 4px;
}
.social-login__label {
    font-size: .875rem;
    font-weight: 600;
    margin: 0 0 .5rem;
}
.social-login__sites {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-login__site {
    margin-right: .5rem;
    flex-basis: 0;
}
.social-login__site:last-child {
    margin-right: 0;
}
.social-login__divider {
    margin: 24px 0;
}
.checkout-form {
    padding-bottom: 3rem;
}
.checkout-form__page-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.checkout-form__error {
    width: 100%;
    margin: 0 0 1rem;
}
.checkout-form__order-bump-line-item {
    margin-bottom: 16px;
}
.country-select--error>[role=button] {
    border-color: #d83232;
}
.country-select--empty>[role=button] {
    color: #6f7282;
}
.country-select label {
    vertical-align: top;
    margin: 0 8px 8px 4px;
}
.location-fields {
    margin-bottom: 16px;
}
.location-fields__post-code {
    margin-top: 16px;
}
.payment-button {
    height: 3rem;
    margin-bottom: 16px;
    background-color: #f2f3f5;
}
.payment-button__button {
    height: 100%;
}
.paypal-button {
    position: relative;
}
.paypal-button--disabled {
    opacity: .45;
    pointer-events: none;
}
.paypal-button>div {
    position: relative;
    z-index: 1;
}
.paypal-button__validation-blocker {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: transparent;
    bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.paypal-button__validation-blocker:focus, .paypal-button__validation-blocker:hover {
    background-color: rgba(0,0,0,.05);
}
.security-statement {
    display: flex;
    align-items: center;
    justify-content: center;
}
.security-statement__lock-icon {
    font-size: 1.5em;
    fill: #6f7282;
}
.security-statement__description {
    font-size: .875rem;
    line-height: 1rem;
    color: #6f7282;
}
.mobile-coupon-button {
    margin-bottom: 1rem;
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-header--with-content.card-header--active {
    margin-bottom: 1rem;
}
.card-header>div:first-child {
    flex-grow: 1;
}
.payment-option__header {
    cursor: pointer;
}
.payment-option__header svg {
    display: block;
}
.payment-option__error {
    margin-bottom: 1rem;
}
.payment-options {
    margin-bottom: 24px;
}
.payment-options__header {
    display: flex;
    justify-content: space-between;
}
.payment-options__title {
    font-size: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.payment-options__card {
    margin-bottom: 1rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.payment-options__card:last-child {
    margin-bottom: 0;
}
.payment-options__credit-card-label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
    margin: 0;
}
.saved-card-component {
    display: flex;
    align-items: center;
}
.saved-card-component__card {
    flex-grow: 1;
    border: 1px solid #f2f3f5;
    padding: .75em 1em;
}
.saved-card-component__item {
    height: 16.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
}
.saved-card-component__card-number {
    flex: 9 1;
}
.saved-card-component__payment-icon {
    width: 1.5rem;
    height: 1rem;
    margin-right: .75rem;
}
.saved-card-component__lock-icon {
    margin-left: 8px;
}
.stripe {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.stripe__toggle-saved-card {
    text-decoration: none;
}
.terms-and-privacy {
    margin-bottom: 16px;
}
.terms-and-privacy__checkbox {
    color: #9fa2b3;
}
.terms-and-privacy__error {
    margin-top: 16px;
}
.top-drawer {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 1.5rem;
    top: 0;
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1),0 1px 3px 0 rgba(0,0,0,.06);
    z-index: 999;
    background-color: #fbfbfb;
    overflow: hidden;
}
.top-drawer--open {
    -moz-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    -o-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
}
.top-drawer--overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    display: block;
    right: 0;
    top: 0;
    z-index: 998;
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    cursor: pointer;
}
.top-drawer__label {
    font-size: .875rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    color: #6f7282;
}
.top-drawer__label .top-drawer__carat {
    font-size: 1.25em;
    color: #9fa2b3;
}
.top-drawer__header {
    width: 100%;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image: none;
    padding: 0 1rem;
}
.top-drawer__header:active {
    color: #9fa2b3;
}
.top-drawer__header-content {
    max-width: 530px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}
.top-drawer__body {
    z-index: 2;
    overflow: hidden;
    border-top: 1px solid #caccd6;
    margin: 0 auto;
}
to {
    background-position: 100% 0;
}
.processing-page {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.processing-page__spinner {
    margin-bottom: 1rem;
}
.woocommerce-page main {
    max-width: 100%;
}
@media print {
.hidden-print {
    display: none !important;
}
}
@media(prefers-reduced-motion: reduce) {
.text-skeleton__segment {
    -webkit-animation: none;
    animation: none;
}
}
@media(prefers-reduced-motion: no-preference) {
.top-drawer__body {
    -moz-transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}
}
@media(max-width: 1024px) {
.social-login__site {
    flex-grow: 1;
}
.product-title__title {
    font-size: 1.125rem;
}
.product-item__image {
    flex-basis: 5.9375rem;
    margin: 1rem 1rem 1rem 0;
}
.product-item {
    flex-direction: row;
}
.cart-line-item__title-and-price {
    flex-grow: 1;
    border-bottom: 0;
}
[data-form-field] {
    scroll-margin-top: 4.125rem;
}
html body {
    background-color: #fff;
}
.container {
    padding-right: 1rem;
    padding-left: 1rem;
}
.container__content-wrapper {
    max-width: 530px;
}
}
@media all and (max-width: 991px) {
.banner___4be6f .banner__container___4be6f {
    flex-wrap: wrap-reverse;
}
.testimonials__list.owl-carousel {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.showcase__list-item {
    margin: 0 0 2rem;
}
.pricing-table__list-item-details__name {
    margin-bottom: 2rem;
}
.text-image__body+.text-image__image {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    margin-bottom: 2rem;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -spec-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -spec-order: 1;
    order: 1;
    -ms-flex-order: 1;
}
.text-image__body {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -spec-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -spec-order: 2;
    order: 2;
    -ms-flex-order: 2;
}
.course-curriculum__chapter-container--empty {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.course-curriculum__chapter-container {
    margin-bottom: 40px;
}
.course-curriculum__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.course-curriculum__container header {
    margin-bottom: 24px;
}
.countdown.section__column-layout__two-column .section__button-group {
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -spec-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -spec-justify-content: center;
    -ms-flex-pack: center;
}
.community-overview__content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.community-overview__container header {
    margin-bottom: 24px;
}
.banner.section--has-media .banner__container {
    padding-top: 4rem;
}
.banner.section--has-media .banner__container--small .banner__wrapper, .banner.section--has-media .banner__container--medium .banner__wrapper, .banner.section--has-media .banner__container--large .banner__wrapper, .banner.section--has-media .banner__container--xlarge .banner__wrapper {
    padding-top: 3rem;
}
.checkout__product-overview:before {
    right: 0;
    content: "";
}
.owl-carousel .owl-nav {
    width: 120px;
    padding-top: 1rem;
    position: relative;
    margin: 0 auto;
}
.admin-notice__bar a {
    display: block;
}
table.table--responsive {
    border: 0;
}
table.table--responsive thead {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
}
table.table--responsive tr {
    margin-bottom: 2rem;
    display: block;
    border-bottom: 3px solid #caccd6;
}
table.table--responsive tr:last-child {
    margin-bottom: 0;
}
table.table--responsive td {
    font-size: 15.75px;
    text-align: right;
    display: block;
    min-height: 3rem;
}
table.table--responsive td:before {
    font-weight: bold;
    float: left;
    content: attr(data-label);
}
table.table--responsive td:last-child {
    border-bottom: 0;
}
table {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}
@media(max-width: 768px) {
.country-select__select>[class^=Dropdown_dropdown__menu] {
    width: 100%;
}
.country-select__select>[class^=Dropdown_dropdown__menu]>[class^=Dropdown_dropdown__list] {
    overflow-x: hidden;
}
}
@media all and (max-width: 767px) {
.upsells__buy .button {
    width: 3rem;
    height: 3rem;
    font-size: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.upsells__buy .button:before {
    width: 100%;
    height: 100%;
    font-size: 1.33333rem;
    line-height: 2.2;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-family: "FontAwesome";
    letter-spacing: -3px;
    content: "\f054";
}
.upsells__buy {
    -webkit-align-self: center;
    -moz-align-self: center;
    -spec-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}
.upsells__title__price {
    display: inline-block;
}
.upsells__price {
    display: none;
}
.upsells__details__wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 100%;
    padding: 0;
}
.upsells__list-item .fa {
    display: none;
}
.testimonials__list.owl-carousel .owl-item.active {
    opacity: 1;
    padding: 0 1rem;
}
.testimonials__list.owl-carousel .owl-item {
    opacity: 0;
}
.testimonials .section__headings .section__heading, .testimonials .section__headings .section__subheading {
    text-align: center;
}
.user-signed-in .header__nav-item--default.header__nav-item {
    display: none;
}
.user-signed-in .dropdown__menu .header__nav-item--default {
    display: block;
}
[data-menu-type="header__nav--overlay"].header[data-menu="open"] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 302;
    background-color: #11BFE6 !important;
    -moz-transition: background-color 200ms ease,opacity 400ms ease,visibility 400ms ease,z-index 400ms ease;
    -webkit-transition: background-color 200ms ease,opacity 400ms ease,visibility 400ms ease,z-index 400ms ease;
    -o-transition: background-color 200ms ease,opacity 400ms ease,visibility 400ms ease,z-index 400ms ease;
    transition: background-color 200ms ease,opacity 400ms ease,visibility 400ms ease,z-index 400ms ease;
}
[data-menu-type="header__nav--overlay"].header[data-menu="open"] .header__nav {
    padding-top: 2rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
}
[data-menu-type="header__nav--overlay"].header[data-menu="open"] .header__school-name {
    color: #fff;
}
[data-menu-type="header__nav--overlay"].header[data-menu="open"] .header__mobile-button {
    z-index: 303;
}
[data-menu-type="header__nav--overlay"].header[data-menu="open"] .header__mobile-button span:before, [data-menu-type="header__nav--overlay"].header[data-menu="open"] .header__mobile-button span:after {
    background-color: #fff;
}
[data-menu-type="header__nav--dropdown"].header[data-menu="open"] .header__nav {
    opacity: 1;
    visibility: visible;
    z-index: 302;
    -moz-transition: opacity 400ms ease,visibility 400ms ease,z-index 400ms ease;
    -webkit-transition: opacity 400ms ease,visibility 400ms ease,z-index 400ms ease;
    -o-transition: opacity 400ms ease,visibility 400ms ease,z-index 400ms ease;
    transition: opacity 400ms ease,visibility 400ms ease,z-index 400ms ease;
}
.header__nav {
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    top: 160%;
    -moz-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    overflow: hidden;
    margin: 0;
}
.header__nav .header__nav-item {
    display: block;
}
.header__nav .header__nav-item a:not(.button-secondary), .header__nav .header__nav-item button:not(.button-secondary) {
    text-align: center;
    display: block;
    background-color: #11BFE6;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 16px;
}
.header__nav .header__nav-item a:not(.button-secondary):active, .header__nav .header__nav-item a:not(.button-secondary):hover, .header__nav .header__nav-item a:not(.button-secondary):focus, .header__nav .header__nav-item button:not(.button-secondary):active, .header__nav .header__nav-item button:not(.button-secondary):hover, .header__nav .header__nav-item button:not(.button-secondary):focus {
    background-color: #62cdb6;
    color: #fff;
}
.header__nav .header__nav-item .dropdown__toggle-button {
    display: none;
}
.header__logo img {
    max-width: 100%;
    display: block;
    max-height: 60px;
}
.header__logo {
    max-width: 12rem;
}
.text-icon__list-item {
    border-bottom: 0;
}
.checklist__list-item:last-child p {
    border-bottom: 0;
}
.call-to-action .section__button-group .button {
    margin-bottom: 1rem;
}
.banner .section__button-group .product-action-buttons__purchase {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.banner .section__button-group .button--mobile-width-standard {
    width: unset;
}
.banner .section__button-group .button--mobile-width-full {
    width: 100%;
}
.banner .section__button-group .button {
    width: 100%;
}
.banner .section__button-group {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.password-reset__sent p {
    text-align: center;
}
.password-reset__form p {
    text-align: center;
}
.credit-card__buttons .button {
    width: 100%;
}
.credit-card__buttons {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.my-account__content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -spec-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -spec-order: 1;
    order: 1;
    -ms-flex-order: 1;
    margin: 0 0 2rem;
}
.my-account__menu {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -spec-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -spec-order: 2;
    order: 2;
    -ms-flex-order: 2;
}
.affiliate__content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -spec-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    -spec-order: 1;
    order: 1;
    -ms-flex-order: 1;
    margin: 0 0 2rem;
}
.affiliate__menu {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -spec-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -spec-order: 2;
    order: 2;
    -ms-flex-order: 2;
}
[class*="__wrapper"]>[class*="__menu"] ul {
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    -o-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
}
.form__group .button {
    width: 100%;
    display: block;
}
}
@media(max-width: 530px) {
.container__content-wrapper {
    max-width: 100%;
}
}
@media(max-width: 481px) {
.social-button__facebook-icon {
    margin-right: 2px;
}
.social-button__icon {
    width: 20px;
    height: 20px;
    min-width: auto;
    margin-right: 4px;
    min-height: auto;
}
.social-button {
    font-size: 12px;
}
}
@media all and (max-width: 479px) {
.thinkific__checkout__coupon-code__submit-container .btn, .thinkific__checkout__credit-card-submit-container .btn, .thinkific__checkout__enroll-free__container .btn {
    width: 100%;
    padding: 0.8rem 1rem;
}
.checkout__product-description {
    padding-left: 0;
}
.checkout__product-price {
    padding-left: 0;
}
.checkout__product-name {
    padding-left: 0;
}
.checkout__bundle-list-item .checkout__product-details__wrapper strong {
    width: 100%;
    display: block;
}
.form__button-group .button {
    width: 100%;
}
}
@media all and (min-width: 480px) {
.video .section__content__wrapper {
    padding: 4rem 0;
}
.testimonials__list.owl-carousel .owl-item.active+.owl-item {
    opacity: 0.7;
}
.pricing-table__list-item-details__name {
    margin: 0;
}
.pricing-table__list-item-details {
    max-width: 60%;
    flex: 0 0 60%;
    min-height: 1px;
    align-self: center;
    padding: 0;
}
.pricing-table__list li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -spec-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -spec-align-items: flex-start;
    -ms-flex-align: start;
}
.instructor__list.owl-carousel .owl-item {
    padding: 0 3rem;
}
.course-curriculum .section__subheading {
    margin-top: 8px;
}
.countdown-clock li {
    font-size: 3rem;
}
.checklist__list-item:last-child p {
    border-bottom: 0;
}
.call-to-action .section__button-group {
    margin-top: 24px;
}
.checkout__product-image {
    width: 100%;
    padding-bottom: 0;
    max-width: 33.33333%;
    position: relative;
    flex: 0 0 33.33333%;
}
.checkout__product-details {
    width: 100%;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.checkout__bundle-list-item .checkout__product-details__wrapper a {
    margin-right: 0;
    margin-left: auto;
}
.checkout__bundle-list-item .checkout__product-details__wrapper strong {
    width: 100%;
    padding-right: 2rem;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.section__subheading {
    margin-top: 24px;
}
.products-coupon__close {
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    -spec-transform: translatey(-50%);
    right: 1rem;
    top: 50%;
}
.form__label+.form__button-group {
    width: 25%;
    padding-top: 0;
    margin-left: 1rem;
}
}
@media all and (min-width: 570px) {
.products__list-item {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
}
@media all and (min-width: 768px) {
.banner___4be6f .section__heading___4be6f {
    width: 100%;
}
.banner___4be6f .section__subheading___4be6f {
    width: 100%;
}
.course-curriculum-card__details {
    padding: 24px 38px 0;
}
.course-curriculum-card {
    width: 418px;
}
.video__play-button {
    width: 6.063rem;
    height: 6.063rem;
    font-size: 2rem;
    line-height: 6.063rem;
}
.video__container {
    max-width: 768px;
}
.video .section__content__wrapper {
    padding: 6rem 0;
}
.upsells__buy .button {
    min-width: 8rem;
}
.upsells__buy {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 25%;
    position: relative;
    flex: 0 0 25%;
    text-align: right;
}
.upsells__details {
    width: 100%;
    max-width: 75%;
    position: relative;
    flex: 0 0 75%;
}
.upsells__list-item {
    padding-left: 5rem;
}
.upsells__container {
    max-width: 768px;
}
.testimonials__list-item p {
    font-size: 22.5px;
}
.testimonials__list-item {
    padding: 3rem 3.5rem;
}
.testimonials__list.owl-carousel .owl-nav .owl-next {
    -moz-transform: translatex(-94%);
    -webkit-transform: translatex(-94%);
    -o-transform: translatex(-94%);
    transform: translatex(-94%);
    -spec-transform: translatex(-94%);
    left: 94%;
}
.testimonials__list.owl-carousel .owl-nav .owl-prev {
    left: -2.5rem;
}
.testimonials__list.owl-carousel .owl-item {
    padding-right: 3rem;
}
.testimonials__container {
    max-width: 768px;
}
.student-dashboard .section__heading {
    margin-bottom: 3rem;
}
.student-certificate__share .addthis_inline_share_toolbox {
    margin: 0;
}
.student-certificate__share {
    display: flex;
    align-items: center;
    justify-content: center;
}
.student-certificate__data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.showcase__list-item {
    max-width: 25%;
    flex: 0 0 25%;
}
.showcase__container {
    max-width: 768px;
}
.rich-text__container {
    max-width: 768px;
}
.review__author {
    font-size: 18px;
}
.reviews__list .owl-item.active {
    padding-right: 1rem;
    padding-left: 1rem;
}
.reviews__container {
    max-width: 768px;
}
.reviews .owl-carousel .owl-nav .owl-next {
    right: -3rem;
}
.reviews .owl-carousel .owl-nav .owl-prev {
    left: -3rem;
}
.pricing-table__container {
    max-width: 768px;
}
.dropdown__menu {
    width: auto;
    min-width: 11rem;
    position: absolute;
    right: -15px;
    top: 100%;
    -moz-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    background-color: #fff;
}
.dropdown.open .dropdown__menu {
    -moz-transform: translateY(-1em);
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(0%);
    -o-transform: translateY(-1em);
    -webkit-transform: translateY(0%);
    transform: translateY(-1em);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -spec-transform: translateY(-1em);
    -spec-transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    z-index: 303;
    -moz-transition: all 0.3s ease-in-out 0s,visibility 0s linear 400ms,z-index 0s linear 0.01s;
    -webkit-transition: all 0.3s ease-in-out 0s,visibility 0s linear 400ms,z-index 0s linear 0.01s;
    -o-transition: all 0.3s ease-in-out 0s,visibility 0s linear 400ms,z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s,visibility 0s linear 400ms,z-index 0s linear 0.01s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -spec-transition-delay: 0s;
}
.dropdown__menu li {
    display: block;
}
.dropdown__menu li.dropdown__menu-item a {
    text-align: left;
    display: block;
    background-color: #fff;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #f6f6f6;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 16px;
}
.dropdown__menu li.dropdown__menu-item a:active, .dropdown__menu li.dropdown__menu-item a:hover {
    background-color: #11BFE6;
    color: #fff;
}
.header__mobile-button {
    display: none;
}
.header__nav-item {
    margin-left: 25px;
}
.header__nav-item.dropdown {
    margin-right: 10px;
}
.header__nav-item>a:not(.button-secondary), .header__nav-item>button:not(.button-secondary) {
    color: #f6f6f6;
    font-weight: 400;
    text-decoration: none;
}
[data-menu-style="floating"] .header__nav-item>a:not(.button-secondary), [data-menu-style="floating"] .header__nav-item>button:not(.button-secondary) {
    color: #efeff0;
}
.header__nav-item>a:not(.button-secondary):active, .header__nav-item>a:not(.button-secondary):hover, .header__nav-item>a:not(.button-secondary):focus, .header__nav-item>button:not(.button-secondary):active, .header__nav-item>button:not(.button-secondary):hover, .header__nav-item>button:not(.button-secondary):focus {
    color: #d0d0d0;
}
[data-menu-style="floating"] .header__nav-item>a:not(.button-secondary):active, [data-menu-style="floating"] .header__nav-item>a:not(.button-secondary):hover, [data-menu-style="floating"] .header__nav-item>a:not(.button-secondary):focus, [data-menu-style="floating"] .header__nav-item>button:not(.button-secondary):active, [data-menu-style="floating"] .header__nav-item>button:not(.button-secondary):hover, [data-menu-style="floating"] .header__nav-item>button:not(.button-secondary):focus {
    color: #c8c8cb;
}
.header__nav>ul>li:first-child {
    margin-left: 0;
}
.header__nav.header__nav--left>ul {
    text-align: left;
}
.header__nav.header__nav--left .dropdown, .header__nav.header__nav--left .header__nav-sign-in {
    float: right;
}
.header__nav.header__nav--left .dropdown__menu {
    right: -10px;
}
.header__school-name {
    font-size: 18px;
}
.header__container {
    max-width: 768px;
}
.home-landing-page .header.fixed, .course-landing-page .header.fixed, .bundle-landing-page .header.fixed, .page-template .header.fixed, .coming-soon-page .header.fixed, .student-dashboard .header.fixed, .student-certificate-page .header.fixed, .collections-landing-page .header.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
    -o-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
    background-color: #fff;
    -moz-transition: background-color 400ms ease,box-shadow 200ms ease;
    -webkit-transition: background-color 400ms ease,box-shadow 200ms ease;
    -o-transition: background-color 400ms ease,box-shadow 200ms ease;
    transition: background-color 400ms ease,box-shadow 200ms ease;
    margin: 0 auto;
}
.home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary), .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary), .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary), .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary), .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary), .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary), .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary), .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary), .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary), .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary), .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary), .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary), .page-template .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary), .page-template .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary), .page-template .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary), .page-template .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary), .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary), .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary), .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary), .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary), .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary), .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary), .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary), .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary), .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary), .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary), .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary), .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary), .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary), .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary), .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary), .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary) {
    color: #f6f6f6;
}
.home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):active, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):hover, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):focus, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):active, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):hover, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):focus, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):active, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):hover, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):focus, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):active, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):hover, .home-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):focus, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):active, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):hover, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):focus, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):active, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):hover, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):focus, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):active, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):hover, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):focus, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):active, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):hover, .course-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):focus, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):active, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):hover, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):focus, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):active, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):hover, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):focus, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):active, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):hover, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):focus, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):active, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):hover, .bundle-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):focus, .page-template .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):active, .page-template .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):hover, .page-template .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):focus, .page-template .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):active, .page-template .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):hover, .page-template .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):focus, .page-template .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):active, .page-template .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):hover, .page-template .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):focus, .page-template .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):active, .page-template .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):hover, .page-template .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):focus, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):active, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):hover, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):focus, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):active, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):hover, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):focus, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):active, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):hover, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):focus, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):active, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):hover, .coming-soon-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):focus, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):active, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):hover, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):focus, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):active, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):hover, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):focus, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):active, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):hover, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):focus, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):active, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):hover, .student-dashboard .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):focus, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):active, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):hover, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):focus, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):active, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):hover, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):focus, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):active, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):hover, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):focus, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):active, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):hover, .student-certificate-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):focus, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):active, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):hover, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>a:not(.button-secondary):focus, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):active, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):hover, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__nav-item>button:not(.button-secondary):focus, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):active, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):hover, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>a:not(.button-secondary):focus, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):active, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):hover, .collections-landing-page .header.fixed:not([data-menu-style="floating"]) .header__school-name>button:not(.button-secondary):focus {
    color: #d0d0d0;
}
.lead-capture__container {
    max-width: 768px;
}
.lead-capture .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.instructor__title {
    font-size: 18px;
}
.instructor__list.owl-carousel .owl-item .instructor__avatar {
    width: 250px;
    height: 250px;
}
.instructor__list.owl-carousel .owl-item {
    padding: 0 4rem;
}
.instructor__list {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 83.33333%;
    position: relative;
    flex: 0 0 83.33333%;
}
.instructor__container {
    max-width: 768px;
}
.text-image__container {
    max-width: 768px;
}
.text-icon__list-item p {
    padding-right: 2rem;
    padding-left: 2rem;
}
.text-icon__list-item {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
    border-right: 0;
}
.text-icon__container {
    max-width: 768px;
}
.footer__white-label {
    text-align: right;
}
.footer__copyright {
    text-align: left;
}
.footer__copyright, .footer__white-label {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.footer__nav-site .footer__nav-item {
    margin-right: 2rem;
    margin-left: 0;
}
.footer__container {
    max-width: 768px;
}
.faq__wrapper {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.faq__container {
    max-width: 768px;
}
.faq .section__content {
    padding-right: 0;
    padding-left: 0;
}
.description__container {
    max-width: 768px;
}
.description .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.description .section__headings {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.description.section__column-layout__two-column .section__headings {
    padding-right: 4rem;
}
.course-curriculum__container {
    max-width: 768px;
}
.course-categories__container {
    max-width: 768px;
}
.course-cards__container {
    max-width: 768px;
}
.countdown-clock li strong {
    font-size: 18px;
}
.countdown-clock li {
    min-width: 110px;
}
.countdown__container {
    max-width: 768px;
}
.countdown .section__button-group {
    padding-top: 2rem;
}
.community-card__details {
    padding: 24px 38px 0;
}
.community-card {
    width: 418px;
}
.community-overview__container {
    max-width: 768px;
}
.checkout__thank-you-upsells__container {
    max-width: 768px;
}
.checklist__container {
    max-width: 768px;
}
.cta-course .section__heading {
    font-size: 52px;
}
.cta-course__container {
    max-width: 768px;
}
.cta-community .section__heading {
    font-size: 52px;
}
.cta-community__container {
    max-width: 768px;
}
.call-to-action__container {
    max-width: 768px;
}
.call-to-action .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 83.33333%;
    position: relative;
    flex: 0 0 83.33333%;
}
.bundle-includes__container {
    max-width: 768px;
}
.bonus__list-item .bonus__list-item__price {
    font-size: 20.25px;
}
.bonus__container {
    max-width: 768px;
}
.banner .section__image {
    min-height: 400px;
}
.banner .section__button-group .product-action-buttons__purchase {
    width: 100%;
    max-width: 83.33333%;
    position: relative;
    flex: 1 0 auto;
    flex: 0 0 83.33333%;
    flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -spec-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -spec-flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -spec-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -spec-flex: 1 0 auto;
}
.banner .section__button-group .product-action-buttons--has-additional-prices .button-purchase {
    width: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -spec-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}
.banner .section__button-group .product-action-buttons--has-additional-prices .form__control.product-action-buttons__additional-prices {
    font-size: 18px;
}
.banner .section__button-group .button {
    margin-right: 0;
    margin-right: 1rem;
}
.banner .section__button-group .button:first-of-type {
    margin-left: 0;
}
.banner .section__heading {
    font-size: 52px;
}
.banner__container {
    max-width: 768px;
}
.sign-in__sign-up, .sign-up__sign-in {
    width: 100%;
    max-width: 83.33333%;
    position: relative;
    flex: 0 0 83.33333%;
}
.sign-in__form, .sign-up__form, .express-sign-in__form, .social-sign-up__form {
    width: 100%;
    max-width: 83.33333%;
    position: relative;
    flex: 0 0 83.33333%;
}
.sign-in__container, .sign-up__container, .express-sign-in__container, .social-sign-up__container {
    max-width: 768px;
}
.sign-in, .sign-up, .express-sign-in, .social-sign-up {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.password-reset__heading {
    font-size: 45px;
}
.password-reset__container {
    max-width: 768px;
}
.password-reset {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
table .btn-primary {
    font-size: 18px;
}
.credit-card__buttons .btn {
    font-size: 18px;
}
.credit-card__buttons .button {
    margin-right: 1rem;
}
.my-account__order-overview li {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.my-account__form-contents {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 75%;
    position: relative;
    flex: 0 0 75%;
}
.my-account__avatar {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 25%;
    position: relative;
    flex: 0 0 25%;
}
.my-account__heading {
    font-size: 45px;
}
.my-account__container {
    max-width: 768px;
}
.my-account {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.student-dashboard__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 768px;
}
.custom__container {
    max-width: 768px;
}
.course-review__form {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.course-review__course-name {
    font-size: 36px;
}
.course-review__heading {
    font-size: 45px;
}
.course-review__container {
    max-width: 768px;
}
.course-review {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.collections__heading {
    font-size: 45px;
}
.collections__container {
    max-width: 768px;
}
.collections {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.paypal-express-checkout__form .btn-primary {
    font-size: 18px;
}
.thinkific__checkout__coupon-code__submit-container .btn, .thinkific__checkout__credit-card-submit-container .btn, .thinkific__checkout__enroll-free__container .btn {
    font-size: 18px;
}
.thinkific__cart-item__cost {
    width: 100%;
    padding-right: 1rem;
    padding-right: 0;
    padding-left: 1rem;
    max-width: 33.33333%;
    position: relative;
    flex: 0 0 33.33333%;
}
.thinkific__checkout__cart-item__cost {
    width: 100%;
    padding-right: 1rem;
    padding-right: 0;
    padding-left: 1rem;
    max-width: 33.33333%;
    position: relative;
    flex: 0 0 33.33333%;
}
.thinkific__checkout__cart-item__title {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-left: 0;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.checkout__footer-info, .checkout__footer-help {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.checkout__product-name {
    font-size: 22px;
}
.checkout__bundle-list {
    width: 80%;
}
.checkout__container {
    max-width: 768px;
}
.checkout.checkout__thankyou, .checkout.checkout__paypal-express {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.affiliate__commissions-owed h2, .affiliate__commissions-paid h2, .affiliate__commissions-overview h2 {
    font-size: 22px;
}
.affiliate__container {
    max-width: 768px;
}
.affiliate {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.tooltip span {
    min-width: 20rem;
}
.section-height__small>[class*="__container"] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section-height__medium>[class*="__container"] {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section-height__large>[class*="__container"] {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
.section-height__xlarge>[class*="__container"] {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.section__subheading {
    font-size: 24px;
}
.section__heading--secondary {
    font-size: 22px;
}
.section__heading {
    font-size: 36px;
}
.section__headings {
    margin: 0 0 2rem;
}
.page__heading {
    font-size: 45px;
}
body {
    font-size: 18px;
}
.products-coupon__container {
    max-width: 768px;
}
.products__collections-list-item a:after {
    width: 100%;
    height: 2px;
    bottom: -5px;
}
.products__collections-list-item a {
    padding-left: 0;
}
.products__collections-list-item {
    width: auto;
    display: inline-block;
    margin: 0 2rem 0 0;
}
.products__collections-list-item:last-child {
    margin: 0;
}
.card--dashboard .card__details a, .card--dashboard .card__details .card__coming-soon {
    padding: 1.33333rem;
}
.pagination__pages .fa {
    font-size: 0.5rem;
}
.pagination__pages a {
    font-size: 15.75px;
}
.pagination {
    margin: 0 0 2rem;
}
.embed-responsive {
    padding-top: 25px;
    padding-bottom: 53.25%;
}
.form__group .input__group:last-child {
    margin-top: 0;
    margin-right: 0;
}
.form__group .input__group {
    width: unset;
    margin-right: 1rem;
}
.button {
    font-size: 18px;
}
html {
    font-size: 18px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.my-account__menu {
    margin: 0 0 2rem;
}
.affiliate__menu {
    margin: 0 0 2rem;
}
[class*="__wrapper"]>[class*="__menu"] ul {
    font-size: 0;
    border-bottom: 1px solid #caccd6;
    border: 0;
}
[class*="__wrapper"]>[class*="__menu"] li {
    width: auto;
    display: inline-block;
}
[class*="__wrapper"]>[class*="__menu"] li:first-child a {
    border-left: 1px solid #caccd6;
}
[class*="__wrapper"]>[class*="__menu"] li a {
    font-size: 18px;
    position: relative;
    top: 1px;
    background-color: #fff;
    border-right: 1px solid #caccd6;
    border-top: 1px solid #caccd6;
}
[class*="__wrapper"]>[class*="__menu"] li a:before {
    content: none;
}
[class*="__wrapper"]>[class*="__menu"] li a.active {
    background-color: #f8f2e9;
    border-bottom: 1px solid #fff;
}
}
@media all and (min-width: 768px) and (max-width: 992px) {
.text-icon__list-item:nth-child(2), .text-icon__list-item:nth-child(4), .text-icon__list-item:nth-child(6), .text-icon__list-item:nth-child(8), .text-icon__list-item:nth-child(10), .text-icon__list-item:nth-child(12) {
    border-right: 1px solid #caccd6;
}
.text-icon__list-item:nth-child(3) {
    border-top: 0;
}
.text-icon__list-item:nth-child(4) {
    border-top: 0;
}
.text-icon__list-item:nth-child(5) {
    border-top: 0;
}
.text-icon__list-item:nth-child(6) {
    border-top: 0;
}
.text-icon__list-item:nth-child(7) {
    border-top: 0;
}
.text-icon__list-item:nth-child(8) {
    border-top: 0;
}
.text-icon__list-item:nth-child(9) {
    border-top: 0;
}
.text-icon__list-item:nth-child(10) {
    border-top: 0;
}
.text-icon__list-item:nth-child(11) {
    border-top: 0;
}
.text-icon__list-item:nth-child(12) {
    border-top: 0;
}
}
@media(min-width: 768px) {
.auth-form__names-container {
    display: flex;
}
.auth-form__names-container>div {
    max-width: 50%;
    flex: 1 1;
    align-self: flex-start;
}
.auth-form__names-container>:first-child {
    margin-right: 16px;
}
.order-bump-card__recurring-amount {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    font-family: Barlow,sans-serif;
    letter-spacing: .3px;
}
.order-bump-card__title {
    font-size: 1.125rem;
}
.order-bump-card__image {
    width: 7.8125rem;
}
.order-bump-card__non-recurring-compare-amount {
    font-size: .875rem;
    margin-right: .5rem;
    font-weight: 500;
}
.order-bump-card__non-recurring-pricing {
    align-items: center;
    flex-direction: row;
}
.order-bump-card {
    margin: 16px 0;
}
.product-price__value {
    font-size: 1.25rem;
    line-height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 2rem;
}
.product-price--small .product-price__value, .product-price__value {
    font-weight: 600;
    font-family: Barlow,sans-serif;
    letter-spacing: .01875em;
}
.product-price--small .product-price__value {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
@media all and (min-width: 992px) {
.text-image___ec9e0 .text-image__image___ec9e0 {
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -spec-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    -spec-justify-content: flex-start;
    -ms-flex-pack: start;
}
.text-image___ec9e0 .text-image__image___ec9e0 img {
    width: 100%;
    height: auto;
}
.text-image___ec9e0 .text-image__body___ec9e0 {
    padding-right: 5rem;
}
.text-image___47f23 .text-image__image___47f23 {
    justify-content: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -spec-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    -spec-justify-content: flex-end;
    -ms-flex-pack: end;
}
.text-image___47f23 .text-image__image___47f23 img {
    width: 100%;
    height: auto;
}
.text-image___47f23 .text-image__body___47f23 {
    padding-left: 5rem;
}
.banner___4be6f .banner__wrapper___4be6f {
    width: calc(100% - 50%);
    padding-right: 3rem;
    padding-left: 0;
}
.banner___4be6f .section__video___4be6f {
    width: 50%;
}
.banner___4be6f .section__image___4be6f {
    width: 50%;
}
.video__container {
    max-width: 992px;
}
.video .section__content__wrapper {
    padding: 8rem 0;
}
.upsells__container {
    max-width: 992px;
}
.testimonials__list.owl-carousel .owl-nav .owl-next {
    -moz-transform: translatex(-87.5%);
    -webkit-transform: translatex(-87.5%);
    -o-transform: translatex(-87.5%);
    transform: translatex(-87.5%);
    -spec-transform: translatex(-87.5%);
    left: 63.5%;
}
.testimonials__container {
    max-width: 992px;
}
.showcase__list-item {
    max-width: 20%;
    flex: 0 0 20%;
}
.showcase__container {
    max-width: 992px;
}
.rich-text__container {
    max-width: 992px;
}
.rich-text .section__headings, .rich-text .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.reviews__container {
    max-width: 992px;
}
.pricing-table__container {
    max-width: 992px;
}
.pricing-table.section__column-layout__two-column .section__content {
    padding-left: 0;
}
.header__nav-cta {
    display: inline-block;
}
.header__nav.header__nav--left.header__nav--has-cta .header__nav-sign-in {
    position: relative;
    top: 0.5rem;
}
.header__container {
    max-width: 992px;
}
.lead-capture__container {
    max-width: 992px;
}
.lead-capture {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -spec-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -spec-align-items: center;
    -ms-flex-align: center;
}
.instructor__list {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 75%;
    position: relative;
    flex: 0 0 75%;
}
.instructor__container {
    max-width: 992px;
}
.text-image__body {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.text-image__container {
    max-width: 992px;
}
.text-icon__list-item {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 33.33333%;
    position: relative;
    flex: 0 0 33.33333%;
}
.text-icon__list-item:nth-child(3), .text-icon__list-item:nth-child(6), .text-icon__list-item:nth-child(9), .text-icon__list-item:nth-child(12) {
    border-right: 1px solid #caccd6;
}
.text-icon__list-item:nth-child(4) {
    border-top: 0;
}
.text-icon__list-item:nth-child(5) {
    border-top: 0;
}
.text-icon__list-item:nth-child(6) {
    border-top: 0;
}
.text-icon__list-item:nth-child(7) {
    border-top: 0;
}
.text-icon__list-item:nth-child(8) {
    border-top: 0;
}
.text-icon__list-item:nth-child(9) {
    border-top: 0;
}
.text-icon__list-item:nth-child(10) {
    border-top: 0;
}
.text-icon__list-item:nth-child(11) {
    border-top: 0;
}
.text-icon__list-item:nth-child(12) {
    border-top: 0;
}
.text-icon__container {
    max-width: 992px;
}
.gallery__list-item.gallery__list-item-count-2 {
    width: 100%;
    padding-top: 0;
    padding-right: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-left: 0;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.gallery__list-item.gallery__list-item-count-3 {
    width: 100%;
    padding-top: 0;
    padding-right: 1rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-left: 0;
    max-width: 33.33333%;
    position: relative;
    flex: 0 0 33.33333%;
}
.footer__nav-social .footer__nav-item {
    margin-right: 0.8rem;
}
.footer__nav-social {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 16.66667%;
    position: relative;
    flex: 0 0 16.66667%;
    text-align: right;
}
.footer__nav-site {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 83.33333%;
    position: relative;
    flex: 0 0 83.33333%;
    text-align: left;
    margin-bottom: 0;
}
.footer__container {
    max-width: 992px;
}
.faq__wrapper {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.faq__container {
    max-width: 992px;
}
.description__container:before {
    left: 36%;
}
.description__container {
    max-width: 992px;
}
.description.section__column-layout__two-column .section__headings {
    width: 100%;
    padding-right: 1rem;
    padding-right: 4rem;
    padding-left: 1rem;
    max-width: 41.66667%;
    position: relative;
    flex: 0 0 41.66667%;
}
.description.section__column-layout__two-column .section__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-left: 0;
    max-width: 58.33333%;
    position: relative;
    flex: 0 0 58.33333%;
}
.course-curriculum__container {
    max-width: 992px;
}
.course-categories__container {
    max-width: 992px;
}
.course-cards__container {
    max-width: 992px;
}
.countdown__container {
    max-width: 992px;
}
.countdown.section__column-layout__two-column li {
    min-width: 50%;
}
.countdown.section__column-layout__two-column .section__headings {
    text-align: left;
}
.countdown.section__column-layout__one-column li:not(:first-child) {
    border-left: 0;
}
.community-overview__container {
    max-width: 992px;
}
.checkout__thank-you-upsells__container {
    max-width: 992px;
}
.checklist__container {
    max-width: 992px;
}
.checklist.section__column-layout__two-column .checklist__list-item {
    padding-left: 0;
}
.cta-course__container {
    max-width: 992px;
}
.cta-community__container {
    max-width: 992px;
}
.call-to-action__container {
    max-width: 992px;
}
.bundle-includes__container {
    max-width: 992px;
}
.bonus__container {
    max-width: 992px;
}
.bonus.section__column-layout__two-column .section__content {
    padding-left: 0;
}
.banner .section__image {
    margin: 16px 0;
}
.banner .section__button-group .product-action-buttons__purchase {
    width: 100%;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
    margin-bottom: 1rem;
}
.banner.section--has-media .banner__container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.banner.section--has-media .section__content {
    align-self: center;
}
.banner__container--small .banner__wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.banner__container--medium .banner__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.banner__container--large .banner__wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
.banner__container--xlarge .banner__wrapper {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.banner__container {
    max-width: 992px;
}
.sign-in__sign-up, .sign-up__sign-in {
    width: 100%;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.sign-in__form, .sign-up__form, .express-sign-in__form, .social-sign-up__form {
    width: 100%;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.sign-in__container, .sign-up__container, .express-sign-in__container, .social-sign-up__container {
    max-width: 992px;
}
.coming-soon__form, .coming-soon__thank-you {
    width: 100%;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.password-reset__sent {
    width: 100%;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.password-reset__form {
    width: 100%;
    max-width: 66.66667%;
    position: relative;
    flex: 0 0 66.66667%;
}
.password-reset__container {
    max-width: 992px;
}
.my-account__menu+.my-account__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-left: 2rem;
    max-width: 75%;
    position: relative;
    flex: 0 0 75%;
}
.my-account__menu {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 25%;
    position: relative;
    flex: 0 0 25%;
}
.my-account__container {
    max-width: 992px;
}
.student-dashboard__container {
    max-width: 992px;
}
.custom__container {
    max-width: 992px;
}
.course-review__form {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.course-review__container {
    max-width: 992px;
}
.collections__container {
    max-width: 992px;
}
.collections .products__search-box {
    position: absolute;
    right: 0;
    top: 0;
}
.checkout__footer {
    padding-top: 2rem;
}
.checkout__product-list {
    margin-top: 2rem;
}
.checkout__bundle-list-item .checkout__product-details__wrapper strong {
    width: 100%;
    max-width: 75%;
    position: relative;
    flex: 0 0 75%;
}
.checkout__product-overview {
    width: 100%;
    padding-top: 6rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-left: 2rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.checkout__form {
    width: 100%;
    padding-right: 1rem;
    padding-right: 2rem;
    padding-left: 1rem;
    max-width: 50%;
    position: relative;
    flex: 0 0 50%;
}
.checkout__container {
    max-width: 992px;
}
.affiliate__menu+.affiliate__content {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-left: 2rem;
    max-width: 75%;
    position: relative;
    flex: 0 0 75%;
}
.affiliate__menu {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 25%;
    position: relative;
    flex: 0 0 25%;
}
.affiliate__container {
    max-width: 992px;
}
table {
    table-layout: fixed;
}
.products__search-box {
    min-width: 20rem;
}
.products-coupon__container {
    max-width: 992px;
}
.products__list-item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}
.card--featured .card__name {
    -webkit-line-clamp: 2;
}
.card--featured .card__img {
    width: 368px;
}
.card--featured .card__body-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -spec-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -spec-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -spec-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}
.card--featured .card__body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: unset;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -spec-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -spec-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.card--featured .card__body:focus {
    outline-offset: -2px;
}
.card--featured .card__price-container {
    width: 100%;
    margin-top: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -spec-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -spec-justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 16px 0 0;
}
.card--featured .card__price {
    padding-right: 16px;
}
.card--featured .card__button {
    margin-left: 0;
    align-self: flex-end;
    flex-shrink: 0;
}
.card--featured {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -spec-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -spec-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -spec-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
}
[class*="__wrapper"]>[class*="__menu"] ul {
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    -o-box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.05);
}
}
@media all and (min-width: 1200px) {
.video__container {
    max-width: 1200px;
}
.upsells__container {
    max-width: 1200px;
}
.testimonials__container {
    max-width: 1200px;
}
.showcase__container {
    max-width: 1200px;
}
.rich-text__container {
    max-width: 1200px;
}
.reviews__container {
    max-width: 1200px;
}
.pricing-table__container {
    max-width: 1200px;
}
.header__container {
    max-width: 1200px;
}
.lead-capture__container {
    max-width: 1200px;
}
.instructor__container {
    max-width: 1200px;
}
.text-image__container {
    max-width: 1200px;
}
.text-icon__container {
    max-width: 1200px;
}
.footer__container {
    max-width: 1200px;
}
.faq__container {
    max-width: 1200px;
}
.description__container {
    max-width: 1200px;
}
.course-curriculum__container {
    max-width: 1200px;
}
.course-categories__container {
    max-width: 1200px;
}
.course-cards__container {
    max-width: 1200px;
}
.countdown__container {
    max-width: 1200px;
}
.countdown.section__column-layout__two-column li {
    min-width: 110px;
}
.countdown.section__column-layout__two-column li:not(:first-child) {
    border-left: 0;
}
.community-overview__container {
    max-width: 1200px;
}
.checkout__thank-you-upsells__container {
    max-width: 1200px;
}
.checklist__container {
    max-width: 1200px;
}
.cta-course__container {
    max-width: 1200px;
}
.cta-community__container {
    max-width: 1200px;
}
.call-to-action__container {
    max-width: 1200px;
}
.bundle-includes__container {
    max-width: 1200px;
}
.bonus__container {
    max-width: 1200px;
}
.banner .section__button-group {
    flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -spec-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -spec-flex-wrap: nowrap;
}
.banner__container {
    max-width: 1200px;
}
.sign-in__container, .sign-up__container, .express-sign-in__container, .social-sign-up__container {
    max-width: 1200px;
}
.password-reset__container {
    max-width: 1200px;
}
.my-account__container {
    max-width: 1200px;
}
.student-dashboard__container {
    max-width: 1200px;
}
.custom__container {
    max-width: 1200px;
}
.course-review__container {
    max-width: 1200px;
}
.collections__container {
    max-width: 1200px;
}
.checkout__container {
    max-width: 1200px;
}
.affiliate__container {
    max-width: 1200px;
}
.products-coupon__container {
    max-width: 1200px;
}
}
@media(min-width: 1265px) {
h2 {
    font-size: 2rem;
    line-height: 2.5rem;
}
h1 {
    font-size: 2.5rem;
    line-height: 3rem;
}
}

#nav-main {
	background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(8px) saturate(180%);
	-webkit-backdrop-filter: blur(8px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: none;
	border-radius: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border: 1px solid #ced4da;
}

.wc_payment_method .form-check {
    padding: 0;
    display: flex;
    align-items: center;
}

#primary {
	width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
	background-color: #1e1c27;
	border-radius: 100px;
    border: 2px solid transparent;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background-color: #403c54;
    color: #fff;
    border-color: transparent;
}

.header-actions .btn {
	border: none;
}

.top-button.btn {
--bs-btn-bg: #11BFE6;
    --bs-btn-border-color: #11BFE6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-left: 11px;
}

.form-check-input[type=checkbox] {
    min-width: 18px;
}