﻿.d-none{
    display: none !important;
}
.justify-content-center{
    justify-content: center !important;
}
.justify-content-end{
    justify-content: end !important;
}
#nxm-message-box .button-cta {
    border: 0;
    box-shadow: none;
    background: #ffc900;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    min-width: 200px;
    line-height: unset;
    height: unset;
    padding: 12px 30px;
}
.modal-backdrop.fade.in {
    opacity: 0.6;
    background-color: #D9D9D9;
}
#nxm-message-box {
    border: 0;
    border-radius: 6px;
    top: 20%;
    box-shadow: unset;
    width: 420px;
}
#nxm-message-box .visual.error .nxm-error-image{
    max-width: 130px;
}
.popup-custom-head {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px;
    color: #4f4f4f !important;
}
.lsa-container{
    letter-spacing: 0.5px;
}
.custom-wrap {
    width: 984px;
}
.lsa-header {
    background: #f2f4f6;
    padding: 20px 0;
}
.lsa-progress {
    display: flex;
    justify-content: space-between;
}
.lsa-prog-item {
    text-align: center;
    flex-grow: 1;
    flex-basis: auto;
    position: relative;
    width: 100%;
}
.lsa-prog-line {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 0 auto 7px;
    z-index: 1;
    position: relative;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #8e9fad;
    box-sizing: border-box;
}
.lsa-prog-item.pre-active .lsa-prog-line {
    border: 3px solid #2A51A3;
}
.lsa-prog-item::after {
    content: "";
    height: 1px;
    background: #8e9fad;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 0;
    width: 100%;
}
.lsa-prog-item.active::after {
    height: 2px;
    background: #2A51A3;
}
.lsa-prog-item:last-child::after{
    width: 0;
}
.lsa-prog-text {
    font-size: 14px;
    font-weight: 600;
    color: #8E9FAD;
}
.lsa-prog-item.pre-active .lsa-prog-text, .lsa-prog-item.active .lsa-prog-text {
    color: #0B519D;
}
.lsa-prog-item.active .lsa-prog-line {
    background: #2A51A3;
    border: 0;
}
.lsa-prog-item.active .lsa-prog-line:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M17.69 7.776a1 1 0 0 1 .034 1.414l-7.39 7.76l-4.058-4.26a1 1 0 0 1 1.448-1.38l2.61 2.74l5.942-6.24a1 1 0 0 1 1.414-.034'/%3E%3C/svg%3E") no-repeat center center;
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lsa-page-title {
    color: #253342;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 50px 0;
}
.lsa-otp-form-title {
    margin-bottom: 15px;
}
.lsa-page-title.big {
    font-size: 34px;
    margin: 40px 0;
    margin-bottom: 20px;
}
.lsa-page-title.big-alt {
    font-size: 34px;
    margin: 40px 0;
    letter-spacing: .5px;
}
.lsa-input-wrap {
    position: relative;
    border: 1px solid #dee3ed;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#lsa-step-1-1 .lsa-input-wrap, #lsa-step-1-2 .lsa-input-wrap {
    width: 250px;
}
#lsa-step-1-1 .lsa-input-wrap{
    width: 400px;
    box-sizing: border-box;
}
.lsa-input-label {
    font-size: 13px;
    font-weight: 500;
    color: #8E9FAD;
    position: absolute;
    top: 10px;
}
.lsa-input-wrap .parsley-errors-list {
    top: 50px;
    position: absolute;
}
.lsa-input.parsley-error {
    margin-bottom: 10px;
    box-shadow: none !important;
    color: #253342 !important;
}
input.lsa-input {
    border: 0;
    color: #253342;
    font-size: 16px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    padding-top: 20px;
    font-weight: 500;
    width: 100%;
}
.lsa-i-form-flex-wrap {
    display: flex;
    justify-content: center;
}
.lsa-i-form-wrap {
    width: 700px;
    border: 1px solid #dee3ed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lsa-i-form-desc {
    text-align: center;
    display: block;
    color: #253342;
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0;
}
.lsa-i-form-btn-wrap {
    margin: 20px 0 40px 0;
}
.lsa-custom-btn {
    color: #253342;
    background: #ffc900;
    padding: 14px 40px;
    display: block;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    cursor: pointer;
    transition: all .3s;
}
#lsa_btn_1 {
    min-width: 220px;
    text-align: center;
    width: 400px;
    box-sizing: border-box;
}
.lsa-custom-btn:hover {
    border-radius: 10px;
}
.lsa-code-inputs {
    margin-bottom: 25px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 220px;
}
.lsa-code-input {
    font-size: 22px !important;
    font-weight: 700;
    color: #253342 !important;
    letter-spacing: .5px;
    text-align: center;
    border: 1px solid #ccc !important;
    background: #fff;
    border-radius: 6px;
    padding: 10px 7px !important;
    width: calc(100% / 4);
    margin-right: 10px;
    outline: 0;
    box-sizing: border-box;
    margin-bottom: 0 !important;
    line-height: normal !important;
}
.lsa-code-input:last-child {
    margin-right: 0;
}
.lsa-submit-code-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    background: #ffc900;
    border: 0;
    padding: 14px 30px;
    border-radius: 30px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #253342;
    outline: none;
    min-width: 220px;
    cursor: pointer;
}
.lsa-submit-code-btn.c-disabled {
    background: #c4c4c4;
    pointer-events: none;
}
.lsa-countdown-wrap {
    margin-top: 15px;
}
.lsa-c-otp-countdown {
    display: block;
    text-align: center;
    font-size: 14px !important;
    margin-bottom: 15px;
    color: #253342;
    font-weight: 500;
}
.lsa-resend-otp-new {
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
    color: #253342;
    cursor: pointer;
    font-weight: 500;
}
.lsa-resend-otp-new.c-disabled {
    opacity: .3;
    pointer-events: none;
}
.lsa_otp_error_message {
    margin-top: -10px;
    margin-bottom: 10px !important;
    text-align: center !important;
    font-size: 13px !important;
}
.lsa-otp-form-desc {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    color: #5F6B76;
}
.lsa-code-inputs-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lsa-pack-list-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 70px 0 50px 0;
}
.pk-item-card-wrap{
    margin-right: 40px;
}
.pk-item-card-wrap:last-child {
    margin-right: 0;
}
.pk-item-card {
    position: relative;
    color: #253342;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
    box-shadow: 0 2px 0.75rem -3px rgba(37,51,66,.5);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    width: 17.5rem;
    /*height: 27rem;*/
    height: 23rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(16%,rgba(255,255,255,0)),color-stop(20%,#fff),to(white));
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 16%,#fff 20%,#fff 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 16%,#fff 20%,#fff 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .2px;
    margin-bottom: 1.25rem;
}
.pk-item-card:hover {
    -webkit-box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
    box-shadow: 0 0.5rem 0.625rem -3px rgba(0,0,0,.1), 0 0.375rem 1.875rem 0.3125rem rgba(0,0,0,.1), 0 1rem 1.5rem 2px rgba(0,0,0,.1);
}
.pk-item-wrap.hub .pk-item-card {
    margin-bottom: 0;
}
.pk-card-head {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 5.9375rem;
    border-bottom-left-radius: 100% 1.5625rem;
    border-bottom-right-radius: 100% 1.5625rem;
    width: 18.25rem;
    margin-left: -0.375rem;
    background: #2A51A3;
    background: #0c4ba0;
    color: #fff;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.pk-pack-title-type {
    font-size: 11px;
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    letter-spacing: .5px;
}
.pk-item-card-wrap.platinum-pack .pk-card-head {
    background: #3E5262;
    color: #fff;
}
.pk-item-card-wrap.gnc-pack .pk-card-head {
    background: #FFE000;
    color: #000;
}
.pk-item-wrap-parent.closed-pack .pk-card-head {
    background: #cbccc9;
    color: #000;
}
.pk-pack-title {
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.125rem 1.25rem 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5rem;
    text-align: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    padding: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    white-space: nowrap;
    display: block;
    margin-top: -5px;
}
.pk-card-content {
    position: relative;
    overflow: hidden;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fff;
    padding: 0 1rem;
}
.pk-card-benefits {
    /*margin-top: 2rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pk-card-pack-desc {
    position: relative;
    overflow: hidden;
    text-align: left;
    background: #D9D9D944;
    padding: 0 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #ecf0f2;
    border-top: 1px solid rgba(104, 104, 104, 0.15);
}
.pk-card-pack-desc span{
    text-overflow: ellipsis;
    color: #4d4d4d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0.5px;
}
.pk-card-icons {
    /*margin-top: 2rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pk-card-icons img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.pk-benefit-item {
    color: #253342;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    margin-right: 1rem;
    width: 33%;
}
.pk-benefit-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 5px;
}
.pk-benefit-title sup{
    font-size: 11px;
    padding-left: 3px;
    top: 0;
}
.pk-benefit-desc {
    font-size: 12px;
    font-weight: 500;
    color: #919fac;
    overflow: hidden;
    line-height: 1.2;
    max-height: 43px;
    line-height: 1;
    max-height: 48px;
}
.pk-benefit-item img {
    width: 20px;
    height: 25px;
    filter: grayscale(1);
}
.pk-benefit-item img.no-filter {
    filter: none;
}
.pk-benefit-item img.data {
    width: 30px;
    position: relative;
    left: -5px;
}
.pk-card-foot {
    padding: 0.375rem 0.8125rem;
    height: 4.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-top: 1px solid #ecf0f2;
    border-top: 1px solid rgba(104, 104, 104, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pk-card-foot .pk-price-wrap{
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.pk-card-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.3125rem 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    font-size: 1.25rem;
    color: #253342;
    line-height: 1.1875rem;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1px;
}
.pk-card-price sup {
    font-size: .625rem;
    position: relative;
    top: -1px;
    padding-left: 2px;
    white-space: nowrap;
}
.pk-card-price sup span{
    font-weight: 700;
}
.pk-card-price-desc {
    font-size: 10px;
    font-weight: 600;
    margin-top: 3px;
    color: #253342;
    text-align: left;
}
.pk-card-foot .pk-price-wrap:nth-child(2) .pk-card-price-desc{
    text-align: right;
}
.pk-card-foot .pk-price-wrap:nth-child(2) {
    align-items: end;
}
.pk-item-tag {
    position: absolute;
    z-index: 3;
    display: flex;
    width: 100%;
    justify-content: end;
}
.pk-item-tag span{
    color: #fff;
    background: #F31482;
    padding: 5px 14px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 10px;
    font-size: 12px;
    min-width: 80px;
    text-align: center;
    font-weight: 700;
}
.pk-item-tag.alt {
    left: -90px;
}
.pk-item-card-wrap.is-campaign .pk-card-foot {
    padding: 0.3rem 0.8125rem;
}
.pk-item-card-wrap.is-campaign .pk-card-price.active-price {
    color: #2A51A3
}
.pk-item-card-wrap.is-campaign .pk-card-price.old-price {
    color: #919FAC;
}
.pk-item-card-wrap.is-campaign .pk-card-price.old-price > span:first-child{
    text-decoration: line-through;
    font-size: 1rem;
}
.lsa-p-select-btn {
    font-size: 15px;
    font-weight: 600;
    background: #ffc900;
    padding: 10px 20px;
    border-radius: 30px;
    min-width: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.lsa-p-select-btn:hover{
    border-radius: 10px;
}
.lsa-info-form-desc {
    font-size: 26px;
    font-weight: 700;
    color: #253342;
    margin-bottom: 25px;
}
.lsa-info-form-flex-wrap {
    display: flex;
    box-sizing: border-box;
}
.lsa-info-form-wrap {
    width: 60%;
}
.lsa-info-form-summary-wrap {
    width: 40%;
    margin-left: 40px;
}
.lsa-info-form-flex-col {
    display: flex;
    justify-content: space-between;
}
.lsa-info-form-flex-col .lsa-input-wrap {
    min-width: 42%;
}
.lsa-info-form-summary {
    border-radius: 10px;
    border: 1px solid #dee3ed;
    background: #f2f4f6;
}
.lsa-info-form-title {
    border-bottom: 1px solid #dee3ed;
    padding: 15px;
    color: #253342;
    font-size: 17px;
    font-weight: 700;
}
.lsa-info-form-s-content {
    padding: 15px;
}
.lsa-info-form-s-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.lsa-info-form-s-item span:first-child {
    font-size: 14px;
    font-weight: 600;
    color: #8E9FAD;
}
.lsa-info-form-s-item span:last-child {
    color: #253342;
    font-size: 14px;
    font-weight: 600;
}
.lsa-info-form-s-btn-wrap {
    padding: 15px;
    padding-bottom: 25px;
}
.lsa-info-form-s-btn {
    display: block;
    text-align: center;
    background: #ffc900;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #253342;
    cursor: pointer;
    transition: all .3s;
}
.lsa-info-form-s-btn:hover{
    border-radius: 10px;
}
.parsley-dateformat {
    color: #ed1c24 !important;
    font-size: 11px !important;
    line-height: 20px;
    margin-bottom: 0 !important;
    text-align: left !important;
}
.lsa-info-form-padding{
    height: 20px;
}
.lsa-confirm-wrap {
    min-width: 470px;
}
.lsa-success-icon, .lsa-error-icon {
    margin-top: 25px;
}
.no-margin{
    margin: 0;
}
.lsa-success-desc, .lsa-error-desc {
    display: block;
    text-align: center;
    color: #5F6B76;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.lsa-confirm-wrap-flex {
    display: flex;
    justify-content: center;
}
.lta-check-item{
    margin-bottom: 10px;
}
.lta-check-item input.checkbox + label{
    padding: 0 0 0 35px;
    display: flex;
    color: #253342;
}
.lta-check-item input.checkbox + label span{
    min-width: 25px;
    top: 3px;
}
.lta-check-item input.checkbox + label span {
    background: #fff;
    border: 1px solid #dadada;
}
.lta-check-item input.checkbox + label span:hover{
    background: #fff;
}
.lta-check-item input.checkbox.checked + label span {
    background: #034ea2;
    border: 1px solid #034ea2;
}
.lta-check-item input.checkbox.checked + label span:before{
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z' /%3E%3Cpath fill='%23fff' d='M21.546 5.111a1.5 1.5 0 0 1 0 2.121L10.303 18.475a1.6 1.6 0 0 1-2.263 0L2.454 12.89a1.5 1.5 0 1 1 2.121-2.121l4.596 4.596L19.424 5.111a1.5 1.5 0 0 1 2.122 0' /%3E%3C/g%3E%3C/svg%3E")
}
.lta-check-item input.checkbox + label small{
    font: 400 14px / 1.36 "Greycliff", Arial, sans-serif;
    text-transform: none;
    font-size: 12px;
    color: rgba(142, 159, 173, 1);
    font-weight: 600;
}
.lta-checkbox-wrap {
    width: 400px;
    box-sizing: border-box;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    .custom-wrap {
        width: unset;
        padding: 0 15px;
        letter-spacing: 0.5px;
    }
    input.lsa-input {
        outline: 0;
        position: relative;
        padding-top: 0;
        margin-top: 20px;
        width: 100%;
    }
    .lsa-input-wrap{
        padding: 10px 12px;
    }
    .lsa-input-wrap .parsley-errors-list {
        margin: 0 !important;
    }
    .lsa-input-wrap .parsley-errors-list li{
        line-height: unset;
    }
    .lsa-step-item .parsley-errors-list.filled {
        margin-bottom: 20px !important;
    }
    .lsa-i-form-wrap {
        width: 100%;
    }
    .pk-item-card-wrap{
        margin-right: 0;
    }
    .pk-card-head {
        height: 4.9375rem;
    }
    .pk-item-card{
        height: 20rem;
    }
    .pk-card-benefits, .pk-card-icons {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .pk-item-tag span{
        padding: 5px 10px;
    }
    .lsa-confirm-wrap {
        min-width: unset;
    }
}