/* Minification failed. Returning unminified contents.
(92,21): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-md'
(397,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-family-agrandir'
(398,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-weight-normal'
(399,26): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-3xl'
(400,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-line-height-8'
(401,17): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-color-gray-800'
(418,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-family-helvetica-neue'
(419,26): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-xl'
(420,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-weight-normal'
(421,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-line-height-6'
(422,17): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-color-gray-600'
(457,26): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-layout-md'
(474,26): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-layout-md'
(505,29): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-layout-md'
(509,26): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-layout-md'
(513,26): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-layout-2xs'
(519,29): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-layout-md'
(536,30): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-2xl'
(537,27): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-line-height-7'
(542,25): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-md'
(543,27): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-line-height-4'
(584,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-family-agrandir'
(585,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-weight-normal'
(586,26): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-5xl'
(587,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-line-height-10'
(588,17): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-color-gray-800'
(592,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-family-helvetica-neue'
(593,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-weight-normal'
(594,26): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-xl'
(595,23): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-line-height-6'
(596,17): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-color-gray-600'
(602,30): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-3xl'
(603,27): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-line-height-8'
(607,25): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-size-md'
(608,27): run-time error CSS1039: Token not allowed after unary operator: '-pmi-dsm-font-line-height-4'
 */
.card-container-mvc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 40px;
}

.card-container-mvc__list {
    margin: 15px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 20px;
}

@media(min-width: 375px) {
    .card-container-mvc__list {
        width: 354px;
    }
}

@media(min-width: 480px) {
    .card-container-mvc__list {
        width: 472px;
    }
}

@media(min-width: 576px) {
    .card-container-mvc__list {
        gap: 30px;
        justify-content: center;
        width: 510px;
    }
}

@media(min-width: 768px) {
    .card-container-mvc__list {
        width: 800px;
    }
}

@media(min-width: 1200px) {
    .card-container-mvc__list {
        width: 100%;
    }
}

.card-container-mvc__title {
    font-size: 32px !important;
    font-weight: bold !important;
    letter-spacing: 0.62px !important;
    line-height: 28px !important;
    text-align: center !important;
}

@media(max-width: 575px) {
    .card-container-mvc {
        margin-top: 12px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .card-container-mvc__title {
        font-size: 24px !important;
        letter-spacing: 0.46px !important;
        line-height: 30px !important;
    }
}

.explore-by-category__card {
    display: inline-block;
    margin: 15px 10px;
    padding: 16px 0;
    width: 140px;
    height: 140px;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.13);
    cursor: pointer;
    border-bottom: 0px solid #4F17A7;
    transition: all 250ms ease-in-out;
    transition-property: transform;
    text-decoration: none !important;
}

.explore-by-category__text {
    height: 30px;
    color: #4F17A8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: var(--pmi-dsm-font-size-md);
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.explore-by-category__image-container {
    display: flex;
    justify-content: center;
    padding: 13px;
    height: 90px;
}

@media(max-width: 575px) {
    .explore-by-category__card {
        margin: 10px;
        width: 98px;
        height: 98px;
        padding: 0;
        transition: all 0s 250ms;
        transition-property: border-bottom-width;
    }
    
    .explore-by-category__card:active {
        border-bottom-width: 3px;
        transition: none;
    }

    .explore-by-category__text-container {
        display: flex;
        height: 30px;
        padding: 11px;
        justify-content: center;
        align-items: center;
    }

    .explore-by-category__text {
        height: unset;
        min-height:16px;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .explore-by-category__image-container {
        height: 60px;
        padding: 8px;
    }
}

@media(min-width: 576px) {
    .explore-by-category__card:hover {
        border-bottom-width: 3px;
        transform: translateY(-10px);
    }
}

.explore-by-category-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 40px;
}

.explore-by-category-list__title {
    font-size: 32px !important;
    font-weight: bold !important;
    letter-spacing: 0.62px !important;
    line-height: 28px !important;
    text-align: center !important;
    padding-bottom: 10px;
}

.explore-by-category-list__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media(min-width: 354px) {
    .explore-by-category-list__container {
        justify-content: start;
        width: 354px;
    }

    .explore-by-category-list__title {
        font-size: 24px !important;
    }
}

@media(min-width: 576px) {
    .explore-by-category-list__container {
        width: 510px;
    }

    .explore-by-category-list__title {
        font-size: 32px !important;
    }
}

@media(min-width: 768px) {
    .explore-by-category-list__container {
        justify-content: center;
        width: 800px;
    }
}

@media(min-width: 1200px) {
    .explore-by-category-list__container {
        width: 100%;
    }
}

.most-popular-topics {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 20px;
    padding: 15px 0 20px;
}

.most-popular-topics-selector {
    box-shadow: none !important;
}

.most-popular-topics-selector__title {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #333f48;
}

@media(max-width: 1024px) {
    .most-popular-topics-selector__title {
        display: block;
        width: 100%;
        text-align: left;
    }
}


.product-preview__card {
    width: 355px;
    height: 407px;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.13);
    cursor: pointer;
    border-bottom: 0 solid #4F17A7;
    transition: all 250ms ease-in-out;
    transition-property: transform;
}

    .remove-underline {
        text-decoration: none !important;
    }

