@media print {
    #reader-body {
        display: none;
    }
}
body {
    font-family: Quasimoda, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-weight: 300;
}

@media only screen and (min-width: 63.25rem) {
    html,
    body {
        height: 100%;
    }
    .wrapper {
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: hidden;
    }
    .site {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}

.btn-primary {
    background-color: #ff7f00;
    border-color: #ff7f00;
}
.border-primary {
    border-color: #ff7f00 !important;
}
.badge-primary {
    background-color: #ff7f00;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.6);
}
.badge {
    font-weight: 600;
}
.site-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 4.375rem;
    /*z-index: 5000;*/
}
@media (min-width: 992px) {
    .site-menu,
    .site-menu.is-open,
    .site-menu:target {
        position: relative;
        overflow: visible;
    }
}
.site-menu {
    color: #44414e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: hsla(0, 0%, 100%, 0);
}
.site-menu {
    transition: background-color 0.2s, color 0.2s, height 0.4s;
}

.header_nav__a {
    display: block;
    font-family: Quasimoda, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.5rem 0;
    line-height: 1.2;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: color 0.2s, background-size 0.2s, background-color 0.2s,
        border-color 0.2s;
}
@media (min-width: 992px) {
    .header_nav__a {
        position: relative;
        font-size: 0.9rem;
        padding: 1rem 1.5rem;
        white-space: nowrap;
        background-repeat: no-repeat;
        background-size: 0 100%;
        background-position: 1.5rem -1rem;
        background-image: linear-gradient(
            transparent calc(100% - 1px),
            currentColor 1px
        );
    }
    .header_nav__a:focus,
    .header_nav__a:hover {
        background-size: calc(100% - 3rem) 100%;
    }
}
.jumbotron-bg {
    background-image: url("/img/search-bg-5.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    background-position: center;
    background-repeat: space;
}
footer{
    
}
footer .copyright {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    background-color: #f2f2f2;
}


.footer-wrap {
    background-image: radial-gradient(circle at 1% 1%, #f63e9d94, #1c112a);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50%;
    position: relative;
    overflow: hidden;
}

.footer {
    background-color: transparent;
    padding: 40px;
    padding-bottom: 20px;
    position: relative;
}

footer a {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    padding: 8px 0;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    cursor: pointer;
    margin-bottom:10px;
}
.footer a{
    color:#fff;
}
footer a:hover {
    color: #91908f;
    text-decoration: none;
}

footer.bg-wrapper {
    background-image:none;
}

@media (min-width: 1025px) {
    .bg-wrapper {
        background-attachment: fixed;
    }
}

footer.bg-wrapper .bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-image: radial-gradient(
        at center center,
        rgba(164, 40, 106, 0.48) 0%,
        rgba(164, 40, 106, 1) 50%
    );
}

.bg-content {
    position: relative;
}

@media (max-width: 720px) {
    .footer {
        padding: 20px;
        padding-bottom: 10px;
    }
    footer .menu {
        display: none;
    }
    footer .partners {
        padding-top: 35px;
    }
    footer .top_row {
        padding-right: 0;
    }
    footer .bottom_row {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    footer .view {
        width: 60px;
        height: 60px;
    }
}

.top_row {
    padding-bottom: 5px;
    padding-right: 40px;
    cursor: pointer;
}

.bottom_row {
    padding-top: 20px;
    color: #656b6a;
}

footer .social {
    padding-left: 17px;
}

.transition {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.off-screen {
    position: fixed;
    left: 10000px;
    top: 10000px;
}
.panel {
}

.panel-transparent {
    background: transparent;
    border: 0;
    box-shadow: none;
    filter: none;
}

.panel .title {
    text-transform: capitalize;
    font-weight: 600;
}

.panel .body {
    color: #2f2e2e;
}

.panel a.link {
    text-decoration: none;
    color: #f910d1;
}

.panel a.link:hover {
    text-decoration: none;
    color: #8599b3;
}
.gradient-bg,
.hover-gradient-bg:hover {
    background: #ededed;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #f6f6f6 54%,
        #ededed 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(54%, #f6f6f6),
        color-stop(100%, #ededed)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #ffffff 0%,
        #f6f6f6 54%,
        #ededed 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #ffffff 0%,
        #f6f6f6 54%,
        #ededed 100%
    ); /* Opera11.10+ */
    background: -ms-linear-gradient(
        top,
        #ffffff 0%,
        #f6f6f6 54%,
        #ededed 100%
    ); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    zoom: 1;
    background: linear-gradient(top, #ffffff 0%, #f6f6f6 54%, #ededed 100%);
}

.hover-bg-none:hover {
    background: none;
    filter: none;
}

.prevent {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.read-mode #course-wares,
#reader {
    display: none;
}
.library-show {
    visibility: hidden;
}
.read-mode .library-show {
    visibility: visible;
}
.read-mode #reader {
    display: block;
}
.os-btn {
    display: block;
    --text-opacity: 1;
    color: #22292f;
    color: rgba(34, 41, 47, var(--text-opacity));
    padding: 1.25rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    max-width: 30rem;
    text-align: center;
    border: 1px solid;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
}
.os-text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.os-inline-block {
    display: inline-block;
}
.os-btn-outlined {
    --border-opacity: 1;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.3s ease-in-out;
}
.os-btn-outlined:hover,
.os-btn-outlined:focus {
    --border-opacity: 1;
    border-color: rgba(204, 204, 204, var(--border-opacity));
    background-color: rgba(204, 204, 204, var(--border-opacity));
    color: transparent;
}
.border-w-0 {
    border-width: 0;
}
.border-w-2 {
    border-width: 2px;
}
.os-center-box {
    margin-right: auto !important;
    margin-left: auto !important;
}
.os-circular-2 {
    border-radius: 25% !important;
}
.os-circular {
    border-radius: 50% !important;
}
.os-cover,
.os-cover-x,
.os-cover-y,
.os-cover-l,
.os-cover-r,
.os-cover-t,
.os-cover-b {
    position: absolute;
}
.os-cover-t,
.os-cover-y,
.os-cover {
    top: 0;
}
.os-cover-b,
.os-cover-y,
.os-cover {
    bottom: 0;
}
.os-cover-l,
.os-cover-x,
.os-cover {
    left: 0;
}
.os-cover-r,
.os-cover-x,
.os-cover {
    right: 0;
}
.os-crop {
    overflow: hidden !important;
}
.os-pagination a.next,
.os-pagination a.page-numbers:not(.next):not(.prev),
.os-pagination a.prev,
.os-pagination span.current {
    display: inline-block;
    padding: 11px 33px;
    border: 2px solid transparent;
    border-radius: 80px;
    text-decoration: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.12s linear;
    color: #fff;
    background-color: #5333ed;
}

.os-pagination a.loading.next,
.os-pagination a.loading.page-numbers:not(.next):not(.prev),
.os-pagination a.loading.prev,
.os-pagination span.loading.current {
    cursor: progress;
    position: relative;
    padding-right: 52px;
}

.os-pagination a.next > .icon,
.os-pagination a.page-numbers:not(.next):not(.prev) > .icon,
.os-pagination a.prev > .icon,
.os-pagination span.current > .icon {
    vertical-align: -0.15em;
}

.os-pagination a.next > * + .icon,
.os-pagination a.next > .icon + *,
.os-pagination a.page-numbers:not(.next):not(.prev) > * + .icon,
.os-pagination a.page-numbers:not(.next):not(.prev) > .icon + *,
.os-pagination a.prev > * + .icon,
.os-pagination a.prev > .icon + *,
.os-pagination span.current > * + .icon,
.os-pagination span.current > .icon + * {
    margin-left: 1em;
}

.os-pagination a.next:focus,
.os-pagination a.next:hover,
.os-pagination a.page-numbers:focus:not(.next):not(.prev),
.os-pagination a.page-numbers:hover:not(.next):not(.prev),
.os-pagination a.prev:focus,
.os-pagination a.prev:hover,
.os-pagination span.current:focus,
.os-pagination span.current:hover {
    color: #5333ed;
    border-color: #5333ed;
    background-color: transparent;
}

.os-pagination a.loading.next,
.os-pagination a.loading.page-numbers:not(.next):not(.prev),
.os-pagination a.loading.prev,
.os-pagination span.loading.current {
    background-color: #5333ed;
    color: #fff;
}
.button-circle-50,
.os-pagination a.page-numbers:not(.next):not(.prev),
.os-pagination span.current {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
}

.button--ghost--gray,
.os-pagination a.page-numbers:not(.next):not(.prev) {
    color: inherit;
    border-color: #e1eaf8;
    background-color: transparent;
}
.button--ghost--gray:focus,
.button--ghost--gray:hover,
.os-pagination a.page-numbers:focus:not(.next):not(.prev),
.os-pagination a.page-numbers:hover:not(.next):not(.prev) {
    color: #fff;
    background-color: #5333ed;
    border-color: #5333ed;
}
.button--ghost--green {
    color: #2cd4d9;
    border-color: #2cd4d9;
    background-color: transparent;
}
.button--ghost--green:focus,
.button--ghost--green:hover {
    color: #150773;
    background-color: #2cd4d9;
    border-color: #2cd4d9;
}
.button--ghost--purple,
.os-pagination a.next,
.os-pagination a.prev {
    color: #5333ed;
    border-color: #5333ed;
    background-color: transparent;
}
.button--ghost--purple:focus,
.button--ghost--purple:hover,
.os-pagination a.next:focus,
.os-pagination a.next:hover,
.os-pagination a.prev:focus,
.os-pagination a.prev:hover,
.swiper-slide-active .plan-box .plan-box__button--active--ghost--purple:focus,
.swiper-slide-active .plan-box .plan-box__button--active--ghost--purple:hover {
    color: #fff;
    background-color: #5333ed;
    border-color: #5333ed;
}
.button--ghost--purple.active,
.button--ghost--purple.active:hover,
.os-pagination a.active.next,
.os-pagination a.active.next:hover,
.os-pagination a.active.prev,
.os-pagination a.active.prev:hover,
.swiper-slide-active .plan-box .active.plan-box__button--active--ghost--purple {
    color: #5333ed;
    border-color: #5333ed;
    background-color: transparent;
}
.button--ghost--purple.active:hover svg [stroke]:not([stroke=""]),
.button--ghost--purple.active svg [stroke]:not([stroke=""]),
.os-pagination a.active.next svg [stroke]:not([stroke=""]),
.os-pagination a.active.prev svg [stroke]:not([stroke=""]) {
    stroke: #5333ed;
}
.button--ghost--purple.active:hover svg [fill]:not([fill="none"]),
.button--ghost--purple.active svg [fill]:not([fill="none"]),
.os-pagination a.active.next svg [fill]:not([fill="none"]),
.os-pagination a.active.prev svg [fill]:not([fill="none"]) {
    fill: #5333ed;
}
.os-pagination a.loading.next,
.os-pagination a.loading.prev {
    background-color: #5333ed;
    color: #fff;
    position: relative;
    padding-right: 52px;
}
.button--ghost--gold {
    color: #ff961f;
    border-color: rgba(255, 150, 31, 0.1);
    background-color: transparent;
}
.button--ghost--gold:focus,
.button--ghost--gold:hover {
    color: #fff;
    background-color: #ff961f;
    border-color: #ff961f;
}
.button--ghost--gold.active,
.button--ghost--gold.active:hover {
    color: #ff961f;
    border-color: #ff961f;
    background-color: transparent;
}
.button--ghost--gold.active:hover svg [stroke]:not([stroke=""]),
.button--ghost--gold.active svg [stroke]:not([stroke=""]) {
    stroke: #ff961f;
}
.button--ghost--gold.active:hover svg [fill]:not([fill="none"]),
.button--ghost--gold.active svg [fill]:not([fill="none"]) {
    fill: #ff961f;
}
.button--ghost--gold.loading {
    background-color: #ff961f;
    color: #fff;
    position: relative;
    padding-right: 52px;
}
.os-pagination:empty {
    display: none;
}
.os-pagination a.page-numbers:not(.next):not(.prev) {
    margin: 0 5px;
    box-sizing: content-box;
}
.bg-inactive {
    background-color: rgba(232, 229, 229, 0.8);
}
#social-links ul {
    margin: 0;
    padding: 0;
}
#social-links li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#social-links li a {
    list-style: none;
    margin: 0 5px 0;
    font-size: 19px;
    display: inline-block;
}

.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.text-size-medium {
    font-size: 0.9rem;
}
.text-size-small {
    font-size: 0.85rem;
}
.text-size-smaller {
    font-size: 0.76rem;
}
.text-size-smallest {
    font-size: 0.7rem;
}
.text-color-ascent {
    color: #ff329a;
}
.text-color-ascent2 {
    color: #611ea1;
}

@media (max-width: 575px) {
    .text-size-medium-xs {
        font-size: 0.9em;
    }
    .text-size-small-xs {
        font-size: 0.85em;
    }
    .text-size-smaller-xs {
        font-size: 0.76em;
    }
    .text-size-smallest-xs {
        font-size: 0.7em;
    }
    .p-0-xs {
        padding: 0 !important;
    }

    .pt-0-xs,
    .py-0-xs {
        padding-top: 0 !important;
    }

    .pr-0-xs,
    .px-0-xs {
        padding-right: 0 !important;
    }

    .pb-0-xs,
    .py-0-xs {
        padding-bottom: 0 !important;
    }

    .pl-0-xs,
    .px-0-xs {
        padding-left: 0 !important;
    }

    .p-1-xs {
        padding: 0.25rem !important;
    }

    .pt-1-xs,
    .py-1-xs {
        padding-top: 0.25rem !important;
    }

    .pr-1-xs,
    .px-1-xs {
        padding-right: 0.25rem !important;
    }

    .pb-1-xs,
    .py-1-xs {
        padding-bottom: 0.25rem !important;
    }

    .pl-1-xs,
    .px-1-xs {
        padding-left: 0.25rem !important;
    }

    .p-2-xs {
        padding: 0.5rem !important;
    }

    .pt-2-xs,
    .py-2-xs {
        padding-top: 0.5rem !important;
    }

    .pr-2-xs,
    .px-2-xs {
        padding-right: 0.5rem !important;
    }

    .pb-2-xs,
    .py-2-xs {
        padding-bottom: 0.5rem !important;
    }

    .pl-2-xs,
    .px-2-xs {
        padding-left: 0.5rem !important;
    }

    .p-3-xs {
        padding: 1rem !important;
    }

    .pt-3-xs,
    .py-3-xs {
        padding-top: 1rem !important;
    }

    .pr-3-xs,
    .px-3-xs {
        padding-right: 1rem !important;
    }

    .pb-3-xs,
    .py-3-xs {
        padding-bottom: 1rem !important;
    }

    .pl-3-xs,
    .px-3-xs {
        padding-left: 1rem !important;
    }
}
.background-ascent {
    background-color: #ff329a;
}
.background-ascent2 {
    background-color: #611ea1;
}
.border-ascent {
    border-color: #ff329a;
}
.border-ascent2 {
    border-color: #611ea1;
}
.bg-blue {
    background-color: #17a2b8;
}
.bg-gray,
.os-pagination span.current {
    background-color: #e1eaf8;
}
.bg-purple {
    background-color: #5333ed;
}
.box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e9e9e9 #e1e1e1 #d7d7d7;
    border-image: initial;
    border-style: solid;
    border-width: 1px;
    color: #3e3e3e;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.quote-box {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 3px solid #fc6;
    box-shadow: 4px 4px 4px #ccc;
}
.heading-1,
.heading-2,
.heading-3 {
    display: block;
    font-weight: 900;
    color: #a4286a;
    line-height: 1.2;
    margin-top: 0;
}
.heading-2 {
    font-weight: 600;
}
.heading-3 {
    font-weight: 300;
}

