@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 #profile-content-certificates .profile-certificates {
list-style: none;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 10px;
padding: 0;
margin: 0;
}
#profile-content-certificates .profile-certificates li.certificate-item,
#profile-content-certificates .profile-certificates li.course {
list-style: none;
box-shadow: none;
padding: 10px;
border: 1px dashed #ccc;
border-radius: 5px;
}
#profile-content-certificates .profile-certificates li.certificate-item .certificate-thumbnail,
#profile-content-certificates .profile-certificates li.course .certificate-thumbnail {
border: 1px solid #DDD;
}
#profile-content-certificates .certificate-result {
height: 250px;
object-fit: cover;
width: 100%;
}
#profile-content-certificates .course-title {
font-size: 1em;
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
margin-top: 5px;
}
.single-certificate-content {
max-width: 90%;
margin: 0 auto;
min-height: 40px;
}
.certificate {
text-align: center;
}
.certificate img {
margin: 0 auto;
}
.certificate-preview {
z-index: 0;
opacity: 0;
position: absolute;
max-width: 100px;
top: 0;
text-align: center;
}
.certificate-preview .certificate-preview-inner {
position: relative;
}
.certificate-preview .certificate-preview-inner .canvas-container {
display: none;
}
.certificate-preview img {
max-width: 100%;
line-height: 1;
vertical-align: top;
}
.certificate-preview .canvas-container {
position: absolute !important;
top: 0;
left: 0;
}
.certificate-actions {
list-style: none;
text-align: center;
margin: 20px 0 0;
padding: 0;
display: flex;
justify-content: center;
gap: 5px;
}
.certificate-actions li {
display: inline-flex;
vertical-align: top;
line-height: 1;
border: solid #DDD 1px;
border-radius: 3px;
background: white;
}
.certificate-actions li.share-social-cert img {
width: 100%;
}
.certificate-actions li a {
padding: 2px 10px;
}
.certificate-actions li a.social-cert {
text-decoration: none;
display: inline-block !important;
}
.certificate-actions li a.social-download-svg {
text-decoration: none;
display: inline-block;
}
.certificate-actions li a img {
width: 16px;
height: 16px;
}
#certificate-popup {
height: 0;
overflow: hidden;
padding: 30px;
}
#certificate-popup.ready {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
height: auto;
z-index: 999999;
background: rgba(0, 0, 0, 0.65);
overflow: auto;
padding: 35px;
}
#certificate-popup.ready .close-popup {
position: fixed;
width: 25px;
height: 25px;
background: #FFF;
top: 10px;
right: 24px;
text-align: center;
border-radius: 50px;
}
#certificate-popup.ready .close-popup:after {
content: "×";
font-size: 18px;
line-height: 26px;
position: absolute;
width: 26px;
text-align: center;
left: 0;
}
#certificate-popup.ready .close-popup:hover:after {
color: #14c4ff;
}
#tab-curriculum form[name=certificate-form-button] {
display: none;
}
.wrapper-lp-cert-add-to-cart-woo {
display: inline-block;
}
form[name=form-lp-cert-purchase] {
display: inline-block;
}
#learn-press-profile .learnpress-certificates-profile button {
margin: 0;
}
#learn-press-profile .learnpress-certificates-profile button#certificates-load-more {
margin-top: 20px !important;
}.learnpress-packages__wrapper{width:100%;max-width:var(--lp-package-archive-max-width, 1320px);margin:0 auto;padding:var(--lp-package-archive-padding, 0 15px)}.learnpress-packages__wrapper:after,.learnpress-packages__wrapper:before{content:" ";display:table;clear:both}.learnpress-packages__header{margin-bottom:10px}.learnpress-packages__title.page-title{font-size:var(--lp-package-font-size-title, 2rem);font-weight:var(--lp-package-font-weight-title, 600)}.learnpress-packages__top{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px;font-size:var(--lp-package-content-font-size, 0.75rem)}.learnpress-packages__result-count{margin-right:auto;margin-left:0}.learnpress-packages__archive{box-sizing:border-box;list-style:none;margin:0 -15px;padding:0;display:flex;flex-wrap:wrap}.learnpress-packages__archive>li{padding-left:15px;padding-right:15px;margin-bottom:30px;max-width:33.33%}.learnpress-packages__search{position:relative;line-height:1.3}.learnpress-packages__search input[type=search]{width:100%;margin:0;border:1px solid var(--lp-package-border-color, rgba(0, 0, 0, 0.2));display:block;padding:10px;padding-right:43px;outline:none !important}.learnpress-packages__search button{width:40px;background:rgba(0,0,0,0) !important;font-size:0;padding:0;border:0;position:absolute;top:0;right:0;left:auto;bottom:0}.learnpress-packages__search button::before{content:"";width:12px;height:12px;border-radius:50%;border:2px solid #000;display:inline-block;vertical-align:middle;margin-top:-4px}.learnpress-packages__search button:after{content:"";width:8px;height:2px;background-color:#000;transform:rotate(45deg);position:absolute;top:50%;margin-top:4px;right:10px;left:auto}.learnpress-packages__pagination ul.page-numbers{margin:30px 0 0;padding:0;display:flex;align-items:center;justify-content:center;list-style:none}@media(max-width: 767px){.learnpress-packages__pagination ul.page-numbers{margin-top:20px}}.learnpress-packages__pagination ul.page-numbers li{margin:0 4px 4px;padding:0;font-size:var(--lp-package-pagination-font-size, 1rem)}.learnpress-packages__pagination ul.page-numbers li .page-numbers{text-decoration:none;color:inherit;border:1px solid var(--lp-package-border-color, rgba(0, 0, 0, 0.2));transition:.3s;width:var(--lp-package-width-pagination, 40px);height:var(--lp-package-width-pagination, 40px);line-height:var(--lp-package-width-pagination, 40px);justify-content:center;align-items:center;display:flex;border-radius:var(--lp-package-width-pagination-border-radius, 0)}.learnpress-packages__pagination ul.page-numbers li .page-numbers.current,.learnpress-packages__pagination ul.page-numbers li .page-numbers:hover{border-color:var(--lp-primary-color)}.learnpress_package_thumbnail-placeholder{width:100%;height:auto !important}.lp-course-packages__price,.learnpress-package__price,.learnpress-single-package__price{font-size:var(--lp-package-price-font-size, 1.25rem);line-height:1.1;font-weight:700;display:inline-flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:flex-end;align-items:baseline}.lp-course-packages__price del,.learnpress-package__price del,.learnpress-single-package__price del{font-size:.875rem;display:inline-block;font-weight:400}.lp-course-packages__price ins,.learnpress-package__price ins,.learnpress-single-package__price ins{display:inline-block;text-decoration:none;margin-right:8px;margin-left:0}.learnpress-single-package__price{font-size:calc(var(--learnpress-package-price-font-size, 1.25rem)*1.2)}.learnpress-single-package__price del{font-size:var(--learnpress-package-price-font-size, 1.25rem)}.learnpress-package__course-included::before{content:"";width:10px;height:13px;background-color:#000;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODE3NzEgMi43MzQzOEw3LjI2ODIzIDAuMTgyMjkyQzcuMTUxMDQgMC4wNjUxMDQyIDYuOTkyMTkgMCA2LjgyNTUyIDBINi42NjY2N1YzLjMzMzMzSDEwVjMuMTc0NDhDMTAgMy4wMTA0MiA5LjkzNDkgMi44NTE1NiA5LjgxNzcxIDIuNzM0MzhaTTMuMzQzNzUgOC43NUMyLjg3NzYgOC43NSAyLjUgOS4wNjUxIDIuNSA5LjQ1MzEyQzIuNSA5Ljg0Mzc1IDIuODgwMjEgMTAuMTU2MiAzLjM0NjM1IDEwLjE1NjJDMy44MTI1IDEwLjE1NjIgNC4xOTAxIDkuODQxMTUgNC4xOTAxIDkuNDUzMTJDNC4xOTAxIDkuMDY1MSAzLjgwOTkgOC43NSAzLjM0Mzc1IDguNzVaTTUuODMzMzMgMy41NDE2N1YwSDQuMTc3MDhWMC44MzMzMzNIMy4zNDM3NVYwSDAuNjI1QzAuMjc4NjQ2IDAgMCAwLjI3ODY0NiAwIDAuNjI1VjEyLjcwODNDMCAxMy4wNTQ3IDAuMjc4NjQ2IDEzLjMzMzMgMC42MjUgMTMuMzMzM0g5LjM3NUM5LjcyMTM1IDEzLjMzMzMgMTAgMTMuMDU0NyAxMCAxMi43MDgzVjQuMTY2NjdINi40NTgzM0M2LjExNDU4IDQuMTY2NjcgNS44MzMzMyAzLjg4NTQyIDUuODMzMzMgMy41NDE2N1pNMi40OTc0IDAuODMzMzMzSDMuMzMwNzNWMS42NjY2N0gyLjQ5NzRWMC44MzMzMzNaTTMuMzM4NTQgMTAuODMzM0MyLjQ3Mzk2IDEwLjgzMzMgMS44MjgxMiAxMC4wNDE3IDIgOS4xOTUzMUwyLjUxMDQyIDYuNjY2NjdWNS44MzMzM0gzLjM0Mzc1VjVIMi41MTA0MlY0LjE2NjY3SDMuMzQzNzVWMy4zMzMzM0gyLjUxMDQyVjIuNUgzLjM0Mzc1VjEuNjY2NjdINC4xNzcwOFYyLjVIMy4zNDM3NVYzLjMzMzMzSDQuMTc3MDhWNC4xNjY2N0gzLjM0Mzc1VjVINC4xNzcwOFY1LjgzMzMzSDMuMzQzNzVWNi42NjY2N0gzLjkxOTI3QzQuMDY3NzEgNi42NjY2NyA0LjE5NzkyIDYuNzczNDQgNC4yMjY1NiA2LjkxOTI3TDQuNjc3MDggOS4yMDMxMkM0Ljg0Mzc1IDEwLjA0NjkgNC4xOTc5MiAxMC44MzMzIDMuMzM4NTQgMTAuODMzM1oiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8L3N2Zz4K);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODE3NzEgMi43MzQzOEw3LjI2ODIzIDAuMTgyMjkyQzcuMTUxMDQgMC4wNjUxMDQyIDYuOTkyMTkgMCA2LjgyNTUyIDBINi42NjY2N1YzLjMzMzMzSDEwVjMuMTc0NDhDMTAgMy4wMTA0MiA5LjkzNDkgMi44NTE1NiA5LjgxNzcxIDIuNzM0MzhaTTMuMzQzNzUgOC43NUMyLjg3NzYgOC43NSAyLjUgOS4wNjUxIDIuNSA5LjQ1MzEyQzIuNSA5Ljg0Mzc1IDIuODgwMjEgMTAuMTU2MiAzLjM0NjM1IDEwLjE1NjJDMy44MTI1IDEwLjE1NjIgNC4xOTAxIDkuODQxMTUgNC4xOTAxIDkuNDUzMTJDNC4xOTAxIDkuMDY1MSAzLjgwOTkgOC43NSAzLjM0Mzc1IDguNzVaTTUuODMzMzMgMy41NDE2N1YwSDQuMTc3MDhWMC44MzMzMzNIMy4zNDM3NVYwSDAuNjI1QzAuMjc4NjQ2IDAgMCAwLjI3ODY0NiAwIDAuNjI1VjEyLjcwODNDMCAxMy4wNTQ3IDAuMjc4NjQ2IDEzLjMzMzMgMC42MjUgMTMuMzMzM0g5LjM3NUM5LjcyMTM1IDEzLjMzMzMgMTAgMTMuMDU0NyAxMCAxMi43MDgzVjQuMTY2NjdINi40NTgzM0M2LjExNDU4IDQuMTY2NjcgNS44MzMzMyAzLjg4NTQyIDUuODMzMzMgMy41NDE2N1pNMi40OTc0IDAuODMzMzMzSDMuMzMwNzNWMS42NjY2N0gyLjQ5NzRWMC44MzMzMzNaTTMuMzM4NTQgMTAuODMzM0MyLjQ3Mzk2IDEwLjgzMzMgMS44MjgxMiAxMC4wNDE3IDIgOS4xOTUzMUwyLjUxMDQyIDYuNjY2NjdWNS44MzMzM0gzLjM0Mzc1VjVIMi41MTA0MlY0LjE2NjY3SDMuMzQzNzVWMy4zMzMzM0gyLjUxMDQyVjIuNUgzLjM0Mzc1VjEuNjY2NjdINC4xNzcwOFYyLjVIMy4zNDM3NVYzLjMzMzMzSDQuMTc3MDhWNC4xNjY2N0gzLjM0Mzc1VjVINC4xNzcwOFY1LjgzMzMzSDMuMzQzNzVWNi42NjY2N0gzLjkxOTI3QzQuMDY3NzEgNi42NjY2NyA0LjE5NzkyIDYuNzczNDQgNC4yMjY1NiA2LjkxOTI3TDQuNjc3MDggOS4yMDMxMkM0Ljg0Mzc1IDEwLjA0NjkgNC4xOTc5MiAxMC44MzMzIDMuMzM4NTQgMTAuODMzM1oiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuOCIvPgo8L3N2Zz4K);display:inline-block;margin-right:5px;margin-left:0;vertical-align:middle;margin-top:-1px}@media(max-width: 575px){.learnpress-packages__top{justify-content:space-between}.learnpress-packages__result-count{width:100%;margin-bottom:15px}}.learnpress-package{display:flex;flex-wrap:wrap;box-sizing:border-box;margin:0}.learnpress-package__items{border:1px solid var(--lp-package-border-color, rgba(0, 0, 0, 0.1));transition:all .3s}.learnpress-package__items:hover{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.learnpress-package__image{display:flex}.learnpress-package__image__link{position:relative;display:inline-block;width:100%;text-decoration:none;border:1px solid rgba(0,0,0,.13)}.learnpress-package__image__link img{height:100% !important}.learnpress-package__meta{width:100%;padding:var(--lp-package-meta-padding, 24px 20px)}.learnpress-packages__wrapper .learnpress-package__price{float:right}.learnpress-packages__wrapper .learnpress-package__price+.learnpress-package__course-included{float:left}.learnpress-package__title{margin-bottom:var(--lp-package-spacing-bottom, 15px);clear:both}.learnpress-package__title a{font-weight:700;font-size:1.25rem;line-height:1.3;display:block;transition:.3s;text-decoration:none}.learnpress-package__title a:hover{color:var(--lp-primary-color)}.learnpress-package__content{font-size:var(--lp-package-content-font-size, 0.75rem);margin-bottom:var(--lp-package-spacing-bottom, 15px);overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box}.learnpress-package__course-included{font-size:var(--lp-package-course-included-font-size, 0.875rem);font-weight:var(--lp-package-course-included-font-weight, 400);margin-bottom:var(--lp-package-spacing-bottom, 15px);line-height:1.3}.learnpress-package__view-detail>a{font-size:var(--lp-package-content-font-size-medium, 0.875rem);font-weight:var(--lp-package-content-font-weight, 700);text-decoration:none;text-transform:capitalize;transition:.3s;display:block;width:-moz-max-content;width:max-content}.learnpress-package__view-detail>a:hover{color:var(--lp-primary-color);text-decoration:underline}.learnpress-packages__ordering{margin-right:20px;margin-left:0}@media(max-width: 400px){.learnpress-packages__ordering{margin-bottom:15px}}.learnpress-packages__ordering select{padding:10px 40px 10px 10px;border:1px solid var(--lp-package-border-color, rgba(0, 0, 0, 0.2));transition:.3s;cursor:pointer}@media(max-width: 991px){.learnpress-packages__archive>li{max-width:50%}}@media(max-width: 767px){.learnpress-packages__archive>li{max-width:100%}.learnpress-package__meta{padding:15px}}.single-learnpress_package .learnpress-package>*{width:100%}.learnpress-single-package__header{display:flex}.learnpress-single-package__header__left{width:40%}.learnpress-single-package__header__right{width:60%;padding-left:30px}.learnpress-single-package__header__right>*{margin-bottom:var(--lp-package-space-item, 20px)}.learnpress-single-package__header__right>*:last-child{margin-bottom:0}.learnpress-single-package__title{margin-top:0;font-size:var(--lp-package-font-size-single-title, 2rem)}.learnpress-single-package__add-cart button[type=submit]{text-align:center;padding:8px 45px;background-color:var(--lp-primary-color);color:#000;text-transform:capitalize;border:0;transition:.3s}.learnpress-single-package__add-cart button[type=submit]:hover{filter:brightness(95%)}.learnpress-single-package__image img{height:auto !important;max-width:100%}.learnpress-single-package__content{margin-top:30px}.learnpress-single-package__courses{margin-top:30px}.learnpress-single-package__courses h3{margin-bottom:15px}.learnpress-single-package__courses__table>*{text-align:left}.learnpress-single-package__courses__table td,.learnpress-single-package__courses__table th{padding:8px 20px}@media(min-width: 768px){.learnpress-single-package__courses__table .learnpress-single-package__course__title{max-width:35vw}}.learnpress-single-package__courses__table .learnpress-single-package__course__price .origin-price{text-decoration:line-through;margin-right:7px;opacity:.6}.learnpress-single-package__courses__table a{text-decoration:none}.learnpress-single-package__courses__table a:hover{color:var(--lp-primary-color)}@media(max-width: 768px){.learnpress-single-package{--lp-package-space-item: 15px}.learnpress-single-package__header{display:block}.learnpress-single-package__header__left{width:100%}.learnpress-single-package__header__right{width:100%;padding-left:0;margin-top:20px}}@media(max-width: 575px){.learnpress-single-package__courses__table thead{display:none}.learnpress-single-package__courses__table td,.learnpress-single-package__courses__table th{border:0}.learnpress-single-package__courses__table tr{display:block;border-bottom:1px solid var(--lp-package-border-color, #d9d9d9);padding:15px 0}.learnpress-single-package__courses__table tr td{display:inline-block;padding:0 30px 0 0}.learnpress-single-package__courses__table tr td:not(.learnpress-single-package__course__title){font-size:.85em}.learnpress-single-package__courses__table tr .learnpress-single-package__course__title{display:block;padding-right:0}.learnpress-single-package__courses__table tr .learnpress-single-package__course__price{padding-right:0}}.learnpress-related-package{max-width:100%;margin-top:30px}.learnpress-related-package>h3{margin-bottom:15px}.learnpress-related-package__list{list-style:none;margin:0 -15px;padding:0;display:flex;flex-wrap:wrap}.learnpress-related-package__list li{padding:0 15px;margin-bottom:30px;max-width:33.33%}@media(max-width: 991px){.learnpress-related-package__list li{max-width:50%}}@media(max-width: 575px){.learnpress-related-package__list li{max-width:100%}}.lp-course-packages__heading{font-size:1.5rem;line-height:1.3;font-weight:600;margin-bottom:20px}.lp-course-packages__list{display:flex;flex-direction:column;margin:0}.lp-course-packages__item{display:flex;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--lp-package-border-color, #d9d9d9);position:relative}.lp-course-packages__item:last-child{border-bottom:none;padding-bottom:0}.lp-course-packages__image{width:var(--lp-course-packages-image-width, 200px);height:var(--lp-course-packages-image-height, 200px);overflow:hidden}.lp-course-packages__image__img{width:100%;height:100% !important;-o-object-fit:cover;object-fit:cover}.lp-course-packages__content{flex:1;display:flex;flex-direction:column;padding:0 20px 0 25px;margin-right:24%;margin-left:0;justify-content:center;border-right:1px solid var(--lp-package-border-color, #eaeaea)}.lp-course-packages__title{margin-bottom:var(--lp-package-spacing-bottom, 15px);margin-top:0}.lp-course-packages__title a{display:block;font-size:1.25rem;line-height:1.3;font-weight:700}.lp-course-packages__title a:hover{color:var(--lp-primary-color)}.lp-course-packages__excerpt{font-size:var(--lp-package-content-font-size, 0.75rem);overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}.lp-course-packages__price,.lp-course-packages__view-more{position:absolute;right:0;left:auto;max-width:calc(24% - 15px);width:100%}.lp-course-packages__price{transform:translateY(-25px)}.lp-course-packages__price+.lp-course-packages__view-more{transform:translateY(25px)}.lp-course-packages__view-more{display:flex;align-items:center;justify-content:center;text-align:center;padding:14px;font-size:1rem;line-height:1.375;font-weight:700;background-color:var(--lp-primary-color);color:#000;text-transform:capitalize}.lp-course-packages__view-more:hover{filter:brightness(95%)}.lp-course-packages__loadmore{text-align:center;margin-top:30px}.lp-course-packages__loadmore__btn{padding:0;border:0;background-color:unset !important;text-decoration:underline;color:var(--lp-primary-color) !important;font-size:1rem;font-weight:700}@media(max-width: 1199px){.lp-course-packages__content{border-right:0;margin-right:0}.lp-course-packages__titlte{margin-bottom:10px}.lp-course-packages__excerpt{margin-bottom:10px}.lp-course-packages__price{margin-bottom:15px}.lp-course-packages__price,.lp-course-packages__view-more{position:unset;transform:none;max-width:100%}.lp-course-packages__price+.lp-course-packages__view-more{transform:none}.lp-course-packages__view-more{max-width:40%}}@media(min-width: 769px)and (max-width: 991px){.lp-course-packages__view-more{max-width:85%}}@media(max-width: 767px){.lp-course-packages__view-more{max-width:100%}}@media(max-width: 479px){.lp-course-packages__item{flex-wrap:wrap}.lp-course-packages__image,.lp-course-packages__content{width:100%}.lp-course-packages__content{padding:20px 0 0}.lp-course-packages__view-more{max-width:60%}}