﻿/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].use[3]!./node_modules/@epegzz/sass-vars-loader/src/sassVarsLoader.js??ruleSet[1].rules[7].use[4]!./assets/components/courses-grid/scss/index.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.cards-grid {
    width: 95%;
    margin: 0 auto;
    max-width: calc(100% - 30px)
}

@media (min-width:768px) {
    .cards-grid {
        margin: 40px auto 0
    }
}

@media screen and (min-width:1069px) {
    .cards-grid {
        width: 85%;
        margin: 65px auto 0
    }
}

@media (min-width:1600px) {
    .cards-grid {
        max-width: 1780px;
        width: 100%;
        padding: 0 20px
    }
}

.cards-grid__list {
    padding-left: 0;
    list-style-type: none
}

@media (min-width:768px) {
    .cards-grid__list {
        width: calc(100% + 20px)
    }
}

.cards-grid__list:after {
    content: "";
    display: block;
    clear: both
}

.cards-grid__item, .cards-grid__sizer {
    width: 100%
}

@media (min-width:768px) {
    .cards-grid__item, .cards-grid__sizer {
        width: calc(50% - 20px)
    }
}

@media (min-width:1000px) {
    .cards-grid__item, .cards-grid__sizer {
        width: calc(33.3% - 20px)
    }
}

@media (min-width:1600px) {
    .cards-grid__item, .cards-grid__sizer {
        width: calc(25% - 20px)
    }
}

.cards-grid__item {
    width: 100%;
    background: #fff;
    float: left;
    position: static !important;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .cards-grid__item {
        width: calc(50% - 20px);
        position: absolute !important;
        margin-bottom: 20px
    }
}

@media (min-width:1000px) {
    .cards-grid__item {
        width: calc(33.3% - 20px)
    }
}

@media (min-width:1600px) {
    .cards-grid__item {
        width: calc(25% - 20px)
    }
}

.cards-grid__item--featured {
    background: #333e48
}

@media (min-width:1000px) {
    .cards-grid__item--featured {
        width: calc(66.6% - 20px)
    }
}

@media (min-width:1600px) {
    .cards-grid__item--featured {
        width: calc(50% - 20px)
    }
}

.cards-grid__cta {
    font-size: 1rem;
    min-width: unset;
    padding: 10px 15px;
    border-radius: 25.5px;
    height: 45px;
    white-space: nowrap
}

