#ilp-consent-banner{position:fixed;left:0;right:0;bottom:0;background:var(--ilp-banner-bg);color:var(--ilp-text);padding:12px;z-index:2147483647;display:none;font-size:var(--ilp-font)}#ilp-consent-banner[aria-hidden="false"]{display:block}.ilp-float-privacy{display:none!important}body:not(.ilp-banner-visible) .ilp-float-privacy{display:inline-block!important}.ilp-banner__box{max-width:960px;margin:0 auto;display:flex;gap:12px;align-items:center}.ilp-banner__text{flex:1;line-height:1.5}.ilp-banner__text .ilp-link{color:inherit;text-decoration:underline}.ilp-banner__actions{display:flex;gap:8px}.ilp-btn{padding:8px 14px;border-radius:var(--ilp-radius);border:1px solid var(--ilp-btn-bg);background:var(--ilp-btn-bg);color:var(--ilp-btn-text);cursor:pointer;font-weight:600}#ilp-consent-banner.ilp--card{background:#fff0;padding:0;bottom:24px}#ilp-consent-banner.ilp--card .ilp-banner__box{background:var(--ilp-banner-bg);color:var(--ilp-text);border-radius:14px;box-shadow:0 10px 30px rgb(0 0 0 / .35);padding:14px;width:min(92vw,560px);margin-inline:auto}#ilp-consent-banner.ilp--bar{background:var(--ilp-banner-bg);padding:10px}#ilp-consent-modal{position:fixed;inset:0;background:rgb(0 0 0 / .5);display:none;align-items:center;justify-content:center;z-index:2147483647}#ilp-consent-modal.active{display:flex}.ilp-modal__box{background:#fff;color:#111;min-width:320px;max-width:520px;padding:16px;border-radius:12px;box-shadow:0 10px 30px rgb(0 0 0 / .35)}.ilp-modal__header{display:flex;align-items:center;justify-content:space-between;font-weight:700;margin-bottom:8px}.ilp-modal__intro{font-size:.95em;color:#333;margin-bottom:8px}.ilp-switch{display:flex;align-items:center;gap:8px;margin:8px 0}.ilp-modal__actions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.ilp-modal__links{margin-top:8px;font-size:.9em}.ilp-modal__links a{text-decoration:underline;color:#555}.ilp-pref-btn,.ilp-float-privacy{display:inline-block;background:var(--ilp-prefbtn-bg,#0073aa);color:var(--ilp-prefbtn-text,#fff);border:1px solid var(--ilp-prefbtn-border,#0073aa);border-radius:var(--ilp-prefbtn-radius,10px);font-size:var(--ilp-prefbtn-font,15px);padding:var(--ilp-prefbtn-pady,8px) var(--ilp-prefbtn-padx,14px);box-shadow:0 4px 18px rgb(0 0 0 / .2);text-decoration:none;cursor:pointer}.ilp-float-privacy{position:fixed;z-index:2147483647}.ilp-pos-br{right:var(--ilp-float-x,16px);bottom:var(--ilp-float-y,16px)}.ilp-pos-bl{left:var(--ilp-float-x,16px);bottom:var(--ilp-float-y,16px)}.ilp-pos-tr{right:var(--ilp-float-x,16px);top:var(--ilp-float-y,16px)}.ilp-pos-tl{left:var(--ilp-float-x,16px);top:var(--ilp-float-y,16px)}.ilp-yt-ph{background:#000;display:block}.ilp-consent-wrap{width:100%;text-align:right}.ilp-consent-line{font-size:var(--ilp-consent-font,14px);display:inline-flex;align-items:center;gap:.5em;direction:rtl;flex-direction:row;justify-content:flex-start}.ilp-consent-line input[type="checkbox"]{margin-left:.5em;margin-right:0}.ilp-consent-line a{text-decoration:underline;color:inherit}#ilp-dsr-modal{position:fixed;inset:0;background:rgb(0 0 0 / .5);display:none;align-items:center;justify-content:center;z-index:2147483648}#ilp-dsr-modal.active{display:flex}.ilp-dsr-modal__box{background:#fff;color:#111;min-width:400px;max-width:600px;max-height:90vh;overflow-y:auto;padding:20px;border-radius:12px;box-shadow:0 10px 30px rgb(0 0 0 / .35);margin:20px}.ilp-modal__footer{border-top:1px solid #e7e7e7;padding-top:12px;margin-top:12px;text-align:center}.ilp-btn-secondary{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;text-decoration:none;display:inline-block}.ilp-btn-secondary:hover{background:#e9ecef;color:#5a6268;text-decoration:none}.ilp-dsr-form-content{margin:16px 0}.ilp-form-row{margin-bottom:16px}.ilp-form-row label{display:block;font-weight:600;margin-bottom:4px;color:#333}.ilp-form-row input,.ilp-form-row select,.ilp-form-row textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.ilp-form-row input:focus,.ilp-form-row select:focus,.ilp-form-row textarea:focus{outline:none;border-color:#0073aa;box-shadow:0 0 0 2px rgb(0 115 170 / .1)}#ilp-dsr-result{margin-top:16px}#ilp-dsr-result .success{background:#d4edda;color:#155724;padding:12px;border-radius:4px;border:1px solid #c3e6cb}#ilp-dsr-result .error{background:#f8d7da;color:#721c24;padding:12px;border-radius:4px;border:1px solid #f5c6cb}@media (max-width:600px){.ilp-dsr-modal__box{min-width:auto;width:95%;margin:10px;max-height:95vh}.ilp-modal__actions{flex-direction:column;gap:8px}.ilp-modal__actions .ilp-btn,.ilp-modal__actions .ilp-btn-secondary{width:100%}}.ilp-loading{opacity:.6;pointer-events:none}.ilp-loading .ilp-btn{position:relative}.ilp-loading .ilp-btn::after{content:'';position:absolute;width:16px;height:16px;margin:auto;border:2px solid #fff0;border-top-color:currentColor;border-radius:50%;animation:ilp-spin 1s linear infinite;top:0;bottom:0;left:50%;transform:translateX(-50%)}@keyframes ilp-spin{0%{transform:translateX(-50%) rotate(0deg)}100%{transform:translateX(-50%) rotate(360deg)}}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:right}.wp-block-post-comments .alignright{float:left}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-right:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:right;height:2.5em;margin-left:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-right:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-right:2rem}.wp-block-comment-template.alignleft{float:right}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:left}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;direction:ltr;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;direction:rtl;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-right:0;text-align:right}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-left:0;text-align:left}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-right:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 0 1em 1em;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-left:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-left:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-left:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-left:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-left:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-left:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-left:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-left:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-left:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-left:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;left:16px;opacity:0;padding:0;position:absolute;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;left:calc(env(safe-area-inset-left) + 16px);min-height:40px;min-width:40px;padding:0;position:absolute;top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);overflow:hidden;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);transform-origin:top right;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:100% 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position))*-1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc(((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position))*-1),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-right:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-right:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-right:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:right;height:2.5em;margin-left:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 0 1.25em 1.25em;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-left:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-left:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-left:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-left:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-left:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-right:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{direction:ltr;display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:rtl;grid-column:2;grid-row:1;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-right:0;margin-top:0;padding-right:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-right:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;opacity:0;overflow:hidden;position:absolute;right:-1px;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:0;margin-right:auto}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{right:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;left:100%;position:absolute;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-left:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{right:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{right:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:right;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:.85em;padding-right:0}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-right:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:0;right:auto}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;right:auto}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-right:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{right:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{left:0;position:absolute;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-right:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:right;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em 0 0 .1em;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-right:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-left:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-right:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:right}.wp-block-pullquote.has-text-align-right blockquote{text-align:left}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:left;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:right;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(-1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:left}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 0 1em 1em;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-right:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-right:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:left}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-right:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-left:5px}.wp-block-tag-cloud span{display:inline-block;margin-right:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-left:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-right:0}.wp-block-text-columns .wp-block-column:last-child{margin-left:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:right;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(-135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(-135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(-135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(-135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(-135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(-135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(-135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;line-height:normal;padding:15px 23px 14px;right:5px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-left-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-right-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-left-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-right-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.wpProQuiz_content .wpProQuiz_answerCorrect{background:#6db46d;font-weight:700}.wpProQuiz_content .wpProQuiz_answerCorrect label{font-weight:700}.wpProQuiz_content .wpProQuiz_answerIncorrect{background:#ff9191;font-weight:700}.wpProQuiz_content .wpProQuiz_answerCorrectIncomplete{border:1px solid #6db46d!important;font-weight:700}.wpProQuiz_content{margin-top:10px;margin-bottom:10px}.wpProQuiz_content .wpProQuiz_question_page,.wpProQuiz_content h2{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_question_page span{font-weight:700}.wpProQuiz_content .wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionListItemLastChildIE{padding:3px;margin-bottom:0;overflow:auto}.wpProQuiz_content .wpProQuiz_questionListItem{padding:3px;margin-bottom:5px;background-image:none;margin-right:0;list-style:none;border:0}.wpProQuiz_content .wpProQuiz_questionListItem>table{border-collapse:collapse;margin:0;padding:0;width:100%}.wpProQuiz_content .wpProQuiz_catOverview ol,.wpProQuiz_content .wpProQuiz_list,.wpProQuiz_content .wpProQuiz_listItem,.wpProQuiz_content .wpProQuiz_maxtrixSortCriterion,.wpProQuiz_content .wpProQuiz_questionList,.wpProQuiz_content .wpProQuiz_resultsList,.wpProQuiz_content .wpProQuiz_sortStringList{list-style:none;padding:0;margin:0}.wpProQuiz_content .wpProQuiz_list{border:0}.wpProQuiz_content .wpProQuiz_questionList{margin-bottom:10px;background:#f8faf5;border:1px solid #c3d1a3;padding:5px;list-style:none;overflow:auto}.wpProQuiz_content .wpProQuiz_listItem{position:relative;border:0;background-image:none}.wpProQuiz_content .wpProQuiz_response{background:#f8faf5;border:1px solid #c4c4c4;padding:5px;margin-bottom:15px;box-shadow:-1px 1px 2px #aaa}.wpProQuiz_content .wpProQuiz_response span{font-weight:700}.wpProQuiz_content .wpProQuiz_sort{width:25px}.wpProQuiz_content .wpProQuiz_results h3{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_sort_correct_answer{font-weight:700;margin-left:5px;display:none}.wpProQuiz_content .wpProQuiz_sortable,.wpProQuiz_sortStringItem{padding:5px;border:1px solid #d3d3d3;box-shadow:-2px 2px 1px #eee;background-color:#f8faf5;cursor:move}.wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:700;margin-top:5px;margin-bottom:5px}.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{height:10px;background-color:blue;margin-bottom:5px}.wpProQuiz_content .wpProQuiz_time_limit_expired{font-weight:700;font-size:15px;text-align:center}.wpProQuiz_content .wpProQuiz_question_text{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_tipp>div{padding:10px;background-color:#ddecff;border:1px dotted #363636;border-radius:10px;position:absolute;bottom:5px;right:5px;left:5px;box-shadow:-2px 2px 5px 0 #313131;z-index:99999}.wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:275px;width:100%}.wpProQuiz_content .wpProQuiz_matrixSortString,.wpProQuiz_content .wpProQuiz_matrixSortString>h3{margin-bottom:10px;margin-top:0}.wpProQuiz_content .wpProQuiz_matrixSortString{background:#f8faf5;border:1px solid #c3d1a3;padding:5px;overflow:auto}.wpProQuiz_content ul.wpProQuiz_sortStringList{padding:10px;height:100%;width:100%;min-height:20px}.wpProQuiz_content ul.wpProQuiz_sortStringList:empty{border:2px dashed #bbb!important}.wpProQuiz_content ul.wpProQuiz_sortStringList>li{float:right;margin-right:5px;margin-left:5px;margin-bottom:5px}.wpProQuiz_content .wpProQuiz_sortStringItem{margin:0;background-image:none;list-style:none}.wpProQuiz_content ul.wpProQuiz_maxtrixSortCriterion{padding:5px;margin:0;overflow:auto;height:100%}.wpProQuiz_content .wpProQuiz_placehold{background-color:#ffffc2;list-style:none;background-image:none;padding:0;height:100%;width:100%;min-width:50px;margin:0;border:2px dashed red!important}.wpProQuiz_content .wpProQuiz_maxtrixSortText{padding:5px}.wpProQuiz_content .wpProQuiz_mextrixTr>td{border:1px solid #d1d1d1;padding:5px;vertical-align:middle}.wpProQuiz_content .wpProQuiz_earned_points,.wpProQuiz_content .wpProQuiz_graded_points,.wpProQuiz_content .wpProQuiz_points{font-weight:700;text-align:center;margin-bottom:20px}.wpProQuiz_content .wpProQuiz_cloze input[type=text]{background:#fff0;border:0;border-bottom:1px solid;height:auto;margin:0;padding:0 4px;color:#000;border-radius:0;box-shadow:0 0}.wpProQuiz_content .wpProQuiz_cloze input:focus{outline:none}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerCorrect{background-color:#b0dab0}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerIncorrect{background-color:#ffbaba}.wpProQuiz_content .wpProQuiz_questionListItem input,.wpProQuiz_questionListItem label{margin:0;font-weight:400;display:inline}.wpProQuiz_content .wpProQuiz_questionListItem input{float:none;display:inline}.wpProQuiz_content .wpProQuiz_resultsList{border:0}.wpProQuiz_content .wpProQuiz_resultsList>li{background-image:none;padding:0;margin:0;list-style-type:none;border:0}.wpProQuiz_content .wpProQuiz_lock,.wpProQuiz_loadQuiz,.wpProQuiz_prerequisite,.wpProQuiz_startOnlyRegisteredUser{border:1px dotted #ffc3c3;background-color:#fff7f7}.wpProQuiz_content .wpProQuiz_lock p,.wpProQuiz_loadQuiz p,.wpProQuiz_prerequisite p,.wpProQuiz_startOnlyRegisteredUser p{margin:20px;font-weight:700}.wpProQuiz_content li.wpProQuiz_listItem .wpProQuiz_questionList_containers{display:none}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{padding:.15em;border-radius:5px;display:inline-flex;vertical-align:baseline;opacity:.5}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input.wpProQuiz_questionList_containers_view_active{outline:none;opacity:1}.wpProQuiz_toplistTable{width:100%;border:1px solid #c3d1a3;border-collapse:collapse;margin:0}.wpProQuiz_toplistTable caption{caption-side:top;text-align:left;padding-bottom:2px;color:grey;margin:0;font-size:11px}.wpProQuiz_toplistTable thead tr{background:#9bbb59;padding:5px;color:#fff;font-weight:700}.wpProQuiz_toplistTable tbody td:FIRST-CHILD{font-weight:700}.wpProQuiz_toplistTable td,.wpProQuiz_toplistTable th{padding:5px;text-align:center;border:0}.wpProQuiz_toplistTable th{background:#9bbb59}.wpProQuiz_toplistTable th.col-pos{width:10%}.wpProQuiz_toplistTable th.col-name{text-align:right}.wpProQuiz_toplistTable th.col-date{width:25%}.wpProQuiz_toplistTable th.col-points{width:13%}.wpProQuiz_toplistTable th.col-results{width:15%}.wpProQuiz_toplistTable td{text-align:center;font-size:.75em}.wpProQuiz_toplistTable td.col-name{text-align:right}.wpProQuiz_toplistTable td.col-date{font-size:.8em}.wpProQuiz_toplistTrOdd{background-color:#ebf1de}.wpProQuiz_content .wpProQuiz_addToplist{margin-top:10px;background-color:#f5faea;padding:10px;border:1px solid #c3d1a3}.wpProQuiz_content .wpProQuiz_addToplistMessage{border:1px solid #a0a0a0;background-color:#fcffb3;margin-bottom:5px;border-radius:5px;padding:5px;font-weight:700;color:dimgray}.wpProQuiz_content .wpProQuiz_resultTable{margin:15px auto;width:85%;border:1px solid #c4c4c4;padding:15px;font-weight:700}.wpProQuiz_content .wpProQuiz_resultTable table{width:100%;border-collapse:collapse;margin:0;border:0}.wpProQuiz_content .wpProQuiz_resultName{width:35%;min-width:100px;padding:10px 0;border:0;border-left:1px solid #868686}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue{padding:0;border:0}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue .progress-number{font-size:.8em}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_AvgScore .progress-meter{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_YourScore .progress-meter{background-color:#f79646}.wpProQuiz_content .wpProQuiz_resultValue div{color:#000;text-align:left;box-shadow:-1px 1px 3px 1px #c4c4c4;display:inline-block;height:18px;zoom:1;*display:inline;margin-left:3px;vertical-align:middle}.wpProQuiz_content .wpProQuiz_addBox label{display:inline}.wpProQuiz_content .wpProQuiz_addBox input[type=text]{margin:0}.wpProQuiz_content .wpProQuiz_reviewQuestion{max-height:100px;overflow-y:scroll;position:relative;-webkit-overflow-scrolling:touch}.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewQuestion{border:1px solid #c3d1a3;background-color:#f8faf5}.wpProQuiz_content .wpProQuiz_checkPage h3{margin:10px 0}.wpProQuiz_content .wpProQuiz_reviewQuestion ol{list-style-type:none;margin:0;padding:5px 5px 0 12px;zoom:1;position:relative;border:0}.wpProQuiz_content .wpProQuiz_reviewQuestion li{float:right;margin:0 0 5px 5px;border:1px solid #cfcfcf;padding:5px 0;width:30px;text-align:center;background-color:#fff;cursor:pointer;list-style-type:none;background-image:none}.wpProQuiz_content .wpProQuiz_reviewLegend{padding:5px;margin-bottom:8px}.wpProQuiz_content .wpProQuiz_reviewLegend ol{list-style-type:none;padding:0;margin:0;border:0}.wpProQuiz_content .wpProQuiz_reviewLegend li{float:right;padding-left:5px;list-style-type:none;margin:0;border:0;background-image:none}.wpProQuiz_content .wpProQuiz_reviewColor{height:15px;width:15px;display:inline-block;margin-left:2px}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_AnweredColor{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:#ffb800}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{font-weight:700;border-color:#7db1d3;background-color:#7db1d3;box-shadow:0 0 2px 1px #c4c4c4}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:#ffbaba}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview{background-color:#ffb800}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:#6ca54c;color:#000}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:#ffbaba;color:#000}.wpProQuiz_content .wpProQuiz_button2{border:1px solid #dadada;background:#f5f5f5;color:#303030;border-radius:4px;padding:3px 5px;box-shadow:-1px 1px 1px #a7a7a7;text-shadow:none;filter:none;margin:0;font-weight:400}.wpProQuiz_content .wpProQuiz_button2:hover{background:#ebebeb}.wpProQuiz_content .wpProQuiz_reviewDiv{margin:20px 0}.wpProQuiz_content .wpProQuiz_header{margin:0}.wpProQuiz_content .wpProQuiz_catOverview{margin-top:10px;margin-bottom:20px}.wpProQuiz_content .wpProQuiz_catOverview li{list-style:none;padding:0;clear:right;border-bottom:1px dashed #aaa;height:1.05em;margin:10px 0 0;position:relative}.wpProQuiz_content .wpProQuiz_catOverview span{background:#fff;padding:0 0 0 3px;float:right;position:absolute;text-decoration:none}.wpProQuiz_content span.wpProQuiz_catPercent{font-weight:700;padding-right:5px;color:#000;left:0}.wpProQuiz_content .wpProQuiz_forms{margin:20px 0}.wpProQuiz_content .wpProQuiz_required{color:red;font-weight:700}.wpProQuiz_content .wpProQuiz_invalidate{border:1px solid #ffcfcf;background:#ffebe8;padding:4px;margin:4px 0;display:none}.wpProQuiz_content .wpProQuiz_forms table{width:auto;border-collapse:separate;border-spacing:2px}.wpProQuiz_content .wpProQuiz_forms td{vertical-align:top;padding:0 0 8px;margin:0;border:0;background:none}.wpProQuiz_content .wpProQuiz_forms input,.wpProQuiz_forms label,.wpProQuiz_forms select,.wpProQuiz_forms textarea{margin:0;float:none;display:inline}.wpProQuiz_content .wpProQuiz_forms select{width:auto}.wpProQuiz_content .uploadEssayMessage{width:100%}.wpProQuiz_content .uploadEssayMessage_fail{color:red}.wpProQuiz_content .uploadEssayMessage_success{color:green}@font-face{font-display:swap;font-family:ld-icons;src:url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.eot?e0vk6b);src:url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.eot?e0vk6b#iefix) format("embedded-opentype"),url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.ttf?e0vk6b) format("truetype"),url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.woff?e0vk6b) format("woff"),url(/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.svg?e0vk6b#ld-icons) format("svg");font-weight:400;font-style:normal}.ld-icon{font-family:ld-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.ld-icon-alert:before{content:"\e90d"}.ld-icon-unlocked:before{content:"\e900"}.ld-icon-quiz:before{content:"\e901"}.ld-icon-materials:before{content:"\e902"}.ld-icon-download:before{content:"\e903"}.ld-icon-course-outline:before{content:"\e904"}.ld-icon-content:before{content:"\e905"}.ld-icon-checkmark:before,.ld-icon-complete:before{content:"\e906"}.ld-icon-clock:before{content:"\e907"}.ld-icon-certificate:before{content:"\e908"}.ld-icon-calendar:before{content:"\e909"}.ld-icon-assignment:before{content:"\e90a"}.ld-icon-arrow-up:before{content:"\e912"}.ld-icon-arrow-right:before{content:"\e913"}.ld-icon-arrow-left:before{content:"\e914"}.ld-icon-arrow-down:before{content:"\e915"}.ld-icon-login:before{content:"\e90c"}.ld-icon-delete:before,.ld-icon-remove:before{content:"\e90b"}.ld-icon-comments:before{content:"\e917"}.ld-icon-search:before{content:"\e916"}.learndash-wrapper *{box-sizing:border-box}.learndash-wrapper .learndash_checkout_buttons{margin:0 0 0 .5em}.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;height:auto;padding:1em;line-height:1.25em;margin:0}.learndash-wrapper #btn-join .ld-icon,.learndash-wrapper .btn-join .ld-icon{font-size:.875em}.learndash-wrapper #btn-join .ld-text,.learndash-wrapper .btn-join .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper #btn-join+.ld-button,.learndash-wrapper .btn-join+.ld-button{margin-right:1em}.learndash-wrapper #btn-join.ld-compact,.learndash-wrapper .btn-join.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper #btn-join.ld-compact .ld-icon,.learndash-wrapper .btn-join.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper #btn-join.ld-compact .ld-text,.learndash-wrapper .btn-join.ld-compact .ld-text{padding:0}.learndash-wrapper #btn-join.ld-button-alternate,.learndash-wrapper .btn-join.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper #btn-join.ld-button-alternate .ld-icon,.learndash-wrapper .btn-join.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper #btn-join.ld-button-alternate .ld-text,.learndash-wrapper .btn-join.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper #btn-join.ld-button-alternate:hover,.learndash-wrapper .btn-join.ld-button-alternate:hover{background:#fff0}.learndash-wrapper #btn-join.ld-button-transparent,.learndash-wrapper .btn-join.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper #btn-join.ld-button-transparent.ld-status-complete,.learndash-wrapper .btn-join.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper #btn-join.ld-button-transparent:hover,.learndash-wrapper .btn-join.ld-button-transparent:hover{background:#fff0}.learndash-wrapper #btn-join.ld-button-reverse,.learndash-wrapper .btn-join.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper #btn-join.ld-button-reverse:hover,.learndash-wrapper .btn-join.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper #btn-join:disabled,.learndash-wrapper .btn-join:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper #btn-join:hover,.learndash-wrapper .btn-join:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper #btn-join:disabled:hover,.learndash-wrapper .btn-join:disabled:hover{opacity:.75}.learndash-wrapper #btn-join:focus,.learndash-wrapper .btn-join:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{max-width:100%}}@media (max-width:640px){.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{text-align:right;margin-right:10px}}.learndash-wrapper #btn-join:disabled:hover,.learndash-wrapper .btn-join:disabled:hover{margin:0;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;height:auto;padding:1em;line-height:1.25em;cursor:default}.learndash-wrapper #btn-join:disabled:hover .ld-icon,.learndash-wrapper .btn-join:disabled:hover .ld-icon{font-size:.875em}.learndash-wrapper #btn-join:disabled:hover .ld-text,.learndash-wrapper .btn-join:disabled:hover .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper #btn-join:disabled:hover+.ld-button,.learndash-wrapper .btn-join:disabled:hover+.ld-button{margin-right:1em}.learndash-wrapper #btn-join:disabled:hover.ld-compact,.learndash-wrapper .btn-join:disabled:hover.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper #btn-join:disabled:hover.ld-compact .ld-icon,.learndash-wrapper .btn-join:disabled:hover.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper #btn-join:disabled:hover.ld-compact .ld-text,.learndash-wrapper .btn-join:disabled:hover.ld-compact .ld-text{padding:0}.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate,.learndash-wrapper .btn-join:disabled:hover.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate .ld-icon,.learndash-wrapper .btn-join:disabled:hover.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate .ld-text,.learndash-wrapper .btn-join:disabled:hover.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate:hover,.learndash-wrapper .btn-join:disabled:hover.ld-button-alternate:hover{background:#fff0}.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent,.learndash-wrapper .btn-join:disabled:hover.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent.ld-status-complete,.learndash-wrapper .btn-join:disabled:hover.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent:hover,.learndash-wrapper .btn-join:disabled:hover.ld-button-transparent:hover{background:#fff0}.learndash-wrapper #btn-join:disabled:hover.ld-button-reverse,.learndash-wrapper .btn-join:disabled:hover.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper #btn-join:disabled:hover.ld-button-reverse:hover,.learndash-wrapper .btn-join:disabled:hover.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper #btn-join:disabled:hover:disabled,.learndash-wrapper .btn-join:disabled:hover:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper #btn-join:disabled:hover:hover,.learndash-wrapper .btn-join:disabled:hover:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper #btn-join:disabled:hover:disabled:hover,.learndash-wrapper .btn-join:disabled:hover:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper #btn-join:disabled:hover:focus,.learndash-wrapper .btn-join:disabled:hover:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper #btn-join:disabled:hover,.learndash-wrapper .btn-join:disabled:hover{max-width:100%}}@media (max-width:640px){.learndash-wrapper #btn-join:disabled:hover,.learndash-wrapper .btn-join:disabled:hover{text-align:right;margin-right:10px}}.learndash-wrapper #btn-join:hover,.learndash-wrapper .btn-join:hover{color:#fff}.learndash-wrapper #learndash-registration-wrapper #btn-join,.learndash-wrapper #learndash-registration-wrapper .btn-join{margin:15px auto 15px -5px;float:left;max-width:100%;width:60%}@media (max-width:1024px){.learndash-wrapper #learndash-registration-wrapper #btn-join,.learndash-wrapper #learndash-registration-wrapper .btn-join{width:100%}}.learndash-wrapper .ld-button{margin:0;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;height:auto;padding:1em;line-height:1.25em}.learndash-wrapper .ld-button .ld-icon{font-size:.875em}.learndash-wrapper .ld-button .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper .ld-button+.ld-button{margin-right:1em}.learndash-wrapper .ld-button.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper .ld-button.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper .ld-button.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-button.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper .ld-button.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper .ld-button.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper .ld-button.ld-button-alternate:hover{background:#fff0}.learndash-wrapper .ld-button.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper .ld-button.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper .ld-button.ld-button-transparent:hover{background:#fff0}.learndash-wrapper .ld-button.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper .ld-button.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper .ld-button:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-button:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper .ld-button:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-button:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper .ld-button{max-width:100%}}@media (max-width:640px){.learndash-wrapper .ld-button{text-align:right;margin-right:10px}}.learndash-wrapper .ld-button .ld-icon{transition:all .25s ease-in-out}.learndash-wrapper .ld-button:hover .ld-icon-arrow-right{transform:translateX(-3px)}.learndash-wrapper .ld-button:hover .ld-icon-arrow-left{transform:translateX(3px)}.learndash-wrapper a{text-decoration:none;text-shadow:none;border-bottom:none!important;box-shadow:none!important}.learndash-wrapper a:hover{text-decoration:none}.learndash-wrapper.ld-container{display:flex;padding:0 2em;max-width:1280px;margin:auto}.learndash-wrapper .ld-page-content{flex:1 auto;padding-left:2.5%}.learndash-wrapper .ld-sidebar-content{flex:0 0 250px;padding-right:2.5%}.learndash-wrapper .ld-profile-avatar{border-radius:100%;overflow:hidden}.learndash-wrapper .ld-profile-avatar img{width:100%;height:auto}@media (max-width:1024px){.learndash-wrapper.ld-container{flex-direction:column}.learndash-wrapper .ld-page-content{margin-bottom:3em}}.learndash-wrapper #sfwd-mark-complete,.learndash-wrapper .sfwd-mark-complete{position:relative;display:block;overflow:hidden}@media (max-width:960px){.learndash-wrapper #sfwd-mark-complete,.learndash-wrapper .sfwd-mark-complete{width:100%}}.learndash-wrapper #sfwd-mark-complete:after,.learndash-wrapper .sfwd-mark-complete:after{font-family:ld-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e906";position:absolute;left:.5em;top:50%;transform:translateY(-50%);color:#fff;padding-left:.15em}.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{margin:0;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;height:auto;line-height:1.25em;background-color:#019e7c;padding:1em 1em 1em 3em}.learndash-wrapper #learndash_mark_complete_button .ld-icon,.learndash-wrapper .learndash_mark_complete_button .ld-icon{font-size:.875em}.learndash-wrapper #learndash_mark_complete_button .ld-text,.learndash-wrapper .learndash_mark_complete_button .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper #learndash_mark_complete_button+.ld-button,.learndash-wrapper .learndash_mark_complete_button+.ld-button{margin-right:1em}.learndash-wrapper #learndash_mark_complete_button.ld-compact,.learndash-wrapper .learndash_mark_complete_button.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-icon,.learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-text,.learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-text{padding:0}.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate,.learndash-wrapper .learndash_mark_complete_button.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate .ld-icon,.learndash-wrapper .learndash_mark_complete_button.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate .ld-text,.learndash-wrapper .learndash_mark_complete_button.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate:hover,.learndash-wrapper .learndash_mark_complete_button.ld-button-alternate:hover{background:#fff0}.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent,.learndash-wrapper .learndash_mark_complete_button.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent.ld-status-complete,.learndash-wrapper .learndash_mark_complete_button.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent:hover,.learndash-wrapper .learndash_mark_complete_button.ld-button-transparent:hover{background:#fff0}.learndash-wrapper #learndash_mark_complete_button.ld-button-reverse,.learndash-wrapper .learndash_mark_complete_button.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper #learndash_mark_complete_button.ld-button-reverse:hover,.learndash-wrapper .learndash_mark_complete_button.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper #learndash_mark_complete_button:disabled,.learndash-wrapper .learndash_mark_complete_button:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper #learndash_mark_complete_button:hover,.learndash-wrapper .learndash_mark_complete_button:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper #learndash_mark_complete_button:disabled:hover,.learndash-wrapper .learndash_mark_complete_button:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper #learndash_mark_complete_button:focus,.learndash-wrapper .learndash_mark_complete_button:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{max-width:100%}}@media (max-width:640px){.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{text-align:right;margin-right:10px}}.learndash-wrapper #learndash_mark_complete_button:disabled,.learndash-wrapper .learndash_mark_complete_button:disabled{cursor:pointer;filter:grayscale(100%);background:#4c4c4c!important}@media (max-width:768px){.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{max-width:100%;line-height:1.5em;white-space:normal}}@media (max-width:640px){.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{max-width:100%;margin-right:0}}.learndash-wrapper .ld-content-actions{clear:both;border-top:2px solid #e2e7ed;padding:1em 0;display:flex;justify-content:space-between}.learndash-wrapper .ld-content-actions .ld-content-action{flex-basis:200px;position:relative;padding:5px}@media (max-width:640px){.learndash-wrapper .ld-content-actions .ld-content-action a.ld-button{margin-right:0}}.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{font-size:.75em;margin:0 auto;display:block;width:100%;text-align:center}@media (max-width:960px){.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{padding:1.25em;display:flex;justify-content:space-between}}@media (max-width:768px){.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{padding:1.25em;display:block}}@media (max-width:640px){.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{font-size:1rem;margin:0;width:100%;display:block;text-align:center}}@media (max-width:960px){.learndash-wrapper .ld-content-actions .ld-content-action{flex-wrap:wrap;display:flex;align-items:center;justify-content:center;flex-direction:column}}@media (max-width:768px){.learndash-wrapper .ld-content-actions .ld-content-action{padding:1em}}@media (max-width:768px){.learndash-wrapper .ld-content-actions{justify-content:space-evenly;align-items:flex-start}}@media (max-width:960px){.learndash-wrapper .ld-content-actions{justify-content:space-evenly;align-items:flex-start}}.learndash-wrapper .ld-content-actions .ld-content-action+a{align-self:center}.learndash-wrapper .ld-content-actions>a{flex:1;text-align:center;font-size:.75em}.learndash-wrapper .ld-content-actions #learndash_timer,.learndash-wrapper .ld-content-actions .learndash_timer{position:absolute;top:100%;text-align:center;display:block;padding:1em;right:0;left:0;color:#728188;font-weight:700}@media (max-width:768px){.learndash-wrapper .ld-content-actions{flex-direction:row;justify-content:space-evenly;align-items:flex-start}.learndash-wrapper .ld-content-actions .ld-content-action{flex:1}.learndash-wrapper .ld-content-actions>*{margin-bottom:2em;margin-right:0}}@media (max-width:768px) and (max-width:640px){.learndash-wrapper .ld-content-actions>*{margin-bottom:0}}@media (max-width:640px){.learndash-wrapper .ld-content-actions{flex-direction:column-reverse}.learndash-wrapper .ld-content-actions div:first-child,.learndash-wrapper .ld-content-actions div:nth-child(3){width:100%}.learndash-wrapper .ld-content-actions div:nth-child(2){order:1;width:100%}}.learndash-wrapper .ld-mobile-only{display:none!important}@media (max-width:640px){.learndash-wrapper .ld-mobile-only{display:inherit!important}}@media (max-width:640px){.learndash-wrapper .ld-not-mobile{display:none!important}}.learndash-wrapper .ld-loading{position:relative}.learndash-wrapper .ld-loading:after{position:absolute;content:"";display:block;z-index:99;top:0;right:0;left:0;bottom:0;background:hsl(0 0% 100% / .5)}.learndash-wrapper .ld-loading:before{content:"";display:block;position:absolute;border-radius:50%;width:40px;z-index:100;height:40px;right:50%;top:50%;margin:-20px -20px 0 0;border:3px solid rgb(0 0 0 / .5);border-top-color:#00a2e8;animation:ldrotating 1.2s linear infinite}.learndash-wrapper .order-overview{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 6px 6px #ccc;font-size:18px;margin-bottom:30px;padding:35px 25px 20px}.learndash-wrapper .order-overview .order-heading{display:block;font-size:24px;font-weight:700;margin-bottom:30px}.learndash-wrapper .order-overview .purchase-title{font-size:22px;margin-bottom:22px}.learndash-wrapper .order-overview .purchase-rows{border:1px solid #e2e7ed;border-radius:6px}.learndash-wrapper .order-overview .purchase-rows .purchase-row{display:flex;justify-content:space-between;padding:10px 15px;border-bottom:1px solid #e2e7ed}.learndash-wrapper .order-overview .purchase-rows .purchase-row:last-of-type{border-bottom:none}.learndash-wrapper .order-overview .purchase-rows .purchase-row .purchase-label{font-weight:700}.learndash-wrapper .order-overview .coupon-form{display:flex;float:left;margin-top:30px;width:60%}@media (max-width:1024px){.learndash-wrapper .order-overview .coupon-form{width:100%}}.learndash-wrapper .order-overview .coupon-form input{width:50%;padding:9px}.learndash-wrapper .order-overview .coupon-form input:first-of-type{border-top-right-radius:6px;border-bottom-right-radius:6px;border-color:#737373;margin-left:-2px;padding-right:15px;font-size:.75em}.learndash-wrapper .order-overview .coupon-form input:last-of-type{background:#737373;border-color:#737373;color:#fff;border-top-left-radius:6px;border-bottom-left-radius:6px;font-weight:800;font-size:.75em}.learndash-wrapper .order-overview .coupon-form input:last-of-type:hover{color:#fff;opacity:.9}.learndash-wrapper .order-overview #remove-coupon-form{display:inline-flex;align-items:center}.learndash-wrapper .order-overview #remove-coupon-form span{white-space:nowrap;padding-right:20px}.learndash-wrapper .order-overview #remove-coupon-form input[type=submit]{background:#737373;border-color:#737373;border-radius:6px;color:#fff;margin-right:5px;padding:0 6px;font-size:11px;height:22px}.learndash-wrapper .order-overview #remove-coupon-form input[type=submit]:hover{color:#fff;opacity:.9}.learndash-wrapper .order-overview .totals{float:left;margin-top:30px;width:60%}@media (max-width:1024px){.learndash-wrapper .order-overview .totals{width:100%}}.learndash-wrapper .order-overview .totals .order-heading{margin-bottom:20px}.learndash-wrapper .order-overview .order-overview-return{display:block;clear:both;padding-top:30px;font-size:15px}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-mode-subscribe .ld-course-status-price{color:#728188;font-size:24px}.learndash-wrapper .ld-course-status .ld-course-status-mode-subscribe .ld-text{color:#728188;font-weight:700}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.good{background-color:#ffe399;border-color:#ffc733}.learndash-wrapper #learndash-registration-wrapper .learndash-password-hint{margin:.5em 0 0;display:block}.checkout-dropdown-button .btn-join{background-color:#fff!important;color:#000!important;font-weight:400!important;font-size:16px!important}.checkout-dropdown-button .btn-join:hover{background-color:#f5f5f5!important;color:#000!important}@keyframes ldrotating{to{transform:rotate(-1turn)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.learndash-wrapper .ld-expand-button{min-width:120px}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{flex-basis:15px}.learndash-wrapper .ld-status-icon.ld-status-in-progress,.learndash-wrapper .ld-status-icon.ld-status-incomplete{flex-basis:18px}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress,.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete{flex-basis:10px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button{min-width:80px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button.ld-compact{min-width:0;margin-left:1em}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{margin-left:3em}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{flex:1}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{width:100%}}.learndash-wrapper .ld-group-list{margin-bottom:2em}.learndash-wrapper .ld-item-list{margin:2em 0 1em}.learndash-wrapper .ld-item-list .ld-table-list.ld-no-pagination{border-bottom:0!important}.learndash-wrapper .ld-item-list .ld-item-list-content{padding:1.5em}.learndash-wrapper .ld-item-list .ld-section-heading{display:flex;justify-content:space-between;align-items:center}.learndash-wrapper .ld-item-list .ld-section-heading h3{font-weight:700}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions{display:flex;align-items:center;width:100%}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress{flex:1}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-stats{align-items:flex-end}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-label{text-transform:none;font-size:1.5em}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-bar{background-color:#e2e7ed}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin-right:1em}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-section-heading h2,.learndash-wrapper .ld-item-list .ld-section-heading h3{text-align:center;margin-bottom:10px}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin:10px auto}}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{display:flex;color:#728188;cursor:pointer;font-weight:800;font-size:.875em;transition:color .3s ease;border:none;padding:0 0 0 10px;margin:0}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{width:20px;height:20px;margin-right:5px;font-size:1.4em}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover{color:#00a2e8;text-decoration:none}.learndash-wrapper .ld-item-list .ld-item-search{height:auto;max-height:0;transition:max-height .3s ease;overflow:hidden}.learndash-wrapper .ld-item-list .ld-item-search h4{margin:0 0 .5em;font-weight:700}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer{position:absolute;top:10px;left:15px;cursor:pointer;font-weight:700;display:flex;font-size:.625em}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:before{content:"x";margin-left:.25em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper{padding:12px;position:relative;background:#e2e7ed;border-radius:6px;margin:1em 0;overflow:visible}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{content:"";position:absolute;width:16px;height:16px;top:-8px;right:66px;background:#fff;transform:rotate(45deg);background:#e2e7ed;z-index:9;right:auto;left:175px}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{right:20px;left:auto}}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{display:flex;align-items:flex-end;justify-content:space-between}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{flex:1;padding-left:1em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields label{display:block;margin-bottom:.5em;font-size:.875em;color:#728188}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields input,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields select{height:30px;border:2px solid #ccd2d9;background:#fff;border-radius:0;width:100%;padding:0 .5em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name{position:relative}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{position:absolute;left:18px;bottom:24px;font-weight:700;font-size:12px;background-color:#fff0;height:23px;padding:0 1em;line-height:24px;color:#728188;text-decoration:none;display:inline-block;top:41px}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button:before{content:"x";margin-left:.25em;display:inline-block}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{left:2px}}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text]{font-size:20px;line-height:31.5px;width:100%}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{flex:0 0 100px;padding-left:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{height:30px;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;height:auto;padding:1em;line-height:1.25em;margin:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-icon{font-size:.875em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button+.ld-button{margin-right:1em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate:hover{background:#fff0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:hover{background:#fff0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{max-width:100%}}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{text-align:right;margin-right:10px}}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{flex-direction:column}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{width:100%;margin-bottom:1em;padding-left:0}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{justify-content:center;flex:1}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{margin:auto}}.learndash-wrapper .ld-item-list .ld-item-list-item{border:2px solid #e2e7ed;border-radius:6px;margin:1em 0;background:#fff}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next{border-color:#00a2e8}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:20px;display:flex;justify-content:space-between;align-items:center}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-left:.5em;margin-top:.25em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name{display:flex;flex:1 1 100%;align-items:top;color:#495255}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name{flex:1}}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-sep{color:#e2e7ed;padding:0 .5em}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:#00a2e8}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:#728188}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components{font-weight:700;display:block;font-size:.825em;margin-top:.5em;color:#728188}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-status{display:inline-block;font-size:.825em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status{margin-right:.5em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details{display:flex;align-items:center;justify-content:flex-end}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button{margin-right:1em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{margin-left:15px;font-size:26px;color:#019e7c}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded{position:relative;height:auto;max-height:0;overflow:hidden;transition:max-height .5s ease}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{content:"";position:absolute;width:16px;height:16px;top:-8px;right:66px;background:#fff;transform:rotate(45deg);z-index:9;right:64px}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{background:#e2e7ed;padding:2em 4.125em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding:2em 4.125em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{margin-top:0}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{flex-direction:column;align-items:flex-start}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:0;margin-right:2em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status{margin-right:0;margin-left:1em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{margin-right:0}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{padding:2em 1em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding-top:0}}.learndash-wrapper .ld-table-list{border-radius:6px;overflow:hidden;margin:1.5em 0}.learndash-wrapper .ld-table-list .ld-table-list-header,.learndash-wrapper .ld-table-list .ld-table-list-item-preview{display:flex;justify-content:space-between;align-items:center;padding:20px 0;overflow-wrap:break-word}.learndash-wrapper .ld-table-list .ld-table-list-header a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview a{color:#333}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title{flex:1;display:flex;align-items:center}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title a{display:flex;align-items:center}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{display:flex;justify-content:space-between;align-items:center;flex:2;padding-right:1em}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1;text-align:center;padding-right:.25em;padding-left:.25em}.learndash-wrapper .ld-table-list a.ld-table-list-item-preview{color:#333}.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover{color:#00a2e8}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:#00a2e8;color:#fff;font-weight:800;padding:20px 22px}.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0 20px;border:2px solid #e2e7ed;border-top:0;border-bottom:0;font-size:.875em;overflow:hidden}@media (max-width:640px){.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0 20px}}.learndash-wrapper .ld-table-list .ld-table-list-item{border-bottom:1px solid #e2e7ed;padding-right:0;padding-left:0}.learndash-wrapper .ld-table-list .ld-table-list-item:last-child{border-bottom:0}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:#333}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover{color:#00a2e8}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column{color:#728188;font-weight:700;font-size:1.2em}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a{color:#728188}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column .ld-icon-comments{font-size:1.5em;transform:translateY(.2em)}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded{padding:.75em 2em}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list{position:relative}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list:before{content:"";position:absolute;width:16px;height:16px;top:-8px;right:66px;background:#fff;transform:rotate(45deg);z-index:9;right:32px}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-header{background-color:#e2e7ed;color:#495255}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-items{padding-top:0;background:#e2e7ed}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child{border-top:2px solid #495255}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item{border-bottom:1px solid rgb(73 82 85 / .2)}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:last-child{border-bottom:0}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:10px 0}.learndash-wrapper .ld-table-list .ld-table-list-footer{background:#e2e7ed;padding:20px}.learndash-wrapper .ld-table-list .ld-table-list-footer .ld-pagination{margin-bottom:0}.learndash-wrapper .ld-table-list.ld-no-pagination{border-bottom:2px solid #e2e7ed}.learndash-wrapper .ld-table-list.ld-no-pagination .ld-table-list-footer{background:#fff0;padding:0}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{font-size:.75em;flex:0 1 150px}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-assignment-column-approved{flex:1;text-align:left}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{font-size:.875em;flex:0 1 150px;line-height:1.4em}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label{display:none}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-statuscolumn{flex:1;text-align:left}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{overflow:hidden}@media (max-width:768px){.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns{display:none}.learndash-wrapper .ld-table-list .ld-table-list-item-preview{flex-direction:column;align-items:flex-start}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title{width:100%}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{width:100%;flex-direction:column;align-items:flex-start;padding-top:.5em}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1 auto;margin:0 0 .5em}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label{display:inline-block;margin:0 0 .5em}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{flex:1}}@media (max-width:640px){.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-expanded,.learndash-wrapper .ld-lesson-list .ld-table-list-items{padding:0}}.learndash-wrapper .ld-progress{display:flex;flex-direction:column;margin:1em 0}.learndash-wrapper .ld-progress .ld-progress-heading{display:flex;justify-content:space-between;font-size:.75em;line-height:1em}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label{text-transform:uppercase;font-weight:800}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats{display:flex;flex-wrap:wrap;justify-content:flex-start}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{text-transform:uppercase;font-weight:800;color:#019e7c;margin-left:5px}.learndash-wrapper .ld-progress .ld-progress-bar{height:7px;background-color:#fff;border-radius:7px;margin:5px 0;overflow:hidden}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:7px;background:#019e7c}.learndash-wrapper .ld-progress.ld-progress-inline{flex-direction:row-reverse;align-items:center}.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{flex:1 auto;margin-left:1em}.learndash-wrapper .ld-progress.ld-progress-inline .ld-status{margin-right:1em}@media (max-width:640px){.learndash-wrapper .ld-progress .ld-progress-heading,.learndash-wrapper .ld-progress .ld-progress-heading.ld-progress-inline{flex-direction:column}}.learndash-wrapper .ld-breadcrumbs+.ld-topic-status{padding:0}.learndash-wrapper.learndash-widget .ld-progress{flex-wrap:wrap}.learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading{order:1;flex-direction:column;margin:.25em 0}.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar{background-color:#e2e7ed;width:100%;margin-left:0}.learndash-pager{display:inline-flex;justify-content:space-between;color:#728188;text-transform:uppercase;align-items:center;font-size:12px;font-weight:700;background-color:#e2e7ed;padding:6px 12px;border-radius:17px;margin:10px 0}.learndash-pager a{font-size:18px;color:#728188;text-decoration:none!important;border:none!important;cursor:pointer;box-shadow:none!important;line-height:1em}.learndash-pager a:after,.learndash-pager a:before{display:none}.learndash-pager a.disabled{opacity:.5;cursor:default}.learndash-pager .pager-left{order:1}.learndash-pager .pager-legend{order:2;padding:0 8px}.learndash-pager .pager-right{order:3}.learndash-wrapper .ld-pagination{display:flex;justify-content:flex-end;color:#728188;text-transform:uppercase;align-items:center;font-size:.75em;font-weight:700;margin-bottom:1em}.learndash-wrapper .ld-pagination .ld-pages{background-color:#e2e7ed;flex:0 0 180px;display:flex;justify-content:space-between;align-items:center;padding:.5em;border-radius:17px;overflow:hidden;line-height:1}.learndash-wrapper .ld-pagination .ld-pages i{display:block;background-size:contain;background-position:50%;background-repeat:no-repeat;color:#728188;cursor:pointer;transition:color .3s ease}.learndash-wrapper .ld-pagination .ld-pages i:hover{color:#00a2e8}.learndash-wrapper .ld-pagination .ld-pages a{color:#728188;transition:all .25s ease-in-out}.learndash-wrapper .ld-pagination .ld-pages a:hover{color:#333}.learndash-wrapper .ld-pagination .ld-pages a.disabled{pointer-events:none;opacity:.25}@media (max-width:640px){.learndash-wrapper .ld-pagination{justify-content:center}}.learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages{flex:0 0 100px;padding:0 10px}.learndash-wrapper .ld-table-list-footer .ld-pagination .ld-pages{flex:0 0 120px}.ld-loading{position:relative}.ld-loading:after{z-index:99;top:0;right:0;left:0;bottom:0;background:hsl(0 0% 100% / .5)}.ld-loading:after,.ld-loading:before{position:absolute;content:"";display:block}.ld-loading:before{border-radius:50%;width:40px;z-index:100;height:40px;right:50%;top:50%;margin:-20px -20px 0 0;border:3px solid rgb(0 0 0 / .5);border-top-color:#00a2e8;animation:ldrotating 1.2s linear infinite}.learndash-wrapper .ld-section-heading h3{font-size:24px;margin:.5em 0}.learndash-wrapper .ld-score{font-weight:700}.learndash-wrapper .ld-score.score-low{color:#ff3c00}.learndash-wrapper .ld-score.score-high{color:#019e7c}.learndash-wrapper .ld-expand-button{margin:0;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;justify-content:center;height:auto;padding:1em;line-height:1.25em;display:flex;align-items:center}.learndash-wrapper .ld-expand-button .ld-icon{font-size:.875em}.learndash-wrapper .ld-expand-button .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper .ld-expand-button+.ld-button{margin-right:1em}.learndash-wrapper .ld-expand-button.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper .ld-expand-button.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper .ld-expand-button.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-expand-button.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{background:#fff0}.learndash-wrapper .ld-expand-button.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper .ld-expand-button.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper .ld-expand-button.ld-button-transparent:hover{background:#fff0}.learndash-wrapper .ld-expand-button.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper .ld-expand-button.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper .ld-expand-button:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-expand-button:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper .ld-expand-button:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-expand-button:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper .ld-expand-button{max-width:100%}}@media (max-width:640px){.learndash-wrapper .ld-expand-button{text-align:right;margin-right:10px}}.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon{transform:rotate(180deg)}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{text-align:right}.learndash-wrapper .ld-status{border-radius:12px;background-color:#e2e7ed;text-align:center;padding:5px 12px;text-transform:uppercase;font-weight:700;letter-spacing:.5px;font-size:11px;line-height:1.1;color:#728188;display:block;margin-bottom:5px}.learndash-wrapper .ld-status-icon{flex-basis:26px;flex-shrink:0;height:26px;width:26px;border-radius:100%;display:inline-block;position:relative;text-align:center}.learndash-wrapper .ld-status-icon .ld-icon{font-size:1.5em}.learndash-wrapper .ld-status-icon .ld-icon:before{position:absolute;top:50%;right:50%;transform:translateY(-50%) translateX(50%)}.learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon{font-size:1em}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#019e7c}.learndash-wrapper .ld-status-complete{background-color:#019e7c;color:#fff}.learndash-wrapper a.ld-status-complete:focus,.learndash-wrapper a.ld-status-complete:link,.learndash-wrapper a.ld-status-complete:visited{color:#fff}.learndash-wrapper .ld-status-waiting{background-color:#ffd200;color:rgb(0 0 0 / .65)}.learndash-wrapper .ld-status-unlocked{background-color:#ebf8fd;color:#00a2e8}.learndash-wrapper .ld-status-incomplete.ld-status-icon{border:4px solid #e2e7ed;background-color:#fff}.learndash-wrapper .ld-status-in-progress{border-color:#019e7c #019e7c #e2e7ed #e2e7ed;border-style:solid;border-width:4px;transform:rotate(45deg);background-color:#fff}.learndash-wrapper .ld-certificate-icon{width:40px;height:30px;background:#019e7c;display:block;margin:auto}.learndash-wrapper .ld-item-icon{margin-left:.25em;flex-shrink:0;font-size:1.4em}.learndash-wrapper .ld-item-icon.quiz-failure{color:#ff3c00}.learndash-wrapper .ld-item-icon.ld-quiz-complete{color:#019e7c}.learndash-wrapper .ld-item-icon.ld-quiz-incomplete{color:#333}.learndash-wrapper .ld-icon-delete{font-size:1.8em;color:#7b8990;margin-left:.25em}.learndash-wrapper .ld-icon-delete:hover{color:#333}.learndash-wrapper .ld-home-link{color:#495255;font-size:.75em;margin:0 0 .75em;text-decoration:underline}.learndash-wrapper .ld-home-link:hover{text-decoration:none}.learndash-wrapper .ld-text-content{color:#666;line-height:1.6;margin:1.5em 0}.learndash-wrapper .ld-select-field{position:relative}.learndash-wrapper .ld-select-field:after{font-family:ld-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e90e";position:absolute;top:50%;left:.5em;z-index:9;transform:translateY(-50%);pointer-events:none}.learndash-wrapper .ld-select-field select{-webkit-appearance:none;appearance:none}.learndash-wrapper .ld-file-upload{padding:1.5em;background-color:#f0f3f6;border-radius:6px;margin:1em 0}.learndash-wrapper .ld-file-upload .ld-file-upload-heading{color:#728188;font-size:1.2em;font-weight:700}.learndash-wrapper .ld-file-upload .ld-file-upload-heading span{font-weight:300;font-size:.8em}.learndash-wrapper .ld-file-upload .ld-file-upload-form{display:flex;margin-top:1em;align-items:center}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{font-weight:700;display:flex;flex:1;background-color:#fff;border-top-right-radius:12px;border-bottom-right-radius:12px;overflow:hidden;align-items:center}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{background-color:#728188;font-weight:700;color:#fff;padding:.5em 2em;font-size:.875em}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{color:#333;font-size:.875em;font-style:italic;border-top-left-radius:12px;border-bottom-left-radius:12px;padding:.5em 2em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{flex:0 0 150px;text-align:center;justify-content:center;font-size:.875em;opacity:.5}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-selected+.ld-button{opacity:1}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{cursor:pointer;border-top-left-radius:12px;border-bottom-left-radius:12px;margin-left:.5em}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input.has-focus+label,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input:focus+label{outline:1px dotted #000;outline:5px auto -webkit-focus-ring-color}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-upload-message{font-size:.8em;margin-top:1em;line-height:1.5em}@media (max-width:640px){.learndash-wrapper .ld-file-upload .ld-file-upload-form{flex-direction:column}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{flex-direction:column;border-radius:0;text-align:center;width:100%}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{width:100%}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{flex:1;margin-top:1em}}.learndash-wrapper .ld-hide{display:none}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:1.5em}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{margin:0;padding:0;font-size:24px}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions{width:auto;justify-content:flex-end}@media (max-width:640px){.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:.5em;margin-top:0;flex-wrap:wrap}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{flex:0 0 100%;justify-content:space-between}}.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{font-size:18px;display:block;margin:1em 0 .5em;font-weight:700}.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list{border-radius:0;margin:0}.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list .ld-table-list-items{border:0}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:20px 60px}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0 2.8em}@media (max-width:768px){.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding-right:1em;padding-left:1em}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0 1em}}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{display:flex;align-items:center;font-size:.75em;line-height:1em}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{text-transform:uppercase;padding-left:10px;margin-left:10px;border-left:1px solid hsl(0 0% 100% / .5)}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{font-weight:400}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{justify-content:flex-start;flex-direction:row;align-items:flex-start}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon{margin-left:.5em}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded{padding-top:0}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded .ld-status{display:inline-block}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item.unavailable .ld-table-list-item-preview{opacity:.5}@media (max-width:640px){.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{flex-direction:column;align-items:stretch}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:1em 2.9em}}.learndash-wrapper .ld-lesson-status{border-radius:6px;background:#f0f3f6;overflow:hidden}.learndash-wrapper .ld-lesson-status .ld-progress{padding:0 1em}.learndash-wrapper .ld-topic-status{border-radius:6px;background:#f0f3f6;overflow:hidden}.learndash-wrapper .ld-topic-status .ld-progress{padding:0 1em}.learndash-wrapper .quiz_continue_link{display:flex;justify-content:space-around;margin:10px}.learndash-wrapper .ld-quiz-actions{border-top:2px solid #f0f3f6;padding-top:30px;justify-content:center;align-items:center;margin:20px 0;display:flex;flex-direction:row-reverse}.learndash-wrapper .ld-quiz-actions .quiz_continue_link{margin:0 10px}.learndash-wrapper .ld-quiz-actions .wpProQuiz_button{margin:0 10px;background:#495255}.learndash-wrapper .ld-quiz-actions input[type=button]{margin:0 10px}.learndash-wrapper .ld-quiz-actions input[name=reShowQuestion],.learndash-wrapper .ld-quiz-actions input[name=restartQuiz]{background:#495255}@media (max-width:768px){.learndash-wrapper .ld-quiz-actions{flex-direction:row}.learndash-wrapper .ld-quiz-actions .quiz_continue_link,.learndash-wrapper .ld-quiz-actions .wpProQuiz_button,.learndash-wrapper .ld-quiz-actions input[type=button]{margin-bottom:1em;margin-right:auto;margin-left:auto;width:auto}}.learndash-wrapper #quiz_continue_link,.learndash-wrapper #quiz_continue_link:hover{background:#019e7c}.learndash-wrapper .course_progress{height:7px;max-width:100%;background-color:#f0f3f6;border-radius:7px;margin:1em 0;overflow:hidden}.learndash-wrapper .course_progress .sending_progress_bar{height:7px;background:#019e7c}.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz,.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser{padding:25px 75px 25px 15px;background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188;position:relative;min-height:85px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{border:5px solid #f0f3f6;border-radius:4px;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table,.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody{border:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody td{padding:15px;border:0!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{box-shadow:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{line-height:1.2em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate{text-align:center}.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{display:inline-block;padding:.5em 1em;justify-content:flex-start;white-space:nowrap}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{margin:0;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;align-items:center;text-decoration:none;cursor:pointer;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{width:100%;max-width:385px;white-space:normal;display:flex;justify-content:center;height:auto;padding:1em;line-height:1.25em;width:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-icon{font-size:.875em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2+.ld-button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button+.ld-button{margin-right:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-text{padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate:hover{background:#fff0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent.ld-status-complete,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:hover{background:#fff0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:disabled,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:disabled:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{max-width:100%}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{text-align:right;margin-right:10px}}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{min-width:150px;padding:1em 2em}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{margin-left:auto!important;margin-right:auto!important;margin-bottom:1em;float:none!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.wpProQuiz_TipButton,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton{display:inline;margin:auto;padding:.25em .5em}}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{margin:0;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;height:auto;padding:1em;line-height:1.25em;text-align:center;justify-content:space-around;background:#019e7c}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-icon{font-size:.875em}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link+.ld-button{margin-right:1em}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-text{padding:0}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate:hover{background:#fff0}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:hover{background:#fff0}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{max-width:100%}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{text-align:right;margin-right:10px}}.learndash-wrapper .wpProQuiz_content .wpProQuiz_question{padding-bottom:1em}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList{margin:1em 0;background:#fff0;border:0;padding:0;list-style:none;padding-right:0!important;margin-right:0!important}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=essay] li.wpProQuiz_questionListItem{flex-wrap:wrap}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput{-webkit-appearance:auto;height:auto;max-width:100%;min-width:15px;width:2%}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput:after{display:none}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList span{margin-left:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion{padding:5px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion ol{margin:0!important;padding:0!important;line-height:1.5em!important}.learndash-wrapper .wpProQuiz_content .graded-disclaimer{margin-top:1em;font-size:.85em;font-style:italic}.learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString{margin:1em 0;background:#fff0;border:0;padding:0}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList{padding:0;margin:1em 0!important;padding:0!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem{display:inline-block;border:0;background:#f0f3f6;border-radius:6px;margin:0 0 .5em .5em;padding:.5em 1em;box-shadow:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem{margin:.5em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#f0f3f6;padding:1em;border-radius:6px;width:auto;box-shadow:0;border:0;margin:1em 1em 1em 0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before{content:"";position:absolute;width:16px;height:16px;top:-8px;right:66px;background:#fff;transform:rotate(45deg);z-index:9;right:1em;bottom:-4px;top:auto;background-color:#f0f3f6}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div h5{padding-bottom:0;font-weight:700;text-transform:uppercase;font-size:.8em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:350px;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] p{padding-bottom:0;padding-left:.25em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem{margin-bottom:.5em;display:flex;flex-direction:column;align-items:flex-start}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem p{text-align:right}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable{border:2px solid #e2e7ed;border-radius:6px;background:#fff0;display:flex;padding:1em;align-items:center;box-shadow:none;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before{font-family:ld-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e904";margin-left:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem span.wpProQuiz_cloze{margin:0 5px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label{display:inline-block;align-items:center;border:2px solid #e2e7ed;border-radius:6px;padding:1em;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input{margin-left:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input.wpProQuiz_questionInput[type=text]{border:0;box-shadow:none;width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within{border-color:#00a2e8}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border:2px solid #e2e7ed;border-radius:6px;width:100%;padding:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect{background:#fff0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label{background:#00c349;color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect{background:#fff0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label{border-color:#f11414}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete{background:#fff0;border:1px solid transparent!important}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label{border-color:#00c349}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze{display:inline-block;background:#e2e7ed;border-radius:6px;padding:2px .5em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze input{border:0;background-color:#fff0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border-collapse:separate;border:2px solid #e2e7ed;border-radius:6px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td{border:0;padding:0!important;vertical-align:top}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td:first-child{border-left:2px solid #e2e7ed}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortText{display:block;padding:1em;border-top-left-radius:0;border-bottom-left-radius:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion{padding:.5em;border-right:0;height:100%;border-top-right-radius:0;border-bottom-right-radius:0;display:flex;align-items:center}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table{border-color:#00c349}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:#00c349;border-color:#00c349}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:none;color:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table td{border-color:#f11414}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem{border:2px solid #e2e7ed;border-radius:6px;padding:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem p{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label{display:inline-flex;color:var(--global--color-primary);padding:0;border:0;margin:0 .25em;width:auto;font-weight:700}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label input{margin-left:.5em;height:.8em;width:.8em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerCorrect{background-color:#00c349}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerIncorrect{background-color:#f11414}.learndash-wrapper .wpProQuiz_content .wpProQuiz_header{font-weight:700;margin:.5em 0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188;position:relative;min-height:85px;padding:25px;background-color:#f0f3f6;text-align:center;box-shadow:none;min-height:none}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response p{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response img{max-width:100%;height:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type=cloze_answer] .wpProQuiz_questionListItem{display:block}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit{margin:1em 0;background-color:#e2e7ed;border-radius:6px;position:relative;padding:1em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before{content:"";position:absolute;bottom:1em;right:1em;left:1em;height:7px;z-index:8;background:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{color:#728188}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{z-index:9;position:relative;background-color:#019e7c;height:7px;margin-bottom:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table{width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td:first-child{width:150px;font-size:.9em;font-weight:700}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td input[type=text],.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td select,.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td textarea{width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="5"] label,.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="8"] label{display:inline-block;margin-right:.5em}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"]{display:flex}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select{margin-left:1%}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"]{flex-wrap:wrap}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select{margin-bottom:1em;flex:1 0 50%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select:first-child{flex:0 0 100%}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay]{padding:1.5em;background-color:#f0f3f6;border-radius:6px;margin:1em 0;flex:0 0 100%;display:flex;justify-content:space-between}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file]{background:#fff;padding:1em;border-radius:6px;flex:1;margin-left:1em}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin:0;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;height:auto;padding:1em;line-height:1.25em;max-width:100px}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-icon{font-size:.875em}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]+.ld-button{margin-right:1em}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-text{padding:0}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate:hover{background:#fff0}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:hover{background:#fff0}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{max-width:100%}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{text-align:right;margin-right:10px}}.learndash-wrapper .wpProQuiz_quiz_time{color:#728188;font-weight:700;font-size:.8em}.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{padding:1em;justify-content:center;align-items:center;background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background:#f0f3f6;border:0;border-radius:3px;overflow:auto}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{box-shadow:0;border:0;border-radius:2px}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionTarget{box-shadow:0;background-color:#00a2e8;color:#fff}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved{color:#fff}.learndash-wrapper .wpProQuiz_reviewDiv{margin-bottom:2em;padding-bottom:2em;border-bottom:2px solid #f0f3f6}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{background:#f0f3f6;border:0;border-radius:3px}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li{box-shadow:0;border:0;border-radius:2px}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{box-shadow:0;background-color:#00a2e8;color:#fff}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{color:#fff}.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading{border-bottom:4px solid #e2e7ed;padding-bottom:12px}.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading h3{margin-top:0}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link{display:block}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button{margin-right:0;font-size:12px}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button .ld-icon{font-size:10px}.learndash-wrapper .ld-course-navigation .ld-status-icon{width:15px;height:15px;flex:0 0 15px;border:0;text-align:center;margin-left:10px;margin-top:.15em}.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark{font-size:.825em;margin-top:1px}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress{border-color:#019e7c #019e7c #e2e7ed #e2e7ed;border-style:solid;border-width:2px}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete{border:2px solid #e2e7ed}.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-quiz{font-size:1.1em;margin-top:-2px}.learndash-wrapper .ld-course-navigation .ld-item-icon{width:14px;height:20px;font-size:1em}.learndash-wrapper .ld-course-navigation .ld-pagination{justify-content:center;margin:1em 0}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages{flex:0 0 120px;background-color:#728188}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages i,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages span{color:#fff}.learndash-wrapper .ld-course-navigation .ld-lesson-item{border-bottom:1px solid #e2e7ed}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#00a2e8;font-weight:700}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete{border:2px solid #00a2e8}.learndash-wrapper .ld-course-navigation .ld-sep{color:#e2e7ed;padding:0 .25em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading{margin-top:1em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{font-size:1em;font-weight:700;margin-bottom:.25em;text-align:right;display:block}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview{padding:10px 0}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading{display:flex;justify-content:flex-start;flex-flow:row wrap;line-height:1.25em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:#495255}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{color:#00a2e8}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{font-size:.875em;font-weight:400;flex:1;display:flex}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon{margin-right:.5em;pointer-events:all}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon .ld-icon{font-size:.825em;margin-top:1px}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{flex-basis:100%;justify-content:flex-start;padding-right:2em;padding-top:.5em;color:#728188}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon{font-size:.625em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded{height:auto;max-height:0;transition:max-height .3s ease;overflow:hidden;background:#f0f3f6;border-radius:8px;margin:0 20px;position:relative}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before{content:"";display:block;right:50px;top:0;position:absolute;width:0;height:0;border-right:8px solid #fff0;border-left:8px solid #fff0;border-top:8px solid #fff}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded{max-height:20000px;margin-bottom:1em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:1em .5em}.learndash-wrapper .ld-course-navigation .ld-table-list-header{display:none}.learndash-wrapper .ld-course-navigation .ld-table-list-footer{background:#fff0;padding:.25em!important}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list{margin:0}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items{border:0;padding-left:0}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item{font-size:.9em;border-bottom:0;line-height:1.5em}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{align-items:flex-start;padding:.5em}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{font-weight:700}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title{font-weight:400;flex:1;display:flex}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon{margin-right:.5em;pointer-events:all}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon .ld-icon{font-size:.825em;margin-top:1px}.learndash-wrapper .widget_course_return{margin-top:1em;font-size:.8em}.learndash-wrapper .ld-profile-summary{margin:2em 0}.learndash-wrapper .ld-profile-summary .ld-profile-card{display:flex;flex-direction:column;align-items:center;width:100%;margin:1.5em 0}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar{width:150px;height:150px;border:5px solid #e2e7ed}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading{font-size:2em;font-weight:800;margin:5px 0}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link{color:#728188;font-size:14px}.learndash-wrapper .ld-profile-summary .ld-profile-stats{display:flex;justify-content:center}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat{flex:0 0 90px;text-align:center;border-left:1px solid #e2e7ed;padding:0 12px}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{display:block;font-size:36px;margin-bottom:8px;font-weight:800}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span{color:#728188;font-size:14px}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child{border-left:0}.learndash-wrapper #ld-profile .ld-section-heading{margin-bottom:0}.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded{margin-top:-20px}.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded .ld-essay-list{margin-top:0}.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon{background-color:#fff0;color:#728188;font-size:1.5em;border:none;margin-left:-15px}.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon.ld-expanded,.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon:hover{transition:.5 ease-in-out;color:#333}.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{white-space:nowrap}@media (max-width:640px){.learndash-wrapper #ld-profile .ld-section-heading .ld-item-list-actions{justify-content:space-between}.learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button{margin:10px 0;max-width:120px}.learndash-wrapper #ld-profile .ld-profile-stats{flex-wrap:wrap}.learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat{width:50%;border:0;flex:1;margin:0 0 2em!important;padding:0 1em!important}}#wpProQuiz_overlay_close{margin:0;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;height:auto;padding:1em;line-height:1.25em;max-width:180px}#wpProQuiz_overlay_close .ld-icon{font-size:.875em}#wpProQuiz_overlay_close .ld-text{padding:0 1em;flex:1 1 100;text-align:center}#wpProQuiz_overlay_close+.ld-button{margin-right:1em}#wpProQuiz_overlay_close.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}#wpProQuiz_overlay_close.ld-compact .ld-icon{margin-left:0;font-size:.75em}#wpProQuiz_overlay_close.ld-compact .ld-text{padding:0}#wpProQuiz_overlay_close.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}#wpProQuiz_overlay_close.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}#wpProQuiz_overlay_close.ld-button-alternate .ld-text{padding-right:.5em}#wpProQuiz_overlay_close.ld-button-alternate:hover{background:#fff0}#wpProQuiz_overlay_close.ld-button-transparent{color:#00a2e8;background:#fff0}#wpProQuiz_overlay_close.ld-button-transparent.ld-status-complete{color:#019e7c}#wpProQuiz_overlay_close.ld-button-transparent:hover{background:#fff0}#wpProQuiz_overlay_close.ld-button-reverse{background:#fff;color:#00a2e8}#wpProQuiz_overlay_close.ld-button-reverse:hover{background:#00a2e8;color:#fff}#wpProQuiz_overlay_close:disabled{opacity:.75;background-color:#00a2e8}#wpProQuiz_overlay_close:hover{opacity:.85;background-color:#00a2e8}#wpProQuiz_overlay_close:disabled:hover{opacity:.75;background-color:#00a2e8}#wpProQuiz_overlay_close:focus{outline:none;opacity:.75}@media (max-width:960px){#wpProQuiz_overlay_close{max-width:100%}}@media (max-width:640px){#wpProQuiz_overlay_close{text-align:right;margin-right:10px}}#wpProQuiz_user_content h2{border-bottom:2px solid #f0f3f6;font-size:24px;padding:.5em 0}#wpProQuiz_user_content h2+h2{font-size:18px;border-bottom:0}#wpProQuiz_user_content table.wp-list-table{border-radius:8px;border-collapse:collapse;background:#fff0;border:0}#wpProQuiz_user_content table.wp-list-table td,#wpProQuiz_user_content table.wp-list-table th,#wpProQuiz_user_content table.wp-list-table tr{background:#fff0}#wpProQuiz_user_content table.wp-list-table thead th{background:#00a2e8;color:#fff;border-bottom:0;padding:25px 15px;font-size:14px;line-height:1;white-space:nowrap}#wpProQuiz_user_content table.wp-list-table thead th:first-child{border-radius:0 8px 0 0}#wpProQuiz_user_content table.wp-list-table thead th:last-child{border-radius:8px 0 0 0}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th{background:#f0f3f6;padding:15px;border-bottom:1px solid #f0f3f6;line-height:1;white-space:nowrap;text-align:center}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:first-child,#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:only-child{text-align:right}#wpProQuiz_user_content table.wp-list-table tbody tr th{padding:15px;font-weight:400;font-size:16px;text-align:center}#wpProQuiz_user_content table.wp-list-table tbody tr th p{margin:0 0 5px}#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child{box-shadow:inset -3px 0 0 0 #f0f3f6}#wpProQuiz_user_content table.wp-list-table tbody tr th:last-child{box-shadow:inset 3px 0 0 0 #f0f3f6}#wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(2){text-align:right}#wpProQuiz_user_content table.wp-list-table tbody tr th:only-child{box-shadow:inset 3px 0 0 0 #f0f3f6,inset -3px 0 0 0 #f0f3f6}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(2){text-align:center}#wpProQuiz_user_content table.wp-list-table tfoot tr{border-bottom:0}#wpProQuiz_user_content table.wp-list-table tfoot tr th{background:#f0f3f6;border:0;padding:15px;font-weight:400;font-size:16px;text-align:center}#wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child{border-radius:0 0 8px 0}#wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child{border-radius:0 0 0 8px}.learndash-wrapper .ld-tabs{margin:1em 0}.learndash-wrapper .ld-tabs .ld-tabs-navigation{position:relative;margin:0;padding:0;display:flex;align-items:center}.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{content:"";height:6px;background:#e2e7ed;position:absolute;bottom:0;right:0;left:0;z-index:8}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{background-color:inherit;border-color:#fff0;display:flex;padding:1.5em;align-items:center;position:relative;font-weight:700;color:#728188;cursor:pointer;transition:color .3s ease;white-space:nowrap}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:hover{border-color:#fff0}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon{font-size:1.4em;margin-left:.25em}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after{content:"";height:6px;background:#fff0;position:absolute;bottom:0;right:0;left:0;z-index:9;transition:background .3s ease}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:#00a2e8}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after{background:#00a2e8}@media (max-width:640px){.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:1em}}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{display:none;padding:2em 0}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content.ld-visible{display:block}.learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tab-content{padding:0}.learndash-wrapper .ld-breadcrumbs{background:#f0f3f6;border-radius:6px;padding:.5em 1em;display:flex;justify-content:space-between;align-items:center}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:1em}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span{display:inline}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:700}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after{content:"<";unicode-bidi:plaintext}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:last-child:after{display:none}.learndash-wrapper .ld-breadcrumbs .ld-status{white-space:nowrap}.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background:#00a2e8;color:#fff}.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete{background:#019e7c;color:#fff}@media (max-width:640px){.learndash-wrapper .ld-breadcrumbs{flex-direction:column;align-items:flex-start}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{width:100%}.learndash-wrapper .ld-breadcrumbs .ld-status{width:100%;margin-top:1em}}.learndash-wrapper .ld-alert-content{width:100%}.learndash-wrapper .ld-alert{padding:25px 75px 25px 15px;background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188;position:relative;min-height:85px;display:flex;justify-content:space-between;align-items:center}.learndash-wrapper .ld-alert .ld-alert-icon{background-color:#e2e7ed;border-radius:100%;padding:.5em;margin-left:.5em;font-size:24px;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert{padding:3px;font-size:42px}.learndash-wrapper .ld-alert .ld-alert-text{font-size:1em;font-weight:700}.learndash-wrapper .ld-alert .ld-button{margin-right:1em;min-width:7.5em;display:inline-block;height:auto;padding:5px 30px 5px 20px;position:relative;max-width:185px}.learndash-wrapper .ld-alert .ld-button .ld-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.learndash-wrapper .ld-alert .ld-alert-content a,.learndash-wrapper .ld-alert .ld-text a{text-decoration:underline;color:rgb(0 0 0 / .8)}@media (max-width:768px){.learndash-wrapper .ld-alert{display:block;text-align:center;padding:75px 15px 15px}.learndash-wrapper .ld-alert .ld-alert-content{margin:0 0 1em}.learndash-wrapper .ld-alert .ld-icon{right:50%;margin:0;transform:translateX(50%);top:10%}.learndash-wrapper .ld-alert .ld-button{margin-right:0}}.learndash-wrapper .ld-alert-warning{color:rgb(0 0 0 / .65);border-color:#ffd200;background-color:#fff6cd}.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:#ffd200}.learndash-wrapper .ld-alert-warning .ld-button{background-color:#ffd200;color:rgb(0 0 0 / .65)}.learndash-wrapper .ld-alert-certificate .ld-button{padding-right:40px;min-width:unset;max-width:unset;width:auto;text-decoration:none!important}.learndash-wrapper .ld-alert-certificate.ld-alert-success{color:#495255}.learndash-wrapper .ld-alert-success{color:#495255;border-color:#019e7c;background-color:rgb(1 158 124 / .2)}.learndash-wrapper .ld-alert-success .ld-alert-icon{background-color:#019e7c;color:#fff}.learndash-wrapper .ld-alert-success .ld-button{background-color:#019e7c}.learndash-wrapper .ld-alert-success .ld-button .ld-icon-download{margin-left:5px;font-size:18px}.learndash-wrapper .ld-focus{display:flex}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery){display:block;margin:1em 0;padding-right:40px}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery){list-style-type:decimal}.learndash-wrapper .ld-focus .ld-tab-content li:not(.blocks-gallery-item){display:list-item}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ul,.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ul{margin:0}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ol,.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ol{margin:0;list-style-type:lower-latin}.learndash-wrapper .ld-focus .ld-focus-sidebar{position:fixed;right:0;top:0;bottom:0;width:350px;background-color:#fff;border-left:1px solid #e2e7ed;padding-top:50px;padding-bottom:90px;transition:all .3s ease;z-index:99}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper{overflow-x:visible;overflow-y:auto;height:100%}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger{position:absolute;height:75px;width:50px;left:0;top:0;bottom:0;background:#00a2e8;z-index:99;cursor:pointer;color:#fff}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{position:absolute;border-radius:100%;background:inherit;left:0;top:50%;transform:translateY(-50%) translateX(-25%);font-size:.8em;padding:8px;z-index:9}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon:before{opacity:.5}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading{background-color:#00a2e8;color:#fff;border-bottom:0;min-height:75px;overflow:visible;width:350px;position:relative;z-index:9;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:.75em 1em .75em 3.125em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading a{color:#fff}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3{font-size:1em;margin:0;line-height:1.35em;padding:0 1.6em 0 0;font-weight:700;opacity:1;transition:opacity .3s ease;color:#fff;position:relative;z-index:100}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a{color:#fff}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon{position:absolute;right:1px;top:3px}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-expand-button{color:#fff;display:none}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{color:#fff;padding:0;border-right:0;margin-right:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation{position:relative;overflow:visible}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-course-navigation-list{opacity:1;transition:opacity .3s ease}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded{margin:0;border-radius:0;background:#fff0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:.5em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading{padding:0 1em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{margin-bottom:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list{background-color:#f0f3f6;border-radius:0;padding:1em;position:relative;margin:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{content:"";position:absolute;width:16px;height:16px;top:-8px;right:66px;background:#fff;transform:rotate(45deg);z-index:9;background-color:#fff;right:43px;width:13px;height:13px;top:-7px}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item{font-size:.875em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding:.5em 1.6em .5em .5em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{border-bottom:1px solid #e2e7ed;background-color:#fff;padding:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview{padding:1em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination{margin:1em 0;justify-content:center}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages{background-color:#728188;flex:0 0 120px}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages i,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages span{color:#fff}.learndash-wrapper .ld-focus .ld-focus-main{flex:1 auto;margin-right:350px;width:calc(100% - 350px);transition:margin-right .3s ease}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{padding:5em;margin:0 auto;max-width:960px}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1{padding:0;margin:0 0 .5em}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status{margin-bottom:1em}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status .ld-progress,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status .ld-progress{display:none}.learndash-wrapper .ld-focus .ld-focus-header{position:fixed;background:#fff;top:0;right:0;left:0;height:51px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e7ed;z-index:99}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{width:55px;display:none}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav a{display:block;padding:0 15px}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span{display:block;width:25px;height:4px;margin:4px 0;background-color:#333;transition:all .25s ease-in-out}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-1{transform:rotate(45deg) translate(4px,8px)}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-2{opacity:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-3{transform:rotate(-45deg) translate(3px,-7px)}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{background-color:#fff;flex:0 0 350px;height:100%;transition:flex .3s ease;padding:.5em 1em}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img{height:100%;width:auto}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{flex:auto;display:flex;align-items:center;justify-content:space-evenly;border-top:none}@media (max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start}}@media (max-width:960px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start}}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{position:relative}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .learndash_timer{position:absolute;right:0;bottom:1px;left:0;text-align:center;top:0;background:#fff;display:flex;align-items:center;justify-content:center}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{height:50px;display:flex;justify-content:center;flex-direction:column}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{border-left:1px solid #e2e7ed}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action.ld-empty,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action:last-child{border:0}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:after,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after{color:#019e7c}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:disabled:after,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:disabled:after{color:#728188}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button{color:#00a2e8;background:#fff0;color:#019e7c;background:transparent!important}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete{color:#019e7c}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover{background:#fff0}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_incomplete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_incomplete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-incomplete:after{color:#333}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{align-items:center}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress-wrap{width:100%;max-width:90%}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{flex:0 1;flex-grow:3}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #sfwd-mark-complete,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete{margin:0 1em}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{flex:1 2 auto;margin:0;padding:.5em 0 0 1em}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{background:#e2e7ed}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{flex:0 0 200px;display:flex;justify-content:flex-end;align-items:center;position:relative;height:50px;padding-left:1em;border-right:1px solid #e2e7ed}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{color:#728188;font-size:.75em}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar{width:40px;height:40px;margin-right:1em}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items{position:absolute;top:100%;left:0;z-index:9;opacity:0;visibility:hidden;margin-left:1em}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before{content:"";position:absolute;top:-5px;left:1em;width:0;height:0;border-right:5px solid #fff0;border-left:5px solid #fff0;border-bottom:5px solid #00a2e8;z-index:-1}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a{position:relative;display:block;white-space:nowrap;background-color:#00a2e8;color:#fff;font-weight:700;padding:.75em 2.5em;font-size:.875em;border-bottom:1px solid hsl(0 0% 100% / .1)}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:hover{opacity:.8}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:last-child{border-bottom:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu:hover .ld-user-menu-items{opacity:1;visibility:visible}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{background-color:#fff0;transform:translateX(calc(100% + -50px))}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(-45%) rotate(-180deg)}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading{top:0}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading h3,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-list{opacity:0}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:50px;width:calc(100% - 50px)}@media (max-width:1280px){.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{flex:1 2 auto}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{flex:0 1}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none}}@media (max-width:1024px){.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{flex:0 0 150px}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{padding-right:3em}}@media (max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header{position:relative;flex-wrap:wrap;flex-direction:row;height:auto}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{display:none}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{display:block;order:1}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{order:2;padding:0 1em;margin:0;align-items:center;border-left:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-stats{text-align:center;display:block}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-percentage{line-height:1em;margin-bottom:.3em}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-steps{display:none}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{margin:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{order:3;border-right:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{border-top:1px solid #efefef;background:#fff;padding:0;order:4;flex-direction:row;align-items:flex-start;flex:100%}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions>*{margin:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action{height:auto;flex:50%}.learndash-wrapper .ld-focus .ld-focus-content{margin-top:30px}.learndash-wrapper .ld-focus.ld-focus-initial-transition .ld-focus-sidebar{display:none}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(100%)}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger{display:none}.learndash-wrapper .ld-focus .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:0;width:100%}.learndash-wrapper .ld-focus .ld-course-navigation-heading{position:static}.learndash-wrapper .ld-focus .ld-course-navigation{padding-top:0}.learndash-wrapper .ld-focus .ld-focus-sidebar{top:0;padding-top:0;z-index:1000;position:absolute}}@media (max-width:640px){.learndash-wrapper .ld-focus .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:0}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em}}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery){padding-left:40px;padding-right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar{right:auto;border-left:initial;left:0;border-right:1px solid #e2e7ed}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger{left:auto;right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(25%);left:auto;right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading{padding:.75em 3.125em .75em 1em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3{padding:0 0 0 1.6em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon{right:auto;left:1px}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{border-right:initial;border-left:0;margin-right:0;margin-left:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{content:"";position:absolute;right:66px;background:#fff;transform:rotate(45deg);width:16px;height:16px;top:-8px;left:66px;right:auto;transform:rotate(-45deg);z-index:9}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding-right:0;padding-left:1.6em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main{margin-right:0;margin-left:350px;transition:margin-left .3s ease}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header{left:0;right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-1,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-1{transform:rotate(-45deg) translate(-4px,8px)}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-3,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-3{transform:rotate(45deg) translate(-3px,-7px)}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action .learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action .learndash_timer{left:0;right:0}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(calc(-100% + 50px))}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(45%) rotate(180deg)}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:50px}@media (max-width:1280px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress{flex:1 2 auto}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{flex:0 1}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text{display:none}}@media (max-width:1024px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text{display:none}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo{flex:0 0 150px}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content{padding-right:inherit;padding-left:3em}}@media (max-width:768px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header{position:relative;flex-wrap:wrap;flex-direction:row;height:auto}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo{display:none}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav{display:block;order:3}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress{order:2;padding:0 1em;margin:0;align-items:center;border-left:inherit;border-right:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-stats,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-stats{text-align:center;display:block}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-percentage,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-percentage{line-height:1em;margin-bottom:.3em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-steps,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-steps{display:none}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-bar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-bar{margin:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{order:1;border-right:inherit;border-left:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items{left:auto;right:0;margin-right:1em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before{right:1em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions{border-top:1px solid #efefef;background:#fff;padding:0;order:4;flex-direction:row;align-items:flex-start;flex:100%}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions>*,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions>*{margin:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions .ld-content-action,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions .ld-content-action{height:auto;flex:50%}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-content{margin-top:30px}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(-100%)}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger{display:none}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:0;margin-right:inherit;width:100%}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation-heading,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation-heading{position:static}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation{padding-top:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar{top:97px;padding-top:0;z-index:1000;position:absolute}}@media (max-width:640px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:0}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav{order:3}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{order:1}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items{left:auto;right:0;margin-right:1em}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before{right:1em}}body.admin-bar .learndash-wrapper .ld-focus-header{top:32px}@media (max-width:768px){body.admin-bar .learndash-wrapper .ld-focus-header{top:0}}body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:32px}@media (max-width:768px){body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:93px}}body.ld-in-focus-mode{margin:0;padding:0;background:#fff}body.ld-in-focus-mode:after,body.ld-in-focus-mode:before{display:none}body.ld-in-focus-mode .learndash-wrapper{background:#fff}body.ld-in-focus-mode.admin-bar{padding-top:32px}@media (max-width:768px){body.ld-in-focus-mode.admin-bar{padding-top:0}body.ld-in-focus-mode.admin-bar .ld-focus-sidebar{top:97px}}#learndash-tooltips{font-family:Open Sans,Arial,Helvetica,sans-serif;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;z-index:999;font-size:16px;pointer-events:none}#learndash-tooltips .ld-tooltip{position:absolute;background-color:#00a2e8;color:#fff;font-weight:700;border-radius:6px;padding:.25em 1em;transform:translateX(-1%) translateY(-25px);box-shadow:0 -1px 0 2px hsl(0 0% 100% / .75);font-size:.75em;opacity:0;transition:opacity .1s linear;text-align:center;min-width:150px;max-width:300px}#learndash-tooltips .ld-tooltip:after{content:"";height:5px;width:5px;background:#00a2e8;position:absolute;bottom:-4px;transform:rotate(-45deg) translateX(50%);right:5%}#learndash-tooltips .ld-tooltip.ld-shifted-left:after{right:10%}#learndash-tooltips .ld-tooltip.ld-shifted-right{transform:translateX(100%) translateY(-30px)}#learndash-tooltips .ld-tooltip.ld-shifted-right:after{right:auto;left:10%}#learndash-tooltips .ld-tooltip.ld-visible{opacity:1}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{display:flex;background:#f0f3f6;padding:1em 0;margin:1em 0;border-radius:6px}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{flex:1 auto;width:33%;justify-content:space-around;text-align:center;border-left:2px solid #bec5cb;padding:0 1em}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child{border-left:0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button{margin:0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status{display:inline-block;width:auto}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-content{display:flex;flex-direction:column;align-items:center;justify-content:space-around;text-align:center;margin-bottom:.5em;line-height:1.25em}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price{display:flex;align-items:center;text-align:center;justify-content:space-around;font-size:32px;font-weight:700;color:#728188;margin-top:-3px;line-height:1}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-text{font-size:18px;margin-right:8px;font-weight:400}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-currency{font-size:16px;margin-left:.25em}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label{display:block;color:#728188;font-size:.75em;font-weight:700;margin-bottom:1em}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ppalholder{position:absolute}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text{font-size:14px;color:#728188;display:inline-block;white-space:nowrap;margin-left:.5em}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text{display:inline-block;margin-right:5px;text-decoration:underline;font-weight:700}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin:0 .5em}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin-right:auto}}@media (max-width:1280px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{flex-direction:column;justify-content:flex-start;align-items:center}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin-left:0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button{margin-bottom:.5em}}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action #btn-join,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .btn-join{margin-right:auto}}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-seg-action.status-closed .ld-text{white-space:normal}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{flex-direction:column}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-left:0;border-bottom:1px solid #e2e7ed;padding:1em 0;width:auto}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child{border-bottom:0}}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{background-color:#f0f3f6;border-radius:6px;padding:.5em 1em;display:flex}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{margin:0;flex:1;padding:0 0 0 1em}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-enrolled{flex-direction:column}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{flex-direction:column;padding-left:0;align-items:flex-start}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-heading{display:block;width:100%;text-align:center}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{flex-direction:column}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats .ld-progress-steps{margin-right:0}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-bar{width:100%;margin:1em 0}}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status{width:auto;display:inline-block;margin:0 auto}.learndash-wrapper .ld-course-status .ld-status{line-height:1.3}.learndash-wrapper .ld-course-status .ld-status.ld-status-progress{background:#00a2e8;color:#fff}.learndash-wrapper .ld-course-status .ld-status.ld-status-complete{background:#019e7c;color:#fff}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-course-price,.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price{text-align:center;width:100%}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price{margin-bottom:10px}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-text{font-size:16px;margin-bottom:0}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-pricing{font-size:12px}.learndash-wrapper .ld-course-certificate{text-align:center;display:flex;align-items:center;justify-content:center;margin:1em 0}.learndash-wrapper .ld-course-certificate .ld-button{display:inline-block;max-width:inherit;font-size:14px}.learndash-wrapper .ld-course-certificate .ld-icon-certificate{font-size:24px;margin-left:5px}.jq-dropdown-menu{box-shadow:0 0 0 1px #ddd!important}.jq-dropdown-menu input[type=button],.jq-dropdown-menu input[type=submit]{margin:0;transition:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1.5em;font-size:16px;border-radius:0;border:0;display:block!important;width:100%!important;color:#00a2e8;padding:.5em 1em;text-align:center;font-size:14px!important}.jq-dropdown-menu input[type=button]:hover,.jq-dropdown-menu input[type=submit]:hover{background:#fafafa!important;color:#495255!important}.jq-dropdown-menu .ppalholder{display:none}.learndash-wrapper .learndash-wrapper-login-modal{position:relative}.learndash-wrapper .ld-modal{position:absolute;transform:translateY(-50%) translateX(50%);z-index:999;width:100%;z-index:9000;max-width:1024px;min-height:300px;background:#fff;border-radius:6px;overflow:hidden;overflow-y:auto;box-shadow:3px -3px 20px rgb(0 0 0 / .14);opacity:0;visibility:hidden;transition:all .3s ease}.learndash-wrapper .ld-modal .ld-modal-closer{position:absolute;top:.5em;left:0;z-index:9;color:#728188;cursor:pointer;line-height:.5;padding:1em;font-size:1.5em}.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:#fff}.learndash-wrapper.ld-modal-closed{display:none!important}.learndash-wrapper.ld-modal-open .ld-modal{opacity:1;visibility:visible}.learndash-wrapper .ld-login-modal{display:flex;text-align:center;margin:25% 50% 20px}.learndash-wrapper .ld-login-modal .ld-modal-heading{font-weight:300;font-size:2.25em;margin:.5em 0}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{padding:20px;max-width:350px;min-width:80%;margin:0 auto}.learndash-wrapper .ld-login-modal .ld-login-modal-login{flex:1;background:#fff;display:flex;flex-direction:column;justify-content:center}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:#00a2e8}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{color:#728188;font-size:.875em}.learndash-wrapper .ld-login-modal .ld-login-modal-register{flex:1;background:#00a2e8;display:flex;flex-direction:column;justify-content:center;color:#fff}.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{opacity:1;box-shadow:0 0 0 5px #fff!important}.learndash-wrapper .ld-login-modal .ld-login-modal-register label{display:block;font-weight:700;margin-bottom:.5em;font-size:14px}.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register{margin:2em 0}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]{border:2px solid #fff;margin:0 0 1em;background-color:#f9f9f9;padding:.5em 2em .5em .5em;font-size:1.2em;width:100%;transition:all .25s ease-in-out}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:focus{background:#fff}.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail{font-size:.825em}.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit{margin:0 auto;min-width:150px;text-align:center;justify-content:center;padding:7px 35px;border-radius:20px;font-weight:700;font-size:14px;border:5px solid #fff}.learndash-wrapper .ld-login-modal .ld-login-modal-form{margin:2em 0}.learndash-wrapper .ld-login-modal .ld-login-modal-form form{display:flex;flex-direction:column}.learndash-wrapper .ld-login-modal .ld-login-modal-form p{margin:0}.learndash-wrapper .ld-login-modal .ld-login-modal-form p.login-submit{text-align:center}.learndash-wrapper .ld-login-modal .ld-login-modal-form label{display:block;color:#728188;font-weight:700;margin-bottom:.5em;font-size:14px}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username{position:relative}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before{font-family:ld-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e90c";position:absolute;color:#728188;top:2.5em;right:.5em}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password{position:relative}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before{font-family:ld-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e900";position:absolute;color:#728188;top:2.5em;right:.5em}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding{position:relative;padding-top:2em;margin-top:1em}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding:before{content:"";display:block;position:absolute;width:50px;height:3px;background-color:#e2e7ed;right:50%;top:0;transform:translateX(50%)}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img{max-width:100%;max-height:250px;height:auto}.learndash-wrapper .ld-login-modal .ld-login-field,.learndash-wrapper .ld-login-modal .ld-password-field,.learndash-wrapper .ld-login-modal input[type=email],.learndash-wrapper .ld-login-modal input[type=password],.learndash-wrapper .ld-login-modal input[type=text]{border:2px solid #e2e7ed;margin:0 0 1em;background-color:#f0f3f6;color:#728188;padding:.5em 2em .5em .5em;font-size:.875em;width:100%;transition:all .25s ease-in-out}.learndash-wrapper .ld-login-modal .ld-login-field:focus,.learndash-wrapper .ld-login-modal .ld-password-field:focus,.learndash-wrapper .ld-login-modal input[type=email]:focus,.learndash-wrapper .ld-login-modal input[type=password]:focus,.learndash-wrapper .ld-login-modal input[type=text]:focus{border-color:#495255}.learndash-wrapper .ld-login-modal ::placeholder{font-family:Open Sans,Arial,Helvetica,sans-serif}.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:#333;text-decoration:underline;font-size:.875em}.learndash-wrapper .ld-login-modal .ld-button,.learndash-wrapper .ld-login-modal input[type=submit]{margin:2em auto;min-width:150px;text-align:center;justify-content:center;border:0;border-radius:20px;font-weight:700;font-size:14px}.learndash-wrapper .ld-login-modal input[type=submit]{background:#00a2e8;color:#fff;cursor:pointer;padding:.75em 5em;transition:all .25s ease-in-out}.learndash-wrapper .ld-login-modal input[type=submit]:hover{opacity:.8}@media (max-width:1024px){.learndash-wrapper .ld-login-modal{top:100px;width:80%;transform:translateX(50%)}.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#728188}}@media (max-width:768px){.learndash-wrapper .ld-login-modal{flex-direction:column}}@media (max-width:640px){.learndash-wrapper .ld-login-modal{width:100%}}.learndash-wrapper .ld-button.ld-login-button{display:flex}.learndash-wrapper .ld-button.ld-login-button.ld-logout{justify-content:space-between}.learndash-wrapper .ld-button.ld-login-button.ld-login{justify-content:flex-start}.learndash-wrapper .ld-button.ld-login-button.ld-login .ld-icon{margin-left:10px}.learndash-wrapper #learndash-registration-wrapper{margin:auto}.learndash-wrapper #learndash-registration-wrapper .registration-login-link{margin-bottom:1em}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform label{display:inline-block;font-size:16px;margin-bottom:3px}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform .learndash-required-field{color:red}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform input{border:2px solid #a1a1a1;border-radius:5px;font-size:16px;margin-right:0;margin-bottom:1em;width:100%}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform #wp-submit{margin-top:30px}.learndash-not-available .ld-item-list-item-preview,.learndash-not-available .ld-item-list-item-preview a.ld-item-name,.learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-lesson-item-preview,.learndash-not-available .ld-lesson-item-preview a.ld-item-name,.learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-table-list-item-preview,.learndash-not-available .ld-table-list-item-preview a.ld-item-name,.learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-item-list-item-preview,.user_has_no_access .ld-item-list-item-preview a.ld-item-name,.user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-lesson-item-preview,.user_has_no_access .ld-lesson-item-preview a.ld-item-name,.user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-table-list-item-preview,.user_has_no_access .ld-table-list-item-preview a.ld-item-name,.user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading{cursor:not-allowed;pointer-events:none}.learndash-not-available .ld-item-list-item-preview .ld-expand-button,.learndash-not-available .ld-lesson-item-preview .ld-expand-button,.learndash-not-available .ld-table-list-item-preview .ld-expand-button,.user_has_no_access .ld-item-list-item-preview .ld-expand-button,.user_has_no_access .ld-lesson-item-preview .ld-expand-button,.user_has_no_access .ld-table-list-item-preview .ld-expand-button{pointer-events:all}.learndash-not-available a.ld-topic-row,.user_has_no_access a.ld-topic-row{cursor:not-allowed;pointer-events:none}.ld-item-list-item.is_sample .ld-item-list-item-preview,.ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-item-list-item.is_sample .ld-lesson-item-preview,.ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-item-list-item.is_sample .ld-table-list-item-preview,.ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-item-list-item-preview,.ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-lesson-item-preview,.ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-table-list-item-preview,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-item-list-item-preview,.ld-topic-list.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-lesson-item-preview,.ld-topic-list.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-table-list-item-preview,.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-item-list-item-preview,.learndash-not-available.is_sample .ld-item-list-item-preview a.ld-item-name,.learndash-not-available.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-lesson-item-preview,.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-item-name,.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access.is_sample .ld-item-list-item-preview,.user_has_no_access.is_sample .ld-item-list-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access.is_sample .ld-lesson-item-preview,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .wpProQuiz_resultsList .ld-item-list-item-preview a.ld-item-name{cursor:pointer;pointer-events:all}.ld-item-list-item.is_sample a.ld-lesson-item-preview,.ld-item-list-item.is_sample a.ld-table-list-item-preview,.ld-item-list-item.is_sample a.ld-topic-row,.ld-lesson-item.is_sample a.ld-lesson-item-preview,.ld-lesson-item.is_sample a.ld-table-list-item-preview,.ld-lesson-item.is_sample a.ld-topic-row,.ld-topic-list.is_sample a.ld-lesson-item-preview,.ld-topic-list.is_sample a.ld-table-list-item-preview,.ld-topic-list.is_sample a.ld-topic-row{cursor:pointer!important;pointer-events:all!important}.learndash-wrapper .ld-user-status.ld-is-widget{margin:30px 0}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border:0;border-bottom:2px solid #f0f3f6;border-radius:0;padding:10px 0;margin:10px 0}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child{border-bottom:0}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:0}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{font-size:14px;line-height:1.5em}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{margin-top:10px}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{display:block;margin:0 0 5px;font-size:12px;line-height:1.5em}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span.ld-sep{display:none}.learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{justify-content:flex-start}.learndash-wrapper .ld-focus-comments{margin:2em 0}.learndash-wrapper .ld-focus-comments p.comment-form-comment{margin:0;width:100%!important;max-width:100%!important}.learndash-wrapper .ld-focus-comments p.comment-form-comment textarea{width:100%}.learndash-wrapper .ld-focus-comments #ld-comments{margin-bottom:50px}.learndash-wrapper .ld-focus-comments #commentform .logged-in-as{margin:0;font-size:.875em;font-weight:400;float:left}.learndash-wrapper .ld-focus-comments #commentform textarea#comment{font-family:inherit;padding:.875em;background:#e2e7ed;border:5px solid #e2e7ed;border-radius:6px;font-size:1em}.learndash-wrapper .ld-focus-comments #commentform textarea#comment:focus{background:#fff0;outline:0;box-shadow:none}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links{display:flex;flex-direction:row}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-previous{margin:0;text-align:right;min-width:50%;width:100%;font-weight:700}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-next{margin:0;text-align:left;min-width:50%;width:100%;font-weight:700}.learndash-wrapper .ld-focus-comments .form-submit{width:100%!important;max-width:100%!important}.learndash-wrapper .ld-focus-comments .form-submit #submit{border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;line-height:1.25em;display:inline-block;padding:.75em 3em;height:auto;margin:1em 0 0;min-width:unset;max-width:unset;width:unset;text-decoration:none!important}.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon{font-size:.875em}.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-text{padding:0 1em;flex:1 1 100;text-align:center}.learndash-wrapper .ld-focus-comments .form-submit #submit+.ld-button{margin-right:1em}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact{width:24px;height:24px;border-radius:100%;flex-basis:24px;flex-shrink:0;padding:0;align-items:center;justify-content:center}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-icon{margin-left:0;font-size:.75em}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate{background:#fff0;color:#00a2e8;padding:0}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-icon{background:#00a2e8;color:#fff;border-radius:100%;width:18px;height:18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:700;transition:color .3s ease,background .3s ease}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-text{padding-right:.5em}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate:hover{background:#fff0}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent{color:#00a2e8;background:#fff0}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent.ld-status-complete{color:#019e7c}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:hover{background:#fff0}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse{background:#fff;color:#00a2e8}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse:hover{background:#00a2e8;color:#fff}.learndash-wrapper .ld-focus-comments .form-submit #submit:disabled{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-focus-comments .form-submit #submit:hover{opacity:.85;background-color:#00a2e8}.learndash-wrapper .ld-focus-comments .form-submit #submit:disabled:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-focus-comments .form-submit #submit:focus{outline:none;opacity:.75}@media (max-width:960px){.learndash-wrapper .ld-focus-comments .form-submit #submit{max-width:100%}}@media (max-width:640px){.learndash-wrapper .ld-focus-comments .form-submit #submit{text-align:right;margin-right:10px}}.learndash-wrapper .ld-focus-comments__heading{display:flex;justify-content:space-between;align-items:center;border-bottom:4px solid #e2e7ed;margin-bottom:.5em}.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-text{padding-left:.5em;font-size:1em}.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-icon{font-size:.75em}.learndash-wrapper .ld-focus-comments__header{flex:1;font-size:2em;font-weight:400;margin-bottom:10px}.learndash-wrapper .ld-focus-comments__comments{overflow:hidden;transition:max-height .3s ease;font-size:1em;font-weight:400}.learndash-wrapper .ld-focus-comments .comment-respond{position:relative;padding-top:0}.learndash-wrapper .ld-focus-comments .comment-respond #reply-title{font-size:1.5em;font-weight:400;margin-bottom:.75em}.learndash-wrapper .ld-focus-comments .comment-respond small{margin-right:1em;font-size:.75em}.learndash-wrapper .ld-focus-comments #ld-comments-form.ld-collapsed,.learndash-wrapper .ld-focus-comments #ld-comments-post-button.ld-open{display:none}.learndash-wrapper .ld-focus-comment{margin:2em 0}.learndash-wrapper .ld-focus-comment:last-child{margin-bottom:5em}.learndash-wrapper .ld-focus-comment.depth-1{margin-right:0}.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-right:74px}@media (max-width:768px){.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-right:20px}}.learndash-wrapper .ld-focus-comment .ld-comment-avatar{position:relative;margin-bottom:1em;display:flex;align-items:center}.learndash-wrapper .ld-focus-comment .ld-comment-avatar img{box-sizing:border-box;max-width:58px;height:auto;border-radius:100%;margin-left:16px;border:4px solid #fff0}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:#000;font-size:1.125em;margin-bottom:5px;display:block;font-weight:700}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{color:#728188;font-size:.875em;text-decoration:none;display:block}.learndash-wrapper .ld-focus-comment .ld-comment-body{overflow:hidden;position:relative;margin-right:74px}.learndash-wrapper .ld-focus-comment .ld-comment-reply{margin:1em 0}.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link{border:0;display:inline-block;padding:.5em 1.75em;color:#000;font-weight:700;font-size:.875em;position:relative;z-index:9;background-color:#e2e7ed;border-radius:18px}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper{border-radius:6px;background:#f2fafd;padding:1em}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img{border-color:#00a2e8}.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper{border-radius:0;background:#fff0;padding:0}.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper>.ld-comment-avatar img{border-color:#fff0}.learndash-wrapper .ld-focus-comment.ld-no-avatar-image .ld-comment-body{margin-right:0}.ld-exam-content{margin-bottom:1em;margin-top:1em}.ld-exam-content:not(.ld-exam-graded) .ld-exam-questions{display:none}.ld-exam-content:not(.ld-exam-graded) .ld-exam-question-answer label{cursor:pointer}.ld-exam-content.ld-exam-graded .ld-exam-footer,.ld-exam-content.ld-exam-graded .ld-exam-header button.ld-exam-button-start,.ld-exam-content.ld-exam-graded .ld-exam-questions,.ld-exam-content:not(.ld-exam-graded) .ld-exam-result-message{display:none}.ld-exam-content .ld-exam-result-button,.ld-exam-content button{margin:auto;border-radius:20px;background-color:#00a2e8;color:#fff;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;white-space:normal;text-shadow:none;border:0;opacity:1;transition:opacity .3s ease;justify-content:center;align-items:center;height:auto;padding:1em;line-height:1.25em;width:auto}.ld-exam-content .ld-exam-result-message{background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188;position:relative;padding:25px;box-shadow:none;min-height:none}.ld-exam-content .ld-exam-result-message p{margin:1em auto}.ld-exam-content .ld-exam-result-message .result-button{text-align:center}.ld-exam-content .ld-exam-header button{display:flex}.ld-exam-content .ld-exam-header .ld-exam-progress-bar{width:100%;background-color:#e0e0e0;padding:3px;border-radius:3px;box-shadow:inset 0 1px 3px rgb(0 0 0 / .2)}.ld-exam-content .ld-exam-header .ld-exam-progress-bar-fill{display:block;height:22px;background-color:#019e7c;border-radius:3px;transition:width .5s ease-in-out}.ld-exam-content .ld-exam-questions{list-style:none;padding-right:0;margin-top:50px}.ld-exam-content .ld-exam-questions .ld-exam-question{margin-bottom:50px}.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-description,.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-title{margin-bottom:1em}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer{border:2px solid #e2e7ed;border-radius:6px;background:#fff0;box-shadow:none;display:flex;margin-bottom:.5em;align-items:center}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer *{margin:0}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input{margin:auto 1em}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label{margin-right:-2.2em;padding:1em 2em 1em 1em;width:100%}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected{border-color:#00a2e8}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-correct{border-color:#00c349}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-correct{border-color:#00a2e8}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-student-correct{border-color:#00a2e8;background-color:#00c349}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-incorrect{border-color:#f11414}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-incorrect{border-color:#00a2e8;background-color:#f11414}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-correct{border-color:#00a2e8;background-color:#00c349}.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message{background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188;position:relative;padding:25px;box-shadow:none;min-height:none;display:none}.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message p,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message p{margin:1em auto}.ld-exam-content .ld-exam-questions .ld-exam-question-correct .ld-exam-question-correct-message,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect .ld-exam-question-incorrect-message{display:block}.ld-exam-content .ld-exam-footer{min-height:50px}.ld-exam-content .ld-exam-footer *{float:left}:root{--ldx-global-border-radius:6px;--ldx-color-link:inherit;--ldx-color-link-hover:#00a2e8;--ldx-color-correct:#019e7c;--ldx-color-incorrect:#b71c1c;--ldx-color-in-progress:#ff9e01;--ldx-btn-border-radius:24px;--ldx-btn-primary-bg-color:#00a2e8;--ldx-btn-primary-bg-color-hover:#018ac4;--ldx-btn-primary-text-color:#fff;--ldx-btn-primary-text-color-hover:#fff;--ldx-btn-standard-bg-color:#00a2e8;--ldx-btn-standard-bg-color-hover:#018ac4;--ldx-btn-standard-text-color:#fff;--ldx-btn-standard-text-color-hover:#fff;--ldx-content-lists-container-bg-color:transparent;--ldx-content-lists-container-border-width:0;--ldx-content-lists-container-border-color:transparent;--ldx-content-lists-course-content-bg-color:transparent;--ldx-content-lists-course-content-text-color:inherit;--ldx-content-lists-section-bg-color:transparent;--ldx-content-lists-section-text-color:inherit;--ldx-content-lists-header-bg-color:#00a2e8;--ldx-content-lists-header-text-color:#fff;--ldx-content-lists-lesson-bg-color:#fff;--ldx-content-lists-lesson-bg-color-hover:transparent;--ldx-content-lists-lesson-text-color:inherit;--ldx-content-lists-lesson-text-color-hover:#00a2e8;--ldx-content-lists-lesson-border-width:2px;--ldx-content-lists-lesson-border-color:#e2e7ed;--ldx-content-lists-separator-color:rgba( 0,0,0,0.15 );--ldx-course-status-bg-color:rgba( 0,0,0,0.04 );--ldx-course-status-text-color:inherit;--ldx-course-status-border-width:0;--ldx-course-status-border-color:transparent;--ldx-focus-mode-content-bg-color:#fff;--ldx-focus-mode-topmenu-bg-color:#00a2e8;--ldx-focus-mode-topmenu-text-color:#fff;--ldx-focus-mode-sidebar-bg-color:#fff;--ldx-focus-mode-sidebar-course-bg-color:#00a2e8;--ldx-focus-mode-sidebar-course-text-color:#fff;--ldx-focus-mode-comment-bg-color:transparent;--ldx-focus-mode-comment-admin-bg-color:#f2fafd;--ldx-focus-mode-comment-admin-border-width:0;--ldx-focus-mode-comment-admin-border-color:transparent;--ldx-focus-mode-comment-admin-avatar-border-color:#00a2e8;--ldx-focus-mode-comment-admin-avatar-border-width:4px;--ldx-course-nav-section-bg-color:rgba( 0,0,0,0.08 );--ldx-course-nav-section-text-color:inherit;--ldx-course-nav-link-text-color:inherit;--ldx-course-nav-link-text-color-hover:#00a2e8;--ldx-course-nav-link-bg-color-hover:transparent;--ldx-course-nav-line-separator-color:rgba( 0,0,0,0.1 );--ldx-progress-bar-container-bg:#e2e7ed;--ldx-progress-bar-bg:#019e7c;--ldx-progress-bar-border-radius:7px;--ldx-progress-bar-height:7px;--ldx-tooltip-bg-color:#00a2e8;--ldx-tooltip-text-color:#fff;--ldx-alert-border-width:2px;--ldx-alert-color-text:#728188;--ldx-alert-color-bg:#f0f3f6;--ldx-alert-color-border:#e2e7ed;--ldx-alert-warning-color-text:rgba( 0,0,0,0.65 );--ldx-alert-warning-color-bg:#fff6cd;--ldx-alert-warning-color-border:#ffd200;--ldx-alert-success-color-text:#019e7c;--ldx-alert-success-color-bg:rgba( 1,158,124,0.2 );--ldx-alert-success-color-border:#019e7c;--ldx-grid-filter-bg-color:transparent;--ldx-grid-filter-padding:0.75em;--ldx-grid-item-border-radius:6px;--ldx-grid-item-border-width:2px;--ldx-grid-item-border-color:#ddd;--ldx-grid-ribbon-bg-color:#5cb85c;--ldx-grid-ribbon-text-color:#fff;--ldx-grid-ribbon-enrolled-bg-color:#428bca;--ldx-grid-ribbon-enrolled-text-color:#fff;--ldx-grid-ribbon-custom-bg-color:#5cb85c;--ldx-grid-ribbon-custom-text-color:#fff;--ldx-grid-ribbon-free-bg-color:#5cb85c;--ldx-grid-ribbon-free-text-color:#fff;--ldx-pagination-bg-color:rgba(0,0,0,0.07);--ldx-pagination-text-color:inherit;--ldx-pagination-arrow-color:inherit;--ldx-pagination-arrow-color-hover:inherit;--ldx-pagination-arrow-bg-color:transparent;--ldx-pagination-arrow-bg-color-hover:transparent;--ldx-log-reg-border-width:0;--ldx-log-reg-border-color:transparent;--ldx-log-reg-close-icon-color:rgba(0,0,0,0.7);--ldx-login-panel-bg-color:#fff;--ldx-login-panel-text-color:#728188;--ldx-login-panel-heading-color:#00a2e8;--ldx-login-panel-input-bg-color:#f0f3f6;--ldx-login-panel-input-text-color:#728188;--ldx-register-panel-bg-color:#00a2e8;--ldx-register-panel-text-color:#fff;--ldx-register-panel-heading-color:#fff;--ldx-register-panel-input-bg-color:#fff;--ldx-register-panel-input-text-color:#728188;--ldx-profile-summary-bg-color:transparent;--ldx-profile-summary-text-color:inherit;--ldx-achievements-popup-border-radius:2px;--ldx-achievements-popup-border-width:0;--ldx-achievements-popup-border-color:transparent;--ldx-achievements-popup-title-color:inherit;--ldx-achievements-popup-message-color:inherit;--ldx-achievements-popup-title-font-size:18px;--ldx-achievements-popup-message-font-size:13px;--ldx-my-achievements-icon-width:40px;--ldx-star-rating-color-empty:#ccc;--ldx-star-rating-color-filled:#ffce00;--ldx-tincanny-container-border-width:1px;--ldx-tincanny-container-border-color:#e5e5e5;--ldx-tincanny-container-header-bg-color:transparent;--ldx-tincanny-container-header-text-color:inherit;--ldx-tincanny-table-header-bg-color:transparent;--ldx-tincanny-table-header-text-color:#505050;--ldx-tincanny-table-row-hover-color:#f6f6f6;--ldx-tincanny-chart-course-completions-color:#0290c2;--ldx-tincanny-chart-tincan-statements-color:#d52c82;--ldx-tincanny-user-report-tab-bg-color:transparent;--ldx-tincanny-user-report-tab-text-color:#0290c2}.learndash-wrapper{font-size:inherit;line-height:inherit}.learndash-wrapper .ld-content-actions #learndash_timer,.learndash-wrapper .ld-content-actions .learndash_timer{color:inherit}.learndash-wrapper .ld-button,.learndash-wrapper .ld-expand-button,.learndash-wrapper .btn-join,.learndash-wrapper #btn-join,.learndash-wrapper .learndash_mark_complete_button,.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button],.learndash-wrapper .ld-login-modal .ld-button,.learndash-wrapper .ld-login-modal input[type=submit],.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button,body div.ld-course-list-items div.ld_course_grid .thumbnail.course a.btn-primary,.ldx-plugin .uo-toolkit-grid__course-action input,.learndash-resume-button input[type=submit],.learndash-wrapper .ld-login-button,.learndash-reset-form .learndash-reset-button[type=submit],.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link,.learndash-wrapper .ld-focus-comments .form-submit #submit,.rrf-modal-content.modal .modal-navigation button,.course-reviews-section .write-a-review.not-rated,.course-reviews-section .login-to-enroll.button,button.wdm_feedback_form_pop,.wdm_feedback_form .wdm_feedback_submission,.ldgr-group-actions #ldgr-update-group-details,.wdm-tabs-wrapper #bulk_remove,.wdm-tabs-wrapper #wdm_submit,.wdm-tabs-wrapper #wdm_ldgr_show_report,.wdm-tabs-wrapper #wdm_submit_upload{padding:.625em 1.5em;font-size:95%;font-weight:700;line-height:inherit;letter-spacing:inherit;border:0;border-radius:24px;border-radius:var(--ldx-btn-border-radius);transition:all .15s ease}.learndash-wrapper .ld-button:hover,.learndash-wrapper .ld-expand-button:hover,.learndash-wrapper .btn-join:hover,.learndash-wrapper #btn-join:hover,.learndash-wrapper .learndash_mark_complete_button:hover,.learndash-wrapper #learndash_mark_complete_button:hover,.learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button]:hover,.learndash-wrapper .ld-login-modal .ld-button:hover,.learndash-wrapper .ld-login-modal input[type=submit]:hover,.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit:hover,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover,body div.ld-course-list-items div.ld_course_grid .thumbnail.course a.btn-primary:hover,.ldx-plugin .uo-toolkit-grid__course-action input:hover,.learndash-resume-button input[type=submit]:hover,.learndash-wrapper .ld-login-button:hover,.learndash-reset-form .learndash-reset-button[type=submit]:hover,.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:hover,.learndash-wrapper .ld-focus-comments .form-submit #submit:hover,.rrf-modal-content.modal .modal-navigation button:hover,.course-reviews-section .write-a-review.not-rated:hover,.course-reviews-section .login-to-enroll.button:hover,button.wdm_feedback_form_pop:hover,.wdm_feedback_form .wdm_feedback_submission:hover,.ldgr-group-actions #ldgr-update-group-details:hover,.wdm-tabs-wrapper #bulk_remove:hover,.wdm-tabs-wrapper #wdm_submit:hover,.wdm-tabs-wrapper #wdm_ldgr_show_report:hover,.wdm-tabs-wrapper #wdm_submit_upload:hover{opacity:1;background-color:#5abaee}.learndash-wrapper .ld-button .ld-icon{transition:all .15s ease}.learndash-wrapper .ld-button,.learndash-wrapper .ld-content-actions .ld-button,.learndash-wrapper .ld-expand-button,.learndash-wrapper .ld-alert .ld-button,.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link,.rrf-modal-content.modal .modal-navigation .previous,.rrf-modal-content.modal .modal-navigation .delete-close{background:var(--ldx-btn-standard-bg-color);color:var(--ldx-btn-standard-text-color)}.learndash-wrapper .ld-button:hover,.learndash-wrapper .ld-button:active,.learndash-wrapper .ld-button:focus,.learndash-wrapper .ld-content-actions .ld-button:hover,.learndash-wrapper .ld-content-actions .ld-button:active,.learndash-wrapper .ld-content-actions .ld-button:focus,.learndash-wrapper .ld-expand-button:hover,.learndash-wrapper .ld-expand-button:active,.learndash-wrapper .ld-expand-button:focus,.learndash-wrapper .ld-alert .ld-button:hover,.learndash-wrapper .ld-alert .ld-button:active,.learndash-wrapper .ld-alert .ld-button:focus,.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:hover,.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:active,.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:focus,.rrf-modal-content.modal .modal-navigation .previous:hover,.rrf-modal-content.modal .modal-navigation .previous:active,.rrf-modal-content.modal .modal-navigation .previous:focus,.rrf-modal-content.modal .modal-navigation .delete-close:hover,.rrf-modal-content.modal .modal-navigation .delete-close:active,.rrf-modal-content.modal .modal-navigation .delete-close:focus{background:var(--ldx-btn-standard-bg-color-hover);color:var(--ldx-btn-standard-text-color-hover)}.learndash-wrapper .ld-expand-button.ld-button-alternate{color:var(--ldx-color-link);font-weight:400}.learndash-wrapper .ld-expand-button.ld-button-alternate:hover,.learndash-wrapper .ld-expand-button.ld-button-alternate:active,.learndash-wrapper .ld-expand-button.ld-button-alternate:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-expand-button.ld-button-alternate:hover .ld-icon{background:var(--ldx-color-link-hover)}.learndash-wrapper .btn-join,.learndash-wrapper #btn-join,.learndash-wrapper .learndash_mark_complete_button,.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button],.ld-course-status-action .ld-button,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button,body div.ld-course-list-items div.ld_course_grid .thumbnail.course a.btn-primary,.ldx-plugin .uo-toolkit-grid__course-action input,.learndash-resume-button input[type=submit],.learndash-reset-form .learndash-reset-button[type=submit],.learndash-wrapper .ld-login-modal input[type=submit],.learndash-wrapper .ld-login-button,.learndash-wrapper .ld-focus-comments .form-submit #submit,.rrf-modal-content.modal .modal-navigation [data-steptype=add],.course-reviews-section .write-a-review.not-rated,.rrf-modal-content.modal .modal-navigation .rrf-review-submission,.course-reviews-section .login-to-enroll.button,.rrf-modal-content.modal .modal-navigation .delete-confirm,button.wdm_feedback_form_pop,.wdm_feedback_form .wdm_feedback_submission,.ldgr-group-actions #ldgr-update-group-details,.wdm-tabs-wrapper #wdm_submit,.wdm-tabs-wrapper #wdm_ldgr_show_report,.wdm-tabs-wrapper #wdm_submit_upload{background:var(--ldx-btn-primary-bg-color);color:var(--ldx-btn-primary-text-color)}.learndash-wrapper .btn-join:hover,.learndash-wrapper .btn-join:active,.learndash-wrapper .btn-join:focus,.learndash-wrapper #btn-join:hover,.learndash-wrapper #btn-join:active,.learndash-wrapper #btn-join:focus,.learndash-wrapper .learndash_mark_complete_button:hover,.learndash-wrapper .learndash_mark_complete_button:active,.learndash-wrapper .learndash_mark_complete_button:focus,.learndash-wrapper #learndash_mark_complete_button:hover,.learndash-wrapper #learndash_mark_complete_button:active,.learndash-wrapper #learndash_mark_complete_button:focus,.learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button]:hover,.learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button]:active,.learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button]:focus,.ld-course-status-action .ld-button:hover,.ld-course-status-action .ld-button:active,.ld-course-status-action .ld-button:focus,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:active,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button:hover,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button:active,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button:focus,body div.ld-course-list-items div.ld_course_grid .thumbnail.course a.btn-primary:hover,body div.ld-course-list-items div.ld_course_grid .thumbnail.course a.btn-primary:active,body div.ld-course-list-items div.ld_course_grid .thumbnail.course a.btn-primary:focus,.ldx-plugin .uo-toolkit-grid__course-action input:hover,.ldx-plugin .uo-toolkit-grid__course-action input:active,.ldx-plugin .uo-toolkit-grid__course-action input:focus,.learndash-resume-button input[type=submit]:hover,.learndash-resume-button input[type=submit]:active,.learndash-resume-button input[type=submit]:focus,.learndash-reset-form .learndash-reset-button[type=submit]:hover,.learndash-reset-form .learndash-reset-button[type=submit]:active,.learndash-reset-form .learndash-reset-button[type=submit]:focus,.learndash-wrapper .ld-login-modal input[type=submit]:hover,.learndash-wrapper .ld-login-modal input[type=submit]:active,.learndash-wrapper .ld-login-modal input[type=submit]:focus,.learndash-wrapper .ld-login-button:hover,.learndash-wrapper .ld-login-button:active,.learndash-wrapper .ld-login-button:focus,.learndash-wrapper .ld-focus-comments .form-submit #submit:hover,.learndash-wrapper .ld-focus-comments .form-submit #submit:active,.learndash-wrapper .ld-focus-comments .form-submit #submit:focus,.rrf-modal-content.modal .modal-navigation [data-steptype=add]:hover,.rrf-modal-content.modal .modal-navigation [data-steptype=add]:active,.rrf-modal-content.modal .modal-navigation [data-steptype=add]:focus,.course-reviews-section .write-a-review.not-rated:hover,.course-reviews-section .write-a-review.not-rated:active,.course-reviews-section .write-a-review.not-rated:focus,.rrf-modal-content.modal .modal-navigation .rrf-review-submission:hover,.rrf-modal-content.modal .modal-navigation .rrf-review-submission:active,.rrf-modal-content.modal .modal-navigation .rrf-review-submission:focus,.course-reviews-section .login-to-enroll.button:hover,.course-reviews-section .login-to-enroll.button:active,.course-reviews-section .login-to-enroll.button:focus,.rrf-modal-content.modal .modal-navigation .delete-confirm:hover,.rrf-modal-content.modal .modal-navigation .delete-confirm:active,.rrf-modal-content.modal .modal-navigation .delete-confirm:focus,button.wdm_feedback_form_pop:hover,button.wdm_feedback_form_pop:active,button.wdm_feedback_form_pop:focus,.wdm_feedback_form .wdm_feedback_submission:hover,.wdm_feedback_form .wdm_feedback_submission:active,.wdm_feedback_form .wdm_feedback_submission:focus,.ldgr-group-actions #ldgr-update-group-details:hover,.ldgr-group-actions #ldgr-update-group-details:active,.ldgr-group-actions #ldgr-update-group-details:focus,.wdm-tabs-wrapper #wdm_submit:hover,.wdm-tabs-wrapper #wdm_submit:active,.wdm-tabs-wrapper #wdm_submit:focus,.wdm-tabs-wrapper #wdm_ldgr_show_report:hover,.wdm-tabs-wrapper #wdm_ldgr_show_report:active,.wdm-tabs-wrapper #wdm_ldgr_show_report:focus,.wdm-tabs-wrapper #wdm_submit_upload:hover,.wdm-tabs-wrapper #wdm_submit_upload:active,.wdm-tabs-wrapper #wdm_submit_upload:focus{background:var(--ldx-btn-primary-bg-color-hover);color:var(--ldx-btn-primary-text-color-hover)}.learndash-wrapper .learndash_mark_complete_button,.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button]{padding-right:2.5em}.rtl .learndash-wrapper .learndash_mark_complete_button,.rtl .learndash-wrapper #learndash_mark_complete_button,.rtl .learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button]{padding-left:2.5em;padding-right:1.5em}.learndash-wrapper .learndash_mark_complete_button:hover,.learndash-wrapper #learndash_mark_complete_button:hover,.learndash-wrapper .sfwd-mark-complete input[class=learndash_mark_complete_button]:hover{border:0}.learndash-wrapper .sfwd-mark-complete::after,.learndash-wrapper #sfwd-mark-complete::after{color:var(--ldx-btn-primary-text-color)}.learndash-wrapper .sfwd-mark-complete:hover::after,.learndash-wrapper #sfwd-mark-complete:hover::after{color:var(--ldx-btn-primary-text-color-hover)}.learndash-wrapper .ld-alert .ld-button{padding:.625em 1em .625em 42px;max-width:unset;min-width:unset;width:auto}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{padding:.25em .75em;font-size:95%}.ld-course-list-items .ld_course_grid .thumbnail.course a.btn-primary{border:0}.learndash-wrapper .ld-login-button{display:inline-block}.learndash-wrapper .ld-login-button .ld-icon-arrow-right{margin-left:.5em}.learndash-wrapper .ld-login-button .ld-icon-login{margin-right:.5em}.learndash-wrapper .ld-alert{border-radius:var(--ldx-global-border-radius);border-width:var(--ldx-alert-border-width);border-color:var(--ldx-alert-color-border);background-color:var(--ldx-alert-color-bg);color:var(--ldx-alert-color-text)}.learndash-wrapper .ld-alert .ld-button{line-height:1.45}.learndash-wrapper .ld-alert .ld-button,.learndash-wrapper .ld-alert .ld-button:hover{background-color:var(--ldx-alert-color-text);color:#fff}.learndash-wrapper .ld-alert .ld-alert-icon{top:50%;transform:translateY(-50%);background-color:rgb(0 0 0 / .1)}@media(max-width:768px){.learndash-wrapper .ld-alert .ld-alert-icon{top:15px;left:50%;transform:translateX(-50%)}}.learndash-wrapper .ld-alert-warning{border-color:var(--ldx-alert-warning-color-border);background-color:var(--ldx-alert-warning-color-bg);color:var(--ldx-alert-warning-color-text)}.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:var(--ldx-alert-warning-color-border)}.learndash-wrapper .ld-alert-warning .ld-button,.learndash-wrapper .ld-alert-warning .ld-button:hover{background-color:var(--ldx-alert-warning-color-text);color:#fff}.learndash-wrapper .ld-alert-success{border-color:var(--ldx-alert-success-color-border);background-color:var(--ldx-alert-success-color-bg);color:var(--ldx-alert-success-color-text)}.learndash-wrapper .ld-alert-success .ld-alert-icon{background-color:var(--ldx-alert-success-color-text)}.learndash-wrapper .ld-alert-success .ld-button,.learndash-wrapper .ld-alert-success .ld-button:hover{background-color:var(--ldx-alert-success-color-text);color:#fff}.learndash-wrapper .ld-table-list{border-radius:var(--ldx-global-border-radius)}.learndash-wrapper .ld-lesson-list .ld-section-heading{color:var(--ldx-content-lists-course-content-text-color)}.learndash-wrapper .ld-lesson-list .ld-section-heading h2{color:var(--ldx-content-lists-course-content-text-color)}.learndash-wrapper .ld-table-list .ld-table-list-item{border-bottom:1px solid var(--ldx-content-lists-separator-color)}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a,.learndash-wrapper .ld-table-list a.ld-table-list-item-preview{color:var(--ldx-content-lists-lesson-text-color)}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover,.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:active,.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:focus,.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover,.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:active,.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:focus{color:var(--ldx-content-lists-lesson-text-color-hover)}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:var(--ldx-content-lists-header-bg-color);color:var(--ldx-content-lists-header-text-color)}.learndash-wrapper .ld-table-list .ld-table-list-header a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview a{color:var(--ldx-color-link)}.learndash-wrapper .ld-table-list .ld-table-list-header a:hover,.learndash-wrapper .ld-table-list .ld-table-list-header a:active,.learndash-wrapper .ld-table-list .ld-table-list-header a:focus,.learndash-wrapper .ld-table-list .ld-table-list-item-preview a:hover,.learndash-wrapper .ld-table-list .ld-table-list-item-preview a:active,.learndash-wrapper .ld-table-list .ld-table-list-item-preview a:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{padding:0 .25em;margin:1.25em 0 .5em;font-size:125%;color:var(--ldx-content-lists-section-text-color)}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{font-size:inherit;opacity:.85}@media(max-width:640px){.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:.125em 0 0 0}}.learndash-wrapper .ld-lesson-list .ld-item-list-item{margin-bottom:.75em;background-color:var(--ldx-content-lists-lesson-bg-color);border-radius:var(--ldx-global-border-radius);border-width:var(--ldx-content-lists-lesson-border-width);border-color:var(--ldx-content-lists-lesson-border-color);overflow:hidden}.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0;font-size:inherit;background-color:var(--ldx-content-lists-lesson-bg-color);border:var(--ldx-content-lists-lesson-border-width) solid var(--ldx-content-lists-lesson-border-color);border-top:0;border-radius:0 0 var(--ldx-global-border-radius) var(--ldx-global-border-radius)}.learndash-wrapper .ld-table-list .ld-table-list-item-preview,.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:1em 1.25em}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0;border-bottom:1px solid var(--ldx-content-lists-separator-color)}@media(max-width:768px){.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0}}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item:last-child{border-bottom:0}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:.875em 1.25em}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header .ld-table-list-title .ld-item-icon{display:none}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title{font-weight:700;font-size:110%}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{text-transform:none;font-weight:400;border-color:var(--ldx-content-lists-header-text-color)}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:0}.learndash-wrapper .ld-lesson-list .ld-item-list-item .ld-item-list-item-expanded::before{display:none;background-color:var(--ldx-content-lists-lesson-bg-color)}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name{padding:1em 1.25em;color:var(--ldx-content-lists-lesson-text-color)}@media(max-width:640px){.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name{width:100%}}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover,.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:active,.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-lesson-list .ld-item-list-item a.ld-item-name:hover,.learndash-wrapper .ld-lesson-list .ld-item-list-item a.ld-item-name:active,.learndash-wrapper .ld-lesson-list .ld-item-list-item a.ld-item-name:focus{background-color:var(--ldx-content-lists-lesson-bg-color-hover);color:var(--ldx-content-lists-lesson-text-color-hover)}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover,.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:active,.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:focus{background-color:var(--ldx-content-lists-lesson-bg-color-hover)}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title{font-size:inherit}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-top:0}.learndash-wrapper .ld-status-unlocked,.learndash-wrapper .ld-status-waiting{background:rgb(0 0 0 / .05);color:inherit}.learndash-wrapper .ld-status-complete{background:var(--ldx-color-correct)}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:var(--ldx-color-correct)}.learndash-wrapper .ld-status-in-progress,.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress{border-left-color:var(--ldx-color-correct);border-top-color:var(--ldx-color-correct)}@media(max-width:640px){.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin:0 0 15px 15px;padding:5px}}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components{margin-top:.125em;font-size:95%;font-weight:400;color:inherit;opacity:.8}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-sep{padding:0 .125em;color:rgb(0 0 0 / .15)}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:inherit}.learndash-wrapper .ld-expand-button{font-size:90%;font-weight:700}.learndash-wrapper .ld-table-list-items .ld-file-upload{margin:0;border-radius:0}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{font-size:inherit;font-weight:400}.learndash-wrapper .ld-table-list .ld-table-list-footer{padding:.75em;background:rgb(0 0 0 / .07)}.learndash-wrapper .ld-table-list .ld-table-list-footer:empty{padding:0}.learndash-wrapper .ld-table-list.ld-no-pagination{border-bottom:0}.learndash-wrapper .ld-item-list .ld-group-courses .ld-item-details .ld-expand-button{margin-right:1em}.learndash-wrapper .ld-item-list .ld-group-courses .ld-item-list-item{background:#fff;border:2px solid #e2e7ed}.learndash-wrapper .ld-item-list .ld-group-courses .ld-item-list-item a.ld-item-name{color:var(--ldx-color-link)}.learndash-wrapper .ld-item-list .ld-group-courses .ld-item-list-item a.ld-item-name:hover{color:var(--ldx-color-link-hover);background:#fff}.single-groups .learndash-wrapper .ld-item-list .ld-section-heading h2{color:inherit}.learndash_post_groups .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded{max-height:0}.learndash_post_groups .learndash-wrapper .ld-item-list .ld-expand-button{display:block}@media(max-width:640px){.learndash_post_groups .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin:0 0 15px 15px}}.learndash-wrapper .ld-alert .ld-button.learndash-group-membership-link{padding:.625em 1.5em}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{border:0;border-radius:0;background:#fff0;box-shadow:none;color:rgb(0 0 0 / .6)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:hover,.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:active,.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-tabs .ld-tabs-navigation::after,.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab::after{border-radius:var(--ldx-global-border-radius)}.learndash-wrapper .ld-tabs .ld-tabs-navigation::after{background-color:rgb(0 0 0 / .1)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after{background:var(--ldx-color-link-hover)}.learndash-wrapper .ld-course-status.ld-course-status-enrolled,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{background:rgb(0 0 0 / .04);border-radius:var(--ldx-global-border-radius)}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{background:var(--ldx-course-status-bg-color);border-radius:var(--ldx-global-border-radius);border:var(--ldx-course-status-border-width) solid var(--ldx-course-status-border-color)}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label{font-size:.875em;color:var(--ldx-course-status-text-color)}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price{color:var(--ldx-course-status-text-color)}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-color:rgb(0 0 0 / .15)}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text{font-size:.9375em;color:var(--ldx-course-status-text-color)}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text{opacity:.8;color:var(--ldx-course-status-text-color)}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text:hover{opacity:1}@media(max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{padding:0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{padding:.875em 0}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label{margin-bottom:.25em}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-content{margin-bottom:0}}.learndash-wrapper .ld-course-status .ld-status.ld-status-progress,.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background:#e2e7ed;color:#728188}.learndash-wrapper .ld-course-status .ld-status.ld-status-complete,.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete{background:var(--ldx-color-correct)}.learndash-wrapper .ld-status{letter-spacing:normal;font-size:85%}.learndash-wrapper .ld-status .ld-icon{margin-right:2px}.rtl .learndash-wrapper .ld-status .ld-icon{margin:0 0 0 2px}.learndash-wrapper .ld-progress .ld-progress-bar,.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,body .el-cls-progress .el-archive-pg-bar,body .el-cls-progress .el-archive-pg-bar .el-archive-percentage{height:var(--ldx-progress-bar-height);border-radius:var(--ldx-progress-bar-border-radius)}.learndash-wrapper .ld-progress .ld-progress-bar,.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar,.el-cls-progress .el-archive-pg-bar{background-color:var(--ldx-progress-bar-container-bg)}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage,body .el-cls-progress .el-archive-pg-bar .el-archive-percentage{background-color:var(--ldx-progress-bar-bg)}.ldx-plugin .ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__progress-holder,.ldx-plugin .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__right .ulg-manage-progress-course__progress-holder{height:var(--ldx-progress-bar-height);max-height:8px;background-color:var(--ldx-progress-bar-container-bg);border-radius:var(--ldx-progress-bar-border-radius)}.ldx-plugin .ultp-dashboard .ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__progress-bar,.ldx-plugin .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__right .ulg-manage-progress-course__progress-bar{background-color:var(--ldx-progress-bar-bg);border-radius:var(--ldx-progress-bar-border-radius)}.learndash-widget .ld-progress.ld-progress-inline{flex-direction:row}.learndash-wrapper .ld-progress .ld-progress-heading,.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-heading{padding:0 .125em;font-size:95%}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{font-weight:700;color:var(--ldx-progress-bar-bg)}@media(max-width:640px){.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{margin-right:6px;margin-bottom:5px}}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar-percentage{max-height:14px}body .el-cls-progress .el-archive-percentage-text{top:-11px;width:auto;height:25px;padding:1px 4px;font-size:13px;font-weight:400;line-height:1;border-radius:4px;border:1px solid rgb(0 0 0 / .3)}.learndash-wrapper .ld-breadcrumbs{border-radius:var(--ldx-global-border-radius)}.learndash-wrapper .ld-breadcrumbs a{color:var(--ldx-color-link)}.learndash-wrapper .ld-breadcrumbs a:hover,.learndash-wrapper .ld-breadcrumbs a:active,.learndash-wrapper .ld-breadcrumbs a:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:95%}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:400}@media(max-width:640px){.learndash-wrapper .ld-breadcrumbs .ld-status{width:auto;margin-left:auto;margin-right:auto}}.learndash-wrapper .ld-focus .ld-focus-sidebar{font-size:90%;background-color:var(--ldx-focus-mode-sidebar-bg-color);border-right:1px solid var(--ldx-course-nav-line-separator-color)}.learndash-wrapper .ld-focus-sidebar-collapsed .ld-focus-sidebar{border-right:0}@media(max-width:768px){.learndash-wrapper .ld-focus .ld-focus-sidebar{box-shadow:0 0 10px 0 rgb(0 0 0 / .15),3px 3px 12px rgb(0 0 0 / .05)}.learndash-wrapper .ld-focus-sidebar-collapsed .ld-focus-sidebar{box-shadow:none}}.learndash-wrapper .ld-focus .ld-course-navigation .ld-lesson-item-expanded::before,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list::before{display:none}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger{background:#fff0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(-20%);font-weight:700;background:rgb(0 0 0 / .1);padding:7px}.rtl .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(20%)}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon::before{position:relative;left:-1px;font-size:16px;color:var(--ldx-focus-mode-sidebar-course-text-color)}.rtl .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon::before{left:1px}.learndash-wrapper .ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon::before{left:1px}.rtl .learndash-wrapper .ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon::before{left:-1px}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon::before{opacity:1}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon{background:rgb(0 0 0 / .15)}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading{width:349px;background-color:var(--ldx-focus-mode-sidebar-course-bg-color)}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3{padding:0;font-size:110%}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a{color:var(--ldx-focus-mode-sidebar-course-text-color)}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon{display:none}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading{margin-top:0;padding-top:.75em;padding-bottom:.75em;background-color:var(--ldx-course-nav-section-bg-color);border-radius:0;color:var(--ldx-course-nav-section-text-color)}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{font-size:110%}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{background:#fff0;border-color:var(--ldx-course-nav-line-separator-color)}.learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-items{border-radius:0;background-color:var(--ldx-focus-mode-sidebar-bg-color)}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item{font-size:inherit}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview{padding:0}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{padding:.75em;padding-left:1em}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview.ld-is-current-item .ld-lesson-item-preview-heading{background:var(--ldx-course-nav-link-bg-color-hover);color:var(--ldx-course-nav-link-text-color-hover)}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview.ld-is-current-item .ld-lesson-item-preview-heading .ld-lesson-title{color:var(--ldx-course-nav-link-text-color-hover);font-weight:700}.learndash-wrapper .ld-focus .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{padding-bottom:.6875em;padding-left:3em}.rtl .learndash-wrapper .ld-focus .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{padding-right:2.75em;padding-left:.6875em}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{opacity:.75;color:var(--ldx-course-nav-link-text-color)}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover{color:var(--ldx-course-nav-link-text-color);opacity:1}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon{background-color:#fff0;color:var(--ldx-course-nav-link-text-color);opacity:.75}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button:hover .ld-icon{opacity:1}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list{padding:0;background:#fff0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:0}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding:.6875em;padding-left:2.75em}.rtl .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding-right:2.5em;padding-left:.6875em}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{background-color:var(--ldx-course-nav-link-bg-color-hover);color:var(--ldx-course-nav-link-text-color-hover)}.learndash-wrapper .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{border-top:1px solid var(--ldx-course-nav-line-separator-color)}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading{background-color:var(--ldx-course-nav-link-bg-color-hover)}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:var(--ldx-course-nav-link-text-color-hover)}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete{border-color:rgb(0 0 0 / .1)}.learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-item{border-bottom:1px solid var(--ldx-course-nav-line-separator-color)}.learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-item .ld-table-list-title a,.learndash-wrapper .ld-focus-sidebar .ld-table-list a.ld-table-list-item-preview,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{color:var(--ldx-course-nav-link-text-color)}.learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-item .ld-table-list-title a:hover,.learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-item .ld-table-list-title a:active,.learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-item .ld-table-list-title a:focus,.learndash-wrapper .ld-focus-sidebar .ld-table-list a.ld-table-list-item-preview:hover,.learndash-wrapper .ld-focus-sidebar .ld-table-list a.ld-table-list-item-preview:active,.learndash-wrapper .ld-focus-sidebar .ld-table-list a.ld-table-list-item-preview:focus,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:active,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:focus,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:active,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:focus,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:hover,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:active,.learndash-wrapper .ld-focus-sidebar .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview:focus{background-color:var(--ldx-course-nav-link-bg-color-hover);color:var(--ldx-course-nav-link-text-color-hover)}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon{width:1.375em;height:1.375em;-ms-flex:0 0 1.375em;flex:0 0 1.375em;margin-top:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{padding:5px .75em}@media(max-width:1024px){.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{flex:0 0 215px}}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{margin-left:.5em;text-transform:capitalize;font-size:95%;color:inherit;line-height:1.3}.rtl .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{margin-right:.5em}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items{min-width:170px;background:var(--ldx-focus-mode-topmenu-bg-color);border-radius:var(--ldx-global-border-radius);box-shadow:0 3px 6px rgb(0 0 0 / .2);transform:translateY(-7px);transition:all .15s ease}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items::before{border-bottom-color:var(--ldx-focus-mode-topmenu-bg-color)}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu:hover .ld-user-menu-items{transform:translateY(0)}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a{background:#fff0;border-bottom:1px solid rgb(0 0 0 / .1)!important;padding:.6875em 1em;color:var(--ldx-focus-mode-topmenu-text-color);font-size:95%;font-weight:400}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:first-of-type{border-radius:6px 6px 0 0;border-radius:var(--ldx-global-border-radius) var(--ldx-global-border-radius) 0 0}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:last-of-type{border-radius:0 0 6px 6px;border-radius:0 0 var(--ldx-global-border-radius) var(--ldx-global-border-radius);border-bottom:none!important}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:hover{opacity:1;background:rgb(0 0 0 / .05)}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{border:0;padding:0}@media(max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{border-top:1px solid #e2e7ed}}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{height:51px;padding:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-button{height:51px;border-radius:0;background:#fff0;color:var(--ldx-color-link)}.learndash-wrapper .ld-focus .ld-focus-header .ld-button:hover{background:rgb(0 0 0 / .03)!important;color:var(--ldx-color-link-hover);opacity:1}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #sfwd-mark-complete{margin:0}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete input[type=submit]{height:51px;border:0;border-radius:0;font-size:95%;font-weight:700;color:var(--ldx-color-correct);transition:.15s all ease}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete input[type=submit]:hover{background:rgb(0 0 0 / .03)!important;color:var(--ldx-color-correct);opacity:1}.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete::after,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete::after{color:var(--ldx-color-correct)}.learndash-wrapper .learndash_mark_complete_button[disabled],.learndash-wrapper #learndash_mark_complete_button[disabled]{opacity:.4;cursor:not-allowed;filter:none}.learndash-wrapper .learndash_mark_complete_button[disabled]:hover,.learndash-wrapper #learndash_mark_complete_button[disabled]:hover{opacity:.4;cursor:not-allowed}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete input[disabled],.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button[disabled],.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button[disabled],.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button[disabled],.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button[disabled]{opacity:.6;color:#888}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete input[disabled]:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button[disabled]:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button[disabled]:hover,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button[disabled]:hover,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button[disabled]:hover{background:none!important;color:#888;opacity:.6}@media(max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header .ld-button,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete input[type=submit]{padding:.5em}}@media(max-width:640px){.learndash-wrapper .ld-focus .ld-focus-header .ld-button{margin-left:0}}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{padding-top:.25em}body.ld-in-focus-mode,body.ld-in-focus-mode div.learndash-wrapper{background-color:var(--ldx-focus-mode-content-bg-color)}.learndash-wrapper .ld-content-actions>a,.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{font-size:inherit;color:var(--ldx-color-link)}.learndash-wrapper .ld-content-actions>a:hover,.learndash-wrapper .ld-content-actions>a:active,.learndash-wrapper .ld-content-actions>a:focus,.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back:hover,.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back:active,.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-focus-content .ld-content-actions{border-color:rgb(0 0 0 / .1)}.learndash-wrapper .ld-focus-comments__heading{padding:0 .75em;margin-bottom:0;border-bottom:2px solid rgb(0 0 0 / .1)}.ld-focus-comments .logged-in-as a{color:var(--ldx-color-link)}.ld-focus-comments .logged-in-as a:hover,.ld-focus-comments .logged-in-as a:active,.ld-focus-comments .logged-in-as a:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-focus-comments .comment-respond{background:#fff0}.learndash-wrapper .ld-focus-comments #commentform textarea#comment{border-width:2px;border-radius:var(--ldx-global-border-radius);resize:vertical}.learndash-wrapper .ld-focus-comment{margin:1.25em 0}.learndash-wrapper .ld-focus-comment:last-child{margin-bottom:0}.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-left:40px}.rtl .learndash-wrapper .ld-focus-comment.depth-2,.rtl .learndash-wrapper .ld-focus-comment.depth-3,.rtl .learndash-wrapper .ld-focus-comment.depth-4,.rtl .learndash-wrapper .ld-focus-comment.depth-5{margin-right:40px;margin-left:0}.ld-focus-comments .ld-comment-wrapper{background-color:var(--ldx-focus-mode-comment-bg-color);border-radius:var(--ldx-global-border-radius);padding:1em}.ld-comment-body p:last-of-type,.ld-comment-body ul:last-of-type,.ld-comment-body ol:last-of-type{margin-bottom:0}.learndash-wrapper .ld-focus-comment .ld-comment-avatar img{border-width:var(--ldx-focus-mode-comment-admin-avatar-border-width)}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img{border-color:var(--ldx-focus-mode-comment-admin-avatar-border-color)}.ld-comment-avatar-author{line-height:1.3}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{font-size:.9375em;color:rgb(0 0 0 / .6)}.learndash-wrapper .ld-focus-comment .ld-comment-reply{margin:.75em 0 0}.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link{padding:.125em 1em;background:#fff0;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .35)!important;color:rgb(0 0 0 / .55);font-weight:400}.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:hover,.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:focus,.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:active{background:#fff0;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .75)!important;color:rgb(0 0 0 / .9)}.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:hover::after{display:none}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper{border-radius:var(--ldx-global-border-radius);border:var(--ldx-focus-mode-comment-admin-border-width) solid var(--ldx-focus-mode-comment-admin-border-color);background-color:var(--ldx-focus-mode-comment-admin-bg-color)}.ld-focus-comment .ld-comment-alert{display:inline-block;margin-bottom:.5em;padding:0 .5em;background-color:rgb(0 0 0 / .05);border-radius:var(--ldx-global-border-radius);font-style:italic;font-weight:700}.learndash-wrapper .ld-profile-summary{margin:0;background-color:var(--ldx-profile-summary-bg-color);color:var(--ldx-profile-summary-text-color);border-radius:var(--ldx-global-border-radius)}.learndash-wrapper .ld-profile-summary .ld-profile-card{margin:0}.learndash-wrapper .ld-profile-summary .ld-profile-stats{margin:1.5em 0 0}#ld-profile .ld-course-list{margin:2.25em 0 1.5em}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar{border:5px solid rgb(0 0 0 / .08)}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading{margin-bottom:0;font-size:1.375em;font-weight:500}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link{font-size:90%;color:var(--ldx-profile-summary-text-color);opacity:.85}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link:hover,.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link:active,.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link:focus{color:var(--ldx-profile-summary-text-color);text-decoration:underline;opacity:1}.learndash-wrapper .ld-profile-summary .ld-profile-stats{line-height:1}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat{border-color:rgb(0 0 0 / .1)}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{font-size:1.75em;font-weight:600}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span{font-size:1em;color:inherit;opacity:.75}.learndash-wrapper #ld-profile .ld-section-heading h3{margin-left:.25em}@media(max-width:640px){.learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button{max-width:unset;width:auto}}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{font-weight:700;color:var(--ldx-color-link)}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover,.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:active,.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper{padding:1em;margin-top:.5em;border-radius:var(--ldx-global-border-radius)}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper::before{display:none}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer{top:1em;right:1em;font-size:90%;color:var(--ldx-color-link)}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:hover,.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:active,.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields input,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields select{height:auto;padding:.25em .5em;border-radius:6px;border-radius:var(--ldx-global-border-radius)}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields input:focus,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields select:focus{outline:none}#ld-profile .ld-item-list .ld-item-list-item{border-radius:var(--ldx-global-border-radius)}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item .ld-item-details{margin-right:.75em}.rtl .learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item .ld-item-details{margin-right:0;margin-left:.75em}.learndash-wrapper #ld-profile .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress,.learndash-wrapper .ld-item-list .ld-group-courses .ld-item-list-item .ld-item-list-item-expanded .ld-progress{margin-bottom:0;background-color:#fff0;padding:0 calc(1.75em + 26px) .5em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded::before{display:none}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label{display:none}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding:0 1em 1em 1em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents .ld-table-list{margin:1em 0}#ld-profile .ld-table-list .ld-table-list-items{border-radius:0}#ld-profile .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-title a{color:var(--ldx-color-link)}#ld-profile .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-title a:hover{color:var(--ldx-color-link-hover)}#ld-profile .ld-item-list .ld-item-list-item a.ld-item-name{color:var(--ldx-color-link)}#ld-profile .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-table-list-title .ld-status-icon{margin-right:.375em}.rtl .learndash-wrapper .ld-table-list-title .ld-status-icon{margin-left:.375em}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{color:var(--ldx-color-correct)}.learndash-wrapper .ld-home-link{font-size:inherit;color:var(--ldx-color-link)}.learndash-wrapper .ld-home-link:hover,.learndash-wrapper .ld-home-link:active,.learndash-wrapper .ld-home-link:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button{font-size:90%}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading{padding:.25em .75em;background-color:var(--ldx-course-nav-section-bg-color);border-radius:var(--ldx-global-border-radius);color:var(--ldx-course-nav-section-text-color)}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{margin-bottom:0}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview{padding:0}.learndash-wrapper .ld-course-navigation .ld-lesson-item{border-color:var(--ldx-course-nav-line-separator-color)}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:var(--ldx-course-nav-link-text-color)}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:active,.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:focus{background-color:var(--ldx-course-nav-link-bg-color-hover);color:var(--ldx-course-nav-link-text-color-hover)}.widget_ldcoursenavigation .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{padding-top:0;margin:.5em 0}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded{background:#fff0;border-radius:0}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{display:none}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded{margin-bottom:0}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list,.learndash-wrapper .ld-course-navigation .ld-table-list .ld-table-list-items{border-radius:0}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items{padding:0}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-title a,.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item a.ld-table-list-item-preview{color:var(--ldx-course-nav-link-text-color)}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-title a:hover,.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-title a:active,.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-title a:focus,.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item a.ld-table-list-item-preview:hover,.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item a.ld-table-list-item-preview:active,.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item a.ld-table-list-item-preview:focus{background-color:var(--ldx-course-nav-link-bg-color-hover);color:var(--ldx-course-nav-link-text-color-hover)}.learndash-wrapper .ld-course-navigation .ld-sep{color:rgb(0 0 0 / .1)}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item:hover{cursor:default}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{font-size:95%}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a{color:inherit}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a:hover,.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a:active,.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a:focus{color:var(--ldx-color-link-hover)}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-assignment-column-approved{opacity:.85}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{font-size:inherit;font-weight:400}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-radius:var(--ldx-global-border-radius)}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex-basis:175px}@media(max-width:768px){.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1 auto}}.learndash-wrapper .ld-icon-delete:hover{color:var(--ldx-color-incorrect)}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{padding:.5em .75em;font-weight:400;font-style:unset}#learndash-tooltips{font-family:inherit;font-size:inherit}#learndash-tooltips .ld-tooltip{padding:.5em 1.125em;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .1);font-size:90%;font-weight:400;line-height:1.25;border-radius:var(--ldx-global-border-radius);background:var(--ldx-tooltip-bg-color);color:var(--ldx-tooltip-text-color)}#learndash-tooltips .ld-tooltip::after{box-shadow:0 1px 0 0 rgb(0 0 0 / .1),1px 1px 0 0 rgb(0 0 0 / .1);background:var(--ldx-tooltip-bg-color)}.learndash-wrapper .ld-pagination{margin-top:1em;color:var(--ldx-pagination-text-color);font-size:95%;font-weight:400;text-transform:unset;justify-content:center}.learndash-wrapper .ld-table-list .ld-table-list-footer .ld-pagination{justify-content:center}.learndash-wrapper .ld-pagination .ld-pages,.learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages{padding:.5em;background-color:var(--ldx-pagination-bg-color);border-radius:var(--ldx-btn-border-radius)}.learndash-wrapper .ld-pagination .ld-pages>span,.learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages>span,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages>span,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages>span{margin:0 .8375em}.learndash-pager{margin:1em 0;padding:.5em;background-color:var(--ldx-pagination-bg-color);border-radius:var(--ldx-btn-border-radius);color:var(--ldx-pagination-text-color);font-size:inherit;font-weight:400;text-transform:capitalize}.learndash-pager .pager-legend{padding:0 14px}.learndash-pager .pager-left a:first-child,.learndash-pager .pager-right a:nth-child(2){padding:0 9px 5px 9px}.learndash-pager .pager-left a:nth-child(2),.learndash-pager .pager-right a:first-child{padding:0 11px 5px 11px}.learndash-pager a{border-radius:50%;font-size:24px;font-weight:500;line-height:1;color:var(--ldx-pagination-arrow-color);opacity:.7}.learndash-pager a.disabled{opacity:.25}.learndash-pager a:hover{opacity:1;color:var(--ldx-pagination-arrow-color-hover)}.learndash-pager a.disabled:hover{opacity:.25;color:var(--ldx-pagination-arrow-color)!important}.learndash-wrapper .ld-pagination .ld-pages,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages,.learndash-wrapper .ld-table-list-footer .ld-pagination .ld-pages,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages{flex-basis:auto}.learndash-wrapper .ld-pagination .ld-pages a{padding:5px;border-radius:50%;color:var(--ldx-pagination-arrow-color);opacity:.7}.learndash-wrapper .ld-pagination .ld-pages a.prev{padding-right:6px}.learndash-wrapper .ld-pagination .ld-pages a.next{padding-left:6px}.rtl .learndash-wrapper .ld-pagination .ld-pages a.prev{padding-left:6px;padding-right:5px}.rtl .learndash-wrapper .ld-pagination .ld-pages a.next{padding-right:6px;padding-left:5px}.learndash-wrapper .ld-pagination .ld-pages a:hover{color:var(--ldx-pagination-arrow-color-hover);opacity:1}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages i,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages span,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages i,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages span{color:var(--ldx-pagination-text-color)}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages .ld-icon,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages .ld-icon{color:var(--ldx-pagination-arrow-color)}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages a:hover .ld-icon,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages a:hover .ld-icon{color:var(--ldx-pagination-arrow-color-hover)}.learndash-wrapper .ld-modal{border-radius:var(--ldx-global-border-radius);border-style:solid;border-width:var(--ldx-log-reg-border-width);border-color:var(--ldx-log-reg-border-color)}.learndash-wrapper .ld-modal .ld-modal-closer{font-size:2em;padding:.5em}.learndash-wrapper .ld-modal .ld-modal-closer,.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:var(--ldx-log-reg-close-icon-color);opacity:.7}.learndash-wrapper .ld-modal .ld-modal-closer:hover,.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer:hover{opacity:1}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{min-width:280px}.learndash-wrapper .ld-login-modal .ld-login-modal-login{background:var(--ldx-login-panel-bg-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:var(--ldx-login-panel-heading-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{font-size:inherit;color:var(--ldx-login-panel-text-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-form label{font-size:90%;color:var(--ldx-login-panel-text-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-register label{font-size:90%}.learndash-wrapper .ld-login-modal input[type=text],.learndash-wrapper .ld-login-modal input[type=password],.learndash-wrapper .ld-login-modal .ld-login-field,.learndash-wrapper .ld-login-modal .ld-password-field{background-color:var(--ldx-login-panel-input-bg-color);border-radius:6px;border-radius:var(--ldx-global-border-radius);border:0;box-shadow:0 0 0 2px rgb(0 0 0 / .15);font-size:95%;color:var(--ldx-login-panel-input-text-color);transition:all .15s ease}.learndash-wrapper .ld-login-modal input[type=text]:focus,.learndash-wrapper .ld-login-modal input[type=password]:focus,.learndash-wrapper .ld-login-modal .ld-login-field:focus,.learndash-wrapper .ld-login-modal .ld-password-field:focus{outline:none;box-shadow:0 0 0 2px var(--ldx-login-panel-input-text-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username::before,.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password::before{color:var(--ldx-login-panel-input-text-color)}.learndash-wrapper .ld-login-modal .login-submit input[type=submit]{background:var(--ldx-login-panel-text-color);color:var(--ldx-login-panel-bg-color);border:0;box-shadow:none}.learndash-wrapper .ld-login-modal .login-submit input[type=submit]:hover,.learndash-wrapper .ld-login-modal .login-submit input[type=submit]:active,.learndash-wrapper .ld-login-modal .login-submit input[type=submit]:focus{outline:none;background:var(--ldx-login-panel-text-color);color:var(--ldx-login-panel-bg-color);box-shadow:0 0 0 4px rgb(0 0 0 / .08)}.learndash-wrapper .ld-login-modal-form a,.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:var(--ldx-login-panel-text-color);text-decoration:none}.learndash-wrapper .ld-login-modal-form a:hover,.learndash-wrapper .ld-login-modal .ld-forgot-password-link:hover{text-decoration:underline}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding::before{background-color:rgb(0 0 0 / .1)}.learndash-wrapper .ld-login-modal .ld-login-modal-register{background:var(--ldx-register-panel-bg-color);color:var(--ldx-register-panel-text-color)}.learndash-wrapper .ld-login-modal-register .ld-modal-heading{color:var(--ldx-register-panel-heading-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]{margin:.5em 0 1em;padding:.5em;background-color:var(--ldx-register-panel-input-bg-color);border-radius:6px;border-radius:var(--ldx-global-border-radius);border:0;box-shadow:0 0 0 2px rgb(0 0 0 / .15);font-size:inherit;color:var(--ldx-register-panel-input-text-color);transition:all .15s ease}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:focus{outline:none;background-color:var(--ldx-register-panel-input-bg-color);box-shadow:0 0 0 2px var(--ldx-register-panel-input-text-color)}.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail{font-size:90%}.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-js-register-account{background:var(--ldx-register-panel-text-color);color:var(--ldx-register-panel-bg-color);border:0;box-shadow:none}.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit:hover,.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit:active,.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-js-register-account:hover,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-js-register-account:active,.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-js-register-account:focus{outline:none;background:var(--ldx-register-panel-text-color);color:var(--ldx-register-panel-bg-color);box-shadow:0 0 0 4px rgb(0 0 0 / .08)!important}.learndash-wrapper .ld-item-list-item p:empty{display:none}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{font-size:inherit}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border-bottom:2px solid rgb(0 0 0 / .1)}.learndash-wrapper .ld-user-status .ld-item-list .ld-item-list-item .ld-item-name{padding:0;color:var(--ldx-color-link)}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{font-size:inherit;font-weight:600;line-height:1.25}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{margin:0 0 .375em;font-size:inherit;font-weight:400;line-height:1.25;color:#728188}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-name:hover .ld-item-components span{color:#728188}.ld-course-info-my-courses{padding:1em 0;border-bottom:2px solid rgb(0 0 0 / .1)}.ld-course-info-my-courses h2.ld-entry-title{margin:0;padding:0;border:0;font-size:inherit}.ld-course-info-my-courses .ld-entry-title a{display:block;padding:0 .125em;font-size:inherit;font-weight:600;line-height:1.4}.ld-course-info-my-courses img{margin-bottom:.5em}.ld-course-list-items.row{margin:0}body div.ld-course-list-content .ld_course_grid,#ld_course_list .ld-course-list-items .ld_course_grid,#et-boc .ld-course-list-items .ld_course_grid{box-sizing:border-box;background:#fff;border-radius:var(--ldx-grid-item-border-radius);border:var(--ldx-grid-item-border-width) solid var(--ldx-grid-item-border-color);box-shadow:none;padding:0;overflow:hidden;transition:all .15s ease;z-index:1}@media(min-width:576px){.ld-course-list-content .ld_course_grid.col-sm-12,#ld_course_list .ld_course_grid.col-sm-12,#et-boc .ld_course_grid.col-sm-12{flex:0 0 100%;max-width:100%;margin-right:0;margin-bottom:1.5em}.ld-course-list-content .ld_course_grid.col-sm-12:nth-child(2n),#ld_course_list .ld_course_grid.col-sm-12:nth-child(2n),#et-boc .ld_course_grid.col-sm-12:nth-child(2n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-sm-12,.rtl #ld_course_list .ld_course_grid.col-sm-12,.rtl #et-boc .ld_course_grid.col-sm-12{margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-sm-12:nth-child(2n),.rtl #ld_course_list .ld_course_grid.col-sm-12:nth-child(2n),.rtl #et-boc .ld_course_grid.col-sm-12:nth-child(2n){margin-left:0}}@media(min-width:768px){.ld-course-list-content .ld_course_grid.col-md-6,#ld_course_list .ld_course_grid.col-md-6,#et-boc .ld_course_grid.col-md-6{flex:0 0 48%;max-width:48%;margin-right:4%;margin-bottom:4%}.rtl .ld-course-list-content .ld_course_grid.col-md-6,.rtl #ld_course_list .ld_course_grid.col-md-6,.rtl #et-boc .ld_course_grid.col-md-6{margin-left:4%}}@media(min-width:576px){.ld-course-list-content .ld_course_grid.col-sm-8,#ld_course_list .ld_course_grid.col-sm-8,#et-boc .ld_course_grid.col-sm-8{flex:0 0 100%;max-width:100%;margin-right:4%;margin-bottom:4%}.ld-course-list-content .ld_course_grid.col-sm-8:nth-child(2n),#ld_course_list .ld_course_grid.col-sm-8:nth-child(2n),#et-boc .ld_course_grid.col-sm-8:nth-child(2n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-sm-8,.rtl #ld_course_list .ld_course_grid.col-sm-8,.rtl #et-boc .ld_course_grid.col-sm-8{margin-right:0;margin-left:4%}.rtl .ld-course-list-content .ld_course_grid.col-sm-8:nth-child(2n),.rtl #ld_course_list .ld_course_grid.col-sm-8:nth-child(2n),.rtl #et-boc .ld_course_grid.col-sm-8:nth-child(2n){margin-left:0}}@media(min-width:768px){.ld-course-list-content .ld_course_grid.col-md-4,#ld_course_list .ld_course_grid.col-md-4,#et-boc .ld_course_grid.col-md-4{flex:0 0 31.5%;max-width:31.5%;margin-right:2.75%;margin-bottom:2.75%}.ld-course-list-content .ld_course_grid.col-sm-8:nth-child(2n),#ld_course_list .ld_course_grid.col-sm-8:nth-child(2n),#et-boc .ld_course_grid.col-sm-8:nth-child(2n){margin-right:2.75%}.ld-course-list-content .ld_course_grid.col-md-4:nth-child(3n),#ld_course_list .ld_course_grid.col-md-4:nth-child(3n),#et-boc .ld_course_grid.col-md-4:nth-child(3n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-md-4,.rtl #ld_course_list .ld_course_grid.col-md-4,.rtl #et-boc .ld_course_grid.col-md-4{margin-right:0;margin-left:2.75%}.rtl .ld-course-list-content .ld_course_grid.col-sm-8:nth-child(2n),.rtl #ld_course_list .ld_course_grid.col-sm-8:nth-child(2n),.rtl #et-boc .ld_course_grid.col-sm-8:nth-child(2n){margin-right:0;margin-left:2.75%}.rtl .ld-course-list-content .ld_course_grid.col-md-4:nth-child(3n),.rtl #ld_course_list .ld_course_grid.col-md-4:nth-child(3n),.rtl #et-boc .ld_course_grid.col-md-4:nth-child(3n){margin-left:0}}@media(min-width:576px){.ld-course-list-content .ld_course_grid.col-sm-6,#ld_course_list .ld_course_grid.col-sm-6,#et-boc .ld_course_grid.col-sm-6{flex:0 0 31.5%;max-width:31.5%;margin-right:2.75%;margin-bottom:2.75%}.ld-course-list-content .ld_course_grid.col-sm-6:nth-child(3n),#ld_course_list .ld_course_grid.col-sm-6:nth-child(3n),#et-boc .ld_course_grid.col-sm-6:nth-child(3n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-sm-6,.rtl #ld_course_list .ld_course_grid.col-sm-6,.rtl #et-boc .ld_course_grid.col-sm-6{margin-right:0;margin-left:2.75%}.rtl .ld-course-list-content .ld_course_grid.col-sm-6:nth-child(3n),.rtl #ld_course_list .ld_course_grid.col-sm-6:nth-child(3n),.rtl #et-boc .ld_course_grid.col-sm-6:nth-child(3n){margin-left:0}}@media(min-width:768px){.ld-course-list-content .ld_course_grid.col-md-3,#ld_course_list .ld_course_grid.col-md-3,#et-boc .ld_course_grid.col-md-3{flex:0 0 23.3%;max-width:23.3%;margin-right:2.26%;margin-bottom:2.26%}.ld-course-list-content .ld_course_grid.col-sm-6:nth-child(3n),#ld_course_list .ld_course_grid.col-sm-6:nth-child(3n),#et-boc .ld_course_grid.col-sm-6:nth-child(3n){margin-right:2.26%}.ld-course-list-content .ld_course_grid.col-md-3:nth-child(4n),#ld_course_list .ld_course_grid.col-md-3:nth-child(4n),#et-boc .ld_course_grid.col-md-3:nth-child(4n),.ld-course-list-content .ld_course_grid.col-sm-6:nth-child(4n),#ld_course_list .ld_course_grid.col-sm-6:nth-child(4n),#et-boc .ld_course_grid.col-sm-6:nth-child(4n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-md-3,.rtl #ld_course_list .ld_course_grid.col-md-3,.rtl #et-boc .ld_course_grid.col-md-3,.rtl .ld-course-list-content .ld_course_grid.col-sm-6:nth-child(3n),.rtl #ld_course_list .ld_course_grid.col-sm-6:nth-child(3n),.rtl #et-boc .ld_course_grid.col-sm-6:nth-child(3n){margin-right:0;margin-left:2.26%}.rtl .ld-course-list-content .ld_course_grid.col-md-3:nth-child(4n),.rtl #ld_course_list .ld_course_grid.col-md-3:nth-child(4n),.rtl #et-boc .ld_course_grid.col-md-3:nth-child(4n){margin-left:0}}@media(min-width:576px){.ld-course-list-content .ld_course_grid.col-sm-5,#ld_course_list .ld_course_grid.col-sm-5,#et-boc .ld_course_grid.col-sm-5{flex:0 0 31.5%;max-width:31.5%;margin-right:2.75%;margin-bottom:2.75%}.ld-course-list-content .ld_course_grid.col-sm-5:nth-child(3n),#ld_course_list .ld_course_grid.col-sm-5:nth-child(3n),#et-boc .ld_course_grid.col-sm-5:nth-child(3n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-sm-5,.rtl #ld_course_list .ld_course_grid.col-sm-5,.rtl #et-boc .ld_course_grid.col-sm-5{margin-right:0;margin-left:2.75%}.rtl .ld-course-list-content .ld_course_grid.col-sm-5:nth-child(3n),.rtl #ld_course_list .ld_course_grid.col-sm-5:nth-child(3n),.rtl #et-boc .ld_course_grid.col-sm-5:nth-child(3n){margin-left:0}}@media(min-width:768px){.ld-course-list-content .ld_course_grid.col-md-2-4,#ld_course_list .ld_course_grid.col-md-2-4,#et-boc .ld_course_grid.col-md-2-4{flex:0 0 18.5%;max-width:18.5%;margin-right:1.875%;margin-bottom:1.875%}.ld-course-list-content .ld_course_grid.col-sm-5:nth-child(3n),#ld_course_list .ld_course_grid.col-sm-5:nth-child(3n),#et-boc .ld_course_grid.col-sm-5:nth-child(3n){margin-right:1.875%}.ld-course-list-content .ld_course_grid.col-md-2-4:nth-child(5n),#ld_course_list .ld_course_grid.col-md-2-4:nth-child(5n),#et-boc .ld_course_grid.col-md-2-4:nth-child(5n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-md-2-4,.rtl #ld_course_list .ld_course_grid.col-md-2-4,.rtl #et-boc .ld_course_grid.col-md-2-4{margin-right:0;margin-left:1.875%}.rtl .ld-course-list-content .ld_course_grid.col-sm-5:nth-child(3n),.rtl #ld_course_list .ld_course_grid.col-sm-5:nth-child(3n),.rtl #et-boc .ld_course_grid.col-sm-5:nth-child(3n){margin-left:1.875%}.rtl .ld-course-list-content .ld_course_grid.col-md-2-4:nth-child(5n),.rtl #ld_course_list .ld_course_grid.col-md-2-4:nth-child(5n),.rtl #et-boc .ld_course_grid.col-md-2-4:nth-child(5n){margin-left:0}}@media(min-width:576px){.ld-course-list-content .ld_course_grid.col-sm-4,#ld_course_list .ld_course_grid.col-sm-4,#et-boc .ld_course_grid.col-sm-4{flex:0 0 31.5%;max-width:31.5%;margin-right:2.75%;margin-bottom:2.75%}.ld-course-list-content .ld_course_grid.col-sm-4:nth-child(3n),#ld_course_list .ld_course_grid.col-sm-4:nth-child(3n),#et-boc .ld_course_grid.col-sm-4:nth-child(3n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-sm-4,.rtl #ld_course_list .ld_course_grid.col-sm-4,.rtl #et-boc .ld_course_grid.col-sm-4{margin-right:0;margin-left:2.75%}.rtl .ld-course-list-content .ld_course_grid.col-sm-4:nth-child(3n),.rtl #ld_course_list .ld_course_grid.col-sm-4:nth-child(3n),.rtl #et-boc .ld_course_grid.col-sm-4:nth-child(3n){margin-left:0}}@media(min-width:768px){.ld-course-list-content .ld_course_grid.col-md-2,#ld_course_list .ld_course_grid.col-md-2,#et-boc .ld_course_grid.col-md-2{flex:0 0 15.625%;max-width:15.625%;margin-right:1.25%;margin-bottom:1.25%}.ld-course-list-content .ld_course_grid.col-sm-4:nth-child(3n),#ld_course_list .ld_course_grid.col-sm-4:nth-child(3n),#et-boc .ld_course_grid.col-sm-4:nth-child(3n){margin-right:1.25%}.ld-course-list-content .ld_course_grid.col-md-2:nth-child(6n),#ld_course_list .ld_course_grid.col-md-2:nth-child(6n),#et-boc .ld_course_grid.col-md-2:nth-child(6n){margin-right:0}.rtl .ld-course-list-content .ld_course_grid.col-md-2,.rtl #ld_course_list .ld_course_grid.col-md-2,.rtl #et-boc .ld_course_grid.col-md-2{margin-right:0;margin-left:1.25%}.rtl .ld-course-list-content .ld_course_grid.col-sm-4:nth-child(3n),.rtl #ld_course_list .ld_course_grid.col-sm-4:nth-child(3n),.rtl #et-boc .ld_course_grid.col-sm-4:nth-child(3n){margin-left:1.25%}.rtl .ld-course-list-content .ld_course_grid.col-md-2:nth-child(6n),.rtl #ld_course_list .ld_course_grid.col-md-2:nth-child(6n),.rtl #et-boc .ld_course_grid.col-md-2:nth-child(6n){margin-left:0}}.ld-course-list-items div.ld_course_grid .thumbnail.course,.ld_course_grid .thumbnail,#et-boc .ld_course_grid .thumbnail,.entry-content div.ld_course_grid .thumbnail{max-width:100%;padding:0!important;margin:0;background:#fff0;border-radius:0;border:0!important;box-shadow:none;display:flex!important;flex-direction:column;min-height:100%}.ld-course-list-items div.ld_course_grid .thumbnail.course>a,.ld_course_grid .thumbnail>a,#et-boc .ld_course_grid .thumbnail>a,.entry-content div.ld_course_grid .thumbnail>a{display:block}.ld-course-list-items div.ld_course_grid .thumbnail.course a img,.ld_course_grid .thumbnail a img,#et-boc .ld_course_grid .thumbnail a img,.entry-content div.ld_course_grid .thumbnail a img{display:block;margin:0}.ld-course-list-items div.ld_course_grid .thumbnail.course .caption,.ld_course_grid .thumbnail .caption,#et-boc .ld_course_grid .thumbnail .caption,.entry-content div.ld_course_grid .thumbnail .caption{position:relative;padding:1em 1.5em 1.5em;flex:1;display:flex;flex-direction:column}.ld-course-list-items div.ld_course_grid .thumbnail.course .caption .entry-title,.ld_course_grid .thumbnail .caption .entry-title,#et-boc .ld_course_grid .thumbnail .caption .entry-title,.entry-content div.ld_course_grid .thumbnail .caption .entry-title{color:#333;line-height:1.2;margin-bottom:15px!important}.ld-course-list-items div.ld_course_grid .thumbnail.course .caption .entry-title:before,.ld_course_grid .thumbnail .caption .entry-title:before,#et-boc .ld_course_grid .thumbnail .caption .entry-title:before,.entry-content div.ld_course_grid .thumbnail .caption .entry-title:before{display:none}.ld-course-list-items div.ld_course_grid .thumbnail.course .caption .entry-content,.ld_course_grid .thumbnail .caption .entry-content,#et-boc .ld_course_grid .thumbnail .caption .entry-content,.entry-content div.ld_course_grid .thumbnail .caption .entry-content{color:gray;font-size:95%;padding:0;margin:0 0 15px!important}.ld-course-list-items div.ld_course_grid .thumbnail.course .caption p:first-of-type,.ld_course_grid .thumbnail .caption p:first-of-type,#et-boc .ld_course_grid .thumbnail .caption p:first-of-type,.entry-content div.ld_course_grid .thumbnail .caption p:first-of-type{margin-top:0!important}.ld-course-list-items div.ld_course_grid .thumbnail.course .caption .ld_course_grid_button,.ld_course_grid .thumbnail .caption .ld_course_grid_button,#et-boc .ld_course_grid .thumbnail .caption .ld_course_grid_button,.entry-content div.ld_course_grid .thumbnail .caption .ld_course_grid_button{margin-top:auto!important;padding-bottom:0}.ld-course-list-items div.ld_course_grid .thumbnail.course a.btn,.ld_course_grid .thumbnail a.btn,#et-boc .ld_course_grid .thumbnail a.btn,.entry-content div.ld_course_grid .thumbnail a.btn{font-size:95%;white-space:normal}#ld_course_list .ast-article-single .entry-title,.ld_course_grid .ast-article-single .entry-title{font-size:1.5em}body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price,body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon,#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price,.uo-grid-wrapper #ribbon{top:8px;left:8px;padding:4px 13px;margin:0;box-shadow:1px 1px 4px rgb(0 0 0 / .1),1px 1px 0 rgb(0 0 0 / .1);-moz-box-shadow:1px 1px 4px rgb(0 0 0 / .1),1px 1px 0 rgb(0 0 0 / .1);-webkit-box-shadow:1px 1px 4px rgb(0 0 0 / .1),1px 1px 0 rgb(0 0 0 / .1);border-radius:calc(var(--ldx-grid-item-border-radius) / 2);background-color:var(--ldx-grid-ribbon-bg-color);color:var(--ldx-grid-ribbon-text-color);font-size:90%;text-shadow:none}body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price::before,body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price::after,body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon::before,body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon::after,#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price::before,#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price::after,.uo-grid-wrapper #ribbon::before,.uo-grid-wrapper #ribbon::after{display:none}.rtl body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price,.rtl body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon,.rtl #et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price,.rtl .uo-grid-wrapper #ribbon{left:unset;right:8px}body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled,body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.enrolled,body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.ribbon-enrolled,body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.enrolled,#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled,#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price.enrolled,.uo-grid-wrapper #ribbon.ribbon-enrolled,.uo-grid-wrapper #ribbon.enrolled{background-color:var(--ldx-grid-ribbon-enrolled-bg-color);color:var(--ldx-grid-ribbon-enrolled-text-color)}body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.custom,body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.custom,#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price.custom,.uo-grid-wrapper #ribbon.custom{background-color:var(--ldx-grid-ribbon-custom-bg-color);color:var(--ldx-grid-ribbon-custom-text-color)}body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.free,body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.free,#et-boc .ld_course_grid .thumbnail.course .ld_course_grid_price.free,.uo-grid-wrapper #ribbon.free{background-color:var(--ldx-grid-ribbon-free-bg-color);color:var(--ldx-grid-ribbon-free-text-color)}body .ld-course-list-items .ld_course_grid .thumbnail.learndash-complete .ld_course_grid_price,#et-boc .ld_course_grid .thumbnail.learndash-complete .ld_course_grid_price,body .ld-course-list-items .ld_course_grid .thumbnail.course .ribbon.completed{background-color:var(--ldx-color-correct);color:#fff}#ld_course_categorydropdown,#ld_lesson_categorydropdown,#ld_topic_categorydropdown,#ld_group_categorydropdown,#et-boc #ld_course_categorydropdown,#et-boc #ld_lesson_categorydropdown,#et-boc #ld_topic_categorydropdown,#et-boc #ld_group_categorydropdown,#uo_course_categorydropdown form{padding:var(--ldx-grid-filter-padding);margin-bottom:1em;border-radius:var(--ldx-global-border-radius);background-color:var(--ldx-grid-filter-bg-color)}#ld_course_categorydropdown label,#ld_lesson_categorydropdown label,#ld_topic_categorydropdown label,#ld_group_categorydropdown label,#et-boc #ld_course_categorydropdown label,#et-boc #ld_lesson_categorydropdown label,#et-boc #ld_topic_categorydropdown label,#et-boc #ld_group_categorydropdown label,#uo_course_categorydropdown form label{display:none}#uo_course_categorydropdown form{margin:0;width:100%}.ld-course-list-items .ld_course_grid .hentry .wp-post-image{margin-bottom:0}.ld-course-list-items .ld_course_grid .ld_course_grid_video_embed{padding:0;background-color:#000;border-radius:0;overflow:hidden}.ld-course-list-items .ld_course_grid .thumbnail .caption{padding:.875em;color:inherit}.ld-course-list-items .ld_course_grid .caption .entry-title{font-weight:600}.ld-course-list-items .ld_course_grid .caption .entry-title::before{display:none}.ld-course-list-items .ld_course_grid .ast-article-single .entry-title{font-size:1.375em}.ld-course-list-items .ld_course_grid .caption .entry-content{opacity:.9}.oceanwp-theme .ld-course-list-items .ld_course_grid .caption .entry-content{opacity:1}.thumbnail .learndash-wrapper .ld-progress{margin-bottom:0}.ld-course-list-items .ld_course_grid .thumbnail .caption p:empty{margin:0!important}:root{--lqc-global-border-radius:6px;--lqc-message-padding:0.75em 1em;--lqc-message-bg-color:var(--lqc-color-lightgrey);--lqc-color-lightgrey:#f0f3f6;--lqc-color-primary-light:#e0f5fe;--lqc-color-primary-dark:#00a2e8;--lqc-color-correct-light:#c8e6c9;--lqc-color-correct-dark:#00c349;--lqc-color-incorrect-light:#ffcdd2;--lqc-color-incorrect-dark:#f11414;--lqc-color-answered:#a1b6c9;--lqc-color-review:#ffd900;--lqc-button-border-radius:20px;--lqc-button-primary-bg:#00a2e8;--lqc-button-primary-text:#fff;--lqc-button-primary-bg-hover:#53c9fc;--lqc-button-primary-text-hover:#fff;--lqc-button-secondary-bg:#495255;--lqc-button-secondary-text:#fff;--lqc-button-secondary-bg-hover:#bbbebf;--lqc-button-secondary-text-hover:#fff;--lqc-timer-container-bg:#f0f3f6;--lqc-timer-container-text:inherit;--lqc-timer-container-border-width:0;--lqc-timer-container-border-color:transparent;--lqc-timer-bar-height:7px;--lqc-color-timer-bar-bg:#fff;--lqc-color-timer-bar:var(--lqc-color-primary-dark);--lqc-review-box-bg:#f0f3f6;--lqc-review-box-border-width:0;--lqc-review-box-border-color:transparent}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_addToplist,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_correct,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_incorrect,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_lock,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_loadQuiz,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_prerequisite,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser{background-color:var(--lqc-message-bg-color);padding:var(--lqc-message-padding);border:2px solid rgb(0 0 0 / .05);border-radius:var(--lqc-global-border-radius)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_catOverview h4,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_sending>.wpProQuiz_header,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_results>.wpProQuiz_header,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_header,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_checkPage>.wpProQuiz_header,.ldx-plugin .learndash .wpProQuiz_content .lqc-question-list-2{font-size:1.25em;font-weight:700;letter-spacing:-.02em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms input[type=text],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms textarea,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[type=text],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem label input.wpProQuiz_questionInput[type=text]{background-color:var(--lqc-color-lightgrey);border:2px solid rgb(0 0 0 / .05);border-radius:var(--lqc-global-border-radius);box-shadow:none;transition:150ms}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms input[type=text]:focus,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms textarea:focus,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[type=text]:focus,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay:focus,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem label input.wpProQuiz_questionInput[type=text]:focus{outline:0;background-color:#fff;border-color:var(--lqc-color-primary-dark);box-shadow:0 0 0 2px var(--lqc-color-primary-light)}.oceanwp-theme input[type=text],.oceanwp-theme textarea{padding:.5em .75em}.ldx-plugin .learndash .wpProQuiz_content *{box-sizing:border-box}.ldx-plugin .learndash .wpProQuiz_content label img{max-width:92%}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_header{margin:0;padding:0;font-size:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button2,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton,.ldx-plugin .learndash .wpProQuiz_content a#quiz_continue_link,.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{width:auto;max-width:unset;padding:.5em 1.4375em;font-size:inherit;font-weight:700;line-height:1.4;letter-spacing:normal;transition:all 150ms ease;border:0;border-radius:var(--lqc-button-border-radius);box-shadow:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button2:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton:hover,.ldx-plugin .learndash .wpProQuiz_content a#quiz_continue_link:hover,.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:hover{opacity:1}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button:focus,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button2:focus,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton:focus,.ldx-plugin .learndash .wpProQuiz_content a#quiz_continue_link:focus,.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit]:focus,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:focus{opacity:1;box-shadow:inset 0 0 0 3px rgb(255 255 255 / .3)}@media(max-width:800px){.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button2,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton,.ldx-plugin .learndash .wpProQuiz_content a#quiz_continue_link,.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{padding:.75em 1.5em}}@media(max-width:640px){.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button[name=back],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button[name=tip]{float:left!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button[name=check],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button[name=next]{float:right!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button[name=tip]{margin-left:10px!important}}.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit]{border-radius:calc(var(--lqc-global-border-radius) * 0.7)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button[name=check]{margin-right:0!important}.ldx-plugin .learndash .wpProQuiz_content input[name=startQuiz],.ldx-plugin .learndash .wpProQuiz_content input[name=endQuizSummary],.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions input[name=restartQuiz],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv input[name=quizSummary],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_QuestionButton,.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit],.ldx-plugin .learndash .wpProQuiz_content a#quiz_continue_link,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{background-color:var(--lqc-button-primary-bg);color:var(--lqc-button-primary-text)}.ldx-plugin .learndash .wpProQuiz_content input[name=startQuiz]:hover,.ldx-plugin .learndash .wpProQuiz_content input[name=startQuiz]:active,.ldx-plugin .learndash .wpProQuiz_content input[name=endQuizSummary]:hover,.ldx-plugin .learndash .wpProQuiz_content input[name=endQuizSummary]:active,.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions input[name=restartQuiz]:hover,.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions input[name=restartQuiz]:active,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv input[name=quizSummary]:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv input[name=quizSummary]:active,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_QuestionButton:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_QuestionButton:active,.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover,.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit]:active,.ldx-plugin .learndash .wpProQuiz_content a#quiz_continue_link:hover,.ldx-plugin .learndash .wpProQuiz_content a#quiz_continue_link:active,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate a.btn-blue:active{background-color:var(--lqc-button-primary-bg-hover);color:var(--lqc-button-primary-text-hover);box-shadow:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button2,.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions input[name=reShowQuestion],.ldx-plugin .learndash .wpProQuiz_content input[name=tip],.ldx-plugin .learndash .wpProQuiz_content input[name=skip],.ldx-plugin .learndash .wpProQuiz_content input[name=showToplist]{background-color:var(--lqc-button-secondary-bg);color:var(--lqc-button-secondary-text)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button2:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_button2:active,.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions input[name=reShowQuestion]:hover,.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions input[name=reShowQuestion]:active,.ldx-plugin .learndash .wpProQuiz_content input[name=tip]:hover,.ldx-plugin .learndash .wpProQuiz_content input[name=tip]:active,.ldx-plugin .learndash .wpProQuiz_content input[name=skip]:hover,.ldx-plugin .learndash .wpProQuiz_content input[name=skip]:active,.ldx-plugin .learndash .wpProQuiz_content input[name=showToplist]:hover,.ldx-plugin .learndash .wpProQuiz_content input[name=showToplist]:active{background-color:var(--lqc-button-secondary-bg-hover);color:var(--lqc-button-secondary-text-hover);box-shadow:none}.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions{flex-wrap:wrap}.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions .quiz_continue_link,.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions input[type=button]{margin:0 .375em .75em}@media(max-width:500px){.ldx-plugin .learndash .wpProQuiz_content input[name=review],.ldx-plugin .learndash .wpProQuiz_content input[name=quizSummary]{display:block;float:none!important;margin:.5em auto}}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms input[type=checkbox]{display:inline-block}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit{position:relative;padding:1em;background-color:var(--lqc-timer-container-bg);border-radius:calc(var(--lqc-global-border-radius) * 0.7);border-style:solid;border-width:var(--lqc-timer-container-border-width);border-color:var(--lqc-timer-container-border-color)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit .time{margin-top:0;color:var(--lqc-timer-container-text);font-weight:700}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit::before{content:"";position:absolute;bottom:1em;left:1em;right:1em;width:auto;z-index:8}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{position:relative;z-index:9;margin-bottom:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit::before{height:var(--lqc-timer-bar-height);border-radius:var(--lqc-global-border-radius)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit::before{background-color:var(--lqc-color-timer-bar-bg)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:var(--lqc-color-timer-bar)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_sending{padding:1em;background-color:var(--lqc-timer-container-bg);border-radius:calc(var(--lqc-global-border-radius) * 0.7);border-style:solid;border-width:var(--lqc-timer-container-border-width);border-color:var(--lqc-timer-container-border-color);color:var(--lqc-timer-container-text)}.ldx-plugin .learndash .wpProQuiz_content .course_progress,.ldx-plugin .learndash .wpProQuiz_content .sending_progress_bar{height:var(--lqc-timer-bar-height);border-radius:var(--lqc-global-border-radius)}.ldx-plugin .learndash .wpProQuiz_content .course_progress{background-color:var(--lqc-color-timer-bar-bg)}.ldx-plugin .learndash .wpProQuiz_content .sending_progress_bar{background-color:var(--lqc-color-timer-bar)}.ldx-plugin .learndash .wpProQuiz_content .lqc-question-list-2{border-radius:var(--lqc-global-border-radius);font-size:1.25em;text-align:center}.ldx-plugin .learndash .wpProQuiz_content .lqc-question-list-2 span{font-weight:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_question_page{color:inherit}.ldx-plugin .learndash .wpProQuiz_content .lqc-question-list-1,.ldx-plugin .learndash .wpProQuiz_content .lqc-available-points{font-size:105%;font-weight:700}.ldx-plugin .learndash .wpProQuiz_content .lqc-category-label{margin-bottom:1em;font-weight:400}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv{border-color:rgb(0 0 0 / .05)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_checkPage>.wpProQuiz_header{margin:1.25em 0 .25em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box{max-height:none;padding:.375em;background-color:var(--lqc-review-box-bg);border-style:solid;border-width:var(--lqc-review-box-border-width);border-color:var(--lqc-review-box-border-color);border-radius:var(--lqc-global-border-radius)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewQuestion ol,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box ol{padding:.3125em .3125em 0 .3125em!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewQuestion li,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box li{width:auto;height:auto;min-width:34px;min-height:34px;margin:0 .375em .5em 0;padding:.4375em .375em;background-color:#fff;box-shadow:0 1px 1px rgb(0 0 0 / .1),0 0 0 1px rgb(0 0 0 / .1);border:0;outline:0;border-radius:calc(var(--lqc-global-border-radius) * 0.7);font-weight:400;line-height:1.5}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionTarget{background-color:#fff;box-shadow:inset 0 0 0 1px var(--lqc-color-primary-dark),0 0 0 1px var(--lqc-color-primary-dark);color:var(--lqc-color-primary-dark);font-weight:700;outline:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview{background-color:var(--lqc-color-review);color:#fff;border:0;box-shadow:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview.wpProQuiz_reviewQuestionTarget{box-shadow:inset 0 0 0 3px rgb(0 0 0 / .12)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved{background-color:var(--lqc-color-answered);color:#fff;box-shadow:none;border:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved.wpProQuiz_reviewQuestionTarget,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved.wpProQuiz_reviewQuestionTarget{box-shadow:inset 0 0 0 3px rgb(0 0 0 / .12)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:var(--lqc-color-correct-dark);color:#fff;box-shadow:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewSummary .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:var(--lqc-color-incorrect-dark);color:#fff;box-shadow:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionSolved::after,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion>ol li.wpProQuiz_reviewQuestionReview::after,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionSolved::after,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_box>ol li.wpProQuiz_reviewQuestionReview::after{display:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewLegend{padding:.25em .4375em .4375em;margin-bottom:.75em;font-size:90%}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewLegend li{padding:0;margin-right:1em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewLegend li:last-child{margin:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewColor{position:relative;top:2px;border-radius:2px}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target{box-shadow:0 0 0 1px var(--lqc-color-primary-dark),inset 0 0 0 1px var(--lqc-color-primary-dark);background-color:#fff;border:0;outline:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:var(--lqc-color-review)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer{background-color:var(--lqc-color-answered)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:var(--lqc-color-correct-dark)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:var(--lqc-color-incorrect-dark)}.ldx-plugin .learndash .wpProQuiz_content .lqc-questions-completed+p{display:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList{margin:0;padding:0;background:#fff0;border:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_listItem{margin-top:3.25em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem:last-child{padding:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem label{display:flex;align-items:center;padding:.75em;background-color:var(--lqc-color-lightgrey);border:0;border-radius:var(--lqc-global-border-radius);transition:all 150ms ease}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem span{min-width:25px;margin-right:.5em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem .MathJax span{min-width:unset;margin:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem .iradio_minimal,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem .icheckbox_minimal{min-width:unset}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] .icheckbox_minimal{border-radius:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] .icheckbox_minimal.checked{border-color:var(--lqc-color-primary-dark)}.ldx-plugin .learndash .wpProQuiz_content .iradio_minimal.checked::after,.ldx-plugin .learndash .wpProQuiz_content .icheckbox_minimal.checked{background-color:var(--lqc-color-primary-dark)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] .icheckbox_minimal.checked::after{color:#fff}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList input[type=checkbox],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList input[type=radio]{position:static}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_question{margin:.25em 0 1em!important;padding:1em 0;border-top:2px solid rgb(0 0 0 / .05)}.ldx-plugin .learndash .wpProQuiz_content table tbody>tr:nth-child(odd)>td,.ldx-plugin .learndash .wpProQuiz_content table tbody>tr:nth-child(odd)>th{background-color:#fff0}.ldx-plugin .learndash .wpProQuiz_content table tbody tr:hover>td,.ldx-plugin .learndash .wpProQuiz_content table tbody tr:hover>th{background-color:#fff0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem{padding:0;background-color:#fff0;color:inherit;border:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label{padding:.875em;line-height:1.5}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label:focus,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label:focus{background-color:var(--lqc-color-primary-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label input,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label input{margin-right:.75em;opacity:1}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label input+strong::before,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label input+strong::after,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label input+strong::before,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label input+strong::after{display:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label:focus-within,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem label.is-selected,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label:focus-within,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem label.is-selected{background-color:var(--lqc-color-primary-light);box-shadow:inset 0 0 0 2px var(--lqc-color-primary-dark)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label.is-selected,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label.is-selected,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label.is-selected,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label.is-selected,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label:hover{background-color:var(--lqc-color-correct-light);box-shadow:none;color:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label.is-selected,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label:hover,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label.is-selected,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_questionList[data-type=multiple] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label:hover{background-color:var(--lqc-color-incorrect-light);color:inherit;box-shadow:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=free_answer] .wpProQuiz_questionListItem label{display:block;padding:3px;background:#fff0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=free_answer] .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label input.wpProQuiz_questionInput[type=text]{background-color:var(--lqc-color-correct-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=free_answer] .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label input.wpProQuiz_questionInput[type=text]{background-color:var(--lqc-color-incorrect-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem label input.wpProQuiz_questionInput[type=text]{width:100%!important;margin:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] .wpProQuiz_questionListItem{padding:3px;flex-wrap:wrap}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{width:100%}.ldx-plugin .learndash .wpProQuiz_content .graded-disclaimer{margin:0;padding:.375em .5em;font-size:90%;color:rgb(0 0 0 / .5);line-height:1.4}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem>table{border:0;font-size:1em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable{width:100%;padding:.75em;background-color:var(--lqc-color-lightgrey);border:2px solid rgb(0 0 0 / .05);border-radius:var(--lqc-global-border-radius);box-shadow:none;color:inherit!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable{background-color:var(--lqc-color-correct-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable{background-color:var(--lqc-color-incorrect-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem.ui-sortable-helper .wpProQuiz_sortable{background-color:var(--lqc-color-primary-light);border-color:var(--lqc-color-primary-dark)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=sort_answer] li.wpProQuiz_questionListItem,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem{border:0;padding:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_matrixSortString{padding:0;background:none;border:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_mextrixTr>td{padding:0}.ldx-plugin .learndash .wpProQuiz_content ul.wpProQuiz_sortStringList{padding:.5em;overflow:hidden}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_matrixSortString,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_matrixSortString{background-color:#fff0;padding:.5em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem{display:inline-block;padding:.125em 1em;background-color:var(--lqc-color-lightgrey);box-shadow:none;border:2px solid rgb(0 0 0 / .05);border-radius:20px}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem.ui-sortable-helper,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem.ui-sortable-helper{border-color:var(--lqc-color-primary-dark);background-color:var(--lqc-color-primary-light);color:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem{margin:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_answerCorrect .wpProQuiz_sortStringItem,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_answerCorrect .wpProQuiz_sortStringItem{background-color:#fff;border-color:#fff;color:var(--lqc-color-correct-dark)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_answerIncorrect .wpProQuiz_sortStringItem,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_answerIncorrect .wpProQuiz_sortStringItem{background-color:#fff;border-color:#fff;color:var(--lqc-color-incorrect-dark)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_questionListItem>table,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_questionListItem>table tr,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_questionListItem>table td{height:100%;vertical-align:top;background-color:#fff0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_questionListItem>table{border:2px solid rgb(0 0 0 / .1);border-radius:var(--lqc-global-border-radius)}.ldx-plugin .learndash .wpProQuiz_content .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td{border-color:rgb(0 0 0 / .1)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_answerIncorrect>table{background-color:var(--lqc-color-incorrect-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table td{border-color:rgb(0 0 0 / .1)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_answerCorrect>table{background-color:var(--lqc-color-correct-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{border-color:rgb(0 0 0 / .1)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:#fff0;border-color:rgb(0 0 0 / .1)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_placehold{border-radius:var(--lqc-global-border-radius);background:var(--lqc-color-primary-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_maxtrixSortCriterion .wpProQuiz_placehold{width:100%}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem{padding:0;border:0;border-radius:var(--lqc-global-border-radius)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label{display:inline-flex;align-items:center;width:auto;position:relative;padding:.5em 1em;border:0;border-radius:0;box-shadow:inset 0 0 0 2px #dedede;margin:0 0 0 -2px;color:inherit;font-weight:400}@media(max-width:800px){.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label{display:block;width:100%;margin:0 0 .5em;padding:.875em 1em;border-radius:var(--lqc-global-border-radius)!important;box-shadow:none}}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label:hover{background-color:var(--lqc-color-primary-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label:focus-within,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label.is-selected{background-color:var(--lqc-color-primary-light);box-shadow:inset 0 0 0 2px var(--lqc-color-primary-dark);z-index:2}@media(max-width:800px){.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] li>p{width:100%}}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label:first-of-type{margin-left:.25em;border-radius:var(--lqc-global-border-radius) 0 0 var(--lqc-global-border-radius)}@media(max-width:800px){.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label:first-of-type{margin-left:0;margin-top:.5em}}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label:last-of-type{margin-right:.25em;border-radius:0 var(--lqc-global-border-radius) var(--lqc-global-border-radius) 0}@media(max-width:800px){.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label:last-of-type{margin-right:0}}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label input{width:auto;height:auto;margin-right:.375em;opacity:1}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label input+strong::before,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label input+strong::after{display:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem{display:block}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze{display:inline-block;margin:0 .1875em;padding:2px;background:none;border:0;border-radius:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[type=text]{max-width:75vw;height:auto;margin:0;padding:.25em .4375em;border-color:#fff0;color:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[type=text]:hover{background-color:var(--lqc-color-primary-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[type=text]:focus{background-color:#fff}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[style*="rgb(176"],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input.wpProQuiz_answerCorrect{background-color:var(--lqc-color-correct-light)!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input[style*="rgb(255"],.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze input.wpProQuiz_answerIncorrect{background-color:var(--lqc-color-incorrect-light)!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze span{display:inline-block;margin:0;font-weight:700}.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay]{margin:0 0 .25em;padding:1em;background:var(--lqc-color-lightgrey);border-radius:var(--lqc-global-border-radius);display:flex;flex:0 0 100%;justify-content:space-between}@media(max-width:600px){.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay]{flex-direction:column}}.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=file]{padding:.75em;margin-right:1em;border-radius:calc(var(--lqc-global-border-radius) * 0.7);background:#fff;flex:1}@media(max-width:600px){.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=file]{width:100%}}@media(max-width:600px){.ldx-plugin .learndash .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin-top:1em}}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_tipp>div{max-width:600px;padding:1em;margin:0 0 1em;background-color:#fff;border:1px solid rgb(0 0 0 / .1);border-radius:var(--lqc-global-border-radius);box-shadow:0 .25em .75em rgb(0 0 0 / .1)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_tipp>div::before,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_tipp>div::after{display:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_tipp>div h5{font-size:1em;font-weight:700}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_tipp>div p:last-child{margin-bottom:4px}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_lock,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_loadQuiz,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_prerequisite,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser{background-color:var(--lqc-color-incorrect-light);color:inherit;min-height:unset}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_lock p,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_loadQuiz p,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_prerequisite p,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p{margin:0;font-weight:700}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_lock p span,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_loadQuiz p span,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_prerequisite p span,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p span{font-weight:400}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms table{border:0;border-spacing:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms td{padding:0 0 1em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms tr td:first-of-type{padding-right:.75em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms input[type=radio]{margin-right:.125em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_formFields label{margin-right:.75em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_required{color:var(--lqc-color-incorrect-dark)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_forms .wpProQuiz_invalidate{margin:2px 0 0;padding:.25em .5em;background:var(--lqc-color-incorrect-light);border:0;border-radius:var(--lqc-global-border-radius);color:var(--lqc-color-incorrect-dark);font-weight:700}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_results>.wpProQuiz_header{margin-bottom:1em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_sending>.wpProQuiz_header{margin-bottom:.25em;color:var(--lqc-timer-container-text)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_sending p{margin:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_sending .lqc-quiz-complete{padding:.25em .25em 0}.ldx-plugin .learndash .wpProQuiz_content .course_progress{width:100%;margin:.25em 0 0}.ldx-plugin .learndash .wpProQuiz_content .lqc-questions-answered-correctly,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz_time{margin-bottom:0;color:inherit;font-weight:400;font-size:inherit;background-color:#fff0}.ldx-plugin .learndash .wpProQuiz_content .lqc-questions-answered-correctly::before,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_quiz_time::before{display:none}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_time_limit_expired{display:inline-block;margin:0;padding:1px 2px 1px 0;font-size:inherit;font-weight:700;text-align:left;animation:fading-highlight 7s 1}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_points,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_earned_points,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_graded_points{margin:2em auto;padding:.75em;background:var(--lqc-color-primary-light);border:2px solid rgb(0 0 0 / .05);border-radius:var(--lqc-global-border-radius);color:inherit;font-weight:700;text-align:center}@media(min-width:600px){.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_points,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_earned_points,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_graded_points{max-width:600px}}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable{width:100%;margin:2em auto;padding:0;background:0;border:0;border-radius:0;font-weight:400}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable table{width:100%;margin:0 auto;background:#fff;border:2px solid var(--lqc-color-lightgrey);border-collapse:separate;border-radius:var(--lqc-global-border-radius);box-shadow:0 .25em .75em rgb(0 0 0 / .1);font-size:1em}@media(min-width:600px){.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable table{min-width:500px;max-width:600px}}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable table tbody td{padding:.75em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable table tr:first-of-type td{border-bottom:2px solid var(--lqc-color-lightgrey)!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable table tr:last-of-type td{font-weight:700}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{width:32%;border:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable table td.wpProQuiz_resultValue{padding-left:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{border-radius:calc(var(--lqc-global-border-radius) / 2);box-shadow:none;color:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable table tr:first-of-type .wpProQuiz_resultValue div{background-color:rgb(0 0 0 / .15)!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_resultTable table tr:last-of-type .wpProQuiz_resultValue div{background-color:var(--lqc-color-primary-dark)!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate{text-align:center}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_certificate strong{display:block}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_answerCorrect,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_answerIncorrect{background-color:#fff0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response{margin:0;padding:0;border:0;background-color:#fff0;min-height:0;box-shadow:none;color:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response span{font-weight:400}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_correct,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_incorrect{margin-bottom:1em;color:inherit;text-align:left}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_correct p,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_incorrect p{color:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_correct>span{color:var(--lqc-color-correct-dark);font-weight:700;display:inline-block}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_incorrect>span{color:var(--lqc-color-incorrect-dark);font-weight:700;display:inline-block}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_AnswerMessage{margin:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_AnswerMessage p,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_AnswerMessage ul,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_AnswerMessage ol{margin-bottom:1em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_AnswerMessage p:last-child,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_AnswerMessage ul:last-child,.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_response .wpProQuiz_AnswerMessage ol:last-child{margin-bottom:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_catOverview{margin:1em 0 0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_catOverview h4{margin-bottom:1em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_catOverview li{display:flex;height:auto;margin:0;padding:.25em .625em;border:0;border-radius:var(--lqc-global-border-radius)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_catOverview li:nth-child(odd){background:var(--lqc-color-lightgrey)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_catOverview li span{float:none;position:static;background:#fff0;padding:0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_catOverview li .wpProQuiz_catName{width:75%}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_catOverview li .wpProQuiz_catPercent{width:25%;padding:0;color:inherit;font-weight:700;text-align:right}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_addToplist{margin-top:1em}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_addToplistMessage{padding:0;background:0;border:0;color:inherit;font-weight:700}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplist{margin:2em 0 0!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable{border:2px solid var(--lqc-color-lightgrey);border-collapse:separate;border-radius:var(--lqc-global-border-radius);box-shadow:0 .25em .75em rgb(0 0 0 / .1)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable caption{margin:0;padding:3px 3px 1px;color:#999;font-size:90%}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable thead tr{background:none;padding:0;color:inherit}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable thead tr th{background-color:#fff0;padding:.5em .375em;color:inherit;width:auto!important}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable .wpProQuiz_toplistTrOdd{background-color:#fff0}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable tr:nth-child(even){background-color:rgb(0 0 0 / .03)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable tbody tr:hover{background-color:var(--lqc-color-primary-light)}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable td{padding:.5em;border-top:1px solid #eee}.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_toplistTable td[style*=x-small]{font-size:75%!important;color:rgb(0 0 0 / .6)!important}.ldx-plugin .learndash .wpProQuiz_content .ld-quiz-actions{margin:2em 0 0!important}.ldx-plugin .wpProQuiz_modal_window,.ldx-plugin #wpProQuiz_user_content table.wp-list-table{border-radius:var(--lqc-global-border-radius)}.ldx-plugin #wpProQuiz_user_content table.wp-list-table thead th:first-child{border-radius:var(--lqc-global-border-radius) 0 0 0}.ldx-plugin #wpProQuiz_user_content table.wp-list-table thead th:last-child{border-radius:0 var(--lqc-global-border-radius) 0 0}.ldx-plugin #wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child{border-radius:0 0 0 var(--lqc-global-border-radius)}.ldx-plugin #wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child{border-radius:0 0 var(--lqc-global-border-radius) 0}.ldx-plugin #wpProQuiz_overlay_close{width:auto;max-width:unset;padding:.5em 1.4375em;font-size:inherit;font-weight:700;line-height:1.4;letter-spacing:normal;transition:all 150ms ease;border:0;border-radius:var(--lqc-button-border-radius);box-shadow:0 1px 7px rgb(0 0 0 / .2);background-color:var(--lqc-button-secondary-bg);color:var(--lqc-button-secondary-text)}.ldx-plugin #wpProQuiz_overlay_close:hover,.ldx-plugin #wpProQuiz_overlay_close:active{opacity:1;background-color:var(--lqc-button-secondary-bg-hover);color:var(--lqc-button-secondary-text-hover);box-shadow:0 1px 7px rgb(0 0 0 / .2)}.ldx-plugin #wpProQuiz_overlay_close:focus{opacity:1;box-shadow:inset 0 0 0 3px rgb(255 255 255 / .3)}@media(max-width:800px){.ldx-plugin #wpProQuiz_overlay_close{padding:.75em 1.5em}}.ldx-plugin .wpProQuiz_modal_window th[style*=green]{color:var(--lqc-color-correct-dark)!important}.ldx-plugin .wpProQuiz_modal_window th[style*=red]{color:var(--lqc-color-incorrect-dark)!important}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_questionList{margin:0 0 1em;padding:0;background:#fff0;border:0}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_questionList>li{padding:.5em .75em;border-radius:var(--lqc-global-border-radius)}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_answerIncorrect,.ldx-plugin #wpProQuiz_user_content .wpProQuiz_answerCorrect{font-weight:400}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_answerIncorrect{background-color:var(--lqc-color-incorrect-light)}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_answerCorrect{background-color:var(--lqc-color-correct-light)}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_sortable{padding:0;border:0;background:0}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_sortStringItem{padding:2px .5em;border:0;background:0}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_maxtrixSortCriterion{border-radius:var(--lqc-global-border-radius)}.ldx-plugin #wpProQuiz_user_content .wpProQuiz_response{background-color:var(--lqc-message-bg-color);padding:var(--lqc-message-padding);border:2px solid rgb(0 0 0 / .05);border-radius:var(--lqc-global-border-radius);margin:0;box-shadow:none}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionListItem span{min-width:unset}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem label,.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=multiple] li.wpProQuiz_questionListItem label{padding:.5em .75em}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content input[type=radio].wpProQuiz_questionInput.bbstyled:checked+span:after{background-color:var(--lqc-color-primary-dark)}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content input[type=checkbox].wpProQuiz_questionInput.bbstyled:checked+span{background-color:var(--lqc-color-primary-dark);border-color:var(--lqc-color-primary-dark)}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label{padding-left:1.375em}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem,.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem,.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem{padding:.375em 1em .375em 2em}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::before,.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem::before,.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem::before{left:4px}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_matrixSortString .wpProQuiz_sortStringList.ui-sortable li.wpProQuiz_sortStringItem::after,.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_listItem[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem::after,.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_sortStringItem::after{left:10px}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content ul.wpProQuiz_questionList[data-type=matrix_sort_answer] li table td::first-child{border-radius:var(--lqc-global-border-radius) var(--lqc-global-border-radius) 0 0}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=matrix_sort_answer] .wpProQuiz_questionListItem>table{border-radius:var(--lqc-global-border-radius)}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortText{border:0}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion{border-radius:0 0 var(--lqc-global-border-radius) var(--lqc-global-border-radius)}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_results>div>.wpProQuiz_button[name=restartQuiz]{padding-left:2.75em;padding-right:1.5em;font-weight:700}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_questionList[data-type=essay] form input[type=submit]{padding-left:2.5em;background-position:12px center}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_resultTable table tr{display:table-row}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_resultTable table td{display:table-cell}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_resultTable table tr .wpProQuiz_resultValue div{display:inline-block}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(1) td:first-child::before{background-color:rgb(0 0 0 / .15)}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_resultTable table tr:nth-child(2) td:first-child::before{background-color:var(--lqc-color-primary-dark)}.ldx-plugin.buddyboss-theme .learndash .wpProQuiz_content .wpProQuiz_resultTable td{text-align:left}.ldx-plugin.buddyboss-theme #content li.wpProQuiz_questionListItem.wpProQuiz_answerCorrect{background:0}@keyframes fading-highlight{0%,100%{background-color:#fff0}5%,20%{background-color:var(--lqc-color-primary-light)}}@keyframes slidefade-fromtop{0%{transform:translateY(-7px);opacity:0}100%{transform:translateY(0);opacity:1}}#et-main-area .wpProQuiz_content .wpProQuiz_reviewQuestion ol{padding:.3125em .3125em 0 .3125em}.dialog-box .dialog-box-container{border-radius:var(--ldx-global-border-radius);box-shadow:0 0 15px rgb(0 0 0 / .14)}.dialog-box .dialog-btn span{border-radius:var(--ldx-btn-border-radius);font-weight:700}.dialog-btn .dialog-btn-cancel{background:var(--ldx-btn-standard-bg-color);color:var(--ldx-btn-standard-text-color)}.dialog-btn .dialog-btn-cancel:hover{background:var(--ldx-btn-standard-bg-color-hover);color:var(--ldx-btn-standard-text-color-hover)}.dialog-btn .dialog-btn-confirm{background:var(--ldx-btn-primary-bg-color);color:var(--ldx-btn-primary-text-color)}.dialog-btn .dialog-btn-confirm:hover{background:var(--ldx-btn-primary-bg-color-hover);color:var(--ldx-btn-primary-text-color-hover)}.ultp-dashboard .ultp-dashboard-box{border-radius:var(--ldx-global-border-radius)}.ultp-dashboard-courses .ultp-dashboard-course:first-child .ultp-dashboard-course__toggle-btn{border-radius:var(--ldx-global-border-radius) 0 0 0}.ldx-plugin .ultp-dashboard .ultp-dashboard-topic--completed .ultp-dashboard-topic__row .ultp-dashboard-topic__details .ultp-dashboard-topic__right .ultp-dashboard-topic__status .ultp-dashboard-topic__status-circle,.ldx-plugin .ultp-dashboard .ultp-dashboard-lesson--completed .ultp-dashboard-lesson__row .ultp-dashboard-lesson__details .ultp-dashboard-lesson__right .ultp-dashboard-lesson__status .ultp-dashboard-lesson__status-circle{background-color:var(--ldx-color-correct);border-color:var(--ldx-color-correct)}.ultp-dashboard .ultp-dashboard-btn{border-radius:var(--ldx-btn-border-radius);padding:6px 14px;transition:all .15s ease}.ultp-dashboard-toolbar .ultp-dashboard-btn{border:0;background-color:var(--ldx-btn-standard-bg-color);color:var(--ldx-btn-standard-text-color)}.ultp-dashboard-toolbar .ultp-dashboard-btn:hover,.ultp-dashboard-toolbar .ultp-dashboard-btn:active,.ultp-dashboard-toolbar .ultp-dashboard-btn:focus{background-color:var(--ldx-btn-standard-bg-color-hover);color:var(--ldx-btn-standard-text-color-hover)}.ldx-plugin .ultp-dashboard-course__row .ultp-dashboard-course__details .ultp-dashboard-course__right .ultp-dashboard-course__action{align-self:center}.ultp-dashboard-course__action .ultp-dashboard-btn{border:0;background-color:var(--ldx-btn-primary-bg-color);color:var(--ldx-btn-primary-text-color);font-weight:700}.ultp-dashboard-course__action .ultp-dashboard-btn:hover,.ultp-dashboard-course__action .ultp-dashboard-btn:active,.ultp-dashboard-course__action .ultp-dashboard-btn:focus{background-color:var(--ldx-btn-primary-bg-color-hover);color:var(--ldx-btn-primary-text-color-hover)}.ultp-dashboard-quiz__action .ultp-dashboard-btn{color:var(--ldx-color-link)}.ultp-dashboard-quiz__action .ultp-dashboard-btn:hover,.ultp-dashboard-quiz__action .ultp-dashboard-btn:active,.ultp-dashboard-quiz__action .ultp-dashboard-btn:focus{color:var(--ldx-color-link-hover);border-color:var(--ldx-color-link-hover)}.ldx-plugin .ultp-dashboard-quiz__row .ultp-dashboard-quiz__details .ultp-dashboard-quiz__right .ultp-dashboard-quiz__score-label{border-radius:var(--ldx-global-border-radius)}.ldx-plugin .uo-grid-wrapper .grid-course .uo-border{position:relative;background:#fff;border:var(--ldx-grid-item-border-width) solid var(--ldx-grid-item-border-color);border-radius:var(--ldx-grid-item-border-radius);transition:all .15s ease;-moz-transition:all .15s ease;-ms-transition:all .15s ease;-o-transition:all .15s ease;-webkit-transition:all .15s ease}.ldx-plugin .uo-grid-wrapper .grid-course .uo-border>a{border-radius:calc(var(--ldx-grid-item-border-radius) - 2px);overflow:hidden}.ldx-plugin .uo-grid-wrapper .grid-course:hover .uo-border,.ldx-plugin .uo-grid-wrapper .grid-course:hover .uo-border.completed{border:var(--ldx-grid-item-border-width) solid var(--ldx-grid-item-border-color)}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder{padding:1em}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder,.ldx-plugin .uo-grid-wrapper .grid-course:hover .course-info-holder{background:#fff}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder.bottom{padding-top:0}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder.completed,.ldx-plugin .uo-grid-wrapper .grid-course:hover .course-info-holder.completed{background-color:inherit}.ldx-plugin .uo-grid-wrapper .grid-course .course-title{font-size:1.25em;font-weight:700;color:#333}.ldx-plugin .uo-grid-wrapper .grid-course:hover .course-title{color:var(--ldx-color-link-hover)}.ldx-plugin .uo-grid-wrapper .course-info-holder p{font-size:1em;line-height:1.3;color:gray}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder .percentage{margin:0 2px;font-size:1.5em;color:var(--ldx-progress-bar-bg)}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder.completed .percentage{color:var(--ldx-color-correct)}.ldx-plugin dd.uo-course-progress{margin:5px 0;background-color:var(--ldx-progress-bar-container-bg);border:0;border-radius:var(--ldx-progress-bar-border-radius);box-shadow:none;height:var(--ldx-progress-bar-height)}.ldx-plugin dd.uo-course-progress div.course_progress{background-color:var(--ldx-progress-bar-bg);box-shadow:none}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder.completed dd.uo-course-progress div.course_progress{background-color:var(--ldx-color-correct)}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder .list-tag-container{color:#aaa;font-weight:700;padding:0 2px}.ldx-plugin .uo-grid-wrapper .grid-course .course-info-holder.completed .list-tag-container{color:var(--ldx-color-correct)}.ldx-plugin .uo-toolkit-grid__course-action a{padding:0 1em 1em}.ldx-plugin .uo-toolkit-grid__course-action input{border:0}.ldx-plugin .uo-grid-wrapper .grid-course h4.view-course-outline{padding:10px 8px;border:0;background-color:var(--ldx-btn-primary-bg-color);color:var(--ldx-btn-primary-text-color);font-size:12px}.ldx-plugin .uo-grid-wrapper .grid-course h4.view-course-outline:hover{background-color:var(--ldx-btn-primary-bg-color-hover);color:var(--ldx-btn-primary-text-color-hover)}.ldx-plugin .uo-view-more .uo-view-more-anchor{border-radius:var(--ldx-grid-item-border-radius);background-color:var(--ldx-btn-standard-bg-color);color:var(--ldx-btn-standard-text-color);transition:all .15s ease;-moz-transition:all .15s ease;-ms-transition:all .15s ease;-o-transition:all .15s ease;-webkit-transition:all .15s ease}.ldx-plugin .uo-view-more .uo-view-more-anchor:hover,.ldx-plugin .uo-view-more .uo-view-more-anchor:active,.ldx-plugin .uo-view-more .uo-view-more-anchor:focus{background-color:var(--ldx-btn-standard-bg-color-hover);color:var(--ldx-btn-standard-text-color-hover)}.ldx-widget-area.fm-nav-before,.ldx-widget-area.fm-nav-after{margin:1em}body.ld-in-focus-mode .ldx-widget-area .learndash-wrapper{background:#fff0}.ldx-widget-area.fm-content-start{margin-bottom:1em}.ldx-widget-area.fm-content-bottom{margin-top:1em}.ldx-widget-area .ldx-widget:first-child{margin-top:0}.ldx-widget-area .ldx-widget:last-child{margin-bottom:0}.ldx-widget-area .ldx-widget p:first-child,.ldx-widget-area .ldx-widget ul:first-child,.ldx-widget-area .ldx-widget ol:first-child{margin-top:0;padding-top:0}.ldx-widget-area .ldx-widget p:last-child,.ldx-widget-area .ldx-widget ul:last-child,.ldx-widget-area .ldx-widget ol:last-child{margin-bottom:0;padding-bottom:0}body .ratings-after-title .rating-container.rating-sm+span,body .ratings-after-title .rating-container.rating-xs+span{margin-left:.25em;opacity:.7;font-weight:400}.rtl body .ratings-after-title .rating-container.rating-sm+span,.rtl body .ratings-after-title .rating-container.rating-xs+span{margin:0 .25em 0 0}body .ratings-after-title .rating-container.rating-sm+span{font-size:18px}.rating-container .rating-stars .empty-stars{color:var(--ldx-star-rating-color-empty)}.rating-container .rating-stars .filled-stars{color:var(--ldx-star-rating-color-filled);-webkit-text-stroke:0;text-shadow:none}div.rating-disabled .rating-stars{cursor:default}.course-reviews-section .review-top-section{justify-content:center}.course-reviews-section .review-top-section .review-top-col:nth-child(1){padding:0 15px 0 0}.rtl .course-reviews-section .review-top-section .review-top-col:nth-child(1){padding:0 0 0 15px}.course-reviews-section .review-top-section .review-top-col:nth-child(2){min-width:unset;padding:25px 18px;border-width:2px}@media only screen and (max-width:1023px){.course-reviews-section .review-top-section .review-top-col:nth-child(2){padding:18px}}.course-reviews-section .review-top-section .review-top-col:nth-child(3){margin:0;padding:0 0 0 15px}.rtl .course-reviews-section .review-top-section .review-top-col:nth-child(3){padding:0 15px 0 0}@media only screen and (max-width:1023px){.course-reviews-section .review-top-star-wrap{border-width:2px}}.course-reviews-section .review-split-percent .review-split-percent-inner{border-radius:var(--ldx-progress-bar-border-radius)}.course-reviews-section .review-split-percent .review-split-percent-inner-1{background-color:rgb(0 0 0 / .08)}.course-reviews-section .review-split-percent .review-split-percent-inner-2{background-color:var(--ldx-star-rating-color-filled);box-shadow:1px 0 0 0 #fff}.rtl .course-reviews-section .review-split-percent .review-split-percent-inner-2{box-shadow:-1px 0 0 0 #fff}.course-reviews-section .review-split-wrap .review-split-count{color:#777}.course-reviews-section .reviews-total-wrap{font-size:1em}@media only screen and (max-width:1023px){.course-reviews-section .reviews-total-wrap{color:inherit}}.course-reviews-section .reviews-total{font-weight:400}.course-reviews-section .review-top-section .write-a-review.already-rated,.course-reviews-section .write-review-wrap .write-a-review.already-rated{text-transform:capitalize;padding:0;margin:0;border:0;border-radius:var(--ldx-global-border-radius);box-shadow:none;background:none;color:var(--ldx-color-link)}.course-reviews-section .review-top-section .write-a-review.already-rated:hover,.course-reviews-section .review-top-section .write-a-review.already-rated:active,.course-reviews-section .review-top-section .write-a-review.already-rated:focus,.course-reviews-section .write-review-wrap .write-a-review.already-rated:hover,.course-reviews-section .write-review-wrap .write-a-review.already-rated:active,.course-reviews-section .write-review-wrap .write-a-review.already-rated:focus{color:var(--ldx-color-link-hover);text-decoration:underline}.course-reviews-section .filter-options{margin:2em 0 0;padding:2em 1em 1em;background-color:rgb(0 0 0 / .04);border-radius:var(--ldx-global-border-radius)}.course-reviews-section .filter-options .select-text:focus~.select-label,.course-reviews-section .filter-options .select-text:valid~.select-label{color:#666;font-weight:700;text-transform:uppercase}.course-reviews-section .filter-options select.select-text{font-size:1em}.course-reviews-section .filter-options span.select-bar::before,.course-reviews-section .filter-options span.select-bar::after{background-color:var(--ldx-color-link-hover)}@media only screen and (max-width:1023px){.course-reviews-section .filter-options .select{margin-bottom:0}}.course-reviews-section .wdm_course_rating_reviews{padding:0;margin-top:2em}.course-reviews-section .review-head{margin-bottom:.5em}.course-reviews-section strong.review-author-name{font-size:14px}.course-reviews-section span.wdm-review-age{margin-left:auto;font-size:13px;color:#777}.rtl .course-reviews-section span.wdm-review-age{margin:0 auto 0 0}.course-reviews-section .review-body{font-size:1em;line-height:1.65}.course-reviews-section strong.review-title{margin:0;font-size:115%;line-height:1.65}.course-reviews-section p.review-desc{margin-bottom:.75em;line-height:1.65}.course-reviews-section .review-image-tile-section img{margin-right:10px;border-radius:calc(var(--ldx-global-border-radius) * 0.5)}.course-reviews-section .review-footer{margin-top:.5em}.course-reviews-section span.review-helpful-text{font-size:13px;font-weight:400;color:#777;padding-left:0}.rtl .course-reviews-section span.review-helpful-text{padding:0 0 0 8px}.course-reviews-section a.reply_to_review_link{color:var(--ldx-color-link)}.course-reviews-section a.reply_to_review_link:hover,.course-reviews-section a.reply_to_review_link:active,.course-reviews-section a.reply_to_review_link:focus{color:var(--ldx-color-link-hover)}.rrf-modal-content.modal,.wdm_feedback_form.modal{-webkit-border-radius:var(--ldx-global-border-radius);-moz-border-radius:var(--ldx-global-border-radius);-o-border-radius:var(--ldx-global-border-radius);-ms-border-radius:var(--ldx-global-border-radius);border-radius:var(--ldx-global-border-radius)}.rrf-modal-content.modal .prompt-text,.wdm_feedback_form.modal .prompt-text{font-size:120%}.rrf-modal-content.modal .wdm_rrf_remaining_characters,.wdm_feedback_form.modal .wdm_rrf_remaining_characters{padding:0 3px;font-size:90%;text-align:left;opacity:.7}.rrf-modal-content.modal p.wdm_rrf_feedback_notice_msg,.wdm_feedback_form.modal p.wdm_rrf_feedback_notice_msg{font-size:90%;line-height:1.3}.rrf-modal-content.modal p.wdm_rrf_feedback_notice_msg a,.wdm_feedback_form.modal p.wdm_rrf_feedback_notice_msg a{color:var(--ldx-color-link)}.rrf-modal-content.modal p.wdm_rrf_feedback_notice_msg a:hover,.rrf-modal-content.modal p.wdm_rrf_feedback_notice_msg a:active,.rrf-modal-content.modal p.wdm_rrf_feedback_notice_msg a:focus,.wdm_feedback_form.modal p.wdm_rrf_feedback_notice_msg a:hover,.wdm_feedback_form.modal p.wdm_rrf_feedback_notice_msg a:active,.wdm_feedback_form.modal p.wdm_rrf_feedback_notice_msg a:focus{color:var(--ldx-color-link-hover)}.rrf-modal-content.modal input[type=text]:focus,.rrf-modal-content.modal textarea:focus,.wdm_feedback_form.modal input[type=text]:focus,.wdm_feedback_form.modal textarea:focus{border-color:var(--ldx-color-link-hover)}.rrf-modal-content.modal .review-media,.wdm_feedback_form.modal .review-media{margin-top:.5em}.rrf-modal-content.modal .review-media span,.wdm_feedback_form.modal .review-media span{font-size:14px}.rrf-modal-content.modal .media-upload__thumbnail-container,.rrf-modal-content.modal .media-upload-square-button-container,.wdm_feedback_form.modal .media-upload__thumbnail-container,.wdm_feedback_form.modal .media-upload-square-button-container{border-radius:calc(var(--ldx-global-border-radius) * 0.5);overflow:hidden}.rrf-modal-content.modal .media-upload__delete-button:hover,.wdm_feedback_form.modal .media-upload__delete-button:hover{background:var(--ldx-color-incorrect)}.rrf-modal-content.modal .media-upload-square-button-container:hover,.wdm_feedback_form.modal .media-upload-square-button-container:hover{border-color:var(--ldx-color-link-hover)}.rrf-modal-content.modal .modal-navigation [data-steptype=delete],.wdm_feedback_form.modal .modal-navigation [data-steptype=delete]{box-shadow:inset 0 0 0 2px var(--ldx-color-incorrect);background:#fff0;color:var(--ldx-color-incorrect)}.rrf-modal-content.modal .modal-navigation [data-steptype=delete]:hover,.wdm_feedback_form.modal .modal-navigation [data-steptype=delete]:hover{background:var(--ldx-color-incorrect);color:#fff}.wdm_feedback_form.modal .wdm_rrf_remaining_characters{margin-bottom:.75em}body .ldgr-upload-csv .ldgr-upload-wrap .ldgr-uploader{border-radius:calc(var(--ldx-global-border-radius) * 0.7);border-width:2px}.wdm-crr-show-popup .rating-container .wdm-popup-div{border-radius:var(--ldx-global-border-radius);border-color:#e0e0e0;box-shadow:0 1px 4px rgb(0 0 0 / .05),0 4px 14px rgb(0 0 0 / .08)}.wdm-crr-show-popup .rating-container .wdm-popup-div::before{border-width:10px;margin-left:-21px;border-bottom-color:#e0e0e0}.wdm-crr-show-popup .rating-container .wdm-popup-div .wdm_crr_rate_out_of{font-weight:500}.wdm-crr-show-popup .rating-container .wdm-popup-div .wdm_crr_review_link>a,.wdm-crr-show-popup .rating-container .wdm-popup-div .review_star_filter_link{color:var(--ldx-color-link)}.wdm-crr-show-popup .rating-container .wdm-popup-div .wdm_crr_review_link>a:hover,.wdm-crr-show-popup .rating-container .wdm-popup-div .wdm_crr_review_link>a:active,.wdm-crr-show-popup .rating-container .wdm-popup-div .wdm_crr_review_link>a:focus,.wdm-crr-show-popup .rating-container .wdm-popup-div .review_star_filter_link:hover,.wdm-crr-show-popup .rating-container .wdm-popup-div .review_star_filter_link:active,.wdm-crr-show-popup .rating-container .wdm-popup-div .review_star_filter_link:focus{color:var(--ldx-color-link-hover);text-decoration:underline}.wdm-crr-show-popup .wdm-popup-div .wdm-popup-div-content{padding:.75em 1em;font-size:inherit;line-height:1.2;color:inherit}.barChart .barChart__bar{height:17px;border-radius:1px;background-color:#f3f3f3;background:linear-gradient(to bottom,#eee,#f6f6f6);box-shadow:inset 0 1px 2px rgb(0 0 0 / .4),inset 0 0 0 1px rgb(0 0 0 / .1)}.barChart .barChart__barFill{background:var(--ldx-star-rating-color-filled);box-shadow:inset 0 0 0 1px rgb(0 0 0 / .16),inset 0 -5px 7px rgb(0 0 0 / .05)}.course_rating_review_page .wdm_courses_reviews>div{border:0;border-radius:var(--ldx-global-border-radius);background-color:rgb(0 0 0 / .04);margin-bottom:1em;padding:1.25em}.course_rating_review_page .wdm_course_feature_img.wdm_crr_left_section{padding:0;margin-right:3%}.course_rating_review_page .wdm_course_thumb{height:auto;box-shadow:none;border-radius:calc(var(--ldx-global-border-radius) * 0.75)}.course_rating_review_page .wdm_rating_section.wdm_crr_right_section{padding-top:0}.course_rating_review_page .wdm_rating_section.wdm_crr_right_section>a{font-size:1.375em;font-weight:500;color:var(--ldx-color-link)}.course_rating_review_page .wdm_rating_section.wdm_crr_right_section>a:hover,.course_rating_review_page .wdm_rating_section.wdm_crr_right_section>a:active,.course_rating_review_page .wdm_rating_section.wdm_crr_right_section>a:focus{color:var(--ldx-color-link-hover);text-decoration:underline}.course_rating_review_page .rating-container .caption{color:#666}div.ldgr-group-settings-wrap,.wdm-select-wrapper .ldgr-group-actions{box-sizing:border-box}.wdm-select-wrapper input[type=text],.ldgr-group-actions input,#add_user_data input,#wdm_group_filter label input{border-radius:calc(var(--ldx-global-border-radius) * 0.6)}div.ldgr-group-settings-wrap{width:41px;height:41px;border-radius:var(--ldx-global-border-radius) var(--ldx-global-border-radius) 0 0}.wdm-select-wrapper .wdm-select-wrapper-content{margin-bottom:0;border-radius:var(--ldx-global-border-radius) 0 var(--ldx-global-border-radius) var(--ldx-global-border-radius)}.wdm-select-wrapper .wdm-select-wrapper-content h3{font-size:inherit;font-weight:inherit}.wdm-select-wrapper .wdm-select-wrapper-content select{width:auto;max-width:250px}.wdm-select-wrapper .wdm-registration-wrapper .wdm-registration-left{font-size:1em}.wdm-select-wrapper .ldgr-group-actions{width:90%;padding:1em;margin:-1px auto 0;border-radius:0 0 var(--ldx-global-border-radius) var(--ldx-global-border-radius);background-color:rgb(0 0 0 / .05)}.wdm-select-wrapper .ldgr-group-actions label{display:block;padding:0 0 .25em .25em}.wdm-select-wrapper .ldgr-group-actions br{display:none}.wdm-select-wrapper #ldgr-update-group-details{margin-top:.5em}.wdm-select-wrapper .wdm_group_course_detail{margin-top:1em;border:0;box-shadow:none}.wdm-select-wrapper p.wdm_course_list_title{padding:0 .5em;background-color:#fff0;color:inherit;font-weight:700}.wdm-select-wrapper .wdm_group_course_detail li{margin-left:0}.wdm-tabs-wrapper .wdm-tabs-inner-links ul.tabs{padding:0!important;border-bottom:0}.wdm-tabs-wrapper .wdm-tabs-inner-links ul.tabs::after{display:block;content:"";position:absolute;width:100%;height:6px;bottom:-6px;left:0;background:rgb(0 0 0 / .1);border-radius:var(--ldx-global-border-radius)}@media(max-width:640px){.wdm-tabs-wrapper .wdm-tabs-inner-links ul.tabs::after{display:none}}.wdm-tabs-wrapper ul.tabs li a{font-size:inherit;font-weight:600;color:inherit;text-decoration:none}.wdm-tabs-wrapper ul.tabs li a:hover,.wdm-tabs-wrapper ul.tabs li a:active,.wdm-tabs-wrapper ul.tabs li a:focus{color:var(--ldx-color-link-hover)}.wdm-tabs-wrapper ul.tabs li.current a{color:var(--ldx-color-link-hover)!important}.wdm-tabs-wrapper #wdm-border-bottom{height:6px;bottom:-6px;background-color:var(--ldx-color-link-hover)!important;border-radius:var(--ldx-global-border-radius)}.wdm-tabs-wrapper div.tab-content{background-color:rgb(0 0 0 / .08);border-radius:var(--ldx-global-border-radius);padding:1.5em;animation:240ms ease-in-out 0s 1 normal both ldx-fadein-slideup}.wdm-tabs-wrapper .dataTables_wrapper .dataTables_length,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_filter,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_info,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_processing,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_paginate,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:inherit}.wdm-tabs-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button{border-radius:calc(var(--ldx-global-border-radius) * 0.4);color:inherit!important}.wdm-tabs-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background-color:var(--ldx-color-link-hover);border-color:var(--ldx-color-link-hover);color:#fff!important}.wdm-tabs-wrapper #wdm_group_filter label,.wdm-tabs-wrapper #wdm_group_length label,.wdm-tabs-wrapper table#wdm_group th,.wdm-tabs-wrapper table#wdm_group td,.wdm-tabs-wrapper table#add_user_data th,.wdm-tabs-wrapper table#add_user_data td,.wdm-tabs-wrapper #tab-3 #wdm_ldgr_group_report th,.wdm-tabs-wrapper #tab-3 #wdm_ldgr_group_report td{font-size:inherit}.wdm-tabs-wrapper table#wdm_group,.wdm-tabs-wrapper table#add_user_data,.wdm-tabs-wrapper table#wdm_ldgr_group_report{font-family:inherit;background-color:#fff;border:0;border-radius:var(--ldx-global-border-radius);box-shadow:none;overflow:hidden}.wdm-tabs-wrapper table#wdm_group{margin-bottom:0}.wdm-tabs-wrapper table#wdm_group th,.wdm-tabs-wrapper table#wdm_group td,.wdm-tabs-wrapper table#add_user_data th,.wdm-tabs-wrapper table#add_user_data td,.wdm-tabs-wrapper #tab-3 #wdm_ldgr_group_report td,.wdm-tabs-wrapper #tab-3 #wdm_ldgr_group_report th{padding:8px 10px!important}.wdm-tabs-wrapper table#wdm_group th,.wdm-tabs-wrapper table#wdm_group td,.wdm-tabs-wrapper table#add_user_data th,.wdm-tabs-wrapper table#add_user_data td{color:inherit;border-color:#e9e9e9}.wdm-tabs-wrapper table#wdm_group th,.wdm-tabs-wrapper table#add_user_data th,.wdm-tabs-wrapper #tab-3 #wdm_ldgr_group_report th{background-color:#555;color:#fff;border-bottom:0}.wdm-tabs-wrapper table#wdm_group th:first-of-type{text-align:center}.wdm-tabs-wrapper table.dataTable tr.odd,.wdm-tabs-wrapper table#wdm_group tr:hover,.wdm-tabs-wrapper table#add_user_data tr:hover{background:#fff0}.wdm-tabs-wrapper table#wdm_group tr:hover td{color:inherit}.wdm-tabs-wrapper .ldgr-actions .wdm_remove.button{display:inline-block!important;padding:.375em .8375em;background:#fff0;border-radius:var(--ldx-btn-border-radius);font-size:90%;line-height:1;color:var(--ldx-color-incorrect);transition:all 100ms ease}.wdm-tabs-wrapper .ldgr-actions .wdm_remove.button:hover{background-color:var(--ldx-color-incorrect);color:#fff}.wdm-tabs-wrapper #wdm_group_filter label input{margin-left:.5em}.rtl .wdm-tabs-wrapper #wdm_group_filter label input{margin-right:.5em}.wdm-tabs-wrapper #wdm_group td p{margin:0;padding:0}.wdm-tabs-wrapper ul.wdm-adduser-tabs{padding:0!important;margin-left:0;background-color:#fff;border-radius:var(--ldx-btn-border-radius);border:1px solid rgb(0 0 0 / .22)}.wdm-tabs-wrapper ul.wdm-adduser-tabs li{padding:0}.wdm-tabs-wrapper ul.wdm-adduser-tabs li:first-child{border-radius:var(--ldx-btn-border-radius) 0 0 var(--ldx-btn-border-radius)}.wdm-tabs-wrapper ul.wdm-adduser-tabs li:last-child{border-radius:0 var(--ldx-btn-border-radius) var(--ldx-btn-border-radius) 0;margin-left:1px}.wdm-tabs-wrapper ul.wdm-adduser-tabs li:hover{color:var(--ldx-color-link-hover);box-shadow:0 0 0 1px var(--ldx-color-link-hover)}.wdm-tabs-wrapper .wdm-adduser-tabs li a{display:block;padding:.25em .9375em;color:inherit;font-size:85%;letter-spacing:-.02em;text-decoration:none}.wdm-tabs-wrapper .wdm-adduser-tabs li.current{box-shadow:0 0 0 1px var(--ldx-color-link-hover);background-color:var(--ldx-color-link-hover)}.wdm-tabs-wrapper .wdm-adduser-tabs .current a{font-weight:600;color:#fff}@media(max-width:1200px){.wdm-tabs-wrapper table#add_user_data #wdm-clear{padding:12px 10px}}.wdm-tabs-wrapper #wdm-clear .wdm_clear_data{margin-right:.375em;font-size:inherit;vertical-align:unset;color:var(--ldx-color-link)}.rtl .wdm-tabs-wrapper #wdm-clear .wdm_clear_data{margin:0 0 0 .375em}.wdm-tabs-wrapper #wdm-clear .wdm_clear_data:hover{background:none;color:var(--ldx-color-link-hover);text-decoration:underline;transition:none}.wdm-tabs-wrapper .wdm-add-user-btn img,.wdm-tabs-wrapper .wdm_remove_add_user img{width:20px;height:20px;opacity:.7}.wdm-tabs-wrapper .wdm-add-user-btn img:hover,.wdm-tabs-wrapper .wdm_remove_add_user img:hover{opacity:1}.wdm-tabs-wrapper .wdm_remove_add_user{padding:0;margin-left:2px}.rtl .wdm-tabs-wrapper .wdm_remove_add_user{margin:0 2px 0 0}.wdm-tabs-wrapper .wdm-download-csv a{color:var(--ldx-color-link)}.wdm-tabs-wrapper .wdm-download-csv a:hover{color:var(--ldx-color-link-hover);text-decoration:underline}.wdm-tabs-wrapper #uploadcsv{font-weight:600}.wdm-tabs-wrapper .blocked,.wdm-tabs-wrapper #wdm-ldgr-overlay{background:#000;border-radius:var(--ldx-global-border-radius);opacity:.2}.wdm-tabs-wrapper .wdm-progress-container,.wdm-tabs-wrapper dd.course_progress{width:auto;height:var(--ldx-progress-bar-height);background-color:var(--ldx-progress-bar-container-bg);border-radius:var(--ldx-progress-bar-border-radius);box-shadow:none}.wdm-tabs-wrapper .wdm-progress-bar,.wdm-tabs-wrapper dd.course_progress div.course_progress_blue{height:var(--ldx-progress-bar-height);background-color:var(--ldx-progress-bar-bg);border-radius:var(--ldx-progress-bar-border-radius);box-shadow:none}.wdm-tabs-wrapper .wdm-tab-content{background:#fff0;padding:0;animation:240ms ease-in-out 0s 1 normal both ldx-fadein-slideup}.wdm-tabs-wrapper #tab-3{padding:1.5em}.wdm-tabs-wrapper #tab-3 .wdm-select-wrapper{margin:0}.wdm-tabs-wrapper #tab-3 .wdm-select-wrapper h6{display:none}.wdm-tabs-wrapper #wdm_ldgr_group_report_length{padding:.5em}.wdm-tabs-wrapper .course_overview_heading{display:none}.wdm-tabs-wrapper dd.course_progress{margin:0}.wdm-tabs-wrapper #wdm_ldgr_group_report tr.shown,.wdm-tabs-wrapper #wdm_ldgr_group_report tr.shown+tr{background-color:rgb(0 0 0 / .03)}.wdm-tabs-wrapper #wdm_ldgr_group_report .flip{padding:.25em}.wdm-tabs-wrapper #wdm_ldgr_group_report .flip .right{padding:.25em .25em 0}.wdm-tabs-wrapper .dataTables_wrapper .dataTables_info,.wdm-tabs-wrapper .dataTables_wrapper .dataTables_paginate{padding:.5em}#wdm_search_submit>.wdm-error-message,#wdm_search_submit>.wdm-update-message{margin:0 0 3em}#wdm_search_submit .wdm-update-message,#wdm_search_submit .wdm-error-message{padding:.75em 1em;border-radius:var(--ldx-global-border-radius);border-width:var(--ldx-alert-border-width);border-style:solid}#wdm_search_submit .wdm-error-message{border-color:var(--ldx-alert-warning-color-border);background-color:var(--ldx-alert-warning-color-bg);color:var(--ldx-alert-warning-color-text)}#wdm_search_submit .wdm-update-message{border-color:var(--ldx-alert-success-color-border);background-color:var(--ldx-alert-success-color-bg);color:var(--ldx-alert-success-color-text)}body .ldgr-group-single .ldgr-top-banner{background:rgb(0 0 0 / .02);border-radius:var(--ldx-global-border-radius)}.ldgr-group-image img{border-radius:calc(var(--ldx-global-border-radius) * 0.7)}.ldgr-curr-icon .ldgr-group-image img{border-radius:calc(var(--ldx-global-border-radius) * 0.4)}.ldgr-group-single .ldgr-top-banner .ldgrs-edit-wrap .ldgr-edit-group{color:var(--ldx-color-link)!important}.ldgr-group-single .ldgr-top-banner .ldgrs-edit-wrap .ldgr-edit-group:hover{color:var(--ldx-color-link-hover)!important}body .ldgr-btn,.ldgr-btn.enroll-new-user,body #tab-3 #wdm_ldgr_show_report,.ldgr-group-code-content .ldgr-group-code-items .ldgr-cngc-btn{font-weight:700;border:0;border-radius:var(--ldx-btn-border-radius)}.ldgr-btn.enroll-new-user,.ldgr-group-code-content .ldgr-group-code-items .ldgr-cngc-btn,.ldgr-btn.ldgr-submit-form,#ldgr-add-users-submit,.ldgr-btn.edit-sub-group-submit,.ldgr-btn.create-sub-group-submit,.ldgr-btn.update-group-details,body .ldgr-btn.ldgr-upload-csv-btn,.ldgr-btn.cnsg-btn{background:var(--ldx-btn-primary-bg-color)!important;color:var(--ldx-btn-primary-text-color)}.ldgr-btn.enroll-new-user:hover,.ldgr-btn.enroll-new-user:active,.ldgr-btn.enroll-new-user:focus,.ldgr-group-code-content .ldgr-group-code-items .ldgr-cngc-btn:hover,.ldgr-group-code-content .ldgr-group-code-items .ldgr-cngc-btn:active,.ldgr-group-code-content .ldgr-group-code-items .ldgr-cngc-btn:focus,.ldgr-btn.ldgr-submit-form:hover,.ldgr-btn.ldgr-submit-form:active,.ldgr-btn.ldgr-submit-form:focus,#ldgr-add-users-submit:hover,#ldgr-add-users-submit:active,#ldgr-add-users-submit:focus,.ldgr-btn.edit-sub-group-submit:hover,.ldgr-btn.edit-sub-group-submit:active,.ldgr-btn.edit-sub-group-submit:focus,.ldgr-btn.create-sub-group-submit:hover,.ldgr-btn.create-sub-group-submit:active,.ldgr-btn.create-sub-group-submit:focus,.ldgr-btn.update-group-details:hover,.ldgr-btn.update-group-details:active,.ldgr-btn.update-group-details:focus,body .ldgr-btn.ldgr-upload-csv-btn:hover,body .ldgr-btn.ldgr-upload-csv-btn:active,body .ldgr-btn.ldgr-upload-csv-btn:focus,.ldgr-btn.cnsg-btn:hover,.ldgr-btn.cnsg-btn:active,.ldgr-btn.cnsg-btn:focus{background:var(--ldx-btn-primary-bg-color-hover)!important;color:var(--ldx-btn-primary-text-color-hover)}body #tab-3 #wdm_ldgr_show_report,.ldgr-btn.gcs-cancel,body .ldgr-btn.upload-csv-cancel,.ldgr-btn.add-usr-cancel,.ldgr-btn.edit-group-cancel,.ldgr-btn.edit-sg-cancel,.ldgr-btn.create-sg-cancel,body .ldgr-group-single .ldgr-top-banner .ldgrs-edit-wrap .ldgr-btn{background:var(--ldx-btn-standard-bg-color)!important;color:var(--ldx-btn-standard-text-color)}body #tab-3 #wdm_ldgr_show_report:hover,body #tab-3 #wdm_ldgr_show_report:active,body #tab-3 #wdm_ldgr_show_report:focus,.ldgr-btn.gcs-cancel:hover,.ldgr-btn.gcs-cancel:active,.ldgr-btn.gcs-cancel:focus,body .ldgr-btn.upload-csv-cancel:hover,body .ldgr-btn.upload-csv-cancel:active,body .ldgr-btn.upload-csv-cancel:focus,.ldgr-btn.add-usr-cancel:hover,.ldgr-btn.add-usr-cancel:active,.ldgr-btn.add-usr-cancel:focus,.ldgr-btn.edit-group-cancel:hover,.ldgr-btn.edit-group-cancel:active,.ldgr-btn.edit-group-cancel:focus,.ldgr-btn.edit-sg-cancel:hover,.ldgr-btn.edit-sg-cancel:active,.ldgr-btn.edit-sg-cancel:focus,.ldgr-btn.create-sg-cancel:hover,.ldgr-btn.create-sg-cancel:active,.ldgr-btn.create-sg-cancel:focus,body .ldgr-group-single .ldgr-top-banner .ldgrs-edit-wrap .ldgr-btn:hover,body .ldgr-group-single .ldgr-top-banner .ldgrs-edit-wrap .ldgr-btn:active,body .ldgr-group-single .ldgr-top-banner .ldgrs-edit-wrap .ldgr-btn:focus{background:var(--ldx-btn-standard-bg-color-hover)!important;color:var(--ldx-btn-standard-text-color-hover)}.wdm-tabs-wrapper #bulk_remove{background:#fff0;box-shadow:inset 0 0 0 2px var(--ldx-color-incorrect);color:var(--ldx-color-incorrect)}.wdm-tabs-wrapper #bulk_remove:hover,.wdm-tabs-wrapper #bulk_remove:active,.wdm-tabs-wrapper #bulk_remove:focus{background:var(--ldx-color-incorrect);color:#fff}.ldgr-upload-csv .ldgr-upload-wrap .ldgr-uploader .ldgr-btn{border:1px solid}.ldgr-upload-csv .ldgr-upload-wrap .ldgr-uploader .ldgr-btn:hover{background:#444;color:#fff}.ldgr-lightbox .ldgr-popup{border-radius:var(--ldx-global-border-radius)}.ldgr-lightbox .ldgr-popup .ldgr-icon-Close:hover,.ldgr-add-user .remove-user:hover,.ldgr-add-user .remove-user:hover span{color:var(--ldx-color-incorrect)}.ldgr-color.ldgr-amu,.ldgr-add-more-users .ldgr-plus{color:var(--ldx-color-link)!important;border-color:var(--ldx-color-link)}.ldgr-add-more-users:hover .ldgr-plus,.ldgr-add-more-users:hover .ldgr-amu{color:var(--ldx-color-link-hover)!important;border-color:var(--ldx-color-link-hover)}.ldgr-tabs li:hover{color:var(--ldx-color-link-hover)}body .ldgr-tabs li.current{border-color:var(--ldx-color-link-hover);color:var(--ldx-color-link-hover)!important}.ldgr-upload-csv .ldgr-upload-wrap .ldgr-dlcsv a,.ldgr-upload-csv .ldgr-upload-wrap .ldgr-dlcsv .dlcsv-txt{color:var(--ldx-color-link)!important}.ldgr-upload-csv .ldgr-upload-wrap .ldgr-dlcsv:hover a,.ldgr-upload-csv .ldgr-upload-wrap .ldgr-dlcsv:hover .dlcsv-txt{color:var(--ldx-color-link-hover)!important}#ldgr-upload-file-info div span{font-weight:400}body .ldgr-lightbox .ldgr-popup .ldgr-edit-gicon>div .ldgr-rm-icon{color:inherit}body .ldgr-lightbox .ldgr-popup .ldgr-edit-gicon>div .ldgr-rm-icon:hover{color:var(--ldx-color-incorrect)}body .ldgr-lightbox .ldgr-popup .ldgr-edit-gicon>div .ldgr-ch-icon{color:var(--ldx-color-link)!important}body .ldgr-lightbox .ldgr-popup .ldgr-edit-gicon>div .ldgr-ch-icon:hover{color:var(--ldx-color-link-hover)!important}body .ldgr-group-single .ldgr-group-courses h3,body .ldgr-group-single .ldgr-top-banner .ldgrs-title-wrap h1,body .ldgr-group-single .ldgr-top-banner .ldgrs-title-wrap .ldgr-u-left{color:inherit}body .ldgr-group-single .ldgr-top-banner .ldgrs-title-wrap .ldgr-u-left{font-weight:400}body .ldgr-group-single .ldgr-group-courses h3{padding:0 3px 5px}body .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items{line-height:1.2}body .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items .ldgr-group-courses-item{margin:0}body .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items>a{padding:.5em;margin:.5em;border-radius:var(--ldx-global-border-radius);color:inherit}body .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items>a:hover{background:rgb(0 0 0 / .04)}body .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items a:hover span{color:var(--ldx-color-link-hover)}body .ldgr-group-single .ldgr-group-courses .ldgr-group-courses-items .ldgr-group-courses-item img{border-radius:calc(var(--ldx-global-border-radius) * 0.7)}.wdm-table-container a{color:var(--ldx-color-link)}.wdm-table-container a:hover{color:var(--ldx-color-link-hover)}body #tab-3 table.dataTable tbody>tr.odd:hover,body #tab-3 table.dataTable tbody>tr.even:hover{background:rgb(0 0 0 / .03)}.wdm-table-container .learndash_profile_quizzes>.pending{font-size:14px}.wdm-table-container .learndash_profile_quizzes .passed .scores{color:var(--ldx-color-correct)}body #tab-3 .ldgr-group-report-item{border-radius:var(--ldx-progress-bar-border-radius);background-color:var(--ldx-progress-bar-container-bg)}body #tab-3 .ldgr-course-progress-bar{border-radius:var(--ldx-progress-bar-border-radius);background-color:var(--ldx-progress-bar-bg)!important}body .ldgr-group-listing .ldgr-group-items{display:block}body .ldgr-group-listing .list .ldgr-group-item{padding:10px 10px 5px 10px;border-radius:0}body .ldgr-group-listing .list .ldgr-group-item:hover{background:rgb(0 0 0 / .03);box-shadow:none}body .ldgr-sub-groups-content .ldgr-sub-groups-items .ldgr-sub-groups-item .ldgr-edit-subgr,body .ldgr-sub-groups-content .ldgr-sub-groups-items .ldgr-sub-groups-item .ldgr-edit-subgr .ldgr-color,.ldgr-sub-groups-content .ldgr-sub-groups-items .ldgr-sub-groups-item .ldgr-edit-subgr i{color:var(--ldx-color-link)!important}.ldgr-sub-groups-content .ldgr-sub-groups-items .ldgr-sub-groups-item .ldgr-edit-subgr:hover .ldgr-color,.ldgr-sub-groups-content .ldgr-sub-groups-items .ldgr-sub-groups-item .ldgr-edit-subgr:hover i{color:var(--ldx-color-link-hover)!important}body .ldgr-sub-groups-content .ldgr-sub-groups-items .ldgr-sub-groups-item{margin-bottom:15px;background:#fff;border-radius:calc(var(--ldx-global-border-radius) * 0.7);box-shadow:none}body .ldgr-sub-groups-content .ldgr-sub-groups-items .ldgr-sub-groups-item .ldgr-sub-gr-title{color:inherit;font-size:1.5em;font-weight:500;margin-bottom:8px}body .ldgr-create-new-sg .ldgr-field .ldgr-chk-item label,body .ldgr-edit-sg .ldgr-field .ldgr-chk-item label{text-transform:none}body .ldgr-group-code-content .ldgr-group-code-items>.ldgr-group-code-item{padding:25px 0;border-color:rgb(0 0 0 / .1)}body .ldgr-group-code-content .ldgr-group-code-actions{margin-top:10px}body .ldgr-group-code-content .ldgr-group-code-info .ldgr-group-code{color:inherit;font-family:monospace}.ldgr-cp-code,.ldgr-edit-code,.ldgr-cp-code .ldgr-color,.ldgr-edit-code .ldgr-color{color:inherit!important}.ldgr-cp-code:hover,.ldgr-edit-code:hover,.ldgr-cp-code:hover .ldgr-color,.ldgr-edit-code:hover .ldgr-color{color:var(--ldx-color-link-hover)!important}.ldgr-delete-code,.ldgr-delete-code .ldgr-color{color:inherit!important}.ldgr-delete-code:hover,.ldgr-delete-code:hover .ldgr-color{color:var(--ldx-color-incorrect)!important}body .el-cls-instructor .el-cls-author-name,body .el-cls-instructor a{color:var(--ldx-color-link)}body .el-cls-instructor .el-cls-author-name:hover,body .el-cls-instructor a:hover{color:var(--ldx-color-link-hover)}body .el-cls-instructor .el-cls-author-name::before,body .el-cls-instructor a::before{background-color:var(--ldx-color-link-hover)}body .el-cls-instructor .el-cls-author-name::before{background-color:var(--ldx-color-link-hover)}body .el-cls-course-duration span{font-size:14px;font-weight:400}.noty_layout .noty_theme__learndash.noty_bar{border-radius:var(--ldx-achievements-popup-border-radius);border-bottom:0;border:var(--ldx-achievements-popup-border-width) solid var(--ldx-achievements-popup-border-color)}.noty_layout .noty_theme__learndash.noty_bar .noty_body{padding:14px}.noty_bar .noty_body .text .title{color:var(--ldx-achievements-popup-title-color);font-size:var(--ldx-achievements-popup-title-font-size);line-height:1.2}.noty_bar .noty_body .text .message{margin-top:3px;color:var(--ldx-achievements-popup-message-color);font-size:var(--ldx-achievements-popup-message-font-size);line-height:1.35}.noty_bar .text a{color:inherit;text-decoration:underline}body .noty_has_timeout.noty_has_progressbar .noty_progressbar{opacity:1;background:rgb(255 255 255 / .3)}body .ld-achievement-tooltip .ld-achievement-tooltiptext{min-width:160px;padding:6px;background:var(--ldx-tooltip-bg-color);border-radius:var(--ldx-global-border-radius);color:var(--ldx-tooltip-text-color);line-height:1.2}.ld-achievements .ld-achievement-tooltip .ld-achievement-tooltiptext::after{border-top-color:var(--ldx-tooltip-bg-color)}body .ld-achievements .ld-achievement-image img{width:var(--ldx-my-achievements-icon-width)}@keyframes ldx-progress-bar{0%{width:0}}@keyframes ldx-fadein-slideup{0%{opacity:.3;transform:translateY(2px)}100%{opacity:1;transform:translateY(0)}}@keyframes ldx-fadein-slidedown{0%{opacity:.3;transform:translateY(-3px)}100%{opacity:1;transform:translateY(0)}}@keyframes ldx-content-fadein-left{from{opacity:0;transform:translateX(7px)}to{opacity:1;transform:translateX(0)}}@keyframes ldx-content-fadein-right{from{opacity:0;transform:translateX(-7px)}to{opacity:1;transform:translateX(0)}}@keyframes ldx-content-fadein-up{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes ldx-content-fadein-down{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}@media print{.ld-focus-sidebar,.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions,.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus .ld-breadcrumbs-segments,.ld-focus-content .ld-content-actions,.ld-file-upload,.ld-focus-comments__form-container,.learndash-wrapper .ld-tabs .ld-tabs-navigation{display:none}.ld-focus-header .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage::before{content:"Course Progress: ";font-weight:700}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{padding:0 1em 1em}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1{margin:0}.ld-focus .ld-breadcrumbs{background:#fff0;align-items:flex-start}.ld-focus .ld-breadcrumbs .ld-status{text-align:left}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{display:block}.learndash-wrapper .ld-tabs .ld-tabs-content div[id^=ld-tab-materials]::before{display:block;content:"Materials";font-size:24px;font-weight:700;margin-bottom:3px}.single-sfwd-courses .ld-lesson-list .ld-expand-button{display:none}.single-sfwd-courses .ld-lesson-list .ld-item-list-item .ld-item-list-item-expanded{max-height:unset}#ld-profile .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,#ld-profile .ld-item-details .ld-expand-button,#ld-profile .ld-item-details .ld-expand-button.ld-mobile-only{display:none!important}}body .uo-groups-bulk{border-radius:var(--ldx-global-border-radius)}body .uo-groups .uo-btn,body .uo-groups.uo-quiz-report .buttons-csv,body .uo-groups.uo-quiz-report a.paginate_button,body .uo-groups .uo-groups-table .assignment_approve_single,body .uo-groups .uo-groups-table .essay_approve_single,body .uo-groups .uo-select-jplist .jplist-dd-panel,.group-assignment-modal #sfwd-assignment_download .button,.uo-groups .uo-groups-datatable-header .dt-button,.uo-groups .uo-groups-datatable-footer .paginate_button{border-radius:var(--ldx-btn-border-radius);transition:all .1s linear}body .uo-groups .uo-groups-list .uo-btn{border-radius:0}#group-management-enrolled-users-table-send-password .uo-btn,body .uo-groups .uo-groups-table .assignment_approve_single,body .uo-groups .uo-groups-table .essay_approve_single,.leader-table-actions .group-management-buttons .uo-btn,.group-management-form .uo-row-footer .submit-group-management-form,body .uo-groups.uo-quiz-report .buttons-csv,.group-assignment-modal #sfwd-assignment_download .button,.group-assignment-modal #uo-assignment-update-button,body .uo-groups #uo-essay-edit-button,.uo-groups #group-trash-assignments-button,.uo-groups #group-approve-assignments-button,body .uo-groups-bulk .uo-btn.submit-group-management-form,.uo-groups .uo-groups-datatable-header .buttons-csv{border:0}#group-management-enrolled-users-table-send-password .uo-btn,body .uo-groups .uo-groups-table .assignment_approve_single,body .uo-groups .uo-groups-table .essay_approve_single,.leader-table-actions .group-management-buttons .uo-btn,.group-management-form .uo-row-footer .submit-group-management-form,.group-assignment-modal #uo-assignment-update-button,body .uo-groups #uo-essay-edit-button,body .uo-groups-bulk .uo-btn.submit-group-management-form{background-color:var(--ldx-btn-primary-bg-color);color:var(--ldx-btn-primary-text-color);font-weight:600}#group-management-enrolled-users-table-send-password .uo-btn:hover,#group-management-enrolled-users-table-send-password .uo-btn:active,#group-management-enrolled-users-table-send-password .uo-btn:focus,body .uo-groups .uo-groups-table .assignment_approve_single:hover,body .uo-groups .uo-groups-table .assignment_approve_single:active,body .uo-groups .uo-groups-table .assignment_approve_single:focus,body .uo-groups .uo-groups-table .essay_approve_single:hover,body .uo-groups .uo-groups-table .essay_approve_single:active,body .uo-groups .uo-groups-table .essay_approve_single:focus,.leader-table-actions .group-management-buttons .uo-btn:hover,.leader-table-actions .group-management-buttons .uo-btn:active,.leader-table-actions .group-management-buttons .uo-btn:focus,.group-management-form .uo-row-footer .submit-group-management-form:hover,.group-management-form .uo-row-footer .submit-group-management-form:active,.group-management-form .uo-row-footer .submit-group-management-form:focus,.group-assignment-modal #uo-assignment-update-button:hover,.group-assignment-modal #uo-assignment-update-button:active,.group-assignment-modal #uo-assignment-update-button:focus,body .uo-groups #uo-essay-edit-button:hover,body .uo-groups #uo-essay-edit-button:active,body .uo-groups #uo-essay-edit-button:focus,body .uo-groups-bulk .uo-btn.submit-group-management-form:hover,body .uo-groups-bulk .uo-btn.submit-group-management-form:active,body .uo-groups-bulk .uo-btn.submit-group-management-form:focus{background-color:var(--ldx-btn-primary-bg-color-hover);color:var(--ldx-btn-primary-text-color-hover)}body .uo-groups.uo-quiz-report .buttons-csv,.group-assignment-modal #sfwd-assignment_download .button,.uo-groups .uo-groups-datatable-header .buttons-csv{background-color:var(--ldx-btn-standard-bg-color);color:var(--ldx-btn-standard-text-color)}body .uo-groups.uo-quiz-report .buttons-csv:hover,body .uo-groups.uo-quiz-report .buttons-csv:active,body .uo-groups.uo-quiz-report .buttons-csv:focus,.group-assignment-modal #sfwd-assignment_download .button:hover,.group-assignment-modal #sfwd-assignment_download .button:active,.group-assignment-modal #sfwd-assignment_download .button:focus,.uo-groups .uo-groups-datatable-header .buttons-csv:hover,.uo-groups .uo-groups-datatable-header .buttons-csv:active,.uo-groups .uo-groups-datatable-header .buttons-csv:focus{background-color:var(--ldx-btn-standard-bg-color-hover);color:var(--ldx-btn-standard-text-color-hover)}body .uo-groups .uo-groups-table .assignment_approve_single,body .uo-groups .uo-groups-table .essay_approve_single{padding:5px 8px;text-transform:uppercase;font-size:12px;font-weight:600}body .uo-groups .uo-groups-table .assignment_approve_single{margin-top:.375em}.uo-groups #group-approve-assignments-button{background-color:var(--ldx-color-correct);color:#fff;opacity:.9}.uo-groups #group-approve-assignments-button:hover,.uo-groups #group-approve-assignments-button:active,.uo-groups #group-approve-assignments-button:focus{opacity:1;color:#fff;box-shadow:0 0 0 1px rgb(0 0 0 / .2)}.uo-groups #group-trash-assignments-button{background-color:var(--ldx-color-incorrect);color:#fff;opacity:.9}.uo-groups #group-trash-assignments-button:hover,.uo-groups #group-trash-assignments-button:active,.uo-groups #group-trash-assignments-button:focus{opacity:1;color:#fff;box-shadow:0 0 0 1px rgb(0 0 0 / .2)}body .uo-groups .uo-groups-list-of-btns-main,body .uo-groups .uo-select-jplist .jplist-dd-panel,.uo-groups-datatable-footer .paginate_button.next,.uo-groups-datatable-footer .paginate_button.previous,.uo-groups .uo-groups-report-go-back .uo-btn{border-color:var(--ldx-btn-standard-bg-color);color:var(--ldx-btn-standard-bg-color)}body .uo-groups .uo-groups-list-of-btns-main:hover,body .uo-groups .uo-groups-list-of-btns-main:active,body .uo-groups .uo-groups-list-of-btns-main:focus,body .uo-groups .uo-groups-list-of-btns-main:hover::after,body .uo-groups .uo-select-jplist .jplist-dd-panel:hover,body .uo-groups .uo-select-jplist .jplist-dd-panel:active,body .uo-groups .uo-select-jplist .jplist-dd-panel:focus,body .uo-groups .uo-select-jplist .jplist-dd-panel:hover::after,.uo-groups-datatable-footer .paginate_button.next:hover,.uo-groups-datatable-footer .paginate_button.next:active,.uo-groups-datatable-footer .paginate_button.next:focus,.uo-groups-datatable-footer .paginate_button.next:hover::after,.uo-groups-datatable-footer .paginate_button.previous:hover,.uo-groups-datatable-footer .paginate_button.previous:active,.uo-groups-datatable-footer .paginate_button.previous:focus,.uo-groups-datatable-footer .paginate_button.previous:hover::after,.uo-groups .uo-groups-report-go-back .uo-btn:hover,.uo-groups .uo-groups-report-go-back .uo-btn:active,.uo-groups .uo-groups-report-go-back .uo-btn:focus,.uo-groups .uo-groups-report-go-back .uo-btn:hover::after{border-color:var(--ldx-btn-standard-bg-color-hover);color:var(--ldx-btn-standard-bg-color-hover)}.group-leader-management-buttons{margin:0 8px}.uo-groups-datatable-footer .paginate_button.next,.uo-groups-datatable-footer .paginate_button.previous,.uo-groups-datatable-footer .paginate_button.current{padding:6px 12px}.uo-groups-datatable-footer .paginate_button.current{font-weight:700}body .uo-groups.uo-quiz-report .buttons-csv{line-height:1.4;padding:6px 12px}body .uo-groups a,body .uo-groups .uo-groups-group-courses-list a,body .dataTables-filter-columns__toggle label,body .uo-groups-bulk-close{border:0;color:var(--ldx-color-link)}body .uo-groups a:hover,body .uo-groups a:active,body .uo-groups a:focus,body .uo-groups .uo-groups-group-courses-list a:hover,body .uo-groups .uo-groups-group-courses-list a:active,body .uo-groups .uo-groups-group-courses-list a:focus,body .dataTables-filter-columns__toggle label:hover,body .dataTables-filter-columns__toggle label:active,body .dataTables-filter-columns__toggle label:focus,body .uo-groups-bulk-close:hover,body .uo-groups-bulk-close:active,body .uo-groups-bulk-close:focus{color:var(--ldx-color-link-hover)}body .uo-groups-bulk-close:hover,body .uo-groups-bulk-close:active,body .uo-groups-bulk-close:focus{text-decoration:underline}body .group-management-modal.uo-modal{border-radius:var(--ldx-global-border-radius)}body .uo-groups .uo-groups-table td,body .uo-groups .uo-groups-table th{line-height:1.2}body .uo-groups .uo-table .uo-table-content,body .uo-groups .uo-groups-table td{font-size:inherit}.uo-groups .dataTables-filter-columns{margin-bottom:10px}.dataTables-filter-columns-field:checked~.dataTables-filter-columns__fields{padding:.375em .75em;background:rgb(0 0 0 / .08);border-radius:calc(var(--ldx-global-border-radius) * 0.6);margin-top:5px;animation:200ms ease-in-out 0s 1 normal both ldx-fadein-slidedown}.uo-groups .uo-groups-table td .edit_assignment_single,.uo-groups .uo-groups-table td .edit_essay_single{font-weight:600;color:inherit}.uo-groups .uo-groups-table td .edit_assignment_single:hover,.uo-groups .uo-groups-table td .edit_essay_single:hover{color:var(--ldx-color-link-hover)}body .uo-groups-essays .row-actions,body .uo-groups-assignments .row-actions{margin-top:.375em}body .uo-groups-essays .row-actions a:hover,body .uo-groups-assignments .row-actions a:hover{text-decoration:underline}body .uo-groups-essays .row-actions .trash a,body .uo-groups-assignments .row-actions .trash a{color:var(--ldx-color-incorrect)}body table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before,body table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before{background-color:var(--ldx-color-correct)}body table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,body table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before{background-color:var(--ldx-color-incorrect)}body .uo-groups-list-of-btns .uo-groups-list,body .uo-groups .uo-select-jplist .uo-select-dropdown{box-shadow:0 3px 6px rgb(0 0 0 / .15)}body .uo-groups .uo-input,body .uo-groups .dataTables_filter input,body #ulg-manage-progress-user-search-field,body .uo-groups.uo-quiz-report #uo-quiz-report-table_filter input,body .uo-groups.uo-quiz-report input[type=number],body .group-management-modal .uo-row input{border-radius:calc(var(--ldx-global-border-radius) * 0.7)}body .uo-groups .uo-groups-pagination .jplist-panel .uo-center button{border-radius:calc(var(--ldx-btn-border-radius) * 0.7)}body .ulg-manage-progress-course--expanded .ulg-manage-progress-course__row .ulg-manage-progress-course__toggle-btn,body .ulg-manage-progress-course--expanding .ulg-manage-progress-course__row .ulg-manage-progress-course__toggle-btn,body .ulg-manage-progress-lesson--expanded .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__toggle-btn,body .ulg-manage-progress-lesson--expanding .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__toggle-btn,body .ulg-manage-progress-topic--expanded .ulg-manage-progress-topic__row .ulg-manage-progress-topic__toggle-btn,body .ulg-manage-progress-topic--expanding .ulg-manage-progress-topic__row .ulg-manage-progress-topic__toggle-btn{background-color:#999;border-right-color:#999}body .ulg-manage-progress-course--completed .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions .ulg-manage-progress-course__progress-action-checkbox,body .ulg-manage-progress-lesson--completed .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions .ulg-manage-progress-lesson__progress-action-checkbox,body .ulg-manage-progress-topic--completed .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions .ulg-manage-progress-topic__progress-action-checkbox,body .ulg-manage-progress-quiz--completed .ulg-manage-progress-quiz__row .ulg-manage-progress-quiz__details .ulg-manage-progress-quiz__left .ulg-manage-progress-quiz__progress-actions .ulg-manage-progress-quiz__progress-action-checkbox{background-color:var(--ldx-color-correct);border-color:var(--ldx-color-correct)}body .ulg-manage-progress-course--completed .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions .ulg-manage-progress-course__progress-action-checkbox::before,body .ulg-manage-progress-course--completed .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions .ulg-manage-progress-course__progress-action-checkbox span,body .ulg-manage-progress-lesson--completed .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions .ulg-manage-progress-lesson__progress-action-checkbox::before,body .ulg-manage-progress-lesson--completed .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions .ulg-manage-progress-lesson__progress-action-checkbox span,body .ulg-manage-progress-topic--completed .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions .ulg-manage-progress-topic__progress-action-checkbox::before,body .ulg-manage-progress-topic--completed .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions .ulg-manage-progress-topic__progress-action-checkbox span,body .ulg-manage-progress-quiz--completed .ulg-manage-progress-quiz__row .ulg-manage-progress-quiz__details .ulg-manage-progress-quiz__left .ulg-manage-progress-quiz__progress-actions .ulg-manage-progress-quiz__progress-action-checkbox::before,body .ulg-manage-progress-quiz--completed .ulg-manage-progress-quiz__row .ulg-manage-progress-quiz__details .ulg-manage-progress-quiz__left .ulg-manage-progress-quiz__progress-actions .ulg-manage-progress-quiz__progress-action-checkbox span{color:#fff}body .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions--need-to-confirm .ulg-manage-progress-course__progress-action-cancel,body .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions--need-to-confirm .ulg-manage-progress-course__progress-action-checkbox,body .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions--need-to-confirm .ulg-manage-progress-lesson__progress-action-cancel,body .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions--need-to-confirm .ulg-manage-progress-lesson__progress-action-checkbox,body .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions--need-to-confirm .ulg-manage-progress-topic__progress-action-cancel,body .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions--need-to-confirm .ulg-manage-progress-topic__progress-action-checkbox{border-radius:var(--ldx-btn-border-radius)}body .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions--need-to-confirm .ulg-manage-progress-course__progress-action-cancel,body .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions--need-to-confirm .ulg-manage-progress-lesson__progress-action-cancel,body .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions--need-to-confirm .ulg-manage-progress-topic__progress-action-cancel{color:var(--ldx-color-incorrect);border-color:var(--ldx-color-incorrect)!important}body .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions--need-to-confirm .ulg-manage-progress-course__progress-action-cancel:hover,body .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions--need-to-confirm .ulg-manage-progress-course__progress-action-cancel:active,body .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions--need-to-confirm .ulg-manage-progress-lesson__progress-action-cancel:hover,body .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions--need-to-confirm .ulg-manage-progress-lesson__progress-action-cancel:active,body .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions--need-to-confirm .ulg-manage-progress-topic__progress-action-cancel:hover,body .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions--need-to-confirm .ulg-manage-progress-topic__progress-action-cancel:active{color:#fff;background-color:var(--ldx-color-incorrect)}body .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions--need-to-confirm .ulg-manage-progress-course__progress-action-checkbox,body .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions--need-to-confirm .ulg-manage-progress-lesson__progress-action-checkbox,body .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions--need-to-confirm .ulg-manage-progress-topic__progress-action-checkbox{color:var(--ldx-color-correct);border-color:var(--ldx-color-correct)!important}body .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions--need-to-confirm .ulg-manage-progress-course__progress-action-checkbox:hover,body .ulg-manage-progress-course__row .ulg-manage-progress-course__details .ulg-manage-progress-course__left .ulg-manage-progress-course__progress-actions--need-to-confirm .ulg-manage-progress-course__progress-action-checkbox:active,body .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions--need-to-confirm .ulg-manage-progress-lesson__progress-action-checkbox:hover,body .ulg-manage-progress-lesson__row .ulg-manage-progress-lesson__details .ulg-manage-progress-lesson__left .ulg-manage-progress-lesson__progress-actions--need-to-confirm .ulg-manage-progress-lesson__progress-action-checkbox:active,body .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions--need-to-confirm .ulg-manage-progress-topic__progress-action-checkbox:hover,body .ulg-manage-progress-topic__row .ulg-manage-progress-topic__details .ulg-manage-progress-topic__left .ulg-manage-progress-topic__progress-actions--need-to-confirm .ulg-manage-progress-topic__progress-action-checkbox:active{color:#fff;background-color:var(--ldx-color-correct)}.uo-reporting--frontend .uo-reporting-dashboard-container{padding-bottom:20px}.uo-reporting--frontend .reporting-dashboard-col-inner-container,.uo-reporting--frontend .reporting-metabox{border-radius:var(--ldx-global-border-radius);border-width:var(--ldx-tincanny-container-border-width);border-color:var(--ldx-tincanny-container-border-color);overflow:hidden}.uo-reporting--frontend .reporting-group-selector{background:rgb(0 0 0 / .03);border:0;border-radius:var(--ldx-global-border-radius)}.uo-reporting--frontend .reporting-breadcrumbs{background:#fff0;border:0}.uo-reporting--frontend .reporting-breadcrumbs .reporting-breadcrumbs-item{list-style:none}.uo-reporting--frontend .reporting-dashboard-col-heading{background-color:var(--ldx-tincanny-container-header-bg-color);border:0;box-shadow:inset 0 -1px 0 0 rgb(0 0 0 / .07);border-radius:0;font-size:16px;color:var(--ldx-tincanny-container-header-text-color)}.uo-reporting--frontend .reporting-table-see-details,.uo-reporting--frontend .reporting-breadcrumbs-item__link,.uo-reporting--frontend #reporting-course-navigation .reporting-breadcrumbs-item__link,.uo-reporting--frontend #reporting-user-navigation .reporting-breadcrumbs-item__link,.uo-reporting--frontend .reporting-user-card a{border:0;color:var(--ldx-color-link)}.uo-reporting--frontend .reporting-table-see-details:hover,.uo-reporting--frontend .reporting-table-see-details:active,.uo-reporting--frontend .reporting-table-see-details:focus,.uo-reporting--frontend .reporting-breadcrumbs-item__link:hover,.uo-reporting--frontend .reporting-breadcrumbs-item__link:active,.uo-reporting--frontend .reporting-breadcrumbs-item__link:focus,.uo-reporting--frontend #reporting-course-navigation .reporting-breadcrumbs-item__link:hover,.uo-reporting--frontend #reporting-course-navigation .reporting-breadcrumbs-item__link:active,.uo-reporting--frontend #reporting-course-navigation .reporting-breadcrumbs-item__link:focus,.uo-reporting--frontend #reporting-user-navigation .reporting-breadcrumbs-item__link:hover,.uo-reporting--frontend #reporting-user-navigation .reporting-breadcrumbs-item__link:active,.uo-reporting--frontend #reporting-user-navigation .reporting-breadcrumbs-item__link:focus,.uo-reporting--frontend .reporting-user-card a:hover,.uo-reporting--frontend .reporting-user-card a:active,.uo-reporting--frontend .reporting-user-card a:focus{color:var(--ldx-color-link-hover)}.uo-reporting--frontend body .uo-groups-bulk-close:hover,.uo-reporting--frontend body .uo-groups-bulk-close:active,.uo-reporting--frontend body .uo-groups-bulk-close:focus{text-decoration:underline}.uo-reporting--frontend input#reporting-group-selector__submit,.uo-reporting--frontend .reporting-datatable__buttons button.dt-button,.uo-reporting--frontend .uo-tclr-open-content-button{border-radius:var(--ldx-btn-border-radius);font-weight:600;transition:all .1s linear}.uo-reporting--frontend input#reporting-group-selector__submit,.uo-reporting--frontend .reporting-datatable__buttons button.dt-button,.uo-reporting--frontend .uo-tclr-open-content-button{border:0}.uo-reporting--frontend .uo-tclr-open-content-button{background-color:var(--ldx-btn-primary-bg-color);color:var(--ldx-btn-primary-text-color)}.uo-reporting--frontend .uo-tclr-open-content-button:hover,.uo-reporting--frontend .uo-tclr-open-content-button:active,.uo-reporting--frontend .uo-tclr-open-content-button:focus{background-color:var(--ldx-btn-primary-bg-color-hover);color:var(--ldx-btn-primary-text-color-hover)}.uo-reporting--frontend input#reporting-group-selector__submit,.uo-reporting--frontend .reporting-datatable__buttons button.dt-button{background-color:var(--ldx-btn-standard-bg-color);color:var(--ldx-btn-standard-text-color)}.uo-reporting--frontend input#reporting-group-selector__submit:hover,.uo-reporting--frontend input#reporting-group-selector__submit:active,.uo-reporting--frontend input#reporting-group-selector__submit:focus,.uo-reporting--frontend .reporting-datatable__buttons button.dt-button:hover,.uo-reporting--frontend .reporting-datatable__buttons button.dt-button:active,.uo-reporting--frontend .reporting-datatable__buttons button.dt-button:focus{background-color:var(--ldx-btn-standard-bg-color-hover);color:var(--ldx-btn-standard-text-color-hover)}.uo-reporting--frontend input#reporting-group-selector__submit{height:32px}.uo-reporting--frontend .reporting-datatable__buttons button.dt-button:last-child{margin-left:3px}.uo-reporting--frontend #coursesOverviewTable,.uo-reporting--frontend #usersOverviewTable,.uo-reporting--frontend #userSingleCourseProgressSummaryTable,.uo-reporting--frontend #userSingleCourseLessonsTable,.uo-reporting--frontend #userSingleCourseTopicsTable,.uo-reporting--frontend #userSingleCourseQuizzesTable,.uo-reporting--frontend #userSingleCourseAssignmentsTable,.uo-reporting--frontend #userSingleCourseTinCanTable,.uo-reporting--frontend #userSingleOverviewTable,.uo-reporting--frontend #userSingleCoursesOverviewTable{border-left:0;border-right:0}.uo-reporting--frontend #courseSingleOverviewSummaryTable{border:0}.uo-reporting--frontend .reporting-datatable__top{border-bottom:0}.uo-reporting--frontend #userSingleOverviewTable{overflow:hidden;border-radius:0 0 var(--ldx-global-border-radius) var(--ldx-global-border-radius)}.uo-reporting--frontend .reporting-datatable__table table.dataTable th{background-color:var(--ldx-tincanny-table-header-bg-color);color:var(--ldx-tincanny-table-header-text-color);font-weight:600}.uo-reporting--frontend .reporting-table td{line-height:1.3}.uo-reporting--frontend table.dataTable thead .sorting_asc,.uo-reporting--frontend table.dataTable thead .sorting_desc,.uo-reporting--frontend table.dataTable thead .sorting{position:relative;background-image:none}.uo-reporting--frontend table.dataTable thead .sorting::before{content:"";position:absolute;right:5px;top:calc(50% - 8px);width:0;height:0;border-style:solid;border-width:0 4.5px 7.8px 4.5px;border-color:#fff0 #fff0 rgb(0 0 0 / .2) #fff0}.uo-reporting--frontend table.dataTable thead .sorting::after{content:"";position:absolute;right:5px;top:calc(50% + 1px);width:0;height:0;border-style:solid;border-width:7.8px 4.5px 0 4.5px;border-color:rgb(0 0 0 / .2) #fff0 #fff0 #fff0}.uo-reporting--frontend table.dataTable thead .sorting_asc::after{content:"";position:absolute;right:5px;top:calc(50% - 8px);width:0;height:0;border-style:solid;border-width:0 4.5px 7.8px 4.5px;border-color:#fff0 #fff0 rgb(0 0 0 / .6) #fff0}.uo-reporting--frontend table.dataTable thead .sorting_desc::after{content:"";position:absolute;right:5px;top:calc(50% + 1px);width:0;height:0;border-style:solid;border-width:7.8px 4.5px 0 4.5px;border-color:rgb(0 0 0 / .6) #fff0 #fff0 #fff0}.uo-reporting--frontend table.dataTable.display tbody tr.odd>.sorting_1,.uo-reporting--frontend table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,.uo-reporting--frontend table.dataTable.display tbody tr.odd.selected>.sorting_1,.uo-reporting--frontend table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:rgb(0 0 0 / .05)}.uo-reporting--frontend table.dataTable.display tbody tr.even>.sorting_1,.uo-reporting--frontend table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:rgb(0 0 0 / .03)}.uo-reporting--frontend table.dataTable.hover tbody tr:hover,.uo-reporting--frontend table.dataTable.display tbody tr:hover,.uo-reporting--frontend .reporting-datatable__table table.dataTable.stripe tbody tr.selected,.uo-reporting--frontend .reporting-datatable__table table.dataTable.display tbody tr.odd.selected,.uo-reporting--frontend .reporting-datatable__table table.dataTable.display tbody tr.even.selected,.uo-reporting--frontend .reporting-datatable__table table.dataTable.display tbody tr.selected,.uo-reporting--frontend .reporting-datatable__table table.dataTable tbody tr.parent{background-color:var(--ldx-tincanny-table-row-hover-color)}.uo-reporting--frontend table.dataTable.display tbody tr:hover>.sorting_1,.uo-reporting--frontend table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:rgb(0 0 0 / .05)}.uo-reporting--frontend table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before,.uo-reporting--frontend table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before{background-color:var(--ldx-color-correct)}.uo-reporting--frontend table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,.uo-reporting--frontend table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before{background-color:var(--ldx-color-incorrect)}.uo-reporting--frontend .tclr-header--frontend a.nav-tab{border-radius:calc(var(--ldx-global-border-radius) * 0.7) calc(var(--ldx-global-border-radius) * 0.7) 0 0}.uo-reporting--frontend .reporting-datatable__search .dataTables_filter input,.uo-reporting--frontend .select2-container--default .select2-selection--single{border-radius:calc(var(--ldx-global-border-radius) * 0.7)}.uo-reporting--frontend .reporting-datatable__search .dataTables_filter input:focus{outline:0;border-color:var(--ldx-color-link-hover);box-shadow:0 0 0 1px var(--ldx-color-link-hover)}.uo-reporting--frontend path[fill*="02c219"]{fill:var(--ldx-color-correct)}.uo-reporting--frontend path[stroke*="02c219"]{stroke:var(--ldx-color-correct)}.uo-reporting--frontend path[fill*=FF9E01]{fill:var(--ldx-color-in-progress)}.uo-reporting--frontend path[stroke*=FF9E01]{stroke:var(--ldx-color-in-progress)}.uo-reporting--frontend text[fill*="0290c2"]{fill:var(--ldx-tincanny-chart-course-completions-color)}.uo-reporting--frontend path[stroke*="0290c2"]{stroke:var(--ldx-tincanny-chart-course-completions-color)}.uo-reporting--frontend text[fill*=d52c82]{fill:var(--ldx-tincanny-chart-tincan-statements-color)}.uo-reporting--frontend path[stroke*=d52c82]{stroke:var(--ldx-tincanny-chart-tincan-statements-color)}.uo-reporting--frontend text[fill*="0290c2"],.uo-reporting--frontend text[fill*=d52c82]{font-weight:600}.uo-reporting--frontend .reporting-user-card__name{font-size:16px;font-weight:600}.uo-reporting--frontend .reporting-user-card__email{margin-top:0}.uo-reporting--frontend #userSingleCourseProgressMenuContainer .reporting-single-course-progress-tabs{border-radius:var(--ldx-global-border-radius);overflow:hidden}.uo-reporting--frontend .reporting-single-course-progress-tabs__item:last-child{border-bottom:0}.uo-reporting--frontend .reporting-single-course-progress-tabs__item:hover,.uo-reporting--frontend .reporting-single-course-progress-tabs__item.reporting-single-course-progress-tabs__item--selected{background-color:var(--ldx-tincanny-user-report-tab-bg-color);color:var(--ldx-tincanny-user-report-tab-text-color)}.uo-reporting--frontend .reporting-single-course-progress-tabs__item.reporting-single-course-progress-tabs__item--selected{font-weight:600;box-shadow:inset 3px 0 0 0 var(--ldx-tincanny-user-report-tab-text-color)}.uo-reporting--frontend .reporting-dashboard-status{border-radius:var(--ldx-global-border-radius);overflow:hidden}.uo-reporting--frontend .reporting-dashboard-status--loading .reporting-dashboard-status__icon{background-color:#35393c}.uo-reporting--frontend .reporting-dashboard-status--warning .reporting-dashboard-status__icon{background-color:var(--ldx-color-incorrect)}body .tclr-select2 .select2-results__option{padding:6px 11px!important}body .tclr-select2.select2-container--default .select2-search--dropdown .select2-search__field:focus{border-color:var(--ldx-color-link-hover)!important}.jq-dropdown{position:absolute;z-index:1039;display:none}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{min-width:160px;max-width:360px;list-style:none;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 5px 10px rgb(0 0 0 / .2);overflow:visible;padding:4px 0;margin:0}.jq-dropdown .jq-dropdown-panel{padding:10px}.jq-dropdown.jq-dropdown-tip{margin-top:8px}.jq-dropdown.jq-dropdown-tip:before{position:absolute;top:-6px;right:9px;content:"";border-right:7px solid #fff0;border-left:7px solid #fff0;border-bottom:7px solid #ddd;display:inline-block}.jq-dropdown.jq-dropdown-tip:after{position:absolute;top:-5px;right:10px;content:"";border-right:6px solid #fff0;border-left:6px solid #fff0;border-bottom:6px solid #fff;display:inline-block}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{right:auto;left:9px}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{right:auto;left:10px}.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto}.jq-dropdown .jq-dropdown-menu li{list-style:none;padding:0;margin:0;line-height:18px}.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{display:block;color:inherit;text-decoration:none;line-height:18px;padding:3px 15px;margin:0;white-space:nowrap}.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover{background-color:#f2f2f2;color:inherit;cursor:pointer}.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{font-size:1px;border-top:1px solid #e5e5e5;padding:0;margin:5px 0}body.learndash-cpt.learndash-embed-responsive .ld-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}body.learndash-cpt.learndash-embed-responsive .ld-video div.wp-video,body.learndash-cpt.learndash-embed-responsive .ld-video embed,body.learndash-cpt.learndash-embed-responsive .ld-video iframe,body.learndash-cpt.learndash-embed-responsive .ld-video object,body.learndash-cpt.learndash-embed-responsive .ld-video video{top:0;left:0;width:100%!important;height:100%}body.learndash-cpt.learndash-embed-responsive .ld-video iframe{position:absolute}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] iframe{position:unset}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] .spotlightr-id iframe{position:absolute}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video,body.learndash-cpt.learndash-embed-responsive .mejs-overlay.mejs-video.load,body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{width:100%!important;height:100%!important}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video{padding-top:56.25%}body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{max-width:100%!important}body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{position:relative}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-mediaelement{position:absolute;top:0;right:0;bottom:0;left:0}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-overlay-play{top:0;right:0;bottom:0;left:0;width:auto!important;height:auto!important}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:left}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:right;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:left;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:right;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:right;width:30.75%;margin-left:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-left:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-left:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:left;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:left;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:right;margin:0 0 2.992em 3.8%;padding:0;position:relative;width:22.05%;margin-right:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-left:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-left:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-left:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:right}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:right}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:right}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:right}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:left;float:left}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:left;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:left;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:right;float:right}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:left}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-left:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:#fff0;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;left:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:right;padding:0 0 0 1em;float:right}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:left}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:right;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:left;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:#fff0;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:left}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:right}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-left:54px}.full-width .twentyfourteen .tfwc{margin-left:auto}}.twentyfifteen .t15wc{padding-right:7.6923%;padding-left:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgb(0 0 0 / .15)}.twentyfifteen .t15wc .page-title{margin-right:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-right:8.3333%;margin-left:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-left:7.6923%;margin-right:7.6923%}.twentysixteen .entry-summary{margin-left:0;margin-right:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-left:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-left:0;margin-right:0}.no-sidebar .twentysixteen .site-main{margin-left:15%;margin-right:15%}.no-sidebar .twentysixteen .entry-summary{margin-left:0;margin-right:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:left}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:right}@media only screen and (max-width:768px){:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:left!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:right!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:right}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgb(0 0 0 / .025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:right}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em 0 .125em .25em}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:right;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:left;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:left}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:right;color:var(--wc-red);float:right;font-size:.75em;margin-bottom:0;text-align:right;width:48%}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:right}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:right;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-left:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-right:20px!important;padding-left:20px!important}}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(-360deg)}}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{right:50%;top:0;margin-top:-4px;transform:translateX(50%) rotate(-180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be #fff0 #fff0 #fff0;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 0 0 8px;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-left:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - (100% - .5em)) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;left:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;right:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-right-radius:0;border-top-left-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;right:0;left:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgb(0 0 0 / .2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgb(0 0 0 / .75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.7;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;left:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;right:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;right:22px;position:absolute;top:19px;transform:rotate(45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;right:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:right;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:right}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:right}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:right}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:left;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 2px 0 0}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-right:16px;width:0}.woocommerce div.product div.social iframe{float:right;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 1em 0 0;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;right:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:right;margin:0 0 0 4px}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-right:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:right}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-left:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-left:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - (100% - 12px)) 50%;-webkit-background-position:calc(100% - (100% - 12px)) 50%}.woocommerce div.product form.cart .variations td.label{padding-left:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:right}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-left:1em;padding-right:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;right:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;left:0;right:auto;margin:-.5em 0 0 -.5em}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.7;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgb(90 89 68 / .5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-left:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-left:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-left:1px solid #cfc8d8;padding:0;margin:0;float:right;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:left;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:100%;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:right;position:absolute;top:0;right:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 50px 0 0;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 50px 0 0}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 50px 0 0}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:left;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:right;top:0;right:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;right:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 0 0 4px;float:right}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:#fff0 none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{right:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;right:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgb(0 0 0 / .1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgb(0 0 0 / .1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgb(0 0 0 / .025)}.woocommerce table.shop_table{border:1px solid rgb(0 0 0 / .1);margin:0 0 24px -1px;text-align:right;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgb(0 0 0 / .1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgb(0 0 0 / .1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:right}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:right}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:right;clear:both;margin-left:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:left;margin-right:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-right:1em;border-right:2px solid rgb(0 0 0 / .1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:right;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 0 0 4px;clear:right}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-right:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;right:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-left:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:right;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px 0 0 .4375em;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small,.7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:right;margin-left:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-left:1px dashed #cfc8d8;padding-left:2em;margin-right:0;padding-right:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-left:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-left:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgb(0 0 0 / .1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgb(0 0 0 / .1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgb(0 0 0 / .1);padding:1rem;box-sizing:border-box;text-align:left;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgb(0 0 0 / .1);border-bottom-width:2px;border-left-width:2px;text-align:right;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-right:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e037";text-decoration:none;margin-right:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e02d";text-decoration:none;margin-right:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:right;padding:0 1px 1px 1em;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-left:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:left;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:right}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:right;margin-right:.5em;margin-left:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{right:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{left:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:right;margin-left:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;right:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-left:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;left:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-right:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 3.5em 1em 2em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;right:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:left}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-right:0!important;margin-right:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:right}.woocommerce-account .addresses .title .edit{float:left}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-right:0;padding-right:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-right:0;padding-right:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:left}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:right;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 0 0 4px;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:right;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:right;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-right:0;border-left:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:right;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:right}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:right}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:right;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgb(129 110 153 / .14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:right;padding:1em;border-bottom:1px solid rgb(104 87 125 / .14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:right;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 0 0 1em}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px .5em 0 0;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-right:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 0 0 1em;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:left .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-left-color:#fff0;border-right-color:#fff0;border-top-color:#fff0;position:absolute;top:-.75em;right:0;margin:-1em 2em 0 0}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:left;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgb(0 0 0 / .2);box-shadow:inset 0 1px 2px rgb(0 0 0 / .1);background:rgb(0 0 0 / .05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-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-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:#fff0;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:#fff0;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:#fff0;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsl(0 0% 50% / .502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsl(0 0% 50% / .502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsl(0 0% 50% / .071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsl(0 0% 50% / .102)}table tbody+tbody{border-block-start:2px solid hsl(0 0% 50% / .502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:#fff0;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media(max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;max-width:none;text-align:center;width:100%}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{align-items:center;display:flex;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{align-items:center;background-color:rgb(0 0 0 / .05);border:0 solid;border-radius:3px;color:#494c4f;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{background-color:currentColor;border-radius:3px;content:"";display:block;height:3px;transition:all .2s ease-in-out}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentColor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{align-items:center;display:flex}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{display:flex;position:relative}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{align-items:center;color:#666;content:"▾";display:flex;font-size:1.5em;justify-content:center;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;left:0;min-width:150px;position:absolute;top:100%;z-index:2}.site-navigation ul.menu li ul li{border-block-end:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{bottom:100%;top:auto}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{bottom:0;left:0;margin-block-start:10px;position:absolute;transform-origin:top;transition:max-height .3s,transform .3s;width:100%;z-index:10000}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{max-height:0;transform:scaleY(0)}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{max-height:100vh;transform:scaleY(1)}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{background:#fff;margin:0;padding:0;position:absolute;width:100%}.site-navigation-dropdown ul.menu li{display:block;position:relative;width:100%}.site-navigation-dropdown ul.menu li a{background:#fff;box-shadow:inset 0 -1px 0 rgb(0 0 0 / .102);color:#55595c;display:block;padding:20px}.site-navigation-dropdown ul.menu li.current-menu-item a{background:#55595c;color:#fff}.site-navigation-dropdown ul.menu>li li{max-height:0;transform:scaleY(0);transform-origin:top;transition:max-height .3s,transform .3s}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{max-height:100vh;transform:scaleY(1)}@media(max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(min-width:576px)and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}/*! elementor-pro - v3.31.0 - 10-08-2025 */
.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-block-end-width:3px;border-block-start-width:0;border-inline-end-width:0;border-inline-start-width:3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-block-end-width:0;border-block-start-width:3px;border-inline-end-width:3px;border-inline-start-width:0;content:"";inset-block-end:0;inset-block-start:auto;inset-inline-end:0;inset-inline-start:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-block-end-width:0;border-block-start-width:3px;border-inline-end-width:0;border-inline-start-width:3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-block-end-width:3px;border-block-start-width:0;border-inline-end-width:3px;border-inline-start-width:0;content:"";inset-block-end:0;inset-block-start:auto;inset-inline-end:0;inset-inline-start:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;inset:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;inset:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;inset-block-start:-2px;inset-inline-start:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(calc(-90deg * var(--direction-multiplier, 1)))}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{inset-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-start;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-end;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}/*! elementor-pro - v3.31.0 - 10-08-2025 */
.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{align-items:center;display:flex;flex-wrap:nowrap;font-size:13px;justify-content:space-between;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{align-items:center;display:flex;flex-basis:0;flex-direction:column;justify-content:center;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden;position:relative;width:100%}.e-form__indicators__indicator__progress__meter{background-color:var(--e-form-steps-indicator-progress-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);color:var(--e-form-steps-indicator-progress-meter-color);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;text-align:right;transition:width .1s linear;width:var(--e-form-steps-indicator-progress-meter-width,0)}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{border-color:var(--e-form-steps-indicator-active-secondary-color,#fff);color:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{background-color:initial;color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{align-items:center;border-style:solid;border-width:1px;display:flex;font-size:var(--e-form-steps-indicator-icon-size);height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;overflow:hidden;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{height:auto;width:var(--e-form-steps-indicator-icon-size)}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{align-items:center;border-style:solid;border-width:1px;display:flex;height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{background-color:#babfc5;height:var(--e-form-steps-divider-width);width:100%}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{font-size:11px;inset-inline-end:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.elementor-select-wrapper .select-caret-down-wrapper svg{aspect-ratio:unset;display:unset;width:1em;fill:currentColor;overflow:visible}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-message-svg:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDExIj48cGF0aCBmaWxsPSIjMDA4QTIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTUgMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;content:"";height:1em;width:1em}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}/*! elementor-pro - v3.31.0 - 10-08-2025 */
.elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative;width:100%!important}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}/*! elementor-pro - v3.31.0 - 10-08-2025 */
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart{margin:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form){display:flex;flex-wrap:nowrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)){margin-block-start:0;margin-inline-start:var(--button-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container{display:flex;flex-wrap:wrap;gap:var(--view-cart-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container>*{display:flex;flex-basis:auto;margin:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity{vertical-align:middle}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty{margin-inline-end:0;vertical-align:top}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input{height:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form){display:block}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder{display:flex}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container{flex-wrap:wrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container>*{flex-basis:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder{flex-wrap:wrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder>*{flex-basis:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button:where(:not(:first-child)){margin-block-start:var(--button-spacing,10px);margin-inline-start:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder{flex-wrap:nowrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity{margin-inline-end:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button{vertical-align:middle}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left .e-loop-add-to-cart-form-container{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right .e-loop-add-to-cart-form-container{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center .e-loop-add-to-cart-form-container{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart div.quantity{margin-inline-end:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart div.quantity{margin-inline-end:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart button{flex-basis:100%}@media (min-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left .e-loop-add-to-cart-form-container{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right .e-loop-add-to-cart-form-container{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center .e-loop-add-to-cart-form-container{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart div.quantity{margin-inline-end:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart div.quantity{margin-inline-end:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left .e-loop-add-to-cart-form-container{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right .e-loop-add-to-cart-form-container{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center .e-loop-add-to-cart-form-container{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart div.quantity{margin-inline-end:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart div.quantity{margin-inline-end:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left .e-loop-add-to-cart-form-container{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right .e-loop-add-to-cart-form-container{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center .e-loop-add-to-cart-form-container{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity{margin-inline-end:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity{margin-inline-end:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart button{flex-basis:100%}}@media (max-width:1024px){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left .e-loop-add-to-cart-form-container{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right .e-loop-add-to-cart-form-container{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center .e-loop-add-to-cart-form-container{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart div.quantity{margin-inline-end:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart div.quantity{margin-inline-end:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left .e-loop-add-to-cart-form-container{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right .e-loop-add-to-cart-form-container{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center .e-loop-add-to-cart-form-container{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity{margin-inline-end:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity{margin-inline-end:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart button{flex-basis:100%}}@media (max-width:767px){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left .e-loop-add-to-cart-form-container{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right .e-loop-add-to-cart-form-container{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form){justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center .e-loop-add-to-cart-form-container{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart div.quantity{margin-inline-end:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart div.quantity{margin-inline-end:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart button{flex-basis:100%}}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .quantity{display:none!important}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart button:where(:not(:first-child)){margin-inline-start:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart button:where(:not(:first-child)){margin-block-start:0}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart input.qty.disabled{pointer-events:none}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button{text-align:center}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart{align-items:center;display:flex;margin:0;padding:0}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity{vertical-align:middle}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty{margin-inline-end:0;text-align:center;vertical-align:top;width:3.631em}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-info button.button.alt.elementor-button{background-color:#5bc0de}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-success button.button.alt.elementor-button{background-color:#5cb85c}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-warning button.button.alt.elementor-button{background-color:#f0ad4e}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-danger button.button.alt.elementor-button{background-color:#d9534f}.woocommerce div.product.elementor form.cart div.product-addon{flex-basis:100%;flex-shrink:0}/*! elementor-pro - v3.31.0 - 10-08-2025 */
.elementor-headline{display:block;font-size:43px;line-height:1.2}.elementor-headline-dynamic-text{color:var(--dynamic-text-color,#aebcb9)}.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{text-align:start}.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{overflow:visible;text-align:inherit}.elementor-headline--style-highlight .elementor-headline-dynamic-text{z-index:1}.elementor-headline--style-highlight .elementor-headline-plain-text{position:relative;z-index:1}.elementor-headline--style-highlight svg{height:calc(100% + 20px);left:50%;overflow:visible;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 20px)}.elementor-headline--style-highlight svg path{stroke:red;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;transition:.3s}.elementor-headline.e-animated svg path{animation:elementor-headline-dash forwards;animation-duration:var(--animation-duration,1.2s);animation-iteration-count:1}.elementor-headline.e-animated svg path:nth-of-type(2){animation-delay:calc(var(--animation-duration, 1.2s) / 2)}.elementor-headline.e-hide-highlight svg path{opacity:1;stroke-dasharray:1500 1500;animation:hide-highlight .4s forwards;animation-iteration-count:1}@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{filter:blur(10px);opacity:0}}.elementor-headline-text-wrapper{vertical-align:bottom}.elementor-headline-dynamic-wrapper{display:inline-block;position:relative}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{display:inline-block;inset-block-start:0;inset-inline-start:0;position:absolute}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{position:relative}.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{opacity:0;transform:rotateX(180deg);transform-origin:50% 100%}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{animation:elementor-headline-flip-in 1.2s;opacity:1;transform:rotateX(0deg)}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-flip-out 1.2s;transform:rotateX(180deg)}@keyframes elementor-headline-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes elementor-headline-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{background-color:#0d0d0d;content:"";height:90%;inset-block-start:50%;inset-inline-end:0;inset-inline-start:auto;position:absolute;transform:translateY(-50%);width:1px}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{animation:elementor-headline-pulse 1s infinite}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color),#aebcb9)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){position:absolute;visibility:hidden}@keyframes elementor-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{backface-visibility:hidden;display:inline-block}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{opacity:0;transform:scaleX(1.0005)}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:0;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-swirl-in .4s forwards}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-swirl-out .4s forwards}@keyframes elementor-headline-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes elementor-headline-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{opacity:0;top:.2em}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{animation:elementor-headline-slide-down-in .6s;opacity:1;top:0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-down-out .6s}@keyframes elementor-headline-slide-down-in{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes elementor-headline-slide-down-out{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{background-color:#0d0d0d;content:"";height:100%;inset-block-start:0;inset-inline-end:0;inset-inline-start:auto;position:absolute;width:2px}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{animation:elementor-headline-drop-in-in .8s;opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-drop-in-out .8s}@keyframes elementor-headline-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes elementor-headline-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{transform:rotateY(0deg)}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-blinds-in .6s forwards}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-blinds-out .6s forwards}@keyframes elementor-headline-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes elementor-headline-blinds-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-wave-up .6s forwards}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{animation:elementor-headline-slide-in .6s;opacity:1}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-out .6s}@keyframes elementor-headline-slide-in{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes elementor-headline-slide-out{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{transition:width .5s}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{overflow:hidden}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{white-space:nowrap}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-laptop-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-tablet-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{flex-direction:row;gap:var(--icon-box-icon-margin,15px);text-align:end}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{flex-direction:row-reverse;gap:var(--icon-box-icon-margin,15px);text-align:start}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-mobile-position-bottom .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;gap:var(--icon-box-icon-margin,15px);text-align:center}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{flex-direction:column}}.elementor-tab-title a{color:inherit}.elementor-toggle{text-align:start}.elementor-toggle .elementor-tab-title{border-block-end:1px solid #d5d8dc;cursor:pointer;font-weight:700;line-height:1;margin:0;outline:none;padding:15px}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{height:1em;margin-inline-start:-5px;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-block-end:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{border-block-end:1px solid #d5d8dc;display:none;padding:15px}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}.elementor-widget-video .elementor-widget-container,.elementor-widget-video:not(:has(.elementor-widget-container)){overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{background-color:#000;border:none;display:flex;height:100%;width:100%}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{background-position:50%;background-size:cover;inset:0;position:absolute}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{aspect-ratio:var(--video-aspect-ratio);display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-display:swap;font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}@font-face{font-display:swap;font-family:"nicons";src:url(/wp-content/plugins/elementor-extras/assets/lib/nicons/fonts/nicons.eot);src:url('/wp-content/plugins/elementor-extras/assets/lib/nicons/fonts/nicons.eot?#iefix') format('eot'),url(/wp-content/plugins/elementor-extras/assets/lib/nicons/fonts/nicons.woff2) format('woff2'),url(/wp-content/plugins/elementor-extras/assets/lib/nicons/fonts/nicons.woff) format('woff'),url(/wp-content/plugins/elementor-extras/assets/lib/nicons/fonts/nicons.ttf) format('truetype'),url('/wp-content/plugins/elementor-extras/assets/lib/nicons/fonts/nicons.svg#nicons') format('svg')}.nicon{font-family:nicons;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;text-decoration:none;text-transform:none}.nicon-age-gate:before{content:'\E001'}.nicon-angle-left-thick:before{content:'\E002'}.nicon-angle-left:before{content:'\E003'}.nicon-angle-right-thick:before{content:'\E004'}.nicon-angle-right:before{content:'\E005'}.nicon-arrow-left-thick:before{content:'\E006'}.nicon-arrow-left:before{content:'\E007'}.nicon-arrow-right-thick:before{content:'\E008'}.nicon-arrow-right:before{content:'\E009'}.nicon-audio:before{content:'\E00A'}.nicon-block:before{content:'\E00B'}.nicon-bottom-bottom:before{content:'\E00C'}.nicon-bottom-top:before{content:'\E00D'}.nicon-breadcrumbs:before{content:'\E00E'}.nicon-button-group:before{content:'\E00F'}.nicon-checkbox:before{content:'\E010'}.nicon-circle-progress:before{content:'\E011'}.nicon-desktop:before{content:'\E012'}.nicon-divider-text:before{content:'\E013'}.nicon-expand:before{content:'\E014'}.nicon-extras:before{content:'\E015'}.nicon-filter:before{content:'\E016'}.nicon-gear:before{content:'\E017'}.nicon-heading-extended:before{content:'\E018'}.nicon-hide:before{content:'\E019'}.nicon-hotspots:before{content:'\E01A'}.nicon-image-comparison:before{content:'\E01B'}.nicon-image-gallery:before{content:'\E01C'}.nicon-inline:before{content:'\E01D'}.nicon-instagram:before{content:'\E01E'}.nicon-laptop:before{content:'\E01F'}.nicon-loader-bars-equal:before{content:'\E020'}.nicon-loader-bars-flex:before{content:'\E021'}.nicon-loader-circle:before{content:'\E022'}.nicon-loader-track:before{content:'\E023'}.nicon-map:before{content:'\E024'}.nicon-masonry-columns:before{content:'\E025'}.nicon-masonry-mixed:before{content:'\E026'}.nicon-mobile-landscape:before{content:'\E027'}.nicon-mobile-portrait:before{content:'\E028'}.nicon-mobile-screen-bottom:before{content:'\E029'}.nicon-mobile-screen-center:before{content:'\E02A'}.nicon-mobile-screen-custom:before{content:'\E02B'}.nicon-mobile-screen-top:before{content:'\E02C'}.nicon-mobile:before{content:'\E02D'}.nicon-offcanvas-bottom:before{content:'\E02E'}.nicon-offcanvas-left:before{content:'\E02F'}.nicon-offcanvas-overlay:before{content:'\E030'}.nicon-offcanvas-push:before{content:'\E031'}.nicon-offcanvas-reveal:before{content:'\E032'}.nicon-offcanvas-right:before{content:'\E033'}.nicon-offcanvas-shift:before{content:'\E034'}.nicon-offcanvas-top:before{content:'\E035'}.nicon-offcanvas:before{content:'\E036'}.nicon-parallax-background:before{content:'\E037'}.nicon-parallax-elements:before{content:'\E038'}.nicon-parallax-gallery:before{content:'\E039'}.nicon-pause:before{content:'\E03A'}.nicon-phone:before{content:'\E03B'}.nicon-play-next:before{content:'\E03C'}.nicon-play-previous:before{content:'\E03D'}.nicon-play:before{content:'\E03E'}.nicon-popup:before{content:'\E03F'}.nicon-position-body:before{content:'\E040'}.nicon-position-footer:before{content:'\E041'}.nicon-position-header:before{content:'\E042'}.nicon-position-media:before{content:'\E043'}.nicon-post-calendar:before{content:'\E044'}.nicon-posts:before{content:'\E045'}.nicon-radio:before{content:'\E046'}.nicon-random:before{content:'\E047'}.nicon-resize-horizontal-filled:before{content:'\E048'}.nicon-resize-horizontal:before{content:'\E049'}.nicon-rewind:before{content:'\E04A'}.nicon-scroll-indicator:before{content:'\E04B'}.nicon-search-form:before{content:'\E04C'}.nicon-search-thick:before{content:'\E04D'}.nicon-search:before{content:'\E04E'}.nicon-shape-round:before{content:'\E04F'}.nicon-shape-skewed:before{content:'\E050'}.nicon-shape-square:before{content:'\E051'}.nicon-slide-menu:before{content:'\E052'}.nicon-slider-gallery:before{content:'\E053'}.nicon-sort-down:before{content:'\E054'}.nicon-sort-up-down:before{content:'\E055'}.nicon-sort-up:before{content:'\E056'}.nicon-sticky-elements:before{content:'\E057'}.nicon-svg:before{content:'\E058'}.nicon-switcher:before{content:'\E059'}.nicon-table:before{content:'\E05A'}.nicon-tablet:before{content:'\E05B'}.nicon-timeline:before{content:'\E05C'}.nicon-toggle:before{content:'\E05D'}.nicon-tooltip:before{content:'\E05E'}.nicon-top-bottom:before{content:'\E05F'}.nicon-top-top:before{content:'\E060'}.nicon-triangle-left:before{content:'\E061'}.nicon-triangle-right:before{content:'\E062'}.nicon-unfold:before{content:'\E063'}.nicon-v-align-baseline:before{content:'\E064'}.nicon-video:before{content:'\E065'}.nicon-visibility:before{content:'\E066'}.nicon-volume-off:before{content:'\E067'}.nicon-volume:before{content:'\E068'}.nicon-window:before{content:'\E069'}.ee-pagination .page-numbers:last-child,.ee-swiper__pagination--horizontal .swiper-pagination-bullet:last-child{margin-right:0!important}.ee-grid__item,.ee-player__source{vertical-align:top}.ee-arrow--disabled,.ee-form__field--check.ee-custom input[type=checkbox]:disabled+label i,.ee-form__field--check.ee-custom input[type=radio]:disabled+label i,.ee-pagination .page-numbers.current{opacity:.2}.ee-calendar__table,.ee-table.ee-table--rules{border-collapse:collapse}.ee-grid-align--stretch .ee-gallery .ee-media .ee-media__thumbnail img,.ee-grid-align--stretch .ee-media.ee-gallery .ee-media__thumbnail img,.ee-grid-align-mobile--stretch .ee-gallery .ee-media .ee-media__thumbnail img,.ee-grid-align-mobile--stretch .ee-media.ee-gallery .ee-media__thumbnail img,.ee-grid-align-tablet--stretch .ee-gallery .ee-media .ee-media__thumbnail img,.ee-grid-align-tablet--stretch .ee-media.ee-gallery .ee-media__thumbnail img,.ee-grid-masonry-layout--mixed .ee-media .ee-media__thumbnail img,.ee-media--stretch .ee-media .ee-media__thumbnail img,.ee-media.ee-media--stretch .ee-media__thumbnail img,.ee-player video[poster],.ee-posts-thumbnail-ratio .ee-post__media__thumbnail img{object-fit:cover}.ee-hamburger--3dx .ee-hamburger-box,.ee-hamburger--3dx-r .ee-hamburger-box,.ee-hamburger--3dxy .ee-hamburger-box,.ee-hamburger--3dxy-r .ee-hamburger-box,.ee-hamburger--3dy .ee-hamburger-box,.ee-hamburger--3dy-r .ee-hamburger-box{perspective:5em}.ee-arrow__svg,.ee-calendar-skin--compact .ee-calendar__day__header,.ee-calendar-skin--compact .ee-calendar__events,.ee-center,.ee-center-horizontal,.ee-center-vertical,.ee-circle-progress-position--inside .ee-circle-progress__value,.ee-circle-progress__icon,.ee-cover,.ee-effect .ee-button:after,.ee-effect .ee-button:before,.ee-heading__long-shadow,.ee-heading__text-shadow,.ee-hotspots:not(.ee-hotspots--no-pulse) .ee-hotspot__wrapper:before,.ee-hotspots__container,.ee-image-comparison__handle:before,.ee-media__content,.ee-media__overlay,.ee-pa,.ee-player__controls__overlay,.ee-player__controls__overlay .ee-player__control:before,.ee-player__cover,.ee-player__cover:after,.ee-post__media__content,.ee-post__media__overlay,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__circle,.ee-stretch,.ee-swiper__button,.ee-switcher .ee-loader,.ee-switcher-skin--overlay .ee-switcher__media-wrapper,.ee-switcher__media__items,.ee-timeline .timeline-item__card__arrow:after,.ee-unfold__separator,.elementor-widget-devices-extended .ee-device__media__screen,.elementor-widget-devices-extended .ee-device__shape{position:absolute}.ee-form__field--select,.ee-gallery-slider__carousel-wrapper,.ee-gallery-slider__slider-wrapper,.ee-hotspots,.ee-media,.ee-media__wrapper,.ee-pr,.ee-timeline .timeline-item{position:relative}.ee-grid__notice--not-found,.ee-load-status,.ee-screen-reader-text{display:none}.ee-load-button,.ee-load-status,.ee-text--center,.elementor-widget-circle-progress{text-align:center}.ee-text--left{text-align:left}.ee-text--right{text-align:right}.ee-text--justify{text-align:justify}.ee-italic{font-style:italic}.ee-list--unstyled{list-style:none}.ee-arrow__svg,.ee-effect .ee-button:after,.ee-effect .ee-button:before,.ee-hotspots:not(.ee-hotspots--no-pulse) .ee-hotspot__wrapper:before,.ee-hotspots__container,.ee-media__content,.ee-media__overlay,.ee-pin,.ee-player__cover,.ee-player__cover:after,.ee-post__media__content,.ee-post__media__overlay,.ee-stretch,.ee-switcher .ee-loader,.ee-switcher-skin--overlay .ee-switcher__media-wrapper,.ee-switcher__media__item,.ee-switcher__media__items,.ee-unfold__separator,.elementor-widget-devices-extended .ee-device__media__screen{top:0;right:0;bottom:0;left:0}.ee-calendar-skin--compact .ee-calendar__day__header,.ee-calendar-skin--compact .ee-calendar__events,.ee-cover,.ee-fill,.ee-heading__long-shadow,.ee-heading__text-shadow,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__circle{width:100%;height:100%}.ee-calendar-skin--compact .ee-calendar__day__header,.ee-calendar-skin--compact .ee-calendar__events,.ee-cover,.ee-heading__long-shadow,.ee-heading__text-shadow,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__circle{top:0;left:0}.ee-center,.ee-circle-progress-position--inside .ee-circle-progress__value,.ee-circle-progress__icon,.ee-image-comparison__handle:before,.ee-player__controls__overlay,.ee-player__controls__overlay .ee-player__control:before,.elementor-widget-devices-extended .ee-device__shape{top:50%;left:50%;transform:translate(-50%,-50%)}.ee-center-vertical,.ee-swiper__button,.ee-timeline .timeline-item__card__arrow:after{top:50%;transform:translateY(-50%)}.ee-center-horizontal{left:50%;transform:translateX(-50%)}.ee-center-transform,.ee-hotspot{transform:translate(-50%,-50%)}.ee-u-clearfix:after{content:""!important;display:block!important;clear:both!important}.ee-calendar-event-title--no-wrap .ee-calendar__day--event .ee-calendar__day__event a,.ee-calendar-event-title--no-wrap .ee-calendar__events__event,.ee-overflow-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.ee-arrow,.ee-arrow:focus,.ee-form__field__control,.ee-form__field__control:focus{outline:0}.ee-audio-player .ee-player__playlist,.ee-menu ul{list-style:none;margin:0;padding:0}.ee-player__controls__overlay .ee-player__control{display:inline-block}.ee-breadcrumbs,.ee-filters,.ee-nav,.ee-post__metas__list,.ee-post__terms,.ee-toggle-element ul.ee-toggle-element__controls,.elementor-widget-button-group .ee-button-group{list-style:none;margin:0;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;padding:0}.ee-breadcrumbs>li,.ee-breadcrumbs>li>a,.ee-filters>li,.ee-filters>li>a,.ee-nav>li,.ee-nav>li>a,.ee-post__metas__list>li,.ee-post__metas__list>li>a,.ee-post__terms>li,.ee-post__terms>li>a,.ee-toggle-element ul.ee-toggle-element__controls>li,.ee-toggle-element ul.ee-toggle-element__controls>li>a,.elementor-widget-button-group .ee-button-group>li,.elementor-widget-button-group .ee-button-group>li>a{display:inline-block;zoom:1}.ee-button-group-stack-desktop .ee-button-group,.ee-nav--stacked,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu{margin-left:0!important;-ms-flex-direction:column;flex-direction:column}.ee-nav--stacked>li,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu>li{margin-left:0!important}.ee-breadcrumbs-align-stretch .ee-breadcrumbs>li>a,.ee-button-group-content-halign-justify .ee-button-group .ee-button-content-wrapper>li>a,.ee-button-group-halign-justify .ee-button-group>li>a,.ee-nav--stacked>li>a,.ee-scroll-indicator--skin-bar .ee-scroll-indicator__menu>li>a,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu>li>a{display:block}.ee-breadcrumbs-align-left .ee-breadcrumbs,.ee-button-group-content-halign-left .ee-button-group .ee-button-content-wrapper,.ee-button-group-halign-left .ee-button-group,.ee-filters-align-left .ee-filters,.ee-grid-halign--left .ee-grid,.ee-labels-align--start .ee-toggle-element .ee-toggle-element__controls,.ee-trigger-align--left .ee-button-wrapper{-ms-flex-pack:start;justify-content:flex-start}.ee-breadcrumbs-align-center .ee-breadcrumbs,.ee-button-group-content-halign-center .ee-button-group .ee-button-content-wrapper,.ee-button-group-halign-center .ee-button-group{-ms-flex-pack:center;justify-content:center}.ee-breadcrumbs-align-right .ee-breadcrumbs,.ee-button-group-content-halign-right .ee-button-group .ee-button-content-wrapper,.ee-button-group-halign-right .ee-button-group{-ms-flex-pack:end;justify-content:flex-end}.ee-breadcrumbs-align-center .ee-breadcrumbs>li,.ee-breadcrumbs-align-left .ee-breadcrumbs>li,.ee-breadcrumbs-align-right .ee-breadcrumbs>li,.ee-button-group-content-halign-center .ee-button-group .ee-button-content-wrapper>li,.ee-button-group-content-halign-left .ee-button-group .ee-button-content-wrapper>li,.ee-button-group-content-halign-right .ee-button-group .ee-button-content-wrapper>li,.ee-button-group-halign-center .ee-button-group>li,.ee-button-group-halign-left .ee-button-group>li,.ee-button-group-halign-right .ee-button-group>li{-ms-flex-positive:0;flex-grow:0}.ee-breadcrumbs-align-stretch .ee-breadcrumbs,.ee-button-group-content-halign-justify .ee-button-group .ee-button-content-wrapper,.ee-button-group-halign-justify .ee-button-group,.ee-media-align--stretch .ee-gallery .ee-gallery__media__content,.ee-scroll-indicator--skin-bar .ee-scroll-indicator__menu{-ms-flex-pack:stretch;justify-content:stretch}.ee-breadcrumbs-align-stretch .ee-breadcrumbs>li,.ee-button-group-content-halign-justify .ee-button-group .ee-button-content-wrapper>li,.ee-button-group-halign-justify .ee-button-group>li,.ee-scroll-indicator--skin-bar .ee-scroll-indicator__menu>li{-ms-flex-positive:1;flex-grow:1}.ee-button-group-valign-top .ee-button-group,.ee-grid-align--top .ee-grid{-ms-flex-align:start;align-items:flex-start}.ee-button-group-valign-middle .ee-button-group,.ee-button-group-valign-stretch .ee-button-group .ee-button-content-wrapper,.ee-toggle-element ul.ee-toggle-element__controls{-ms-flex-align:center;align-items:center}.ee-button-group-valign-bottom .ee-button-group{-ms-flex-align:end;align-items:flex-end}.ee-button-group-valign-stretch .ee-button-group{-ms-flex-align:stretch;align-items:stretch}.ee-button-group-gap-narrow .ee-button-group,.ee-post__metas__list,.ee-post__terms{margin-left:-6px}.ee-button-group-gap-narrow .ee-button-group>li,.ee-post__metas__list>li,.ee-post__terms>li{margin-left:6px}.ee-button-group-gap-default .ee-nav--stacked.ee-button-group,.ee-button-group-gap-default .ee-nav--stacked.ee-button-group>li,.ee-button-group-gap-default .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu,.ee-button-group-gap-default .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li,.ee-button-group-gap-extended .ee-nav--stacked.ee-button-group,.ee-button-group-gap-extended .ee-nav--stacked.ee-button-group>li,.ee-button-group-gap-extended .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu,.ee-button-group-gap-extended .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li,.ee-button-group-gap-narrow .ee-nav--stacked.ee-button-group,.ee-button-group-gap-narrow .ee-nav--stacked.ee-button-group>li,.ee-button-group-gap-narrow .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu,.ee-button-group-gap-narrow .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li,.ee-button-group-gap-wide .ee-nav--stacked.ee-button-group,.ee-button-group-gap-wide .ee-nav--stacked.ee-button-group>li,.ee-button-group-gap-wide .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu,.ee-button-group-gap-wide .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li,.ee-button-group-gap-wider .ee-nav--stacked.ee-button-group,.ee-button-group-gap-wider .ee-nav--stacked.ee-button-group>li,.ee-button-group-gap-wider .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu,.ee-button-group-gap-wider .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li,.ee-button-group-stack-desktop.ee-button-group-gap-default .ee-button-group,.ee-button-group-stack-desktop.ee-button-group-gap-default .ee-button-group>li,.ee-button-group-stack-desktop.ee-button-group-gap-extended .ee-button-group,.ee-button-group-stack-desktop.ee-button-group-gap-extended .ee-button-group>li,.ee-button-group-stack-desktop.ee-button-group-gap-narrow .ee-button-group,.ee-button-group-stack-desktop.ee-button-group-gap-narrow .ee-button-group>li,.ee-button-group-stack-desktop.ee-button-group-gap-wide .ee-button-group,.ee-button-group-stack-desktop.ee-button-group-gap-wide .ee-button-group>li,.ee-button-group-stack-desktop.ee-button-group-gap-wider .ee-button-group,.ee-button-group-stack-desktop.ee-button-group-gap-wider .ee-button-group>li,.ee-nav--flush,.ee-nav--flush>li,.ee-nav--stacked.ee-breadcrumbs,.ee-nav--stacked.ee-breadcrumbs>li,.ee-nav--stacked.ee-filters,.ee-nav--stacked.ee-filters>li,.ee-nav--stacked.ee-nav--flush,.ee-nav--stacked.ee-nav--flush>li,.ee-nav--stacked.ee-post__metas__list,.ee-nav--stacked.ee-post__metas__list>li,.ee-nav--stacked.ee-post__terms,.ee-nav--stacked.ee-post__terms>li,.ee-nav.ee-nav--stacked,.ee-nav.ee-nav--stacked>li,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-default .ee-button-group.ee-scroll-indicator__menu,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-default .ee-button-group.ee-scroll-indicator__menu>li,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-extended .ee-button-group.ee-scroll-indicator__menu,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-extended .ee-button-group.ee-scroll-indicator__menu>li,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-narrow .ee-button-group.ee-scroll-indicator__menu,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-narrow .ee-button-group.ee-scroll-indicator__menu>li,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-wide .ee-button-group.ee-scroll-indicator__menu,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-wide .ee-button-group.ee-scroll-indicator__menu>li,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-wider .ee-button-group.ee-scroll-indicator__menu,.ee-scroll-indicator-direction--vertical .ee-button-group-gap-wider .ee-button-group.ee-scroll-indicator__menu>li,.ee-scroll-indicator-direction--vertical .ee-filters.ee-scroll-indicator__menu,.ee-scroll-indicator-direction--vertical .ee-filters.ee-scroll-indicator__menu>li,.ee-scroll-indicator-direction--vertical .ee-nav--flush.ee-scroll-indicator__menu,.ee-scroll-indicator-direction--vertical .ee-nav--flush.ee-scroll-indicator__menu>li,.ee-scroll-indicator-direction--vertical .ee-nav.ee-scroll-indicator__menu,.ee-scroll-indicator-direction--vertical .ee-nav.ee-scroll-indicator__menu>li,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-breadcrumbs,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-breadcrumbs>li,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-post__metas__list,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-post__metas__list>li,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-post__terms,.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-post__terms>li{margin-left:0}.ee-button-group-gap-narrow .ee-nav--stacked.ee-button-group>li:not(:last-child),.ee-button-group-gap-narrow .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child),.ee-button-group-stack-desktop.ee-button-group-gap-narrow .ee-button-group>li:not(:last-child),.ee-nav--stacked.ee-post__metas__list>li:not(:last-child),.ee-nav--stacked.ee-post__terms>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-button-group-gap-narrow .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-post__metas__list>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-post__terms>li:not(:last-child){margin-bottom:6px}.ee-breadcrumbs,.ee-button-group-gap-default .ee-button-group,.ee-nav{margin-left:-12px}.ee-breadcrumbs>li,.ee-button-group-gap-default .ee-button-group>li,.ee-nav>li{margin-left:12px}.ee-button-group-gap-default .ee-nav--stacked.ee-button-group>li:not(:last-child),.ee-button-group-gap-default .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child),.ee-button-group-stack-desktop.ee-button-group-gap-default .ee-button-group>li:not(:last-child),.ee-form__field:not(:last-child),.ee-nav--stacked.ee-breadcrumbs>li:not(:last-child),.ee-nav.ee-nav--stacked>li:not(:last-child),.ee-notification:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-button-group-gap-default .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-nav.ee-scroll-indicator__menu>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-scroll-indicator__menu.ee-breadcrumbs>li:not(:last-child){margin-bottom:12px}.ee-button-group-gap-extended .ee-button-group,.ee-filters{margin-left:-24px}.ee-button-group-gap-extended .ee-button-group>li,.ee-filters>li{margin-left:24px}.ee-button-group-gap-extended .ee-nav--stacked.ee-button-group>li:not(:last-child),.ee-button-group-gap-extended .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child),.ee-button-group-stack-desktop.ee-button-group-gap-extended .ee-button-group>li:not(:last-child),.ee-nav--stacked.ee-filters>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-button-group-gap-extended .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-filters.ee-scroll-indicator__menu>li:not(:last-child){margin-bottom:24px}.ee-button-group-gap-wide .ee-button-group{margin-left:-48px}.ee-button-group-gap-wide .ee-button-group>li{margin-left:48px}.ee-button-group-gap-wide .ee-nav--stacked.ee-button-group>li:not(:last-child),.ee-button-group-gap-wide .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child),.ee-button-group-stack-desktop.ee-button-group-gap-wide .ee-button-group>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-button-group-gap-wide .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child){margin-bottom:48px}.ee-button-group-gap-wider .ee-button-group{margin-left:-144px}.ee-button-group-gap-wider .ee-button-group>li{margin-left:144px}.ee-button-group-stack-desktop .ee-button-group>li,.ee-pagination .page-numbers:first-child,.ee-swiper__pagination--horizontal .swiper-pagination-bullet:first-child{margin-left:0!important}.ee-button-group-gap-wider .ee-nav--stacked.ee-button-group>li:not(:last-child),.ee-button-group-gap-wider .ee-scroll-indicator-direction--vertical .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child),.ee-button-group-stack-desktop.ee-button-group-gap-wider .ee-button-group>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-button-group-gap-wider .ee-button-group.ee-scroll-indicator__menu>li:not(:last-child){margin-bottom:144px}.ee-nav--stacked.ee-nav--flush>li:not(:last-child),.ee-scroll-indicator-direction--vertical .ee-nav--flush.ee-scroll-indicator__menu>li:not(:last-child),.hotip-content>:last-child{margin-bottom:0}.ee-grid{display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}.ee-caption__insta__counter:not(:first-child),.ee-icon--right{margin-left:12px}.ee-grid__item{box-sizing:border-box;display:inline-block;width:100%;max-width:100%!important}.ee-grid>.ee-grid__item{padding-left:0}.ee-grid-align--stretch .ee-gallery .ee-media,.ee-grid-align--stretch .ee-media.ee-gallery,.ee-grid-align-mobile--stretch .ee-gallery .ee-media,.ee-grid-align-mobile--stretch .ee-media.ee-gallery,.ee-grid-align-tablet--stretch .ee-gallery .ee-media,.ee-grid-align-tablet--stretch .ee-media.ee-gallery,.ee-grid-masonry-layout--mixed .ee-media,.ee-media--stretch .ee-media,.ee-media.ee-media--stretch,.ee-posts-thumbnail-ratio .ee-post__media{position:relative;display:block}.ee-grid-align--stretch .ee-gallery .ee-media:before,.ee-grid-align--stretch .ee-media.ee-gallery:before,.ee-grid-align-mobile--stretch .ee-gallery .ee-media:before,.ee-grid-align-mobile--stretch .ee-media.ee-gallery:before,.ee-grid-align-tablet--stretch .ee-gallery .ee-media:before,.ee-grid-align-tablet--stretch .ee-media.ee-gallery:before,.ee-grid-masonry-layout--mixed .ee-media:before,.ee-media--stretch .ee-media:before,.ee-media.ee-media--stretch:before,.ee-posts-thumbnail-ratio .ee-post__media:before{content:"";display:block;width:100%;padding-bottom:100%}.ee-grid-align--stretch .ee-gallery .ee-media .ee-media__wrapper,.ee-grid-align--stretch .ee-media.ee-gallery .ee-media__wrapper,.ee-grid-align-mobile--stretch .ee-gallery .ee-media .ee-media__wrapper,.ee-grid-align-mobile--stretch .ee-media.ee-gallery .ee-media__wrapper,.ee-grid-align-tablet--stretch .ee-gallery .ee-media .ee-media__wrapper,.ee-grid-align-tablet--stretch .ee-media.ee-gallery .ee-media__wrapper,.ee-grid-masonry-layout--mixed .ee-media .ee-media__wrapper,.ee-media--stretch .ee-media .ee-media__wrapper,.ee-media.ee-media--stretch .ee-media__wrapper,.ee-posts-thumbnail-ratio .ee-post__media__thumbnail{position:absolute;top:0;bottom:0;left:0;right:0}.o-ratio--2\:1:before{padding-bottom:50%}.ee-grid-masonry-layout--mixed .ee-media:before,.o-ratio--4\:3:before{padding-bottom:75%}.o-ratio--16\:9:before{padding-bottom:56.25%}.o-flagsize-name>.o-flag__img{padding-right:0}.o-flagsize-name.o-flag--rev>.o-flag__img{padding-right:0;padding-left:0}.elementor-editor-active .ee-load-status-helper-on .ee-load-status,.elementor-editor-active .ee-load-status-helper-on .ee-load-status__error,.elementor-editor-active .ee-load-status-helper-on .ee-load-status__last,.elementor-editor-active .ee-load-status-helper-on .ee-load-status__request{display:block!important}.ee-align-icon--left{margin-right:12px}.ee-align-icon--right{-ms-flex-order:2;order:2;margin-left:12px}.ee-circle-progress .elementor-editor-active .elementor-inline-editing.suffix,.ee-timeline .elementor-editor-active .elementor-inline-editing.timeline-item__content__wysiwyg,.ee-timeline .elementor-editor-active .elementor-inline-editing.timeline-item__meta,.elementor-editor-active .ee-circle-progress .elementor-inline-editing.suffix,.elementor-editor-active .ee-timeline .elementor-inline-editing.timeline-item__content__wysiwyg,.elementor-editor-active .ee-timeline .elementor-inline-editing.timeline-item__meta,.elementor-editor-active .elementor-inline-editing.ee-breadcrumbs__crumb--home__text,.elementor-editor-active .elementor-inline-editing.ee-breadcrumbs__separator__text,.elementor-editor-active .elementor-inline-editing.ee-button-text,.elementor-editor-active .elementor-inline-editing.ee-hotspot__text,.elementor-editor-active .elementor-inline-editing.ee-table__text__inner,.elementor-editor-active .elementor-inline-editing.ee-text-divider__text{cursor:text}.ee-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.ee-grid__item>*{-ms-flex-positive:1;flex-grow:1}.ee-grid__item--sizer{position:absolute}.ee-grid-align--top .ee-grid__item{display:-ms-flexbox;display:flex}.ee-grid-align--middle .ee-grid{-ms-flex-align:center;align-items:center}.ee-grid-align--middle .ee-grid__item{display:-ms-flexbox;display:flex}.ee-grid-align--bottom .ee-grid{-ms-flex-align:end;align-items:flex-end}.ee-grid-align--bottom .ee-grid__item{display:-ms-flexbox;display:flex}.ee-grid-align--stretch .ee-grid{-ms-flex-align:stretch;align-items:stretch}.ee-grid-align--stretch .ee-grid__item{display:-ms-flexbox;display:flex}.ee-grid-halign--center .ee-grid{-ms-flex-pack:center;justify-content:center}.ee-grid-halign--right .ee-grid{-ms-flex-pack:end;justify-content:flex-end}.ee-caption--instagram,.ee-media__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ee-caption__insta{display:-ms-flexbox;display:flex}.ee-caption__insta__icon{margin-right:6px}.ee-caption__insta__counter,.ee-form__field--checkbox,.ee-form__field--radio{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ee-media{display:block}.ee-media__thumbnail img,.ee-media__thumbnail picture{width:100%;vertical-align:middle}.ee-media__content__caption{padding:12px;color:#fff}.ee-grid-align--stretch .ee-gallery .ee-media .ee-media__thumbnail,.ee-grid-align--stretch .ee-gallery .ee-media .ee-media__thumbnail>picture,.ee-grid-align--stretch .ee-media.ee-gallery .ee-media__thumbnail,.ee-grid-align--stretch .ee-media.ee-gallery .ee-media__thumbnail>picture,.ee-grid-align-mobile--stretch .ee-gallery .ee-media .ee-media__thumbnail,.ee-grid-align-mobile--stretch .ee-gallery .ee-media .ee-media__thumbnail>picture,.ee-grid-align-mobile--stretch .ee-media.ee-gallery .ee-media__thumbnail,.ee-grid-align-mobile--stretch .ee-media.ee-gallery .ee-media__thumbnail>picture,.ee-grid-align-tablet--stretch .ee-gallery .ee-media .ee-media__thumbnail,.ee-grid-align-tablet--stretch .ee-gallery .ee-media .ee-media__thumbnail>picture,.ee-grid-align-tablet--stretch .ee-media.ee-gallery .ee-media__thumbnail,.ee-grid-align-tablet--stretch .ee-media.ee-gallery .ee-media__thumbnail>picture,.ee-grid-masonry-layout--mixed .ee-media .ee-media__thumbnail,.ee-grid-masonry-layout--mixed .ee-media .ee-media__thumbnail>picture,.ee-media--stretch .ee-media .ee-media__thumbnail,.ee-media--stretch .ee-media .ee-media__thumbnail>picture,.ee-media.ee-media--stretch .ee-media__thumbnail,.ee-media.ee-media--stretch .ee-media__thumbnail>picture{display:-ms-flexbox;display:flex;height:100%}.ee-button-group-stack-desktop.ee-button-group-halign-left .ee-button-group,.ee-media-align--left .ee-media__content{-ms-flex-align:start;align-items:flex-start}.ee-button-group-stack-desktop.ee-button-group-halign-center .ee-button-group,.ee-media-align--center .ee-media__content{-ms-flex-align:center;align-items:center}.ee-button-group-stack-desktop.ee-button-group-halign-right .ee-button-group,.ee-media-align--right .ee-media__content{-ms-flex-align:end;align-items:flex-end}.ee-button-group-stack-desktop.ee-button-group-halign-justify .ee-button-group,.ee-media-align--justify .ee-media__content{-ms-flex-align:stretch;align-items:stretch}.ee-filters-align-center .ee-filters,.ee-media-align--middle .ee-media__content{-ms-flex-pack:center;justify-content:center}.ee-filters-align-right .ee-filters,.ee-media-align--bottom .ee-media__content{-ms-flex-pack:end;justify-content:flex-end}.ee-media-align--stretch .ee-media__content{-ms-flex-pack:justify;justify-content:space-between}.ee-media-effect__content--fade-in .ee-media__content{opacity:0}.ee-media-effect__content--fade-in .ee-media:hover .ee-media__content{opacity:1}.ee-media-effect__content--fade-from-bottom .ee-media__content,.ee-media-effect__content--fade-from-left .ee-media__content,.ee-media-effect__content--fade-from-right .ee-media__content,.ee-media-effect__content--fade-from-top .ee-media__content,.ee-media-effect__content--fade-out .ee-media:hover .ee-media__content{opacity:0}.ee-effect.ee-effect-type--clone.ee-effect-zoom--zoom-in:hover .ee-button:after,.ee-effect.ee-effect-type--clone.ee-effect-zoom--zoom-in:hover .ee-button:before,.ee-effect.ee-effect-type--clone.ee-effect-zoom--zoom-out:hover .ee-button:after,.ee-effect.ee-effect-type--clone.ee-effect-zoom--zoom-out:hover .ee-button:before,.ee-effect.ee-effect-type--clone:hover .ee-button:after,.ee-effect.ee-effect-type--clone:hover .ee-button:before,.ee-media-effect__content--from-bottom .ee-media:hover .ee-media__content,.ee-media-effect__content--from-left .ee-media:hover .ee-media__content,.ee-media-effect__content--from-right .ee-media:hover .ee-media__content,.ee-media-effect__content--from-top .ee-media:hover .ee-media__content{transform:translateY(0) translateX(0)}.ee-media-effect__content--from-top .ee-media__content,.ee-media-effect__content--to-top .ee-media:hover .ee-media__content{transform:translateY(-100%)}.ee-media-effect__content--from-right .ee-media__content,.ee-media-effect__content--to-right .ee-media:hover .ee-media__content{transform:translateX(100%)}.ee-media-effect__content--from-bottom .ee-media__content{transform:translateY(100%)}.ee-media-effect__content--from-left .ee-media__content{transform:translateX(-100%)}.ee-media-effect__content--to-bottom .ee-media:hover .ee-media__content{transform:translateY(100%)}.ee-media-effect__content--to-left .ee-media:hover .ee-media__content{transform:translateX(-100%)}.ee-media-effect__content--fade-from-bottom .ee-media:hover .ee-media__content,.ee-media-effect__content--fade-from-left .ee-media:hover .ee-media__content,.ee-media-effect__content--fade-from-right .ee-media:hover .ee-media__content,.ee-media-effect__content--fade-from-top .ee-media:hover .ee-media__content{opacity:1;transform:translateY(0) translateX(0)}.ee-media-effect__content--fade-from-top .ee-media__content,.ee-media-effect__content--fade-to-top .ee-media:hover .ee-media__content{transform:translateY(-24px)}.ee-media-effect__content--fade-from-right .ee-media__content{transform:translateX(24px)}.ee-media-effect__content--fade-from-bottom .ee-media__content{transform:translateY(24px)}.ee-media-effect__content--fade-from-left .ee-media__content{transform:translateX(-24px)}.ee-media-effect__content--fade-to-bottom .ee-media:hover .ee-media__content,.ee-media-effect__content--fade-to-left .ee-media:hover .ee-media__content,.ee-media-effect__content--fade-to-right .ee-media:hover .ee-media__content,.ee-media-effect__content--fade-to-top .ee-media:hover .ee-media__content{opacity:0}.ee-media-effect__content--fade-to-right .ee-media:hover .ee-media__content{transform:translateX(24px)}.ee-media-effect__content--fade-to-bottom .ee-media:hover .ee-media__content{transform:translateY(24px)}.ee-media-effect__content--fade-to-left .ee-media:hover .ee-media__content{transform:translateX(-24px)}.ee-loader{height:2px;width:100%;background-color:#f7f7f7}.ee-loader__progress{width:0%;height:100%;display:block;background-color:#000}.ee-gallery__item{z-index:1}.ee-gallery__item:hover{z-index:2}.ee-gallery__item.is--3d,.elementor-widget-ee-scroll-indicator.ee-sticky--stuck{z-index:1}.ee-gallery__media-wrapper{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translate3d(0,0,0)}.ee-gallery__tilt{transform-style:preserve-3d}.ee-gallery__tilt--depth{overflow:visible!important}.ee-gallery__tilt .ee-gallery__media__content{transform:translateZ(20px)}.ee-gallery__tilt .ee-gallery__media__overlay{transform:translateZ(10px)}.ee-form__field .ee-form__field__control--texttext-inputs,.ee-form__field.ee-custom .ee-select2.select2-selection,.ee-form__field__control--submit,.ee-form__field__control--text{border-radius:0;height:auto;min-height:48px;padding:0 24px;border:1px solid #eceeef;background-color:#fff}.ee-button-group .ee-button-wrapper,.ee-button-group .ee-button-wrapper:hover,.ee-pagination .page-numbers{background-color:transparent}.ee-button-group .ee-button,.ee-button-group .ee-button-wrapper,.ee-form__field__control--select{width:100%}.ee-form__field--checkbox label,.ee-form__field--radio label{margin:0 0 0 12px;-ms-flex-positive:1;flex-grow:1}.ee-form__field--radio.ee-custom input[type=radio]+label i{border-radius:100%}.ee-form__field--select select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.ee-form__field--select select::-ms-expand{display:none}.ee-form__field--select:not(.ee-custom) select{padding-right:36px}.ee-form__field--select:not(.ee-custom) select+label:after{content:"";position:absolute;top:50%;right:12px;margin-top:-3px;width:0;height:0;border:6px solid transparent;border-top-color:#818a91}.ee-form__field--check.ee-custom input[type=checkbox],.ee-form__field--check.ee-custom input[type=radio]{position:absolute;width:0;height:0;opacity:0}.ee-form__field--check.ee-custom input[type=checkbox]+label,.ee-form__field--check.ee-custom input[type=radio]+label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer;margin:0}.ee-form__field--check.ee-custom input[type=checkbox]+label i,.ee-form__field--check.ee-custom input[type=radio]+label i{transition:.1s linear;width:24px;height:24px;margin-right:12px;overflow:hidden;text-align:center;line-height:24px;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;border:1px solid #eceeef;background-color:#fff}.ee-form__field--check.ee-custom input[type=checkbox]+label:hover i,.ee-form__field--check.ee-custom input[type=radio]+label:hover i{color:rgba(129,138,145,.3);font-size:calc(24px/2)}.ee-form__field--check.ee-custom input[type=checkbox]:checked+label i,.ee-form__field--check.ee-custom input[type=radio]:checked+label i{font-size:calc(24px/2);border-color:#0275d8}.ee-form__field--check.ee-custom input[type=checkbox]:checked+label i{color:#fff;background-color:#0275d8}.ee-filters__item [data-filter].ee--active,.ee-form__field--check.ee-custom input[type=radio]+label i,.ee-form__field--check.ee-custom input[type=radio]:checked+label i{color:#0275d8}.ee-form__field.ee-custom .select2-container+label{display:block;margin:0}.ee-form__field.ee-custom .ee-select2{height:auto}.ee-button-link.ee-button,.ee-form__field.ee-custom .ee-select2.select2-selection{display:-ms-flexbox;display:flex}.ee-form__field.ee-custom .ee-select2.select2-selection .select2-selection__rendered{-ms-flex-positive:1;flex-grow:1;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ee-form__field.ee-custom .ee-select2.select2-selection .select2-selection__arrow{height:auto;position:relative;width:auto;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:12px}.ee-form__field.ee-custom .ee-select2.select2-selection .select2-selection__arrow b{position:relative;margin:0;left:auto;top:auto}.ee-form__field.ee-custom .select2-container--open .ee-select2 .select2-selection__arrow b{margin-top:-2px}.select2-dropdown.ee-select2__dropdown{z-index:99999;overflow:hidden;border:1px solid #eceeef;border-radius:0}.select2-dropdown.ee-select2__dropdown .select2-results__option[aria-selected=true]{background-color:#eceeef}.select2-dropdown.ee-select2__dropdown .select2-results__option--highlighted[aria-selected]{background-color:#0275d8}.ee-pagination--is,.ee-swiper__container{display:none}.ee-button-content-wrapper,.ee-filters__item>*,.ee-swiper__container.swiper-container-horizontal,.ee-swiper__container.swiper-container-vertical{display:block}.ee-swiper__container .ee-swiper__wrapper{display:-ms-flexbox;display:flex;width:auto}.ee-swiper__container .ee-swiper__slide{height:auto;overflow:visible}.ee-swiper__container .ee-swiper__slide figure{line-height:inherit}.ee-swiper__container.swiper-container-vertical{height:400px}.ee-swiper__container.swiper-container-vertical .ee-swiper__pagination{right:0!important}.ee-swiper__container.swiper-container-multirow .ee-grid{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.ee-swiper__container .ee-grid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ee-swiper__container--kenburns .ee-swiper__slide img{transition:10s ease-out;transform:scale(1.2);transform-origin:center center}.ee-swiper__container--kenburns .ee-swiper__slide.swiper-slide-active img{transform:scale(1)!important}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(1n) img{transform-origin:top left}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(2n) img{transform-origin:bottom right}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(3n) img{transform-origin:center right}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(4n) img{transform-origin:bottom center}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(5n) img{transform-origin:top right}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(6n) img{transform-origin:center center}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(7n) img{transform-origin:bottom left}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(8n) img{transform-origin:top center}.ee-swiper__container--kenburns-random .ee-swiper__slide:nth-child(9n) img{transform-origin:center left}.ee-swiper__pagination--horizontal.ee-swiper__pagination{bottom:0!important}.ee-swiper__pagination--horizontal .swiper-pagination-bullet{margin:0 6px}.ee-swiper__pagination--vertical.ee-swiper__pagination{top:0;bottom:0;right:0;transform:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.ee-swiper__pagination--vertical .swiper-pagination-bullet{margin:6px 0}.ee-swiper__pagination--vertical .swiper-pagination-bullet:first-child{margin-top:0!important}.ee-swiper__pagination--vertical .swiper-pagination-bullet:last-child{margin-bottom:0!important}.ee-swiper__pagination--outside.ee-swiper__pagination--horizontal{position:relative;margin-top:24px}.ee-swiper__pagination--outside.ee-swiper__pagination--vertical{position:absolute;transform:translateX(100%)}.ee-swiper__navigation--top .ee-swiper__button{bottom:0;transform:none}.ee-swiper__navigation--middle .ee-swiper__button{bottom:50%;transform:translateY(calc(50% + 24px))}.ee-swiper__navigation--bottom .ee-swiper__button{bottom:auto;top:0;transform:none}.ee-swiper__navigation--left.ee-arrows--vertical .ee-swiper__button{right:0;left:auto;transform:none}.ee-swiper__navigation--center.ee-arrows--vertical .ee-swiper__button{right:50%;transform:translateX(calc(50% + 24px))}.ee-swiper__navigation--right.ee-arrows--vertical .ee-swiper__button{left:0;right:auto;transform:none}.ee-swiper__navigation--outside .ee-swiper__button--prev{right:-100px}.ee-swiper__navigation--outside .ee-swiper__button--next{left:-100px}.ee-filters{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin-top:0;margin-bottom:48px}.ee-filters__item{-ms-flex-positive:0;flex-grow:0;cursor:pointer;text-align:center}.ee-button,.ee-button-text,.ee-pagination .page-numbers,.ee-player,.ee-player__source{display:inline-block}.ee-filters-align-center .ee-filters .ee-filters__item,.ee-filters-align-left .ee-filters .ee-filters__item,.ee-filters-align-right .ee-filters .ee-filters__item{-ms-flex-positive:0;flex-grow:0}.ee-filters-align-justify .ee-filters .ee-filters__item{-ms-flex-positive:1;flex-grow:1}.ee-pagination{font-size:0}.ee-pagination .page-numbers{font-size:14px;margin:0 6px}.ee-notification{padding:12px;border:1px solid #e8c4c4;color:#a94442;background-color:#f2dede}.ee-button{line-height:1;color:#fff;background-color:#818a91;text-align:center}.ee-button.ee-size-xs{font-size:13px;border-radius:2px}.ee-button.ee-size-xs .ee-button-content-wrapper,.ee-effect .ee-button.ee-size-xs:after{padding:10px 20px}.ee-button.ee-size-sm{font-size:15px;border-radius:3px}.ee-button.ee-size-sm .ee-button-content-wrapper,.ee-effect .ee-button.ee-size-sm:after{padding:12px 24px}.ee-button.ee-size-md{font-size:16px;border-radius:4px}.ee-button.ee-size-md .ee-button-content-wrapper,.ee-effect .ee-button.ee-size-md:after{padding:15px 30px}.ee-button.ee-size-lg{font-size:18px;border-radius:5px}.ee-button.ee-size-lg .ee-button-content-wrapper,.ee-effect .ee-button.ee-size-lg:after{padding:20px 40px}.ee-button.ee-size-xl{font-size:20px;border-radius:6px}.ee-button.ee-size-xl .ee-button-content-wrapper,.ee-effect .ee-button.ee-size-xl:after{padding:25px 50px}.ee-icon--left{-ms-flex-order:0;order:0;margin-right:12px}.ee-icon--right{-ms-flex-order:2;order:2}.ee-icon--flush,.ee-tooltip p:last-child{margin:0}.ee-editor-placeholder{text-align:center;padding:10px;background-color:#f7f7f7;border:1px solid #d4d4d4}.ee-editor-placeholder:not(:last-child){margin-bottom:10px}.ee-editor-placeholder__body,.ee-editor-placeholder__title{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif}.ee-editor-placeholder__title{font-weight:400;margin-bottom:5px;color:#373a3c}.ee-editor-placeholder__body{font-size:12px;color:#818a91}.ee-tooltip{position:absolute;z-index:999;padding:12px;background-color:#000;color:#fff}.ee-player,.ee-player__control--progress{position:relative;transform:translate3d(0,0,0);overflow:hidden}.ee-tooltip:after{content:'';position:absolute;width:0;height:0;left:50%;bottom:-10px;margin-left:-10px;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #000}.ee-tooltip.to--bottom:after{top:-10px;bottom:auto;border-top:0;border-bottom:10px solid #000}.ee-tooltip.to--bottom.at--left:after{border-left-color:#000}.ee-tooltip.to--bottom.at--right:after{border-right-color:#000}.ee-tooltip.to--left:after{right:-10px;left:auto;bottom:auto;top:50%;margin:-10px 0 0;border-right:0 solid transparent;border-left:10px solid #000;border-bottom:10px solid transparent;border-top:10px solid transparent}.ee-tooltip.to--left.at--top:after{border-top-color:#000}.ee-tooltip.to--left.at--bottom:after{border-bottom-color:#000}.ee-tooltip.to--right:after{left:-10px;right:auto;bottom:auto;top:50%;margin:-10px 0 0;border-left:0 solid transparent;border-right:10px solid #000;border-bottom:10px solid transparent;border-top:10px solid transparent}.ee-arrow--next,.ee-tooltip.at--left:after{left:0}.ee-tooltip.to--right.at--top:after{border-top-color:#000}.ee-tooltip.to--right.at--bottom:after{border-bottom-color:#000}.ee-tooltip.to--top:after{bottom:-10px;top:auto;border-bottom:0;border-top-color:#000}.ee-tooltip.to--top.at--left:after{border-left-color:#000}.ee-tooltip.to--top.at--right:after{border-right-color:#000}.ee-tooltip.at--top:after{bottom:auto;top:0}.ee-tooltip.at--bottom:after{top:auto;bottom:0}.ee-tooltip.at--right:after{right:0;left:auto}.ee-tooltip.at--bottom:after,.ee-tooltip.at--left:after,.ee-tooltip.at--right:after,.ee-tooltip.at--top:after{margin:0;border:10px solid transparent}.elementor-widget-devices-extended.ee-device-landscape-scrollable .ee-device__media__screen__landscape__inner,.elementor-widget-devices-extended.ee-device-portrait-scrollable .ee-device__media__screen--image-inner{margin-right:-100px;padding-right:100px}.ee-player{font-size:12px}.ee-player__cover{cursor:pointer;transition:opacity .2s linear}.ee-effect.ee-effect-type--clone .ee-button:before,.ee-effect.ee-effect-type--cube .ee-button:before,.ee-effect.ee-effect-type--flip .ee-button:before,.ee-player__cover:after{content:""}.ee-player__control{cursor:default;white-space:nowrap}.ee-arrow,.ee-player__control--icon,.ee-player__control--progress,.ee-player__controls__browse{cursor:pointer}.ee-player__control--indicator{padding:0 6px}.ee-player__control--progress{margin:0 6px;height:12px}.ee-player__control--progress__inner{position:absolute;left:0;top:0;bottom:0;transition:background-color .2s linear}.ee-player__control--progress__track{opacity:.2;right:0}.ee-player__control--icon{font-size:1em;padding:0 6px}.ee-button-group-stack-desktop .ee-button-group>li>a,.ee-player__control--icon:before{display:block}.ee-player__control--icon:hover{opacity:1}.ee-player__controls__overlay{list-style:none;white-space:nowrap;margin:0;padding:0;transition:opacity .2s linear}.ee-player__controls__bar,.ee-player__controls__overlay .ee-player__control{transition:background-color .2s linear,box-shadow .2s linear,opacity .2s linear,color .2s linear}.ee-player__controls__overlay .ee-player__control{cursor:pointer;vertical-align:middle;position:relative;width:60px;height:60px;font-size:60px}.ee-player__controls__overlay .ee-player__control.nicon-play:before{margin-left:3%}.ee-player__controls__overlay .ee-player__control:before{font-size:.5em}.ee-player__controls__overlay .ee-player__controls__rewind{display:none;margin-right:24px}.ee-player__controls__overlay .ee-player__controls__rewind:before{margin-top:-4%}.ee-player__controls__time{padding:6px}.ee-player__controls__progress{-ms-flex-preferred-size:80%;flex-basis:80%;-ms-flex-positive:1;flex-grow:1}.ee-player__controls__volume{-ms-flex-preferred-size:20%;flex-basis:20%;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center}.ee-button-group-content-halign-justify .ee-button-group .ee-button-content-wrapper .ee-button-text,.ee-player__controls__volume-bar{-ms-flex-positive:1;flex-grow:1}.ee-player__controls__bar{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:12px}.ee-player__controls__bar-wrapper{transition:transform .4s cubic-bezier(.42,0,.2,1)}.ee-player.paused .ee-player__controls__overlay .ee-player__controls__rewind{display:inline-block;margin-right:24px}.ee-arrow{z-index:1;display:-ms-inline-flexbox;display:inline-flex;border-radius:100%;background-color:#fff;color:#000;padding:1em;margin:24px;font-size:24px}.ee-arrow--prev{right:0}.ee-arrow--disabled{cursor:default}.ee-arrow__svg{width:100%;height:auto}.ee-arrows--vertical .ee-arrow i,.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper .ee-device__shape svg{transform:rotate(90deg)}.ee-arrows--vertical .ee-arrow--prev{right:auto;top:auto;bottom:0}.ee-arrows--vertical .ee-arrow--next{left:auto;bottom:auto;top:0}.ee-icon,.ee-menu,.ee-timeline .woocommerce.product .add_to_cart_button,.ee-timeline .woocommerce.product .added_to_cart,.ee-unfold__icon{display:inline-block}.ee-icon i,.ee-icon-support--svg svg{vertical-align:middle}.ee-icon-support--svg svg{display:inline-block;width:1em;height:auto}.ee-icon-support--svg-large svg{width:1.5em}.ee-button-content-wrapper,.ee-button-gap,.ee-button-wrapper{display:-ms-flexbox!important;display:flex!important}.ee-button-content-wrapper{-ms-flex-pack:center;justify-content:center;-ms-flex-positive:1;flex-grow:1}.ee-button-group{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-widget-image-comparison .elementor-widget-container{overflow:hidden;font-size:0}.ee-image-comparison{position:relative;width:100%;font-size:1rem}.ee-image-comparison img{display:block;max-width:100%;width:100%}.ee-image-comparison__image{position:absolute;top:0;left:0;height:100%;width:0%;overflow:hidden;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ee-image-comparison__image .ee-image-comparison__label{right:auto;left:0}.ee-offcanvas__slidebar,.is--visible .ee-image-comparison__image{width:50%}.ee-image-comparison__image img{position:absolute;left:0;top:0;display:block;width:auto;height:100%!important;max-width:none!important}.ee-image-comparison__separator{right:0;width:1px;height:100%;background-color:#fff;transform:translateX(50%) translateY(-50%)}.ee-image-comparison__label{position:absolute!important;bottom:0;right:0;padding:1em;opacity:0;transform:translateY(20px);transition:transform .3s .7s,opacity .3s .7s}.ee-image-comparison__label.is--hidden,.timeline-item.is--hidden{visibility:hidden}.ee-offcanvas--open .ee-offcanvas__overlay,.ee-offcanvas--opening .ee-offcanvas__overlay{visibility:visible;opacity:1}.is--visible .ee-image-comparison__label{opacity:1;transform:translateY(0)}.ee-image-comparison__label--empty,.ee-text-divider--left .ee-text-divider__before,.ee-text-divider--right .ee-text-divider__after,.hotip-content{display:none}.ee-image-comparison__label--clickable{cursor:pointer}.ee-image-comparison__handle{-ms-touch-action:none;touch-action:none;position:absolute;height:44px;width:44px;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border-radius:50%;background:#fff;cursor:move;opacity:0;transform:translate3d(0,0,0) scale(0);color:#000}.ee-image-comparison__handle:before{font-size:.4em}.ee-image-comparison__handle.draggable{background-color:#000;color:#fff}.is--visible .ee-image-comparison__handle{opacity:1;transform:translate3d(0,0,0) scale(1);transition:transform .3s .7s,opacity .7s}.ee-image-comparison--top .ee-image-comparison__label{top:0;bottom:auto}.ee-image-comparison--middle .ee-image-comparison__label{top:50%;bottom:auto;transform:translateY(-50%)}.ee-image-comparison--bottom .ee-image-comparison__label{top:auto;bottom:0}@keyframes bounce-in{0%{width:0}60%{width:55%}100%{width:50%}}.ee-text-divider{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;margin:0 auto}.ee-text-divider__text{-ms-flex-negative:1;flex-shrink:1;padding:0 6px;margin:0}.ee-calendar a,.ee-text-divider__text:not([href]){cursor:default}.ee-text-divider__after,.ee-text-divider__before{-ms-flex-positive:1;flex-grow:1;height:1px;min-height:1px;background-color:#000}.elementor-widget-devices-extended{font-size:0;display:block}.elementor-widget-devices-extended .ee-device-wrapper{margin:0 auto;display:inline-block;max-width:100%;transition:.3s cubic-bezier(.42,0,.2,1);transition-property:width,padding-bottom}.elementor-widget-devices-extended .ee-device{position:relative;display:inline-block;height:0;max-width:100%;width:100%;transition:.3s cubic-bezier(.42,0,.2,1)}.elementor-widget-devices-extended .ee-device svg{width:100%;height:auto;display:block;font-size:1rem;transition:.3s cubic-bezier(.42,0,.2,1)}.elementor-widget-devices-extended .ee-device svg .back-shape,.elementor-widget-devices-extended .ee-device svg .side-shape,.elementor-widget-devices-extended.ee-device-skin-gold svg .overlay-shape,.elementor-widget-devices-extended.ee-device-skin-jetblack svg .back-shape,.elementor-widget-devices-extended.ee-device-skin-jetblack svg .side-shape,.elementor-widget-devices-extended.ee-device-skin-rosegold svg .overlay-shape,.elementor-widget-devices-extended.ee-device-skin-silver svg .overlay-shape{fill:#000}.elementor-widget-devices-extended .ee-device svg .overlay-shape{fill-opacity:.2;fill:#fff}.elementor-widget-devices-extended .ee-device__shape{width:100%;transition:.3s cubic-bezier(.42,0,.2,1)}.elementor-widget-devices-extended .ee-device__media{position:absolute;left:50%;transition:.3s cubic-bezier(.42,0,.2,1);border-radius:3px}.elementor-widget-devices-extended .ee-device__media__inner{background-color:rgba(255,255,255,.2);position:relative;left:0;width:100%;height:0;transition:.3s cubic-bezier(.42,0,.2,1)}.elementor-widget-devices-extended .ee-device__media__screen{overflow:hidden;display:-ms-flexbox;display:flex;border-radius:3px;transition:.3s cubic-bezier(.42,0,.2,1);z-index:2}.elementor-widget-devices-extended .ee-device__media__screen__landscape{z-index:1;opacity:0}.elementor-widget-devices-extended .ee-device__media__screen__inner{left:0;right:0}.elementor-widget-devices-extended .ee-device__media__screen__inner,.elementor-widget-devices-extended .ee-device__media__screen__inner img{width:100%}.ee-calendar .clndr,.ee-gallery-slider__gallery .swiper-container-vertical .ee-gallery__item,.elementor-widget-devices-extended .ee-device__media__screen__inner figure{overflow:hidden}.elementor-widget-devices-extended .ee-device__media__screen--video .ee-device__media__screen__inner,.elementor-widget-devices-extended .ee-device__media__screen--video .ee-video-player{width:100%;height:100%}.ee-popup--trigger-text,.elementor-editor-active .ee-popup,.elementor-widget-devices-extended .ee-device-type-window .ee-video-player,.elementor-widget-devices-extended .ee-device__media__screen--video .ee-device__media__screen__inner>video,.elementor-widget-devices-extended .ee-device__media__screen--video .ee-video-player>video{height:auto}.elementor-widget-devices-extended .ee-device-type-phone{width:277px}.elementor-widget-devices-extended .ee-device-type-phone .ee-device{width:277px;padding-bottom:207.22022%}.elementor-widget-devices-extended .ee-device-type-phone .ee-device__media{top:11.7%;width:88.80866%;transform:translateX(-50%)}.elementor-widget-devices-extended .ee-device-type-phone .ee-device__media__inner{padding-bottom:177.77778%}.elementor-widget-devices-extended .ee-device-type-tablet{width:430px}.elementor-widget-devices-extended .ee-device-type-tablet .ee-device{width:430px;padding-bottom:138.37209%}.elementor-widget-devices-extended .ee-device-type-tablet .ee-device__media{top:50%;transform:translateX(-50%) translateY(-50%);width:90.69767%}.elementor-widget-devices-extended .ee-device-type-tablet .ee-device__media__inner{padding-bottom:133.33333%}.elementor-widget-devices-extended .ee-device-type-desktop,.elementor-widget-devices-extended .ee-device-type-laptop{width:645px}.elementor-widget-devices-extended .ee-device-type-laptop .ee-device{width:645px;padding-bottom:57.36434%}.elementor-widget-devices-extended .ee-device-type-laptop .ee-device__media{top:47.9%;transform:translateX(-50%) translateY(-50%);width:76.43411%}.elementor-widget-devices-extended .ee-device-type-laptop .ee-device__media__inner{padding-bottom:62.47465%}.elementor-widget-devices-extended .ee-device-type-desktop .ee-device{width:895px;padding-bottom:88.49162%}.elementor-widget-devices-extended .ee-device-type-desktop .ee-device__media{top:33.5%;transform:translateX(-50%) translateY(-50%);width:92.2905%}.elementor-widget-devices-extended .ee-device-type-desktop .ee-device__media__inner{padding-bottom:56.41646%}.elementor-widget-devices-extended .ee-device-type-window{width:1000px}.elementor-widget-devices-extended .ee-device-type-window .ee-device{width:1000px;height:auto;padding-bottom:0}.elementor-widget-devices-extended .ee-device-type-window .ee-device__media,.elementor-widget-devices-extended .ee-device-type-window .ee-device__shape{position:relative;transform:none;top:auto;left:auto;border-radius:0}.elementor-widget-devices-extended .ee-device-type-window .ee-device__media{width:100%}.elementor-widget-devices-extended .ee-device-type-window .ee-device__media__inner{height:auto;padding-bottom:0}.elementor-widget-devices-extended .ee-device-type-window .ee-device__media__screen{overflow:visible;position:relative}.elementor-widget-devices-extended .ee-device-type-window .ee-device__media__screen__inner{position:relative;top:auto;left:auto;height:auto;width:100%;overflow:visible}.elementor-widget-devices-extended.ee-device-video-cover .ee-device__media__screen--video .ee-video-player>video{object-fit:cover;height:inherit}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper .ee-device__media{top:50%;transform:translateY(-50%) translateX(-50%)}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper .ee-device__orientation{transform:translateY(calc(100% + 24px)) translateX(-50%) rotate(-90deg)}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-phone{width:574px}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-phone .ee-device{width:574px;padding-bottom:48.25784%}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-phone .ee-device__shape{width:48.25784%}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-phone .ee-device__media{width:76.30662%}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-phone .ee-device__media__inner{padding-bottom:56.25%}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-tablet{width:595px}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-tablet .ee-device{width:595px;padding-bottom:72.26891%}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-tablet .ee-device__shape{width:72.26891%}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-tablet .ee-device__media{width:87.39496%}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device-wrapper.ee-device-type-tablet .ee-device__media__inner{padding-bottom:75%}.elementor-widget-devices-extended.ee-device-landscape-scrollable .ee-device__media__screen__landscape,.elementor-widget-devices-extended.ee-device-portrait-scrollable .ee-device__media__screen--image{overflow-y:auto}.elementor-widget-devices-extended .ee-device__orientation{position:absolute;bottom:0;left:50%;z-index:99;width:28px;height:28px;transform:translateY(calc(100% + 24px)) translateX(-50%);font-size:28px;color:rgba(0,0,0,.1);cursor:pointer;transition:.3s cubic-bezier(.42,0,.2,1)}.elementor-widget-devices-extended .ee-device__orientation:before{display:block}.elementor-widget-devices-extended .ee-device.has--orientation-control{margin-bottom:52px}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device.has--orientation-control .ee-device__media__screen{opacity:0;z-index:1}.elementor-widget-devices-extended.ee-device-orientation-landscape .ee-device.has--orientation-control .ee-device__media__screen__landscape{opacity:1;z-index:2}.elementor-widget-devices-extended.ee-device-controls-tone-light svg .overlay-shape,.elementor-widget-devices-extended.ee-device-skin-jetblack svg .overlay-shape{fill:#fff;fill-opacity:.2}.elementor-widget-devices-extended.ee-device-skin-black svg .overlay-shape{fill:#fff}.elementor-widget-devices-extended.ee-device-skin-black svg .back-shape,.elementor-widget-devices-extended.ee-device-skin-black svg .side-shape{fill:#343639}.elementor-widget-devices-extended.ee-device-skin-silver svg .back-shape,.elementor-widget-devices-extended.ee-device-skin-silver svg .side-shape{fill:#e4e6e7}.elementor-widget-devices-extended.ee-device-skin-gold svg .back-shape,.elementor-widget-devices-extended.ee-device-skin-gold svg .side-shape{fill:#fbe6cf}.elementor-widget-devices-extended.ee-device-skin-rosegold svg .back-shape,.elementor-widget-devices-extended.ee-device-skin-rosegold svg .side-shape{fill:#fde4dc}.elementor-widget-devices-extended.ee-device-controls-tone-dark svg .overlay-shape{fill:#000;fill-opacity:.2}.elementor-widget-devices-extended svg .lighten{fill:#fff;fill-opacity:.3}.elementor-widget-devices-extended svg .lighten-more{fill:#fff;fill-opacity:.5}.ee-hotspots img{width:100%;display:block}.ee-hotspot{position:absolute;left:48px;top:48px}.ee-hotspot__wrapper{box-sizing:content-box;cursor:pointer;text-align:center;line-height:40px}.ee-calendar__table,.ee-search-form-input-position--left .ee-search-form__submit,.ee-search-form-input-position--right .ee-search-form__submit,[canvas=container],[off-canvas],body,html{box-sizing:border-box}.ee-hotspots:not(.ee-hotspots--no-pulse) .ee-hotspot__wrapper:before{content:"";position:absolute;z-index:-1;transform:scale(1);pointer-events:none;animation:2s infinite pulse-grow}.ee-hotspot__wrapper,.ee-hotspot__wrapper:before{min-width:40px;min-height:40px;display:block;background-color:#000;color:#fff;border-radius:9999px}.ee-circle-progress-position--hide .ee-circle-progress__value,.ee-circle-progress__value.is--hidden{display:none}.ee-hotspot:hover .ee-hotspot__wrapper:before{animation:none}.ee-hotspot__text{width:100%;display:table;padding:0 12px}.ee-hotspot__icon{display:table-cell;vertical-align:middle}@keyframes pulse-grow{0%{transform:scale(1);opacity:1}100%{transform:scale(1.5);opacity:0}}.ee-circle-progress{position:relative;display:inline-block}.ee-circle-progress canvas{display:block;max-width:100%;height:auto!important;margin:0 auto}.ee-circle-progress__value{cursor:default;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;font-size:30px;font-weight:700}.ee-circle-progress__value>.suffix{text-align:left;font-size:.5em;margin-left:.2em}.ee-circle-progress__icon{font-size:24px}.ee-circle-progress__text{display:block;margin-top:12px}.ee-circle-progress-suffix--before .ee-circle-progress__value{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-circle-progress-suffix--before .ee-circle-progress__value>.suffix{margin-right:.2em;margin-left:0}.ee-circle-progress-suffix--top .ee-circle-progress__value,.ee-labels-align-stacked--start .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:start;align-items:flex-start}.ee-circle-progress-suffix--middle .ee-circle-progress__value,.ee-offcanvas__trigger .ee-button-content-wrapper{-ms-flex-align:center;align-items:center}.ee-circle-progress-suffix--bottom .ee-circle-progress__value{-ms-flex-align:baseline;align-items:baseline}.ee-circle-progress-suffix--stretch .ee-circle-progress__value>.suffix{font-size:inherit;line-height:inherit;margin:0}.ee-circle-progress-position--below .ee-circle-progress__value{-ms-flex-pack:center;justify-content:center}.ee-scroll-indicator__element__link,.elementor-element .ee-parallax,.elementor-element .ee-parallax__inner{transition:none}.ee-scroll-indicator__element__link:hover{color:initial}.ee-gallery-slider__gallery .ee-gallery__item,.ee-scroll-indicator__element__link.has--cursor{cursor:pointer}.ee-scroll-indicator--skin-bar .ee-scroll-indicator__element__wrapper,.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__element__wrapper{display:block;position:relative;background-color:#d4d4d4}.ee-scroll-indicator--skin-bar .ee-scroll-indicator__element__link.is--reading .ee-scroll-indicator__element__progress,.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__element__link.is--reading .ee-scroll-indicator__element__progress{display:block}.ee-scroll-indicator--skin-bar .ee-scroll-indicator__element__link.is--read .ee-scroll-indicator__element__wrapper,.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__element__link.is--read .ee-scroll-indicator__element__wrapper{display:block;background-color:#0275d8}.ee-scroll-indicator--skin-bar .ee-scroll-indicator__element__progress,.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__element__progress{width:0%;display:none}.ee-scroll-indicator--skin-bullets{height:100%}.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__menu{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:12px;height:100%}.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__element{position:relative;-ms-flex-positive:0!important;flex-grow:0!important}.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__element__progress{width:100%;height:0%}.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__element__wrapper{border-radius:100%;width:12px;height:12px;overflow:hidden}.ee-scroll-indicator--skin-bullets .ee-scroll-indicator__element__link{padding:6px}.ee-scroll-indicator--skin-bar .ee-scroll-indicator__element__wrapper{position:relative;height:6px}.ee-scroll-indicator--skin-list .ee-scroll-indicator__menu{-ms-flex-align:stretch;align-items:stretch}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element{display:block;width:100%}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link.is--read .ee-scroll-indicator__element__bullet{color:#d4d4d4}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link.is--read .ee-scroll-indicator__element__subtitle,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link.is--read .ee-scroll-indicator__element__title,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link.is--reading .ee-scroll-indicator__element__subtitle,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link.is--reading .ee-scroll-indicator__element__title{color:#0275d8}.ee-heading__long-shadow>*,.ee-heading__text-shadow>*,.ee-heading__text>*,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link.is--read svg,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link.is--reading svg{display:block}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__link.is--read svg circle{stroke-dasharray:0;stroke:#d4d4d4}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__bullet{display:block;position:relative;width:4em;height:4em;-ms-flex-negative:0;flex-shrink:0;border-radius:100%;margin-right:12px}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__number{max-width:none;display:block;font-size:18px;font-weight:700}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__circle svg{display:none;stroke:#0275d8;width:100%;height:auto}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__text{-ms-flex-positive:1;flex-grow:1}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__title{color:#373a3c}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__subtitle{color:#818a91}.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__subtitle,.ee-scroll-indicator--skin-list .ee-scroll-indicator__element__title,.ee-scroll-indicator-numbers--bottom .ee-scroll-indicator__element__bullet,.ee-scroll-indicator-numbers--right .ee-scroll-indicator__element__bullet,.ee-scroll-indicator-numbers--top .ee-scroll-indicator__element__bullet,.ee-scroll-indicator-show--numbers .ee-scroll-indicator__element__bullet,.ee-timeline .woocommerce.product del .amount{margin:0}.ee-posts-avatar-position-top .ee-post__metas--has-metas .ee-post__metas__avatar,.ee-scroll-indicator-numbers--top .ee-scroll-indicator__element__bullet{margin-bottom:12px}.ee-breadcrumbs__separator:last-child,.ee-scroll-indicator--skin-list li:last-of-type a::after,.ee-scroll-indicator-show--text .ee-scroll-indicator__number{display:none}.ee-scroll-indicator-direction--vertical .elementor-widget-container{height:100%}.ee-scroll-indicator-numbers--bottom .ee-scroll-indicator__element__text,.ee-scroll-indicator-numbers--top .ee-scroll-indicator__element__text{text-align:center}.ee-gallery-slider--left .ee-gallery-slider,.ee-scroll-indicator-numbers--right .ee-scroll-indicator__element__link{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-scroll-indicator-numbers--right .ee-scroll-indicator__element__bullet{margin-left:12px}.ee-scroll-indicator-numbers--right .ee-scroll-indicator__element__text{text-align:right}.ee-scroll-indicator-numbers--top .ee-scroll-indicator__element__link{-ms-flex-direction:column;flex-direction:column}.ee-scroll-indicator-numbers--bottom .ee-scroll-indicator__element__link{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ee-scroll-indicator-numbers--bottom .ee-scroll-indicator__element__bullet{margin-top:12px}.ee-scroll-indicator-show--numbers .ee-scroll-indicator__element__link{-ms-flex-pack:center;justify-content:center}.ee-heading{transform:translate(0,0);z-index:0}.ee-heading.elementor-size-small{font-size:15px}.ee-heading.elementor-size-medium{font-size:19px}.ee-heading.elementor-size-large{font-size:29px}.ee-heading.elementor-size-xl{font-size:39px}.ee-heading.elementor-size-xxl{font-size:59px}.ee-heading--gradient .ee-heading__text{background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ee-heading__text{display:block;position:relative}.ee-heading__text-shadow{display:inline-block;color:transparent;z-index:-1}.ee-heading__long-shadow{color:transparent;z-index:-2}.ee-calendar__controls__button,.ee-calendar__day a,.ee-calendar__day--event,.ee-menu__arrow,.ee-menu__arrow:hover,.ee-menu__item__link,.ee-menu__item__link:hover,.ee-post__media__content *,.ee-toggle-element .ee-toggle-element__controls__item.ee--is-active{color:#fff}.ee-gallery-slider{display:-ms-flexbox;display:flex;margin-right:-24px;-ms-flex-align:start;align-items:flex-start}.ee-gallery-slider__gallery,.ee-gallery-slider__preview{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:50%;padding-right:24px}.ee-gallery-slider__gallery .ee-arrows,.ee-gallery-slider__preview .ee-arrows{margin-right:24px}.ee-gallery-slider__gallery .ee-gallery__media__caption{font-size:12px}.ee-gallery-slider--right .ee-gallery-slider{-ms-flex-direction:row;flex-direction:row}.ee-gallery-slider--top .ee-gallery-slider{-ms-flex-flow:row;flex-flow:row;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.ee-calendar-event-title--no-wrap .ee-calendar__events__event,.ee-gallery-slider--top .ee-gallery-slider__gallery,.ee-gallery-slider--top .ee-gallery-slider__preview{width:100%}.ee-gallery-slider--top .ee-gallery-slider__preview,.ee-timeline .ee-timeline__item{margin-bottom:24px}.timeline-item.is--focused .timeline-item__point{background-color:red}.ee-timeline{position:relative;display:inline-block;width:100%;max-width:100%;margin:0 auto}.ee-timeline__line{position:absolute;background-color:#f7f7f7}.ee-timeline__line__inner{background-color:red}.ee-timeline .timeline-item__card-wrapper,.ee-timeline .timeline-item__meta-wrapper{max-width:100%;position:relative}.ee-timeline .timeline-item__img{overflow:hidden;margin-bottom:24px}.ee-timeline .timeline-item__img,.ee-timeline .timeline-item__img a{display:block}.ee-timeline .timeline-item__point{width:40px;height:40px;min-width:10px;min-height:10px;background-color:#000;color:#fff;border-radius:999px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.ee-calendar__month,.ee-timeline .timeline-item__point .ee-icon{display:-ms-flexbox;display:flex}.ee-timeline .timeline-item__point__text{font-size:1em}.ee-timeline .timeline-item__content-wrapper{padding:24px;background-color:#f7f7f7;border-radius:4px;overflow:hidden}.ee-timeline .timeline-item__card{background-color:transparent;padding:0;display:block;position:relative}.ee-timeline .timeline-item__card__arrow{width:10px;height:40px;position:absolute;top:0}.ee-timeline .timeline-item__card__arrow:after{content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent}.ee-timeline .woocommerce.product .amount{display:block;margin-bottom:12px}.ee-switcher .ee-arrow--next,.ee-timeline .woocommerce.product .added_to_cart{margin-left:24px}.ee-timeline .ee-timeline__line{width:4px;bottom:0;top:0;transform:translateX(-50%)}.ee-timeline .ee-timeline__line__inner{width:100%;height:20%}.ee-timeline .timeline-item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.ee-timeline .timeline-item__point{-ms-flex-negative:0;flex-shrink:0}.ee-timeline .timeline-item__meta-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@keyframes cd-bounce-even{0%{opacity:0;transform:translateX(-100px)}60%{opacity:1;transform:translateX(10px)}100%{transform:translateX(0)}}@keyframes cd-bounce-odd{0%{opacity:0;transform:translateX(100px)}60%{opacity:1;transform:translateX(-10px)}100%{transform:translateX(0)}}.ee-breadcrumbs{-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.ee-breadcrumbs__item,.ee-breadcrumbs__separator{cursor:default;vertical-align:middle}.ee-calendar a[href],.ee-calendar-skin--compact .ee-calendar__day--event,.ee-unfold__trigger .ee-button{cursor:pointer}.ee-breadcrumbs__crumb--home,.ee-breadcrumbs__separator{display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center}.ee-breadcrumbs-align-stretch .ee-breadcrumbs>.ee-breadcrumbs__separator{-ms-flex-positive:0;flex-grow:0;text-align:center}.ee-unfold__mask{overflow:hidden;position:relative}.ee-unfold__content{float:left;width:100%}.ee-unfold__separator{width:100%;height:24px;max-height:100%;top:auto;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.ee-unfold__trigger{margin-top:24px}.ee-calendar-event,.ee-calendar-skin--default .ee-calendar__events,.ee-unfold__icon--open{display:none}.ee-trigger-align--center .ee-button-wrapper{-ms-flex-pack:center;justify-content:center}.ee-trigger-align--right .ee-button-wrapper{-ms-flex-pack:end;justify-content:flex-end}.ee-trigger-align--justify .ee-button{-ms-flex-positive:1;flex-grow:1}.elementor-widget-ee-audio-player,.elementor-widget-html5-video{text-align:center;font-size:0}.ee-video-player.playing .ee-player__controls__overlay,.ee-video-player.playing .ee-player__cover{opacity:0}.ee-video-player__controls__bar-wrapper{position:absolute;bottom:0;right:0;left:0;transition:transform .4s cubic-bezier(.42,0,.2,1)}.ee-video-player-bar--hide .ee-player.playing .ee-player__controls__bar-wrapper{transform:translateY(100%)}.ee-calendar{display:inline-block;background:#f7f7f7}.ee-calendar__table{margin:0;padding:0;height:100%!important;table-layout:fixed;box-shadow:none}.ee-calendar__cell__content,.ee-calendar__day__event__name,.ee-calendar__day__event__name:before,.ee-calendar__day__header,.ee-calendar__day__header:before{padding:6px 12px}.ee-calendar__table td{padding:0!important;margin:0!important;border:0!important;height:100%}.ee-calendar__table tr{background:0 0!important;margin:0!important}.ee-calendar__events,.ee-calendar__table{text-align:left;transition:transform .3s ease-in-out}.ee-calendar__cell{border-style:solid}.ee-calendar__day{height:100%;display:table-cell}.ee-calendar__day a{display:block}.ee-calendar__day__content,.ee-calendar__day__wrapper{height:100%}.ee-calendar__day__wrapper{position:relative}.ee-calendar__day__events{text-align:left}.ee-calendar__day--event .ee-calendar__day__content:hover{z-index:1}.ee-slide-menu-effect--push .ee-slide-menu__sub-menu.ee--is-active,body.ee-offcanvas [off-canvas*=push],body.ee-offcanvas [off-canvas]{z-index:999}.ee-calendar__day--event .ee-calendar__day__wrapper:hover{box-shadow:0 10px 30px rgba(0,0,0,.2)}.ee-calendar__day--today .ee-calendar__day__wrapper{background:#5bc0de}.ee-calendar__day--adjacent .ee-calendar__day__content{opacity:.5}.ee-calendar__day--event .ee-calendar__day__wrapper{background:#0275d8}.ee-calendar__controls{padding:12px;display:-ms-flexbox;display:flex;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-align:center;align-items:center}.ee-table,.ee-table__cell{padding:0}.ee-calendar__controls__button{margin:0;cursor:pointer;background:#0275d8;font-size:12px}.ee-calendar__controls__month{-ms-flex-positive:1;flex-grow:1;text-align:center}.ee-calendar-arrows-position--left .ee-calendar__button--previous{-ms-flex-order:0;order:0}.ee-calendar-arrows-position--left .ee-calendar__button--next{-ms-flex-order:1;order:1}.ee-calendar-arrows-position--left .ee-calendar__controls__month{-ms-flex-order:2;order:2}.ee-calendar-arrows-position--right .ee-calendar__controls__month{-ms-flex-order:0;order:0}.ee-calendar-arrows-position--right .ee-calendar__button--previous,.ee-post>*{-ms-flex-order:1;order:1}.ee-calendar-arrows-position--right .ee-calendar__button--next{-ms-flex-order:2;order:2}.ee-calendar-skin--default .ee-calendar__day--event .ee-calendar__day__header{background:rgba(0,0,0,.05)}.ee-calendar-skin--compact .ee-calendar{max-width:450px}.ee-calendar-skin--compact .ee-calendar__events{transform:translateX(-110%)}.ee-calendar-skin--compact .ee-calendar__events__header{padding:12px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.ee-calendar-skin--compact .ee-calendar__day__events,.ee-table__sort .ee-table__text .nicon-sort-down,.ee-table__sort .ee-table__text .nicon-sort-up,.ee-table__sort--up .ee-table__text .nicon-sort-up-down{display:none}.ee-calendar-skin--compact .ee-calendar__events__header__title{-ms-flex-positive:1;flex-grow:1;text-align:left}.ee-calendar-skin--compact .ee-calendar__week{text-align:center}.ee-calendar-skin--compact .ee-calendar__month{overflow:hidden;position:relative}.ee-calendar-skin--compact .ee-calendar__month.show-events .ee-calendar__table{transform:translateX(100%)}.ee-calendar-skin--compact .ee-calendar__month.show-events .ee-calendar__events{transform:translateX(0)}.ee-slide-menu-effect--overlay.ee-slide-menu-direction--left .ee-slide-menu__sub-menu.ee--is-active,.ee-slide-menu-effect--push.ee-slide-menu-direction--left .ee--is-active-parent{transform:translateX(-100%)}.ee-calendar-skin--compact .ee-calendar__day__wrapper{height:0;padding-bottom:100%;border-radius:999px}.ee-calendar-skin--compact .ee-calendar__day__header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.ee-audio-player .ee-player__controls,.ee-calendar-event-title--wrap .ee-calendar__day__wrapper,.ee-mfp-popup .mfp-figure,.elementor-widget-ee-google-map .elementor-widget-container,body.ee-offcanvas--closing .ee-offcanvas__container,body.ee-offcanvas--opening .ee-offcanvas__container{overflow:hidden}.ee-calendar-event-title--no-wrap .ee-calendar__day--event .ee-calendar__day__event a:before{content:attr(data-title);display:none;position:absolute;left:0;top:0}.ee-calendar-event-title--no-wrap .ee-calendar__day--event .ee-calendar__day__event a:hover{overflow:visible;z-index:1}.ee-calendar-event-title--no-wrap .ee-calendar__day--event .ee-calendar__day__event a:hover:before{display:block}.elementor-widget-table{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.ee-post__rating,.ee-table,.ee-table__cell,.ee-toggle-element__elements{text-align:left}.elementor-widget-table .elementor-widget-container{width:100%;overflow:hidden}.ee-table{width:100%;height:auto;margin:0;border:none;border-spacing:0;border-color:inherit;vertical-align:inherit;font-weight:inherit;-webkit-border-horizontal-spacing:0;-webkit-border-vertical-spacing:0;cursor:default}.ee-menu__arrow i,.ee-table__cell{vertical-align:middle}.ee-table__text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:12px}.ee-table__sort .ee-table__text{cursor:pointer}.ee-table__sort .ee-table__text .nicon{-ms-flex-positive:1;flex-grow:1;text-align:right}.ee-offcanvas__header-close--left .ee-offcanvas__header__close,.ee-offcanvas__header-close--right .ee-offcanvas__header__close,.ee-offcanvas__header__close i,.ee-offcanvas__slidebar .ee-offcanvas__content,.ee-table__sort--down .ee-table__text .nicon-sort-down,.ee-table__sort--up .ee-table__text .nicon-sort-up{display:block}.ee-table__sort--down .ee-table__text .nicon-sort-up-down{display:none}html.ee-offcanvas-scroll-fix-margin{margin-left:calc(100vw - 100%)}html.ee-offcanvas-scroll-fix-overflow body.ee-offcanvas--closing,html.ee-offcanvas-scroll-fix-overflow body.ee-offcanvas--open,html.ee-offcanvas-scroll-fix-overflow body.ee-offcanvas--opening{overflow-y:scroll}html.ee-offcanvas--closing,html.ee-offcanvas--open,html.ee-offcanvas--opening{width:100%;height:100%;overflow:hidden}body.ee-offcanvas{margin:0}body.ee-offcanvas--closing,body.ee-offcanvas--open,body.ee-offcanvas--opening{height:100%;overflow:hidden}body.ee-offcanvas--open.ee-offcanvas--scroll .ee-offcanvas__container{overflow:scroll}body.ee-offcanvas [off-canvas*=reveal],body.ee-offcanvas [off-canvas*=shift]{z-index:996}body.ee-offcanvas [off-canvas*=overlay]{z-index:9999}body .ee-offcanvas__container{height:100%;z-index:997;overflow:hidden}.ee-offcanvas__overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:998;background:#000;opacity:0;visibility:hidden;transition:opacity .3s linear}.ee-offcanvas--closing .ee-offcanvas__overlay{opacity:0;visibility:visible}.ee-offcanvas--closed .ee-offcanvas__overlay{opacity:0;visibility:hidden}.ee-offcanvas__content{display:none;padding:24px}.ee-offcanvas__header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:24px}.ee-menu__item:not(.ee-menu__item--has-children):not(.ee-menu__back) .ee-menu__arrow,li:last-child .ee-post__meta__separator,li:last-child .ee-post__terms__separator{display:none}.ee-offcanvas__header__title{-ms-flex-positive:1;flex-grow:1;margin-bottom:0}.ee-post,.ee-post__area>:not(:empty):not(:last-child){margin-bottom:24px}.ee-offcanvas__header__close{display:none;font-size:30px;cursor:pointer}.ee-offcanvas__header-close--right .ee-offcanvas__header__title{padding-right:24px}.ee-offcanvas__header-close--left{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-offcanvas__header-close--left .ee-offcanvas__header__title{padding-left:24px}.ee-offcanvas__header--hide-title.ee-offcanvas__header-close--right{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-offcanvas__header--hide-title.ee-offcanvas__header-close--left{-ms-flex-direction:row;flex-direction:row}.ee-offcanvas-position--floating .ee-offcanvas__trigger{position:fixed}.ee-offcanvas-placement--top-left .ee-offcanvas__trigger{left:0;top:0}.ee-offcanvas-placement--top-center .ee-offcanvas__trigger{left:50%;top:0;transform:translateX(-50%)}.ee-offcanvas-placement--top-right .ee-offcanvas__trigger{right:0;top:0}.ee-offcanvas-placement--middle-right .ee-offcanvas__trigger{right:0;transform:translateY(-50%);top:50%}.ee-offcanvas-placement--bottom-right .ee-offcanvas__trigger{right:0;bottom:0}.ee-offcanvas-placement--bottom-center .ee-offcanvas__trigger{left:50%;bottom:0;transform:translateX(-50%)}.ee-offcanvas-placement--bottom-left .ee-offcanvas__trigger{left:0;bottom:0}.ee-offcanvas-placement--middle-left .ee-offcanvas__trigger{left:0;transform:translateY(-50%);top:50%}.ee-menu__item{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:stretch;align-items:stretch}.ee-menu__item__back,.ee-menu__item__link{display:inline-block;-ms-flex-positive:1;flex-grow:1}.ee-menu__arrow,.ee-menu__item__link{transition:.2s ease-in-out;padding:6px 12px}.ee-menu__back{-ms-flex-direction:row;flex-direction:row}.ee-menu__arrow,.ee-menu__item{border-color:rgba(0,0,0,.2)}.ee-menu__arrow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:6px 24px;cursor:pointer}.ee-slide-menu{width:100%;position:relative;overflow:hidden}.ee-slide-menu__sub-menu{width:100%;position:absolute}.ee-mfp-popup--no-overlay.mfp-wrap .mfp-container,.ee-popup__content,.ee-post,.ee-post__area,.ee-post__body,.ee-post__media,.ee-toggle-element__controls-wrapper{position:relative}.ee-slide-menu__menu,.ee-slide-menu__sub-menu{transition:transform .3s ease-in-out}.ee-slide-menu-direction--left .ee-slide-menu__sub-menu{top:0;left:100%}.ee-slide-menu-direction--right .ee-slide-menu__sub-menu{top:0;left:-100%}.ee-slide-menu-direction--top .ee-slide-menu__sub-menu{top:100%;left:0}.ee-slide-menu-direction--bottom .ee-slide-menu__sub-menu{top:-100%;left:0}.ee-slide-menu-effect--overlay.ee-slide-menu-direction--right .ee-slide-menu__sub-menu.ee--is-active{transform:translateX(100%)}.ee-slide-menu-effect--overlay.ee-slide-menu-direction--top .ee-slide-menu__sub-menu.ee--is-active{transform:translateY(-100%)}.ee-slide-menu-effect--overlay.ee-slide-menu-direction--bottom .ee-slide-menu__sub-menu.ee--is-active{transform:translateY(100%)}.ee-slide-menu-effect--push.ee-slide-menu-direction--right .ee--is-active-parent{transform:translateX(100%)}.ee-effect-type--back.ee-effect-direction--down .ee-button:after,.ee-effect-type--back.ee-effect-direction--down .ee-button:before,.ee-effect-type--clone.ee-effect-direction--down .ee-button:after,.ee-effect-type--clone.ee-effect-direction--down .ee-button:before,.ee-slide-menu-effect--push.ee-slide-menu-direction--top .ee--is-active-parent{transform:translateY(-100%)}.ee-slide-menu-effect--push.ee-slide-menu-direction--bottom .ee--is-active-parent{transform:translateY(100%)}.ee-slide-menu-effect--push.ee-slide-menu-direction--bottom .ee-slide-menu,.ee-slide-menu-effect--push.ee-slide-menu-direction--top .ee-slide-menu{overflow-y:hidden}.ee-post{background:#fff;transform:translateZ(0);width:100%;max-width:100%;cursor:default;font-size:16px}.ee-mfp-popup .mfp-container,.ee-mfp-popup .mfp-img,.elementor-widget-posts-extra .ee-post{padding:0}.ee-post,.ee-post__body,.ee-post__footer,.ee-post__header{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}.ee-post__footer,.ee-post__header{-ms-flex:0 0 auto;flex:0 0 auto}.ee-post--horizontal{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:stretch;align-items:stretch}.ee-post--horizontal>*{-ms-flex-preferred-size:50%}.ee-post--horizontal__right{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-post__metas,.ee-post__terms{font-size:0}.ee-post__metas__list,.ee-post__terms{display:block;margin-top:0;margin-bottom:0}.ee-post__metas__list>li,.ee-post__terms>li{font-size:12px}.ee-post__metas__list>li>*,.ee-post__terms>li>*{display:inline-block}.ee-post__meta__separator,.ee-post__terms__separator{margin-right:6px}.ee-post__metas__price p.price,.ee-post__title__heading{margin:0}.ee-post__title{display:block}.ee-post__excerpt p{font-size:14px}.ee-post__metas{-ms-flex:0 0 auto;flex:0 0 auto}.ee-post__metas--has-metas{display:-ms-flexbox;display:flex}.ee-post__metas--has-metas.ee-post__metas--has-avatar{-ms-flex-align:center;align-items:center}.ee-post__metas--has-metas .ee-post__metas__avatar,.ee-search-form-input-position--right:not(.ee-search-form-spacing--collapse) .ee-search-form__fields{margin-left:12px}.ee-post__metas__avatar{overflow:hidden;max-width:24px!important;border-radius:999px}.ee-popup__trigger,.ee-post__metas__avatar:last-child,.ee-post__read-more>*{display:inline-block}.ee-post__metas__list{-ms-flex-positive:1;flex-grow:1}.ee-post__add-to-cart,.ee-post__price,.ee-post__rating{font-size:16px}.ee-post__rating .star-rating{display:inline-block;margin-left:auto;margin-right:auto}.ee-post__add-to-cart .added_to_cart{padding-left:12px}.ee-popup__content :last-child,.ee-popup__header__subtitle,.ee-swiper .ee-post{margin-bottom:0}.ee-post__body,.ee-post__footer,.ee-post__header,.ee-post__media__content,.ee-search-form__filters{padding:24px}.ee-post__header{border-bottom:0 solid #f7f7f7}.ee-post__body{-ms-flex:1 0 auto;flex:1 0 auto}.ee-post__footer{border-top:1px solid #f7f7f7}.ee-post__media{overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.ee-post__media__content{z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ee-popup,.ee-post__media__thumbnail,.ee-posts-avatar-position-top .ee-post__metas.ee-post__metas--has-avatar{display:block}.ee-post__media--content .ee-post__media__content{position:absolute}.ee-post__media--content .ee-post__media__thumbnail img{width:100%}.ee-post--horizontal .ee-post__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1}.ee-post--horizontal .ee-post__content>*{-ms-flex:0 0 auto;flex:0 0 auto}.ee-post--horizontal .ee-post__body{-ms-flex-positive:1;flex-grow:1}.ee-posts-skin--stretch .ee-post>.elementor-template,.ee-posts-skin--stretch .ee-post>.elementor-template>.elementor,.ee-posts-skin--stretch .ee-post>.elementor-template>.elementor>.elementor-inner,.ee-posts-skin--stretch .ee-post>.elementor-template>.elementor>.elementor-inner>.elementor-section-wrap,.ee-posts-skin--stretch .ee-post>.elementor-template>.elementor>.elementor-inner>.elementor-section-wrap .elementor-column,.ee-posts-skin--stretch .ee-post>.elementor-template>.elementor>.elementor-inner>.elementor-section-wrap .elementor-column-wrap,.ee-posts-skin--stretch .ee-post>.elementor-template>.elementor>.elementor-inner>.elementor-section-wrap .elementor-container,.ee-posts-skin--stretch .ee-post>.elementor-template>.elementor>.elementor-inner>.elementor-section-wrap .elementor-section,.ee-posts-skin--stretch .ee-post>.elementor-template>.elementor>.elementor-inner>.elementor-section-wrap .elementor-widget-wrap{height:100%}.ee-posts-align-middle .ee-post__media__content{-ms-flex-pack:center;justify-content:center}.ee-posts-align-bottom .ee-post__media__content{-ms-flex-pack:end;justify-content:flex-end}.ee-posts-align-stretch .ee-post__media__content{-ms-flex-pack:justify;justify-content:space-between}.ee-posts-align-stretch .ee-post__media__content>:nth-child(1):not(.ee-post__metas--has-avatar):not(:last-child){-ms-flex-positive:1;flex-grow:1}.ee-posts-thumbnail-ratio .ee-post__media__content{position:absolute;width:auto}.ee-posts-thumbnail-ratio .ee-post__media__thumbnail{display:-ms-flexbox;display:flex}.ee-posts-avatar-position-top .ee-post__metas__avatar{display:inline-block;margin-right:0}.ee-posts-avatar-position-right .ee-post__metas--has-metas{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-posts-avatar-position-right .ee-post__metas--has-metas .ee-post__metas__avatar{margin-right:0;margin-left:12px}.ee-popup{height:0}.ee-popup__trigger:empty{height:0;display:inline}.ee-popup__header__title{margin-bottom:5px}.ee-popup__content{overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;max-width:100%;margin:2em auto}.ee-popup__footer__button{cursor:pointer;display:inline-block}.ee-popup__content__body,.ee-popup__footer,.ee-popup__header{padding:20px}.ee-popup__close{padding:0;cursor:pointer;border-radius:0}.mfp-figure .ee-popup__close.mfp-close{width:auto;height:auto;right:0;padding:10px}.ee-mfp-popup .mfp-figure:after{content:none}.ee-mfp-popup .mfp-bottom-bar{margin:0;position:absolute;top:auto;bottom:0;left:0;right:0;width:auto;padding:20px}.ee-mfp-popup .mfp-title{line-height:normal}.ee-mfp-popup .mfp-inline-holder .mfp-content{max-width:500px}.ee-mfp-popup .mfp-close{line-height:1;width:2em;height:2em;font-size:1.5em}.ee-mfp-popup .mfp-close:before{display:block;font-size:.8em;font-family:eicons}.ee-mfp-popup .mfp-close:active{top:0}.ee-mfp-popup .mfp-close--halign-left{left:0;right:auto}.ee-mfp-popup .mfp-close--halign-center{left:50%;transform:translateX(-50%);right:auto}.ee-mfp-popup .mfp-close--valign-bottom{bottom:0;top:auto!important}.ee-mfp-popup .mfp-iframe-holder .mfp-close{top:0;right:0;width:auto;height:auto}.ee-mfp-popup--no-overlay.mfp-wrap.mfp-popup--valign-top{top:0;bottom:auto;transform:translate(-50%,0)}.ee-mfp-popup--no-overlay.mfp-wrap,.ee-mfp-popup--no-overlay.mfp-wrap.mfp-popup--valign-middle{top:50%;transform:translate(-50%,-50%)}.ee-mfp-popup--no-overlay.mfp-wrap.mfp-popup--valign-bottom{bottom:0;top:auto;transform:translate(-50%,0)}.ee-mfp-popup.mfp-popup--valign-bottom .ee-popup__content,.ee-mfp-popup.mfp-popup--valign-stretch .ee-popup__content,.ee-mfp-popup.mfp-popup--valign-top .ee-popup__content{margin:0}.ee-mfp-popup.mfp-popup--valign-bottom .mfp-content{vertical-align:bottom}.ee-inline-svg,.ee-mfp-popup.mfp-popup--valign-top .mfp-content,.ee-switcher__title__char{vertical-align:top}.ee-effect .ee-button,.ee-search-form-skin--classic .ee-search-form__input[type=search]{vertical-align:middle}.ee-mfp-popup.zoom-in .mfp-with-anim{opacity:0;transition:.2s ease-in-out;transform:scale(.8)}.ee-mfp-popup.zoom-in.mfp-bg,.ee-mfp-popup.zoom-out.mfp-bg{opacity:0;transition:.3s ease-out}.ee-mfp-popup.zoom-in.mfp-ready .mfp-with-anim,.ee-mfp-popup.zoom-out.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.ee-mfp-popup.newspaper.mfp-ready.mfp-bg,.ee-mfp-popup.slide-bottom.mfp-ready.mfp-bg,.ee-mfp-popup.slide-left.mfp-ready.mfp-bg,.ee-mfp-popup.slide-right.mfp-ready.mfp-bg,.ee-mfp-popup.slide-top.mfp-ready.mfp-bg,.ee-mfp-popup.unfold-horizontal.mfp-ready.mfp-bg,.ee-mfp-popup.unfold-vertical.mfp-ready.mfp-bg,.ee-mfp-popup.zoom-in.mfp-ready.mfp-bg,.ee-mfp-popup.zoom-out.mfp-ready.mfp-bg{opacity:.8}.ee-mfp-popup.zoom-in.mfp-removing .mfp-with-anim{transform:scale(.8);opacity:0}.ee-mfp-popup.newspaper.mfp-removing.mfp-bg,.ee-mfp-popup.slide-bottom.mfp-removing .mfp-with-anim,.ee-mfp-popup.slide-bottom.mfp-removing.mfp-bg,.ee-mfp-popup.slide-left.mfp-removing .mfp-with-anim,.ee-mfp-popup.slide-left.mfp-removing.mfp-bg,.ee-mfp-popup.slide-right.mfp-removing .mfp-with-anim,.ee-mfp-popup.slide-right.mfp-removing.mfp-bg,.ee-mfp-popup.slide-top.mfp-removing .mfp-with-anim,.ee-mfp-popup.slide-top.mfp-removing.mfp-bg,.ee-mfp-popup.unfold-horizontal.mfp-removing .mfp-with-anim,.ee-mfp-popup.unfold-horizontal.mfp-removing.mfp-bg,.ee-mfp-popup.unfold-vertical.mfp-removing .mfp-with-anim,.ee-mfp-popup.unfold-vertical.mfp-removing.mfp-bg,.ee-mfp-popup.zoom-in.mfp-removing.mfp-bg,.ee-mfp-popup.zoom-out.mfp-removing.mfp-bg{opacity:0}.ee-mfp-popup.zoom-out .mfp-with-anim{opacity:0;transition:.3s ease-in-out;transform:scale(1.3)}.ee-mfp-popup.zoom-out.mfp-removing .mfp-with-anim{transform:scale(1.3);opacity:0}.ee-mfp-popup.newspaper .mfp-with-anim{opacity:0;transition:.5s;transform:scale(0) rotate(500deg)}.ee-mfp-popup.newspaper.mfp-bg,.ee-mfp-popup.unfold-horizontal.mfp-bg,.ee-mfp-popup.unfold-vertical.mfp-bg{opacity:0;transition:.5s}.ee-mfp-popup.newspaper.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1) rotate(0)}.ee-mfp-popup.newspaper.mfp-removing .mfp-with-anim{transform:scale(0) rotate(500deg);opacity:0}.ee-mfp-popup.slide-bottom .mfp-with-anim,.ee-mfp-popup.slide-bottom.mfp-bg,.ee-mfp-popup.slide-left .mfp-with-anim,.ee-mfp-popup.slide-left.mfp-bg,.ee-mfp-popup.slide-right .mfp-with-anim,.ee-mfp-popup.slide-right.mfp-bg,.ee-mfp-popup.slide-top .mfp-with-anim,.ee-mfp-popup.slide-top.mfp-bg{opacity:0;transition:.3s}.ee-mfp-popup.slide-bottom.mfp-ready .mfp-with-anim,.ee-mfp-popup.slide-left.mfp-ready .mfp-with-anim,.ee-mfp-popup.slide-right.mfp-ready .mfp-with-anim,.ee-mfp-popup.slide-top.mfp-ready .mfp-with-anim,.ee-mfp-popup.unfold-horizontal.mfp-ready .mfp-with-anim,.ee-mfp-popup.unfold-vertical.mfp-ready .mfp-with-anim{opacity:1}.ee-mfp-popup.slide-right .mfp-with-anim,.ee-mfp-popup.slide-right.mfp-removing .mfp-with-anim{transform:translateX(-50px)}.ee-mfp-popup.slide-left.mfp-ready .mfp-with-anim,.ee-mfp-popup.slide-right.mfp-ready .mfp-with-anim{transform:translateX(0)}.ee-mfp-popup.slide-left .mfp-with-anim,.ee-mfp-popup.slide-left.mfp-removing .mfp-with-anim{transform:translateX(50px)}.ee-mfp-popup.slide-top .mfp-with-anim,.ee-mfp-popup.slide-top.mfp-removing .mfp-with-anim{transform:translateY(50px)}.ee-mfp-popup.slide-bottom.mfp-ready .mfp-with-anim,.ee-mfp-popup.slide-top.mfp-ready .mfp-with-anim{transform:translateY(0)}.ee-mfp-popup.slide-bottom .mfp-with-anim,.ee-mfp-popup.slide-bottom.mfp-removing .mfp-with-anim{transform:translateY(-50px)}.ee-mfp-popup.unfold-horizontal .mfp-content,.ee-mfp-popup.unfold-vertical .mfp-content{perspective:2000px}.ee-mfp-popup.unfold-horizontal .mfp-with-anim,.ee-mfp-popup.unfold-vertical .mfp-with-anim{opacity:0;transition:.3s ease-in-out;transform-style:preserve-3d}.ee-mfp-popup.unfold-horizontal.mfp-popup--valign-top .mfp-with-anim,.ee-mfp-popup.unfold-vertical.mfp-popup--valign-top .mfp-with-anim{transform-origin:0 0}.ee-mfp-popup.unfold-horizontal.mfp-popup--valign-bottom .mfp-with-anim,.ee-mfp-popup.unfold-vertical.mfp-popup--valign-bottom .mfp-with-anim{transform-origin:0 100%}.ee-mfp-popup.unfold-horizontal .mfp-with-anim{transform:rotateY(-90deg)}.ee-mfp-popup.unfold-horizontal.mfp-ready .mfp-with-anim{transform:rotateY(0)}.ee-mfp-popup.unfold-horizontal.mfp-removing .mfp-with-anim{transform:rotateY(90deg)}.ee-mfp-popup.unfold-vertical .mfp-with-anim{transform:rotateX(-90deg)}.ee-mfp-popup.unfold-vertical.mfp-ready .mfp-with-anim{transform:rotateX(0)}.ee-mfp-popup.unfold-vertical.mfp-removing .mfp-with-anim{transform:rotateX(90deg)}.ee-mfp-popup--no-overlay .mfp-close{color:#000}.ee-age-gate__content .ee-notification,.ee-mfp-popup--no-overlay.mfp-bg,.ee-toggle-element__element{display:none}.ee-mfp-popup--no-overlay.mfp-wrap{overflow:visible!important;height:auto;max-width:500px;left:50%}.ee-mfp-popup--no-overlay.mfp-wrap .mfp-content{max-width:none}.ee-toggle-element__toggle{display:block;text-align:center}.ee-toggle-element__controls-wrapper{display:inline-block;padding:6px;margin:0;background-color:#d4d4d4}.ee-toggle-element__controls-wrapper--before{margin-bottom:24px}.ee-switcher__nav,.ee-toggle-element__controls-wrapper--after{margin-top:24px}.ee-toggle-element ul.ee-toggle-element__controls{position:relative;cursor:pointer;min-height:26px}.ee-toggle-element ul.ee-toggle-element__controls li{padding:.5em .9em;margin:0}.ee-toggle-element .ee-toggle-element__controls__item{line-height:1;min-width:26px;height:100%;transition:.3s linear}.ee-toggle-element .ee-toggle-element__controls__text{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ee-labels-align--center .ee-toggle-element .ee-toggle-element__controls{-ms-flex-pack:center;justify-content:center}.ee-labels-align--end .ee-toggle-element .ee-toggle-element__controls{-ms-flex-pack:end;justify-content:flex-end}.ee-labels-align--stretch .ee-toggle-element .ee-toggle-element__controls__item{-ms-flex-positive:1;flex-grow:1}.ee-labels-align-stacked--center .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:center;align-items:center}.ee-labels-align-stacked--end .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:end;align-items:flex-end}.ee-labels-align-stacked--stretch .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:stretch;align-items:stretch}.ee-toggle-element__indicator{position:absolute;left:0;top:0;bottom:0;min-width:26px;margin:6px;opacity:0;transition:opacity .3s linear}.ee--is-ready .ee-toggle-element__indicator{opacity:1}.ee-toggle-element__element p:last-child{margin:0}.ee-toggle-element--round .ee-toggle-element__controls-wrapper,.ee-toggle-element--round .ee-toggle-element__indicator{border-radius:2em}.ee-effect .ee-button.ee-size-md:after,.ee-effect .ee-button.ee-size-md:before,.ee-toggle-element--square .ee-toggle-element__controls-wrapper{border-radius:4px}.ee-effect .ee-button.ee-size-xs:after,.ee-effect .ee-button.ee-size-xs:before,.ee-toggle-element--square .ee-toggle-element__indicator{border-radius:2px}.ee-toggle-element--stack-desktop.ee-toggle-element--round .ee-toggle-element__controls-wrapper,.ee-toggle-element--stack-mobile.ee-toggle-element--round .ee-toggle-element__controls-wrapper,.ee-toggle-element--stack-tablet.ee-toggle-element--round .ee-toggle-element__controls-wrapper{border-radius:1.3em}.ee-toggle-element--stack-desktop .ee-toggle-element__controls{margin-left:0!important;-ms-flex-direction:column;flex-direction:column}.ee-toggle-element--stack-desktop .ee-toggle-element__controls>li{margin-left:0!important}.ee-toggle-element--stack-desktop .ee-toggle-element__controls>li>a{display:block}.ee-switcher.is--loaded,.elementor-editor-active .ee-age-gate__content .ee-notification{display:block}.ee-audio-player .ee-player__controls__play a,.ee-audio-player .ee-player__playlist--hidden,.ee-audio-player .ee-player__source,.ee-google-map__pin,.ee-switcher__media__overlay,:not(.elementor-editor-active) .ee-conditions--hidden{display:none}.ee-audio-player{width:100%;overflow:visible}.ee-audio-player .ee-player__controls__playlist-wrapper{overflow-y:auto;max-height:120px}.ee-audio-player .ee-player__playlist{padding:0;margin:0}.ee-audio-player .ee-player__playlist__item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:6px 12px;border-top:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.5);cursor:pointer}.ee-audio-player .ee-player__playlist__item.ee--is-active,.ee-google-map__navigation__link,.ee-google-map__navigation__link:hover{color:#fff}.ee-audio-player .ee-player__control{transition:opacity .2s linear,color .2s linear}.ee-google-map{width:100%;height:400px}.ee-google-map-wrapper{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.ee-google-map__navigation{position:absolute;z-index:1;margin:24px;max-height:calc(100% - 48px);background-color:#0275d8;overflow-y:auto}.ee-google-map__navigation__text{-ms-flex-positive:1;flex-grow:1}.ee-google-map__navigation__item{width:100%;margin-bottom:0}.ee-google-map__navigation__link{padding:6px 12px;background-color:transparent;line-height:inherit;border-bottom:1px solid rgba(255,255,255,.3);cursor:pointer}.ee-google-map-navigation--top-left .ee-google-map__navigation{top:0;left:0}.ee-google-map-navigation--top-right .ee-google-map__navigation{top:0;right:0}.ee-google-map-navigation--bottom-right .ee-google-map__navigation{bottom:0;right:0}.ee-google-map-navigation--bottom-left .ee-google-map__navigation{bottom:0;left:0}.ee-inline-svg{font-size:0;display:inline-block}.ee-inline-svg>svg{display:block;margin:0 auto;font-size:1rem;min-width:20px}.ee-switcher{display:none;position:relative}.ee-switcher__wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ee-switcher__media-wrapper{min-width:50%;width:auto}.ee-switcher__content-wrapper{-ms-flex-positive:1;flex-grow:1;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;z-index:2}.ee-switcher__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-positive:1;flex-grow:1}.ee-switcher__media:before{content:none!important}.ee-switcher__media img,.ee-switcher__media picture{max-width:100%;margin:0}.ee-switcher__media__items{transform:translate3d(0,0,0);overflow:hidden}.ee-switcher__media__item{z-index:0;transition:none;position:fixed}.ee-switcher__media__item.is--last,.ee-switcher__title,[canvas]{z-index:1}.ee-switcher__media.ee-effect--coverBottom .ee-switcher__media__item,.ee-switcher__media.ee-effect--coverLeft .ee-switcher__media__item,.ee-switcher__media.ee-effect--coverRight .ee-switcher__media__item,.ee-switcher__media.ee-effect--coverTop .ee-switcher__media__item,.ee-switcher__media.ee-effect--fade .ee-switcher__media__item,.ee-switcher__media.ee-effect--slideBottom .ee-switcher__media__item,.ee-switcher__media.ee-effect--slideLeft .ee-switcher__media__item,.ee-switcher__media.ee-effect--slideRight .ee-switcher__media__item,.ee-switcher__media.ee-effect--slideTop .ee-switcher__media__item,.ee-switcher__media.ee-effect--swipeBottom .ee-switcher__media__item,.ee-switcher__media.ee-effect--swipeLeft .ee-switcher__media__item,.ee-switcher__media.ee-effect--swipeRight .ee-switcher__media__item,.ee-switcher__media.ee-effect--swipeTop .ee-switcher__media__item,.ee-switcher__media.ee-effect--uncoverBottom .ee-switcher__media__item,.ee-switcher__media.ee-effect--uncoverBottom .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--uncoverBottom .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--uncoverLeft .ee-switcher__media__item,.ee-switcher__media.ee-effect--uncoverLeft .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--uncoverLeft .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--uncoverRight .ee-switcher__media__item,.ee-switcher__media.ee-effect--uncoverRight .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--uncoverRight .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--uncoverTop .ee-switcher__media__item,.ee-switcher__media.ee-effect--uncoverTop .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--uncoverTop .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--wink .ee-switcher__media__item{overflow:hidden}.ee-switcher__media.ee-effect--coverBottom .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--coverBottom .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--coverLeft .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--coverLeft .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--coverRight .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--coverRight .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--coverTop .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--coverTop .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--fade .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--fade .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--slideBottom .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--slideBottom .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--slideLeft .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--slideLeft .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--slideRight .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--slideRight .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--slideTop .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--slideTop .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--swipeBottom .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--swipeBottom .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--swipeLeft .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--swipeLeft .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--swipeRight .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--swipeRight .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--swipeTop .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--swipeTop .ee-switcher__media__item.is--animating,.ee-switcher__media.ee-effect--wink .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--wink .ee-switcher__media__item.is--animating{z-index:2;overflow:hidden}.ee-switcher__media.ee-effect--uncoverBottom .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--uncoverLeft .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--uncoverRight .ee-switcher__media__item.is--active,.ee-switcher__media.ee-effect--uncoverTop .ee-switcher__media__item.is--active{z-index:2}.ee-effect.ee-effect-type--back .ee-button,.ee-effect.ee-effect-type--clone .ee-button:before{z-index:1}.ee-switcher__media.ee-effect--flipHorizontal .ee-switcher__media__item img,.ee-switcher__media.ee-effect--flipHorizontal .ee-switcher__media__item picture,.ee-switcher__media.ee-effect--flipVertical .ee-switcher__media__item img,.ee-switcher__media.ee-effect--flipVertical .ee-switcher__media__item picture{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.ee-switcher__title>*{direction:initial}.is--animating .ee-switcher__title__char{overflow:hidden}.ee-switcher__title__char>*{display:block}.ee-switcher__descriptions,.ee-switcher__titles{position:relative}.ee-switcher__descriptions__description,.ee-switcher__titles__title{position:absolute;top:0;transition:none;display:block;left:0;right:0}.ee-switcher__titles__title>*{font-size:5vw;margin:0}.ee-switcher__nav__item{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;padding:0 0 12px}.ee-switcher__nav__item.is--active{color:#000}.ee-switcher__arrows{margin:24px 0 0;display:-ms-flexbox;display:flex}.ee-switcher .ee-loader{z-index:-1;top:auto}.ee-switcher .ee-arrow{position:relative;background-color:#eceeef;color:#000;margin:0}.ee-switcher-skin--overlay .ee-switcher__media-wrapper{min-width:auto;width:100%}.ee-switcher-skin--overlay .ee-switcher__content{padding:48px}.ee-switcher-skin--overlay .ee-switcher__media{height:100%}.ee-switcher-skin--overlay .ee-switcher__media__overlay{z-index:2;display:block;background-color:rgba(0,0,0,.6)}.ee-switcher-skin--overlay .ee-switcher__descriptions__description,.ee-switcher-skin--overlay .ee-switcher__title{color:#fff}.ee-switcher-skin--overlay .ee-switcher__nav__item{color:rgba(255,255,255,.7)}.ee-switcher-skin--overlay .ee-switcher__nav__item.is--active{color:#fff}.ee-switcher-skin--overlay .ee-switcher .ee-arrow{background-color:#fff;color:#000}.ee-switcher-skin--overlay .ee-switcher .ee-loader{background-color:rgba(255,255,255,.2)}.ee-switcher-skin--default .ee-switcher__media{min-height:500px}.ee-switcher-skin--default .ee-switcher__wrapper{margin-left:-48px}.ee-switcher-skin--default .ee-switcher__wrapper>*{padding-left:48px}.ee-switcher-stack-desktop .ee-switcher__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.ee-switcher-stack-desktop .ee-switcher__media-wrapper{width:100%}.ee-switcher-arrows-align-center .ee-switcher__arrows{-ms-flex-pack:center;justify-content:center}.ee-switcher-arrows-align-right .ee-switcher__arrows{-ms-flex-pack:end;justify-content:flex-end}.ee-switcher-arrows-align-justify .ee-switcher__arrows{-ms-flex-pack:justify;justify-content:space-between}.ee-switcher-menu-align--left .ee-switcher__nav{-ms-flex-pack:start;justify-content:flex-start}.ee-switcher-menu-align--left .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:start;align-items:flex-start}.ee-switcher-menu-align--center .ee-switcher__nav{-ms-flex-pack:center;justify-content:center}.ee-switcher-menu-align--center .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:center;align-items:center}.ee-switcher-menu-align--right .ee-switcher__nav{-ms-flex-pack:end;justify-content:flex-end}.ee-switcher-menu-align--right .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:end;align-items:flex-end}.ee-switcher-menu-align--justify .ee-switcher__nav{-ms-flex-align:stretch;align-items:stretch}.ee-switcher-menu-align--justify .ee-switcher__nav__item{-ms-flex-positive:1;flex-grow:1}.ee-switcher-layout--reverse .ee-switcher__wrapper{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-search-form{display:inline-block;position:relative;max-width:100%;text-align:left;font-size:16px}.ee-search-form__icon,.ee-search-form__icon:before{display:-ms-inline-flexbox;display:inline-flex}.ee-search-form__submit[type=submit]{transition:background .2s linear;padding:0;color:#fff}.ee-search-form .ee-search-form__container .ee-form__fields{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-positive:1;flex-grow:1}.ee-search-form .ee-search-form__container .ee-form__fields .ee-form__field{margin-bottom:0}.ee-search-form .ee-search-form__container .ee-form__fields .ee-form__field__control,.ee-search-form-skin--classic{width:100%}.ee-search-form .ee-search-form__container .ee-form__field,.ee-search-form .ee-search-form__container .ee-form__field__control--submit{margin-right:12px}.ee-search-form .ee-search-form__container .ee-form__field--input{-ms-flex-positive:1;flex-grow:1}.ee-effect.ee-effect-type--3d .ee-button:after,.ee-effect.ee-effect-type--3d .ee-button:before,.ee-effect.ee-effect-type--back .ee-button:after,.ee-effect.ee-effect-type--back .ee-button:before,.ee-effect.ee-effect-type--clone .ee-button:after,.ee-effect.ee-effect-type--clone .ee-button:before,.ee-effect.ee-effect-type--cube .ee-button:after,.ee-effect.ee-effect-type--cube .ee-button:before,.ee-search-form .ee-search-form__container .ee-form__field__control{border-radius:0}.ee-search-form__filters-toggle{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:20px;padding:0 12px}.ee-search-form__filters-category__title{font-weight:700;margin-bottom:12px}.ee-search-form-skin--classic .ee-search-form__container{display:-ms-flexbox;display:flex}.ee-search-form-skin--classic .ee-search-form__fields{-ms-flex-positive:1;flex-grow:1;margin:0}.ee-search-form-skin--classic .ee-search-form__submit[type=submit]{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0 24px}.ee-search-form-skin--classic .ee-search-form__submit{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:0;flex-grow:0}.ee-search-form-skin--classic .ee-search-form__filters-toggle,.ee-sticky-parent.elementor-widget-wrap{height:100%}.elementor-widget-ee-search-form:not(.ee-search-form-spacing--collapse) .ee-search-form-skin--classic .ee-search-form__container,.elementor-widget-ee-search-form:not(.ee-search-form-spacing--collapse) .ee-search-form-skin--fullscreen .ee-search-form__container{margin-right:-12px}.ee-search-form-skin--classic .ee-search-form__field,.ee-search-form-skin--fullscreen .ee-search-form__field{margin-right:12px}.ee-search-form-skin--expand .ee-search-form__icon,.ee-search-form-skin--fullscreen .ee-search-form__icon{padding:6px}.ee-search-form-skin--expand .ee-search-form__container,.ee-search-form-skin--fullscreen .ee-search-form__container{position:relative}.ee-search-form-spacing--collapse .ee-search-form-skin--expand .ee-search-form__fields,.ee-search-form-spacing--collapse .ee-search-form-skin--fullscreen .ee-search-form__fields{overflow:hidden}.ee-search-form-skin--expand .ee-search-form__submit[type=submit],.ee-search-form-skin--fullscreen .ee-search-form__submit[type=submit]{display:inline-block;line-height:1;z-index:1;position:relative}.ee-search-form-skin--expand .ee-search-form__submit,.ee-search-form-skin--fullscreen .ee-search-form__submit{min-width:48px}.ee-search-form-skin--expand:not(.ee--active) .ee-search-form__container{border:0!important}.ee-search-form-input-position--left.ee-search-form-spacing--collapse .ee-search-form__fields,.ee-search-form-input-position--right.ee-search-form-spacing--collapse .ee-search-form.ee--active .ee-search-form__submit{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ee-search-form-skin--expand.ee--active .ee-search-form__container{width:300px}.ee-search-form-skin--expand .ee-search-form__container{display:-ms-flexbox;display:flex;overflow:hidden;position:absolute;top:0;width:0;height:100%;transition-property:width}.ee-search-form-skin--expand .ee-search-form__submit{transition-property:border-radius}.ee-search-form-skin--expand .ee-search-form__container,.ee-search-form-skin--expand .ee-search-form__submit{transition-duration:.2s;transition-timing-function:ease-in-out}.ee-search-form-skin--fullscreen .ee-search-form__container,.ee-search-form-skin--fullscreen .ee-search-form__filters{transition:opacity .2s linear .2s,transform .2s linear .2s;opacity:0}.ee-search-form-skin--fullscreen .ee-search-form__container{transform:translateY(-24px)}.ee-search-form-skin--fullscreen .ee-search-form__filters{transform:translateY(24px)}.ee-search-form-skin--fullscreen .ee-search-form__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99998;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:stretch;align-items:stretch;background-color:rgba(255,255,255,.8);transition:transform .2s ease-in-out;padding:0 15%}.ee-search-form-skin--fullscreen .ee-search-form__overlay__close{position:absolute;top:0;right:0;margin:24px;cursor:pointer;font-size:24px}.ee-search-form-skin--fullscreen.ee--active .ee-search-form__container,.ee-search-form-skin--fullscreen.ee--active .ee-search-form__filters{opacity:1;transform:translateY(0)}.ee-search-form-input-position--left .ee-search-form__container{left:auto;right:0;padding-left:0;padding-right:100%}.ee-search-form-input-position--left.ee-search-form-spacing--collapse .ee-search-form__container{right:0;padding-right:100%}.ee-search-form-input-position--left.ee-search-form-spacing--collapse .ee-search-form.ee--active .ee-search-form__submit,.ee-search-form-input-position--right.ee-search-form-spacing--collapse .ee-search-form__fields{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.ee-search-form-input-position--right .ee-search-form__container{right:auto;left:0;padding-right:0;padding-left:100%}.ee-search-form-input-position--right.ee-search-form-spacing--collapse .ee-search-form__container{left:0;padding-left:100%}.ee-search-form-spacing--collapse .ee-search-form__container .ee-form__field{border:0;margin-right:0}.ee-search-form-spacing--collapse .ee-search-form-skin--classic .ee-search-form__submit,.ee-search-form-spacing--collapse .ee-search-form-skin--fullscreen .ee-search-form__submit,.ee-search-form-spacing--collapse .ee-search-form__container .ee-form__field__control:not(.ee-search-form__submit){border:0}.ee-search-form-spacing--collapse .ee-search-form__container .ee-form__field:not(:first-child){border-left:1px solid #eceeef}.ee-search-form-spacing--collapse .ee-search-form-skin--classic .ee-search-form__container,.ee-search-form-spacing--collapse .ee-search-form-skin--classic .ee-search-form__submit,.ee-search-form-spacing--collapse .ee-search-form-skin--fullscreen .ee-search-form__container,.ee-search-form-spacing--collapse .ee-search-form-skin--fullscreen .ee-search-form__submit{margin-right:0}.ee-search-form-spacing--collapse .ee-search-form-skin--classic .ee-search-form__container,.ee-search-form-spacing--collapse .ee-search-form-skin--fullscreen .ee-search-form__container{border:1px solid #eceeef;overflow:hidden}.ee-search-form-spacing--collapse .ee-search-form-skin--expand .ee-form__fields{border:1px solid #eceeef}.ee-search-form-spacing--collapse .ee-search-form-skin--expand .ee-search-form__submit{border-color:transparent!important}.ee-search-form-fields-wrap--desktop .ee-search-form__fields{-ms-flex:1;flex:1}.ee-search-form-fields-wrap--desktop .ee-search-form__container,.ee-search-form-fields-wrap--desktop .ee-search-form__fields{-ms-flex-direction:column;flex-direction:column}.ee-search-form-fields-wrap--desktop .ee-search-form__submit{width:auto}.ee-search-form-fields-wrap--desktop.ee-search-form-spacing--collapse .ee-search-form__container .ee-form__field:not(:first-child){border-left:0;border-top:1px solid #eceeef}.ee-search-form-icon-position--left .ee-search-form__submit[type=submit]{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-search-form-toggle-effect--zoom .ee-search-form:not(.ee--active) .ee-search-form__overlay{transform:scale(0)}.ee-search-form-toggle-effect--slide-down .ee-search-form:not(.ee--active) .ee-search-form__overlay{transform:translateY(-120%)}.ee-search-form-toggle-effect--slide-left .ee-search-form:not(.ee--active) .ee-search-form__overlay{transform:translateX(120%)}.ee-search-form-toggle-effect--slide-up .ee-search-form:not(.ee--active) .ee-search-form__overlay{transform:translateY(120%)}.ee-search-form-toggle-effect--slide-right .ee-search-form:not(.ee--active) .ee-search-form__overlay{transform:translateX(-120%)}.elementor-widget-ee-search-form .elementor-widget-container{font-size:0;text-align:center}.elementor-editor-active .ee-sticky.elementor-widget,.elementor-portfolio-item>a.elementor-post__thumbnail__link:hover{transition:none!important}.ee-hamburger--3dx .ee-hamburger-inner::after,.ee-hamburger--3dx .ee-hamburger-inner::before,.ee-hamburger--3dx-r .ee-hamburger-inner::after,.ee-hamburger--3dx-r .ee-hamburger-inner::before,.ee-hamburger--3dxy .ee-hamburger-inner::after,.ee-hamburger--3dxy .ee-hamburger-inner::before,.ee-hamburger--3dxy-r .ee-hamburger-inner::after,.ee-hamburger--3dxy-r .ee-hamburger-inner::before,.ee-hamburger--3dy .ee-hamburger-inner::after,.ee-hamburger--3dy .ee-hamburger-inner::before,.ee-hamburger--3dy-r .ee-hamburger-inner::after,.ee-hamburger--3dy-r .ee-hamburger-inner::before{transition:transform cubic-bezier(.645,.045,.355,1) .1s}.ee-sticky.elementor-section{-ms-flex-item-align:start;align-self:flex-start}.elementor-element .ee-parallax{width:100%;height:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:-1}[canvas=container]{position:relative;-webkit-overflow-scrolling:touch}[canvas=container]:after,[canvas=container]:before{clear:both;content:'';display:table}[off-canvas]{display:none;position:fixed;overflow:hidden;overflow-y:auto;background-color:#fff;-webkit-overflow-scrolling:touch}[off-canvas*=top]{width:100%;height:255px;top:0}[off-canvas*=right]{height:100%;top:0;right:0}[off-canvas*=bottom]{width:100%;height:255px;bottom:0}[off-canvas*=left]{height:100%;top:0;left:0}[off-canvas],body.ee-offcanvas--closing [canvas],body.ee-offcanvas--open [canvas],body.ee-offcanvas--opening [canvas]{transform:translate(0,0);transition:transform .3s;-webkit-backface-visibility:hidden}[off-canvas*=shift][off-canvas*=top]{transform:translate(0,50%)}[off-canvas*=shift][off-canvas*=right]{transform:translate(-50%,0)}[off-canvas*=shift][off-canvas*=bottom]{transform:translate(0,-50%)}[off-canvas*=shift][off-canvas*=left]{transform:translate(50%,0)}.ee-hamburger{display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.ee-effect.ee-effect-type--back .ee-button,.ee-effect.ee-effect-type--clone .ee-button,.ee-hamburger--emphatic,.ee-hamburger--emphatic-r{overflow:hidden}.ee-hamburger-box{width:2.5em;height:1.5em;display:inline-block;position:relative}.ee-hamburger-inner{display:block;top:50%;margin-top:-.125em}.ee-hamburger-inner,.ee-hamburger-inner::after,.ee-hamburger-inner::before{width:2.5em;height:.3125em;background-color:#000;border-radius:.25em;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.ee-hamburger--3dx .ee-hamburger-inner,.ee-hamburger--3dx-r .ee-hamburger-inner,.ee-hamburger--3dxy .ee-hamburger-inner,.ee-hamburger--3dxy-r .ee-hamburger-inner,.ee-hamburger--3dy .ee-hamburger-inner,.ee-hamburger--3dy-r .ee-hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color cubic-bezier(.645,.045,.355,1) .1s}.ee-hamburger-inner::after,.ee-hamburger-inner::before{content:"";display:block}.ee-hamburger-inner::before{top:-.625em}.ee-hamburger-inner::after{bottom:-.625em}.ee-hamburger--3dx.ee--is-active .ee-hamburger-inner{background-color:transparent;transform:rotateY(180deg)}.ee-hamburger--3dx.ee--is-active .ee-hamburger-inner::before{transform:translate3d(0,.625em,0) rotate(45deg)}.ee-hamburger--3dx.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-.625em,0) rotate(-45deg)}.ee-hamburger--3dx-r.ee--is-active .ee-hamburger-inner{background-color:transparent;transform:rotateY(-180deg)}.ee-hamburger--3dx-r.ee--is-active .ee-hamburger-inner::before{transform:translate3d(0,.625em,0) rotate(45deg)}.ee-hamburger--3dx-r.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-.625em,0) rotate(-45deg)}.ee-hamburger--3dy.ee--is-active .ee-hamburger-inner{background-color:transparent;transform:rotateX(-180deg)}.ee-hamburger--3dy.ee--is-active .ee-hamburger-inner::before{transform:translate3d(0,.625em,0) rotate(45deg)}.ee-hamburger--3dy.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-.625em,0) rotate(-45deg)}.ee-hamburger--3dy-r.ee--is-active .ee-hamburger-inner{background-color:transparent;transform:rotateX(180deg)}.ee-hamburger--3dy-r.ee--is-active .ee-hamburger-inner::before{transform:translate3d(0,.625em,0) rotate(45deg)}.ee-hamburger--3dy-r.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-.625em,0) rotate(-45deg)}.ee-hamburger--3dxy.ee--is-active .ee-hamburger-inner{background-color:transparent;transform:rotateX(180deg) rotateY(180deg)}.ee-hamburger--3dxy.ee--is-active .ee-hamburger-inner::before{transform:translate3d(0,.625em,0) rotate(45deg)}.ee-hamburger--3dxy.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-.625em,0) rotate(-45deg)}.ee-hamburger--collapse .ee-hamburger-inner,.ee-hamburger--collapse-r .ee-hamburger-inner{top:auto;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);bottom:0}.ee-hamburger--3dxy-r.ee--is-active .ee-hamburger-inner{background-color:transparent;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.ee-hamburger--arrowturn-r.ee--is-active .ee-hamburger-inner,.ee-hamburger--arrowturn.ee--is-active .ee-hamburger-inner{transform:rotate(-180deg)}.ee-hamburger--3dxy-r.ee--is-active .ee-hamburger-inner::before{transform:translate3d(0,.625em,0) rotate(45deg)}.ee-hamburger--3dxy-r.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-.625em,0) rotate(-45deg)}.ee-hamburger--arrow.ee--is-active .ee-hamburger-inner::before{transform:translate3d(-.5em,0,0) rotate(-45deg) scale(.7,1)}.ee-hamburger--arrow.ee--is-active .ee-hamburger-inner::after{transform:translate3d(-.5em,0,0) rotate(45deg) scale(.7,1)}.ee-hamburger--arrow-r.ee--is-active .ee-hamburger-inner::before{transform:translate3d(.5em,0,0) rotate(45deg) scale(.7,1)}.ee-hamburger--arrow-r.ee--is-active .ee-hamburger-inner::after{transform:translate3d(.5em,0,0) rotate(-45deg) scale(.7,1)}.ee-hamburger--arrowalt .ee-hamburger-inner::before{transition:top .1s .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.ee-hamburger--arrowalt .ee-hamburger-inner::after{transition:bottom .1s .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.ee-hamburger--arrowalt.ee--is-active .ee-hamburger-inner::before{top:0;transform:translate3d(-.5em,-.625em,0) rotate(-45deg) scale(.7,1);transition:top .1s,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.ee-hamburger--arrowalt.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:translate3d(-.5em,.625em,0) rotate(45deg) scale(.7,1);transition:bottom .1s,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.ee-hamburger--arrowalt-r .ee-hamburger-inner::before{transition:top .1s .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.ee-hamburger--arrowalt-r .ee-hamburger-inner::after{transition:bottom .1s .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.ee-hamburger--arrowalt-r.ee--is-active .ee-hamburger-inner::before{top:0;transform:translate3d(.5em,-.625em,0) rotate(45deg) scale(.7,1);transition:top .1s,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.ee-hamburger--arrowalt-r.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:translate3d(.5em,.625em,0) rotate(-45deg) scale(.7,1);transition:bottom .1s,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.ee-hamburger--arrowturn.ee--is-active .ee-hamburger-inner::before{transform:translate3d(.5em,0,0) rotate(45deg) scale(.7,1)}.ee-hamburger--arrowturn.ee--is-active .ee-hamburger-inner::after{transform:translate3d(.5em,0,0) rotate(-45deg) scale(.7,1)}.ee-hamburger--arrowturn-r.ee--is-active .ee-hamburger-inner::before{transform:translate3d(-.5em,0,0) rotate(-45deg) scale(.7,1)}.ee-hamburger--arrowturn-r.ee--is-active .ee-hamburger-inner::after{transform:translate3d(-.5em,0,0) rotate(45deg) scale(.7,1)}.ee-hamburger--boring .ee-hamburger-inner,.ee-hamburger--boring .ee-hamburger-inner::after,.ee-hamburger--boring .ee-hamburger-inner::before{transition-property:none}.ee-hamburger--boring.ee--is-active .ee-hamburger-inner{transform:rotate(45deg)}.ee-hamburger--boring.ee--is-active .ee-hamburger-inner::before{top:0;opacity:0}.ee-hamburger--boring.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.ee-hamburger--collapse .ee-hamburger-inner::after{top:-1.25em;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.ee-hamburger--collapse .ee-hamburger-inner::before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--collapse.ee--is-active .ee-hamburger-inner{transform:translate3d(0,-.625em,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.ee-hamburger--collapse.ee--is-active .ee-hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.ee-hamburger--collapse.ee--is-active .ee-hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.ee-hamburger--elastic .ee-hamburger-inner,.ee-hamburger--elastic-r .ee-hamburger-inner{transition-duration:275ms;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);top:.125em}.ee-hamburger--collapse-r .ee-hamburger-inner::after{top:-1.25em;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.ee-hamburger--collapse-r .ee-hamburger-inner::before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--collapse-r.ee--is-active .ee-hamburger-inner{transform:translate3d(0,-.625em,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.ee-hamburger--collapse-r.ee--is-active .ee-hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.ee-hamburger--collapse-r.ee--is-active .ee-hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.ee-hamburger--elastic .ee-hamburger-inner::before{top:.625em;transition:opacity 125ms 275ms}.ee-hamburger--elastic .ee-hamburger-inner::after{top:1.25em;transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55)}.ee-hamburger--elastic.ee--is-active .ee-hamburger-inner{transform:translate3d(0,.625em,0) rotate(135deg);transition-delay:75ms}.ee-hamburger--elastic.ee--is-active .ee-hamburger-inner::before{transition-delay:0s;opacity:0}.ee-hamburger--elastic.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-1.25em,0) rotate(-270deg);transition-delay:75ms}.ee-hamburger--emphatic .ee-hamburger-inner,.ee-hamburger--emphatic-r .ee-hamburger-inner{transition:background-color 125ms ease-in 175ms}.ee-hamburger--elastic-r .ee-hamburger-inner::before{top:.625em;transition:opacity 125ms 275ms}.ee-hamburger--elastic-r .ee-hamburger-inner::after{top:1.25em;transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55)}.ee-hamburger--elastic-r.ee--is-active .ee-hamburger-inner{transform:translate3d(0,.625em,0) rotate(-135deg);transition-delay:75ms}.ee-hamburger--elastic-r.ee--is-active .ee-hamburger-inner::before{transition-delay:0s;opacity:0}.ee-hamburger--elastic-r.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-1.25em,0) rotate(270deg);transition-delay:75ms}.ee-hamburger--emphatic .ee-hamburger-inner::before{left:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms linear 125ms,left 125ms ease-in 175ms}.ee-hamburger--emphatic .ee-hamburger-inner::after{top:.625em;right:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms linear 125ms,right 125ms ease-in 175ms}.ee-hamburger--emphatic.ee--is-active .ee-hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.ee-hamburger--emphatic.ee--is-active .ee-hamburger-inner::before{left:-5em;top:-5em;transform:translate3d(5em,5em,0) rotate(45deg);transition:left 125ms ease-out,top 50ms linear 125ms,transform 125ms cubic-bezier(.075,.82,.165,1) 175ms}.ee-hamburger--emphatic.ee--is-active .ee-hamburger-inner::after{right:-5em;top:-5em;transform:translate3d(-5em,5em,0) rotate(-45deg);transition:right 125ms ease-out,top 50ms linear 125ms,transform 125ms cubic-bezier(.075,.82,.165,1) 175ms}.ee-hamburger--spin .ee-hamburger-inner,.ee-hamburger--spin-r .ee-hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--emphatic-r .ee-hamburger-inner::before{left:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms linear 125ms,left 125ms ease-in 175ms}.ee-hamburger--emphatic-r .ee-hamburger-inner::after{top:.625em;right:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms linear 125ms,right 125ms ease-in 175ms}.ee-hamburger--emphatic-r.ee--is-active .ee-hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.ee-hamburger--emphatic-r.ee--is-active .ee-hamburger-inner::before{left:-5em;top:5em;transform:translate3d(5em,-5em,0) rotate(-45deg);transition:left 125ms ease-out,top 50ms linear 125ms,transform 125ms cubic-bezier(.075,.82,.165,1) 175ms}.ee-hamburger--emphatic-r.ee--is-active .ee-hamburger-inner::after{right:-5em;top:5em;transform:translate3d(-5em,-5em,0) rotate(45deg);transition:right 125ms ease-out,top 50ms linear 125ms,transform 125ms cubic-bezier(.075,.82,.165,1) 175ms}.ee-hamburger--minus .ee-hamburger-inner::after,.ee-hamburger--minus .ee-hamburger-inner::before{transition:bottom 80ms ease-out,top 80ms ease-out,opacity linear}.ee-hamburger--minus.ee--is-active .ee-hamburger-inner::after,.ee-hamburger--minus.ee--is-active .ee-hamburger-inner::before{opacity:0;transition:bottom 80ms ease-out,top 80ms ease-out,opacity 80ms linear}.ee-hamburger--minus.ee--is-active .ee-hamburger-inner::before{top:0}.ee-hamburger--minus.ee--is-active .ee-hamburger-inner::after{bottom:0}.ee-hamburger--slider .ee-hamburger-inner{top:.125em}.ee-hamburger--slider .ee-hamburger-inner::before{top:.625em;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.ee-hamburger--slider .ee-hamburger-inner::after{top:1.25em}.ee-hamburger--slider.ee--is-active .ee-hamburger-inner{transform:translate3d(0,.625em,0) rotate(45deg)}.ee-hamburger--slider.ee--is-active .ee-hamburger-inner::before{transform:rotate(-45deg) translate3d(-.35714em,-.375em,0);opacity:0}.ee-hamburger--slider.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-1.25em,0) rotate(-90deg)}.ee-hamburger--slider-r .ee-hamburger-inner{top:.125em}.ee-hamburger--slider-r .ee-hamburger-inner::before{top:.625em;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.ee-hamburger--slider-r .ee-hamburger-inner::after{top:1.25em}.ee-hamburger--slider-r.ee--is-active .ee-hamburger-inner{transform:translate3d(0,.625em,0) rotate(-45deg)}.ee-hamburger--slider-r.ee--is-active .ee-hamburger-inner::before{transform:rotate(45deg) translate3d(.35714em,-.375em,0);opacity:0}.ee-hamburger--slider-r.ee--is-active .ee-hamburger-inner::after{transform:translate3d(0,-1.25em,0) rotate(90deg)}.ee-hamburger--spin .ee-hamburger-inner::before{transition:top .1s ease-in .25s,opacity .1s ease-in}.ee-hamburger--spin .ee-hamburger-inner::after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--spin.ee--is-active .ee-hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.ee-hamburger--spin.ee--is-active .ee-hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.ee-hamburger--spin.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.ee-hamburger--spin-r .ee-hamburger-inner::before{transition:top .1s ease-in .25s,opacity .1s ease-in}.ee-hamburger--spin-r .ee-hamburger-inner::after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--spin-r.ee--is-active .ee-hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.ee-hamburger--spin-r.ee--is-active .ee-hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.ee-hamburger--spin-r.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.ee-hamburger--spring .ee-hamburger-inner{top:.125em;transition:background-color linear .13s}.ee-hamburger--spring .ee-hamburger-inner::before{top:.625em;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--spring .ee-hamburger-inner::after{top:1.25em;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--spring.ee--is-active .ee-hamburger-inner{transition-delay:.22s;background-color:transparent}.ee-hamburger--spring.ee--is-active .ee-hamburger-inner::before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,.625em,0) rotate(45deg)}.ee-hamburger--spring.ee--is-active .ee-hamburger-inner::after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,.625em,0) rotate(-45deg)}.ee-hamburger--spring-r .ee-hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--stand .ee-hamburger-inner,.ee-hamburger--stand-r .ee-hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color linear 75ms}.ee-hamburger--spring-r .ee-hamburger-inner::after{top:-1.25em;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity linear}.ee-hamburger--spring-r .ee-hamburger-inner::before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--spring-r.ee--is-active .ee-hamburger-inner{transform:translate3d(0,-.625em,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.ee-hamburger--spring-r.ee--is-active .ee-hamburger-inner::after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity linear .22s}.ee-hamburger--spring-r.ee--is-active .ee-hamburger-inner::before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.ee-hamburger--stand .ee-hamburger-inner::before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--stand .ee-hamburger-inner::after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--stand.ee--is-active .ee-hamburger-inner{transform:rotate(90deg);background-color:transparent;transition:transform 75ms cubic-bezier(.215,.61,.355,1),background-color linear .15s}.ee-hamburger--stand.ee--is-active .ee-hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.ee-hamburger--stand.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.ee-hamburger--stand-r .ee-hamburger-inner::before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--stand-r .ee-hamburger-inner::after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--stand-r.ee--is-active .ee-hamburger-inner{transform:rotate(-90deg);background-color:transparent;transition:transform 75ms cubic-bezier(.215,.61,.355,1),background-color linear .15s}.ee-hamburger--stand-r.ee--is-active .ee-hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.ee-hamburger--stand-r.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.ee-hamburger--squeeze .ee-hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--squeeze .ee-hamburger-inner::before{transition:top 75ms .12s,opacity 75ms}.ee-hamburger--squeeze .ee-hamburger-inner::after{transition:bottom 75ms .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.ee-hamburger--squeeze.ee--is-active .ee-hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.ee-hamburger--squeeze.ee--is-active .ee-hamburger-inner::before{top:0;opacity:0;transition:top 75ms,opacity 75ms .12s}.ee-hamburger--squeeze.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.ee-effect--double:hover .ee-button:after,.ee-hamburger--vortex-r.ee--is-active .ee-hamburger-inner::after,.ee-hamburger--vortex-r.ee--is-active .ee-hamburger-inner::before,.ee-hamburger--vortex.ee--is-active .ee-hamburger-inner::after,.ee-hamburger--vortex.ee--is-active .ee-hamburger-inner::before{transition-delay:0s}.ee-hamburger--vortex .ee-hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.ee-hamburger--vortex .ee-hamburger-inner::after,.ee-hamburger--vortex .ee-hamburger-inner::before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.ee-hamburger--vortex .ee-hamburger-inner::before{transition-property:top,opacity}.ee-hamburger--vortex .ee-hamburger-inner::after{transition-property:bottom,transform}.ee-hamburger--vortex.ee--is-active .ee-hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.ee-hamburger--vortex.ee--is-active .ee-hamburger-inner::before{top:0;opacity:0}.ee-hamburger--vortex.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:rotate(90deg)}.ee-hamburger--vortex-r .ee-hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.ee-hamburger--vortex-r .ee-hamburger-inner::after,.ee-hamburger--vortex-r .ee-hamburger-inner::before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.ee-hamburger--vortex-r .ee-hamburger-inner::before{transition-property:top,opacity}.ee-hamburger--vortex-r .ee-hamburger-inner::after{transition-property:bottom,transform}.ee-hamburger--vortex-r.ee--is-active .ee-hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.ee-hamburger--vortex-r.ee--is-active .ee-hamburger-inner::before{top:0;opacity:0}.ee-hamburger--vortex-r.ee--is-active .ee-hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.ee-effect .ee-button{position:relative;padding:0}.ee-effect .ee-button:after,.ee-effect .ee-button:before{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ee-effect .ee-button.ee-size-sm:after,.ee-effect .ee-button.ee-size-sm:before{border-radius:3px}.ee-effect .ee-button.ee-size-lg:after,.ee-effect .ee-button.ee-size-lg:before{border-radius:5px}.ee-effect .ee-button.ee-size-xl:after,.ee-effect .ee-button.ee-size-xl:before{border-radius:6px}.ee-effect.ee-effect-type--3d .ee-button,.ee-effect.ee-effect-type--cube .ee-button{border-radius:0!important}.ee-effect.ee-effect-type--clone .ee-button:after,.ee-effect.ee-effect-type--cube .ee-button:after,.ee-effect.ee-effect-type--flip .ee-button:after{content:attr(data-label)}.ee-effect.ee-effect-type--clone .ee-button:after,.ee-effect.ee-effect-type--clone .ee-button:before{overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.ee-effect.ee-effect-type--clone .ee-button:after{z-index:2}.ee-effect.ee-effect-type--back .ee-button:after,.ee-effect.ee-effect-type--back .ee-button:before{content:"";z-index:-1}.ee-effect.ee-effect-type--back:hover .ee-button:after,.ee-effect.ee-effect-type--back:hover .ee-button:before{transform:translateY(0) translateX(0)}.ee-effect.ee-effect-type--flip .ee-button{z-index:2;-webkit-backface-visibility:visible;backface-visibility:visible;transform-style:preserve-3d;position:relative}.ee-effect.ee-effect-type--flip:hover .ee-button{transform:rotateX(-180deg)}.ee-effect.ee-effect-type--flip.ee-effect-zoom--zoom-in:hover .ee-button{transform:scale(1.2) rotateX(-180deg)}.ee-effect.ee-effect-type--flip.ee-effect-zoom--zoom-out:hover .ee-button{transform:scale(.8) rotateX(-180deg)}.ee-effect.ee-effect-type--flip .ee-button:after,.ee-effect.ee-effect-type--flip .ee-button:before{transform:rotateX(-180deg) translateZ(.1px)}.ee-effect.ee-effect-type--3d .ee-button{transform-style:preserve-3d}.ee-effect.ee-effect-type--3d .ee-button:before{content:"";height:50%;width:100%;bottom:100%;left:0;top:auto;transform-origin:0 100%;transform:rotateX(90deg)}.ee-effect.ee-effect-type--3d:hover .ee-button{transform:rotateX(-20deg) translateY(10%)}.ee-effect.ee-effect-type--3d.ee-effect-zoom--zoom-in:hover .ee-button{transform:scale(1.2) rotateX(-20deg)}.ee-effect.ee-effect-type--3d.ee-effect-zoom--zoom-out:hover .ee-button{transform:scale(.8) rotateX(-20deg)}.ee-effect.ee-effect-type--cube .ee-button{z-index:2;transform-style:preserve-3d;transform-origin:0 100%}.ee-effect.ee-effect-type--cube .ee-button:after,.ee-effect.ee-effect-type--cube .ee-button:before{bottom:100%;height:100%;top:auto;transform-origin:0 100%;transform:rotateX(90deg)}.ee-effect.ee-effect-type--cube:hover .ee-button{transform:rotateX(-90deg) translateY(50%)}.ee-effect--double .ee-button:after{opacity:.6;transition-delay:.07s}.ee-effect--double:hover .ee-button:before{transition-delay:.07s}.ee-effect--double.ee-effect-orientation--horizontal .ee-button:after,.ee-effect--double.ee-effect-orientation--vertical .ee-button:after{opacity:1;transition-delay:0s}.ee-effect--double.ee-effect-orientation--horizontal:hover .ee-button:before,.ee-effect--double.ee-effect-orientation--vertical:hover .ee-button:before{transition-delay:0s}.ee-effect-orientation--horizontal .ee-button:before{right:50%;transform:translateX(-100%)}.ee-effect-orientation--horizontal .ee-button:after{left:50%;transform:translateX(100%)}.ee-effect-shape--round.ee-effect-orientation--horizontal .ee-button:after,.ee-effect-shape--round.ee-effect-orientation--horizontal .ee-button:before{top:-1.3em;bottom:-1.3em}.ee-effect-shape--round.ee-effect-orientation--horizontal .ee-button:before{border-top-right-radius:100%;border-bottom-right-radius:100%}.ee-effect-shape--round.ee-effect-orientation--horizontal .ee-button:after{border-top-left-radius:100%;border-bottom-left-radius:100%}.ee-effect-shape--skewed.ee-effect-orientation--horizontal .ee-button:before{transform:skewX(10deg) translateX(-100%)}.ee-effect-shape--skewed.ee-effect-orientation--horizontal .ee-button:after{transform:skewX(10deg) translateX(100%)}.ee-effect-shape--skewed.ee-effect-orientation--horizontal:hover .ee-button:before{transform:skewX(10deg) translateX(-45%)}.ee-effect-shape--skewed.ee-effect-orientation--horizontal:hover .ee-button:after{transform:skewX(10deg) translateX(45%)}.ee-effect-orientation--vertical .ee-button:before{bottom:50%;transform:translateY(-100%)}.ee-effect-orientation--vertical .ee-button:after{top:50%;transform:translateY(100%)}.ee-effect-shape--round.ee-effect-orientation--vertical .ee-button:after,.ee-effect-shape--round.ee-effect-orientation--vertical .ee-button:before{left:-1.3em;right:-1.3em}.ee-effect-shape--round.ee-effect-orientation--vertical .ee-button:before{border-bottom-left-radius:100%;border-bottom-right-radius:100%}.ee-effect-shape--round.ee-effect-orientation--vertical .ee-button:after{border-top-left-radius:100%;border-top-right-radius:100%}.ee-effect-shape--skewed.ee-effect-orientation--vertical .ee-button:before{transform:skewY(-10deg) translateY(-100%)}.ee-effect-shape--skewed.ee-effect-orientation--vertical .ee-button:after{transform:skewY(-10deg) translateY(100%)}.ee-effect-shape--skewed.ee-effect-orientation--vertical:hover .ee-button:before{transform:skewY(-10deg) translateY(-45%)}.ee-effect-shape--skewed.ee-effect-orientation--vertical:hover .ee-button:after{transform:skewY(-10deg) translateY(45%)}.ee-effect-type--clone.ee-effect-zoom--zoom-in.ee-effect-direction--down .ee-button:after{transform:translateY(-100%) scale(.5)}.ee-effect-type--clone.ee-effect-zoom--zoom-out.ee-effect-direction--down .ee-button:after{transform:translateY(-100%) scale(1.3)}.ee-effect-direction--down.ee-effect-entrance--move:hover .ee-button-content-wrapper,.ee-effect-type--back.ee-effect-direction--up .ee-button:after,.ee-effect-type--back.ee-effect-direction--up .ee-button:before,.ee-effect-type--clone.ee-effect-direction--up .ee-button:after,.ee-effect-type--clone.ee-effect-direction--up .ee-button:before{transform:translateY(100%)}.ee-effect-direction--down.ee-effect-entrance--push:hover .ee-button-content-wrapper{transform:translateY(50%);opacity:0}.ee-effect-type--clone.ee-effect-zoom--zoom-in.ee-effect-direction--up .ee-button:after{transform:translateY(100%) scale(.5)}.ee-effect-type--clone.ee-effect-zoom--zoom-out.ee-effect-direction--up .ee-button:after{transform:translateY(100%) scale(1.3)}.ee-effect-type--3d.ee-effect-direction--up .ee-button:before{content:"";height:50%;width:100%;top:100%;left:0;bottom:auto;transform-origin:0 0;transform:rotateX(-90deg)}.ee-effect-type--flip.ee-effect-direction--up .ee-button:after,.ee-effect-type--flip.ee-effect-direction--up .ee-button:before{transform:rotateX(180deg) translateZ(.1px)}.ee-effect-type--cube.ee-effect-direction--up .ee-button{transform-origin:0 0}.ee-effect-type--cube.ee-effect-direction--up .ee-button:after,.ee-effect-type--cube.ee-effect-direction--up .ee-button:before{top:100%;bottom:auto;height:100%;transform-origin:100% 0;transform:rotateX(-90deg)}.ee-effect-direction--up.ee-effect-entrance--move:hover .ee-button-content-wrapper{transform:translateY(-100%)}.ee-effect-direction--up.ee-effect-entrance--push:hover .ee-button-content-wrapper{transform:translateY(-50%);opacity:0}.ee-effect-type--3d.ee-effect-direction--up:hover .ee-button{transform:rotateX(20deg) translateY(-10%)}.ee-effect-type--3d.ee-effect-zoom--zoom-in.ee-effect-direction--up:hover .ee-button{transform:scale(1.2) rotateX(20deg)}.ee-effect-type--3d.ee-effect-zoom--zoom-out.ee-effect-direction--up:hover .ee-button{transform:scale(.8) rotateX(20deg)}.ee-effect-type--flip.ee-effect-direction--up:hover .ee-button{transform:rotateX(180deg)}.ee-effect-type--flip.ee-effect-zoom--zoom-in.ee-effect-direction--up:hover .ee-button{transform:scale(1.2) rotateX(180deg)}.ee-effect-type--flip.ee-effect-zoom--zoom-out.ee-effect-direction--up:hover .ee-button{transform:scale(.8) rotateX(180deg)}.ee-effect-type--cube.ee-effect-direction--up:hover .ee-button{transform:rotateX(90deg) translateY(-50%)}.ee-effect-type--back.ee-effect-direction--left .ee-button:after,.ee-effect-type--back.ee-effect-direction--left .ee-button:before,.ee-effect-type--clone.ee-effect-direction--left .ee-button:after,.ee-effect-type--clone.ee-effect-direction--left .ee-button:before{transform:translateX(100%)}.ee-effect-type--clone.ee-effect-zoom--zoom-in.ee-effect-direction--left .ee-button:after{transform:translateX(100%) scale(.5)}.ee-effect-type--clone.ee-effect-zoom--zoom-out.ee-effect-direction--left .ee-button:after{transform:translateX(100%) scale(1.3)}.ee-effect-type--3d.ee-effect-direction--left .ee-button:before{content:"";height:100%;width:50%;top:0;left:100%;right:auto;transform-origin:0 100%;transform:rotateY(90deg)}.ee-effect-type--flip.ee-effect-direction--left .ee-button:after,.ee-effect-type--flip.ee-effect-direction--left .ee-button:before{transform:rotateY(-180deg) translateZ(.1px)}.ee-effect-type--cube.ee-effect-direction--left .ee-button{transform-origin:0 0}.ee-effect-type--cube.ee-effect-direction--left .ee-button:after,.ee-effect-type--cube.ee-effect-direction--left .ee-button:before{top:0;bottom:0;width:100%;left:100%;right:auto;transform-origin:0 0;transform:rotateY(90deg)}.ee-effect-direction--left.ee-effect-entrance--move:hover .ee-button-content-wrapper,.ee-effect-type--back.ee-effect-direction--right .ee-button:after,.ee-effect-type--back.ee-effect-direction--right .ee-button:before,.ee-effect-type--clone.ee-effect-direction--right .ee-button:after,.ee-effect-type--clone.ee-effect-direction--right .ee-button:before{transform:translateX(-100%)}.ee-effect-direction--left.ee-effect-entrance--push:hover .ee-button-content-wrapper{transform:translateX(-50%);opacity:0}.ee-effect-type--3d.ee-effect-direction--left:hover .ee-button{transform:rotateY(-20deg) translateX(-10%)}.ee-effect-type--3d.ee-effect-zoom--zoom-in.ee-effect-direction--left:hover .ee-button{transform:scale(1.2) rotateY(-20deg)}.ee-effect-type--3d.ee-effect-zoom--zoom-out.ee-effect-direction--left:hover .ee-button{transform:scale(.8) rotateY(-20deg)}.ee-effect-type--flip.ee-effect-direction--left:hover .ee-button{transform:rotateY(-180deg)}.ee-effect-type--flip.ee-effect-zoom--zoom-in.ee-effect-direction--left:hover .ee-button{transform:scale(1.2) rotateY(-180deg)}.ee-effect-type--flip.ee-effect-zoom--zoom-out.ee-effect-direction--left:hover .ee-button{transform:scale(.8) rotateY(-180deg)}.ee-effect-type--cube.ee-effect-direction--left:hover .ee-button{transform:rotateY(-90deg) translateX(-50%)}.ee-effect-type--clone.ee-effect-zoom--zoom-in.ee-effect-direction--right .ee-button:after{transform:translateX(-100%) scale(.5)}.ee-effect-type--clone.ee-effect-zoom--zoom-out.ee-effect-direction--right .ee-button:after{transform:translateX(-100%) scale(1.3)}.ee-effect-type--3d.ee-effect-direction--right .ee-button:before{content:"";height:100%;width:50%;top:0;right:100%;left:auto;transform-origin:100% 0;transform:rotateY(-90deg)}.ee-effect-type--flip.ee-effect-direction--right .ee-button:after,.ee-effect-type--flip.ee-effect-direction--right .ee-button:before{transform:rotateY(180deg) translateZ(.1px)}.ee-effect-type--cube.ee-effect-direction--right .ee-button{transform-origin:100% 0}.ee-effect-type--cube.ee-effect-direction--right .ee-button:after,.ee-effect-type--cube.ee-effect-direction--right .ee-button:before{top:0;bottom:0;width:100%;right:100%;left:auto;transform-origin:100% 0;transform:rotateY(-90deg)}.ee-effect-direction--right.ee-effect-entrance--move:hover .ee-button-content-wrapper{transform:translateX(100%)}.ee-effect-direction--right.ee-effect-entrance--push:hover .ee-button-content-wrapper{transform:translateX(50%);opacity:0}.ee-effect-type--3d.ee-effect-direction--right:hover .ee-button{transform:rotateY(20deg) translateX(10%)}.ee-effect-type--3d.ee-effect-zoom--zoom-in.ee-effect-direction--right:hover .ee-button{transform:scale(1.2) rotateY(20deg)}.ee-effect-type--3d.ee-effect-zoom--zoom-out.ee-effect-direction--right:hover .ee-button{transform:scale(.8) rotateY(20deg)}.ee-effect-type--flip.ee-effect-direction--right:hover .ee-button{transform:rotateY(180deg)}.ee-effect-type--flip.ee-effect-zoom--zoom-in.ee-effect-direction--right:hover .ee-button{transform:scale(1.2) rotateY(180deg)}.ee-effect-type--flip.ee-effect-zoom--zoom-out.ee-effect-direction--right:hover .ee-button{transform:scale(.8) rotateY(180deg)}.ee-effect-type--cube.ee-effect-direction--right:hover .ee-button{transform:rotateY(90deg) translateX(50%)}.ee-effect-shape--round.ee-effect-direction--down .ee-button:before,.ee-effect-shape--round.ee-effect-type--back.ee-effect-direction--down .ee-button:after{border-bottom-left-radius:100%;border-bottom-right-radius:100%}.ee-effect-shape--round.ee-effect-direction--up .ee-button:before,.ee-effect-shape--round.ee-effect-type--back.ee-effect-direction--up .ee-button:after{border-top-left-radius:100%;border-top-right-radius:100%}.ee-effect-shape--round.ee-effect-direction--left .ee-button:before,.ee-effect-shape--round.ee-effect-direction--right .ee-button:before,.ee-effect-shape--round.ee-effect-type--back.ee-effect-direction--left .ee-button:after,.ee-effect-shape--round.ee-effect-type--back.ee-effect-direction--right .ee-button:after{top:-1.3em;bottom:-1.3em}.ee-effect-shape--round.ee-effect-direction--left .ee-button:before,.ee-effect-shape--round.ee-effect-type--back.ee-effect-direction--left .ee-button:after{border-top-left-radius:100%;border-bottom-left-radius:100%}.ee-effect-shape--round.ee-effect-direction--right .ee-button:before,.ee-effect-shape--round.ee-effect-type--back.ee-effect-direction--right .ee-button:after{border-top-right-radius:100%;border-bottom-right-radius:100%}.ee-effect-shape--round.ee-effect-type--back:hover .ee-button:after,.ee-effect-shape--round:hover .ee-button:before{border-radius:0}.ee-effect-shape--skewed.ee-effect-direction--down .ee-button:before,.ee-effect-shape--skewed.ee-effect-direction--up .ee-button:before,.ee-effect-shape--skewed.ee-effect-orientation--vertical .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--down .ee-button:after,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--up .ee-button:after,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-orientation--vertical .ee-button:after{top:-1em;bottom:-1em}.ee-effect-shape--skewed.ee-effect-direction--left .ee-button:before,.ee-effect-shape--skewed.ee-effect-direction--right .ee-button:before,.ee-effect-shape--skewed.ee-effect-orientation--horizontal .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--left .ee-button:after,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--right .ee-button:after,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-orientation--horizontal .ee-button:after{left:-1em;right:-1em}.ee-effect-shape--skewed.ee-effect-direction--down .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--down .ee-button:after{transform:skewY(10deg) translateY(-100%)}.ee-effect-shape--skewed.ee-effect-direction--down:hover .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--down:hover .ee-button:after{transform:skewY(10deg) translateY(0)}.ee-effect-shape--skewed.ee-effect-direction--up .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--up .ee-button:after{transform:skewY(-10deg) translateY(100%)}.ee-effect-shape--skewed.ee-effect-direction--up:hover .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--up:hover .ee-button:after{transform:skewY(-10deg) translateY(0)}.ee-effect-shape--skewed.ee-effect-direction--left .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--left .ee-button:after{transform:skewX(10deg) translateX(100%)}.ee-effect-shape--skewed.ee-effect-direction--left:hover .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--left:hover .ee-button:after{transform:skewX(10deg) translateX(0)}.ee-effect-shape--skewed.ee-effect-direction--right .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--right .ee-button:after{transform:skewX(-10deg) translateX(-100%)}.ee-effect-shape--skewed.ee-effect-direction--right:hover .ee-button:before,.ee-effect-shape--skewed.ee-effect-type--back.ee-effect-direction--right:hover .ee-button:after{transform:skewX(-10deg) translateX(0)}.ee-effect-entrance--cover .ee-button-content-wrapper{transform:none}.ee-effect--perspective{perspective:800px}.ee-effect .ee-button-wrapper{transition:none}.ee-effect .ee-button,.ee-effect .ee-button-content-wrapper,.ee-effect:after,.ee-effect:before{transition-property:all}.ee-u-1\/1,.ee-u-2\/2,.ee-u-3\/3,.ee-u-4\/4,.ee-u-5\/5,.ee-u-6\/6{width:100%!important}.ee-u-1\/2,.ee-u-2\/4,.ee-u-3\/6{width:50%!important}.ee-u-1\/3,.ee-u-2\/6{width:33.33333%!important}.ee-u-2\/3,.ee-u-4\/6{width:66.66667%!important}.ee-u-1\/4{width:25%!important}.ee-u-3\/4{width:75%!important}.ee-u-1\/5{width:20%!important}.ee-u-2\/5{width:40%!important}.ee-u-3\/5{width:60%!important}.ee-u-4\/5{width:80%!important}.ee-u-1\/6{width:16.66667%!important}.ee-u-5\/6{width:83.33333%!important}@media (min-width:767px){.ee-posts-thumbnail-ratio .ee-post--horizontal{-ms-flex-align:stretch;align-items:stretch}}@media (min-width:1025px){.ee-timeline-align--center .ee-timeline .ee-timeline__line,.ee-timeline-align--overlay .ee-timeline .ee-timeline__line{left:50%}.ee-timeline-align--left .ee-timeline .timeline-item__meta,.ee-timeline-align--right .ee-timeline .timeline-item__meta{animation:none!important;margin-bottom:12px;visibility:visible!important}.ee-switcher-arrows-hide .ee-switcher__arrows,.ee-switcher-menu-hide .ee-switcher__nav,.ee-timeline-align--center .ee-timeline .timeline-item__card-wrapper .timeline-item__meta,.ee-timeline-align--left .ee-timeline .timeline-item__meta-wrapper,.ee-timeline-align--overlay .ee-timeline .timeline-item__meta-wrapper,.ee-timeline-align--right .ee-timeline .timeline-item__meta-wrapper{display:none}.ee-grid-columns-1 .ee-grid__item{width:calc(100% / 1)}.ee-grid-columns-1.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(2n){width:calc(100% / 1 * 2)}.ee-grid-columns-2 .ee-grid__item{width:calc(100% / 2)}.ee-grid-columns-2.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(4n){width:calc(100% / 2 * 2)}.ee-grid-columns-3 .ee-grid__item{width:calc(100% / 3)}.ee-grid-columns-3.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(6n){width:calc(100% / 3 * 2)}.ee-grid-columns-4 .ee-grid__item{width:calc(100% / 4)}.ee-grid-columns-4.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(8n){width:calc(100% / 4 * 2)}.ee-grid-columns-5 .ee-grid__item{width:calc(100% / 5)}.ee-grid-columns-5.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(10n){width:calc(100% / 5 * 2)}.ee-grid-columns-6 .ee-grid__item{width:calc(100% / 6)}.ee-grid-columns-6.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(12n){width:calc(100% / 6 * 2)}.ee-grid-columns-7 .ee-grid__item{width:calc(100% / 7)}.ee-grid-columns-7.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(14n){width:calc(100% / 7 * 2)}.ee-grid-columns-8 .ee-grid__item{width:calc(100% / 8)}.ee-grid-columns-8.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(16n){width:calc(100% / 8 * 2)}.ee-grid-columns-9 .ee-grid__item{width:calc(100% / 9)}.ee-grid-columns-9.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(18n){width:calc(100% / 9 * 2)}.ee-grid-columns-10 .ee-grid__item{width:calc(100% / 10)}.ee-grid-columns-10.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(20n){width:calc(100% / 10 * 2)}.ee-grid-columns-11 .ee-grid__item{width:calc(100% / 11)}.ee-grid-columns-11.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(22n){width:calc(100% / 11 * 2)}.ee-grid-columns-12 .ee-grid__item{width:calc(100% / 12)}.ee-grid-columns-12.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(24n){width:calc(100% / 12 * 2)}.ee-gallery-overflow--yes .ee-gallery-wrapper{overflow:hidden}.ee-filters--stack .ee-filters{-ms-flex-direction:column;flex-direction:column}.ee-filters--stack .ee-filters .ee-filters__item{-ms-flex-positive:0;flex-grow:0}.elementor-widget-devices-extended .ee-device__orientation:hover{color:rgba(0,0,0,.7)}.ee-timeline-animate .ee-timeline .timeline-item__card,.ee-timeline-animate .ee-timeline .timeline-item__meta{visibility:hidden}.ee-timeline-animate .ee-timeline .timeline-item.bounce-in .timeline-item__card,.ee-timeline-animate .ee-timeline .timeline-item.bounce-in .timeline-item__meta{visibility:visible}.ee-timeline-animate .ee-timeline .timeline-item.bounce-in .timeline-item__card,.ee-timeline-animate .ee-timeline .timeline-item:nth-child(even).bounce-in .timeline-item__meta{animation:1s cd-bounce-odd}.ee-timeline-animate .ee-timeline .timeline-item.bounce-in .timeline-item__meta,.ee-timeline-animate .ee-timeline .timeline-item:nth-child(even).bounce-in .timeline-item__card{animation:1s cd-bounce-even}.ee-timeline-align--center .ee-timeline .timeline-item__card__arrow:after{border-left-color:#f7f7f7;border-right-color:#f7f7f7}.ee-timeline-align--center .ee-timeline .timeline-item__point{-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-order:1;order:1}.ee-timeline-align--center .ee-timeline .timeline-item__meta-wrapper{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-order:0;order:0}.ee-timeline-align--center .ee-timeline .timeline-item__card-wrapper{-ms-flex-order:2;order:2;padding-right:10px}.ee-timeline-align--center .ee-timeline .timeline-item__card-wrapper,.ee-timeline-align--center .ee-timeline .timeline-item__meta-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%}.ee-timeline-align--center .ee-timeline .timeline-item__meta{margin-left:10px}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow{right:-10px}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow:after{border-left-width:10px;border-left-style:solid}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__meta{text-align:right}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__meta-wrapper{-ms-flex-direction:initial;flex-direction:initial;-ms-flex-pack:start;justify-content:flex-start}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__meta{margin-right:10px}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card-wrapper{padding-right:0;padding-left:10px}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card__arrow{left:-10px}.ee-timeline-align--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card__arrow:after{border-right-width:10px;border-right-style:solid}.ee-timeline-align--overlay .ee-timeline .timeline-item{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.ee-timeline-align--overlay .ee-timeline .timeline-item__meta,.ee-timeline-align--overlay .ee-timeline .timeline-item__point{margin-bottom:12px}.ee-timeline-align--overlay .ee-timeline .timeline-item__meta{visibility:visible!important;animation:none!important}.ee-timeline-align--left .ee-timeline{-ms-flex-pack:start;justify-content:flex-start}.ee-timeline-align--left .ee-timeline .ee-timeline__line{left:0;margin-left:20px}.ee-timeline-align--left .ee-timeline .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ee-timeline-align--left .ee-timeline .timeline-item__point{margin-left:0!important}.ee-timeline-align--left .ee-timeline .timeline-item__card-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1;margin-left:10px}.ee-timeline-align--left .ee-timeline .timeline-item__card__arrow{left:-10px}.ee-timeline-align--left .ee-timeline .timeline-item__card__arrow:after{border-right:10px solid #f7f7f7}.ee-timeline-align--right .ee-timeline .ee-timeline__line{left:auto;right:0;margin-right:20px;transform:translateX(50%)}.ee-timeline-align--right .ee-timeline .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end}.ee-timeline-align--right .ee-timeline .timeline-item__point{-ms-flex-order:2;order:2;margin-right:0!important}.ee-timeline-align--right .ee-timeline .timeline-item__meta{-ms-flex-order:1;order:1}.ee-timeline-align--right .ee-timeline .timeline-item__card-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1;margin-right:10px}.ee-timeline-align--right .ee-timeline .timeline-item__card__arrow{right:-10px}.ee-timeline-align--right .ee-timeline .timeline-item__card__arrow:after{border-left:10px solid #f7f7f7}.ee-timeline-cards-align--middle .ee-timeline .timeline-item{-ms-flex-align:center;align-items:center}.ee-timeline-cards-align--middle .ee-timeline .timeline-item__card__arrow{position:absolute;top:50%;transform:translateY(-50%)}.ee-timeline-cards-align--bottom .ee-timeline .timeline-item{-ms-flex-align:end;align-items:flex-end}.ee-timeline-cards-align--bottom .ee-timeline .timeline-item__card__arrow{top:auto;bottom:0}.ee-video-player.playing:hover .ee-player__controls__overlay{opacity:1}.ee-video-player-bar--hide .ee-player.playing:hover .ee-player__controls__bar-wrapper{transform:translateY(0)}}@media (max-width:1440px){.ee-u-1\/1\@wide,.ee-u-2\/2\@wide,.ee-u-3\/3\@wide,.ee-u-4\/4\@wide,.ee-u-5\/5\@wide,.ee-u-6\/6\@wide{width:100%!important}.ee-u-1\/2\@wide,.ee-u-2\/4\@wide,.ee-u-3\/6\@wide{width:50%!important}.ee-u-1\/3\@wide,.ee-u-2\/6\@wide{width:33.33333%!important}.ee-u-2\/3\@wide,.ee-u-4\/6\@wide{width:66.66667%!important}.ee-u-1\/4\@wide{width:25%!important}.ee-u-3\/4\@wide{width:75%!important}.ee-u-1\/5\@wide{width:20%!important}.ee-u-2\/5\@wide{width:40%!important}.ee-u-3\/5\@wide{width:60%!important}.ee-u-4\/5\@wide{width:80%!important}.ee-u-1\/6\@wide{width:16.66667%!important}.ee-u-5\/6\@wide{width:83.33333%!important}}@media (max-width:1025px){.ee-u-1\/1\@desktop,.ee-u-2\/2\@desktop,.ee-u-3\/3\@desktop,.ee-u-4\/4\@desktop,.ee-u-5\/5\@desktop,.ee-u-6\/6\@desktop{width:100%!important}.ee-u-1\/2\@desktop,.ee-u-2\/4\@desktop,.ee-u-3\/6\@desktop{width:50%!important}.ee-u-1\/3\@desktop,.ee-u-2\/6\@desktop{width:33.33333%!important}.ee-u-2\/3\@desktop,.ee-u-4\/6\@desktop{width:66.66667%!important}.ee-u-1\/4\@desktop{width:25%!important}.ee-u-3\/4\@desktop{width:75%!important}.ee-u-1\/5\@desktop{width:20%!important}.ee-u-2\/5\@desktop{width:40%!important}.ee-u-3\/5\@desktop{width:60%!important}.ee-u-4\/5\@desktop{width:80%!important}.ee-u-1\/6\@desktop{width:16.66667%!important}.ee-u-5\/6\@desktop{width:83.33333%!important}}@media (max-width:1024px){.ee-button-group-stack-tablet .ee-button-group,.ee-button-group-stack-tablet .ee-button-group>li,.ee-toggle-element--stack-tablet .ee-toggle-element__controls>li{margin-left:0!important}.ee-button-group-stack-tablet.ee-button-group-tablet-halign-left .ee-button-group,.ee-button-group-tablet-valign-top .ee-button-group,.ee-grid-align-tablet--top .ee-grid,.ee-labels-align-stacked-tablet--start .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:start;align-items:flex-start}.ee-grid-align-tablet--top .ee-grid__item{display:-ms-flexbox;display:flex}.ee-button-group-stack-tablet.ee-button-group-tablet-halign-center .ee-button-group,.ee-button-group-tablet-valign-middle .ee-button-group,.ee-button-group-tablet-valign-stretch .ee-button-group .ee-button-content-wrapper,.ee-grid-align-tablet--middle .ee-grid{-ms-flex-align:center;align-items:center}.ee-grid-align-tablet--middle .ee-grid__item{display:-ms-flexbox;display:flex}.ee-button-group-stack-tablet.ee-button-group-tablet-halign-right .ee-button-group,.ee-button-group-tablet-valign-bottom .ee-button-group,.ee-grid-align-tablet--bottom .ee-grid{-ms-flex-align:end;align-items:flex-end}.ee-grid-align-tablet--bottom .ee-grid__item{display:-ms-flexbox;display:flex}.ee-button-group-stack-tablet.ee-button-group-tablet-halign-justify .ee-button-group,.ee-button-group-tablet-valign-stretch .ee-button-group,.ee-grid-align-tablet--stretch .ee-grid{-ms-flex-align:stretch;align-items:stretch}.ee-grid-align-tablet--stretch .ee-grid__item{display:-ms-flexbox;display:flex}.ee-breadcrumbs-align-tablet-stretch .ee-breadcrumbs>li>a,.ee-button-group-stack-tablet .ee-button-group>li>a,.ee-button-group-tablet-halign-justify .ee-button-group>li>a,.ee-button-group-tablet-valign-stretch .ee-button-group>li>a,.ee-gallery-slider--stack-tablet .ee-gallery-slider,.ee-posts-layout-collapse--tablet .ee-post--horizontal,.ee-toggle-element--stack-tablet .ee-toggle-element__controls>li>a{display:block}.ee-breadcrumbs-align-tablet-left .ee-breadcrumbs,.ee-button-group-tablet-halign-left .ee-button-group,.ee-filters-align-tablet-left .ee-filters,.ee-grid-halign-tablet--left .ee-grid,.ee-labels-align-tablet--start .ee-toggle-element .ee-toggle-element__controls,.ee-trigger-tablet-align--left .ee-button-wrapper{-ms-flex-pack:start;justify-content:flex-start}.ee-breadcrumbs-align-tablet-center .ee-breadcrumbs,.ee-button-group-tablet-halign-center .ee-button-group,.ee-filters-align-tablet-center .ee-filters,.ee-grid-halign-tablet--center .ee-grid{-ms-flex-pack:center;justify-content:center}.ee-breadcrumbs-align-tablet-right .ee-breadcrumbs,.ee-button-group-tablet-halign-right .ee-button-group,.ee-filters-align-tablet-right .ee-filters,.ee-grid-halign-tablet--right .ee-grid{-ms-flex-pack:end;justify-content:flex-end}.ee-breadcrumbs-align-tablet-center .ee-breadcrumbs>li,.ee-breadcrumbs-align-tablet-left .ee-breadcrumbs>li,.ee-breadcrumbs-align-tablet-right .ee-breadcrumbs>li,.ee-button-group-tablet-halign-center .ee-button-group>li,.ee-button-group-tablet-halign-left .ee-button-group>li,.ee-button-group-tablet-halign-right .ee-button-group>li,.ee-button-group-tablet-valign-bottom .ee-button-group>li,.ee-button-group-tablet-valign-middle .ee-button-group>li,.ee-button-group-tablet-valign-stretch .ee-button-group .ee-button-content-wrapper>li,.ee-button-group-tablet-valign-top .ee-button-group>li,.ee-filters-align-tablet-center .ee-filters .ee-filters__item,.ee-filters-align-tablet-left .ee-filters .ee-filters__item,.ee-filters-align-tablet-right .ee-filters .ee-filters__item{-ms-flex-positive:0;flex-grow:0}.ee-breadcrumbs-align-tablet-stretch .ee-breadcrumbs>li,.ee-button-group-tablet-halign-justify .ee-button-group>li,.ee-button-group-tablet-valign-stretch .ee-button-group>li,.ee-filters-align-tablet-justify .ee-filters .ee-filters__item{-ms-flex-positive:1;flex-grow:1}.ee-breadcrumbs-align-tablet-stretch .ee-breadcrumbs,.ee-button-group-tablet-halign-justify .ee-button-group{-ms-flex-pack:stretch;justify-content:stretch}.ee-button-group .ee-button-wrapper,.ee-switcher-stack-tablet .ee-switcher__media-wrapper{width:100%}.ee-button-group-stack-tablet .ee-button-group{-ms-flex-direction:column;flex-direction:column}.ee-button-group-stack-tablet.ee-button-group-gap-default .ee-button-group,.ee-button-group-stack-tablet.ee-button-group-gap-default .ee-button-group>li,.ee-button-group-stack-tablet.ee-button-group-gap-extended .ee-button-group,.ee-button-group-stack-tablet.ee-button-group-gap-extended .ee-button-group>li,.ee-button-group-stack-tablet.ee-button-group-gap-narrow .ee-button-group,.ee-button-group-stack-tablet.ee-button-group-gap-narrow .ee-button-group>li,.ee-button-group-stack-tablet.ee-button-group-gap-wide .ee-button-group,.ee-button-group-stack-tablet.ee-button-group-gap-wide .ee-button-group>li,.ee-button-group-stack-tablet.ee-button-group-gap-wider .ee-button-group,.ee-button-group-stack-tablet.ee-button-group-gap-wider .ee-button-group>li{margin-left:0}.ee-button-group-stack-tablet.ee-button-group-gap-narrow .ee-button-group>li:not(:last-child){margin-bottom:6px}.ee-button-group-stack-tablet.ee-button-group-gap-default .ee-button-group>li:not(:last-child){margin-bottom:12px}.ee-button-group-stack-tablet.ee-button-group-gap-extended .ee-button-group>li:not(:last-child){margin-bottom:24px}.ee-button-group-stack-tablet.ee-button-group-gap-wide .ee-button-group>li:not(:last-child){margin-bottom:48px}.ee-button-group-stack-tablet.ee-button-group-gap-wider .ee-button-group>li:not(:last-child){margin-bottom:144px}.ee-gallery-slider--stack-tablet .ee-gallery-slider .ee-gallery-slider__gallery,.ee-gallery-slider--stack-tablet .ee-gallery-slider .ee-gallery-slider__preview,.ee-u-1\/1\@tablet,.ee-u-2\/2\@tablet,.ee-u-3\/3\@tablet,.ee-u-4\/4\@tablet,.ee-u-5\/5\@tablet,.ee-u-6\/6\@tablet{width:100%!important}.ee-timeline .timeline-item__card{margin-right:0!important}.ee-breadcrumbs-align-tablet-stretch .ee-breadcrumbs>.ee-breadcrumbs__separator{-ms-flex-positive:0;flex-grow:0;text-align:center}.ee-trigger-tablet-align--center .ee-button-wrapper{-ms-flex-pack:center;justify-content:center}.ee-trigger-tablet-align--right .ee-button-wrapper{-ms-flex-pack:end;justify-content:flex-end}.ee-trigger-tablet-align--justify .ee-button{-ms-flex-positive:1;flex-grow:1}.ee-labels-align-tablet--center .ee-toggle-element .ee-toggle-element__controls{-ms-flex-pack:center;justify-content:center}.ee-labels-align-tablet--end .ee-toggle-element .ee-toggle-element__controls{-ms-flex-pack:end;justify-content:flex-end}.ee-labels-align-tablet--stretch .ee-toggle-element .ee-toggle-element__controls__item{-ms-flex-positive:1;flex-grow:1}.ee-labels-align-stacked-tablet--center .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:center;align-items:center}.ee-labels-align-stacked-tablet--end .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:end;align-items:flex-end}.ee-labels-align-stacked-tablet--stretch .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:stretch;align-items:stretch}.ee-toggle-element--stack-tablet .ee-toggle-element__controls{margin-left:0!important;-ms-flex-direction:column;flex-direction:column}.ee-google-map-navigation--hide-tablet .ee-google-map__navigation{display:none}.ee-google-map-navigation-tablet--top-left .ee-google-map__navigation{top:0;left:0;bottom:auto;right:auto}.ee-google-map-navigation-tablet--top-right .ee-google-map__navigation{top:0;right:0;bottom:auto;left:auto}.ee-google-map-navigation-tablet--bottom-right .ee-google-map__navigation{bottom:0;right:0;top:auto;left:auto}.ee-google-map-navigation-tablet--bottom-left .ee-google-map__navigation{bottom:0;left:0;top:auto;right:auto}.ee-switcher__nav,.ee-switcher__titles{text-align:center}.ee-switcher-stack-tablet .ee-switcher__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.ee-search-form-fields-wrap--tablet .ee-search-form__fields{-ms-flex:1;flex:1}.ee-search-form-fields-wrap--tablet .ee-search-form__container,.ee-search-form-fields-wrap--tablet .ee-search-form__fields{-ms-flex-direction:column;flex-direction:column}.ee-search-form-fields-wrap--tablet .ee-search-form__submit{width:auto}.ee-search-form-fields-wrap--tablet.ee-search-form-spacing--collapse .ee-search-form__container .ee-form__field:not(:first-child){border-left:0;border-top:1px solid #eceeef}.ee-u-1\/2\@tablet,.ee-u-2\/4\@tablet,.ee-u-3\/6\@tablet{width:50%!important}.ee-u-1\/3\@tablet,.ee-u-2\/6\@tablet{width:33.33333%!important}.ee-u-2\/3\@tablet,.ee-u-4\/6\@tablet{width:66.66667%!important}.ee-u-1\/4\@tablet{width:25%!important}.ee-u-3\/4\@tablet{width:75%!important}.ee-u-1\/5\@tablet{width:20%!important}.ee-u-2\/5\@tablet{width:40%!important}.ee-u-3\/5\@tablet{width:60%!important}.ee-u-4\/5\@tablet{width:80%!important}.ee-u-1\/6\@tablet{width:16.66667%!important}.ee-u-5\/6\@tablet{width:83.33333%!important}}@media (max-width:767px){.ee-timeline-align-mobile--center .ee-timeline .ee-timeline__line,.ee-timeline-align-mobile--overlay .ee-timeline .ee-timeline__line{left:50%}.ee-grid-columns-mobile-1 .ee-grid__item{width:calc(100% / 1)}.ee-grid-columns-mobile-1.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(2n){width:calc(100% / 1 * 2)}.ee-grid-columns-mobile-2 .ee-grid__item{width:calc(100% / 2)}.ee-grid-columns-mobile-2.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(4n){width:calc(100% / 2 * 2)}.ee-grid-columns-mobile-3 .ee-grid__item{width:calc(100% / 3)}.ee-grid-columns-mobile-3.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(6n){width:calc(100% / 3 * 2)}.ee-grid-columns-mobile-4 .ee-grid__item{width:calc(100% / 4)}.ee-grid-columns-mobile-4.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(8n){width:calc(100% / 4 * 2)}.ee-grid-columns-mobile-5 .ee-grid__item{width:calc(100% / 5)}.ee-grid-columns-mobile-5.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(10n){width:calc(100% / 5 * 2)}.ee-grid-columns-mobile-6 .ee-grid__item{width:calc(100% / 6)}.ee-grid-columns-mobile-6.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(12n){width:calc(100% / 6 * 2)}.ee-grid-columns-mobile-7 .ee-grid__item{width:calc(100% / 7)}.ee-grid-columns-mobile-7.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(14n){width:calc(100% / 7 * 2)}.ee-grid-columns-mobile-8 .ee-grid__item{width:calc(100% / 8)}.ee-grid-columns-mobile-8.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(16n){width:calc(100% / 8 * 2)}.ee-grid-columns-mobile-9 .ee-grid__item{width:calc(100% / 9)}.ee-grid-columns-mobile-9.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(18n){width:calc(100% / 9 * 2)}.ee-grid-columns-mobile-10 .ee-grid__item{width:calc(100% / 10)}.ee-grid-columns-mobile-10.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(20n){width:calc(100% / 10 * 2)}.ee-grid-columns-mobile-11 .ee-grid__item{width:calc(100% / 11)}.ee-grid-columns-mobile-11.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(22n){width:calc(100% / 11 * 2)}.ee-grid-columns-mobile-12 .ee-grid__item{width:calc(100% / 12)}.ee-grid-columns-mobile-12.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(24n){width:calc(100% / 12 * 2)}.ee-button-group-mobile-valign-top .ee-button-group,.ee-button-group-stack-mobile.ee-button-group-mobile-halign-left .ee-button-group,.ee-grid-align-mobile--top .ee-grid,.ee-labels-align-stacked-mobile--start .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:start;align-items:flex-start}.ee-grid-align-mobile--top .ee-grid__item{display:-ms-flexbox;display:flex}.ee-button-group-mobile-valign-middle .ee-button-group,.ee-button-group-mobile-valign-stretch .ee-button-group .ee-button-content-wrapper,.ee-button-group-stack-mobile.ee-button-group-mobile-halign-center .ee-button-group,.ee-grid-align-mobile--middle .ee-grid,.ee-timeline-cards-align-mobile--middle .ee-timeline .timeline-item{-ms-flex-align:center;align-items:center}.ee-grid-align-mobile--middle .ee-grid__item{display:-ms-flexbox;display:flex}.ee-button-group-mobile-valign-bottom .ee-button-group,.ee-button-group-stack-mobile.ee-button-group-mobile-halign-right .ee-button-group,.ee-grid-align-mobile--bottom .ee-grid{-ms-flex-align:end;align-items:flex-end}.ee-grid-align-mobile--bottom .ee-grid__item{display:-ms-flexbox;display:flex}.ee-button-group-mobile-valign-stretch .ee-button-group,.ee-button-group-stack-mobile.ee-button-group-mobile-halign-justify .ee-button-group,.ee-grid-align-mobile--stretch .ee-grid{-ms-flex-align:stretch;align-items:stretch}.ee-grid-align-mobile--stretch .ee-grid__item,.ee-table--responsive .ee-table tr td,.ee-table--responsive .ee-table tr th{display:-ms-flexbox;display:flex}.ee-breadcrumbs-align-mobile-stretch .ee-breadcrumbs>li>a,.ee-button-group-mobile-halign-justify .ee-button-group>li>a,.ee-button-group-mobile-valign-stretch .ee-button-group>li>a,.ee-button-group-stack-mobile .ee-button-group>li>a,.ee-gallery-slider--stack-mobile .ee-gallery-slider,.ee-posts-layout-collapse--mobile .ee-post--horizontal,.ee-toggle-element--stack-mobile .ee-toggle-element__controls>li>a{display:block}.ee-breadcrumbs-align-mobile-left .ee-breadcrumbs,.ee-button-group-mobile-halign-left .ee-button-group,.ee-filters-align-mobile-left .ee-filters,.ee-grid-halign-mobile--left .ee-grid,.ee-labels-align-mobile--start .ee-toggle-element .ee-toggle-element__controls,.ee-switcher-menu-mobile-align--left .ee-switcher__nav,.ee-timeline-align-mobile--left .ee-timeline,.ee-trigger-mobile-align--left .ee-button-wrapper{-ms-flex-pack:start;justify-content:flex-start}.ee-breadcrumbs-align-mobile-center .ee-breadcrumbs,.ee-button-group-mobile-halign-center .ee-button-group,.ee-filters-align-mobile-center .ee-filters,.ee-grid-halign-mobile--center .ee-grid{-ms-flex-pack:center;justify-content:center}.ee-breadcrumbs-align-mobile-right .ee-breadcrumbs,.ee-button-group-mobile-halign-right .ee-button-group,.ee-filters-align-mobile-right .ee-filters,.ee-grid-halign-mobile--right .ee-grid{-ms-flex-pack:end;justify-content:flex-end}.ee-gallery-overflow-mobile--yes .ee-gallery-wrapper{overflow:hidden}.ee-filters-mobile--stack .ee-filters,.ee-table--responsive.ee-table-mobile-header--column .ee-table__cell[data-title]{-ms-flex-direction:column;flex-direction:column}.ee-breadcrumbs-align-mobile-center .ee-breadcrumbs>li,.ee-breadcrumbs-align-mobile-left .ee-breadcrumbs>li,.ee-breadcrumbs-align-mobile-right .ee-breadcrumbs>li,.ee-button-group-mobile-halign-center .ee-button-group>li,.ee-button-group-mobile-halign-left .ee-button-group>li,.ee-button-group-mobile-halign-right .ee-button-group>li,.ee-button-group-mobile-valign-bottom .ee-button-group>li,.ee-button-group-mobile-valign-middle .ee-button-group>li,.ee-button-group-mobile-valign-stretch .ee-button-group .ee-button-content-wrapper>li,.ee-button-group-mobile-valign-top .ee-button-group>li,.ee-filters-align-mobile-center .ee-filters .ee-filters__item,.ee-filters-align-mobile-left .ee-filters .ee-filters__item,.ee-filters-align-mobile-right .ee-filters .ee-filters__item,.ee-filters-mobile--stack .ee-filters .ee-filters__item{-ms-flex-positive:0;flex-grow:0}.ee-breadcrumbs-align-mobile-stretch .ee-breadcrumbs>li,.ee-button-group-mobile-halign-justify .ee-button-group>li,.ee-button-group-mobile-valign-stretch .ee-button-group>li,.ee-filters-align-mobile-justify .ee-filters .ee-filters__item{-ms-flex-positive:1;flex-grow:1}.ee-player__controls__volume{display:none}.ee-breadcrumbs-align-mobile-stretch .ee-breadcrumbs,.ee-button-group-mobile-halign-justify .ee-button-group{-ms-flex-pack:stretch;justify-content:stretch}.ee-google-map-navigation--hide-mobile .ee-google-map__navigation,.ee-switcher-arrows-mobile-hide .ee-switcher__arrows,.ee-switcher-menu-mobile-hide .ee-switcher__nav,.ee-table--responsive .ee-table thead,.ee-timeline-align-mobile--center .ee-timeline .timeline-item__card-wrapper .timeline-item__meta,.ee-timeline-align-mobile--left .ee-timeline .timeline-item__meta-wrapper,.ee-timeline-align-mobile--overlay .ee-timeline .timeline-item__meta-wrapper,.ee-timeline-align-mobile--right .ee-timeline .timeline-item__meta-wrapper{display:none}.ee-button-group .ee-button-wrapper,.ee-switcher-stack-mobile .ee-switcher__media-wrapper{width:100%}.ee-button-group-stack-mobile .ee-button-group{margin-left:0!important;-ms-flex-direction:column;flex-direction:column}.ee-button-group-stack-mobile .ee-button-group>li{margin-left:0!important}.ee-button-group-stack-mobile.ee-button-group-gap-default .ee-button-group,.ee-button-group-stack-mobile.ee-button-group-gap-default .ee-button-group>li,.ee-button-group-stack-mobile.ee-button-group-gap-extended .ee-button-group,.ee-button-group-stack-mobile.ee-button-group-gap-extended .ee-button-group>li,.ee-button-group-stack-mobile.ee-button-group-gap-narrow .ee-button-group,.ee-button-group-stack-mobile.ee-button-group-gap-narrow .ee-button-group>li,.ee-button-group-stack-mobile.ee-button-group-gap-wide .ee-button-group,.ee-button-group-stack-mobile.ee-button-group-gap-wide .ee-button-group>li,.ee-button-group-stack-mobile.ee-button-group-gap-wider .ee-button-group,.ee-button-group-stack-mobile.ee-button-group-gap-wider .ee-button-group>li{margin-left:0}.ee-button-group-stack-mobile.ee-button-group-gap-narrow .ee-button-group>li:not(:last-child){margin-bottom:6px}.ee-button-group-stack-mobile.ee-button-group-gap-default .ee-button-group>li:not(:last-child){margin-bottom:12px}.ee-button-group-stack-mobile.ee-button-group-gap-extended .ee-button-group>li:not(:last-child){margin-bottom:24px}.ee-button-group-stack-mobile.ee-button-group-gap-wide .ee-button-group>li:not(:last-child){margin-bottom:48px}.ee-button-group-stack-mobile.ee-button-group-gap-wider .ee-button-group>li:not(:last-child){margin-bottom:144px}.ee-gallery-slider--stack-mobile .ee-gallery-slider .ee-gallery-slider__gallery,.ee-gallery-slider--stack-mobile .ee-gallery-slider .ee-gallery-slider__preview,.ee-u-1\/1\@mobile,.ee-u-2\/2\@mobile,.ee-u-3\/3\@mobile,.ee-u-4\/4\@mobile,.ee-u-5\/5\@mobile,.ee-u-6\/6\@mobile{width:100%!important}.ee-timeline-mobile-animate .ee-timeline .timeline-item__card,.ee-timeline-mobile-animate .ee-timeline .timeline-item__meta{visibility:hidden}.ee-timeline-mobile-animate .ee-timeline .timeline-item.bounce-in .timeline-item__card,.ee-timeline-mobile-animate .ee-timeline .timeline-item.bounce-in .timeline-item__meta{visibility:visible}.ee-timeline-mobile-animate .ee-timeline .timeline-item.bounce-in .timeline-item__card,.ee-timeline-mobile-animate .ee-timeline .timeline-item:nth-child(even).bounce-in .timeline-item__meta{animation:1s cd-bounce-odd}.ee-timeline-mobile-animate .ee-timeline .timeline-item.bounce-in .timeline-item__meta,.ee-timeline-mobile-animate .ee-timeline .timeline-item:nth-child(even).bounce-in .timeline-item__card{animation:1s cd-bounce-even}.ee-timeline-align-mobile--center .ee-timeline .timeline-item__card__arrow:after{border-left-color:#f7f7f7;border-right-color:#f7f7f7}.ee-timeline-align-mobile--center .ee-timeline .timeline-item__point{-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-order:1;order:1}.ee-timeline-align-mobile--center .ee-timeline .timeline-item__meta-wrapper{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-order:0;order:0}.ee-timeline-align-mobile--center .ee-timeline .timeline-item__card-wrapper{-ms-flex-order:2;order:2;padding-right:10px}.ee-timeline-align-mobile--center .ee-timeline .timeline-item__card-wrapper,.ee-timeline-align-mobile--center .ee-timeline .timeline-item__meta-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%}.ee-timeline-align-mobile--center .ee-timeline .timeline-item__meta{margin-left:10px}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow{right:-10px}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow:after{border-left-width:10px;border-left-style:solid}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__meta{text-align:right}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__meta-wrapper{-ms-flex-direction:initial;flex-direction:initial;-ms-flex-pack:start;justify-content:flex-start}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__meta{margin-right:10px}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card-wrapper{padding-right:0;padding-left:10px}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card__arrow{left:-10px}.ee-timeline-align-mobile--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card__arrow:after{border-right-width:10px;border-right-style:solid}.ee-timeline-align-mobile--overlay .ee-timeline .timeline-item{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.ee-timeline-align-mobile--overlay .ee-timeline .timeline-item__meta,.ee-timeline-align-mobile--overlay .ee-timeline .timeline-item__point{margin-bottom:12px}.ee-timeline-align-mobile--overlay .ee-timeline .timeline-item__meta{visibility:visible!important;animation:none!important}.ee-timeline-align-mobile--left .ee-timeline .ee-timeline__line{left:0;margin-left:20px}.ee-timeline-align-mobile--left .ee-timeline .timeline-item__point,.ee-toggle-element--stack-mobile .ee-toggle-element__controls>li{margin-left:0!important}.ee-timeline-align-mobile--left .ee-timeline .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ee-timeline-align-mobile--left .ee-timeline .timeline-item__card-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1;margin-left:10px}.ee-timeline-align-mobile--left .ee-timeline .timeline-item__card__arrow{left:-10px}.ee-timeline-align-mobile--left .ee-timeline .timeline-item__card__arrow:after{border-right:10px solid #f7f7f7}.ee-timeline-align-mobile--left .ee-timeline .timeline-item__meta{visibility:visible!important;animation:none!important;margin-bottom:12px}.ee-timeline-align-mobile--right .ee-timeline .ee-timeline__line{left:auto;right:0;margin-right:20px;transform:translateX(50%)}.ee-timeline-align-mobile--right .ee-timeline .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end}.ee-timeline-align-mobile--right .ee-timeline .timeline-item__point{-ms-flex-order:2;order:2;margin-right:0!important}.ee-timeline-align-mobile--right .ee-timeline .timeline-item__meta{-ms-flex-order:1;order:1;visibility:visible!important;animation:none!important;margin-bottom:12px}.ee-timeline-align-mobile--right .ee-timeline .timeline-item__card-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1;margin-right:10px}.ee-timeline-align-mobile--right .ee-timeline .timeline-item__card__arrow{right:-10px}.ee-timeline-align-mobile--right .ee-timeline .timeline-item__card__arrow:after{border-left:10px solid #f7f7f7}.ee-timeline-cards-align-mobile--middle .ee-timeline .timeline-item__card__arrow{position:absolute;top:50%;transform:translateY(-50%)}.ee-timeline-cards-align-mobile--bottom .ee-timeline .timeline-item{-ms-flex-align:end;align-items:flex-end}.ee-timeline-cards-align-mobile--bottom .ee-timeline .timeline-item__card__arrow{top:auto;bottom:0}.ee-breadcrumbs-align-mobile-stretch .ee-breadcrumbs>.ee-breadcrumbs__separator{-ms-flex-positive:0;flex-grow:0;text-align:center}.ee-trigger-mobile-align--center .ee-button-wrapper{-ms-flex-pack:center;justify-content:center}.ee-trigger-mobile-align--right .ee-button-wrapper{-ms-flex-pack:end;justify-content:flex-end}.ee-trigger-mobile-align--justify .ee-button{-ms-flex-positive:1;flex-grow:1}.ee-table--responsive .ee-table tr td:before,.ee-table--responsive .ee-table tr td>*,.ee-table--responsive .ee-table tr th:before,.ee-table--responsive .ee-table tr th>*{-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;-ms-flex-positive:1;flex-grow:1}.ee-table--responsive .ee-table tr td[data-title]:before,.ee-table--responsive .ee-table tr th[data-title]:before{content:attr(data-title);position:relative;padding:12px}body.elementor-msie .ee-table__cell{max-width:1px}.ee-table-mobile-header--hide .ee-table__cell[data-title]:before{content:none!important}.ee-table--responsive.ee-table-mobile-header--column .ee-table__cell[data-title]:before,.ee-table--responsive.ee-table-mobile-header--column .ee-table__cell[data-title]>*{-ms-flex-preferred-size:100%;flex-basis:100%;width:auto}.ee-labels-align-mobile--center .ee-toggle-element .ee-toggle-element__controls{-ms-flex-pack:center;justify-content:center}.ee-labels-align-mobile--end .ee-toggle-element .ee-toggle-element__controls{-ms-flex-pack:end;justify-content:flex-end}.ee-labels-align-mobile--stretch .ee-toggle-element .ee-toggle-element__controls__item{-ms-flex-positive:1;flex-grow:1}.ee-labels-align-stacked-mobile--center .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:center;align-items:center}.ee-labels-align-stacked-mobile--end .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:end;align-items:flex-end}.ee-labels-align-stacked-mobile--stretch .ee-toggle-element .ee-toggle-element__controls{-ms-flex-align:stretch;align-items:stretch}.ee-toggle-element--stack-mobile .ee-toggle-element__controls{margin-left:0!important;-ms-flex-direction:column;flex-direction:column}.ee-google-map-navigation-mobile--top-left .ee-google-map__navigation{top:0;left:0;bottom:auto;right:auto}.ee-google-map-navigation-mobile--top-right .ee-google-map__navigation{top:0;right:0;bottom:auto;left:auto}.ee-google-map-navigation-mobile--bottom-right .ee-google-map__navigation{bottom:0;right:0;top:auto;left:auto}.ee-google-map-navigation-mobile--bottom-left .ee-google-map__navigation{bottom:0;left:0;top:auto;right:auto}.ee-switcher-stack-mobile .ee-switcher__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.ee-switcher-menu-mobile-align--left .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:start;align-items:flex-start}.ee-switcher-menu-mobile-align--center .ee-switcher__nav{-ms-flex-pack:center;justify-content:center}.ee-switcher-menu-mobile-align--center .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:center;align-items:center}.ee-switcher-menu-mobile-align--right .ee-switcher__nav{-ms-flex-pack:end;justify-content:flex-end}.ee-switcher-menu-mobile-align--right .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:end;align-items:flex-end}.ee-switcher-menu-mobile-align--justify .ee-switcher__nav{-ms-flex-align:stretch;align-items:stretch}.ee-switcher-menu-mobile-align--justify .ee-switcher__nav__item{-ms-flex-positive:1;flex-grow:1}.ee-search-form-fields-wrap--mobile .ee-search-form__fields{-ms-flex:1;flex:1}.ee-search-form-fields-wrap--mobile .ee-search-form__container,.ee-search-form-fields-wrap--mobile .ee-search-form__fields{-ms-flex-direction:column;flex-direction:column}.ee-search-form-fields-wrap--mobile .ee-search-form__submit{width:auto}.ee-search-form-fields-wrap--mobile.ee-search-form-spacing--collapse .ee-search-form__container .ee-form__field:not(:first-child){border-left:0;border-top:1px solid #eceeef}.ee-u-1\/2\@mobile,.ee-u-2\/4\@mobile,.ee-u-3\/6\@mobile{width:50%!important}.ee-u-1\/3\@mobile,.ee-u-2\/6\@mobile{width:33.33333%!important}.ee-u-2\/3\@mobile,.ee-u-4\/6\@mobile{width:66.66667%!important}.ee-u-1\/4\@mobile{width:25%!important}.ee-u-3\/4\@mobile{width:75%!important}.ee-u-1\/5\@mobile{width:20%!important}.ee-u-2\/5\@mobile{width:40%!important}.ee-u-3\/5\@mobile{width:60%!important}.ee-u-4\/5\@mobile{width:80%!important}.ee-u-1\/6\@mobile{width:16.66667%!important}.ee-u-5\/6\@mobile{width:83.33333%!important}}@media (max-width:479px){.ee-player__controls__bar{padding:6px}}@media (min-width:768px) and (max-width:1024px){.ee-timeline-align-tablet--center .ee-timeline .ee-timeline__line,.ee-timeline-align-tablet--overlay .ee-timeline .ee-timeline__line{left:50%}.ee-timeline-align-tablet--left .ee-timeline .timeline-item__meta,.ee-timeline-align-tablet--right .ee-timeline .timeline-item__meta{animation:none!important;margin-bottom:12px;visibility:visible!important}.ee-switcher-arrows-tablet-hide .ee-switcher__arrows,.ee-switcher-menu-tablet-hide .ee-switcher__nav,.ee-timeline-align-tablet--center .ee-timeline .timeline-item__card-wrapper .timeline-item__meta,.ee-timeline-align-tablet--left .ee-timeline .timeline-item__meta-wrapper,.ee-timeline-align-tablet--overlay .ee-timeline .timeline-item__meta-wrapper,.ee-timeline-align-tablet--right .ee-timeline .timeline-item__meta-wrapper{display:none}.ee-grid-columns-tablet-1 .ee-grid__item{width:calc(100% / 1)}.ee-grid-columns-tablet-1.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(2n){width:calc(100% / 1 * 2)}.ee-grid-columns-tablet-2 .ee-grid__item{width:calc(100% / 2)}.ee-grid-columns-tablet-2.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(4n){width:calc(100% / 2 * 2)}.ee-grid-columns-tablet-3 .ee-grid__item{width:calc(100% / 3)}.ee-grid-columns-tablet-3.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(6n){width:calc(100% / 3 * 2)}.ee-grid-columns-tablet-4 .ee-grid__item{width:calc(100% / 4)}.ee-grid-columns-tablet-4.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(8n){width:calc(100% / 4 * 2)}.ee-grid-columns-tablet-5 .ee-grid__item{width:calc(100% / 5)}.ee-grid-columns-tablet-5.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(10n){width:calc(100% / 5 * 2)}.ee-grid-columns-tablet-6 .ee-grid__item{width:calc(100% / 6)}.ee-grid-columns-tablet-6.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(12n){width:calc(100% / 6 * 2)}.ee-grid-columns-tablet-7 .ee-grid__item{width:calc(100% / 7)}.ee-grid-columns-tablet-7.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(14n){width:calc(100% / 7 * 2)}.ee-grid-columns-tablet-8 .ee-grid__item{width:calc(100% / 8)}.ee-grid-columns-tablet-8.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(16n){width:calc(100% / 8 * 2)}.ee-grid-columns-tablet-9 .ee-grid__item{width:calc(100% / 9)}.ee-grid-columns-tablet-9.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(18n){width:calc(100% / 9 * 2)}.ee-grid-columns-tablet-10 .ee-grid__item{width:calc(100% / 10)}.ee-grid-columns-tablet-10.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(20n){width:calc(100% / 10 * 2)}.ee-grid-columns-tablet-11 .ee-grid__item{width:calc(100% / 11)}.ee-grid-columns-tablet-11.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(22n){width:calc(100% / 11 * 2)}.ee-grid-columns-tablet-12 .ee-grid__item{width:calc(100% / 12)}.ee-grid-columns-tablet-12.ee-grid-masonry-layout--mixed .ee-grid__item:nth-child(24n){width:calc(100% / 12 * 2)}.ee-gallery-overflow-tablet--yes .ee-gallery-wrapper{overflow:hidden}.ee-filters-tablet--stack .ee-filters{-ms-flex-direction:column;flex-direction:column}.ee-filters-tablet--stack .ee-filters .ee-filters__item{-ms-flex-positive:0;flex-grow:0}.ee-timeline-tablet-animate .ee-timeline .timeline-item__card,.ee-timeline-tablet-animate .ee-timeline .timeline-item__meta{visibility:hidden}.ee-timeline-tablet-animate .ee-timeline .timeline-item.bounce-in .timeline-item__card,.ee-timeline-tablet-animate .ee-timeline .timeline-item.bounce-in .timeline-item__meta{visibility:visible}.ee-timeline-tablet-animate .ee-timeline .timeline-item.bounce-in .timeline-item__card,.ee-timeline-tablet-animate .ee-timeline .timeline-item:nth-child(even).bounce-in .timeline-item__meta{animation:1s cd-bounce-odd}.ee-timeline-tablet-animate .ee-timeline .timeline-item.bounce-in .timeline-item__meta,.ee-timeline-tablet-animate .ee-timeline .timeline-item:nth-child(even).bounce-in .timeline-item__card{animation:1s cd-bounce-even}.ee-timeline-align-tablet--center .ee-timeline .timeline-item__card__arrow:after{border-left-color:#f7f7f7;border-right-color:#f7f7f7}.ee-timeline-align-tablet--center .ee-timeline .timeline-item__point{-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-order:1;order:1}.ee-timeline-align-tablet--center .ee-timeline .timeline-item__meta-wrapper{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-order:0;order:0}.ee-timeline-align-tablet--center .ee-timeline .timeline-item__card-wrapper{-ms-flex-order:2;order:2;padding-right:10px}.ee-timeline-align-tablet--center .ee-timeline .timeline-item__card-wrapper,.ee-timeline-align-tablet--center .ee-timeline .timeline-item__meta-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%}.ee-timeline-align-tablet--center .ee-timeline .timeline-item__meta{margin-left:10px}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow{right:-10px}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__card__arrow:after{border-left-width:10px;border-left-style:solid}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(odd) .timeline-item__meta{text-align:right}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(even){-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__meta-wrapper{-ms-flex-direction:initial;flex-direction:initial;-ms-flex-pack:start;justify-content:flex-start}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__meta{margin-right:10px}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card-wrapper{padding-right:0;padding-left:10px}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card__arrow{left:-10px}.ee-timeline-align-tablet--center .ee-timeline .timeline-item:nth-child(even) .timeline-item__card__arrow:after{border-right-width:10px;border-right-style:solid}.ee-timeline-align-tablet--overlay .ee-timeline .timeline-item{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.ee-timeline-align-tablet--overlay .ee-timeline .timeline-item__meta,.ee-timeline-align-tablet--overlay .ee-timeline .timeline-item__point{margin-bottom:12px}.ee-timeline-align-tablet--overlay .ee-timeline .timeline-item__meta{visibility:visible!important;animation:none!important}.ee-switcher-menu-tablet-align--left .ee-switcher__nav,.ee-timeline-align-tablet--left .ee-timeline{-ms-flex-pack:start;justify-content:flex-start}.ee-timeline-align-tablet--left .ee-timeline .ee-timeline__line{left:0;margin-left:20px}.ee-timeline-align-tablet--left .ee-timeline .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ee-timeline-align-tablet--left .ee-timeline .timeline-item__point{margin-left:0!important}.ee-timeline-align-tablet--left .ee-timeline .timeline-item__card-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1;margin-left:10px}.ee-timeline-align-tablet--left .ee-timeline .timeline-item__card__arrow{left:-10px}.ee-timeline-align-tablet--left .ee-timeline .timeline-item__card__arrow:after{border-right:10px solid #f7f7f7}.ee-timeline-align-tablet--right .ee-timeline .ee-timeline__line{left:auto;right:0;margin-right:20px;transform:translateX(50%)}.ee-timeline-align-tablet--right .ee-timeline .timeline-item{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:end;justify-content:flex-end}.ee-timeline-align-tablet--right .ee-timeline .timeline-item__point{-ms-flex-order:2;order:2;margin-right:0!important}.ee-timeline-align-tablet--right .ee-timeline .timeline-item__meta{-ms-flex-order:1;order:1}.ee-timeline-align-tablet--right .ee-timeline .timeline-item__card-wrapper{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1;margin-right:10px}.ee-timeline-align-tablet--right .ee-timeline .timeline-item__card__arrow{right:-10px}.ee-timeline-align-tablet--right .ee-timeline .timeline-item__card__arrow:after{border-left:10px solid #f7f7f7}.ee-timeline-cards-align-tablet--middle .ee-timeline .timeline-item{-ms-flex-align:center;align-items:center}.ee-timeline-cards-align-tablet--middle .ee-timeline .timeline-item__card__arrow{position:absolute;top:50%;transform:translateY(-50%)}.ee-timeline-cards-align-tablet--bottom .ee-timeline .timeline-item{-ms-flex-align:end;align-items:flex-end}.ee-timeline-cards-align-tablet--bottom .ee-timeline .timeline-item__card__arrow{top:auto;bottom:0}.ee-switcher-menu-tablet-align--left .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:start;align-items:flex-start}.ee-switcher-menu-tablet-align--center .ee-switcher__nav{-ms-flex-pack:center;justify-content:center}.ee-switcher-menu-tablet-align--center .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:center;align-items:center}.ee-switcher-menu-tablet-align--right .ee-switcher__nav{-ms-flex-pack:end;justify-content:flex-end}.ee-switcher-menu-tablet-align--right .ee-switcher__nav.ee-nav--stacked{-ms-flex-align:end;align-items:flex-end}.ee-switcher-menu-tablet-align--justify .ee-switcher__nav{-ms-flex-align:stretch;align-items:stretch}.ee-switcher-menu-tablet-align--justify .ee-switcher__nav__item{-ms-flex-positive:1;flex-grow:1}}@media print{[canvas],body.ee-offcanvas--closing [canvas],body.ee-offcanvas--open [canvas],body.ee-offcanvas--opening [canvas]{transform:translate(0,0)!important}[off-canvas]{display:none!important}}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:200;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-e3fbe374.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:200;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-453a1a73.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:200;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-f2d49092.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:300;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-e3fbe374.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:300;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-453a1a73.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:300;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-f2d49092.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:400;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-e3fbe374.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:400;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-453a1a73.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:400;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-f2d49092.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:500;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-e3fbe374.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:500;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-453a1a73.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:500;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-f2d49092.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:600;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-e3fbe374.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:600;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-453a1a73.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:600;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-f2d49092.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:700;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-e3fbe374.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:700;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-453a1a73.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:700;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-f2d49092.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:800;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-e3fbe374.woff2) format('woff2');unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:800;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-453a1a73.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:'Assistant';font-style:normal;font-weight:800;src:url(https://www.behira.co.il/wp-content/uploads/elementor/google-fonts/fonts/assistant-f2d49092.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@keyframes wc-skeleton-shimmer{to{transform:translateX(-100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-left:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-right:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-right:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:right;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";right:0;opacity:.5;position:absolute;left:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{right:0;overflow:hidden;padding-top:1.5em;position:absolute;left:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";right:0;position:absolute;left:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;right:auto;padding:.25em .75em;position:absolute;left:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;left:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(-100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-left:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-left:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 24px 0 0;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:left;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px auto 0 0!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(-180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(-180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}