@media(max-width: 575px) {
    .product-preview__card {
        width: 100%;
        height: 100%;
        transition: all 0s 250ms;
        transition-property: border-bottom-width, margin-bottom;
    }
    
    .product-preview__card:active {
        border-bottom-width: 3px;
        margin-bottom: 12px;
        transition: none;
    }
}

@media(min-width: 576px) {
    .product-preview__card:hover {
        border-bottom-width: 3px;
        transform: translateY(-10px);
    }
}

.product-preview__image-container {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

@media(max-width: 575px) {
    .product-preview__image-container {
        height: 100px;
    }
}

.product-preview__image {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}

.product-preview__contents-container {
    display: inline-flex;
    flex-direction: column;
    margin: 20px;
    height: 247px;
}

@media(max-width: 575px) {
    .product-preview__contents-container {
        height: unset;
    }
    .product-preview__tag {
        font-size: 14px;
    }
}

.product-preview__title {
    color: #212121 !important;
    font-family: 'Aeonik', Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    line-height: 26px !important;
}

.dsm .product-preview__title {
    margin-bottom: 0;
}

.product-preview__tag-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.product-preview__tag {
    margin-top: 10px;
    padding: 0px 5px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-radius: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 22px;
    width: 100%;
    color: #575757;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}

.product-preview__text-container {
    margin-top: 12px;
    flex-grow: 1;
    overflow: hidden;
    font-weight: normal;
}

.product-preview__text {
    color: #575757;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}

.product-preview__class-level {
    margin-bottom: 12px;
}

.product-preview__abstract {
    overflow: hidden;
    max-height: 124px;
}

@media(max-width: 575px) {
    .product-preview__abstract {
        max-height: unset;
        margin-bottom: 10px;
    }
}

.product-preview__learn-more {
    color: #4F17A8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
}

.store-announcement-banner {
    margin-bottom: 40px;
    background-color: white;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.store-announcement-banner__body > h2 {
    font-family: var(--pmi-dsm-font-family-agrandir);
    font-weight: var(--pmi-dsm-font-weight-normal);
    font-size: calc(var(--pmi-dsm-font-size-3xl));
    line-height: var(--pmi-dsm-font-line-height-8);
    color: var(--pmi-dsm-color-gray-800);
}

.store-announcement-banner__body {
    padding: 30px 40px;
    font-size: 25px;
}

.store-announcement-banner__body-button .icon-nowrap .icon {
    display: inline-flex;
}

.store-announcement-banner__body-content,
.store-announcement-banner__body > p {
    padding: 30px 0 30px 0;
    margin: 0;

    font-family: var(--pmi-dsm-font-family-helvetica-neue);
    font-size: calc(var(--pmi-dsm-font-size-xl));
    font-weight: var(--pmi-dsm-font-weight-normal);
    line-height: var(--pmi-dsm-font-line-height-6);
    color: var(--pmi-dsm-color-gray-600);
}

.store-announcement-banner__body > p:empty {
    display: none;
}

.store-announcement-banner__image {
    flex-basis: 50%;
}

.store-announcement-banner__image > img {
    width: 100%;
    object-fit: contain;
}

@media (min-width: 476px) {
    .store-announcement-banner {
        display: flex;
        flex-wrap: wrap;
    }

    .store-announcement-banner__body {
        flex-basis: 50%;
        align-self: center;
        padding: 0 40px;
    }

    .store-announcement-banner__body-content,
    .store-announcement-banner__body > p {
        padding: 18px 0 30px 0;
        margin: 0;
    }

    .store-announcement-banner__body-button:only-child {
        margin-top: var(--pmi-dsm-layout-md);
    }

    .store-announcement-banner__body-cta-button {
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .store-announcement-banner {
        flex-direction: column;
        flex-wrap:nowrap;
        margin-bottom: 40px;
        max-width: 370px;
    }

    .store-announcement-banner__body > h2 {
        margin-top: var(--pmi-dsm-layout-md);
    }
}

@media (max-width: 575px) {
    .store-announcement-banner {
        max-width: 452px;
        margin-bottom: 40px;
    }
}

@media (max-width: 479px) {
    .store-announcement-banner {
        max-width: 334px;
        margin-bottom: 40px;
    }
}
@media (min-width: 375px) {
    .store-announcement-banner {
        margin: 0 auto;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .store-announcement-banner {
        margin: 0 20px;
        margin-bottom: 40px;
    }

    .store-announcement-banner__body-button {
        margin-bottom: var(--pmi-dsm-layout-md);
    }

    .store-announcement-banner__body > h2:first-child {
        margin-top: var(--pmi-dsm-layout-md);
    }

    .store-announcement-banner__body > p:first-child {
        margin-top: var(--pmi-dsm-layout-2xs);
    }
}

@media (min-width: 476px) and (max-width: 767.98px) {
    .store-announcement-banner__body-button {
        margin-bottom: var(--pmi-dsm-layout-md);
    }
}

@media (max-width: 475.98px) {
    .store-announcement-banner__body > h2:first-child {
        margin-top: 0;
    }

    .store-announcement-banner__body > p:first-child {
        padding-top: 0;
    }
}

/* Mobile switch point for component's typography */
@media (max-width: 991.98px) {
    .store-announcement-banner__body > h2 {
        font-size: calc(var(--pmi-dsm-font-size-2xl));
        line-height: var(--pmi-dsm-font-line-height-7);
    }

    .store-announcement-banner__body-content,
    .store-announcement-banner__body > p {
        font-size: var(--pmi-dsm-font-size-md);
        line-height: var(--pmi-dsm-font-line-height-4);
    }
}

.store-homepage-hero {
    margin-bottom: 40px;
}

.store-homepage-hero__line-separator {
    border-bottom: 1px solid #979797;
    margin: 0;
    padding: 0;
}

@media (min-width: 476px) {
    .store-homepage-hero {
        display: flex;
        flex-wrap: wrap;
    }

    .store-homepage-hero__line-separator {
        flex-basis: 100%;
    }

    .store-homepage-hero__text {
        flex-basis: 70%;
    }

    .store-homepage-hero__image {
        flex-basis: 30%;
    }
}

@media (max-width: 1480px) {
    .store-homepage-hero {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.store-homepage-hero__text > h1 {
    font-family: var(--pmi-dsm-font-family-agrandir);
    font-weight: var(--pmi-dsm-font-weight-normal);
    font-size: calc(var(--pmi-dsm-font-size-5xl));
    line-height: var(--pmi-dsm-font-line-height-10);
    color: var(--pmi-dsm-color-gray-800);
}

.store-homepage-hero__text > p {
    font-family: var(--pmi-dsm-font-family-helvetica-neue);
    font-weight: var(--pmi-dsm-font-weight-normal);
    font-size: calc(var(--pmi-dsm-font-size-xl));
    line-height: var(--pmi-dsm-font-line-height-6);
    color: var(--pmi-dsm-color-gray-600);
}

/* Mobile switch point for component's typography */
@media (max-width: 991.98px) {
    .store-homepage-hero__text > h1 {
        font-size: calc(var(--pmi-dsm-font-size-3xl));
        line-height: var(--pmi-dsm-font-line-height-8);
    }

    .store-homepage-hero__text > p {
        font-size: var(--pmi-dsm-font-size-md);
        line-height: var(--pmi-dsm-font-line-height-4);
    }
}