.cards-grid__cta--view {
    border: 1px solid #333e48;
    border: 1px solid var(--available-color,#333e48);
    color: #333e48;
    color: var(--available-color,#333e48);
    margin-left: 10px
}

@media (min-width:1600px) {
    .cards-grid__cta {
        font-size: 1.125rem;
        height: 48px;
        padding: 10px 20px
    }

    .cards-grid__cta--view {
        margin-left: 20px
    }
}

.custom-radio {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    display: block
}

.card-course-item .custom-radio {
    text-align: left
}

@media (min-width:768px) {
    .custom-radio {
        text-align: left
    }
}

@media (min-width:1600px) {
    .custom-radio {
        font-size: 1.125rem;
        line-height: 22px
    }
}

.custom-radio > input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

    .custom-radio > input:not(:disabled):not(:checked) + span:hover:before {
        border-color: rgba(243,139,0,.4)
    }

    .custom-radio > input:checked + span:before {
        border-color: #f38b00;
        background-color: #f38b00
    }

    .custom-radio > input:checked + span:after {
        border-color: #333e48;
        border-color: var(--available-color,#333e48)
    }

    .custom-radio > input:checked + span {
        text-shadow: 0 0 1px #333e48;
        text-shadow: 0 0 1px var(--available-color,#333e48)
    }

.custom-radio em {
    text-shadow: none;
    font-style: italic;
    font-weight: 400;
    margin-left: 4px;
    color: #333e48;
    color: var(--available-color,#333e48);
    opacity: .6
}

.custom-radio > span {
    display: inline-block;
    text-align: justify;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 22px
}

    .custom-radio > span:before {
        left: 4px;
        top: calc(2px + 8px/2);
        width: 8px;
        height: 8px;
        border-radius: 50%
    }

    .custom-radio > span:after, .custom-radio > span:before {
        position: absolute;
        content: "";
        display: inline-block;
        flex-shrink: 0;
        flex-grow: 0;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50% 50%
    }

    .custom-radio > span:after {
        left: 0;
        top: 2px;
        width: 16px;
        height: 16px;
        border: 1px solid #333e48;
        border: 1px solid var(--available-color,#333e48);
        border-radius: 50%
    }

@media (min-width:768px) {
    .custom-radio > span {
        text-align: left
    }
}

.custom-radio:only-of-type input + span {
    font-weight: 400
}

    .custom-radio:only-of-type input + span:after, .custom-radio:only-of-type input + span:before {
        content: none
    }

.custom-radio:only-of-type span {
    padding-left: 0
}

.card-item {
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
    --card-desktop-padding: 25px
}

@media (min-width:768px) {
    .card-item:hover {
        background: #fff
    }
}

.card-item.is-active {
    background: #fff
}

.cards-grid__item--featured .card-item {
    align-items: flex-end;
    position: relative;
    background: #333e48;
    --card-desktop-padding: 40px
}

    .cards-grid__item--featured .card-item:hover {
        background: inherit
    }

.card-item__img {
    display: none;
    width: 100%;
    height: 176px;
    overflow: hidden
}

    .card-item__img img {
        font-family: "object-fit:cover";
        object-fit: cover;
        width: 100%;
        height: 100%
    }

@media (min-width:768px) {
    .card-item__img {
        display: block
    }
}

.cards-grid__item--featured .card-item__img {
    display: block;
    height: 159px
}

@media (min-width:768px) {
    .cards-grid__item--featured .card-item__img {
        height: 176px
    }
}

@media (min-width:1000px) {
    .cards-grid__item--featured .card-item__img {
        width: calc(50% - 10px);
        order: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }
}

.card-item__body {
    height: 0;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5
}

    .card-item__body.is-open {
        height: auto;
        max-height: 100%;
        overflow: visible;
        opacity: 1;
        border-top: 1px solid #f6f6f6;
        transition: opacity .2s
    }

@media (min-width:768px) {
    .card-item__body {
        height: auto;
        overflow: visible;
        opacity: 1;
        max-height: unset;
        position: relative;
        text-align: left;
        border-top: unset;
        line-height: 1.3
    }

        .card-item__body:before {
            position: absolute;
            content: "";
            left: 20px;
            top: 0;
            background: #f38b00;
            width: 80px;
            height: 3px
        }
}

@media (min-width:1600px) {
    .card-item__body {
        font-size: 1rem;
        line-height: 1.3
    }
}

.cards-grid__item--featured .card-item__body {
    height: auto;
    max-height: 100%;
    overflow: visible;
    opacity: 1;
    color: #fff;
    position: relative
}

    .cards-grid__item--featured .card-item__body:before {
        position: absolute;
        content: "";
        left: calc(50% - 40px);
        top: 0;
        background: #f38b00;
        width: 80px;
        height: 3px
    }

@media (min-width:768px) {
    .cards-grid__item--featured .card-item__body:before {
        left: 25px
    }
}

@media (min-width:1000px) {
    .cards-grid__item--featured .card-item__body {
        width: calc(50% + 10px)
    }

        .cards-grid__item--featured .card-item__body:before {
            left: 40px
        }
}

@media (min-width:768px) {
    .card-item__main-content {
        padding: 25px 20px
    }
}

.card-item__body.is-open .card-item__main-content {
    padding: 25px 20px
}

.cards-grid__item--featured .card-item__main-content {
    padding: 25px 25px 32px;
    font-size: 1rem;
    line-height: 22px
}

@media (min-width:1000px) {
    .cards-grid__item--featured .card-item__main-content {
        padding: 25px 40px 40px
    }
}

.card-item__name {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700
}

.cards-grid__item--featured .card-item__name {
    font-size: 1.5rem;
    line-height: 34px
}

@media (min-width:1600px) {
    .cards-grid__item--featured .card-item__name {
        font-size: 2rem;
        line-height: 39px;
        text-align: left
    }
}

@media (min-width:1600px) {
    .card-item__name {
        font-size: 2rem;
        line-height: 39px
    }
}

.card-item__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer
}

@media (min-width:768px) {
    .card-item__toggle {
        pointer-events: none
    }
}

@media (min-width:1000px) {
    .card-item__toggle {
        padding: 35px 25px 25px
    }
}

.cards-grid__item--featured .card-item__toggle {
    justify-content: center;
    width: 100%;
    color: #fff;
    padding-top: 32px
}

@media (min-width:768px) {
    .cards-grid__item--featured .card-item__toggle {
        justify-content: flex-start
    }
}

@media (min-width:1000px) {
    .cards-grid__item--featured .card-item__toggle {
        width: calc(50% + 10px);
        padding: 40px 40px 25px
    }
}

.card-item__acco-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #333e48
}

@media (min-width:768px) {
    .card-item__acco-icon {
        display: none
    }
}

.cards-grid__item--featured .card-item__acco-icon {
    display: none
}

.card-item__acco-icon.is-open {
    background: #f38b00
}

    .card-item__acco-icon.is-open .icon {
        transform: rotateX(45deg);
        transition: transform .2s
    }

.card-item__acco-icon .icon {
    fill: #fff;
    transform: rotateX(180deg)
}

.card-item__cta {
    font-size: 1.125rem;
    font-weight: 500
}

@media (min-width:1000px) {
    .courses-annotation {
        max-width: 615px;
        margin: 0 auto
    }
}

.available-block {
    --available-color: #333e48;
    background: #dddedf;
    padding: 9px 25px;
    font-size: 1rem;
    line-height: 22px;
    text-align: center
}

.available-block--featured {
    --available-color: #f6f6f6
}

@media (min-width:768px) {
    .available-block {
        text-align: left
    }
}

@media (min-width:1000px) {
    .available-block {
        padding: 20px var(--card-desktop-padding)
    }
}

.available-block--featured {
    width: 100%;
    color: #fff;
    background: #48525b
}

@media (min-width:1000px) {
    .available-block--featured {
        padding: 25px 40px
    }
}

.available-block__current {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .available-block__current {
        justify-content: flex-start
    }
}

.available-block .icon {
    margin-right: 15px;
    fill: #f38b00
}

.nearby-block {
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    margin: 14px 0
}

@media (min-width:768px) {
    .nearby-block {
        text-align: left;
        margin: 0
    }
}

.nearby-block__top {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:768px) {
    .nearby-block__top {
        justify-content: flex-start
    }
}

.nearby-block__title {
    margin: 10px 0;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 700
}

@media (min-width:1600px) {
    .nearby-block__title {
        margin: 20px 0
    }
}

.nearby-block__buttons {
    display: flex;
    margin-top: 15px;
    justify-content: center
}

@media (min-width:768px) {
    .nearby-block__buttons {
        justify-content: flex-start
    }
}

@media (min-width:1600px) {
    .nearby-block__buttons {
        margin-top: 25px
    }
}