.toggler {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 2.375rem;
    width: 2.375rem;
    font-size: 0;
    color: inherit;
    text-decoration: none;
}
.toggler:after,
.toggler:before {
    content: "";
    display: block;
    height: 2px;
    border-radius: 1px;
    background-color: currentColor;
    width: 20px;
    transform: rotate(0deg);
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0.3s;
    will-change: transform;
    transform-origin: center left;
}
.toggler:before {
    margin-bottom: 12px;
    box-shadow: 0 7px 0 currentColor;
}

.toggled .toggler:after,
.toggled .toggler:before,
.site-menu.is-open .site-menu_toggler:after,
.site-menu.is-open .site-menu_toggler:before,
.site-menu:target .site-menu_toggler:after,
.site-menu:target .site-menu_toggler:before {
    transition: transform 0.3s ease 0.3s, box-shadow 0.3s ease 0s;
}
.toggled .toggler:before,
.site-menu.is-open .site-menu_toggler:before,
.site-menu:target .site-menu_toggler:before {
    box-shadow: 0 7px 0 transparent;
    transform: rotate(45deg);
}
.toggled .toggler:after,
.site-menu.is-open .site-menu_toggler:after,
.site-menu:target .site-menu_toggler:after {
    transform: rotate(-45deg);
}

.site-menu_toggler {
    height: 3.375rem;
    width: 3.375rem;
}

@media (min-width: 992px) {
    .site-menu_toggler {
        display: none;
    }
}
.loading-only {
    display: none;
}
[data-loading] .loading-inline-block,
.loading .loading-inline-block {
    display: inline-block;
}
[data-loading] .loading-inline,
.loading .loading-inline {
    display: inline;
}
[data-loading] .loading-block,
.loading .loading-block {
    display: block;
}
