@charset "UTF-8";.pl-checkbox{width:100%;display:inline-flex;align-items:flex-start;margin:0}.pl-checkbox__label{display:flex;align-items:flex-start;cursor:pointer;font-size:11px;line-height:1.2em;color:#fff;position:relative;padding-left:35px}.pl-checkbox__input{position:absolute;left:0;opacity:0}.pl-checkbox__input:checked+.pl-checkbox__custom{background-color:#071743;border-color:#071743}.pl-checkbox__input:checked+.pl-checkbox__custom:after{content:"";display:flex;align-items:center;justify-content:center;position:absolute;left:8px;top:4px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.pl-checkbox__input.pl-input--error+.pl-checkbox__custom,.pl-checkbox__input.pl-field--error+.pl-checkbox__custom{border:1px solid #FF0000}.pl-checkbox__custom{width:24px;height:24px;background-color:#fff;border-radius:8px;transition:all .3s ease;position:absolute;left:0;top:0;border:1px solid #D6D8D9}.pl-checkbox__custom:hover{background:#d6d8d9}.pl-checkbox__content{display:block;padding-top:4px;max-height:18px;overflow:hidden;transition:.3s all ease-in-out;color:#727272;text-align:left;font-weight:300}.pl-checkbox__content.active{max-height:1000px!important}.pl-checkbox--privacy-policy .pl-checkbox__content{max-height:unset}.pl-checkbox--information .pl-checkbox__content{max-height:30px}.pl-checkbox-container{display:flex;flex-direction:column}.pl-checkbox-container__box{width:100%;min-height:24px}.pl-checkbox-container__expand-button{border:none;background:none;font-size:11px;font-weight:700;color:#727272;align-self:flex-end;cursor:pointer}.pl-checkbox-container .pl-field-box__validation{padding-left:35px}.pl-field-box{display:flex;flex-direction:column;position:relative;width:100%}.pl-field-box__placeholder{display:none}.pl-field-box__validation{color:#000;display:inline-flex;align-items:center;gap:4px;font-size:14px;line-height:1.2em;margin-top:4px}.pl-field-box__validation svg{position:relative;top:-2px;min-width:12px}.pl-field-box__information{color:#000;font-size:14px;line-height:1.2em;margin-bottom:6px}.pl-field-box__required{color:red}.pl-field-box.active .pl-field-box__placeholder{display:inline-block;position:absolute;left:12px;top:7px;font-size:11px;line-height:1;color:gray;z-index:10}@media screen and (min-width: 768px){.pl-field-box.active .pl-field-box__placeholder{left:16px}}.pl-field-box.active .pl-input:not([type=submit]):not([type=checkbox]),.pl-field-box.active .pl-field:not([type=submit]):not([type=checkbox]),.pl-field-box.active select:not([type=submit]):not([type=checkbox]){padding:14px 28px 1px 12px}@media screen and (min-width: 768px){.pl-field-box.active .pl-input:not([type=submit]):not([type=checkbox]),.pl-field-box.active .pl-field:not([type=submit]):not([type=checkbox]),.pl-field-box.active select:not([type=submit]):not([type=checkbox]){padding:14px 28px 1px 16px}}select:not([type=submit]):not([type=checkbox]),input:not([type=submit]):not([type=checkbox]),.pl-input:not([type=submit]):not([type=checkbox]),.pl-field:not([type=submit]):not([type=checkbox]){display:flex;align-items:center;padding:11px 30px 11px 12px;width:100%;min-height:46px;font-size:15px;line-height:1.3em;color:#727272;border:1px solid #D6D8D9;border-radius:5px;font-family:Josefin Sans,sans-serif;transition:padding .15s ease-in-out,border-color .3s ease-in-out;margin:0}@media screen and (min-width: 768px){select:not([type=submit]):not([type=checkbox]),input:not([type=submit]):not([type=checkbox]),.pl-input:not([type=submit]):not([type=checkbox]),.pl-field:not([type=submit]):not([type=checkbox]){padding:11px 30px 11px 16px}}select:not([type=submit]):not([type=checkbox]):hover,input:not([type=submit]):not([type=checkbox]):hover,.pl-input:not([type=submit]):not([type=checkbox]):hover,.pl-field:not([type=submit]):not([type=checkbox]):hover{border-color:#252525}select:not([type=submit]):not([type=checkbox]):focus,input:not([type=submit]):not([type=checkbox]):focus,.pl-input:not([type=submit]):not([type=checkbox]):focus,.pl-field:not([type=submit]):not([type=checkbox]):focus{border-color:#0e73b6}select:not([type=submit]):not([type=checkbox])::placeholder,input:not([type=submit]):not([type=checkbox])::placeholder,.pl-input:not([type=submit]):not([type=checkbox])::placeholder,.pl-field:not([type=submit]):not([type=checkbox])::placeholder{font-size:16px;color:#5e5e5e}select:not([type=submit]):not([type=checkbox]):invalid,select.pl-field:not([type=submit]):not([type=checkbox]):invalid{color:#5e5e5e}select.pl-field:not([type=submit]):not([type=checkbox]):focus{color:#252525}input[type=submit]:disabled,button:disabled,.pl-input:disabled,.pl-field:disabled{background:#adadad;color:gray;border-color:gray;cursor:not-allowed}.pl-input,.pl-field{cursor:text}.pl-input:not([type=submit]):not([type=checkbox]).pl-input--error,.pl-input:not([type=submit]):not([type=checkbox]).pl-field--error,.pl-field:not([type=submit]):not([type=checkbox]).pl-input--error,.pl-field:not([type=submit]):not([type=checkbox]).pl-field--error{border:2px solid #FF0000}.pl-input:not([type=submit]):not([type=checkbox]).pl-input--success,.pl-input:not([type=submit]):not([type=checkbox]).pl-field--success,.pl-field:not([type=submit]):not([type=checkbox]).pl-input--success,.pl-field:not([type=submit]):not([type=checkbox]).pl-field--success{border:2px solid #00CA43}.pl-input:not([type=submit]):not([type=checkbox]).pl-input--area-code,.pl-input:not([type=submit]):not([type=checkbox]).pl-field--area-code,.pl-field:not([type=submit]):not([type=checkbox]).pl-input--area-code,.pl-field:not([type=submit]):not([type=checkbox]).pl-field--area-code{width:82px;padding:20px 10px;color:#d6d8d9}.pl-input__password-box,.pl-field__password-box{position:relative}.pl-input__password-box.active .pl-input__eye,.pl-input__password-box.active .pl-field__eye,.pl-field__password-box.active .pl-input__eye,.pl-field__password-box.active .pl-field__eye{display:none}.pl-input__password-box.active .pl-input__closed-eye,.pl-input__password-box.active .pl-field__closed-eye,.pl-field__password-box.active .pl-input__closed-eye,.pl-field__password-box.active .pl-field__closed-eye{display:block}.pl-input__closed-eye,.pl-field__closed-eye{display:none}.pl-input__toggle-password,.pl-field__toggle-password{position:absolute;right:10px;top:48%;transform:translateY(-50%);background:none;border:none;padding:4px}.pl-field-container{display:grid;gap:0 10px;grid-template-columns:auto 1fr;grid-template-rows:auto auto}.pl-field-container .pl-field-box__validation,.pl-field-container .pl-field-box__information{grid-column:1/-1}.pl-select-box{width:100%;position:relative}.pl-select-box:after{content:"▼";display:flex;align-items:center;justify-content:center;width:26px;height:calc(100% - 20px);border-left:1px solid #D6D8D9;font-size:9px;color:#727272;position:absolute;right:0;top:50%;transform:translateY(-50%);pointer-events:none}.pl-select-box__select{display:flex;align-items:center;width:100%;min-height:50px;padding:0 37px 0 11px;font-size:15px;background:#fafafa;border:1px solid #D6D8D9;border-radius:5px;color:#727272;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pl-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;justify-content:center;align-items:center;z-index:99999999999;padding:20px}.pl-modal__close-button{display:flex;align-items:center;justify-content:center;font-size:60px;line-height:35px;padding:6px;color:#fff;cursor:pointer;position:absolute;top:20px;right:20px;background:none;border:none;z-index:50}@media screen and (min-width: 768px){.pl-modal__close-button{top:32px;right:32px}}.pl-modal__content{position:relative;color:#fff}.pl-modal__content a{color:#fff;text-decoration:underline}.pl-modal__content a:hover,.pl-modal__content a:focus{text-decoration:none}.pl-message{width:100%;max-width:383px;padding:38px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(169deg,#f20,#ea6500);border-radius:12px;font-size:16px;text-align:center;border:1px solid #FF0000}.pl-message__label{display:inline-flex;align-items:center;justify-content:center;padding:8px 17px;border:1px solid white;border-radius:6px;font-size:20px;font-weight:700}.pl-message__text{line-height:1.2em}.pl-message--success{background:linear-gradient(169deg,#138c00,#00ca43);border:1px solid #00CA43}.pl-credited-med-course button{font-family:Josefin Sans,sans-serif}.pl-credited-med-course p{color:inherit}.pl-credited-med-course h1,.pl-credited-med-course h2,.pl-credited-med-course h3,.pl-credited-med-course h4,.pl-credited-med-course h5,.pl-credited-med-course h6{font-weight:700}.pl-credited-med-course *{box-sizing:border-box;line-height:1.2em}.mk-header{border-bottom:none;background-color:unset}.mk-header .intro-left{display:none}.mk-header .mk-header-holder .mk-header-inner{border-bottom:none}.mk-header .mk-header-holder .mk-header-toolbar,.mk-post-nav{display:none}header.mk-header{position:absolute;top:0;left:0}header.mk-header .mk-header-bg{background-color:transparent;opacity:0}header.mk-header .mk-grid.header-grid ul.main-navigation-ul>.menu-item:hover .menu-item-link:after,header.mk-header .mk-grid.header-grid ul.main-navigation-ul>.menu-item:focus .menu-item-link:after{background-color:#fff}header.mk-header .mk-grid.header-grid ul.main-navigation-ul>.menu-item>.menu-item-link{color:#fff}header.mk-header .mk-grid.header-grid .mk-desktop-logo.dark-logo{display:none}header.mk-header .mk-grid.header-grid .mk-desktop-logo.light-logo{display:block}header.mk-header.pre-sticky.a-sticky .mk-header-bg{background-color:#fff;opacity:.9}header.mk-header.pre-sticky.a-sticky .mk-grid.header-grid ul.main-navigation-ul>.menu-item:hover .menu-item-link:after,header.mk-header.pre-sticky.a-sticky .mk-grid.header-grid ul.main-navigation-ul>.menu-item:focus .menu-item-link:after{background-color:#0085c2}header.mk-header.pre-sticky.a-sticky .mk-grid.header-grid ul.main-navigation-ul>.menu-item>.menu-item-link{color:#0078bc}header.mk-header.pre-sticky.a-sticky .mk-grid.header-grid .mk-desktop-logo.dark-logo{display:none}header.mk-header.pre-sticky.a-sticky .mk-grid.header-grid .mk-desktop-logo.light-logo{display:none}.header{min-height:529px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:url(/wp-content/themes/jupiter-child/dist/assets/header-DEi0nsPv.jpg) center center no-repeat;background-color:#0e73b6;background-size:cover;padding:0 20px}@media screen and (min-width: 768px){.header{min-height:720px}}.header__title{font-size:48px;line-height:1;font-weight:700;margin:0 0 26px;text-align:center}@media screen and (min-width: 768px){.header__title{font-size:64px}}.header h2.header__subtitle{font-size:30px;font-weight:400;margin:0 0 22px;text-align:center}@media screen and (min-width: 768px){.header h2.header__subtitle{font-size:36px}}.header__search{width:calc(100% - 40px)}.filter-section{padding:0 20px}.filter-section__container{width:100%;max-width:1240px;margin:0 auto;padding:40px 0}@media screen and (min-width: 768px){.filter-section__container{padding:140px 0}}.filter-section__title{font-size:36px;font-weight:700;margin:0 0 40px}@media screen and (min-width: 768px){.filter-section__title{margin:0 0 69px}}.filter-section__filters{margin:0 0 40px}@media screen and (min-width: 768px){.filter-section__filters{margin:0 0 52px}}.filter-section__item{margin:0 0 40px}.filter-section__item:last-child{margin:0}.filter-section__title-item{font-size:20px;font-weight:700;margin:0 0 9px;color:#202244}.filter-section__buttons{display:flex;flex-wrap:wrap;gap:15px 5px}.filter-section__buttons--course-type{overflow-x:auto;flex-wrap:nowrap;padding-bottom:10px}@media screen and (min-width: 768px){.filter-section__buttons--course-type{overflow:visible;flex-wrap:wrap}}.filter-section__button{padding:15px 30px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:44px;background:#ecf5f9;border:1px solid #0064A4;border-radius:10px;color:#0064a4;font-size:14px;line-height:1;font-weight:700;transition:all .3s ease-in-out}@media screen and (min-width: 768px){.filter-section__button{font-size:16px;min-height:48px}}.filter-section__button:hover,.filter-section__button:focus{background:#0064a4;color:#fff}.filter-section__button.active{font-weight:700;background:#0064a4;color:#fff;box-shadow:0 4px 10px #00000040}.filter-section__tiles{display:flex;flex-wrap:wrap}@media screen and (min-width: 585px){.filter-section__tiles{max-width:542px}}@media screen and (min-width: 838px){.filter-section__tiles{max-width:814px}}@media screen and (min-width: 1120px){.filter-section__tiles{max-width:1086px}}.filter-section .tile{display:flex;flex-direction:column;position:relative;opacity:1;min-height:120px;padding:22px 13px 14px;width:100%;max-width:360px;border-radius:10px;overflow:hidden;margin:0 10px 10px 0;background-color:#0e73b6}@media screen and (min-width: 400px){.filter-section .tile{margin:0 10px 10px calc((100% - 360px)/2)}}@media screen and (min-width: 585px){.filter-section .tile{margin:0 10px 10px 0;max-width:262px;min-height:275px;padding:85px 15px 15px;justify-content:space-between;gap:10px}}.filter-section .tile:hover,.filter-section .tile:focus{filter:blur(0)}.filter-section .tile:hover .tile__img,.filter-section .tile:focus .tile__img{filter:blur(0)}.filter-section .tile__img-wrap{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.filter-section .tile__img-wrap:before{content:"";display:block;width:100%;height:100%;background-color:#0e73b6;opacity:.8}.filter-section .tile__img{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-2;object-fit:cover;object-position:center;filter:blur(2px);transition:all .3s ease-in-out;border-radius:10px}.filter-section .tile__img--desktop{display:none}@media (min-width: 585px){.filter-section .tile__img--desktop{display:block}}.filter-section .tile__img--mobile{display:block}@media (min-width: 585px){.filter-section .tile__img--mobile{display:none}}.filter-section .tile__soon-label{position:absolute;left:0;top:0;width:100%;height:18px;display:flex;align-items:center;justify-content:center;background:#202244}@media screen and (min-width: 585px){.filter-section .tile__soon-label{position:absolute;left:0;top:0;width:0;height:0;background:unset;border-top:75px solid #202244;border-right:75px solid transparent}}.filter-section .tile__soon-text{position:relative;top:2px;font-size:11px;font-weight:700;line-height:.9em;color:#fff;text-transform:uppercase}@media screen and (min-width: 585px){.filter-section .tile__soon-text{position:absolute;left:0;top:-51px;transform:rotate(-45deg);font-size:12px}}.filter-section .tile__title{font-size:13px;line-height:1;margin-bottom:4px;font-weight:700;color:#fff;display:flex;align-items:flex-start;flex-grow:1;padding-right:75px;min-height:62px}@media (min-width: 585px){.filter-section .tile__title{min-height:unset;font-size:16px;line-height:1.1em;margin-bottom:0;padding-right:0}}.filter-section .tile__wrap{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:8px}@media (min-width: 585px){.filter-section .tile__wrap{gap:12px}}.filter-section .tile__category{display:flex;align-items:center;font-size:10px;color:#fff}@media (min-width: 585px){.filter-section .tile__category{font-size:20px}}.filter-section .tile__labels{display:flex;gap:8px}@media screen and (min-width: 585px){.filter-section .tile__labels{gap:8px;position:absolute;top:14px;right:14px}}.filter-section .tile__points{display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:4px 8px;background:#fff;border-radius:6px;font-size:10px;color:#202244;min-width:77px}@media screen and (min-width: 585px){.filter-section .tile__points{min-width:unset;border-radius:10px;flex-direction:column;font-size:10px;align-items:flex-start;gap:0;padding:7px 10px}}@media screen and (min-width: 585px){.filter-section .tile__points b{font-size:24px;line-height:1}}.filter-section .tile__price{display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:4px 8px;background:#fff;border-radius:6px;font-size:10px;color:#202244;min-width:77px}@media screen and (min-width: 585px){.filter-section .tile__price{min-width:unset;border-radius:10px;flex-direction:column;font-size:10px;align-items:flex-start;gap:0;padding:7px 10px}}@media screen and (min-width: 585px){.filter-section .tile__price b{font-size:24px;line-height:1}}.filter-section .tile__arrow{position:absolute;display:inline-flex;align-items:center;justify-content:center;top:23px;right:13px;min-width:60px;width:60px;height:60px;background:#fff;border-radius:10px}@media screen and (min-width: 585px){.filter-section .tile__arrow{position:static}}.filter-section .tile__svg{width:30px;height:30px}.pl-credited-med-course .asl_w_container{margin:0 auto}.pl-credited-med-course #ajaxsearchlite1 .probox{border-radius:10px}.pl-credited-med-course #ajaxsearchlite1 .probox .orig::placeholder{font-size:12px}
