:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--sep:20px;--bottom:var(--sep);--s:60px;--h:calc(var(--s)/2);--header:max(50px,var(--s)*1.166667);--vh:100vh;--ch:142;--cs:70%;--cl:49%;--bw:1;--text:hsl(0deg 0% clamp(0%,var(--bw)*1000%,100%)/clamp(70%,var(--bw)*1000%,100%));--hover:hsl(var(--ch) var(--cs) calc(var(--cl) + 20%));--hsl:var(--ch) var(--cs) var(--cl);--color:hsl(var(--hsl));--dark:hsl(var(--ch) var(--cs) calc(var(--cl) - 10%));--bg:hsl(var(--hsl)/4%);--msg:var(--color);color:var(--text);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0);contain:style}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--dark{--msg:var(--dark)}.joinchat--noanim{animation:none}.joinchat--chatbox:not(.joinchat--noanim){transform-origin:0 0;animation-timing-function:ease-in-out}.joinchat--hidden{display:none!important}@supports not (width:clamp(1px,1%,10px)){.joinchat{--text:hsl(0deg 0% calc(var(--bw)*1%)/90%)}}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);width:var(--s);background:#25d366 var(--joinchat-ico) 50%/60% no-repeat;color:inherit;border-radius:50%;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background-color:#128c7e}.joinchat:has(.joinchat__chatbox) .joinchat__button:hover{transition-duration:1.5s}.joinchat__button:active{background-color:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat--chatbox .joinchat__button{display:none}.joinchat__button__ico{position:absolute;inset:0;display:flex;border-radius:50%;overflow:hidden;color:var(--text)!important}.joinchat__button__ico svg{width:var(--ico-size,100%);height:var(--ico-size,100%);margin:calc((100% - var(--ico-size, 1))/2)}.joinchat__button:has(.joinchat__button__ico){background:var(--color);box-shadow:1px 6px 24px 0 hsl(var(--ch) var(--cs) calc(var(--cl) - 10%)/24%)}.joinchat__button:has(.joinchat__button__ico):active,.joinchat__button:has(.joinchat__button__ico):hover{background:var(--hover)}.joinchat__button__image{position:absolute;inset:1px;border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img,.joinchat__button__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--img .joinchat__button__image{opacity:1;animation:none}.joinchat__badge{position:absolute;z-index:2;bottom:calc(var(--s) - 8px);right:4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;color:#fff;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none}.joinchat--left .joinchat__badge{right:auto;left:calc(var(--s) - 8px)}.joinchat__badge.joinchat__badge--in{animation:joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both}.joinchat__badge.joinchat__badge--out{animation:joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both}.joinchat__tooltip{position:absolute;top:calc(var(--h) - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--chatbox .joinchat__tooltip{display:none}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;z-index:2;bottom:calc(var(--s) + 24px);right:8px;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--h) - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:8px;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--h) - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated}.joinchat__chatbox{content-visibility:hidden;contain-intrinsic-size:auto 400px auto 240px;display:flex;flex-direction:column;position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - var(--sep)*2);max-width:400px;max-height:calc(var(--vh) - var(--bottom) - var(--sep));border-radius:calc(var(--h) + 2px);background:#fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));box-shadow:0 2px 6px 0 rgba(0,0,0,.5);text-align:left;overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:opacity 80ms,transform 0s linear 81ms}[dir=rtl] .joinchat__chatbox{text-align:right}.joinchat--chatbox .joinchat__chatbox{content-visibility:visible;opacity:1;transform:scaleX(1);transition:opacity .2s ease-out,transform 0s linear}.joinchat--left .joinchat__chatbox{right:auto;left:0}.joinchat--dark .joinchat__chatbox{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat__header{display:flex;flex-flow:row;align-items:center;position:relative;flex-shrink:0;height:var(--header);padding:0 70px 0 26px;margin:0}[dir=rtl] .joinchat__header{padding:0 26px 0 70px}.joinchat__header span{font-size:19px;font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8}.joinchat__header a{font-size:11px;line-height:18px;color:inherit!important;text-decoration:none!important;fill:currentcolor;opacity:.8}.joinchat__header a svg{display:inline-block;width:auto;height:18px;vertical-align:-30%}.joinchat__header a:active,.joinchat__header a:hover{color:inherit!important;text-decoration:none!important;opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.joinchat__wa{display:block;fill:currentcolor;opacity:.8}.joinchat__close{--size:34px;position:absolute;top:calc(50% - var(--size)/2);right:24px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z'/%3E%3C/svg%3E") 50%/12px no-repeat;cursor:pointer;transition:background-color .3s ease-out}.joinchat__close:hover{background-color:rgba(0,0,0,.6)}.joinchat__close:active{background-color:rgba(0,0,0,.7)}[dir=rtl] .joinchat__close{right:auto;left:24px}.joinchat__scroll{display:flex;flex-direction:column-reverse;overflow:hidden scroll;scroll-behavior:smooth;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.joinchat__scroll::-webkit-scrollbar{width:4px;background:rgb(0 0 0/0)}.joinchat__scroll::-webkit-scrollbar-thumb{border-radius:2px;background:rgb(0 0 0/0)}.joinchat--blur .joinchat__scroll{background:hsl(var(--hsl)/2%);backdrop-filter:blur(10px)}.joinchat__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.joinchat__content{display:flex;flex-direction:column;width:calc(100% + 4px);padding:20px 0 8px}.joinchat__content:after{content:"";display:block;position:absolute;bottom:0;left:0;right:4px;height:calc(var(--s) + 20px);background:#fff linear-gradient(180deg,var(--bg),var(--bg));-webkit-mask-image:linear-gradient(rgb(0 0 0/0),rgb(0 0 0/60%) 25%,rgb(0 0 0/92%) 70%,rgb(0 0 0/100%) 95%,rgb(0 0 0/100%));mask-image:linear-gradient(rgb(0 0 0/0),rgb(0 0 0/60%) 25%,rgb(0 0 0/92%) 70%,rgb(0 0 0/100%) 95%,rgb(0 0 0/100%));pointer-events:none}.joinchat--dark .joinchat__content:after{background-color:#1a1a1a}.joinchat__open{position:sticky;z-index:2;bottom:8px;align-self:flex-end;display:flex;flex-direction:row;min-width:var(--s);height:var(--s);margin:0 8px;background:var(--color);color:inherit;border-radius:var(--h);box-shadow:0 1px 2px 0 rgba(0,0,0,.3);overflow:hidden;cursor:pointer;transition:background-color .2s linear}[dir=rtl] .joinchat__open{align-self:flex-start}.joinchat__open:active,.joinchat__open:hover{background:var(--hover)}.joinchat--left .joinchat__open{align-self:flex-start}[dir=rtl] .joinchat--left .joinchat__open{align-self:flex-end}.joinchat--optout .joinchat__open{background-color:#999;pointer-events:none}.joinchat__open__icon{flex-shrink:0;width:var(--s);height:var(--s);max-width:var(--s);padding:calc(var(--s)*0.18);margin:0;overflow:hidden}[dir=rtl] .joinchat__open__icon{transform:rotateY(180deg)}.joinchat__open__icon path{fill:none!important;stroke:var(--text)!important;stroke-linecap:round;stroke-width:33px;animation:none}.joinchat__open__icon .joinchat__pa{--stroke:1097}.joinchat__open__icon .joinchat__pb{--stroke:1020}.joinchat--chatbox .joinchat__open__icon path{stroke-dasharray:var(--stroke);stroke-dashoffset:var(--stroke);animation:joinchat_send_svg 6s .2s ease-in-out infinite}.joinchat--chatbox .joinchat__open__icon .joinchat__pb{animation-delay:3.2s}.joinchat--optout .joinchat__open__icon path{animation:none}.joinchat--optout .joinchat__open__icon .joinchat__pa{stroke-dasharray:0}.joinchat__open__text{--mw:0;max-width:var(--mw);width:-moz-fit-content;width:fit-content;padding:0;font-weight:600;line-height:var(--s);white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis}.joinchat--chatbox .joinchat__open__text{--mw:min(400px - 16px - var(--s),100vw - 16px - var(--s) - 2*var(--sep));padding:0 4px 0 24px;opacity:1}[dir=rtl] .joinchat__open__text{padding:0 24px 0 4px}.joinchat--chatbox.joinchat--opening .joinchat__open__text{animation:joinchat_open_text .45s ease-out both}@keyframes joinchat_open_text{0%{max-width:0;opacity:0}60%{max-width:var(--mw);opacity:0}to{max-width:var(--mw);opacity:1}}.joinchat__optin{padding:0 16px;margin-bottom:16px;color:#4a4a4a;font-size:13px;line-height:1.33}.joinchat__optin a{display:inline;padding:0;color:inherit!important;text-decoration:underline}.joinchat__optin a:hover{text-decoration-thickness:2px}.joinchat__optin input{position:absolute;visibility:hidden}.joinchat__optin label{position:relative;display:block;margin:0;padding:0 0 0 30px;color:inherit;font:inherit;cursor:pointer}.joinchat__optin label:before{content:"";display:block;position:absolute;top:min(50% - 11px,5px);left:0;width:22px;height:22px;border:3px solid var(--color);border-radius:4px;background:#fff;box-shadow:0 0 0 1px var(--text);transition:box-shadow .3s ease-in-out}.joinchat--dark .joinchat__optin label:before{background:#000}.joinchat__optin label:after{content:"";display:none;position:absolute;top:min(50% - 8px,8px);left:8px;width:6px;height:14px;border:solid var(--text);border-width:0 3px 3px 0;transform:rotate(45deg)}[dir=rtl] .joinchat__optin label{padding:0 30px 0 0}[dir=rtl] .joinchat__optin label:before{left:auto;right:0}[dir=rtl] .joinchat__optin label:after{left:auto;right:8px}.joinchat__optin input:checked+label:before{box-shadow:0 0 0 1px var(--text),inset 0 0 0 10px var(--color)}.joinchat__optin input:checked+label:after{display:block}.joinchat--dark .joinchat__optin{color:#d8d8d8}.joinchat__chat{--peak_l:path("M17 25V0C17 12.877 6.082 14.9 1.031 15.91c-1.559.31-1.179 2.272.004 2.272C9.609 18.182 17 18.088 17 25z");--peak_r:path("M0 25.68V0c0 13.23 10.92 15.3 15.97 16.34 1.56.32 1.18 2.34 0 2.34-8.58 0-15.97-.1-15.97 7Z");--peak:var(--peak_l);display:flex;flex-direction:column;align-items:flex-start;min-height:100px;padding-bottom:10px;transition:height .2s ease-out}[dir=rtl] .joinchat__chat{--peak:var(--peak_r)}.joinchat__bubble{flex-shrink:0;position:relative;min-width:60px;max-width:calc(100% - 52px);min-height:56px;padding:15px 20px;margin:0 26px 16px;border-radius:26px;background:#fff;color:#4a4a4a;word-break:break-word;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transform-origin:0 50%;animation:joinchat_show .22s cubic-bezier(0,0,.58,1.19) 10ms both}[dir=rtl] .joinchat__bubble{transform-origin:100% 50%}.joinchat__bubble:before{content:"";display:block;position:absolute;bottom:18px;left:-15px;width:17px;height:25px;background:inherit;clip-path:var(--peak)}[dir=rtl] .joinchat__bubble:before{left:auto;right:-15px}.joinchat--dark .joinchat__bubble{background:#505050;color:#d8d8d8}.joinchat__bubble.joinchat__bubble--loading{width:70px;border:none;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate id='c' attributeName='cy' begin='0;a.end+0.1s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' begin='c.begin+0.1s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate id='a' attributeName='cy' begin='c.begin+0.2s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3C/svg%3E") 20px 20px no-repeat!important;transform-origin:50%!important;animation:joinchat_show .1s ease-out 10ms both}.joinchat--dark .joinchat__bubble.joinchat__bubble--loading{filter:invert(.5)}.joinchat__bubble.joinchat__bubble--note{min-height:0;padding:0;background:none!important;font-size:13px;line-height:1.33;filter:none;animation:none}.joinchat__bubble.joinchat__bubble--media{padding:5px}.joinchat__bubble.joinchat__bubble--loading:before,.joinchat__bubble.joinchat__bubble--note:before{content:none}.joinchat__bubble a{color:var(--msg)!important;font-size:1em;text-decoration:underline}.joinchat__bubble a:active,.joinchat__bubble a:hover{color:var(--hover)!important;border-color:var(--hover)}.joinchat__bubble a.joinchat__btn{display:inline-block;min-height:46px;max-width:100%;padding:10px 20px;margin:5px 0;border:3px solid var(--msg);border-radius:23px;line-height:20px;text-align:center;text-decoration:none!important;overflow:hidden;text-overflow:ellipsis}.joinchat__bubble a.joinchat__btn+.joinchat__bubble a.joinchat__btn{margin-top:-5px}.joinchat__bubble img,.joinchat__bubble video{max-width:100%;height:auto;margin:.2em 0;border-radius:4px;box-shadow:0 1px 5px rgb(0 0 0/10%)}.joinchat__bubble .joinchat--inline{display:inline-block;margin:-10px 0;border-radius:0;box-shadow:none;vertical-align:middle}.joinchat__bubble--media .joinchat--inline,.joinchat__bubble--media img,.joinchat__bubble--media video{display:block;margin:0;border-radius:21px;box-shadow:none}.joinchat__bubble code{padding:2px 5px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.joinchat__bubble hr{width:100%!important;height:0!important;padding:0!important;border:none!important;border-top:2px solid var(--msg)!important;margin:10px 0!important}.joinchat__bubble hr+br{display:none}.joinchat__header{anchor-name:--joinchat-header}.joinchat__powered{position:absolute;position-anchor:--joinchat-header;position-area:bottom left;left:-75px;top:75px;width:130px;height:20px;background:#fff;color:#0009!important;border-radius:4px 4px 0 0;font-size:11px;line-height:20px;text-align:center;text-decoration:none!important;transition:color .2s ease-out;box-shadow:0 2px 6px 0 #0003;transform:rotate(-90deg);opacity:0}@supports not (position-anchor:--x){.joinchat__powered{display:none}}.joinchat--chatbox .joinchat__powered{opacity:1;transition:opacity .2s ease-out}.joinchat__powered span{font-weight:600}.joinchat__powered:active,.joinchat__powered:hover{color:#000!important;text-decoration:none!important}.joinchat--left .joinchat__powered{position-area:bottom right;left:auto;right:-75px;transform:rotate(90deg)}.joinchat--dark .joinchat__powered{background:#ddd!important}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_badge_out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes joinchat_send_svg{0%,50%,to{stroke-dashoffset:var(--stroke)}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--sep:6px;--header:max(50px,var(--s)*0.9166667)}.joinchat__header__text{font-size:17px}.joinchat__close{--size:28px}.joinchat__bubble{max-width:calc(100% - 40px);padding:16px;margin:0 20px 10px;line-height:24px}.joinchat:has(.joinchat__powered) .joinchat__content{padding-top:40px}.joinchat--left .joinchat__powered,.joinchat--right .joinchat__powered{position-area:bottom center;z-index:2;top:0;left:0;right:0;transform:none;border-radius:0 0 4px 4px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover~.joinchat__qr,.joinchat--chatbox:has(.joinchat__open:hover) .joinchat__qr{display:flex}}@media (prefers-color-scheme:dark){.joinchat--dark-auto{--msg:var(--dark)}.joinchat--dark-auto .joinchat__chatbox{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat--dark-auto .joinchat__content:after{background-color:#1a1a1a}.joinchat--dark-auto .joinchat__optin label:before{background:#000}.joinchat--dark-auto .joinchat__optin{color:#d8d8d8}.joinchat--dark-auto .joinchat__bubble{background:#505050;color:#d8d8d8}.joinchat--dark-auto .joinchat__bubble.joinchat__bubble--loading{filter:invert(.5)}.joinchat--dark-auto .joinchat__powered{background:#ddd!important}}@media (prefers-reduced-motion){.joinchat,.joinchat__open__icon path{animation:none}.joinchat__open__icon .joinchat__pa{stroke-dasharray:0}.joinchat--chatbox.joinchat--opening .joinchat__open__text{animation:none}.joinchat__bubble{animation:none!important}}a.bdt-link-muted,.bdt-link-muted a,.bdt-link-toggle .bdt-link-muted{color:#999}a.bdt-link-muted:hover,.bdt-link-muted a:hover,.bdt-link-toggle:hover .bdt-link-muted{color:#666}a.bdt-link-text,.bdt-link-text a,.bdt-link-toggle .bdt-link-text{color:inherit}a.bdt-link-text:hover,.bdt-link-text a:hover,.bdt-link-toggle:hover .bdt-link-text{color:#999}a.bdt-link-heading,.bdt-link-heading a,.bdt-link-toggle .bdt-link-heading{color:inherit}a.bdt-link-heading:hover,.bdt-link-heading a:hover,.bdt-link-toggle:hover .bdt-link-heading{color:#1e87f0;text-decoration:none}a.bdt-link-reset,.bdt-link-reset a{color:inherit !important;text-decoration:none !important}.bdt-link-toggle{color:inherit !important;text-decoration:none !important}[class*="bdt-divider"]{border:none;margin-bottom:20px}*+[class*="bdt-divider"]{margin-top:20px}.bdt-divider-icon{position:relative;height:20px;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28214,%20214,%20214,%200.49%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");background-repeat:no-repeat;background-position:50% 50%}.bdt-divider-icon::before,.bdt-divider-icon::after{content:"";position:absolute;top:50%;max-width:calc(50% - (50px / 2));border-bottom:1px solid rgba(214,214,214,0.49)}.bdt-divider-icon::before{right:calc(50% + (50px / 2));width:100%}.bdt-divider-icon::after{left:calc(50% + (50px / 2));width:100%}.bdt-divider-small{line-height:0}.bdt-divider-small::after{content:"";display:inline-block;width:100px;max-width:100%;border-top:1px solid rgba(214,214,214,0.49);vertical-align:top}.bdt-divider-vertical{width:max-content;height:100px;margin-left:auto;margin-right:auto;border-left:1px solid rgba(214,214,214,0.49)}.bdt-list{padding:0;list-style:none}.bdt-list>*{break-inside:avoid-column}.bdt-list>*>:last-child{margin-bottom:0}.bdt-list>:nth-child(n+2),.bdt-list>*>ul{margin-top:10px}.bdt-list-disc>*,.bdt-list-circle>*,.bdt-list-square>*,.bdt-list-decimal>*,.bdt-list-hyphen>*{padding-left:30px}.bdt-list-decimal{counter-reset:decimal}.bdt-list-decimal>*{counter-increment:decimal}.bdt-list-disc>::before,.bdt-list-circle>::before,.bdt-list-square>::before,.bdt-list-decimal>::before,.bdt-list-hyphen>::before{content:"";position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;display:list-item;list-style-position:inside;text-align:right}.bdt-list-disc>::before{list-style-type:disc}.bdt-list-circle>::before{list-style-type:circle}.bdt-list-square>::before{list-style-type:square}.bdt-list-decimal>::before{content:counter(decimal, decimal) '\200A.\00A0'}.bdt-list-hyphen>::before{content:'–\00A0\00A0'}.bdt-list-muted>::before{color:#999 !important}.bdt-list-emphasis>::before{color:#333 !important}.bdt-list-primary>::before{color:#1e87f0 !important}.bdt-list-secondary>::before{color:#222 !important}.bdt-list-bullet>*{padding-left:30px}.bdt-list-bullet>::before{content:"";display:list-item;position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50% 50%}.bdt-list-divider>:nth-child(n+2){margin-top:10px;padding-top:10px;border-top:1px solid rgba(214,214,214,0.49)}.bdt-list-striped>*{padding:10px 10px}.bdt-list-striped>:nth-of-type(odd){background:#f8f8f8}.bdt-list-striped>:nth-child(n+2){margin-top:0}.bdt-list-large>:nth-child(n+2),.bdt-list-large>*>ul{margin-top:20px}.bdt-list-collapse>:nth-child(n+2),.bdt-list-collapse>*>ul{margin-top:0}.bdt-list-large.bdt-list-divider>:nth-child(n+2){margin-top:20px;padding-top:20px}.bdt-list-collapse.bdt-list-divider>:nth-child(n+2){margin-top:0;padding-top:0}.bdt-list-large.bdt-list-striped>*{padding:20px 10px}.bdt-list-collapse.bdt-list-striped>*{padding-top:0;padding-bottom:0}.bdt-list-large.bdt-list-striped>:nth-child(n+2),.bdt-list-collapse.bdt-list-striped>:nth-child(n+2){margin-top:0}.bdt-description-list>dt{color:#333}.bdt-description-list>dt:nth-child(n+2){margin-top:20px}.bdt-description-list-divider>dt:nth-child(n+2){margin-top:20px;padding-top:20px;border-top:1px solid rgba(214,214,214,0.49)}.bdt-table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px}*+.bdt-table{margin-top:20px}.bdt-table th{padding:16px 12px;text-align:left;vertical-align:bottom;font-size:16px;font-weight:bold;color:#666}.bdt-table td{padding:16px 12px;vertical-align:top}.bdt-table td>:last-child{margin-bottom:0}.bdt-table tfoot{font-size:.875rem}.bdt-table caption{font-size:.875rem;text-align:left;color:#999}.bdt-table-middle,.bdt-table-middle td{vertical-align:middle !important}.bdt-table-divider>tr:not(:first-child),.bdt-table-divider>:not(:first-child)>tr,.bdt-table-divider>:first-child>tr:not(:first-child){border-top:1px solid rgba(214,214,214,0.49)}.bdt-table-striped>tr:nth-of-type(odd),.bdt-table-striped tbody tr:nth-of-type(odd){background:#f8f8f8}.bdt-table-hover>tr:hover,.bdt-table-hover tbody tr:hover{background:#ffd}.bdt-table>tr.bdt-active,.bdt-table tbody tr.bdt-active{background:#ffd}.bdt-table-small th,.bdt-table-small td{padding:10px 12px}.bdt-table-large th,.bdt-table-large td{padding:22px 12px}.bdt-table-justify th:first-child,.bdt-table-justify td:first-child{padding-left:0}.bdt-table-justify th:last-child,.bdt-table-justify td:last-child{padding-right:0}.bdt-table-shrink{width:1px}.bdt-table-expand{min-width:150px}.bdt-table-link{padding:0 !important}.bdt-table-link>a{display:block;padding:16px 12px}.bdt-table-small .bdt-table-link>a{padding:10px 12px}@media (max-width:959px){.bdt-table-responsive,.bdt-table-responsive tbody,.bdt-table-responsive th,.bdt-table-responsive td,.bdt-table-responsive tr{display:block}.bdt-table-responsive thead{display:none}.bdt-table-responsive th,.bdt-table-responsive td{width:auto !important;max-width:none !important;min-width:0 !important;overflow:visible !important;white-space:normal !important}.bdt-table-responsive th:not(:first-child):not(.bdt-table-link),.bdt-table-responsive td:not(:first-child):not(.bdt-table-link),.bdt-table-responsive .bdt-table-link:not(:first-child)>a{padding-top:5px !important}.bdt-table-responsive th:not(:last-child):not(.bdt-table-link),.bdt-table-responsive td:not(:last-child):not(.bdt-table-link),.bdt-table-responsive .bdt-table-link:not(:last-child)>a{padding-bottom:5px !important}.bdt-table-justify.bdt-table-responsive th,.bdt-table-justify.bdt-table-responsive td{padding-left:0;padding-right:0}}.bdt-icon{margin:0;border:none;border-radius:0;overflow:visible;font:inherit;color:inherit;text-transform:none;padding:0;background-color:transparent;display:inline-block;fill:currentcolor;line-height:0}button.bdt-icon:not(:disabled){cursor:pointer}.bdt-icon::-moz-focus-inner{border:0;padding:0}.bdt-icon:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve){fill:currentcolor}.bdt-icon:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve){stroke:currentcolor}.bdt-icon>*{transform:translate(0, 0)}.bdt-icon-image{width:20px;height:20px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;object-fit:scale-down;max-width:none}.bdt-icon-link{color:#999;text-decoration:none !important}.bdt-icon-link:hover{color:#666}.bdt-icon-link:active,.bdt-active>.bdt-icon-link{color:#595959}.bdt-icon-button{box-sizing:border-box;width:36px;height:36px;border-radius:500px;background:#f8f8f8;color:#999;vertical-align:middle;display:inline-flex;justify-content:center;align-items:center}.bdt-icon-button:hover{background-color:#ebebeb;color:#666}.bdt-icon-button:active,.bdt-active>.bdt-icon-button{background-color:#dfdfdf;color:#666}.bdt-range{-webkit-appearance:none;box-sizing:border-box;margin:0;vertical-align:middle;max-width:100%;width:100%;background:transparent}.bdt-range:focus{outline:none}.bdt-range::-moz-focus-outer{border:none}.bdt-range:not(:disabled)::-webkit-slider-thumb{cursor:pointer}.bdt-range:not(:disabled)::-moz-range-thumb{cursor:pointer}.bdt-range::-webkit-slider-runnable-track{height:3px;background:#ebebeb}.bdt-range:focus::-webkit-slider-runnable-track,.bdt-range:active::-webkit-slider-runnable-track{background:#dedede}.bdt-range::-moz-range-track{height:3px;background:#ebebeb}.bdt-range:focus::-moz-range-track{background:#dedede}.bdt-range::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-7px;height:15px;width:15px;border-radius:500px;background:#666}.bdt-range::-moz-range-thumb{border:none;height:15px;width:15px;margin-top:-7px;border-radius:500px;background:#666}.bdt-input,.bdt-select,.bdt-textarea,.bdt-radio,.bdt-checkbox{box-sizing:border-box;margin:0;border-radius:0;font:inherit}.bdt-input{overflow:visible}.bdt-select{text-transform:none}.bdt-select optgroup{font:inherit;font-weight:bold}.bdt-textarea{overflow:auto}.bdt-input[type="search"]::-webkit-search-cancel-button,.bdt-input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.bdt-input[type="number"]::-webkit-inner-spin-button,.bdt-input[type="number"]::-webkit-outer-spin-button{height:auto}.bdt-input::-moz-placeholder,.bdt-textarea::-moz-placeholder{opacity:1}.bdt-radio:not(:disabled),.bdt-checkbox:not(:disabled){cursor:pointer}.bdt-fieldset{border:none;margin:0;padding:0;min-width:0}.bdt-input,.bdt-textarea{-webkit-appearance:none}.bdt-input,.bdt-select,.bdt-textarea{max-width:100%;width:100%;border:0 none;padding:0 10px;background:#f8f8f8;color:#666;border-radius:3px}.bdt-input,.bdt-select:not([multiple]):not([size]){height:40px;vertical-align:middle;display:inline-block}.bdt-input:not(input),.bdt-select:not(select){line-height:40px}.bdt-select[multiple],.bdt-select[size],.bdt-textarea{padding-top:6px;padding-bottom:6px;vertical-align:top}.bdt-select[multiple],.bdt-select[size]{resize:vertical}.bdt-input:focus,.bdt-select:focus,.bdt-textarea:focus{outline:none;background-color:#ebebeb;color:#666}.bdt-input:disabled,.bdt-select:disabled,.bdt-textarea:disabled{background-color:#f8f8f8;color:#999}.bdt-input::placeholder{color:#999}.bdt-textarea::placeholder{color:#999}.bdt-form-small{font-size:.875rem}.bdt-form-small:not(textarea):not([multiple]):not([size]){height:30px;padding-left:8px;padding-right:8px}textarea.bdt-form-small,[multiple].bdt-form-small,[size].bdt-form-small{padding:5px 8px}.bdt-form-small:not(select):not(input):not(textarea){line-height:30px}.bdt-form-large{font-size:1.25rem}.bdt-form-large:not(textarea):not([multiple]):not([size]){height:55px;padding-left:12px;padding-right:12px}textarea.bdt-form-large,[multiple].bdt-form-large,[size].bdt-form-large{padding:7px 12px}.bdt-form-large:not(select):not(input):not(textarea){line-height:55px}.bdt-form-danger,.bdt-form-danger:focus{color:#f0506e}.bdt-form-success,.bdt-form-success:focus{color:#32d296}.bdt-form-blank{background:none}input.bdt-form-width-xsmall{width:50px}select.bdt-form-width-xsmall{width:75px}.bdt-form-width-small{width:130px}.bdt-form-width-medium{width:200px}.bdt-form-width-large{width:500px}.bdt-select:not([multiple]):not([size]){-webkit-appearance:none;-moz-appearance:none;padding-right:20px;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");background-repeat:no-repeat;background-position:100% 50%}.bdt-select:not([multiple]):not([size]) option{color:#666}.bdt-select:not([multiple]):not([size]):disabled{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.bdt-input[list]{padding-right:20px;background-repeat:no-repeat;background-position:100% 50%}.bdt-input[list]:hover,.bdt-input[list]:focus{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.bdt-input[list]::-webkit-calendar-picker-indicator{display:none !important}.bdt-radio,.bdt-checkbox{display:inline-block;height:16px;width:16px;overflow:hidden;margin-top:-4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;background-color:#ebebeb;background-repeat:no-repeat;background-position:50% 50%}.bdt-radio{border-radius:50%}.bdt-radio:focus,.bdt-checkbox:focus{background-color:#dedede;outline:none}.bdt-radio:checked,.bdt-checkbox:checked,.bdt-checkbox:indeterminate{background-color:#1e87f0}.bdt-radio:checked:focus,.bdt-checkbox:checked:focus,.bdt-checkbox:indeterminate:focus{background-color:#0e6dcd}.bdt-radio:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")}.bdt-checkbox:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.bdt-checkbox:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")}.bdt-radio:disabled,.bdt-checkbox:disabled{background-color:#f8f8f8}.bdt-radio:disabled:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")}.bdt-checkbox:disabled:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")}.bdt-checkbox:disabled:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")}.bdt-legend{width:100%;color:inherit;padding:0;font-size:1.5rem;line-height:1.4}.bdt-form-custom{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.bdt-form-custom select,.bdt-form-custom input[type="file"]{position:absolute;top:0;z-index:1;width:100%;height:100%;left:0;-webkit-appearance:none;opacity:0;cursor:pointer}.bdt-form-custom input[type="file"]{font-size:500px;overflow:hidden}.bdt-form-stacked .bdt-form-label{display:block;margin-bottom:10px}@media (max-width:959px){.bdt-form-horizontal .bdt-form-label{display:block;margin-bottom:10px}}@media (min-width:960px){.bdt-form-horizontal .bdt-form-label{width:200px;margin-top:7px;float:left}.bdt-form-horizontal .bdt-form-controls{margin-left:215px}.bdt-form-horizontal .bdt-form-controls-text{padding-top:7px}}.bdt-form-icon{position:absolute;top:0;bottom:0;left:0;width:40px;display:inline-flex;justify-content:center;align-items:center;color:#999}.bdt-form-icon:hover{color:#666}.bdt-form-icon:not(a):not(button):not(input){pointer-events:none}.bdt-form-icon:not(.bdt-form-icon-flip)~.bdt-input{padding-left:40px !important}.bdt-form-icon-flip{right:0;left:auto}.bdt-form-icon-flip~.bdt-input{padding-right:40px !important}.bdt-button{margin:0;border:none;overflow:visible;font:inherit;color:inherit;text-transform:none;-webkit-appearance:none;border-radius:0;display:inline-block;box-sizing:border-box;padding:0 30px;vertical-align:middle;font-size:16px;line-height:40px;text-align:center;text-decoration:none;border-radius:3px}.bdt-button:not(:disabled){cursor:pointer}.bdt-button::-moz-focus-inner{border:0;padding:0}.bdt-button:hover{text-decoration:none}.bdt-button-default{background-color:#f8f8f8;color:#333}.bdt-button-default:hover{background-color:#ebebeb;color:#333}.bdt-button-default:active,.bdt-button-default.bdt-active{background-color:#dfdfdf;color:#333}.bdt-button-primary{background-color:#1e87f0;color:#fff}.bdt-button-primary:hover{background-color:#0f7ae5;color:#fff}.bdt-button-primary:active,.bdt-button-primary.bdt-active{background-color:#0e6dcd;color:#fff}.bdt-button-secondary{background-color:#222;color:#fff}.bdt-button-secondary:hover{background-color:#151515;color:#fff}.bdt-button-secondary:active,.bdt-button-secondary.bdt-active{background-color:#080808;color:#fff}.bdt-button-danger{background-color:#f0506e;color:#fff}.bdt-button-danger:hover{background-color:#ee395b;color:#fff}.bdt-button-danger:active,.bdt-button-danger.bdt-active{background-color:#ec2147;color:#fff}.bdt-button-default:disabled,.bdt-button-primary:disabled,.bdt-button-secondary:disabled,.bdt-button-danger:disabled{background-color:#f8f8f8;color:#999}.bdt-button-small{padding:0 15px;line-height:30px;font-size:.875rem}.bdt-button-large{padding:0 40px;line-height:55px;font-size:1.25rem}.bdt-button-text{padding:0;line-height:1.5;background:none;color:#333}.bdt-button-text:hover{color:#999}.bdt-button-text:disabled{color:#999}.bdt-button-link{padding:0;line-height:1.5;background:none;color:#333}.bdt-button-link:hover{color:#999;text-decoration:none}.bdt-button-link:disabled{color:#999;text-decoration:none}.bdt-button-group{display:inline-flex;vertical-align:middle;position:relative}.bdt-progress{vertical-align:baseline;display:block;width:100%;border:0;background-color:#f8f8f8;margin-bottom:20px;height:15px}*+.bdt-progress{margin-top:20px}.bdt-progress::-webkit-progress-bar{background-color:transparent}.bdt-progress::-webkit-progress-value{background-color:#1e87f0;transition:width .6s ease}.bdt-progress::-moz-progress-bar{background-color:#1e87f0;transition:width .6s ease}.bdt-section{display:flow-root;box-sizing:border-box;padding-top:40px;padding-bottom:40px}@media (min-width:960px){.bdt-section{padding-top:70px;padding-bottom:70px}}.bdt-section>:last-child{margin-bottom:0}.bdt-section-xsmall{padding-top:20px;padding-bottom:20px}.bdt-section-small{padding-top:40px;padding-bottom:40px}.bdt-section-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.bdt-section-large{padding-top:140px;padding-bottom:140px}}.bdt-section-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.bdt-section-xlarge{padding-top:210px;padding-bottom:210px}}.bdt-section-default{--bdt-inverse:dark;background:#fff}.bdt-section-muted{--bdt-inverse:dark;background:#f8f8f8}.bdt-section-primary{--bdt-inverse:light;background:#1e87f0}.bdt-section-secondary{--bdt-inverse:light;background:#222}.bdt-container{display:flow-root;box-sizing:content-box;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:640px){.bdt-container{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-container{padding-left:40px;padding-right:40px}}.bdt-container>:last-child{margin-bottom:0}.bdt-container .bdt-container{padding-left:0;padding-right:0}.bdt-container-xsmall{max-width:750px}.bdt-container-small{max-width:900px}.bdt-container-large{max-width:1400px}.bdt-container-xlarge{max-width:1600px}.bdt-container-expand{max-width:none}.bdt-container-expand-left{margin-left:0}.bdt-container-expand-right{margin-right:0}@media (min-width:640px){.bdt-container-expand-left.bdt-container-xsmall,.bdt-container-expand-right.bdt-container-xsmall{max-width:calc(50% + (750px / 2) - 30px)}.bdt-container-expand-left.bdt-container-small,.bdt-container-expand-right.bdt-container-small{max-width:calc(50% + (900px / 2) - 30px)}}@media (min-width:960px){.bdt-container-expand-left,.bdt-container-expand-right{max-width:calc(50% + (1200px / 2) - 40px)}.bdt-container-expand-left.bdt-container-xsmall,.bdt-container-expand-right.bdt-container-xsmall{max-width:calc(50% + (750px / 2) - 40px)}.bdt-container-expand-left.bdt-container-small,.bdt-container-expand-right.bdt-container-small{max-width:calc(50% + (900px / 2) - 40px)}.bdt-container-expand-left.bdt-container-large,.bdt-container-expand-right.bdt-container-large{max-width:calc(50% + (1400px / 2) - 40px)}.bdt-container-expand-left.bdt-container-xlarge,.bdt-container-expand-right.bdt-container-xlarge{max-width:calc(50% + (1600px / 2) - 40px)}}.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 15px)}.bdt-container-item-padding-remove-left{margin-left:-15px}.bdt-container-item-padding-remove-right{margin-right:-15px}@media (min-width:640px){.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 30px)}.bdt-container-item-padding-remove-left{margin-left:-30px}.bdt-container-item-padding-remove-right{margin-right:-30px}}@media (min-width:960px){.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 40px)}.bdt-container-item-padding-remove-left{margin-left:-40px}.bdt-container-item-padding-remove-right{margin-right:-40px}}.bdt-tile{display:flow-root;position:relative;box-sizing:border-box;padding-left:15px;padding-right:15px;padding-top:40px;padding-bottom:40px}@media (min-width:640px){.bdt-tile{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-tile{padding-left:40px;padding-right:40px;padding-top:70px;padding-bottom:70px}}.bdt-tile>:last-child{margin-bottom:0}.bdt-tile-xsmall{padding-top:20px;padding-bottom:20px}.bdt-tile-small{padding-top:40px;padding-bottom:40px}.bdt-tile-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.bdt-tile-large{padding-top:140px;padding-bottom:140px}}.bdt-tile-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.bdt-tile-xlarge{padding-top:210px;padding-bottom:210px}}.bdt-tile-default{--bdt-inverse:dark;background-color:#fff}.bdt-tile-muted{--bdt-inverse:dark;background-color:#f8f8f8}.bdt-tile-primary{--bdt-inverse:light;background-color:#1e87f0}.bdt-tile-secondary{--bdt-inverse:light;background-color:#222}.bdt-card{position:relative;box-sizing:border-box}.bdt-card-body{display:flow-root;padding:30px 30px}.bdt-card-header{display:flow-root;padding:15px 30px}.bdt-card-footer{display:flow-root;padding:15px 30px}@media (min-width:1200px){.bdt-card-body{padding:40px 40px}.bdt-card-header{padding:20px 40px}.bdt-card-footer{padding:20px 40px}}.bdt-card-body>:last-child,.bdt-card-header>:last-child,.bdt-card-footer>:last-child{margin-bottom:0}.bdt-card-title{font-size:1.5rem;line-height:1.4}.bdt-card-badge{position:absolute;top:15px;right:15px;z-index:1;height:22px;padding:0 10px;background:#1e87f0;color:#fff;font-size:.875rem;display:flex;justify-content:center;align-items:center;line-height:0}.bdt-card-badge:first-child+*{margin-top:0}.bdt-card-hover:not(.bdt-card-default):not(.bdt-card-primary):not(.bdt-card-secondary):hover{background-color:#f8f8f8}.bdt-card-default{--bdt-inverse:dark;background-color:#f8f8f8;color:#666}.bdt-card-default .bdt-card-title{color:#333}.bdt-card-default.bdt-card-hover:hover{background-color:#ebebeb}.bdt-card-primary{--bdt-inverse:light;background-color:#1e87f0;color:#fff}.bdt-card-primary .bdt-card-title{color:#fff}.bdt-card-primary.bdt-card-hover:hover{background-color:#0f7ae5}.bdt-card-secondary{--bdt-inverse:light;background-color:#222;color:#fff}.bdt-card-secondary .bdt-card-title{color:#fff}.bdt-card-secondary.bdt-card-hover:hover{background-color:#151515}.bdt-card-small.bdt-card-body,.bdt-card-small .bdt-card-body{padding:20px 20px}.bdt-card-small .bdt-card-header{padding:13px 20px}.bdt-card-small .bdt-card-footer{padding:13px 20px}@media (min-width:1200px){.bdt-card-large.bdt-card-body,.bdt-card-large .bdt-card-body{padding:70px 70px}.bdt-card-large .bdt-card-header{padding:35px 70px}.bdt-card-large .bdt-card-footer{padding:35px 70px}}.bdt-close{color:#999}.bdt-close:hover{color:#666}.bdt-spinner>*{animation:bdt-spinner-rotate 1.4s linear infinite}@keyframes bdt-spinner-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}.bdt-spinner>*>*{stroke-dasharray:88px;stroke-dashoffset:0;transform-origin:center;animation:bdt-spinner-dash 1.4s ease-in-out infinite;stroke-width:1;stroke-linecap:round}@keyframes bdt-spinner-dash{0%{stroke-dashoffset:88px}50%{stroke-dashoffset:22px;transform:rotate(135deg)}100%{stroke-dashoffset:88px;transform:rotate(450deg)}}.bdt-totop{padding:5px;color:#999}.bdt-totop:hover{color:#666}.bdt-totop:active{color:#333}.bdt-marker{padding:5px;background:#222;color:#fff}.bdt-marker:hover{color:#fff}.bdt-alert{position:relative;margin-bottom:20px;padding:15px 29px 15px 15px;background:#f8f8f8;color:#666}*+.bdt-alert{margin-top:20px}.bdt-alert>:last-child{margin-bottom:0}.bdt-alert-close{position:absolute;top:20px;right:15px}.bdt-alert-close:first-child+*{margin-top:0}.bdt-alert-primary{background:#d8eafc;color:#1e87f0}.bdt-alert-success{background:#edfbf6;color:#32d296}.bdt-alert-warning{background:#fff6ee;color:#faa05a}.bdt-alert-danger{background:#fef4f6;color:#f0506e}.bdt-placeholder{margin-bottom:20px;padding:30px 30px;background:#f8f8f8}*+.bdt-placeholder{margin-top:20px}.bdt-placeholder>:last-child{margin-bottom:0}.bdt-badge{box-sizing:border-box;min-width:18px;height:18px;padding:0 5px;border-radius:500px;vertical-align:middle;background:#1e87f0;color:#fff;font-size:11px;display:inline-flex;justify-content:center;align-items:center;line-height:0}.bdt-badge:hover{text-decoration:none}.bdt-label{display:inline-block;padding:0 10px;background:#1e87f0;line-height:1.5;font-size:.875rem;color:#fff;vertical-align:middle;white-space:nowrap}.bdt-label-success{background-color:#32d296;color:#fff}.bdt-label-warning{background-color:#faa05a;color:#fff}.bdt-label-danger{background-color:#f0506e;color:#fff}.bdt-overlay{padding:30px 30px}.bdt-overlay>:last-child{margin-bottom:0}.bdt-overlay-default{--bdt-inverse:dark;background:rgba(0,0,0,0.5)}.bdt-overlay-primary{--bdt-inverse:light;background:rgba(34,34,34,0.8)}.bdt-article{display:flow-root}.bdt-article>:last-child{margin-bottom:0}.bdt-article+.bdt-article{margin-top:70px}.bdt-article-title{font-size:2.23125rem;line-height:1.2}@media (min-width:960px){.bdt-article-title{font-size:2.625rem}}.bdt-article-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-comment-body{display:flow-root;overflow-wrap:break-word;word-wrap:break-word}.bdt-comment-header{display:flow-root;margin-bottom:20px}.bdt-comment-body>:last-child,.bdt-comment-header>:last-child{margin-bottom:0}.bdt-comment-title{font-size:1.25rem;line-height:1.4}.bdt-comment-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-comment-list{padding:0;list-style:none}.bdt-comment-list>:nth-child(n+2){margin-top:70px}.bdt-comment-list .bdt-comment~ul{margin:70px 0 0 0;padding-left:30px;list-style:none}@media (min-width:960px){.bdt-comment-list .bdt-comment~ul{padding-left:100px}}.bdt-comment-list .bdt-comment~ul>:nth-child(n+2){margin-top:70px}.bdt-search{display:inline-block;position:relative;max-width:100%;margin:0}.bdt-search-input::-webkit-search-cancel-button,.bdt-search-input::-webkit-search-decoration{-webkit-appearance:none}.bdt-search-input::-moz-placeholder{opacity:1}.bdt-search-input{box-sizing:border-box;margin:0;border-radius:0;font:inherit;overflow:visible;-webkit-appearance:none;vertical-align:middle;width:100%;border:none;color:#666}.bdt-search-input:focus{outline:none}.bdt-search-input::placeholder{color:#999}.bdt-search .bdt-search-icon{position:absolute;top:0;bottom:0;left:0;display:inline-flex;justify-content:center;align-items:center;color:#999}.bdt-search .bdt-search-icon:hover{color:#999}.bdt-search .bdt-search-icon:not(a):not(button):not(input){pointer-events:none}.bdt-search .bdt-search-icon-flip{right:0;left:auto}.bdt-search-default{width:240px}.bdt-search-default .bdt-search-input{height:40px;padding-left:10px;padding-right:10px;background:#f8f8f8}.bdt-search-default .bdt-search-input:focus{background-color:#f3f3f3}.bdt-search-default .bdt-search-icon{width:40px}.bdt-search-default:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input{padding-left:40px}.bdt-search-default:has(.bdt-search-icon-flip) .bdt-search-input{padding-right:40px}.bdt-search-navbar{width:240px}.bdt-search-navbar .bdt-search-input{height:40px;padding-left:10px;padding-right:10px;background:#fff}.bdt-search-navbar .bdt-search-input:focus{background-color:#fcfcfc}.bdt-search-navbar .bdt-search-icon{width:40px}.bdt-search-navbar:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input{padding-left:40px}.bdt-search-navbar:has(.bdt-search-icon-flip) .bdt-search-input{padding-right:40px}.bdt-search-medium{width:400px}.bdt-search-medium .bdt-search-input{height:40px;background:transparent;font-size:1.5rem}.bdt-search-medium .bdt-search-icon{width:24px}.bdt-search-medium:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input{padding-left:34px}.bdt-search-medium:has(.bdt-search-icon-flip) .bdt-search-input{padding-right:34px}.bdt-search-large{width:500px}.bdt-search-large .bdt-search-input{height:80px;background:transparent;font-size:2.625rem}.bdt-search-large .bdt-search-icon{width:40px}.bdt-search-large:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input{padding-left:60px}.bdt-search-large:has(.bdt-search-icon-flip) .bdt-search-input{padding-right:60px}.bdt-search-toggle{color:#999}.bdt-search-toggle:hover{color:#666}.bdt-accordion{padding:0;list-style:none}.bdt-accordion>:nth-child(n+2){margin-top:20px}.bdt-accordion-title{display:block;font-size:1.25rem;line-height:1.4;color:#333}.bdt-accordion-title:hover{color:#666;text-decoration:none}.bdt-accordion-content{display:flow-root;margin-top:20px}.bdt-accordion-content>:last-child{margin-bottom:0}.bdt-drop{display:none;position:absolute;z-index:1020;--bdt-position-offset:20px;--bdt-position-viewport-offset:15px;box-sizing:border-box;width:300px}.bdt-drop.bdt-open{display:block}.bdt-drop-stack .bdt-drop-grid>*{width:100% !important}.bdt-drop-parent-icon{margin-left:.25em;transition:transform .3s ease-out}[aria-expanded="true"]>.bdt-drop-parent-icon{transform:rotateX(180deg)}.bdt-dropbar{--bdt-position-offset:0;--bdt-position-shift-offset:0;--bdt-position-viewport-offset:0;--bdt-inverse:dark;width:auto;padding:15px 15px 15px 15px;background:#f8f8f8;color:#666}.bdt-dropbar>:last-child{margin-bottom:0}@media (min-width:640px){.bdt-dropbar{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-dropbar{padding-left:40px;padding-right:40px}}.bdt-dropbar :focus-visible{outline-color:#333 !important}.bdt-dropbar-large{padding-top:40px;padding-bottom:40px}.bdt-dropnav-dropbar{position:absolute;z-index:980;padding:0;left:0;right:0}.bdt-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;overflow-y:auto;padding:15px 15px;background:rgba(0,0,0,0.6);opacity:0;transition:opacity .15s linear}@media (min-width:640px){.bdt-modal{padding:50px 30px}}@media (min-width:960px){.bdt-modal{padding-left:40px;padding-right:40px}}.bdt-modal.bdt-open{opacity:1}.bdt-modal-page{overflow:hidden}.bdt-modal-dialog{position:relative;box-sizing:border-box;margin:0 auto;width:600px;max-width:100% !important;background:#fff;opacity:0;transform:translateY(-100px);transition:.3s linear;transition-property:opacity, transform;border-radius:3px}.bdt-open>.bdt-modal-dialog{opacity:1;transform:translateY(0)}.bdt-modal-container .bdt-modal-dialog{width:1200px}.bdt-modal-full{padding:0;background:none}.bdt-modal-full .bdt-modal-dialog{margin:0;width:100%;max-width:100%;transform:translateY(0)}.bdt-modal-body{display:flow-root;padding:20px 20px}.bdt-modal-header{display:flow-root;padding:10px 20px;background:#f8f8f8}.bdt-modal-footer{display:flow-root;padding:10px 20px;background:#f8f8f8}@media (min-width:640px){.bdt-modal-body{padding:30px 30px}.bdt-modal-header{padding:15px 30px}.bdt-modal-footer{padding:15px 30px}}.bdt-modal-body>:last-child,.bdt-modal-header>:last-child,.bdt-modal-footer>:last-child{margin-bottom:0}.bdt-modal-title{font-size:1.6rem;line-height:1.3;font-weight:400}[class*="bdt-modal-close-"]{position:absolute;z-index:1010;top:10px;right:10px;padding:5px}[class*="bdt-modal-close-"]:first-child+*{margin-top:0}.bdt-modal-close-outside{top:0;right:-5px;transform:translate(0, -100%);color:#fff}.bdt-modal-close-outside:hover{color:#fff}@media (min-width:960px){.bdt-modal-close-outside{right:0;transform:translate(100%, -100%)}}.bdt-slideshow{-webkit-tap-highlight-color:transparent}.bdt-slideshow-items{position:relative;z-index:0;margin:0;padding:0;list-style:none;overflow:hidden;-webkit-touch-callout:none;touch-action:pan-y}.bdt-slideshow-items>*{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;will-change:transform, opacity}.bdt-slideshow-items>:not(.bdt-active){display:none}.bdt-slider{-webkit-tap-highlight-color:transparent}.bdt-slider-container{overflow:hidden;overflow:clip}.bdt-slider-container-offset{margin:-11px -25px -39px -25px;padding:11px 25px 39px 25px}.bdt-slider-items{will-change:transform;position:relative;touch-action:pan-y}.bdt-slider-items:not(.bdt-grid){display:flex;margin:0;padding:0;list-style:none;-webkit-touch-callout:none}.bdt-slider-items.bdt-grid{flex-wrap:nowrap}.bdt-slider-items>*{flex:none !important;box-sizing:border-box;max-width:100%;position:relative}.bdt-sticky{position:relative;z-index:980;box-sizing:border-box}.bdt-sticky-fixed{margin:0 !important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bdt-sticky[class*="bdt-animation-"]{animation-duration:.2s}.bdt-sticky.bdt-animation-reverse{animation-duration:.2s}.bdt-sticky-placeholder{pointer-events:none}.bdt-offcanvas{display:none;position:fixed;top:0;bottom:0;left:0;z-index:1000}.bdt-offcanvas-flip .bdt-offcanvas{right:0;left:auto}.bdt-offcanvas-bar{--bdt-inverse:light;position:absolute;top:0;bottom:0;left:-270px;box-sizing:border-box;width:270px;padding:20px 20px;background:#222;overflow-y:auto}@media (min-width:640px){.bdt-offcanvas-bar{left:-350px;width:350px;padding:30px 30px}}.bdt-offcanvas-flip .bdt-offcanvas-bar{left:auto;right:-270px}@media (min-width:640px){.bdt-offcanvas-flip .bdt-offcanvas-bar{right:-350px}}.bdt-open>.bdt-offcanvas-bar{left:0}.bdt-offcanvas-flip .bdt-open>.bdt-offcanvas-bar{left:auto;right:0}.bdt-offcanvas-bar-animation{transition:left .3s ease-out}.bdt-offcanvas-flip .bdt-offcanvas-bar-animation{transition-property:right}.bdt-offcanvas-reveal{position:absolute;top:0;bottom:0;left:0;width:0;overflow:hidden;transition:width .3s ease-out}.bdt-offcanvas-reveal .bdt-offcanvas-bar{left:0}.bdt-offcanvas-flip .bdt-offcanvas-reveal .bdt-offcanvas-bar{left:auto;right:0}.bdt-open>.bdt-offcanvas-reveal{width:270px}@media (min-width:640px){.bdt-open>.bdt-offcanvas-reveal{width:350px}}.bdt-offcanvas-flip .bdt-offcanvas-reveal{right:0;left:auto}.bdt-offcanvas-close{position:absolute;z-index:1000;top:5px;right:5px;padding:5px}@media (min-width:640px){.bdt-offcanvas-close{top:10px;right:10px}}.bdt-offcanvas-close:first-child+*{margin-top:0}.bdt-offcanvas-overlay{width:100vw;touch-action:none}.bdt-offcanvas-overlay::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.1);opacity:0;transition:opacity .15s linear}.bdt-offcanvas-overlay.bdt-open::before{opacity:1}.bdt-offcanvas-page,.bdt-offcanvas-container{overflow-x:hidden;overflow-x:clip}.bdt-offcanvas-container{position:relative;left:0;transition:left .3s ease-out;box-sizing:border-box;width:100%}:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation{left:270px}.bdt-offcanvas-flip.bdt-offcanvas-container-animation{left:-270px}@media (min-width:640px){:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation{left:350px}.bdt-offcanvas-flip.bdt-offcanvas-container-animation{left:-350px}}.bdt-switcher{margin:0;padding:0;list-style:none}.bdt-switcher>:not(.bdt-active){display:none}.bdt-switcher>*>:last-child{margin-bottom:0}.bdt-leader{overflow:hidden}.bdt-leader-fill::after{display:inline-block;margin-left:15px;width:0;content:attr(data-fill);white-space:nowrap}.bdt-leader-fill.bdt-leader-hide::after{display:none}:root{--bdt-leader-fill-content:.}.bdt-notification{position:fixed;top:10px;left:10px;z-index:1040;box-sizing:border-box;width:450px}.bdt-notification-top-right,.bdt-notification-bottom-right{left:auto;right:10px}.bdt-notification-top-center,.bdt-notification-bottom-center{left:50%;margin-left:-225px}.bdt-notification-bottom-left,.bdt-notification-bottom-right,.bdt-notification-bottom-center{top:auto;bottom:10px}@media (max-width:639px){.bdt-notification{left:10px;right:10px;width:auto;margin:0}}.bdt-notification-message{position:relative;padding:15px;background:#f8f8f8;color:#666;font-size:1.25rem;line-height:1.4;cursor:pointer}*+.bdt-notification-message{margin-top:10px}.bdt-notification-close{display:none;position:absolute;top:20px;right:15px}.bdt-notification-message:hover .bdt-notification-close{display:block}.bdt-notification-message-primary{color:#1e87f0}.bdt-notification-message-success{color:#32d296}.bdt-notification-message-warning{color:#faa05a}.bdt-notification-message-danger{color:#f0506e}.bdt-tooltip{display:none;position:absolute;z-index:1030;--bdt-position-offset:10px;--bdt-position-viewport-offset:10;top:0;box-sizing:border-box;max-width:200px;padding:3px 6px;background:#666;border-radius:2px;color:#fff;font-size:12px}.bdt-tooltip.bdt-active{display:block}.bdt-sortable{position:relative}.bdt-sortable>:last-child{margin-bottom:0}.bdt-sortable-drag{position:fixed !important;z-index:1050 !important;pointer-events:none}.bdt-sortable-placeholder{opacity:0;pointer-events:none}.bdt-sortable-empty{min-height:50px}.bdt-sortable-handle:hover{cursor:move}.bdt-countdown-number{font-variant-numeric:tabular-nums;font-size:2rem;line-height:.8}@media (min-width:640px){.bdt-countdown-number{font-size:4rem}}@media (min-width:960px){.bdt-countdown-number{font-size:6rem}}.bdt-countdown-separator{font-size:1rem;line-height:1.6}@media (min-width:640px){.bdt-countdown-separator{font-size:2rem}}@media (min-width:960px){.bdt-countdown-separator{font-size:3rem}}.bdt-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.bdt-grid>*{margin:0}.bdt-grid>*>:last-child{margin-bottom:0}.bdt-grid{margin-left:-30px}.bdt-grid>*{padding-left:30px}.bdt-grid+.bdt-grid,.bdt-grid>.bdt-grid-margin,*+.bdt-grid-margin{margin-top:30px}@media (min-width:1200px){.bdt-grid{margin-left:-40px}.bdt-grid>*{padding-left:40px}.bdt-grid+.bdt-grid,.bdt-grid>.bdt-grid-margin,*+.bdt-grid-margin{margin-top:40px}}.bdt-grid-small,.bdt-grid-column-small{margin-left:-15px}.bdt-grid-small>*,.bdt-grid-column-small>*{padding-left:15px}.bdt-grid+.bdt-grid-small,.bdt-grid+.bdt-grid-row-small,.bdt-grid-small>.bdt-grid-margin,.bdt-grid-row-small>.bdt-grid-margin,*+.bdt-grid-margin-small{margin-top:15px}.bdt-grid-medium,.bdt-grid-column-medium{margin-left:-30px}.bdt-grid-medium>*,.bdt-grid-column-medium>*{padding-left:30px}.bdt-grid+.bdt-grid-medium,.bdt-grid+.bdt-grid-row-medium,.bdt-grid-medium>.bdt-grid-margin,.bdt-grid-row-medium>.bdt-grid-margin,*+.bdt-grid-margin-medium{margin-top:30px}.bdt-grid-large,.bdt-grid-column-large{margin-left:-40px}.bdt-grid-large>*,.bdt-grid-column-large>*{padding-left:40px}.bdt-grid+.bdt-grid-large,.bdt-grid+.bdt-grid-row-large,.bdt-grid-large>.bdt-grid-margin,.bdt-grid-row-large>.bdt-grid-margin,*+.bdt-grid-margin-large{margin-top:40px}@media (min-width:1200px){.bdt-grid-large,.bdt-grid-column-large{margin-left:-70px}.bdt-grid-large>*,.bdt-grid-column-large>*{padding-left:70px}.bdt-grid+.bdt-grid-large,.bdt-grid+.bdt-grid-row-large,.bdt-grid-large>.bdt-grid-margin,.bdt-grid-row-large>.bdt-grid-margin,*+.bdt-grid-margin-large{margin-top:70px}}.bdt-grid-collapse,.bdt-grid-column-collapse{margin-left:0}.bdt-grid-collapse>*,.bdt-grid-column-collapse>*{padding-left:0}.bdt-grid+.bdt-grid-collapse,.bdt-grid+.bdt-grid-row-collapse,.bdt-grid-collapse>.bdt-grid-margin,.bdt-grid-row-collapse>.bdt-grid-margin{margin-top:0}.bdt-grid-divider>*{position:relative}.bdt-grid-divider>:not(.bdt-first-column)::before{content:"";position:absolute;top:0;bottom:0;border-left:1px solid rgba(214,214,214,0.49)}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(214,214,214,0.49)}.bdt-grid-divider{margin-left:-60px}.bdt-grid-divider>*{padding-left:60px}.bdt-grid-divider>:not(.bdt-first-column)::before{left:30px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin{margin-top:60px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{top:-30px;left:60px}@media (min-width:1200px){.bdt-grid-divider{margin-left:-80px}.bdt-grid-divider>*{padding-left:80px}.bdt-grid-divider>:not(.bdt-first-column)::before{left:40px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin{margin-top:80px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{top:-40px;left:80px}}.bdt-grid-divider.bdt-grid-small,.bdt-grid-divider.bdt-grid-column-small{margin-left:-30px}.bdt-grid-divider.bdt-grid-small>*,.bdt-grid-divider.bdt-grid-column-small>*{padding-left:30px}.bdt-grid-divider.bdt-grid-small>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-small>:not(.bdt-first-column)::before{left:15px}.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin{margin-top:30px}.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin::before{top:-15px;left:30px}.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin::before{top:-15px}.bdt-grid-divider.bdt-grid-column-small.bdt-grid-stack>.bdt-grid-margin::before{left:30px}.bdt-grid-divider.bdt-grid-medium,.bdt-grid-divider.bdt-grid-column-medium{margin-left:-60px}.bdt-grid-divider.bdt-grid-medium>*,.bdt-grid-divider.bdt-grid-column-medium>*{padding-left:60px}.bdt-grid-divider.bdt-grid-medium>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-medium>:not(.bdt-first-column)::before{left:30px}.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin{margin-top:60px}.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin::before{top:-30px;left:60px}.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin::before{top:-30px}.bdt-grid-divider.bdt-grid-column-medium.bdt-grid-stack>.bdt-grid-margin::before{left:60px}.bdt-grid-divider.bdt-grid-large,.bdt-grid-divider.bdt-grid-column-large{margin-left:-80px}.bdt-grid-divider.bdt-grid-large>*,.bdt-grid-divider.bdt-grid-column-large>*{padding-left:80px}.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before{left:40px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin{margin-top:80px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before{top:-40px;left:80px}.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before{top:-40px}.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before{left:80px}@media (min-width:1200px){.bdt-grid-divider.bdt-grid-large,.bdt-grid-divider.bdt-grid-column-large{margin-left:-140px}.bdt-grid-divider.bdt-grid-large>*,.bdt-grid-divider.bdt-grid-column-large>*{padding-left:140px}.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before{left:70px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin{margin-top:140px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before{top:-70px;left:140px}.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before{top:-70px}.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before{left:140px}}.bdt-grid-match>*,.bdt-grid-item-match{display:flex;flex-wrap:wrap}.bdt-grid-match>*>:not([class*="bdt-width"]),.bdt-grid-item-match>:not([class*="bdt-width"]){box-sizing:border-box;width:100%;flex:auto}.bdt-nav,.bdt-nav ul{margin:0;padding:0;list-style:none}.bdt-nav li>a{display:flex;align-items:center;column-gap:.25em;text-decoration:none}.bdt-nav>li>a{padding:5px 0}ul.bdt-nav-sub{padding:5px 0 5px 15px}.bdt-nav-sub ul{padding-left:15px}.bdt-nav-sub a{padding:2px 0}.bdt-nav-parent-icon{margin-left:auto;transition:transform .3s ease-out}.bdt-nav>li.bdt-open>a .bdt-nav-parent-icon{transform:rotateX(180deg)}.bdt-nav-header{padding:5px 0;text-transform:uppercase;font-size:.875rem}.bdt-nav-header:not(:first-child){margin-top:20px}.bdt-nav .bdt-nav-divider{margin:5px 0}.bdt-nav-default{font-size:16px;line-height:1.5}.bdt-nav-default>li>a{color:#999}.bdt-nav-default>li>a:hover{color:#666}.bdt-nav-default>li.bdt-active>a{color:#333}.bdt-nav-default .bdt-nav-subtitle{font-size:.875rem}.bdt-nav-default .bdt-nav-header{color:#333}.bdt-nav-default .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-nav-default .bdt-nav-sub{font-size:16px;line-height:1.5}.bdt-nav-default .bdt-nav-sub a{color:#999}.bdt-nav-default .bdt-nav-sub a:hover{color:#666}.bdt-nav-default .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-primary{font-size:1.5rem;line-height:1.5}.bdt-nav-primary>li>a{color:#999}.bdt-nav-primary>li>a:hover{color:#666}.bdt-nav-primary>li.bdt-active>a{color:#333}.bdt-nav-primary .bdt-nav-subtitle{font-size:1.25rem}.bdt-nav-primary .bdt-nav-header{color:#333}.bdt-nav-primary .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-nav-primary .bdt-nav-sub{font-size:1.25rem;line-height:1.5}.bdt-nav-primary .bdt-nav-sub a{color:#999}.bdt-nav-primary .bdt-nav-sub a:hover{color:#666}.bdt-nav-primary .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-secondary{font-size:16px;line-height:1.5}.bdt-nav-secondary>li>a{color:#333}.bdt-nav-secondary>li>a:hover{color:#333}.bdt-nav-secondary>li.bdt-active>a{color:#333}.bdt-nav-secondary .bdt-nav-subtitle{font-size:.875rem;color:#999}.bdt-nav-secondary>li>a:hover .bdt-nav-subtitle{color:#666}.bdt-nav-secondary>li.bdt-active>a .bdt-nav-subtitle{color:#333}.bdt-nav-secondary .bdt-nav-header{color:#333}.bdt-nav-secondary .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-nav-secondary .bdt-nav-sub{font-size:.875rem;line-height:1.5}.bdt-nav-secondary .bdt-nav-sub a{color:#999}.bdt-nav-secondary .bdt-nav-sub a:hover{color:#666}.bdt-nav-secondary .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-medium{font-size:2.8875rem;line-height:1}.bdt-nav-large{font-size:3.4rem;line-height:1}.bdt-nav-xlarge{font-size:4rem;line-height:1}@media (min-width:960px){.bdt-nav-medium{font-size:3.5rem}.bdt-nav-large{font-size:4rem}.bdt-nav-xlarge{font-size:6rem}}@media (min-width:1200px){.bdt-nav-medium{font-size:4rem}.bdt-nav-large{font-size:6rem}.bdt-nav-xlarge{font-size:8rem}}.bdt-nav-center{text-align:center}.bdt-nav-center li>a{justify-content:center}.bdt-nav-center .bdt-nav-sub,.bdt-nav-center .bdt-nav-sub ul{padding-left:0}.bdt-nav-center .bdt-nav-parent-icon{margin-left:.25em}.bdt-nav.bdt-nav-divider>:not(.bdt-nav-header, .bdt-nav-divider)+:not(.bdt-nav-header, .bdt-nav-divider){margin-top:5px;padding-top:5px;border-top:1px solid rgba(214,214,214,0.49)}.bdt-navbar{display:flex;position:relative}.bdt-navbar-container:not(.bdt-navbar-transparent){background:#f8f8f8}.bdt-navbar-left,.bdt-navbar-right,[class*="bdt-navbar-center"]{display:flex;gap:0;align-items:center}.bdt-navbar-right{margin-left:auto}.bdt-navbar-center:only-child{margin-left:auto;margin-right:auto;position:relative}.bdt-navbar-center:not(:only-child){position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:max-content;box-sizing:border-box;z-index:990}.bdt-navbar-center-left,.bdt-navbar-center-right{position:absolute;top:0}.bdt-navbar-center-left{right:calc(100% + 0px)}.bdt-navbar-center-right{left:calc(100% + 0px)}[class*="bdt-navbar-center-"]{width:max-content;box-sizing:border-box}.bdt-navbar-nav{display:flex;gap:0;margin:0;padding:0;list-style:none}.bdt-navbar-left,.bdt-navbar-right,.bdt-navbar-center:only-child{flex-wrap:wrap}.bdt-navbar-nav>li>a,.bdt-navbar-item,.bdt-navbar-toggle{display:flex;justify-content:center;align-items:center;column-gap:.25em;box-sizing:border-box;min-height:80px;font-size:16px;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";text-decoration:none}.bdt-navbar-nav>li>a{padding:0 15px;color:#999}.bdt-navbar-nav>li:hover>a,.bdt-navbar-nav>li>a[aria-expanded="true"]{color:#666}.bdt-navbar-nav>li>a:active{color:#333}.bdt-navbar-nav>li.bdt-active>a{color:#333}.bdt-navbar-parent-icon{margin-left:4px;transition:transform .3s ease-out}.bdt-navbar-nav>li>a[aria-expanded="true"] .bdt-navbar-parent-icon{transform:rotateX(180deg)}.bdt-navbar-item{padding:0 15px;color:#666}.bdt-navbar-item>:last-child{margin-bottom:0}.bdt-navbar-toggle{padding:0 15px;color:#999}.bdt-navbar-toggle:hover,.bdt-navbar-toggle[aria-expanded="true"]{color:#666;text-decoration:none}.bdt-navbar-subtitle{font-size:.875rem}.bdt-navbar-justify .bdt-navbar-left,.bdt-navbar-justify .bdt-navbar-right,.bdt-navbar-justify .bdt-navbar-nav,.bdt-navbar-justify .bdt-navbar-nav>li,.bdt-navbar-justify .bdt-navbar-item,.bdt-navbar-justify .bdt-navbar-toggle{flex-grow:1}.bdt-navbar-dropdown{--bdt-position-offset:0;--bdt-position-shift-offset:0;--bdt-position-viewport-offset:15px;--bdt-inverse:dark;width:200px;padding:15px;background:#f8f8f8;color:#666}.bdt-navbar-dropdown>:last-child{margin-bottom:0}.bdt-navbar-dropdown :focus-visible{outline-color:#333 !important}.bdt-navbar-dropdown .bdt-drop-grid{margin-left:-30px}.bdt-navbar-dropdown .bdt-drop-grid>*{padding-left:30px}.bdt-navbar-dropdown .bdt-drop-grid>.bdt-grid-margin{margin-top:30px}.bdt-navbar-dropdown-width-2:not(.bdt-drop-stack){width:400px}.bdt-navbar-dropdown-width-3:not(.bdt-drop-stack){width:600px}.bdt-navbar-dropdown-width-4:not(.bdt-drop-stack){width:800px}.bdt-navbar-dropdown-width-5:not(.bdt-drop-stack){width:1000px}.bdt-navbar-dropdown-large{--bdt-position-shift-offset:0;padding:40px}.bdt-navbar-dropdown-dropbar{width:auto;background:transparent;padding:15px 0 15px 0;--bdt-position-offset:0;--bdt-position-shift-offset:0;--bdt-position-viewport-offset:15px}@media (min-width:640px){.bdt-navbar-dropdown-dropbar{--bdt-position-viewport-offset:30px}}@media (min-width:960px){.bdt-navbar-dropdown-dropbar{--bdt-position-viewport-offset:40px}}.bdt-navbar-dropdown-dropbar-large{--bdt-position-shift-offset:0;padding-top:40px;padding-bottom:40px}.bdt-navbar-dropdown-nav>li>a{color:#999}.bdt-navbar-dropdown-nav>li>a:hover{color:#666}.bdt-navbar-dropdown-nav>li.bdt-active>a{color:#333}.bdt-navbar-dropdown-nav .bdt-nav-subtitle{font-size:.875rem}.bdt-navbar-dropdown-nav .bdt-nav-header{color:#333}.bdt-navbar-dropdown-nav .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-navbar-dropdown-nav .bdt-nav-sub a{color:#999}.bdt-navbar-dropdown-nav .bdt-nav-sub a:hover{color:#666}.bdt-navbar-dropdown-nav .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-subnav{display:flex;flex-wrap:wrap;align-items:center;margin-left:-20px;padding:0;list-style:none}.bdt-subnav>*{flex:none;padding-left:20px;position:relative}.bdt-subnav>*>:first-child{display:flex;align-items:center;column-gap:.25em;color:#999}.bdt-subnav>*>a:hover{color:#666;text-decoration:none}.bdt-subnav>.bdt-active>a{color:#333}.bdt-subnav-divider{margin-left:-41px}.bdt-subnav-divider>*{display:flex;align-items:center}.bdt-subnav-divider>::before{content:"";height:1.5em;margin-left:0;margin-right:20px;border-left:1px solid transparent}.bdt-subnav-divider>:nth-child(n+2):not(.bdt-first-column)::before{border-left-color:rgba(214,214,214,0.49)}.bdt-subnav-pill>*>:first-child{padding:5px 10px;background:transparent;color:#999}.bdt-subnav-pill>*>a:hover{background-color:#f8f8f8;color:#666}.bdt-subnav-pill>*>a:active{background-color:#f8f8f8;color:#666}.bdt-subnav-pill>.bdt-active>a{background-color:#1e87f0;color:#fff}.bdt-subnav>.bdt-disabled>a{color:#999}.bdt-breadcrumb{padding:0;list-style:none}.bdt-breadcrumb>*{display:contents}.bdt-breadcrumb>*>*{font-size:.875rem;color:#999}.bdt-breadcrumb>*>:hover{color:#666;text-decoration:none}.bdt-breadcrumb>:last-child>span,.bdt-breadcrumb>:last-child>a:not([href]){color:#666}.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before{content:"/";display:inline-block;margin:0 20px 0 calc(20px - 4px);font-size:.875rem;color:#999}.bdt-pagination{display:flex;flex-wrap:wrap;align-items:center;margin-left:0;padding:0;list-style:none}.bdt-pagination>*{flex:none;padding-left:0;position:relative}.bdt-pagination>*>*{display:flex;align-items:center;column-gap:.25em;padding:5px 10px;color:#999}.bdt-pagination>*>:hover{color:#666;text-decoration:none}.bdt-pagination>.bdt-active>*{color:#666}.bdt-pagination>.bdt-disabled>*{color:#999}.bdt-tab{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none}.bdt-tab>*{flex:none;padding-left:20px;position:relative}.bdt-tab>*>a{display:flex;align-items:center;column-gap:.25em;justify-content:center;padding:10px 15px;color:#999}.bdt-tab>*>a:hover{color:#666;text-decoration:none}.bdt-tab>.bdt-active>a{color:#333}.bdt-tab>.bdt-disabled>a{color:#999}.bdt-tab-left,.bdt-tab-right{flex-direction:column;margin-left:0}.bdt-tab-left>*,.bdt-tab-right>*{padding-left:0}.bdt-tab-left>*>a{justify-content:left}.bdt-tab-right>*>a{justify-content:left}.bdt-slidenav{padding:5px 10px;color:rgba(102,102,102,0.5)}.bdt-slidenav:hover{color:rgba(102,102,102,0.9)}.bdt-slidenav:active{color:rgba(102,102,102,0.5)}.bdt-slidenav-large{padding:10px 10px}.bdt-slidenav-container{display:flex}.bdt-dotnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-12px}.bdt-dotnav>*{flex:none;padding-left:12px}.bdt-dotnav>*>*{display:block;box-sizing:border-box;width:10px;height:10px;border-radius:50%;background:rgba(102,102,102,0.2);text-indent:100%;overflow:hidden;white-space:nowrap}.bdt-dotnav>*>:hover{background-color:rgba(102,102,102,0.6)}.bdt-dotnav>*>:active{background-color:rgba(102,102,102,0.2)}.bdt-dotnav>.bdt-active>*{background-color:rgba(102,102,102,0.6)}.bdt-dotnav-vertical{flex-direction:column;margin-left:0;margin-top:-12px}.bdt-dotnav-vertical>*{padding-left:0;padding-top:12px}.bdt-thumbnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-15px}.bdt-thumbnav>*{padding-left:15px}.bdt-thumbnav>*>*{display:inline-block}.bdt-thumbnav-vertical{flex-direction:column;margin-left:0;margin-top:-15px}.bdt-thumbnav-vertical>*{padding-left:0;padding-top:15px}.bdt-iconnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-10px}.bdt-iconnav>*{padding-left:10px}.bdt-iconnav>*>a{display:flex;align-items:center;column-gap:.25em;line-height:0;color:#999;text-decoration:none}.bdt-iconnav>*>a:hover{color:#666}.bdt-iconnav>.bdt-active>a{color:#666}.bdt-iconnav-vertical{flex-direction:column;margin-left:0;margin-top:-10px}.bdt-iconnav-vertical>*{padding-left:0;padding-top:10px}.bdt-dropdown{--bdt-position-offset:10px;--bdt-position-viewport-offset:15px;--bdt-inverse:dark;width:auto;min-width:200px;padding:15px;background:#f8f8f8;color:#666}.bdt-dropdown>:last-child{margin-bottom:0}.bdt-dropdown :focus-visible{outline-color:#333 !important}.bdt-dropdown-large{padding:40px}.bdt-dropdown-dropbar{width:auto;background:transparent;padding:15px 0 15px 0;--bdt-position-viewport-offset:15px}@media (min-width:640px){.bdt-dropdown-dropbar{--bdt-position-viewport-offset:30px}}@media (min-width:960px){.bdt-dropdown-dropbar{--bdt-position-viewport-offset:40px}}.bdt-dropdown-dropbar-large{padding-top:40px;padding-bottom:40px}.bdt-dropdown-nav>li>a{color:#999}.bdt-dropdown-nav>li>a:hover,.bdt-dropdown-nav>li.bdt-active>a{color:#666}.bdt-dropdown-nav .bdt-nav-subtitle{font-size:.875rem}.bdt-dropdown-nav .bdt-nav-header{color:#333}.bdt-dropdown-nav .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-dropdown-nav .bdt-nav-sub a{color:#999}.bdt-dropdown-nav .bdt-nav-sub a:hover,.bdt-dropdown-nav .bdt-nav-sub li.bdt-active>a{color:#666}.bdt-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;background:#000;opacity:0;transition:opacity .15s linear;touch-action:pinch-zoom}.bdt-lightbox.bdt-open{display:block;opacity:1}.bdt-lightbox :focus-visible{outline-color:rgba(255,255,255,0.7)}.bdt-lightbox-page{overflow:hidden}.bdt-lightbox-items>*{position:absolute;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;color:rgba(255,255,255,0.7);will-change:transform, opacity}.bdt-lightbox-items>*>*{max-width:100vw;max-height:100vh}.bdt-lightbox-items>*>:not(iframe){width:auto;height:auto}.bdt-lightbox-items>.bdt-active{display:flex}.bdt-lightbox-toolbar{padding:10px 10px;background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar>*{color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar-icon{padding:5px;color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar-icon:hover{color:#fff}.bdt-lightbox-button{box-sizing:border-box;width:50px;height:50px;background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7);display:inline-flex;justify-content:center;align-items:center}.bdt-lightbox-button:hover{color:#fff}.bdt-lightbox-caption:empty{display:none}.bdt-lightbox-iframe{width:80%;height:80%}[class*="bdt-animation-"]{animation:.5s ease-out both}.bdt-animation-fade{animation-name:bdt-fade;animation-duration:.8s;animation-timing-function:linear}.bdt-animation-scale-up{animation-name:bdt-fade,bdt-scale-up}.bdt-animation-scale-down{animation-name:bdt-fade,bdt-scale-down}.bdt-animation-slide-top{animation-name:bdt-fade,bdt-slide-top}.bdt-animation-slide-bottom{animation-name:bdt-fade,bdt-slide-bottom}.bdt-animation-slide-left{animation-name:bdt-fade,bdt-slide-left}.bdt-animation-slide-right{animation-name:bdt-fade,bdt-slide-right}.bdt-animation-slide-top-small{animation-name:bdt-fade,bdt-slide-top-small}.bdt-animation-slide-bottom-small{animation-name:bdt-fade,bdt-slide-bottom-small}.bdt-animation-slide-left-small{animation-name:bdt-fade,bdt-slide-left-small}.bdt-animation-slide-right-small{animation-name:bdt-fade,bdt-slide-right-small}.bdt-animation-slide-top-medium{animation-name:bdt-fade,bdt-slide-top-medium}.bdt-animation-slide-bottom-medium{animation-name:bdt-fade,bdt-slide-bottom-medium}.bdt-animation-slide-left-medium{animation-name:bdt-fade,bdt-slide-left-medium}.bdt-animation-slide-right-medium{animation-name:bdt-fade,bdt-slide-right-medium}.bdt-animation-kenburns{animation-name:bdt-kenburns;animation-duration:15s}.bdt-animation-shake{animation-name:bdt-shake}.bdt-animation-stroke{animation-name:bdt-stroke;animation-duration:2s;stroke-dasharray:var(--bdt-animation-stroke)}.bdt-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.bdt-animation-fast{animation-duration:.1s}.bdt-animation-toggle:not(:hover):not(:focus) [class*="bdt-animation-"]{animation-name:none}@keyframes bdt-fade{0%{opacity:0}100%{opacity:1}}@keyframes bdt-scale-up{0%{transform:scale(.9)}100%{transform:scale(1)}}@keyframes bdt-scale-down{0%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes bdt-slide-top{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes bdt-slide-bottom{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes bdt-slide-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes bdt-slide-right{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes bdt-slide-top-small{0%{transform:translateY(-10px)}100%{transform:translateY(0)}}@keyframes bdt-slide-bottom-small{0%{transform:translateY(10px)}100%{transform:translateY(0)}}@keyframes bdt-slide-left-small{0%{transform:translateX(-10px)}100%{transform:translateX(0)}}@keyframes bdt-slide-right-small{0%{transform:translateX(10px)}100%{transform:translateX(0)}}@keyframes bdt-slide-top-medium{0%{transform:translateY(-50px)}100%{transform:translateY(0)}}@keyframes bdt-slide-bottom-medium{0%{transform:translateY(50px)}100%{transform:translateY(0)}}@keyframes bdt-slide-left-medium{0%{transform:translateX(-50px)}100%{transform:translateX(0)}}@keyframes bdt-slide-right-medium{0%{transform:translateX(50px)}100%{transform:translateX(0)}}@keyframes bdt-kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes bdt-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@keyframes bdt-stroke{0%{stroke-dashoffset:var(--bdt-animation-stroke)}100%{stroke-dashoffset:0}}[class*="bdt-child-width"]>*{box-sizing:border-box;width:100%}.bdt-child-width-1-2>*{width:50%}.bdt-child-width-1-3>*{width:calc(100% / 3)}.bdt-child-width-1-4>*{width:25%}.bdt-child-width-1-5>*{width:20%}.bdt-child-width-1-6>*{width:calc(100% / 6)}.bdt-child-width-auto>*{width:auto}.bdt-child-width-expand>:not([class*="bdt-width"]){flex:1;min-width:1px}@media (min-width:640px){.bdt-child-width-1-1\@s>*{width:100%}.bdt-child-width-1-2\@s>*{width:50%}.bdt-child-width-1-3\@s>*{width:calc(100% / 3)}.bdt-child-width-1-4\@s>*{width:25%}.bdt-child-width-1-5\@s>*{width:20%}.bdt-child-width-1-6\@s>*{width:calc(100% / 6)}.bdt-child-width-auto\@s>*{width:auto}.bdt-child-width-expand\@s>:not([class*="bdt-width"]){flex:1;min-width:1px}.bdt-child-width-1-1\@s>:not([class*="bdt-width"]),.bdt-child-width-1-2\@s>:not([class*="bdt-width"]),.bdt-child-width-1-3\@s>:not([class*="bdt-width"]),.bdt-child-width-1-4\@s>:not([class*="bdt-width"]),.bdt-child-width-1-5\@s>:not([class*="bdt-width"]),.bdt-child-width-1-6\@s>:not([class*="bdt-width"]),.bdt-child-width-auto\@s>:not([class*="bdt-width"]){flex:initial}}@media (min-width:960px){.bdt-child-width-1-1\@m>*{width:100%}.bdt-child-width-1-2\@m>*{width:50%}.bdt-child-width-1-3\@m>*{width:calc(100% / 3)}.bdt-child-width-1-4\@m>*{width:25%}.bdt-child-width-1-5\@m>*{width:20%}.bdt-child-width-1-6\@m>*{width:calc(100% / 6)}.bdt-child-width-auto\@m>*{width:auto}.bdt-child-width-expand\@m>:not([class*="bdt-width"]){flex:1;min-width:1px}.bdt-child-width-1-1\@m>:not([class*="bdt-width"]),.bdt-child-width-1-2\@m>:not([class*="bdt-width"]),.bdt-child-width-1-3\@m>:not([class*="bdt-width"]),.bdt-child-width-1-4\@m>:not([class*="bdt-width"]),.bdt-child-width-1-5\@m>:not([class*="bdt-width"]),.bdt-child-width-1-6\@m>:not([class*="bdt-width"]),.bdt-child-width-auto\@m>:not([class*="bdt-width"]){flex:initial}}@media (min-width:1200px){.bdt-child-width-1-1\@l>*{width:100%}.bdt-child-width-1-2\@l>*{width:50%}.bdt-child-width-1-3\@l>*{width:calc(100% / 3)}.bdt-child-width-1-4\@l>*{width:25%}.bdt-child-width-1-5\@l>*{width:20%}.bdt-child-width-1-6\@l>*{width:calc(100% / 6)}.bdt-child-width-auto\@l>*{width:auto}.bdt-child-width-expand\@l>:not([class*="bdt-width"]){flex:1;min-width:1px}.bdt-child-width-1-1\@l>:not([class*="bdt-width"]),.bdt-child-width-1-2\@l>:not([class*="bdt-width"]),.bdt-child-width-1-3\@l>:not([class*="bdt-width"]),.bdt-child-width-1-4\@l>:not([class*="bdt-width"]),.bdt-child-width-1-5\@l>:not([class*="bdt-width"]),.bdt-child-width-1-6\@l>:not([class*="bdt-width"]),.bdt-child-width-auto\@l>:not([class*="bdt-width"]){flex:initial}}@media (min-width:1600px){.bdt-child-width-1-1\@xl>*{width:100%}.bdt-child-width-1-2\@xl>*{width:50%}.bdt-child-width-1-3\@xl>*{width:calc(100% / 3)}.bdt-child-width-1-4\@xl>*{width:25%}.bdt-child-width-1-5\@xl>*{width:20%}.bdt-child-width-1-6\@xl>*{width:calc(100% / 6)}.bdt-child-width-auto\@xl>*{width:auto}.bdt-child-width-expand\@xl>:not([class*="bdt-width"]){flex:1;min-width:1px}.bdt-child-width-1-1\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-2\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-3\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-4\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-5\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-6\@xl>:not([class*="bdt-width"]),.bdt-child-width-auto\@xl>:not([class*="bdt-width"]){flex:initial}}[class*="bdt-width"]{box-sizing:border-box;width:100%;max-width:100%}.bdt-width-1-2{width:50%}.bdt-width-1-3{width:calc(100% / 3)}.bdt-width-2-3{width:calc(200% / 3)}.bdt-width-1-4{width:25%}.bdt-width-3-4{width:75%}.bdt-width-1-5{width:20%}.bdt-width-2-5{width:40%}.bdt-width-3-5{width:60%}.bdt-width-4-5{width:80%}.bdt-width-1-6{width:calc(100% / 6)}.bdt-width-5-6{width:calc(500% / 6)}.bdt-width-small{width:150px}.bdt-width-medium{width:300px}.bdt-width-large{width:450px}.bdt-width-xlarge{width:600px}.bdt-width-2xlarge{width:750px}.bdt-width-auto{width:auto}.bdt-width-expand{flex:1;min-width:1px}@media (min-width:640px){.bdt-width-1-1\@s{width:100%}.bdt-width-1-2\@s{width:50%}.bdt-width-1-3\@s{width:calc(100% / 3)}.bdt-width-2-3\@s{width:calc(200% / 3)}.bdt-width-1-4\@s{width:25%}.bdt-width-3-4\@s{width:75%}.bdt-width-1-5\@s{width:20%}.bdt-width-2-5\@s{width:40%}.bdt-width-3-5\@s{width:60%}.bdt-width-4-5\@s{width:80%}.bdt-width-1-6\@s{width:calc(100% / 6)}.bdt-width-5-6\@s{width:calc(500% / 6)}.bdt-width-small\@s{width:150px}.bdt-width-medium\@s{width:300px}.bdt-width-large\@s{width:450px}.bdt-width-xlarge\@s{width:600px}.bdt-width-2xlarge\@s{width:750px}.bdt-width-auto\@s{width:auto}.bdt-width-expand\@s{flex:1;min-width:1px}.bdt-width-1-1\@s,.bdt-width-1-2\@s,.bdt-width-1-3\@s,.bdt-width-2-3\@s,.bdt-width-1-4\@s,.bdt-width-3-4\@s,.bdt-width-1-5\@s,.bdt-width-2-5\@s,.bdt-width-3-5\@s,.bdt-width-4-5\@s,.bdt-width-1-6\@s,.bdt-width-5-6\@s,.bdt-width-small\@s,.bdt-width-medium\@s,.bdt-width-large\@s,.bdt-width-xlarge\@s,.bdt-width-2xlarge\@s,.bdt-width-auto\@s{flex:initial}}@media (min-width:960px){.bdt-width-1-1\@m{width:100%}.bdt-width-1-2\@m{width:50%}.bdt-width-1-3\@m{width:calc(100% / 3)}.bdt-width-2-3\@m{width:calc(200% / 3)}.bdt-width-1-4\@m{width:25%}.bdt-width-3-4\@m{width:75%}.bdt-width-1-5\@m{width:20%}.bdt-width-2-5\@m{width:40%}.bdt-width-3-5\@m{width:60%}.bdt-width-4-5\@m{width:80%}.bdt-width-1-6\@m{width:calc(100% / 6)}.bdt-width-5-6\@m{width:calc(500% / 6)}.bdt-width-small\@m{width:150px}.bdt-width-medium\@m{width:300px}.bdt-width-large\@m{width:450px}.bdt-width-xlarge\@m{width:600px}.bdt-width-2xlarge\@m{width:750px}.bdt-width-auto\@m{width:auto}.bdt-width-expand\@m{flex:1;min-width:1px}.bdt-width-1-1\@m,.bdt-width-1-2\@m,.bdt-width-1-3\@m,.bdt-width-2-3\@m,.bdt-width-1-4\@m,.bdt-width-3-4\@m,.bdt-width-1-5\@m,.bdt-width-2-5\@m,.bdt-width-3-5\@m,.bdt-width-4-5\@m,.bdt-width-1-6\@m,.bdt-width-5-6\@m,.bdt-width-small\@m,.bdt-width-medium\@m,.bdt-width-large\@m,.bdt-width-xlarge\@m,.bdt-width-2xlarge\@m,.bdt-width-auto\@m{flex:initial}}@media (min-width:1200px){.bdt-width-1-1\@l{width:100%}.bdt-width-1-2\@l{width:50%}.bdt-width-1-3\@l{width:calc(100% / 3)}.bdt-width-2-3\@l{width:calc(200% / 3)}.bdt-width-1-4\@l{width:25%}.bdt-width-3-4\@l{width:75%}.bdt-width-1-5\@l{width:20%}.bdt-width-2-5\@l{width:40%}.bdt-width-3-5\@l{width:60%}.bdt-width-4-5\@l{width:80%}.bdt-width-1-6\@l{width:calc(100% / 6)}.bdt-width-5-6\@l{width:calc(500% / 6)}.bdt-width-small\@l{width:150px}.bdt-width-medium\@l{width:300px}.bdt-width-large\@l{width:450px}.bdt-width-xlarge\@l{width:600px}.bdt-width-2xlarge\@l{width:750px}.bdt-width-auto\@l{width:auto}.bdt-width-expand\@l{flex:1;min-width:1px}.bdt-width-1-1\@l,.bdt-width-1-2\@l,.bdt-width-1-3\@l,.bdt-width-2-3\@l,.bdt-width-1-4\@l,.bdt-width-3-4\@l,.bdt-width-1-5\@l,.bdt-width-2-5\@l,.bdt-width-3-5\@l,.bdt-width-4-5\@l,.bdt-width-1-6\@l,.bdt-width-5-6\@l,.bdt-width-small\@l,.bdt-width-medium\@l,.bdt-width-large\@l,.bdt-width-xlarge\@l,.bdt-width-2xlarge\@l,.bdt-width-auto\@l{flex:initial}}@media (min-width:1600px){.bdt-width-1-1\@xl{width:100%}.bdt-width-1-2\@xl{width:50%}.bdt-width-1-3\@xl{width:calc(100% / 3)}.bdt-width-2-3\@xl{width:calc(200% / 3)}.bdt-width-1-4\@xl{width:25%}.bdt-width-3-4\@xl{width:75%}.bdt-width-1-5\@xl{width:20%}.bdt-width-2-5\@xl{width:40%}.bdt-width-3-5\@xl{width:60%}.bdt-width-4-5\@xl{width:80%}.bdt-width-1-6\@xl{width:calc(100% / 6)}.bdt-width-5-6\@xl{width:calc(500% / 6)}.bdt-width-small\@xl{width:150px}.bdt-width-medium\@xl{width:300px}.bdt-width-large\@xl{width:450px}.bdt-width-xlarge\@xl{width:600px}.bdt-width-2xlarge\@xl{width:750px}.bdt-width-auto\@xl{width:auto}.bdt-width-expand\@xl{flex:1;min-width:1px}.bdt-width-1-1\@xl,.bdt-width-1-2\@xl,.bdt-width-1-3\@xl,.bdt-width-2-3\@xl,.bdt-width-1-4\@xl,.bdt-width-3-4\@xl,.bdt-width-1-5\@xl,.bdt-width-2-5\@xl,.bdt-width-3-5\@xl,.bdt-width-4-5\@xl,.bdt-width-1-6\@xl,.bdt-width-5-6\@xl,.bdt-width-small\@xl,.bdt-width-medium\@xl,.bdt-width-large\@xl,.bdt-width-xlarge\@xl,.bdt-width-2xlarge\@xl,.bdt-width-auto\@xl{flex:initial}}.bdt-width-max-content{width:max-content}.bdt-width-min-content{width:min-content}[class*="bdt-height"]{box-sizing:border-box}.bdt-height-1-1{height:100%}.bdt-height-viewport{min-height:100vh}.bdt-height-viewport-2{min-height:200vh}.bdt-height-viewport-3{min-height:300vh}.bdt-height-viewport-4{min-height:400vh}.bdt-height-small{height:150px}.bdt-height-medium{height:300px}.bdt-height-large{height:450px}.bdt-height-max-small{max-height:150px}.bdt-height-max-medium{max-height:300px}.bdt-height-max-large{max-height:450px}.bdt-text-lead{font-size:1.5rem;line-height:1.5;color:#333}.bdt-text-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-text-small{font-size:.875rem;line-height:1.5}.bdt-text-large{font-size:1.5rem;line-height:1.5}.bdt-text-default{font-size:16px;line-height:1.5}.bdt-text-light{font-weight:300}.bdt-text-normal{font-weight:400}.bdt-text-bold{font-weight:700}.bdt-text-lighter{font-weight:lighter}.bdt-text-bolder{font-weight:bolder}.bdt-text-italic{font-style:italic}.bdt-text-capitalize{text-transform:capitalize !important}.bdt-text-uppercase{text-transform:uppercase !important}.bdt-text-lowercase{text-transform:lowercase !important}.bdt-text-decoration-none{text-decoration:none !important}.bdt-text-muted{color:#999 !important}.bdt-text-emphasis{color:#333 !important}.bdt-text-primary{color:#1e87f0 !important}.bdt-text-secondary{color:#222 !important}.bdt-text-success{color:#32d296 !important}.bdt-text-warning{color:#faa05a !important}.bdt-text-danger{color:#f0506e !important}.bdt-text-background{-webkit-background-clip:text;color:transparent !important;display:inline-block;background-color:#1e87f0}.bdt-text-left{text-align:left !important}.bdt-text-right{text-align:right !important}.bdt-text-center{text-align:center !important}.bdt-text-justify{text-align:justify !important}@media (min-width:640px){.bdt-text-left\@s{text-align:left !important}.bdt-text-right\@s{text-align:right !important}.bdt-text-center\@s{text-align:center !important}}@media (min-width:960px){.bdt-text-left\@m{text-align:left !important}.bdt-text-right\@m{text-align:right !important}.bdt-text-center\@m{text-align:center !important}}@media (min-width:1200px){.bdt-text-left\@l{text-align:left !important}.bdt-text-right\@l{text-align:right !important}.bdt-text-center\@l{text-align:center !important}}@media (min-width:1600px){.bdt-text-left\@xl{text-align:left !important}.bdt-text-right\@xl{text-align:right !important}.bdt-text-center\@xl{text-align:center !important}}.bdt-text-top{vertical-align:top !important}.bdt-text-middle{vertical-align:middle !important}.bdt-text-bottom{vertical-align:bottom !important}.bdt-text-baseline{vertical-align:baseline !important}.bdt-text-nowrap{white-space:nowrap}.bdt-text-truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}th.bdt-text-truncate,td.bdt-text-truncate{max-width:0}.bdt-text-break{overflow-wrap:break-word}th.bdt-text-break,td.bdt-text-break{word-break:break-word}[class*="bdt-column-"]{column-gap:30px}@media (min-width:1200px){[class*="bdt-column-"]{column-gap:40px}}[class*="bdt-column-"] img{transform:translate3d(0, 0, 0)}.bdt-column-divider{column-rule:1px solid rgba(214,214,214,0.49);column-gap:60px}@media (min-width:1200px){.bdt-column-divider{column-gap:80px}}.bdt-column-1-2{column-count:2}.bdt-column-1-3{column-count:3}.bdt-column-1-4{column-count:4}.bdt-column-1-5{column-count:5}.bdt-column-1-6{column-count:6}@media (min-width:640px){.bdt-column-1-2\@s{column-count:2}.bdt-column-1-3\@s{column-count:3}.bdt-column-1-4\@s{column-count:4}.bdt-column-1-5\@s{column-count:5}.bdt-column-1-6\@s{column-count:6}}@media (min-width:960px){.bdt-column-1-2\@m{column-count:2}.bdt-column-1-3\@m{column-count:3}.bdt-column-1-4\@m{column-count:4}.bdt-column-1-5\@m{column-count:5}.bdt-column-1-6\@m{column-count:6}}@media (min-width:1200px){.bdt-column-1-2\@l{column-count:2}.bdt-column-1-3\@l{column-count:3}.bdt-column-1-4\@l{column-count:4}.bdt-column-1-5\@l{column-count:5}.bdt-column-1-6\@l{column-count:6}}@media (min-width:1600px){.bdt-column-1-2\@xl{column-count:2}.bdt-column-1-3\@xl{column-count:3}.bdt-column-1-4\@xl{column-count:4}.bdt-column-1-5\@xl{column-count:5}.bdt-column-1-6\@xl{column-count:6}}.bdt-column-span{column-span:all}[bdt-cover]:where(canvas, iframe, svg),[data-bdt-cover]:where(canvas, iframe, svg){max-width:none;position:absolute;left:50%;top:50%;--bdt-position-translate-x:-50%;--bdt-position-translate-y:-50%;transform:translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y))}iframe[bdt-cover],iframe[data-bdt-cover]{pointer-events:none}[bdt-cover]:where(img, video),[data-bdt-cover]:where(img, video){position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;object-fit:cover;object-position:center}.bdt-cover-container{overflow:hidden;position:relative}.bdt-background-default{background-color:#fff}.bdt-background-muted{background-color:#f8f8f8}.bdt-background-primary{background-color:#1e87f0}.bdt-background-secondary{background-color:#222}.bdt-background-cover,.bdt-background-contain,.bdt-background-width-1-1,.bdt-background-height-1-1{background-position:50% 50%;background-repeat:no-repeat}.bdt-background-cover{background-size:cover}.bdt-background-contain{background-size:contain}.bdt-background-width-1-1{background-size:100%}.bdt-background-height-1-1{background-size:auto 100%}.bdt-background-top-left{background-position:0 0}.bdt-background-top-center{background-position:50% 0}.bdt-background-top-right{background-position:100% 0}.bdt-background-center-left{background-position:0 50%}.bdt-background-center-center{background-position:50% 50%}.bdt-background-center-right{background-position:100% 50%}.bdt-background-bottom-left{background-position:0 100%}.bdt-background-bottom-center{background-position:50% 100%}.bdt-background-bottom-right{background-position:100% 100%}.bdt-background-norepeat{background-repeat:no-repeat}.bdt-background-fixed{background-attachment:fixed;backface-visibility:hidden}@media (pointer:coarse){.bdt-background-fixed{background-attachment:scroll}}@media (max-width:639px){.bdt-background-image\@s{background-image:none !important}}@media (max-width:959px){.bdt-background-image\@m{background-image:none !important}}@media (max-width:1199px){.bdt-background-image\@l{background-image:none !important}}@media (max-width:1599px){.bdt-background-image\@xl{background-image:none !important}}.bdt-background-blend-multiply{background-blend-mode:multiply}.bdt-background-blend-screen{background-blend-mode:screen}.bdt-background-blend-overlay{background-blend-mode:overlay}.bdt-background-blend-darken{background-blend-mode:darken}.bdt-background-blend-lighten{background-blend-mode:lighten}.bdt-background-blend-color-dodge{background-blend-mode:color-dodge}.bdt-background-blend-color-burn{background-blend-mode:color-burn}.bdt-background-blend-hard-light{background-blend-mode:hard-light}.bdt-background-blend-soft-light{background-blend-mode:soft-light}.bdt-background-blend-difference{background-blend-mode:difference}.bdt-background-blend-exclusion{background-blend-mode:exclusion}.bdt-background-blend-hue{background-blend-mode:hue}.bdt-background-blend-saturation{background-blend-mode:saturation}.bdt-background-blend-color{background-blend-mode:color}.bdt-background-blend-luminosity{background-blend-mode:luminosity}[class*="bdt-align"]{display:block;margin-bottom:30px}*+[class*="bdt-align"]{margin-top:30px}.bdt-align-center{margin-left:auto;margin-right:auto}.bdt-align-left{margin-top:0;margin-right:30px;float:left}.bdt-align-right{margin-top:0;margin-left:30px;float:right}@media (min-width:640px){.bdt-align-left\@s{margin-top:0;margin-right:30px;float:left}.bdt-align-right\@s{margin-top:0;margin-left:30px;float:right}}@media (min-width:960px){.bdt-align-left\@m{margin-top:0;margin-right:30px;float:left}.bdt-align-right\@m{margin-top:0;margin-left:30px;float:right}}@media (min-width:1200px){.bdt-align-left\@l{margin-top:0;float:left}.bdt-align-right\@l{margin-top:0;float:right}.bdt-align-left,.bdt-align-left\@s,.bdt-align-left\@m,.bdt-align-left\@l{margin-right:40px}.bdt-align-right,.bdt-align-right\@s,.bdt-align-right\@m,.bdt-align-right\@l{margin-left:40px}}@media (min-width:1600px){.bdt-align-left\@xl{margin-top:0;margin-right:40px;float:left}.bdt-align-right\@xl{margin-top:0;margin-left:40px;float:right}}.bdt-svg,.bdt-svg:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve){fill:currentcolor}.bdt-svg:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve){stroke:currentcolor}.bdt-svg{transform:translate(0, 0)}.bdt-panel{display:flow-root;position:relative;box-sizing:border-box}.bdt-panel>:last-child{margin-bottom:0}.bdt-panel-scrollable{height:170px;padding:10px;border:1px solid rgba(214,214,214,0.49);overflow:auto;resize:both}.bdt-clearfix::before{content:"";display:table-cell}.bdt-clearfix::after{content:"";display:table;clear:both}.bdt-float-left{float:left}.bdt-float-right{float:right}[class*="bdt-float-"]{max-width:100%}.bdt-overflow-hidden{overflow:hidden}.bdt-overflow-auto{overflow:auto}.bdt-overflow-auto>:last-child{margin-bottom:0}.bdt-box-sizing-content{box-sizing:content-box}.bdt-box-sizing-border{box-sizing:border-box}.bdt-resize{resize:both}.bdt-resize-horizontal{resize:horizontal}.bdt-resize-vertical{resize:vertical}.bdt-display-block{display:block !important}.bdt-display-inline{display:inline !important}.bdt-display-inline-block{display:inline-block !important}[class*="bdt-inline"]{display:inline-block;position:relative;max-width:100%;vertical-align:middle;-webkit-backface-visibility:hidden}.bdt-inline-clip{overflow:hidden}.bdt-preserve-width,.bdt-preserve-width canvas,.bdt-preserve-width img,.bdt-preserve-width svg,.bdt-preserve-width video{max-width:none}.bdt-responsive-width,.bdt-responsive-height{box-sizing:border-box}.bdt-responsive-width{max-width:100% !important;height:auto}.bdt-responsive-height{max-height:100%;width:auto;max-width:none}[bdt-responsive],[data-bdt-responsive]{max-width:100%}.bdt-object-cover{object-fit:cover}.bdt-object-contain{object-fit:contain}.bdt-object-fill{object-fit:fill}.bdt-object-none{object-fit:none}.bdt-object-scale-down{object-fit:scale-down}.bdt-object-top-left{object-position:0 0}.bdt-object-top-center{object-position:50% 0}.bdt-object-top-right{object-position:100% 0}.bdt-object-center-left{object-position:0 50%}.bdt-object-center-center{object-position:50% 50%}.bdt-object-center-right{object-position:100% 50%}.bdt-object-bottom-left{object-position:0 100%}.bdt-object-bottom-center{object-position:50% 100%}.bdt-object-bottom-right{object-position:100% 100%}.bdt-border-circle{border-radius:50%}.bdt-border-pill{border-radius:500px}.bdt-border-rounded{border-radius:5px}.bdt-inline-clip[class*="bdt-border-"]{-webkit-transform:translateZ(0)}.bdt-box-shadow-small{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.bdt-box-shadow-medium{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.bdt-box-shadow-large{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.bdt-box-shadow-xlarge{box-shadow:0 28px 50px rgba(0,0,0,0.16)}[class*="bdt-box-shadow-hover"]{transition:box-shadow .1s ease-in-out}.bdt-box-shadow-hover-small:hover{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.bdt-box-shadow-hover-medium:hover{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.bdt-box-shadow-hover-large:hover{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.bdt-box-shadow-hover-xlarge:hover{box-shadow:0 28px 50px rgba(0,0,0,0.16)}@supports (filter: blur(0)){.bdt-box-shadow-bottom{display:inline-block;position:relative;z-index:0;max-width:100%;vertical-align:middle}.bdt-box-shadow-bottom::after{content:"";position:absolute;bottom:-30px;left:0;right:0;z-index:-1;height:30px;border-radius:100%;background:#444;filter:blur(20px);will-change:filter}}.bdt-dropcap::first-letter,.bdt-dropcap>p:first-of-type::first-letter{display:block;margin-right:10px;float:left;font-size:4.5em;line-height:1}@-moz-document url-prefix(){.bdt-dropcap::first-letter,.bdt-dropcap>p:first-of-type::first-letter{margin-top:1.1%}}.bdt-logo{font-size:1.5rem;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";color:#333;text-decoration:none}:where(.bdt-logo){display:inline-block;vertical-align:middle}.bdt-logo:hover{color:#333;text-decoration:none}.bdt-logo :where(img, svg, video){display:block}.bdt-logo-inverse{display:none}.bdt-disabled{pointer-events:none}.bdt-drag,.bdt-drag *{cursor:move}.bdt-drag iframe{pointer-events:none}.bdt-dragover{box-shadow:0 0 20px rgba(100,100,100,0.3)}.bdt-blend-multiply{mix-blend-mode:multiply}.bdt-blend-screen{mix-blend-mode:screen}.bdt-blend-overlay{mix-blend-mode:overlay}.bdt-blend-darken{mix-blend-mode:darken}.bdt-blend-lighten{mix-blend-mode:lighten}.bdt-blend-color-dodge{mix-blend-mode:color-dodge}.bdt-blend-color-burn{mix-blend-mode:color-burn}.bdt-blend-hard-light{mix-blend-mode:hard-light}.bdt-blend-soft-light{mix-blend-mode:soft-light}.bdt-blend-difference{mix-blend-mode:difference}.bdt-blend-exclusion{mix-blend-mode:exclusion}.bdt-blend-hue{mix-blend-mode:hue}.bdt-blend-saturation{mix-blend-mode:saturation}.bdt-blend-color{mix-blend-mode:color}.bdt-blend-luminosity{mix-blend-mode:luminosity}.bdt-transform-center{transform:translate(-50%, -50%)}.bdt-transform-origin-top-left{transform-origin:0 0}.bdt-transform-origin-top-center{transform-origin:50% 0}.bdt-transform-origin-top-right{transform-origin:100% 0}.bdt-transform-origin-center-left{transform-origin:0 50%}.bdt-transform-origin-center-right{transform-origin:100% 50%}.bdt-transform-origin-bottom-left{transform-origin:0 100%}.bdt-transform-origin-bottom-center{transform-origin:50% 100%}.bdt-transform-origin-bottom-right{transform-origin:100% 100%}.bdt-flex{display:flex}.bdt-flex-inline{display:inline-flex}.bdt-flex-left{justify-content:flex-start}.bdt-flex-center{justify-content:center}.bdt-flex-right{justify-content:flex-end}.bdt-flex-between{justify-content:space-between}.bdt-flex-around{justify-content:space-around}@media (min-width:640px){.bdt-flex-left\@s{justify-content:flex-start}.bdt-flex-center\@s{justify-content:center}.bdt-flex-right\@s{justify-content:flex-end}.bdt-flex-between\@s{justify-content:space-between}.bdt-flex-around\@s{justify-content:space-around}}@media (min-width:960px){.bdt-flex-left\@m{justify-content:flex-start}.bdt-flex-center\@m{justify-content:center}.bdt-flex-right\@m{justify-content:flex-end}.bdt-flex-between\@m{justify-content:space-between}.bdt-flex-around\@m{justify-content:space-around}}@media (min-width:1200px){.bdt-flex-left\@l{justify-content:flex-start}.bdt-flex-center\@l{justify-content:center}.bdt-flex-right\@l{justify-content:flex-end}.bdt-flex-between\@l{justify-content:space-between}.bdt-flex-around\@l{justify-content:space-around}}@media (min-width:1600px){.bdt-flex-left\@xl{justify-content:flex-start}.bdt-flex-center\@xl{justify-content:center}.bdt-flex-right\@xl{justify-content:flex-end}.bdt-flex-between\@xl{justify-content:space-between}.bdt-flex-around\@xl{justify-content:space-around}}.bdt-flex-stretch{align-items:stretch}.bdt-flex-top{align-items:flex-start}.bdt-flex-middle{align-items:center}.bdt-flex-bottom{align-items:flex-end}@media (min-width:640px){.bdt-flex-stretch\@s{align-items:stretch}.bdt-flex-top\@s{align-items:flex-start}.bdt-flex-middle\@s{align-items:center}.bdt-flex-bottom\@s{align-items:flex-end}}@media (min-width:960px){.bdt-flex-stretch\@m{align-items:stretch}.bdt-flex-top\@m{align-items:flex-start}.bdt-flex-middle\@m{align-items:center}.bdt-flex-bottom\@m{align-items:flex-end}}@media (min-width:1200px){.bdt-flex-stretch\@l{align-items:stretch}.bdt-flex-top\@l{align-items:flex-start}.bdt-flex-middle\@l{align-items:center}.bdt-flex-bottom\@l{align-items:flex-end}}@media (min-width:1600px){.bdt-flex-stretch\@xl{align-items:stretch}.bdt-flex-top\@xl{align-items:flex-start}.bdt-flex-middle\@xl{align-items:center}.bdt-flex-bottom\@xl{align-items:flex-end}}.bdt-flex-row{flex-direction:row}.bdt-flex-row-reverse{flex-direction:row-reverse}.bdt-flex-column{flex-direction:column}.bdt-flex-column-reverse{flex-direction:column-reverse}@media (min-width:640px){.bdt-flex-row\@s{flex-direction:row}.bdt-flex-column\@s{flex-direction:column}}@media (min-width:960px){.bdt-flex-row\@m{flex-direction:row}.bdt-flex-column\@m{flex-direction:column}}@media (min-width:1200px){.bdt-flex-row\@l{flex-direction:row}.bdt-flex-column\@l{flex-direction:column}}@media (min-width:1600px){.bdt-flex-row\@xl{flex-direction:row}.bdt-flex-column\@xl{flex-direction:column}}.bdt-flex-nowrap{flex-wrap:nowrap}.bdt-flex-wrap{flex-wrap:wrap}.bdt-flex-wrap-reverse{flex-wrap:wrap-reverse}.bdt-flex-wrap-stretch{align-content:stretch}.bdt-flex-wrap-top{align-content:flex-start}.bdt-flex-wrap-middle{align-content:center}.bdt-flex-wrap-bottom{align-content:flex-end}.bdt-flex-wrap-between{align-content:space-between}.bdt-flex-wrap-around{align-content:space-around}.bdt-flex-first{order:-1}.bdt-flex-last{order:99}@media (min-width:640px){.bdt-flex-first\@s{order:-1}.bdt-flex-last\@s{order:99}}@media (min-width:960px){.bdt-flex-first\@m{order:-1}.bdt-flex-last\@m{order:99}}@media (min-width:1200px){.bdt-flex-first\@l{order:-1}.bdt-flex-last\@l{order:99}}@media (min-width:1600px){.bdt-flex-first\@xl{order:-1}.bdt-flex-last\@xl{order:99}}.bdt-flex-initial{flex:initial}.bdt-flex-none{flex:none}.bdt-flex-auto{flex:auto}.bdt-flex-1{flex:1}@media (min-width:640px){.bdt-flex-initial\@s{flex:initial}.bdt-flex-none\@s{flex:none}.bdt-flex-1\@s{flex:1}}@media (min-width:960px){.bdt-flex-initial\@m{flex:initial}.bdt-flex-none\@m{flex:none}.bdt-flex-1\@m{flex:1}}@media (min-width:1200px){.bdt-flex-initial\@l{flex:initial}.bdt-flex-none\@l{flex:none}.bdt-flex-1\@l{flex:1}}@media (min-width:1600px){.bdt-flex-initial\@xl{flex:initial}.bdt-flex-none\@xl{flex:none}.bdt-flex-1\@xl{flex:1}}.bdt-margin{margin-bottom:20px}*+.bdt-margin{margin-top:20px !important}.bdt-margin-top{margin-top:20px !important}.bdt-margin-bottom{margin-bottom:20px !important}.bdt-margin-left{margin-left:20px !important}.bdt-margin-right{margin-right:20px !important}.bdt-margin-small{margin-bottom:10px}*+.bdt-margin-small{margin-top:10px !important}.bdt-margin-small-top{margin-top:10px !important}.bdt-margin-small-bottom{margin-bottom:10px !important}.bdt-margin-small-left{margin-left:10px !important}.bdt-margin-small-right{margin-right:10px !important}.bdt-margin-medium{margin-bottom:40px}*+.bdt-margin-medium{margin-top:40px !important}.bdt-margin-medium-top{margin-top:40px !important}.bdt-margin-medium-bottom{margin-bottom:40px !important}.bdt-margin-medium-left{margin-left:40px !important}.bdt-margin-medium-right{margin-right:40px !important}.bdt-margin-large{margin-bottom:40px}*+.bdt-margin-large{margin-top:40px !important}.bdt-margin-large-top{margin-top:40px !important}.bdt-margin-large-bottom{margin-bottom:40px !important}.bdt-margin-large-left{margin-left:40px !important}.bdt-margin-large-right{margin-right:40px !important}@media (min-width:1200px){.bdt-margin-large{margin-bottom:70px}*+.bdt-margin-large{margin-top:70px !important}.bdt-margin-large-top{margin-top:70px !important}.bdt-margin-large-bottom{margin-bottom:70px !important}.bdt-margin-large-left{margin-left:70px !important}.bdt-margin-large-right{margin-right:70px !important}}.bdt-margin-xlarge{margin-bottom:70px}*+.bdt-margin-xlarge{margin-top:70px !important}.bdt-margin-xlarge-top{margin-top:70px !important}.bdt-margin-xlarge-bottom{margin-bottom:70px !important}.bdt-margin-xlarge-left{margin-left:70px !important}.bdt-margin-xlarge-right{margin-right:70px !important}@media (min-width:1200px){.bdt-margin-xlarge{margin-bottom:140px}*+.bdt-margin-xlarge{margin-top:140px !important}.bdt-margin-xlarge-top{margin-top:140px !important}.bdt-margin-xlarge-bottom{margin-bottom:140px !important}.bdt-margin-xlarge-left{margin-left:140px !important}.bdt-margin-xlarge-right{margin-right:140px !important}}.bdt-margin-auto{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-top{margin-top:auto !important}.bdt-margin-auto-bottom{margin-bottom:auto !important}.bdt-margin-auto-left{margin-left:auto !important}.bdt-margin-auto-right{margin-right:auto !important}.bdt-margin-auto-vertical{margin-top:auto !important;margin-bottom:auto !important}@media (min-width:640px){.bdt-margin-auto\@s{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@s{margin-left:auto !important}.bdt-margin-auto-right\@s{margin-right:auto !important}}@media (min-width:960px){.bdt-margin-auto\@m{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@m{margin-left:auto !important}.bdt-margin-auto-right\@m{margin-right:auto !important}}@media (min-width:1200px){.bdt-margin-auto\@l{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@l{margin-left:auto !important}.bdt-margin-auto-right\@l{margin-right:auto !important}}@media (min-width:1600px){.bdt-margin-auto\@xl{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@xl{margin-left:auto !important}.bdt-margin-auto-right\@xl{margin-right:auto !important}}.bdt-margin-remove{margin:0 !important}.bdt-margin-remove-top{margin-top:0 !important}.bdt-margin-remove-bottom{margin-bottom:0 !important}.bdt-margin-remove-left{margin-left:0 !important}.bdt-margin-remove-right{margin-right:0 !important}.bdt-margin-remove-vertical{margin-top:0 !important;margin-bottom:0 !important}.bdt-margin-remove-adjacent+*,.bdt-margin-remove-first-child>:first-child{margin-top:0 !important}.bdt-margin-remove-last-child>:last-child{margin-bottom:0 !important}@media (min-width:640px){.bdt-margin-remove-left\@s{margin-left:0 !important}.bdt-margin-remove-right\@s{margin-right:0 !important}}@media (min-width:960px){.bdt-margin-remove-left\@m{margin-left:0 !important}.bdt-margin-remove-right\@m{margin-right:0 !important}}@media (min-width:1200px){.bdt-margin-remove-left\@l{margin-left:0 !important}.bdt-margin-remove-right\@l{margin-right:0 !important}}@media (min-width:1600px){.bdt-margin-remove-left\@xl{margin-left:0 !important}.bdt-margin-remove-right\@xl{margin-right:0 !important}}.bdt-padding{padding:30px}@media (min-width:1200px){.bdt-padding{padding:40px}}.bdt-padding-small{padding:15px}.bdt-padding-large{padding:40px}@media (min-width:1200px){.bdt-padding-large{padding:70px}}.bdt-padding-remove{padding:0 !important}.bdt-padding-remove-top{padding-top:0 !important}.bdt-padding-remove-bottom{padding-bottom:0 !important}.bdt-padding-remove-left{padding-left:0 !important}.bdt-padding-remove-right{padding-right:0 !important}.bdt-padding-remove-vertical{padding-top:0 !important;padding-bottom:0 !important}.bdt-padding-remove-horizontal{padding-left:0 !important;padding-right:0 !important}:root{--bdt-position-margin-offset:.0001px}[class*="bdt-position-top"],[class*="bdt-position-bottom"],[class*="bdt-position-left"],[class*="bdt-position-right"],[class*="bdt-position-center"]{position:absolute !important;max-width:calc(100% - (var(--bdt-position-margin-offset) * 2));box-sizing:border-box}.bdt-position-top{top:0;left:0;right:0}.bdt-position-bottom{bottom:0;left:0;right:0}.bdt-position-left{top:0;bottom:0;left:0}.bdt-position-right{top:0;bottom:0;right:0}.bdt-position-top-left{top:0;left:0}.bdt-position-top-right{top:0;right:0}.bdt-position-bottom-left{bottom:0;left:0}.bdt-position-bottom-right{bottom:0;right:0}.bdt-position-center{top:calc(50% - var(--bdt-position-margin-offset));left:calc(50% - var(--bdt-position-margin-offset));--bdt-position-translate-x:-50%;--bdt-position-translate-y:-50%;transform:translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y));width:max-content}[class*="bdt-position-center-left"],[class*="bdt-position-center-right"],.bdt-position-center-vertical{top:calc(50% - var(--bdt-position-margin-offset));--bdt-position-translate-y:-50%;transform:translate(0, var(--bdt-position-translate-y))}.bdt-position-center-left{left:0}.bdt-position-center-right{right:0}.bdt-position-center-vertical{left:0;right:0}.bdt-position-center-left-out{right:100%;width:max-content}.bdt-position-center-right-out{left:100%;width:max-content}.bdt-position-top-center,.bdt-position-bottom-center,.bdt-position-center-horizontal{left:calc(50% - var(--bdt-position-margin-offset));--bdt-position-translate-x:-50%;transform:translate(var(--bdt-position-translate-x), 0);width:max-content}.bdt-position-top-center{top:0}.bdt-position-bottom-center{bottom:0}.bdt-position-center-horizontal{top:0;bottom:0}.bdt-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.bdt-position-small{margin:15px;--bdt-position-margin-offset:15px}.bdt-position-medium{margin:30px;--bdt-position-margin-offset:30px}.bdt-position-large{margin:30px;--bdt-position-margin-offset:30px}@media (min-width:1200px){.bdt-position-large{margin:50px;--bdt-position-margin-offset:50px}}.bdt-position-relative{position:relative  !important}.bdt-position-absolute{position:absolute  !important}.bdt-position-fixed{position:fixed  !important}.bdt-position-sticky{position:sticky  !important}.bdt-position-z-index{z-index:1}.bdt-position-z-index-zero{z-index:0}.bdt-position-z-index-negative{z-index:-1}.bdt-position-z-index-high{z-index:990}:where(.bdt-transition-fade),:where([class*="bdt-transition-scale"]),:where([class*="bdt-transition-slide"]){--bdt-position-translate-x:0;--bdt-position-translate-y:0}.bdt-transition-fade,[class*="bdt-transition-scale"],[class*="bdt-transition-slide"]{--bdt-translate-x:0;--bdt-translate-y:0;--bdt-scale-x:1;--bdt-scale-y:1;transform:translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y)) translate(var(--bdt-translate-x), var(--bdt-translate-y)) scale(var(--bdt-scale-x), var(--bdt-scale-y));transition:.3s ease-out;transition-property:opacity, transform, filter;opacity:0}.bdt-transition-toggle:hover .bdt-transition-fade,.bdt-transition-toggle:focus .bdt-transition-fade,.bdt-transition-toggle .bdt-transition-fade:focus-within,.bdt-transition-active.bdt-active .bdt-transition-fade{opacity:1}[class*="bdt-transition-scale"]{-webkit-backface-visibility:hidden}.bdt-transition-scale-up{--bdt-scale-x:1;--bdt-scale-y:1}.bdt-transition-scale-down{--bdt-scale-x:1.03;--bdt-scale-y:1.03}.bdt-transition-toggle:hover .bdt-transition-scale-up,.bdt-transition-toggle:focus .bdt-transition-scale-up,.bdt-transition-toggle .bdt-transition-scale-up:focus-within,.bdt-transition-active.bdt-active .bdt-transition-scale-up{--bdt-scale-x:1.03;--bdt-scale-y:1.03;opacity:1}.bdt-transition-toggle:hover .bdt-transition-scale-down,.bdt-transition-toggle:focus .bdt-transition-scale-down,.bdt-transition-toggle .bdt-transition-scale-down:focus-within,.bdt-transition-active.bdt-active .bdt-transition-scale-down{--bdt-scale-x:1;--bdt-scale-y:1;opacity:1}.bdt-transition-slide-top{--bdt-translate-y:-100%}.bdt-transition-slide-bottom{--bdt-translate-y:100%}.bdt-transition-slide-left{--bdt-translate-x:-100%}.bdt-transition-slide-right{--bdt-translate-x:100%}.bdt-transition-slide-top-small{--bdt-translate-y:calc(-1 * 10px)}.bdt-transition-slide-bottom-small{--bdt-translate-y:10px}.bdt-transition-slide-left-small{--bdt-translate-x:calc(-1 * 10px)}.bdt-transition-slide-right-small{--bdt-translate-x:10px}.bdt-transition-slide-top-medium{--bdt-translate-y:calc(-1 * 50px)}.bdt-transition-slide-bottom-medium{--bdt-translate-y:50px}.bdt-transition-slide-left-medium{--bdt-translate-x:calc(-1 * 50px)}.bdt-transition-slide-right-medium{--bdt-translate-x:50px}.bdt-transition-toggle:hover [class*="bdt-transition-slide"],.bdt-transition-toggle:focus [class*="bdt-transition-slide"],.bdt-transition-toggle [class*="bdt-transition-slide"]:focus-within,.bdt-transition-active.bdt-active [class*="bdt-transition-slide"]{--bdt-translate-x:0;--bdt-translate-y:0;opacity:1}.bdt-transition-opaque{opacity:1}.bdt-transition-slow{transition-duration:.7s}.bdt-transition-disable,.bdt-transition-disable *{transition:none !important}[hidden]{display:none}.bdt-hidden{display:none !important}@media (min-width:640px){.bdt-hidden\@s{display:none !important}}@media (min-width:960px){.bdt-hidden\@m{display:none !important}}@media (min-width:1200px){.bdt-hidden\@l{display:none !important}}@media (min-width:1600px){.bdt-hidden\@xl{display:none !important}}@media (max-width:639px){.bdt-visible\@s{display:none !important}}@media (max-width:959px){.bdt-visible\@m{display:none !important}}@media (max-width:1199px){.bdt-visible\@l{display:none !important}}@media (max-width:1599px){.bdt-visible\@xl{display:none !important}}.bdt-invisible{visibility:hidden !important}.bdt-hidden-visually:not(:focus):not(:active):not(:focus-within),.bdt-visible-toggle:not(:hover):not(:focus) .bdt-hidden-hover:not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;margin:0 !important;overflow:hidden !important;clip-path:inset(50%) !important;white-space:nowrap !important}.bdt-visible-toggle:not(:hover):not(:focus) .bdt-invisible-hover:not(:focus-within){opacity:0 !important}@media (hover:none){.bdt-hidden-touch{display:none !important}}@media (hover){.bdt-hidden-notouch{display:none !important}}*{--bdt-inverse:initial}.bdt-light,.bdt-section-primary:not(.bdt-preserve-color),.bdt-section-secondary:not(.bdt-preserve-color),.bdt-tile-primary:not(.bdt-preserve-color),.bdt-tile-secondary:not(.bdt-preserve-color),.bdt-card-primary.bdt-card-body,.bdt-card-primary>:not([class*="bdt-card-media"]),.bdt-card-secondary.bdt-card-body,.bdt-card-secondary>:not([class*="bdt-card-media"]),.bdt-overlay-primary,.bdt-offcanvas-bar{--bdt-inverse:light}.bdt-dark,.bdt-section-default:not(.bdt-preserve-color),.bdt-section-muted:not(.bdt-preserve-color),.bdt-tile-default:not(.bdt-preserve-color),.bdt-tile-muted:not(.bdt-preserve-color),.bdt-card-default.bdt-card-body,.bdt-card-default>:not([class*="bdt-card-media"]),.bdt-overlay-default,.bdt-dropbar,.bdt-navbar-container:not(.bdt-navbar-transparent),.bdt-navbar-dropdown,.bdt-dropdown{--bdt-inverse:dark}.bdt-inverse-light{--bdt-inverse:light !important}.bdt-inverse-dark{--bdt-inverse:dark !important}.bdt-modal-full{overflow-x:hidden}.hook-modal-dialog{border-radius:3px}.hook-modal-title{font-weight:400}.bdt-lightbox{position:fixed !important}.bdt-cover{max-width:none !important}.bdt-drop .bdt-card p:empty{display:none}.bdt-drop .bdt-card p:not(:first-child){margin-top:15px;margin-bottom:0}.bdt-tooltip{padding:7px 12px;background:#464646;border-radius:3px;font-size:13px}.elementor-align-justify .bdt-button{width:100%}.bdt-notification .bdt-spinner{vertical-align:middle}.bdt-notification .bdt-spinner svg{width:20px;height:auto}.bdt-notification .bdt-icon{margin-right:10px;vertical-align:middle;line-height:normal}.bdt-notification .bdt-close{top:50%;transform:translateY(-50%)}.bdt-notification .bdt-notification-message{padding:20px 40px 20px 20px;background:#ffffff;font-size:1rem;box-shadow:0 5px 20px rgba(0,0,0,0.1);border-radius:3px}.bdt-slideshow .bdt-slideshow-items{padding:0;margin:0}.bdt-slideshow .bdt-slideshow-items[bdt-height-viewport] .bdt-slideshow-item img{width:auto !important;height:auto}.bdt-modal-full{background-color:#fff}.hook-button{border-radius:3px}.hook-form{border-radius:3px}.bdt-sticky-wrapper{width:100%}.bdt-heading-title:before,.bdt-heading-tag:before,.bdt-slide-title:before{content:none}.bdt-tippy-tooltip{outline:none}[class*="elementor-widget-bdt-"] a:hover{text-decoration:none}@media (max-width:1200px){.bdt-user-login a.elementor-button .elementor-button-icon,.bdt-user-register a.elementor-button .elementor-button-icon{margin-left:0 !important;margin-right:0 !important}}.rtl .bdt-position-top-center,.rtl .bdt-position-bottom-center,.rtl .bdt-position-center{right:calc(50% - var(--bdt-position-margin-offset));left:auto}.rtl [bdt-cover],.rtl [data-bdt-cover]{right:50%;left:auto}.rtl [bdt-cover]:where(img, video),.rtl [data-bdt-cover]:where(img, video){position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;object-fit:cover;object-position:center}.bdt-particle-container {
	position: absolute;
	inline-size: 100%;
	block-size: 100%;
	top: 0;
	left: 0;
}

.bdt-particle-container canvas {
	display: block;
	vertical-align: block-end;
}

.bdt-particle-container .particles-js-canvas-el {
	position: absolute;
	top: 0;
	transform: scale(1);
	opacity: 1;
	animation: appear 1.4s 1;
	animation-fill-mode: forwards;
}

@keyframes appear {
	from {
		transform: scale(0);
		opacity: 0
	}

	to {
		transform: scale(1);
		opacity: 1
	}
}

/* swipper container css override */
[class*=" elementor-widget-bdt-"] .swiper-pagination-fraction,
[class*=" elementor-widget-bdt-"] .swiper-pagination-custom,
[class*=" elementor-widget-bdt-"] .swiper-horizontal>.swiper-pagination-bullets,
[class*=" elementor-widget-bdt-"] .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: auto;
}

/* Inline font feature fixing */
[class*=" elementor-widget-bdt-"] svg.e-font-icon-svg {
	block-size: 1em;
	inline-size: 1em;
}

/* elementor control override */
.elementor-control.elementor-control-type-heading {
	margin-block-start: -1px;
}

/* elementor lightbox override */
.elementor-lightbox .dialog-close-button .ep-icon-close {
	transition: transform 0.3s;
}

.elementor-lightbox .dialog-close-button:hover .ep-icon-close {
	transform: rotate(90deg);
}

.elementor-lightbox .elementor-swiper-button-next .ep-icon-chevron-right,
.elementor-lightbox .elementor-swiper-button-prev .ep-icon-chevron-left {
	transition: transform 0.3s;
}

.elementor-lightbox .elementor-swiper-button-prev:hover .ep-icon-chevron-left {
	transform: scale(1.2);
}

.elementor-lightbox .elementor-swiper-button-next:hover .ep-icon-chevron-right {
	transform: scale(1.2);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination {
	position: relative;
	display: flex;
	align-items: var(--ep-swiper-dots-align, center);
	justify-content: center;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet {
	inline-size: 10px;
	block-size: 10px;
	outline: none;
	transition: all .3s ease;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-inline-start: var(--ep-swiper-dots-space-between, 5px);
	outline: none;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination.swiper-pagination-fraction,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination.swiper-pagination-fraction,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination.swiper-pagination-fraction {
	bottom: auto;
	z-index: 1;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets {
	min-block-size: var(--ep-swiper-dots-active-height, 10px);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets .swiper-pagination-bullet:after,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
	content: '';
	inline-size: calc(100% + 6px);
	block-size: calc(100% + 6px);
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.bdt-arrows-align-center .bdt-position-center,
.bdt-arrows-dots-align-center .bdt-position-center {
	inline-size: 100%;
}

.bdt-arrows-align-center .bdt-navigation-prev,
.bdt-arrows-dots-align-center .bdt-navigation-prev {
	left: 0;
	position: absolute;
	transform: translateY(-50%);
}

.bdt-arrows-align-center .bdt-navigation-next,
.bdt-arrows-dots-align-center .bdt-navigation-next {
	right: 0;
	position: absolute;
	transform: translateY(-50%);
}

.rtl .bdt-arrows-align-center .bdt-navigation-prev,
.rtl .bdt-arrows-dots-align-center .bdt-navigation-prev {
	right: 0;
	left: auto;
}

.rtl .bdt-arrows-align-center .bdt-navigation-prev i,
.rtl .bdt-arrows-dots-align-center .bdt-navigation-prev i {
	transform: rotate(180deg);
}

.rtl .bdt-arrows-align-center .bdt-navigation-next,
.rtl .bdt-arrows-dots-align-center .bdt-navigation-next {
	left: 0;
	right: auto;
}

.rtl .bdt-arrows-align-center .bdt-navigation-next i,
.rtl .bdt-arrows-dots-align-center .bdt-navigation-next i {
	transform: rotate(180deg);
}

.bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination,
.bdt-arrows-dots-align-center .bdt-arrows-dots-container .swiper-pagination {
	position: absolute;
	inline-size: 100% !important;
}

.bdt-navigation-type-progress .swiper-pagination-progress {
	transform: translateY(15px);
	block-size: 5px;
	inline-size: 100%;
}

/* Sticky options style */
.elementor-section.bdt-sticky {
	transition: background-color 250ms ease-out, padding 300ms ease-out;
}

.elementor-section.bdt-motion-effect-wrapper {
	overflow: var(--ep-effect-section-overflow, visible) !important;
}

.elementor-column.bdt-motion-effect-wrapper {
	overflow: var(--ep-effect-column-overflow, visible) !important;
}

.bdt-motion-effect-yes {
	transition: transform var(--ep-effect-transition-duration, 300ms) var(--ep-effect-transition-easing, ease-out);
}

.elementor-widget.bdt-motion-effect-yes {
	transform: translate(var(--ep-effect-trans-x-normal, 0), var(--ep-effect-trans-y-normal, 0)) rotateX(var(--ep-effect-rotate-x-normal, 0)) rotateY(var(--ep-effect-rotate-y-normal, 0)) rotateZ(var(--ep-effect-rotate-z-normal, 0)) scaleX(var(--ep-effect-scale-x-normal, 1)) scaleY(var(--ep-effect-scale-y-normal, 1)) skewX(var(--ep-effect-skew-x-normal, 0)) skewY(var(--ep-effect-skew-y-normal, 0));
}

.elementor-widget.bdt-motion-effect-yes:hover,
.bdt-motion-effect-wrapper:hover .elementor-widget.bdt-motion-effect-yes {
	transform: translate(var(--ep-effect-trans-x-hover, var(--ep-effect-trans-x-normal, 0)), var(--ep-effect-trans-y-hover, var(--ep-effect-trans-y-normal, 0))) rotateX(var(--ep-effect-rotate-x-hover, var(--ep-effect-rotate-x-normal, 0))) rotateY(var(--ep-effect-rotate-y-hover, var(--ep-effect-rotate-y-normal, 0))) rotateZ(var(--ep-effect-rotate-z-hover, var(--ep-effect-rotate-z-normal, 0))) scaleX(var(--ep-effect-scale-x-hover, var(--ep-effect-scale-x-normal, 1))) scaleY(var(--ep-effect-scale-y-hover, var(--ep-effect-scale-y-normal, 1))) skewX(var(--ep-effect-skew-x-hover, var(--ep-effect-skew-x-normal, 0))) skewY(var(--ep-effect-skew-y-hover, var(--ep-effect-skew-y-normal, 0)));
	transition-delay: var(--ep-effect-transition-delay, 0ms);
}

/**
 * Backdrop filter css
 */

/**
 * Liquid Glass Effects css (integrated with backdrop filter)
 */
.bdt-backdrop-filter-yes.bdt-filter-liquid_glass > * {
	position: relative;
	z-index: 1;
}

.bdt-backdrop-filter-yes.bdt-filter-liquid_glass {
	overflow: hidden;
	backdrop-filter: blur(var(--ep-liquid-glass-effects-blur, 1px)) url(#bdt-frosted);
}

.elementor-widget.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass)>.elementor-widget,
.e-con-inner>.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass).elementor-element,
.e-con-inner>.e-con>.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass).elementor-element,
.e-con-inner>.e-con .bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass).elementor-element,
.e-con-inner.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass) .e-container__inner,
.elementor-column.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass)>.elementor-element-populated,
.elementor-column .elementor-element-populated>.bdt-backdrop-filter-yes:not(.bdt-filter-liquid_glass) {
	-webkit-backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0));
	backdrop-filter: blur(var(--ep-backdrop-filter-blur, 0)) brightness(var(--ep-backdrop-filter-brightness, 100%)) contrast(var(--ep-backdrop-filter-contrast, 1)) grayscale(var(--ep-backdrop-filter-grayscale, 0)) invert(var(--ep-backdrop-filter-invert, 0)) opacity(var(--ep-backdrop-filter-opacity, 1)) sepia(var(--ep-backdrop-filter-sepia, 0)) saturate(var(--ep-backdrop-filter-saturate, 1)) hue-rotate(var(--ep-backdrop-filter-hue-rotate, 0));
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
	inline-size: 100% !important;
	left: 0 !important;
	transform: translateX(0) !important;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

[class*="elementor-widget-bdt-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
[class*="elementor-widget-bdt-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

[class*="elementor-widget-bdt-"] .bdt-arrows-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 40));
	transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 40));
}

[class*="elementor-widget-bdt-"] .bdt-dots-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 30));
	transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 30));
}

[class*="elementor-widget-bdt-"] .bdt-arrows-dots-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 40));
	transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 40));
}

[class*="elementor-widget-bdt-"] .bdt-arrows-fraction-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 40));
	transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 40));
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-container,
[class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
	transform: translate(var(--ep-swiper-carousel-arrows-ncx, 0), var(--ep-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-dots-container,
[class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-dots-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 0)) rotate(90deg);
	transform: translate(var(--ep-swiper-carousel-dots-nnx, 0), var(--ep-swiper-carousel-dots-nny, 0)) rotate(90deg);
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-dots-container,
[class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-dots-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 0)) rotate(90deg);
	transform: translate(var(--ep-swiper-carousel-both-ncx, 0), var(--ep-swiper-carousel-both-ncy, 0)) rotate(90deg);
}

[class*="elementor-widget-bdt-"] .bdt-position-center-left .bdt-arrows-fraction-container,
[class*="elementor-widget-bdt-"] .bdt-position-center-right .bdt-arrows-fraction-container {
	-webkit-transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
	transform: translate(var(--ep-swiper-carousel-arrows-fraction-ncx, 0), var(--ep-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
}

/* swiper pagination common */
[class*="elementor-widget-bdt-"] .swiper-coverflow {
	padding-block-start: 15px;
}

[class*="elementor-widget-bdt-"] .swiper-coverflow .swiper-slide {
	transition-property: transform, border, background;
}

[class*="elementor-widget-bdt-"] .swiper-horizontal>.swiper-pagination-progress {
	top: auto;
	bottom: 0;
}

/* Text Hide on Responsive Device */
@media (min-width:768px) and (max-width:1023px) {
	.bdt-tablet {
		display: none;
	}
}

@media (min-width:1024px) {
	.bdt-desktop {
		display: none;
	}
}

@media (max-width:767px) {
	.bdt-mobile {
		display: none;
	}
}[class*="bdt-"] *,[class*="bdt-"] *::before,[class*="bdt-"] *::after{box-sizing:border-box}.bdt-advanced-divider>img{display:none}.bdt-reveal-effects-yes>*:not([class*="block-revealer"]){opacity:0}.bdt-ep-button{font-size:14px;color:#666;font-weight:700;display:inline-block !important}.bdt-ep-button.bdt-ep-button-size-xs{padding-block:5px;padding-inline:10px;font-size:10px;font-weight:400}.bdt-ep-button.bdt-ep-button-size-sm{padding-block:10px;padding-inline:20px;font-size:12px}.bdt-ep-button.bdt-ep-button-size-md{padding-block:15px;padding-inline:30px}.bdt-ep-button.bdt-ep-button-size-lg{padding-block:20px;padding-inline:30px;font-size:16px}.bdt-ep-button.bdt-ep-button-size-xl{padding-block:25px;padding-inline:30px;font-size:18px}.elementor-align-center .bdt-ep-button{inline-size:auto}.elementor-align-right .bdt-ep-button{inline-size:auto}.elementor-align-left .bdt-ep-button{inline-size:auto}.elementor-align-justify .bdt-ep-button{inline-size:100%}@media (max-width:1024px){.elementor-tablet-align-center .bdt-ep-button{inline-size:auto}.elementor-tablet-align-right .bdt-ep-button{inline-size:auto}.elementor-tablet-align-left .bdt-ep-button{inline-size:auto}.elementor-tablet-align-justify .bdt-ep-button{inline-size:100%}}@media (max-width:767px){.elementor-mobile-align-center .bdt-ep-button{inline-size:auto}.elementor-mobile-align-right .bdt-ep-button{inline-size:auto}.elementor-mobile-align-left .bdt-ep-button{inline-size:auto}.elementor-mobile-align-justify .bdt-ep-button{inline-size:100%}}.bdt-ep-shadow-mode-yes .bdt-ep-carousel .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-custom-carousel .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-wc-carousel .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-testimonial-carousel .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-event-carousel-skin-fable .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-event-carousel .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-portfolio-carousel .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-panel-slider .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-learnpress-carousel .swiper-carousel,.bdt-ep-shadow-mode-yes .ep-edd-product-review-carousel .swiper-carousel,.bdt-ep-shadow-mode-yes .bdt-tutor-lms-course-carousel .swiper-carousel{padding:10px;margin-block:0;margin-inline:-10px}.bdt-show-hidden-item--yes .swiper-carousel{overflow:visible}[class*="elementor-widget-bdt-"] .swiper-pagination-fraction,[class*="elementor-widget-bdt-"] .swiper-pagination-custom,[class*="elementor-widget-bdt-"] .swiper-horizontal .swiper-pagination-bullets,[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-bullets{inset-block-end:-50px;inline-size:100%}[class*="elementor-widget-bdt-"] .swiper-pagination-fraction .swiper-pagination-bullet,[class*="elementor-widget-bdt-"] .swiper-pagination-custom .swiper-pagination-bullet,[class*="elementor-widget-bdt-"] .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet{inline-size:10px;block-size:10px;margin-block:0;margin-inline:5px}.bdt-navigation-type-arrows-fraction .swiper-pagination{position:initial}.bdt-arrows-fraction-container .bdt-navigation-prev,.bdt-arrows-fraction-container .bdt-navigation-next,.bdt-arrows-dots-container .bdt-navigation-prev,.bdt-arrows-dots-container .bdt-navigation-next,.bdt-arrows-container .bdt-navigation-prev,.bdt-arrows-container .bdt-navigation-next{transition:all .3s ease}.bdt-arrows-fraction-container .bdt-navigation-prev i,.bdt-arrows-fraction-container .bdt-navigation-next i,.bdt-arrows-dots-container .bdt-navigation-prev i,.bdt-arrows-dots-container .bdt-navigation-next i,.bdt-arrows-container .bdt-navigation-prev i,.bdt-arrows-container .bdt-navigation-next i{display:inline-flex;transition:all .3s ease}.rtl .bdt-arrows-container,.rtl .bdt-arrows-fraction-container,.rtl .bdt-arrows-dots-container{direction:rtl}.rtl .bdt-arrows-container .swiper-pagination,.rtl .bdt-arrows-fraction-container .swiper-pagination,.rtl .bdt-arrows-dots-container .swiper-pagination{direction:ltr}.rtl .bdt-news-ticker-controls{display:flex;flex-direction:row-reverse}.bdt-pagination-dot-dot{display:flex;align-items:center;justify-content:center}.bdt-pagination-dot-dot span{line-height:1px;block-size:13px;color:#bbb !important}.elementor-widget .bdt-subnav{margin-block:0 10px;color:#999}.elementor-widget .bdt-subnav *{font-size:13px;font-weight:400}.elementor-widget .bdt-subnav span{color:inherit}.elementor-widget .bdt-subnav span span{display:inline-block}.elementor-widget .bdt-subnav span a{display:inline-block;transition:color .5s cubic-bezier(.4, .7, .04, .88)}.elementor-widget .bdt-subnav span a:hover{color:#666}.elementor-widget .bdt-subnav span a+a{margin-inline-end:5px;color:#999}.elementor-widget .bdt-subnav span:after{content:"";block-size:4px;inline-size:4px;border-radius:50%;background:#adb5bd;margin-inline:10px -10px;display:inline-block;line-height:4px;vertical-align:middle}.elementor-widget .bdt-subnav span:last-child::after{content:none}.bdt-button-icon-align-left{float:inline-start}.bdt-button-icon-align-right{float:inline-end}.bdt-flex-align-left{order:-1}.bdt-flex-align-right{order:99}.bdt-masonry-grid .bdt-gallery-item{float:inline-start;block-size:auto}.bdt-masonry-grid .bdt-gallery-item .bdt-gallery-thumbnail img{block-size:auto}.bdt-crypto-loader-wrap{inline-size:100%;block-size:100%}.bdt-crypto-currency-chart,.bdt-crypto-currency-grid,.bdt-crypto-currency-list{position:relative}.bdt-crypto-currency-chart .bdt-crypto-loader-wrap,.bdt-crypto-currency-grid .bdt-crypto-loader-wrap,.bdt-crypto-currency-list .bdt-crypto-loader-wrap{position:absolute}.elementor-widget-bdt-crypto-currency-chart-carousel .swiper:not(.swiper-initialized),.elementor-widget-bdt-crypto-currency-carousel .swiper:not(.swiper-initialized),.elementor-widget-bdt-fancy-slider .swiper:not(.swiper-initialized){opacity:1 !important;visibility:visible !important}[class*=" elementor-widget-bdt-"] .swiper:not(.swiper-initialized){opacity:0;visibility:hidden}[class*="elementor-widget-bdt-"] .bdt-navigation-next,[class*="elementor-widget-bdt-"] .bdt-navigation-prev{cursor:pointer}[class*="elementor-widget-bdt-"] .swiper-carousel .elementor-lightbox-content-source{display:none}[class*="elementor-widget-bdt-"] .swiper-slide{border-style:solid;border-width:0;overflow:hidden}[class*="elementor-widget-bdt-"] .swiper-horizontal+.swiper-pagination-progressbar,[class*="elementor-widget-bdt-"] .swiper-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{inline-size:100%;block-size:4px}[class*="elementor-widget-bdt-"] .swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}[class*="elementor-widget-bdt-"] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;inset-block-start:0;inset-inline-start:0;inline-size:100%;block-size:100%;transform:scale(0);transform-origin:inline-start block-start}[class*="elementor-widget-bdt-"] .bdt-position-bottom.swiper-pagination-progressbar{inset-block-start:auto}.bdt-animated-slow>span{animation-duration:2s}.bdt-animated-fast>span{animation-duration:.75s}.bdt-scrollnav-fixed-yes .bdt-scrollnav{position:fixed !important}.bdt-scrollnav-fixed-yes .bdt-scrollnav [class*="bdt-navbar"]{margin:30px}.bdt-comment-container .fb_iframe_widget,.bdt-comment-container .fb_iframe_widget span,.bdt-comment-container .fb_iframe_widget iframe{inline-size:100% !important}.bdt-ep-grid-filters-wrapper{margin-block-end:30px}.bdt-ep-grid-filters-wrapper ul li{cursor:pointer;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters{padding:0;margin:0}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter{display:inline-block;font-weight:700;border-block-end:2px solid transparent}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter.bdt-active{border-block-end-color:#444}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:first-child){margin-inline-start:calc(30px / 2)}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:last-child){margin-inline-end:calc(30px / 2)}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter .bdt-dropdown ul li.bdt-ep-grid-filter{margin:0}@media (min-width:1024px){.bdt-ep-grid-filter-container{transition:block-size .5s ease-out}}.bdt-document-viewer iframe{border:none}.bdt-lazy-loading{background:rgba(152,152,152,0.07);background-image:url(//ettronics.com/wp-content/plugins/bdthemes-element-pack-lite/assets/images/loading.svg);background-repeat:no-repeat;background-position:center}.bdt-dummy-loader{block-size:250px;background:rgba(152,152,152,0.05);background-repeat:no-repeat;background-position:center;animation-name:dummy-loader-animation;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in}@keyframes dummy-loader-animation{0%{background:rgba(152,152,152,0.05)}50%{background:rgba(152,152,152,0.2)}100%{background:rgba(152,152,152,0.05)}}.bdt-modal-link{cursor:pointer}.bdt-modal-link *{cursor:pointer}.bdt-modal-wrapper .bdt-modal-button{display:inline-flex;align-items:center;gap:8px}.bdt-ep-shadow-mode-yes:before,.bdt-ep-shadow-mode-yes:after{content:"";position:absolute;inline-size:20%;block-size:100%;inset-block-start:0;z-index:2 !important;pointer-events:none}.bdt-ep-shadow-mode-yes:before{background:linear-gradient(to inline-end, #fff 5%, rgba(255,255,255,0) 100%);inset-inline-start:0}.bdt-ep-shadow-mode-yes:after{background:linear-gradient(to inline-end, rgba(255,255,255,0) 0%, #fff 95%);inset-inline-end:0}@media (max-width:767px){.bdt-ep-shadow-mode-yes:before,.bdt-ep-shadow-mode-yes:after{content:none}}.elementor-widget-bdt-easy-digital-download .edd_downloads_list .edd_download{margin:0;padding:0}@keyframes attentionAnimation{0%{inset-inline-start:0}1%{inset-inline-start:-3px}2%{inset-inline-start:5px}3%{inset-inline-start:-8px}4%{inset-inline-start:8px}5%{inset-inline-start:-5px}6%{inset-inline-start:3px}7%{inset-inline-start:0}}.bdt-ep-attention-button{animation-name:attentionAnimation;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:ease-in;position:relative}.elementor-widget-wrap [data-tilt]{transition:box-shadow 400ms cubic-bezier(.25, .9, .58, 1)}.elementor-widget-wrap [data-tilt]:hover{box-shadow:0 20px 50px -10px rgba(0,0,0,0.45),0 50px 90px 0 rgba(51,51,51,0.15)}.bdt-post-grid-tab dl{margin:0;opacity:0;transition:opacity 450ms cubic-bezier(.3, .91, .58, 1)}.bdt-post-grid-tab .gridtab[class*="gridtab--"]{opacity:1}.bdt-hide-recaptcha-badge-yes .grecaptcha-badge{display:none}.elementor-widget-bdt-testimonial-slider .bdt-rating-item,.elementor-widget-bdt-testimonial-carousel .bdt-rating-item,.elementor-widget-bdt-testimonial-grid .bdt-rating-item{color:#e7e7e7}.elementor-widget-bdt-testimonial-slider .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget-bdt-testimonial-slider .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget-bdt-testimonial-slider .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget-bdt-testimonial-slider .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget-bdt-testimonial-slider .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5),.elementor-widget-bdt-testimonial-carousel .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget-bdt-testimonial-carousel .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget-bdt-testimonial-carousel .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget-bdt-testimonial-carousel .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget-bdt-testimonial-carousel .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5),.elementor-widget-bdt-testimonial-grid .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget-bdt-testimonial-grid .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget-bdt-testimonial-grid .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget-bdt-testimonial-grid .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget-bdt-testimonial-grid .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#ffcc00}.elementor-widget .bdt-rating .bdt-rating-item{font-size:14px;margin-inline-end:2px}.elementor-widget .bdt-review-platform{position:absolute;inset-block-end:0;inset-inline-end:0;padding:6px;background:#fff;font-size:13px;transition:all .3s ease}.elementor-widget .bdt-review-platform i{block-size:1em;inline-size:1em}.elementor-widget .bdt-review-google .bdt-platform-icon,.elementor-widget .bdt-review-google .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-google .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-google .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-google .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-google .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#4285f4}.elementor-widget .bdt-review-facebook .bdt-platform-icon,.elementor-widget .bdt-review-facebook .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-facebook .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-facebook .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-facebook .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-facebook .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#3c5b9b}.elementor-widget .bdt-review-yelp .bdt-platform-icon,.elementor-widget .bdt-review-yelp .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-yelp .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-yelp .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-yelp .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-yelp .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#d80027}.elementor-widget .bdt-review-g2 .bdt-platform-icon,.elementor-widget .bdt-review-g2 .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-g2 .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-g2 .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-g2 .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-g2 .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#ff492c}.elementor-widget .bdt-review-trustpilot .bdt-platform-icon,.elementor-widget .bdt-review-trustpilot .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-trustpilot .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-trustpilot .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-trustpilot .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-trustpilot .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#04da8d}.elementor-widget .bdt-review-trustradius .bdt-platform-icon,.elementor-widget .bdt-review-trustradius .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-trustradius .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-trustradius .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-trustradius .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-trustradius .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#1e50e5}.elementor-widget .bdt-review-tripadvisor .bdt-platform-icon,.elementor-widget .bdt-review-tripadvisor .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-tripadvisor .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-tripadvisor .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-tripadvisor .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-tripadvisor .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#34e0a1}.elementor-widget .bdt-review-foursquare .bdt-platform-icon,.elementor-widget .bdt-review-foursquare .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-foursquare .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-foursquare .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-foursquare .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-foursquare .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#de3160}.elementor-widget .bdt-review-glassdoor .bdt-platform-icon,.elementor-widget .bdt-review-glassdoor .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-glassdoor .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-glassdoor .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-glassdoor .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-glassdoor .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#0caa41}.elementor-widget .bdt-review-capterra .bdt-platform-icon,.elementor-widget .bdt-review-capterra .bdt-rating-1 .bdt-rating-item:nth-child(1),.elementor-widget .bdt-review-capterra .bdt-rating-2 .bdt-rating-item:nth-child(-n + 2),.elementor-widget .bdt-review-capterra .bdt-rating-3 .bdt-rating-item:nth-child(-n + 3),.elementor-widget .bdt-review-capterra .bdt-rating-4 .bdt-rating-item:nth-child(-n + 4),.elementor-widget .bdt-review-capterra .bdt-rating-5 .bdt-rating-item:nth-child(-n + 5){color:#044d80}.elementor-button svg{inline-size:1.2em}.ep-pagination .bdt-pagination{margin-block:20px;margin-inline:0}.ep-pagination .bdt-pagination li{list-style-type:none;padding-inline-start:5px}.ep-pagination .bdt-pagination li:hover a,.ep-pagination .bdt-pagination li.bdt-active a{color:#fff;background:#1e87f0}.ep-pagination .bdt-pagination li a{font-size:12px;padding-block:5px;padding-inline:25px;background:#ffffff;color:#1e87f0;border-radius:3px}.ep-pagination .bdt-pagination li:nth-child(1){padding-inline-start:0 !important}.bdt-honeycombs:not(.honeycombs-loaded){opacity:0}.bdt-background-overlay-yes:before{content:"";position:absolute;inset:0;pointer-events:none}.bdt-background-overlay-yes.bdt-bg-o-t-zoom:before{transform:scale(0);opacity:0;transition:transform 300ms, opacity 300ms}.bdt-background-overlay-yes.bdt-bg-o-t-zoom:hover:before{transform:scale(1);opacity:1}.bdt-background-overlay-yes.bdt-bg-o-t-rotate:before{transform:scale(0) rotate(-30deg);opacity:0;transition:transform 300ms, opacity 300ms}.bdt-background-overlay-yes.bdt-bg-o-t-rotate:hover:before{transform:scale(1) rotate(0deg);opacity:1}.bdt-mini-cart-button-icon svg{inline-size:18px}.bdt-svg-image img{inline-size:auto}.bdt-portfolio-gallery.bdt-portfolio-gallery-skin-janes .bdt-gallery-item .bdt-portfolio-inner .bdt-portfolio-desc{transform:rotateY(-90deg)}.epsc-clipboard .epsc-copy-btn{opacity:0;cursor:pointer}.epsc-clipboard:hover .epsc-copy-btn{opacity:1}.epsc-rating .epsc-rating-item{color:#e7e7e7}.epsc-rating .epsc-rating-item i{display:inline-flex;font-family:"element-pack" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.epsc-rating .epsc-rating-item i:before{content:"\ece0"}.epsc-rating[class*=" epsc-rating-0"] .epsc-rating-item:nth-child(1) i:after,.epsc-rating[class*=" epsc-rating-1"] .epsc-rating-item:nth-child(-n + 1) i:after,.epsc-rating[class*=" epsc-rating-2"] .epsc-rating-item:nth-child(-n + 2) i:after,.epsc-rating[class*=" epsc-rating-3"] .epsc-rating-item:nth-child(-n + 3) i:after,.epsc-rating[class*=" epsc-rating-4"] .epsc-rating-item:nth-child(-n + 4) i:after,.epsc-rating[class*=" epsc-rating-5"] .epsc-rating-item:nth-child(-n + 5) i:after{position:absolute;content:"\e95b";color:#ffcc00}.epsc-rating.epsc-rating-0-5 .epsc-rating-item:nth-child(1) i:after,.epsc-rating.epsc-rating-1-5 .epsc-rating-item:nth-child(2) i:after,.epsc-rating.epsc-rating-2-5 .epsc-rating-item:nth-child(3) i:after,.epsc-rating.epsc-rating-3-5 .epsc-rating-item:nth-child(4) i:after,.epsc-rating.epsc-rating-4-5 .epsc-rating-item:nth-child(5) i:after{content:"\e95d";color:#ffcc00;position:absolute}.bdt-floating-effect-infinite--yes>*{animation:fe-infinite-rotate var(--bdt-floating-effect-rotate-duration, 2000ms) linear infinite;animation-delay:var(--bdt-floating-effect-rotate-delay, 0)}@keyframes fe-infinite-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.tippy-box .tippy-content .bdt-title{display:block;font-weight:700;margin-block-end:5px;font-size:1.1em}@keyframes ep-grid-layer-animation-top-to-bottom{from{min-block-size:0vh}to{min-block-size:100vh}}.bdt-mouse-disabled{cursor:not-allowed}.bdt-modal .bdt-modal-dialog button.bdt-close{inline-size:auto}.bdt-modal .bdt-modal-dialog{position:relative;z-index:1;isolation:isolate}.bdt-modal .bdt-modal-body a[href]{position:relative;z-index:2;pointer-events:auto}.bdt-lightbox .bdt-lightbox-button{transition:all .3s ease}.bdt-lightbox .bdt-lightbox-button svg{inline-size:1em}.bdt-ep-grid-filter a{color:#798184}.bdt-realistic-image-shadow{position:relative;overflow:inherit !important}.elementor-widget-image.bdt-realistic-image-shadow img{display:block}.bdt-realistic-image-shadow img:nth-child(1){position:relative}.bdt-realistic-image-shadow img:nth-last-child(1){position:absolute;z-index:-1;inset-block-start:0;inset-inline-start:0;filter:blur(20px);transform:scaleX(.9) translateY(0);transition:filter .3s ease-out,opacity .3s ease-out,transform .3s ease-out}.bdt-realistic-image-shadow:not(.bdt-hover) img:nth-last-child(1){filter:blur(20px);opacity:.8;transform:scaleX(.9) translateY(20px)}.bdt-realistic-image-shadow.bdt-hover img:nth-child(1){transition:transform .3s ease-out}.bdt-realistic-image-shadow.bdt-hover:hover img:nth-child(1){transform:translateY(-15px)}.bdt-realistic-image-shadow.bdt-hover img:nth-last-child(1){block-size:100%;inline-size:100%;opacity:0}.bdt-realistic-image-shadow.bdt-hover:hover img:nth-last-child(1){opacity:.8;transform:scaleX(.9) translateY(15px)}.data-changed .price-int{background:#1e87f0;color:#fff;padding-block:2px;padding-inline:12px;border-radius:5px}.bdt-image-masking-yes.elementor-widget-image-carousel .swiper-slide-inner,.bdt-image-masking-yes.elementor-widget-image,.bdt-image-masking-yes .elementor-image-box-img,.bdt-image-mask{position:relative}.bdt-image-masking-yes.elementor-widget-image-carousel .swiper-slide-inner:before,.bdt-image-masking-yes.elementor-widget-image:before,.bdt-image-masking-yes .elementor-image-box-img:before,.bdt-image-mask:before{content:"";background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;block-size:100%;inline-size:100%;inset:0;z-index:1}.bdt-scroll-effect-scroll_fill .elementor-heading-title,.bdt-scroll-effect-scroll_fill .bdt-heading-tag span,.bdt-scroll-effect-scroll_fill .bdt-ep-advanced-heading-main-title-inner,.bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h1,.bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h2,.bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h3,.bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h4,.bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h5,.bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>h6,.bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>p,.bdt-scroll-effect-scroll_fill.elementor-widget-text-editor>div{position:relative;display:inline !important;-webkit-text-fill-color:rgba(0,0,0,0.1);-webkit-background-clip:text;background-repeat:no-repeat;background-image:linear-gradient(var(--bdt-adh-text-bg, #000), var(--bdt-adh-text-bg, #000));background-size:0% 100%}.bdt-scroll-effect-scaling_gradient_text .elementor-heading-title .bdt-sg-letter,.bdt-scroll-effect-scaling_gradient_text .bdt-heading-tag span .bdt-sg-letter,.bdt-scroll-effect-scaling_gradient_text .bdt-ep-advanced-heading-main-title-inner .bdt-sg-letter,.bdt-scroll-effect-scaling_gradient_text.elementor-widget-text-editor .bdt-sg-letter{opacity:0;transform:scale(2)}.bdt-scroll-effect-reveal_gradient_mask .elementor-heading-title,.bdt-scroll-effect-reveal_gradient_mask .bdt-heading-tag span,.bdt-scroll-effect-reveal_gradient_mask .bdt-ep-advanced-heading-main-title-inner,.bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h1,.bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h2,.bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h3,.bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h4,.bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h5,.bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>h6,.bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>p,.bdt-scroll-effect-reveal_gradient_mask.elementor-widget-text-editor>div{position:relative;overflow:hidden}.bdt-scroll-effect-reveal_gradient_mask .bdt-rgm-wrapper{position:relative;display:inline-block}.bdt-scroll-effect-reveal_gradient_mask .bdt-rgm-mask{position:absolute;inset-block-start:0;inset-inline-start:100%;inline-size:200%;block-size:100%;max-inline-size:none;pointer-events:none;z-index:1;transform:translateX(0%)}@media (min-width:768px){.elementor-position-right .bdt-ep-advanced-counter,.elementor-position-left .bdt-ep-advanced-counter{display:flex}}.bdt-pass-input-wrapper{position:relative}.bdt-pass-input-wrapper .bdt-toggle-pass-wrapper{position:absolute;inset-block-start:50%;inset-inline-start:auto;inset-inline-end:10px;transform:translate(-50%, -50%)}[dir="rtl"] .bdt-pass-input-wrapper .bdt-toggle-pass-wrapper{transform:translate(50%, -50%)}.bdt-pass-input-wrapper .bdt-toggle-pass-wrapper i{cursor:pointer}.ep-title-style-1,.ep-title-style-2,.ep-title-style-3,.ep-title-style-4{background-image:-webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));background-image:linear-gradient(currentColor, currentColor);background-repeat:no-repeat;background-size:0% 2px;-webkit-transition:background-size .3s;transition:background-size .3s;display:inline-block}.ep-title-style-1:hover,.ep-title-style-2:hover,.ep-title-style-3:hover,.ep-title-style-4:hover{background-size:100% 2px}.ep-title-style-1:focus,.ep-title-style-2:focus,.ep-title-style-3:focus,.ep-title-style-4:focus{background-size:100% 2px}.ep-title-style-1{background-position:0% 100%}.ep-title-style-2{background-position:0% 0}.ep-title-style-4{background-position:50% 0%}.ep-title-style-3{background-position:50% 100%}.ep-title-style-5{position:relative;text-decoration:none;display:inline-block}.ep-title-style-5:after{content:'';position:absolute;inline-size:100%;block-size:2px;inset-block-end:0;inset-inline-start:0;background-color:currentColor;transform:scaleX(0);transform-origin:block-end inline-end;transition:transform .3s}.ep-title-style-5:hover:after{transform-origin:block-end inline-start;transform:scaleX(1)}.elementor-widget-bdt-wc-add-to-cart .single_variation_wrap,.elementor-widget-bdt-wc-elements .single_variation_wrap{display:flex;flex-direction:column}.elementor-widget-bdt-wc-add-to-cart .swatches-support table.variations,.elementor-widget-bdt-wc-elements .swatches-support table.variations{display:flex}.elementor-widget-bdt-wc-add-to-cart table.variations,.elementor-widget-bdt-wc-elements table.variations{border-collapse:separate;border-spacing:0 10px;margin-block-end:0 !important}.elementor-widget-bdt-wc-add-to-cart form.cart tr,.elementor-widget-bdt-wc-elements form.cart tr{position:relative}.elementor-widget-bdt-wc-add-to-cart form.cart *,.elementor-widget-bdt-wc-elements form.cart *{text-align:start}.elementor-widget-bdt-wc-add-to-cart .quantity button,.elementor-widget-bdt-wc-elements .quantity button{padding-block:15px;padding-inline:15px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#ddd;border-radius:3px 3px 3px 3px;color:#444;line-height:1;cursor:pointer;background:#fff}.elementor-widget-bdt-wc-add-to-cart .quantity button:hover,.elementor-widget-bdt-wc-elements .quantity button:hover{background:#f9f9f9}.elementor-widget-bdt-wc-add-to-cart form.cart div.quantity,.elementor-widget-bdt-wc-elements form.cart div.quantity{display:flex !important;gap:4px}.elementor-widget-bdt-wc-add-to-cart form.cart div.quantity .qty,.elementor-widget-bdt-wc-elements form.cart div.quantity .qty{margin-inline-end:0 !important;padding:14px;inline-size:5.631em;border:1px solid #ddd}.elementor-widget-bdt-wc-add-to-cart .woocommerce-variation-add-to-cart,.elementor-widget-bdt-wc-elements .woocommerce-variation-add-to-cart{display:flex}.elementor-widget-bdt-wc-add-to-cart table th,.elementor-widget-bdt-wc-add-to-cart table td,.elementor-widget-bdt-wc-elements table th,.elementor-widget-bdt-wc-elements table td{padding:0}.elementor-widget-bdt-wc-add-to-cart form.cart table td,.elementor-widget-bdt-wc-add-to-cart div.product form.cart table td,.elementor-widget-bdt-wc-elements form.cart table td,.elementor-widget-bdt-wc-elements div.product form.cart table td{padding-inline-start:20px !important}.elementor-widget-bdt-wc-add-to-cart table tbody tr:hover>td,.elementor-widget-bdt-wc-add-to-cart table tbody tr:hover>th,.elementor-widget-bdt-wc-add-to-cart table tbody>tr:nth-child(odd)>td,.elementor-widget-bdt-wc-add-to-cart table tbody>tr:nth-child(odd)>th,.elementor-widget-bdt-wc-elements table tbody tr:hover>td,.elementor-widget-bdt-wc-elements table tbody tr:hover>th,.elementor-widget-bdt-wc-elements table tbody>tr:nth-child(odd)>td,.elementor-widget-bdt-wc-elements table tbody>tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-bdt-wc-add-to-cart .woocommerce-variation-price,.elementor-widget-bdt-wc-elements .woocommerce-variation-price{margin-block-end:15px}:root {
  --masteriyo-color-primary: #4584ff;
  --masteriyo-color-primary-light: #78a6ff;
  --masteriyo-color-primary-lightest: #f8faff;
  --masteriyo-color-primary-dark: #4c5cc1;
  --masteriyo-button-primary: #4584ff;
  --masteriyo-button-primary-hover: #4584ff;
  --masteriyo-text-color: #383838;
  --masteriyo-color-primary-a10: rgba(69, 132, 255, 0.1);
  --masteriyo-color-primary-a20: rgba(69, 132, 255, 0.2);
  --masteriyo-color-primary-a80: rgba(69, 132, 255, 0.8);
  --masteriyo-color-accent: #fd739c;
  --masteriyo-color-accent-light: #ff97b6;
  --masteriyo-color-accent-dark: #fd739c;
  --masteriyo-color-accent-darker: #fc6592;
  --masteriyo-color-accent-a20: rgba(253, 115, 156, 0.2);
  --masteriyo-color-white: #fff;
  --masteriyo-color-white-a10: rgba(255, 255, 255, 0.1);
  --masteriyo-color-grey-lighter: #fafbff;
  --masteriyo-color-grey-light: #f9f9f9;
  --masteriyo-color-grey-dark: #424360;
  --masteriyo-color-green: #69db7c;
  --masteriyo-color-green-a20: rgba(150, 230, 163, 0.2);
  --masteriyo-color-background-grey: #f8f8f8;
  --masteriyo-color-black: #000;
  --masteriyo-color-golden: #e59819;
  --masteriyo-color-heading: #07092f;
  --masteriyo-color-text: #424360;
  --masteriyo-color-text-light: #7c7d8f;
  --masteriyo-color-text-light-a20: rgba(124, 125, 143, 0.1);
  --masteriyo-color-blue-dark: #07092f;
  --masteriyo-color-btn-grey: #424360;
  --masteriyo-color-btn-blue-dark: #07092f;
  --masteriyo-color-btn-blue-hover: #1262ff;
  --masteriyo-color-btn-blue-active: #4c5cc1;
  --masteriyo-color-placeholder: #acacbe;
  --masteriyo-color-disabled: #f9f9f9;
  --masteriyo-color-disabled-text: #424360;
  --masteriyo-color-border: #ebecf2;
  --masteriyo-color-badge-blue: #4dabf7;
  --masteriyo-color-badge-red: #ff5252;
  --masteriyo-color-badge-red-dark: #ff1f1f;
  --masteriyo-color-badge-green: #69db7c;
  --masteriyo-color-badge-pink: #fd739c;
  --masteriyo-color-danger: #ff8787;
  --masteriyo-color-danger-a10: rgba(255, 135, 135, 0.1);
  --masteriyo-color-info: #4dabf7;
  --masteriyo-color-info-a10: rgba(77, 171, 247, 0.1);
  --masteriyo-color-success: #69db7c;
  --masteriyo-color-success-a10: rgba(105, 219, 124, 0.1);
  --masteriyo-color-warning: #ffa94d;
  --masteriyo-color-warning-a10: rgba(255, 169, 77, 0.1);
  --masteriyo-color-danger-border: #ffa8a8;
  --masteriyo-color-info-border: #74c0fc;
  --masteriyo-color-success-border: #8ce99a;
  --masteriyo-color-waring-border: #ffc078;
  --masteriyo-color-warning-border: #ffc078;
  --masteriyo-color-facebook: #4267b2;
  --masteriyo-color-gmail: #dd4b39;
  --masteriyo-color-twitter: #55acee;
  --masteriyo-color-linkedin: #2d7bb6;
  --masteriyo-color-github: #242a2d;
  --masteriyo-color-featured: #4584ff;
  --masteriyo-color-badge: #f57f01;
}

.masteriyo-text-red {
  color: #ff0000;
}

.masteriyo-bg-red {
  background: #ff0000;
}

/* Margin/Padding */
.masteriyo .columns-4,
.masteriyo-courses-block .columns-4 {
  display: flex;
  flex-wrap: wrap;
}
.masteriyo .columns-4 .masteriyo-col,
.masteriyo-courses-block .columns-4 .masteriyo-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
  width: 25%;
}
.masteriyo .columns-4 .masteriyo-col .masteriyo-course--content,
.masteriyo-courses-block .columns-4 .masteriyo-col .masteriyo-course--content {
  padding: 18px;
}
.masteriyo .columns-4 .masteriyo-col .masteriyo-course-author,
.masteriyo-courses-block .columns-4 .masteriyo-col .masteriyo-course-author {
  flex-basis: auto;
}
.masteriyo .columns-4 .masteriyo-col .masteriyo-rating,
.masteriyo-courses-block .columns-4 .masteriyo-col .masteriyo-rating {
  justify-content: flex-end;
  line-height: 14px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .masteriyo .columns-4 .masteriyo-col,
  .masteriyo-courses-block .columns-4 .masteriyo-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .masteriyo .columns-4 .masteriyo-col,
  .masteriyo-courses-block .columns-4 .masteriyo-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.masteriyo .columns-3,
.masteriyo-courses-block .columns-3 {
  display: flex;
  flex-wrap: wrap;
}
.masteriyo .columns-3 .masteriyo-col,
.masteriyo-courses-block .columns-3 .masteriyo-col {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 15px;
  width: 33.3333%;
}
@media (max-width: 1024px) {
  .masteriyo .columns-3 .masteriyo-col,
  .masteriyo-courses-block .columns-3 .masteriyo-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .masteriyo .columns-3 .masteriyo-col,
  .masteriyo-courses-block .columns-3 .masteriyo-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.masteriyo .columns-2,
.masteriyo-courses-block .columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.masteriyo .columns-2 .masteriyo-col,
.masteriyo-courses-block .columns-2 .masteriyo-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
  width: 50%;
}
@media (max-width: 768px) {
  .masteriyo .columns-2 .masteriyo-col,
  .masteriyo-courses-block .columns-2 .masteriyo-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.masteriyo .columns-1,
.masteriyo-courses-block .columns-1 {
  display: flex;
  flex-wrap: wrap;
}
.masteriyo .columns-1 .masteriyo-col,
.masteriyo-courses-block .columns-1 .masteriyo-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
  width: 100%;
}
.masteriyo .columns-4:not(.list-view),
.masteriyo .columns-3:not(.list-view),
.masteriyo .columns-2:not(.list-view),
.masteriyo .columns-1:not(.list-view),
.masteriyo-courses-block .columns-4:not(.list-view),
.masteriyo-courses-block .columns-3:not(.list-view),
.masteriyo-courses-block .columns-2:not(.list-view),
.masteriyo-courses-block .columns-1:not(.list-view) {
  display: grid;
  gap: 30px;
  margin: 0;
}
.masteriyo .columns-4:not(.list-view) .masteriyo-col,
.masteriyo .columns-3:not(.list-view) .masteriyo-col,
.masteriyo .columns-2:not(.list-view) .masteriyo-col,
.masteriyo .columns-1:not(.list-view) .masteriyo-col,
.masteriyo-courses-block .columns-4:not(.list-view) .masteriyo-col,
.masteriyo-courses-block .columns-3:not(.list-view) .masteriyo-col,
.masteriyo-courses-block .columns-2:not(.list-view) .masteriyo-col,
.masteriyo-courses-block .columns-1:not(.list-view) .masteriyo-col {
  padding: 0 !important;
  flex: unset;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .masteriyo .columns-4:not(.list-view) .masteriyo-col,
  .masteriyo .columns-3:not(.list-view) .masteriyo-col,
  .masteriyo .columns-2:not(.list-view) .masteriyo-col,
  .masteriyo .columns-1:not(.list-view) .masteriyo-col,
  .masteriyo-courses-block .columns-4:not(.list-view) .masteriyo-col,
  .masteriyo-courses-block .columns-3:not(.list-view) .masteriyo-col,
  .masteriyo-courses-block .columns-2:not(.list-view) .masteriyo-col,
  .masteriyo-courses-block .columns-1:not(.list-view) .masteriyo-col {
    padding: 0;
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
}
.masteriyo .columns-4,
.masteriyo-courses-block .columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .masteriyo .columns-4,
  .masteriyo-courses-block .columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .masteriyo .columns-4,
  .masteriyo-courses-block .columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .masteriyo .columns-4,
  .masteriyo-courses-block .columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo .columns-3,
.masteriyo-courses-block .columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .masteriyo .columns-3,
  .masteriyo-courses-block .columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .masteriyo .columns-3,
  .masteriyo-courses-block .columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo .columns-2,
.masteriyo-courses-block .columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .masteriyo .columns-2,
  .masteriyo-courses-block .columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo .columns-1,
.masteriyo-courses-block .columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.masteriyo-hidden {
  display: none;
}

.masteriyo-show {
  display: block;
}

.masteriyo-flex {
  display: flex;
  flex-wrap: wrap;
}

.masteriyo-inline-flex {
  display: inline-flex;
}

.masteriyo-flex-ycenter {
  align-items: center;
}

.masteriyo-flex-xcenter {
  justify-content: center;
}

.masteriyo-flex--space-between {
  justify-content: space-between;
}

.masteriyo-icon-svg > svg {
  width: 24px;
  height: 24px;
  display: inherit;
}

.masteriyo-pbar {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.masteriyo-progressbar {
  height: 16px;
  position: relative;
  background: var(--masteriyo-color-primary-a20);
  overflow: hidden;
  border-radius: 50px;
}
.masteriyo-progressbar span {
  display: block;
  height: 100%;
}

.masteriyo-progress {
  background: var(--masteriyo-color-primary);
  animation: progressbar 3s ease-in-out;
  animation-fill-mode: both;
  padding: 0 10px;
  font-size: 9px;
  color: var(--masteriyo-color-white);
}
@keyframes progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.masteriyo-no-flex-wrap {
  flex-wrap: nowrap;
}

.cgap-62 {
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.masteriyo-col-8 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
  padding: 15px;
  width: 66.6666%;
}

.masteriyo-col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 15px;
  width: 33.3333%;
}

.masteriyo-w-100 {
  width: 100%;
}

.masteriyo-border {
  border-bottom: 1px solid var(--masteriyo-color-border);
}

.masteriyo-container,
.masteriyo-container-fluid,
.masteriyo-container-sm,
.masteriyo-container-md,
.masteriyo-container-lg,
.masteriyo-container-xl {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
}

.elementor-element .masteriyo-course-carousel,
.elementor-element .masteriyo-category-carousel {
  margin-bottom: 35px;
}
.elementor-element .masteriyo-course-carousel .swiper-button-next,
.elementor-element .masteriyo-category-carousel .swiper-button-next {
  right: -5%;
}
.elementor-element .masteriyo-course-carousel .swiper-button-prev,
.elementor-element .masteriyo-category-carousel .swiper-button-prev {
  left: -5%;
}

.masteriyo-btn.masteriyo-btn {
  max-width: 100%;
  min-height: 40px;
  line-height: 25px;
  align-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  padding: 0px 20px;
  text-align: center;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
}
.masteriyo-btn.masteriyo-btn.masteriyo-enroll-btn svg {
  width: 18px !important;
  height: 18px !important;
  fill: var(--masteriyo-color-white);
  margin-right: 0 !important;
}
.masteriyo-btn.masteriyo-btn.masteriyo-password-protected {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
}
.masteriyo-btn.masteriyo-btn-default {
  background: var(--masteriyo-color-white);
  color: var(--masteriyo-color-btn-grey);
}
.masteriyo-btn.masteriyo-btn-default:focus, .masteriyo-btn.masteriyo-btn-default:active {
  background: var(--masteriyo-color-btn-blue-active);
  color: var(--masteriyo-color-white);
}
.masteriyo-btn.masteriyo-btn-default--lg {
  padding: 12px 16px;
  font-size: 14px;
}
.masteriyo-btn.masteriyo-btn-default--xl {
  padding: 16px 20px;
  font-size: 16px;
}
.masteriyo-btn.masteriyo-btn-primary {
  background: var(--masteriyo-button-primary);
  color: var(--masteriyo-color-white);
  text-decoration: none;
  border: 0;
}
.masteriyo-btn.masteriyo-btn-primary:hover {
  opacity: 0.9;
  background: var(--masteriyo-button-primary-hover);
  color: var(--masteriyo-color-white);
}
.masteriyo-btn.masteriyo-btn-primary:focus, .masteriyo-btn.masteriyo-btn-primary:active {
  outline: none;
  box-shadow: none;
}
.masteriyo-btn.masteriyo-btn-primary--lg {
  padding: 12px 16px;
  font-size: 14px;
}
.masteriyo-btn.masteriyo-btn-primary--xl {
  padding: 16px 20px;
  font-size: 16px;
}
.masteriyo-btn.masteriyo-btn-secondary {
  background: transparent;
  border: 1px solid var(--masteriyo-button-primary);
  color: var(--masteriyo-color-primary);
  text-decoration: none;
  width: 100%;
}
.masteriyo-btn.masteriyo-btn-secondary:hover {
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-button-primary-hover);
  border-color: var(--masteriyo-button-primary-hover);
}
.masteriyo-btn.masteriyo-btn-secondary:focus, .masteriyo-btn.masteriyo-btn-secondary:active {
  outline: none;
  box-shadow: none;
}
.masteriyo-btn.masteriyo-btn-accent {
  background: var(--masteriyo-color-accent);
  color: var(--masteriyo-color-white);
}
.masteriyo-btn.masteriyo-btn-accent:hover {
  background: var(--masteriyo-color-accent-dark);
}
.masteriyo-btn.masteriyo-btn-accent:focus, .masteriyo-btn.masteriyo-btn-accent:active {
  background: var(--masteriyo-color-accent-darker);
}
.masteriyo-btn.masteriyo-btn-accent--lg {
  padding: 12px 16px;
  font-size: 14px;
}
.masteriyo-btn.masteriyo-btn-accent--xl {
  padding: 16px 20px;
  font-size: 16px;
}
.masteriyo-btn.masteriyo-btn-disabled {
  background: var(--masteriyo-color-disabled);
  color: var(--masteriyo-color-disabled-text);
}
.masteriyo-btn.masteriyo-btn-disabled:hover {
  cursor: not-allowed;
}
.masteriyo-btn.masteriyo-btn-disabled:focus, .masteriyo-btn.masteriyo-btn-disabled:active {
  background: var(--masteriyo-color-disabled);
  color: var(--masteriyo-color-disabled-text);
}
.masteriyo-btn.masteriyo-btn-disabled--lg {
  padding: 12px 16px;
  font-size: 14px;
}
.masteriyo-btn.masteriyo-btn-disabled--xl {
  padding: 16px 20px;
  font-size: 16px;
}
.masteriyo-btn.masteriyo-btn-outline {
  color: var(--masteriyo-color-disabled-text);
  border: 1px solid var(--masteriyo-color-border);
  background: transparent;
}
.masteriyo-btn.masteriyo-btn-outline:hover {
  color: var(--masteriyo-color-disabled-text);
  border-color: var(--masteriyo-color-primary-lightest);
  background: var(--masteriyo-color-primary-lightest);
}
.masteriyo-btn.masteriyo-btn-outline:focus, .masteriyo-btn.masteriyo-btn-outline:active {
  background: var(--masteriyo-color-disabled);
  color: var(--masteriyo-color-disabled-text);
  border-color: var(--masteriyo-color-border);
}
.masteriyo-btn.masteriyo-btn-outline--lg {
  padding: 12px 16px;
  font-size: 14px;
}
.masteriyo-btn.masteriyo-btn-outline--xl {
  padding: 16px 20px;
  font-size: 16px;
}
.masteriyo-btn.masteriyo-btn-warning {
  color: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-color-border);
  background: var(--masteriyo-color-badge-red);
}
.masteriyo-btn.masteriyo-btn-warning:hover {
  color: var(--masteriyo-color-white);
  border-color: var(--masteriyo-color-primary-lightest);
  background: var(--masteriyo-color-badge-red-dark);
}
.masteriyo-btn.masteriyo-btn-warning:focus, .masteriyo-btn.masteriyo-btn-warning:active {
  background: var(--masteriyo-color-badge-red-dark);
  color: var(--masteriyo-color-white);
  border-color: var(--masteriyo-color-primary-lightest);
}
.masteriyo-btn.masteriyo-btn-warning--lg {
  padding: 12px 16px;
  font-size: 14px;
}
.masteriyo-btn.masteriyo-btn-warning--xl {
  padding: 16px 20px;
  font-size: 16px;
}

.masteriyo .masteriyo-link-primary {
  color: var(--masteriyo-color-primary);
  font-weight: 500;
  text-decoration: underline;
}
.masteriyo .masteriyo-link-primary:hover {
  color: var(--masteriyo-color-primary-a80);
}

.masteriyo-form-container {
  width: 36em;
  padding: 40px;
  border: 1px solid var(--masteriyo-color-border);
}

.masteriyo-alert {
  padding: 8px 16px;
  margin: 8px 0;
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px;
}

.masteriyo-error {
  margin: 8px 0;
}

.masteriyo-info-msg {
  background: var(--masteriyo-color-info-a10);
  color: var(--masteriyo-color-info);
  border-color: var(--masteriyo-color-info);
}

.masteriyo-warning-msg {
  background: var(--masteriyo-color-warning-a10);
  color: var(--masteriyo-color-warning);
  border-color: var(--masteriyo-color-warning);
}

.masteriyo-danger-msg {
  background: var(--masteriyo-color-danger-a10);
  color: var(--masteriyo-color-danger);
  border-color: var(--masteriyo-color-danger);
}

.masteriyo-success-msg {
  background: var(--masteriyo-color-success-a10);
  color: var(--masteriyo-color-success);
  border-color: var(--masteriyo-color-success);
}

.masteriyo-delete-msg {
  background: var(--masteriyo-color-grey-light);
  color: var(--masteriyo-color-text-light);
  border-color: var(--masteriyo-color-border);
}

.masteriyo-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--masteriyo-color-heading);
  display: inherit;
  margin-bottom: 8px;
}

.masteriyo-input {
  padding: 8px 16px;
  outline: none;
  width: calc(100% - 32px);
  border: 2px solid var(--masteriyo-color-border);
  border-radius: 4px;
}
.masteriyo-input::-moz-placeholder {
  color: var(--masteriyo-color-placeholder);
}
.masteriyo-input::placeholder {
  color: var(--masteriyo-color-placeholder);
}
.masteriyo-input:hover {
  border-color: var(--masteriyo-color-primary);
}
.masteriyo-input:focus, .masteriyo-input:active {
  border-color: var(--masteriyo-color-primary);
  background-color: var(--masteriyo-color-primary-lightest);
  color: var(--masteriyo-color-heading);
}
.masteriyo-input.success {
  border-color: var(--masteriyo-color-success);
}
.masteriyo-input.danger {
  border-color: var(--masteriyo-color-danger);
}
.masteriyo-input.warning {
  border-color: var(--masteriyo-color-warning);
}

.masteriyo-vertical-menu {
  border-right: 1px solid var(--masteriyo-color-border);
  flex: 1 1 20%;
  min-width: 200px;
  padding-top: 40px;
  padding-left: 8px;
}
.masteriyo-vertical-menu svg {
  width: 24px;
  height: 24px;
  fill: var(--masteriyo-color-text-light);
}

.masteriyo-sidebar-wrapper .masteriyo-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.masteriyo-sidebar-wrapper .masteriyo-profile--img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.masteriyo-sidebar-wrapper .masteriyo-profile--name {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  word-break: break-all;
}
.masteriyo-sidebar-wrapper .masteriyo-profile--name svg {
  width: 16px;
  height: 16px;
}
.masteriyo-sidebar-wrapper .masteriyo-profile--name {
  font-size: 16px;
  font-weight: 600;
}
.masteriyo-sidebar-wrapper .masteriyo-profile--details {
  margin-left: 16px;
  margin-right: 16px;
}
.masteriyo-sidebar-wrapper .masteriyo-menu {
  margin-top: 40px;
}
.masteriyo-sidebar-wrapper .masteriyo-menu ul {
  margin: 0;
  padding: 0;
}
.masteriyo-sidebar-wrapper .masteriyo-menu ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 16px;
  border: 1px solid transparent;
}
.masteriyo-sidebar-wrapper .masteriyo-menu ul li.active, .masteriyo-sidebar-wrapper .masteriyo-menu ul li:hover {
  margin-right: -1px;
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px 0 0 4px;
  border-right: 1px solid var(--masteriyo-color-white);
  background-color: var(--masteriyo-color-white);
}
.masteriyo-sidebar-wrapper .masteriyo-menu ul li.active svg, .masteriyo-sidebar-wrapper .masteriyo-menu ul li:hover svg {
  fill: var(--masteriyo-color-blue-dark);
}
.masteriyo-sidebar-wrapper .masteriyo-menu ul li a {
  text-decoration: none;
  display: inline-flex;
  width: 100%;
  gap: 10px;
  align-items: center;
}

.masteriyo-dropdown {
  width: 32px;
  height: 32px;
  position: relative;
}
.masteriyo-dropdown span {
  background: #f7f7f7;
  border-radius: 4px;
  font-size: 1.2em;
  font-variant: small-caps;
  cursor: pointer;
  display: block;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: 0;
}
.masteriyo-dropdown span svg {
  fill: #4e4e4e;
}

.masteriyo-slide {
  clear: both;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  position: absolute;
  background: var(--masteriyo-color-white);
  right: 0;
  top: 36px;
  max-height: 72px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.masteriyo-slide li {
  padding: 6px 12px;
  cursor: pointer;
  border-bottom: 1px solid var(--masteriyo-color-border);
  color: #383838;
  transition: all 0.3s ease-in-out;
}
.masteriyo-slide li strong {
  font-weight: 400;
}
.masteriyo-slide li:hover {
  background-color: var(--masteriyo-color-primary-lightest);
  color: var(--masteriyo-color-primary);
}
.masteriyo-slide li .text {
  font-size: 12px;
  line-height: 14px;
  color: var(--masteriyo-color-text);
  font-weight: normal;
  text-decoration: none;
}
.masteriyo-slide li.masteriyo-delete-course-review:hover {
  color: #f25656;
}
.masteriyo-slide li:last-child {
  padding-top: 6px;
  padding-bottom: 6px;
}
.masteriyo-slide li.masteriyo-delete-course-review:hover {
  color: #f25656;
}

.masteriyo-dropdown .icon_box {
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--masteriyo-color-border);
}
.masteriyo-dropdown .icon_box:hover {
  background-color: var(--masteriyo-color-primary-lightest);
  border: 1px solid var(--masteriyo-color-primary-lightest);
}

#touch {
  position: absolute;
  opacity: 0;
  height: 0;
}
#touch:checked + .slide {
  height: 300px;
}

.masteriyo-container ul.page-numbers,
.masteriyo-course-list-display-section ul.page-numbers {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: var(--masteriyo-color-white);
  margin: 40px auto 12px;
  padding: 8px;
  gap: 8px;
}
.masteriyo-container ul.page-numbers .prev,
.masteriyo-container ul.page-numbers .next,
.masteriyo-course-list-display-section ul.page-numbers .prev,
.masteriyo-course-list-display-section ul.page-numbers .next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.masteriyo-container ul.page-numbers .prev svg,
.masteriyo-container ul.page-numbers .next svg,
.masteriyo-course-list-display-section ul.page-numbers .prev svg,
.masteriyo-course-list-display-section ul.page-numbers .next svg {
  width: 24px;
  height: 24px;
}
.masteriyo-container ul.page-numbers li,
.masteriyo-course-list-display-section ul.page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  width: 40px;
  height: 38px;
}
.masteriyo-container ul.page-numbers li a:hover,
.masteriyo-course-list-display-section ul.page-numbers li a:hover {
  color: var(--masteriyo-color-primary);
}
.masteriyo-container ul.page-numbers li span,
.masteriyo-course-list-display-section ul.page-numbers li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.masteriyo-container ul.page-numbers li span.current,
.masteriyo-course-list-display-section ul.page-numbers li span.current {
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-primary);
}
.masteriyo-container ul.page-numbers .prev,
.masteriyo-course-list-display-section ul.page-numbers .prev {
  cursor: pointer;
  fill: var(--masteriyo-color-btn-grey);
}
.masteriyo-container ul.page-numbers .prev:hover svg,
.masteriyo-course-list-display-section ul.page-numbers .prev:hover svg {
  fill: var(--masteriyo-color-primary) !important;
}

.masteriyo-badge {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 50px;
  color: var(--masteriyo-color-white);
  background-color: var(--masteriyo-color-primary-a10);
}
.masteriyo-badge.masteriyo-badge-red {
  background-color: var(--masteriyo-color-badge-red);
}
.masteriyo-badge.masteriyo-badge-green {
  background-color: var(--masteriyo-color-badge-green);
}
.masteriyo-badge.masteriyo-badge-blue {
  background-color: var(--masteriyo-color-badge-blue);
}
.masteriyo-badge.masteriyo-badge-yellow {
  background-color: var(--masteriyo-color-warning);
}
.masteriyo-badge.masteriyo-badge-pink {
  background-color: var(--masteriyo-color-badge-pink);
}

.masteriyo--modal {
  max-width: 500px;
  width: 100%;
  background-color: var(--masteriyo-color-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  visibility: visible;
  border-radius: 8px;
}
.masteriyo--modal .masteriyo--title {
  padding: 24px 24px 0 24px;
  margin: 0;
}
.masteriyo--modal .masteriyo--content {
  padding: 14px 24px;
}
.masteriyo--modal .masteriyo--content p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 6px;
  margin-bottom: 0;
}
.masteriyo--modal .masteriyo--content label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 25px;
  color: #202020;
}
.masteriyo--modal .masteriyo--content input {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px;
  font-size: 15px;
  margin-top: 8px;
}
.masteriyo--modal .masteriyo--content input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--masteriyo-color-primary);
}
.masteriyo--modal .masteriyo--content .error-message {
  margin-top: 8px;
}
.masteriyo--modal .masteriyo--content form > p {
  margin-bottom: 0;
}
.masteriyo--modal .masteriyo-actions {
  padding: 12px 24px 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.masteriyo-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}
.masteriyo-overlay.masteriyo-v-center {
  align-items: center;
}
.masteriyo-overlay .masteriyo--modal.masteriyo-modal-featured-video {
  max-width: 720px;
  border-radius: 12px;
  display: flex;
  margin: 16px;
}
.masteriyo-overlay .masteriyo--modal.masteriyo-modal-featured-video video {
  border-radius: 12px;
  height: auto !important;
}
.masteriyo-overlay .masteriyo-modal-confirm-retake-course .masteriyo-btn.masteriyo-confirm {
  cursor: pointer;
}

body.masteriyo a {
  text-decoration: none;
}
body.masteriyo .masteriyo-input:not(.search-field) {
  min-height: 38px;
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px;
  color: #383838;
  box-shadow: none;
  padding: 0 12px;
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
body.masteriyo .masteriyo-input:not(.search-field)::-moz-placeholder {
  color: #bababa;
}
body.masteriyo .masteriyo-input:not(.search-field)::placeholder {
  color: #bababa;
}
body.masteriyo .masteriyo-input:not(.search-field):hover {
  border-color: var(--masteriyo-color-border);
}
body.masteriyo .masteriyo-input:not(.search-field):focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border-color: var(--masteriyo-color-primary);
}
body.masteriyo textarea {
  width: 100%;
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px;
  color: #383838;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
body.masteriyo textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--masteriyo-color-primary);
}

body.theme-elearning .masteriyo-container {
  margin: 0 auto;
}

.masteriyo-w-100.masteriyo-container {
  display: flex;
  flex-direction: column;
}

.masteriyo-btn-primary:focus {
  color: var(--masteriyo-color-white);
}

.masteriyo-btn-disabled {
  background: #d9d9d9;
  color: #383838;
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.masteriyo-course-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.masteriyo-course-category .masteriyo-course-category--item {
  color: var(--masteriyo-color-primary);
  text-decoration: none;
  border: 1px solid var(--masteriyo-color-border);
  margin: 0;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  background: var(--masteriyo-color-white);
}

.masteriyo-course-title {
  color: #16181a;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  .masteriyo-course-title {
    font-size: 22px;
    line-height: 34px;
  }
}

.masteriyo-course-author-rating-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}
.masteriyo-course-author-rating-wrapper:has(.masteriyo-course-author:not(:has(*))) {
  display: none;
}

.masteriyo-course-author {
  display: flex;
  align-items: center;
  position: relative;
}
.masteriyo-course-author a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-course-author a img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 0 6px 24px 0 rgba(10, 10, 10, 0.08);
}
.masteriyo-course-author a:has(img) {
  margin-left: -16px;
  margin-right: 8px;
}
.masteriyo-course-author a:first-child {
  margin-left: 0;
}
.masteriyo-course-author a:has(.masteriyo-course-author--name) {
  margin-right: 6px;
}
.masteriyo-course-author a:has(.masteriyo-course-author--name):hover .masteriyo-course-author--name {
  color: var(--masteriyo-color-primary);
}
.masteriyo-course-author a:has(.masteriyo-course-author--name):last-child {
  margin-right: 0;
}
.masteriyo-course-author a .masteriyo-course-author--name {
  color: #51585f;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-author .additional-masteriyo-instructors-more {
  padding: 3px 6px;
  border-radius: 4px;
  background: #f7f7f7;
  color: #51585f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-author .additional-masteriyo-instructors-more:hover {
  color: var(--masteriyo-color-primary);
}
.masteriyo-course-author .additional-masteriyo-instructors-more:focus {
  outline: none;
  box-shadow: none;
}
.masteriyo-course-author .additional-masteriyo-instructors-dropdown {
  position: absolute;
  background: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px;
  width: 200px;
  padding: 16px;
  right: -170px;
  top: 35px;
  z-index: 2;
}
.masteriyo-course-author .additional-masteriyo-instructors-dropdown .masteriyo-course-author {
  margin-bottom: 12px;
}
.masteriyo-course-author .additional-masteriyo-instructors-dropdown .masteriyo-course-author:last-child {
  margin-bottom: 0;
}
.masteriyo-course-author .additional-masteriyo-instructors-dropdown .masteriyo-course-author a {
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-author .additional-masteriyo-instructors-dropdown .masteriyo-course-author a:hover {
  color: var(--masteriyo-color-primary);
}

.masteriyo-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
  color: #51585f;
  font-weight: 500;
}
.masteriyo-rating svg {
  fill: var(--masteriyo-color-golden);
  width: 18px;
  height: 18px;
}

.masteriyo-course-curriculum-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--masteriyo-color-border);
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo-course-curriculum-tabs .masteriyo-tab {
  padding: 14px 8px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #16181a;
  margin-bottom: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-curriculum-tabs .masteriyo-tab:hover {
  color: var(--masteriyo-color-primary);
}
.masteriyo-course-curriculum-tabs .masteriyo-tab.active-tab {
  border-bottom-color: var(--masteriyo-color-primary);
  color: var(--masteriyo-color-primary);
}

.masteriyo-course-pricing--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo-course-pricing--wrapper:not(:has(*)) {
  display: none;
}
.masteriyo-course-pricing--wrapper .masteriyo-single-course--course-coming-soon-btn {
  background: #f7f7f7;
  color: var(--masteriyo-color-primary);
}
.masteriyo-course-pricing--wrapper .masteriyo-enroll-btn {
  width: 100%;
}
.masteriyo-course-pricing--wrapper:has(.masteriyo-course-price) .masteriyo-enroll-btn {
  width: -moz-max-content;
  width: max-content;
}
.masteriyo-course-pricing--wrapper:has(.old-amount), .masteriyo-course-pricing--wrapper:has(.billing_interval) {
  align-items: flex-start;
}
.masteriyo-course-pricing--wrapper .masteriyo-course-price {
  display: flex;
  flex-direction: column;
}
.masteriyo-course-pricing--wrapper .masteriyo-course-price .old-amount {
  text-align: left;
  text-decoration: none;
}
.masteriyo-course-pricing--wrapper .masteriyo-course-price .old-amount .amount {
  color: #979797;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 6px;
  position: relative;
}
.masteriyo-course-pricing--wrapper .masteriyo-course-price .old-amount .amount::after {
  content: "";
  position: absolute;
  background: #e50044;
  width: 100%;
  height: 1px;
  top: 40%;
  left: 50%;
  transform: rotate(-5deg) translate(-50%, -50%);
}
.masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount .amount {
  color: #16181a;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount .billing_interval {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  color: #545454;
}

.masteriyo-related-post .masteriyo-item--wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}
.masteriyo-related-post .masteriyo-item--wrap .masteriyo-col {
  flex: unset;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.masteriyo-related-post .masteriyo-item--wrap .masteriyo-col .masteriyo-course--content__wrapper .masteriyo-course-progress-bar .completed-info {
  display: none;
}

.masteriyo-retake-button-container {
  width: 100%;
}
.masteriyo-retake-button-container .masteriyo-retake-btn {
  gap: 8px;
}
.masteriyo-retake-button-container .masteriyo-retake-btn svg {
  width: 18px;
  height: 18px;
  fill: var(--masteriyo-color-primary);
  transition: all 0.3s ease-in-out;
}
.masteriyo-retake-button-container .masteriyo-retake-btn:hover {
  background: var(--masteriyo-color-primary);
  border-color: var(--masteriyo-color-primary);
  color: var(--masteriyo-color-white);
}
.masteriyo-retake-button-container .masteriyo-retake-btn:hover svg {
  fill: var(--masteriyo-color-white);
}

.masteriyo-aside-heading {
  color: #16181a;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.masteriyo-course-statistics {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--masteriyo-color-border);
  margin-bottom: 30px;
  padding-bottom: 30px;
  gap: 16px;
}
.masteriyo-course-statistics .masteriyo-stats {
  margin-bottom: 0;
}
.masteriyo-course-statistics .masteriyo-stats .masteriyo-icon-svg {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-course-statistics .masteriyo-stats .masteriyo-icon-svg svg {
  width: 20px;
  height: 20px;
  fill: #4e4e4e;
}
.masteriyo-course-statistics .masteriyo-stats span {
  font-size: 15px;
  line-height: 25px;
  color: #51585f;
  font-weight: 400;
}

.masteriyo-course-highlights ul {
  margin: 0;
}
.masteriyo-course-highlights--item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2px 10px;
  color: #51585f;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 4px;
}
.masteriyo-course-highlights--item:last-child {
  margin-bottom: 0;
}
.masteriyo-course-highlights--item::before {
  content: "";
  background-image: url(//ettronics.com/wp-content/plugins/learning-management-system/assets/img/svgs/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 5px;
}
.masteriyo-course-highlights--item p {
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.masteriyo-course-highlights--item p:empty {
  display: none;
}
.masteriyo-course-highlights--description {
  color: #51585f;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.masteriyo-course-progress-bar .course-progress-box .progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.masteriyo-course-progress-bar .course-progress-box .progress-component {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}
.masteriyo-course-progress-bar .course-progress-box .progress-percent {
  color: #16181a;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.masteriyo-course-progress-bar .course-progress-box .progress-label {
  color: #424360;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px;
  position: relative;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .progress-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .progress-icon svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .progress-icon:hover {
  background: #fbfbfb;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .progress-icon:hover svg {
  fill: var(--masteriyo-color-primary);
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .completed-info {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover {
  width: 235px;
  position: absolute;
  top: 24px;
  right: 0;
  background: var(--masteriyo-color-white);
  border-radius: 4px;
  border: 1px solid var(--masteriyo-color-border);
  box-shadow: 0 6px 24px 0 rgba(10, 10, 10, 0.08);
  padding: 16px;
  z-index: 4;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--masteriyo-color-border);
  margin: 0 0 16px;
  padding-bottom: 16px;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .masteriyo-course-progress-stats {
  position: relative;
  display: flex;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .masteriyo-course-progress-stats .masteriyo-course-progress-ring {
  transform: rotate(-90deg);
  width: 80px;
  height: 80px;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .masteriyo-course-progress-stats .masteriyo-course-progress-ring__background {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 14;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .masteriyo-course-progress-stats .masteriyo-course-progress-ring__progress {
  stroke-dasharray: 565.48;
  stroke-dashoffset: 565.48;
  fill: none;
  stroke: var(--masteriyo-color-primary);
  stroke-width: 14;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s ease;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .masteriyo-course-progress-stats .validity-countdown {
  position: absolute;
  top: 52%;
  left: 52%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .masteriyo-course-progress-stats .validity-countdown--number {
  color: #383838;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .label,
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .big,
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .link {
  font-size: 13px;
  line-height: 23px;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .label {
  color: #16181a;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .big,
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .link {
  color: #51585f;
  font-weight: 400;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .link {
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .link:hover {
  color: var(--masteriyo-color-primary);
}
.masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .progress-completed, .masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover .row .course-progress-text .progress-left {
  font-size: 14px;
  line-height: 24px;
}
.masteriyo-course-progress-bar .course-progress-box.course-completed-banner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-icon {
  display: flex;
}
.masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-icon svg {
  width: 24px;
  height: 24px;
}
.masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-text {
  color: #16181a;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-text strong {
  font-weight: inherit;
}
.masteriyo-course-progress-bar .course-progress-box.course-completed-banner .complete-eye-icon {
  margin-left: auto;
  cursor: pointer;
}
.masteriyo-course-progress-bar .course-progress-box.course-completed-banner .complete-eye-icon a {
  display: flex;
}
.masteriyo-course-progress-bar .course-progress-box.course-completed-banner .complete-eye-icon a svg {
  width: 20px;
  height: 20px;
  fill: var(--masteriyo-color-primary);
}

.mto-expiry .masteriyo-single-course-stats .course-progress-box.modern-progress {
  padding-bottom: 0;
}
.mto-expiry .masteriyo-single-course-stats .course-progress-box.modern-progress .progress-header .progress-component {
  gap: 6px;
}
.mto-expiry .masteriyo-single-course-stats .course-progress-box.modern-progress .progress-header .progress-component .completed-info {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: #16181a;
}
.mto-expiry .masteriyo-single-course-stats .course-progress-box.modern-progress .progress-header .progress-component .progress-percent {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #16181a;
}
.mto-expiry .masteriyo-single-course-stats .course-progress-box.modern-progress .mto-expiry__desc {
  margin-top: 10px;
  margin-bottom: 0;
  color: #51585f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cohort-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cohort-cards-wrapper .cohort-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cohort-cards-wrapper .cohort-card {
  display: flex;
  align-items: center;
  background: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px;
  padding: 14px 18px;
  transition: 0.3s ease;
}
.cohort-cards-wrapper .cohort-card .cohort-card-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.cohort-cards-wrapper .cohort-card .cohort-card-text .cohort-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #9e9e9e;
}
.cohort-cards-wrapper .cohort-card .cohort-card-text .cohort-label strong {
  font-weight: inherit;
}
.cohort-cards-wrapper .cohort-card .cohort-card-text .cohort-date-time {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #383838;
  word-break: break-all;
}

.masteriyo-courses-wrapper picture {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .masteriyo-courses-wrapper.grid-view.columns-2 .masteriyo-col .masteriyo-course--img-wrap img, .masteriyo-courses-wrapper.grid-view.col-2 .masteriyo-col .masteriyo-course--img-wrap img {
    height: 360px;
  }
  .masteriyo-courses-wrapper.grid-view.columns-2 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail), .masteriyo-courses-wrapper.grid-view.col-2 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) {
    height: 360px;
  }
}
@media screen and (min-width: 601px) {
  .masteriyo-courses-wrapper.grid-view.columns-1 .masteriyo-col .masteriyo-course--img-wrap img, .masteriyo-courses-wrapper.grid-view.col-1 .masteriyo-col .masteriyo-course--img-wrap img {
    height: 500px;
  }
  .masteriyo-courses-wrapper.grid-view.columns-1 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail), .masteriyo-courses-wrapper.grid-view.col-1 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) {
    height: 500px;
  }
}

@media screen and (max-width: 900px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--card {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap {
    width: 100%;
  }
}
.masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
  width: 300px;
  height: 180px;
}
@media screen and (max-width: 900px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
    width: 100%;
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
    height: 200px;
  }
}
.masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap .course-featured {
  font-size: 12px;
  font-weight: 500;
  background: var(--masteriyo-color-primary);
  color: var(--masteriyo-color-white);
  padding: 0 12px 0 2px;
  line-height: 32px;
  position: absolute;
  top: 24px;
  right: -9px;
  z-index: 2;
}
.masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap .course-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  border: 16px solid var(--masteriyo-color-primary);
  border-left-color: transparent;
  z-index: -1;
}
.masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap .course-featured::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #3a3a3a transparent transparent transparent;
}
.masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside {
  max-width: 260px;
}
@media screen and (max-width: 1199px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content {
    flex-direction: column;
    gap: 10px;
  }
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside {
    max-width: 100%;
    align-items: flex-end;
  }
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside .masteriyo-course-progress-bar {
    width: 100%;
  }
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside .masteriyo-course-pricing--wrapper {
    width: 100%;
    flex-direction: row;
  }
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside .masteriyo-course-pricing--wrapper .masteriyo-enroll-btn {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
}
@media screen and (min-width: 601px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.columns-3 .masteriyo-col .masteriyo-course--img-wrap img, .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.col-3 .masteriyo-col .masteriyo-course--img-wrap img {
    height: 180px;
  }
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.columns-3 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail), .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.col-3 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) {
    height: 180px;
  }
}
@media screen and (min-width: 601px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.columns-2 .masteriyo-col .masteriyo-course--img-wrap img, .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.col-2 .masteriyo-col .masteriyo-course--img-wrap img {
    height: 260px;
  }
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.columns-2 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail), .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.col-2 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) {
    height: 260px;
  }
}
@media screen and (min-width: 601px) {
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.columns-1 .masteriyo-col .masteriyo-course--img-wrap img, .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.col-1 .masteriyo-col .masteriyo-course--img-wrap img {
    height: 400px;
  }
  .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.columns-1 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail), .masteriyo-course-list-display-section:has(.masteriyo-courses-filters) .masteriyo-courses-wrapper.grid-view.col-1 .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) {
    height: 400px;
  }
}

.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--card, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--card {
  background: var(--masteriyo-color-white);
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--card .masteriyo-course--img-wrap .masteriyo-course--badges, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--card .masteriyo-course--img-wrap .masteriyo-course--badges {
  top: 20px;
  left: 20px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--card .masteriyo-course-highlights, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--card .masteriyo-course-highlights {
  margin: 10px 0 20px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.modern-progress:has(.course-completed-banner), .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.modern-progress:has(.course-completed-banner) {
  padding-bottom: 0;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-header, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-header {
  margin-bottom: 10px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-percent, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-percent {
  font-size: 20px;
  line-height: 28px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-label, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-label {
  font-size: 14px;
  line-height: 22px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .completed-icon svg, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .completed-icon svg {
  width: 20px;
  height: 20px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .completed-text, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .completed-text {
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .completed-info, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .completed-info {
  display: none;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .complete-eye-icon, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .complete-eye-icon {
  display: none;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-expiration, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-expiration {
  margin: 12px 0 20px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-expiration svg, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-expiration svg {
  width: 18px;
  height: 18px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 4px;
  align-items: center;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount .amount, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount .amount {
  font-size: 20px;
  line-height: 28px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-enroll-btn, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-enroll-btn {
  min-height: 34px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 16px;
  align-content: center;
  justify-content: center;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__title, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content__title {
  gap: 16px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__title > a:focus, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content__title > a:focus {
  outline: none;
  box-shadow: none;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__title .masteriyo-wishlist, .masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content__title .masteriyo-wishlist {
  padding-top: 1px;
}
.masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--img-wrap img {
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content__title {
  font-size: 18px;
}
.masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content__wrapper .masteriyo-course--content__stats {
  justify-content: flex-start;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content__wrapper .masteriyo-course-expiration {
  align-items: flex-start;
  width: 100%;
}
.masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content__wrapper .masteriyo-course-expiration svg {
  margin-top: 4px;
}
.masteriyo-courses-wrapper.grid-view .masteriyo-col .masteriyo-course--content__wrapper .masteriyo-course-expiration--text {
  flex: 1;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--card {
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--card {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap {
    width: 100%;
  }
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
  border: 1px solid var(--masteriyo-color-border);
  width: 378px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--img-wrap img {
    height: 200px;
  }
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content {
  padding: 0;
  width: 100%;
  max-width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (min-width: 769px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content {
    padding: 16px 0;
  }
}
@media screen and (max-width: 992px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content {
    padding: 0 12px 12px;
  }
}
@media screen and (max-width: 992px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__wrapper {
    padding-right: 8px;
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__wrapper {
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: 0;
  }
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__wrapper .masteriyo-course-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__wrapper .masteriyo-course-highlights--item {
  margin-bottom: 0;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside {
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}
@media screen and (max-width: 1199px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside {
    max-width: 260px;
  }
}
@media screen and (max-width: 992px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside {
    max-width: 100%;
  }
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside .masteriyo-course-pricing--wrapper {
    flex-direction: row;
  }
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside .masteriyo-course-pricing--wrapper .masteriyo-enroll-btn {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside {
    padding-right: 0;
  }
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside .masteriyo-course-pricing--wrapper {
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-archive--aside .masteriyo-course-progress-bar .course-completed-banner {
    justify-content: center;
  }
}
@media screen and (max-width: 1095px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__badge {
    position: unset;
    margin-bottom: 16px;
    width: -moz-max-content;
    width: max-content;
  }
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__badge::before {
    content: none;
  }
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__badge .masteriyo-badge {
    width: -moz-max-content;
    width: max-content;
  }
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__badge .masteriyo-badge::before, .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__badge .masteriyo-badge::after {
    content: none;
  }
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper {
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper {
    width: 100%;
    flex-direction: row;
  }
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount {
    align-items: flex-start;
  }
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-enroll-btn {
  width: 100%;
}
.masteriyo-courses-wrapper.list-view .masteriyo-col .masteriyo-course--content__title {
  font-size: 20px;
  line-height: 30px;
}

.masteriyo-shortcode .masteriyo-courses-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.masteriyo-course--badges {
  position: absolute;
  top: 28px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.masteriyo-course--badges .difficulty-badge,
.masteriyo-course--badges .masteriyo-single-course--badge {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.masteriyo-course--badges .difficulty-badge .masteriyo-badge,
.masteriyo-course--badges .masteriyo-single-course--badge .masteriyo-badge {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  color: var(--masteriyo-color-white);
  background: #f57f01;
}
.masteriyo-course--badges .difficulty-badge .masteriyo-badge-green,
.masteriyo-course--badges .masteriyo-single-course--badge .masteriyo-badge-green {
  background: var(--masteriyo-color-badge-green);
}
.masteriyo-course--badges .difficulty-badge .masteriyo-badge-yellow,
.masteriyo-course--badges .masteriyo-single-course--badge .masteriyo-badge-yellow {
  background: var(--masteriyo-color-warning);
}
.masteriyo-course--badges .difficulty-badge .masteriyo-badge-pink,
.masteriyo-course--badges .masteriyo-single-course--badge .masteriyo-badge-pink {
  background: var(--masteriyo-color-badge-pink);
}
.masteriyo-course--badges .masteriyo-single-course--badge {
  margin: 0;
  padding: 0;
}

.masteriyo-related-post .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .completed-info {
  display: none;
}
.masteriyo-related-post .masteriyo-col .masteriyo-course--content .masteriyo-course-progress-bar .complete-eye-icon {
  display: none;
}
.masteriyo-related-post .masteriyo-col .masteriyo-course--content .masteriyo-course-expiration {
  margin: 20px 0;
}
.masteriyo-related-post .masteriyo-col .masteriyo-course--content .masteriyo-course-expiration svg {
  width: 18px;
  height: 18px;
}
.masteriyo-related-post .masteriyo-col .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-single-course--course-coming-soon-btn {
  min-height: 34px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 16px;
}

@keyframes vibrateCard {
  0% {
    transform: translateX(8px);
  }
  25% {
    transform: translate(-8px);
  }
  50% {
    transform: translate(8px);
  }
  75% {
    transform: translate(-8px);
  }
  100% {
    transform: translate(0);
  }
}
.elementor.masteriyo-single-course .masteriyo-course-pricing--wrapper {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.elementor.masteriyo-single-course .masteriyo-course-pricing--wrapper .masteriyo-group-course__seperator {
  display: flex;
}
.elementor.masteriyo-single-course .masteriyo-group-course__seperator {
  display: none;
}
.elementor.masteriyo-single-course .masteriyo-course-author-rating-wrapper {
  margin: 0;
}
.elementor.masteriyo-single-course .masteriyo-course--content__title {
  padding: 0;
}
.elementor.masteriyo-single-course .masteriyo-search-section {
  margin: 0;
  padding: 0;
  border: 0;
}
.elementor.masteriyo-single-course .masteriyo-course-statistics {
  border: 0;
  margin: 0;
  padding: 0;
}
.elementor.masteriyo-single-course .masteriyo-courses-wrapper .masteriyo-col .masteriyo-course-category {
  margin-bottom: 10px;
}
.elementor.masteriyo-single-course .masteriyo-stab--citems .masteriyo-icon-svg {
  background: transparent;
}
.elementor.masteriyo-single-course .masteriyo-stab--citems .masteriyo-icon-svg > svg {
  width: 18px;
  height: 18px;
}
.elementor.masteriyo-single-course .masteriyo-stab--citems.active .masteriyo-icon-svg > svg {
  fill: #ffffff;
  transform: rotate(180deg);
}

.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-course-title {
  padding: 0 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area {
  flex: 1;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-single-course--badge {
  display: flex;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-single-course--badge .masteriyo-badge {
  border-radius: 4px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content {
  padding-top: 30px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--img-wrap {
  margin-top: -30px;
  margin-bottom: 30px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--img-wrap .masteriyo-feature-img img {
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--img-wrap .course-featured {
  bottom: unset;
  top: 24px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion {
  border: 1px solid var(--masteriyo-color-border);
  margin: 30px;
  padding: 0;
  border-radius: 4px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo {
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: var(--masteriyo-color-text);
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo .title-container {
  display: flex;
  flex-direction: column;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.005em;
  padding: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5f5f5f;
  display: block;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap li:last-child::after {
  content: none;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo .masteriyo-expand-collapse-all {
  margin-top: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  color: var(--masteriyo-color-primary);
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo .masteriyo-expand-collapse-all::after {
  content: "";
  border-bottom: 1px solid var(--masteriyo-color-primary);
  width: 100%;
  height: 1px;
  display: block;
  bottom: 2px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--shortinfo .masteriyo-expand-collapse-all:hover::after {
  opacity: 1;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems .masteriyo-cheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 0;
  gap: 12px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems .masteriyo-cheader .masteriyo-ctitle {
  font-family: inherit;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #16181A;
  flex: 2;
  margin-bottom: 0;
  text-transform: unset;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems .masteriyo-cheader .masteriyo-icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems .masteriyo-cheader .masteriyo-icon-svg.masteriyo-cminus {
  display: none;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems .masteriyo-cheader .masteriyo-icon-svg svg {
  width: 18px;
  height: 18px;
  fill: #4e4e4e;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems .masteriyo-cbody {
  background: var(--masteriyo-color-white);
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems .masteriyo-cbody .masteriyo-list-accordion .masteriyo-list__item--accordion {
  padding: 12px 20px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems .masteriyo-cbody .masteriyo-list-accordion .masteriyo-list__item--accordion .masteriyo-list__item--content--accordion p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems.active .masteriyo-ctitle {
  color: var(--masteriyo-color-white);
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course--accordion .masteriyo-stab--citems.active .masteriyo-icon-svg svg {
  fill: var(--masteriyo-color-white);
  transform: rotate(180deg);
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search__icon svg {
  width: 20px;
  height: 20px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-course-reviews-filters input[type=search],
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-course-reviews-filters select {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-course-reviews-filters input[type=search]:focus,
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-course-reviews-filters select:focus {
  outline: none;
  box-shadow: none;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-course-reviews-filters input[type=search] {
  padding-left: 42px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-course-reviews-filters button[type=button] {
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .course-reviews .masteriyo-single-body__main--user-review {
  padding: 0;
  border: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .course-reviews .masteriyo-single-body__main--user-review__search svg {
  fill: #4e4e4e;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .course-reviews .masteriyo-single-body__main--user-review__search input[type=text] {
  padding-left: 36px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .course-reviews .masteriyo-single-body__main--review-wrapper .masteriyo-review {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-author-rating-wrapper {
  margin-bottom: 24px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area {
  max-width: 395px;
  width: 100%;
  padding: 0;
  flex: unset;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area {
    max-width: 100%;
  }
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside {
  background: var(--masteriyo-color-white);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--masteriyo-color-border);
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside > div {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside > div.masteriyo-certificate-share-container {
  margin-bottom: 4px;
  padding-bottom: 0;
  border-bottom: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside > div.masteriyo-course-progress-bar {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside > div.masteriyo-retake-button-container {
  margin-top: 16px;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside .masteriyo-course-progress-bar:has(.course-completed-banner) .modern-progress {
  padding-bottom: 0;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside .masteriyo-single-course--prerequisites.prerequisites-required {
  position: relative;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside .masteriyo-single-course--prerequisites.prerequisites-required::before {
  content: "";
  width: 362px;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  border: 1.5px dashed var(--masteriyo-color-primary);
  background: #fefefe;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.masteriyo-single-course--wrapper[data-layout=default] .masteriyo-right-sidebar-area .masteriyo-single-course--aside .masteriyo-single-course--prerequisites--required {
  animation: vibrateCard 0.4s 0.1s linear;
}

.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  background: var(--masteriyo-color-white);
  padding: 40px;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 1px 14px 0 rgba(10, 10, 10, 0.08);
}
@media screen and (max-width: 992px) {
  .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content {
  flex: 1;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content .course-featured {
  top: 68px;
  right: 30px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content .masteriyo-course-category {
  margin-bottom: 12px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content .masteriyo-course-title {
  padding: 0;
  margin-bottom: 16px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content .masteriyo-single-course--badge {
  display: flex;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content .masteriyo-single-course--badge .masteriyo-badge {
  border-radius: 4px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content .masteriyo-course-expiration {
  margin-bottom: 20px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content--author-rating .masteriyo-course-author-rating-wrapper {
  margin-bottom: 0;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content--author-rating .masteriyo-course-author-rating-wrapper .masteriyo-rating {
  display: none;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content--rating {
  font-size: 15px;
  line-height: 25px;
  color: #51585F;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 0;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__content--info .masteriyo-course-statistics {
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 16px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__img-wrap {
  height: 350px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__img-wrap {
    width: 100%;
    height: auto;
  }
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__image {
  height: 350px;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__image {
    height: 100%;
    max-height: 100%;
  }
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__image img {
  width: 520px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--masteriyo-color-border);
}
@media screen and (max-width: 992px) {
  .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__image img {
    width: 100%;
    height: 100%;
  }
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main {
  flex: 1;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main .masteriyo-course-curriculum-tabs {
  border-top: 0;
  padding: 0;
  margin-bottom: 40px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main .masteriyo-single-body__main--content {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main .masteriyo-single-body__main--content .course-overview {
  padding: 0;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main .masteriyo-single-body__main--content .course-overview p {
  color: #51585F;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main .masteriyo-single-body__main--content .course-reviews {
  padding: 0;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main--content .tab-content {
  padding: 0;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main--content .tab-content .masteriyo-course--accordion {
  margin: 0;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main--content .tab-content.course-faqs .masteriyo-single-body__main--curriculum-content-top--shortinfo-item {
  font-size: 18px;
  font-weight: 500;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main--content .tab-content.course-reviews .masteriyo-single-body__main--user-review__search-rating svg {
  fill: #4e4e4e;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main--content .tab-content.course-reviews .masteriyo-single-body__main--user-review__search-rating input[type=text] {
  padding-left: 36px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__main--content .tab-content.course-reviews .masteriyo-single-body__main--review-list-date-created {
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside {
    max-width: 100%;
  }
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside .masteriyo-course-pricing--wrapper {
  margin-bottom: 0;
  border-bottom: 0;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside .masteriyo-course-pricing--wrapper .masteriyo-course-price .old-amount {
  text-decoration: none;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside .masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount {
  display: flex;
  flex-direction: column;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside .masteriyo-course-pricing--wrapper .masteriyo-single-body__aside--enroll {
  width: 100%;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside .masteriyo-single-course--prerequisites.prerequisites-required {
  border: 1px solid var(--masteriyo-color-primary);
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside .masteriyo-single-course--prerequisites--required {
  animation: vibrateCard 0.4s 0.1s linear;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-body__aside .masteriyo-retake-btn {
  width: 100%;
  height: 40px;
  margin-top: 16px;
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-course--card {
  border-radius: 12px;
  background: var(--masteriyo-color-white);
  box-shadow: 0 1px 14px 0 rgba(10, 10, 10, 0.08);
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-course--card {
    padding: 30px;
  }
}
.masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-course--card.masteriyo-course-progress-bar:has(.course-completed-banner) .modern-progress {
  padding-bottom: 0;
}

.masteriyo-container:has([data-layout=minimal]) {
  max-width: 1000px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] {
  flex-direction: column;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-aside-heading {
  font-size: 16px;
  line-height: 26px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] > .masteriyo-course--img-wrap {
  margin-bottom: 40px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] > .masteriyo-course--img-wrap .masteriyo-feature-img img {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] > .masteriyo-course--img-wrap .masteriyo-feature-img img {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] > .masteriyo-course--img-wrap .masteriyo-feature-img img {
    height: auto;
  }
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] > .masteriyo-course--img-wrap .course-featured {
  bottom: unset;
  top: 24px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper {
    flex-direction: column;
  }
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area {
  padding: 0;
  flex: 1;
  max-width: 100%;
  width: 100%;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-category {
  padding: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-expiration {
  margin-left: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-author-rating-wrapper {
  padding: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-author-rating-wrapper .masteriyo-rating {
  font-size: 15px;
  line-height: 25px;
  color: #51585f;
  font-weight: 500;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-author-rating-wrapper .masteriyo-rating svg {
  width: 20px;
  height: 20px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-highlights .masteriyo-aside-heading {
  margin-bottom: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-highlights--item {
  margin-bottom: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-single-course-social-share .masteriyo-aside-heading {
  margin-bottom: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-main-content-area .masteriyo-course--content .masteriyo-course-statistics {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 30px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 24px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area {
  max-width: 320px;
  width: 100%;
  flex: unset;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area {
    max-width: 100%;
  }
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content {
  padding: 0;
  border: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content:has(.masteriyo-certificate-share-container) .masteriyo-course-progress-bar .course-progress-box.modern-progress {
  padding-bottom: 4px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content > div {
  border-bottom: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content > div:not(.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content > div:has(*)) {
  display: none;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content > div:last-child {
  margin-bottom: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content > div.masteriyo-certificate-share-container {
  margin-bottom: 12px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content > div.masteriyo-course-progress-bar {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 575px) {
  .masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content > div.masteriyo-course-progress-bar .progress-header .completed-info {
    display: none;
  }
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content .masteriyo-course-pricing--wrapper {
  flex-direction: column;
  align-items: center;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-course-price {
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-enroll-btn {
  width: 100%;
  justify-content: center;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-certificate-share-container {
  width: 100%;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content .masteriyo-single-course--prerequisites--required {
  animation: vibrateCard 0.4s 0.1s linear;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-main-content-wrapper .masteriyo-right-sidebar-area .masteriyo-course--content .masteriyo-retake-btn {
  width: 100%;
  height: 40px;
  margin-top: 8px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body {
  flex-direction: column;
  gap: 60px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main {
  width: 100%;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main .tab-menu {
  margin-top: 0;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main--content {
  padding: 0;
  background: transparent;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main--content .tab-content {
  padding: 0;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main--content .tab-content.course-reviews .masteriyo-single-body__main--user-review__search svg {
  fill: #4e4e4e;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main--content .tab-content.course-reviews .masteriyo-single-body__main--user-review__search input[type=text] {
  padding-left: 36px;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main--content .tab-content.course-reviews .masteriyo-single-body__main--user-review .masteriyo-single-body__main--review-wrapper .masteriyo-single-body__main--review-list-content .masteriyo-single-body__main--review-list-date-created {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main--content .tab-content.course-faqs .masteriyo-single-body__main--curriculum-content-top--shortinfo-item {
  font-size: 18px;
  font-weight: 500;
}
.masteriyo-container .masteriyo-single-course--wrapper[data-layout=minimal] .masteriyo-single-body__main--curriculum-content-bottom {
  gap: 20px;
}

.masteriyo-container:has([data-layout=layout_1]) ul.page-numbers {
  margin-top: 20px;
}

.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card {
  display: flex;
  padding: 16px 16px 20px;
  flex-direction: column;
  border-radius: 12px;
  background: var(--masteriyo-color-white);
  gap: 30px;
  box-shadow: 0 1px 14px 0 rgba(10, 10, 10, 0.08);
  height: -moz-max-content;
  height: max-content;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card:hover .masteriyo-archive-card__image::before,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card:hover .masteriyo-archive-card__image::before {
  opacity: 0.35;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card:hover .masteriyo-archive-card__image-preview-button,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card:hover .masteriyo-archive-card__image-preview-button {
  opacity: 1;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image {
  position: relative;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image::before,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image::before {
  content: none;
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail),
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) {
  height: 228px;
}
@media screen and (max-width: 600px) {
  .masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail),
  .masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) {
    height: auto;
    display: flex;
  }
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail)::before,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail)::before {
  content: "";
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) .masteriyo-archive-card__image-preview-button,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) .masteriyo-archive-card__image-preview-button {
  display: inline-flex;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) .masteriyo-author-image,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) .masteriyo-author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  position: absolute;
  bottom: -5px;
  right: 0px;
  bottom: -20px;
  right: 16px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon svg,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon svg {
  width: 18px;
  height: 18px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon svg path,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon svg path {
  stroke: #4e4e4e;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon.active svg, .masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon:hover svg,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon.active svg,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon:hover svg {
  fill: #f25656;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon.active svg path, .masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon:hover svg path,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon.active svg path,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon:hover svg path {
  stroke: #f25656;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-course-thumbnail,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-course-thumbnail {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--masteriyo-color-border);
}
@media screen and (max-width: 600px) {
  .masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-course-thumbnail,
  .masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-course-thumbnail {
    height: auto;
  }
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-author-image,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button {
  border-radius: 4px;
  background: var(--masteriyo-color-primary);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
  color: var(--masteriyo-color-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button--icon,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button--icon {
  display: flex;
  transition: all 0.3s ease-in-out;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button--icon svg,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button--icon svg {
  width: 16px;
  height: 16px;
  fill: var(--masteriyo-color-white);
  transition: all 0.3s ease-in-out;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button:hover svg,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button:hover svg {
  transform: translateX(6px);
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-single-course--badge,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-single-course--badge {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  left: 16px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-single-course--badge .masteriyo-badge,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-single-course--badge .masteriyo-badge {
  display: block;
  padding-top: 4px;
  padding-bottom: 3px;
  border-radius: 3px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content {
  padding: 0 2px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content > div:last-child,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content > div:last-child {
  margin-bottom: 0;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-expiration--text,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-expiration--text {
  margin-bottom: 0;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--category,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--category {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--category .masteriyo-category,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--category .masteriyo-category {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 4px 8px;
  color: var(--masteriyo-color-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount:has(.masteriyo-archive-card__content--amount:not(:has(*))),
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount:has(.masteriyo-archive-card__content--amount:not(:has(*))) {
  display: none;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating svg,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating svg {
  fill: #e59819;
  width: 16px;
  height: 16px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating strong,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating strong {
  color: #222222;
  font-weight: 600;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount {
  display: flex;
  align-items: center;
  gap: 6px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-offer-price,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-offer-price {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 0 6px;
  position: relative;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-offer-price::before,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-offer-price::before {
  content: "";
  background: rgba(229, 0, 68, 0.75);
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 100%;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-sale-price,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-sale-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #16181a;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info {
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 16px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info:not(:has(*)),
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info:not(:has(*)) {
  display: none;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info .masteriyo-info-label,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info .masteriyo-info-label {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info svg,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info svg {
  width: 16px;
  height: 16px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info-duration, .masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info-students, .masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info-lessons,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info-duration,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info-students,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--info-lessons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 16px 0 20px;
  gap: 20px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-archive-card__content--course-title,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-archive-card__content--course-title {
  margin: 0;
  width: 100%;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-archive-card__content--course-title .masteriyo-course-title,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-archive-card__content--course-title .masteriyo-course-title {
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-wishlist,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-wishlist {
  padding-top: 1px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-wishlist-toggle,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-wishlist-toggle {
  position: unset;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--course-title,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--course-title {
  display: block;
  margin: 12px 0;
  text-decoration: none;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--course-title:hover .masteriyo-course-title,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--course-title:hover .masteriyo-course-title {
  color: var(--masteriyo-color-primary);
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--course-title .masteriyo-course-title,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content--course-title .masteriyo-course-title {
  color: #424360;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.modern-progress,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.modern-progress {
  padding-bottom: 16px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-header .progress-label,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-header .progress-label {
  font-size: 14px;
  line-height: 24px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-header .progress-percent,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-header .progress-percent {
  font-size: 18px;
  line-height: 26px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-header .completed-info,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-header .completed-info {
  display: none;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-icon svg,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-icon svg {
  width: 20px;
  height: 20px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-text,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-text {
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.course-completed-banner .complete-eye-icon,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-progress-bar .course-progress-box.course-completed-banner .complete-eye-icon {
  display: none;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-pricing--wrapper,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-pricing--wrapper {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 2px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-pricing--wrapper .masteriyo-btn-primary,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-pricing--wrapper .masteriyo-btn-primary {
  min-height: 36px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-modern-layout--stats-rating,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-modern-layout--stats-rating {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 16px;
  align-items: baseline;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-modern-layout--stats-rating .masteriyo-archive-card__content--info,
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-modern-layout--stats-rating .masteriyo-archive-card__content--info {
  margin-bottom: 0;
  flex: 1;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-archive--aside:not(:has(*)),
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__content .masteriyo-course-archive--aside:not(:has(*)) {
  display: none;
}

.masteriyo-container:has([data-layout=layout_2]) ul.page-numbers {
  margin-top: 20px;
}

.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards {
  grid-auto-rows: min-content;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards.col-1 .masteriyo-course-card,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards.col-1 .masteriyo-course-card {
  max-height: 500px;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--course-title:hover,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--course-title:hover {
  text-decoration: none;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--course-title:hover .masteriyo-course-title,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--course-title:hover .masteriyo-course-title {
  color: var(--masteriyo-color-primary);
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--course-title .masteriyo-course-title,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--course-title .masteriyo-course-title {
  transition: all 0.3s ease-in-out;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-course-category,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-course-category {
  margin-bottom: 8px;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-course-category--item,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-course-category--item {
  color: var(--masteriyo-color-white);
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-course-title-wrapper .masteriyo-course-title,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-course-title-wrapper .masteriyo-course-title {
  padding: 0;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-single-course--course-coming-soon-btn,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-single-course--course-coming-soon-btn {
  color: var(--masteriyo-color-primary);
  background: #f7f7f7;
  border: 0;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--info,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--info {
  justify-content: flex-start;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--info-duration .masteriyo-info-label,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--info-duration .masteriyo-info-label {
  margin-left: 8px;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-expiration--text,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-expiration--text {
  margin-bottom: 0;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-label,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-label {
  font-size: 14px;
  line-height: 24px;
  color: var(--masteriyo-color-white);
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-percent,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-progress-bar .course-progress-box.modern-progress .progress-percent {
  font-size: 18px;
  line-height: 26px;
  color: var(--masteriyo-color-white);
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-progress-bar .course-progress-box.modern-progress .course-completed-banner .completed-icon svg,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-progress-bar .course-progress-box.modern-progress .course-completed-banner .completed-icon svg {
  width: 20px;
  height: 20px;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-progress-bar .course-progress-box.modern-progress .course-completed-banner .completed-text,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-course-progress-bar .course-progress-box.modern-progress .course-completed-banner .completed-text {
  font-size: 15px;
  line-height: 25px;
  color: var(--masteriyo-color-white);
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container:has(.masteriyo-course-card__content--info) .masteriyo-course-card__content--desc,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container:has(.masteriyo-course-card__content--info) .masteriyo-course-card__content--desc {
  margin-bottom: 0;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--masteriyo-color-primary);
  justify-content: center;
  flex-direction: row-reverse;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button--icon,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button--icon {
  display: flex;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button--icon svg,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button--icon svg {
  width: 16px;
  height: 16px;
  fill: var(--masteriyo-color-white);
  transition: all 0.3s ease-in-out;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button:hover svg,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button:hover svg {
  transform: translateX(6px);
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-btn-primary,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-btn-primary {
  margin-top: 12px;
  min-height: 34px;
  text-decoration: none;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--rating-amount,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--rating-amount {
  font-size: 14px;
  line-height: 24px;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-wishlist .masteriyo-single-course__favorite-icon,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-wishlist .masteriyo-single-course__favorite-icon {
  padding: 9px 8px 7px 8px;
  background: var(--masteriyo-color-white);
  border-radius: 8px;
  position: absolute;
  top: 12px;
  right: 12px;
  box-shadow: 0px 2px 21px 0px rgba(10, 10, 10, 0.12);
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-wishlist .masteriyo-single-course__favorite-icon svg,
.masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-wishlist .masteriyo-single-course__favorite-icon svg {
  width: 16px;
  height: 16px;
}

.masteriyo-login {
  width: 50%;
  padding: 48px;
}
.masteriyo-login--wrapper .masteriyo-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--masteriyo-color-heading);
}
.masteriyo-login--form .masteriyo-label {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222222;
}
.masteriyo-login-btn {
  width: 100%;
}
.masteriyo-login .masteriyo_session_limit_warning {
  background-color: rgb(233, 191, 217);
  border: 1px solid rgb(139, 81, 94);
  padding: 2px 2px 2px 8px;
  font-weight: 400;
}
.masteriyo-login .masteriyo-input {
  margin-bottom: 24px;
}
.masteriyo-login .masteriyo-remember-forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 24px;
  gap: 8px 16px;
}
.masteriyo-login .masteriyo-remember-me {
  display: flex;
  align-items: center;
  gap: 6px;
}
.masteriyo-login .masteriyo-remember-me > label {
  margin: 0;
}
.masteriyo-login .masteriyo-remember-me input[type=checkbox] {
  margin: 0;
}
.masteriyo-login #masteriyo-recaptcha {
  margin-bottom: 24px;
}

.masteriyo-reset {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--masteriyo-color-black);
}
.masteriyo-reset--wrapper {
  background: var(--masteriyo-color-white);
}
.masteriyo-reset--title {
  margin-bottom: 30px;
  color: var(--masteriyo-color-heading);
}
.masteriyo-reset .masteriyo-input {
  margin-bottom: 24px;
}
.masteriyo-reset .masteriyo-btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.masteriyo-signup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.masteriyo-signup--wrapper {
  background: var(--masteriyo-color-white);
  width: 100%;
  padding: 48px;
  border-radius: 8px;
}
.masteriyo-signup--title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--masteriyo-color-heading);
}
.masteriyo-signup .masteriyo-title {
  font-size: 24px;
  line-height: 34px;
  color: var(--masteriyo-color-heading);
  font-weight: 500;
}
.masteriyo-signup > span {
  font-size: 18px;
  line-height: 28px;
  color: #383838;
  font-weight: 400;
}
.masteriyo-signup .masteriyo-signup-form .masteriyo-password-strength-information ul {
  padding-left: 20px;
  margin-left: 0;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.masteriyo-signup .masteriyo-signup-form .masteriyo-signup-brevo-consent-checkbox--wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.masteriyo-signup .masteriyo-signup-form .masteriyo-signup-brevo-consent-checkbox--wrapper input[type=checkbox] {
  margin-right: 0;
}
.masteriyo-signup .masteriyo-signup-form .masteriyo-signup-brevo-consent-checkbox--wrapper .masteriyo-label {
  margin-bottom: 0;
  font-weight: 400;
}
.masteriyo-signup .masteriyo-input {
  margin-bottom: 24px;
}
.masteriyo-signup .masteriyo-password .masteriyo-input {
  margin-bottom: 8px;
}
.masteriyo-signup .masteriyo-password .masteriyo-note {
  margin-bottom: 24px;
}
.masteriyo-signup .masteriyo-gdpr {
  margin-bottom: 24px;
}
.masteriyo-signup .masteriyo-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.masteriyo-signup .masteriyo-remember-me {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.masteriyo-signup .masteriyo-remember-me > label {
  margin: 0;
}
.masteriyo-signup #masteriyo-recaptcha {
  margin-bottom: 24px;
}

.masteriyo .masteriyo-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 100%;
}
.masteriyo .masteriyo-dashboard {
  display: flex;
  flex-direction: column;
  flex: 1 1 74%;
  margin-left: 40px;
}
.masteriyo .masteriyo-dashboard ul {
  margin: 0;
  padding: 0;
}
.masteriyo .masteriyo-dashboard ul li {
  list-style-type: none;
}
.masteriyo .masteriyo-dashboard .masteriyo-btn-primary {
  color: var(--masteriyo-color-white);
}
.masteriyo .masteriyo-dashboard .masteriyo-button {
  color: var(--masteriyo-color-primary);
  padding: 0;
  background-color: transparent;
}
.masteriyo .masteriyo-welcome-notify {
  background: var(--masteriyo-color-primary);
  border-radius: 4px;
  padding: 32px;
  color: var(--masteriyo-color-white);
  position: relative;
}
.masteriyo .masteriyo-welcome-notify .masteriyo-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--masteriyo-color-white);
  margin-bottom: 16px;
}
.masteriyo .masteriyo-welcome-notify .masteriyo-welcome-msg {
  color: var(--masteriyo-color-white);
  margin: 0;
}
.masteriyo .masteriyo-welcome-notify .masteriyo-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.masteriyo .masteriyo-welcome-notify .masteriyo-close .masteriyo-icon-svg {
  fill: var(--masteriyo-color-white);
}
.masteriyo .masteriyo-welcome-notify .masteriyo-close:hover {
  background: var(--masteriyo-color-white-a10);
}
.masteriyo .masteriyo-welcome-notify .masteriyo-view-account {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  padding-left: 24px;
  margin-top: 24px;
}
.masteriyo .masteriyo-welcome-notify .masteriyo-view-account:hover .masteriyo-icon-svg {
  fill: var(--masteriyo-color-white);
}
.masteriyo .masteriyo-db-card {
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
  flex: 0 1 calc(33.3333333333% - 20px);
  background-color: var(--masteriyo-color-white);
  padding: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.masteriyo .masteriyo-db-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.masteriyo .masteriyo-counter {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0 -15px;
}
.masteriyo .masteriyo-counter .masteriyo-icon-title {
  display: flex;
  align-items: center;
}
.masteriyo .masteriyo-counter .masteriyo-icon-title .masteriyo-icon {
  display: inherit;
  padding: 10px;
  border-radius: 100%;
}
.masteriyo .masteriyo-counter .masteriyo-icon-title .masteriyo-title {
  font-size: 18px;
  font-weight: 500;
  margin: inherit;
  margin-left: 16px;
}
.masteriyo .masteriyo-counter--inprogress .masteriyo-icon {
  background: var(--masteriyo-color-green-a20);
}
.masteriyo .masteriyo-counter--inprogress .masteriyo-icon.masteriyo-icon-svg {
  fill: var(--masteriyo-color-green);
}
.masteriyo .masteriyo-counter--scores .masteriyo-icon {
  background: var(--masteriyo-color-primary-a20);
}
.masteriyo .masteriyo-counter--scores .masteriyo-icon.masteriyo-icon-svg {
  fill: var(--masteriyo-color-primary);
}
.masteriyo .masteriyo-counter--certificates .masteriyo-icon {
  background: var(--masteriyo-color-accent-a20);
}
.masteriyo .masteriyo-counter--certificates .masteriyo-icon.masteriyo-icon-svg {
  fill: var(--masteriyo-color-accent);
}
.masteriyo .masteriyo-counter .masteriyo-number {
  font-size: 36px;
  font-weight: 600;
}
.masteriyo .masteriyo-cstudy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
}
.masteriyo .masteriyo-cstudy a {
  text-decoration: none;
}
.masteriyo .masteriyo-cstudy--header {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.masteriyo .masteriyo-cstudy--title {
  font-size: 24px;
  margin: inherit;
  margin-bottom: 0;
}
.masteriyo .masteriyo-cstudy--btn {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
}
.masteriyo .masteriyo-cstudy--body {
  margin-left: -15px;
  margin-right: -15px;
}
.masteriyo .masteriyo-cstudy--body--wrap {
  justify-content: space-between;
  margin-top: 15px;
}
.masteriyo .masteriyo-cstudy--body--header {
  width: 210px;
  margin-left: 16px;
}
.masteriyo .masteriyo-cstudy--body--img-title {
  display: flex;
  flex-direction: row;
}
.masteriyo .masteriyo-cstudy--body--tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.masteriyo .masteriyo-cstudy--body--pbar {
  flex: 1;
  min-width: 150px;
  margin: 15px;
}
.masteriyo .masteriyo-cstudy--body--img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.masteriyo .masteriyo-cstudy--body--rating {
  display: flex;
  flex-wrap: nowrap;
}
.masteriyo .masteriyo-cstudy--body--rating.masteriyo-icon-svg > svg {
  width: 16px;
  height: 16px;
  fill: var(--masteriyo-color-golden);
}
.masteriyo .masteriyo-cstudy--body--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}
.masteriyo .masteriyo-cstudy--body--rt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.masteriyo .masteriyo-cstudy--body--duration {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-left: 16px;
}
.masteriyo .masteriyo-cstudy--body--duration .masteriyo-icon-svg > svg {
  width: 16px;
  height: 16px;
}
.masteriyo .masteriyo-cstudy--body--time {
  margin-left: 4px;
}
.masteriyo .masteriyo-cstudy--body--pstatus {
  font-size: 16px;
  font-weight: 600;
}
.masteriyo .masteriyo-cstudy--body--caption {
  font-size: 12px;
  font-weight: 600;
}
.masteriyo .masteriyo-cstudy--body--btn {
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#masteriyo-account-page ul {
  list-style-type: none;
}

.masteriyo .masteriyo-mycourses a {
  display: block;
  text-decoration: none;
}
.masteriyo .masteriyo-mycourses--title {
  font-size: 24px;
  margin-bottom: 20px;
}
.masteriyo .masteriyo-mycourses--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 10px;
}
.masteriyo .masteriyo-mycourses--card {
  border: 1px solid var(--masteriyo-color-border);
  background: var(--masteriyo-color-white);
  margin: 15px 15px 30px 15px;
  flex-basis: calc(33.3333333333% - 30px);
  max-width: 256px;
}
.masteriyo .masteriyo-mycourses--card:focus, .masteriyo .masteriyo-mycourses--card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.masteriyo .masteriyo-mycourses--img {
  width: 100%;
}
.masteriyo .masteriyo-mycourses--detail {
  padding: 20px;
}
.masteriyo .masteriyo-mycourses--header .masteriyo-icon-svg > svg {
  width: 14px;
  height: 14px;
  fill: var(--masteriyo-color-golden);
}
.masteriyo .masteriyo-mycourses--header--title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.masteriyo .masteriyo-mycourses--rt, .masteriyo .masteriyo-mycourses--rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.masteriyo .masteriyo-mycourses--detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.masteriyo .masteriyo-mycourses--body .masteriyo-time-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
.masteriyo .masteriyo-mycourses--body .masteriyo-time-wrap .masteriyo-icon-svg > svg {
  width: 16px;
  height: 16px;
}
.masteriyo .masteriyo-mycourses--body--duration {
  font-size: 12px;
  font-weight: 500;
}
.masteriyo .masteriyo-mycourses--body--time {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
}
.masteriyo .masteriyo-mycourses--body--pbar {
  margin-top: 4px;
}
.masteriyo .masteriyo-mycourses--footer {
  margin-top: 8px;
  align-items: center;
}
.masteriyo .masteriyo-mycourses--btn--wrap {
  border-top: 1px solid var(--masteriyo-color-border);
  padding-top: 20px;
}
.masteriyo .masteriyo-mycertificates--list {
  margin-bottom: 40px;
}
.masteriyo .masteriyo-mycertificates--list-wrap > li {
  padding: 16px 0;
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo .masteriyo-mycertificates--list-wrap > li:last-of-type {
  border-bottom: none;
}
.masteriyo .masteriyo-mycertificates .masteriyo-list-header {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.masteriyo .masteriyo-mycertificates .masteriyo-c-img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.masteriyo .masteriyo-mycertificates .masteriyo-c-title {
  margin-left: 16px;
  margin-bottom: inherit;
  font-size: 16px;
  font-weight: 700;
}
.masteriyo .masteriyo-mycertificates .masteriyo-c-btn {
  border-radius: 100px;
}

.masteriyo-account {
  gap: 64px;
}
.masteriyo-account-page #masteriyo-account-page h1,
.masteriyo-account-page #masteriyo-account-page h2,
.masteriyo-account-page #masteriyo-account-page h3,
.masteriyo-account-page #masteriyo-account-page h4,
.masteriyo-account-page #masteriyo-account-page h5,
.masteriyo-account-page #masteriyo-account-page h6,
.masteriyo-account-page #masteriyo-account-page p,
.masteriyo-account-page #masteriyo-account-page li {
  margin: 0;
}
.masteriyo-account-page #masteriyo-account-page ul,
.masteriyo-account-page #masteriyo-account-page ol {
  list-style: none;
  margin: 0;
}
.masteriyo-account-page #masteriyo-account-page a {
  text-decoration: none !important;
}
.masteriyo-account--header {
  flex: 1 1 15%;
  min-width: 160px;
}
.masteriyo-account-img {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.masteriyo-account--name {
  font-size: 36px;
  margin-bottom: 10px;
}
.masteriyo-account--membership {
  color: var(--masteriyo-color-text-light);
  display: block;
  margin-bottom: 20px;
}
.masteriyo-account--body {
  flex: 1 1 65%;
  gap: 64px;
}
.masteriyo-account--body li {
  padding: 8px 0;
}

.masteriyo .masteriyo-login-form-wrapper.no-signup {
  width: 50%;
}
.masteriyo .masteriyo-login-form-wrapper.no-signup .masteriyo-login {
  width: 100%;
}

.masteriyo-login-form-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 8px;
  overflow: hidden;
}
.masteriyo-login-form-wrapper .masteriyo-signup {
  gap: 20px;
  flex: 1;
  flex-direction: column;
  background-color: var(--masteriyo-color-primary-lightest);
  border-left: 1px solid var(--masteriyo-color-border);
  padding-top: 48px;
  padding-bottom: 48px;
}
.masteriyo-login-form-wrapper .masteriyo-signup .masteriyo-title {
  margin: 0;
  color: var(--masteriyo-color-heading);
}
.masteriyo-login-form-wrapper .masteriyo-signup a {
  width: 60%;
  text-decoration: none;
}
.masteriyo-login-form-wrapper .masteriyo-signup a:hover {
  color: var(--masteriyo-color-white);
}

.theme-twentytwentytwo .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.theme-twentytwentyone .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.theme-twentytwenty .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 1060px;
}

@media (max-width: 991px) {
  #masteriyo-account-container .mto-account-sidebar li .css-en-rmxdag {
    flex-direction: column;
    gap: 0.8em;
  }
  #masteriyo-account-container .mto-account-sidebar li svg {
    margin-right: 0;
  }
  #masteriyo-account-container .mto-account-sidebar li p.css-en-1sm8nn5 {
    text-align: center;
  }
}
.masteriyo-edt-account--tab-menu {
  border-bottom: 1px solid var(--masteriyo-color-border);
  padding: 20px 0;
  margin-bottom: 40px;
  font-weight: 700;
  gap: 30px;
}
.masteriyo-edt-account--tab-menu > * {
  cursor: pointer;
}
.masteriyo-edt-account--tab-menu .masteriyo-active-tab {
  color: var(--masteriyo-color-primary);
}
.masteriyo-edt-account .masteriyo-edt-profile--wrap {
  position: relative;
}
.masteriyo-edt-account .masteriyo-svg-icon svg {
  background: var(--masteriyo-color-primary);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 5px;
  fill: #fff;
  border-radius: 50px;
  cursor: pointer;
  z-index: 9;
}
.masteriyo-edt-account .masteriyo-edt-account--img {
  border-radius: 100px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.masteriyo-edt-account--form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.masteriyo-edt-account .masteriyo-col-2 {
  gap: 30px;
}
.masteriyo-edt-account .masteriyo-col-2 > * {
  flex: 1;
}

.masteriyo-pwd-security--btn,
.masteriyo-edt-account--btn {
  border-radius: 50px;
}

.masteriyo-pwd-security--form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 50%;
  margin-top: 30px;
}

.masteriyo-checkout {
  margin: 0 auto;
}
.masteriyo-checkout a {
  color: var(--masteriyo-color-primary);
}
.masteriyo-checkout .masteriyo-col-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.masteriyo-checkout .masteriyo-col-2 > * {
  flex: 1 1 47%;
  padding-left: 15px;
  padding-right: 15px;
}
.masteriyo-checkout--title, .masteriyo-checkout-summary--title {
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--masteriyo-color-heading);
}
.masteriyo-checkout-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.masteriyo-checkout---fname-lname-wrapper {
  display: flex;
}
@media screen and (max-width: 500px) {
  .masteriyo-checkout---fname-lname-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.masteriyo-checkout---create-user-wrapper {
  margin-bottom: 8px !important;
}
.masteriyo-checkout----create-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-checkout----create-user > label {
  margin: 0;
}
.masteriyo-checkout----create-user input[type=checkbox] {
  margin-right: 0;
}
.masteriyo-checkout .masteriyo-signup-brevo-consent-checkbox--wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-checkout .masteriyo-signup-brevo-consent-checkbox--wrapper > label {
  margin: 0;
}
.masteriyo-checkout .masteriyo-signup-brevo-consent-checkbox--wrapper input[type=checkbox] {
  margin-right: 0;
}
.masteriyo-checkout----street > input {
  margin-bottom: 12px;
}
.masteriyo-checkout-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px;
  background: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 8px;
  margin-bottom: 30px;
}
.masteriyo-checkout-main > :not(:last-child) {
  margin-bottom: 24px;
}
.masteriyo-checkout-main select {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23737373' viewBox='0 0 24 24'%3E%3Cpath d='M19.561 7.403a1.468 1.468 0 0 1 2.02 0 1.339 1.339 0 0 1 0 1.944l-8.57 8.25a1.468 1.468 0 0 1-2.021 0l-8.572-8.25a1.339 1.339 0 0 1 0-1.944 1.468 1.468 0 0 1 2.02 0L12 14.68l7.561-7.278Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
  cursor: pointer;
}
.masteriyo-checkout-summary {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .masteriyo-checkout-summary {
    max-width: 400px;
  }
}
.masteriyo-checkout-summary-your-order {
  padding: 20px 30px;
  margin-bottom: 30px;
  background-color: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-color-border);
  color: var(--masteriyo-color-text);
  border-radius: 8px;
}
.masteriyo-checkout-summary-your-order ul {
  margin: 0;
  padding: 0;
}
.masteriyo-checkout-summary-your-order li {
  list-style-type: none;
  border-bottom: 1px solid var(--masteriyo-color-border);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
}
.masteriyo-checkout-summary-your-order li.h-border {
  border-bottom: 1px solid var(--masteriyo-color-black);
}
.masteriyo-checkout-summary-your-order li:last-of-type {
  border-bottom: none;
}
.masteriyo-checkout-summary-payment-method {
  padding: 20px 30px;
  border-radius: 8px;
  background-color: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-color-border);
}
.masteriyo-checkout-summary-payment-method .input-radio {
  margin-top: 7px;
  margin-right: 8px;
}
.masteriyo-checkout-summary-payment-method .payment-method {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0;
  margin-bottom: 6px;
}
.masteriyo-checkout-summary-payment-method .payment-method__detail {
  width: 100%;
  max-width: 100%;
}
.masteriyo-checkout-summary-payment-method .payment-method-stripe #masteriyo-stripe-method {
  height: auto !important;
}
.masteriyo-checkout-summary-payment-method ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.masteriyo-checkout-summary-payment-method ul label {
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.masteriyo-checkout .payment-method__detail img {
  width: 220px;
}
.masteriyo-checkout--btn {
  width: 100%;
}
.masteriyo-checkout-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.masteriyo-checkout-login-link {
  text-decoration: underline;
  font-weight: 600;
}

.masteriyo-checkout-wire-transfer {
  padding: 20px;
  margin-top: 15px;
  background-color: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 8px;
}
.masteriyo-checkout-wire-transfer h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  color: var(--masteriyo-color-heading);
}
.masteriyo-checkout-wire-transfer p {
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--masteriyo-color-text);
}
.masteriyo-checkout-wire-transfer .wire-transfer-details .wire-transfer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.masteriyo-checkout-wire-transfer .wire-transfer-details .wire-transfer-row:last-child {
  margin-bottom: 0;
}
.masteriyo-checkout-wire-transfer .wire-transfer-details .wire-transfer-row .masteriyo-label {
  margin-bottom: 0;
}
.masteriyo-checkout-wire-transfer .wire-transfer-details .wire-transfer-row .label {
  font-weight: bold;
  color: var(--masteriyo-color-text);
  flex: 0 0 40%;
  text-align: left;
}
.masteriyo-checkout-wire-transfer .wire-transfer-details .wire-transfer-row .value {
  flex: 1;
  text-align: right;
  color: var(--masteriyo-color-primary);
}

body.masteriyo #masteriyo-checkout {
  max-width: 1280px;
}
body.masteriyo #masteriyo-checkout .masteriyo-container {
  width: 100%;
}
body.masteriyo #masteriyo-checkout .masteriyo-container .masteriyo-checkout-summary {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body.masteriyo #masteriyo-checkout .masteriyo-container .masteriyo-checkout-summary-your-order {
  margin: 0;
}
body.masteriyo #masteriyo-checkout .masteriyo-container .masteriyo-checkout-summary-order-details .masteriyo-total-row {
  padding-bottom: 0;
}
body.masteriyo #masteriyo-checkout .masteriyo-container .masteriyo-checkout-summary-payment-method .masteriyo-payment-methods .payment-method-offline {
  padding: 0;
}
body.masteriyo #masteriyo-checkout .masteriyo-container .masteriyo-checkout-summary-payment-method .masteriyo-payment-methods .payment-method__detail p {
  margin: 0;
}
body.masteriyo #masteriyo-checkout .masteriyo-container .masteriyo-checkout-wire-transfer {
  margin: 0;
}
body.masteriyo #masteriyo-checkout .masteriyo-container .masteriyo-checkout-main input[type=checkbox] {
  width: auto;
}

.masteriyo .masteriyo-order {
  background-color: var(--masteriyo-color-white);
  color: var(--masteriyo-color-text);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.masteriyo .masteriyo-order:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  display: inherit;
  padding: 30px;
  width: 600px;
  border-radius: 8px;
}
.masteriyo .masteriyo-order:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) .masteriyo-notice {
  margin-bottom: 30px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: var(--masteriyo-color-white);
}
.masteriyo .masteriyo-order:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) .masteriyo-notice--danger {
  background-color: var(--masteriyo-color-danger);
}
.masteriyo .masteriyo-order:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) .masteriyo-notice--success {
  background-color: var(--masteriyo-color-success);
}
.masteriyo .masteriyo-order:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) .masteriyo-notice--info {
  background-color: var(--masteriyo-color-info);
}
.masteriyo .masteriyo-order:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) .masteriyo-notice--warning {
  background-color: var(--masteriyo-color-warning);
}
.masteriyo .masteriyo-order .masteriyo-order-overview {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 30px;
}
.masteriyo .masteriyo-order a {
  color: var(--masteriyo-color-primary);
}

.masteriyo-search-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 40px;
  border-bottom: 1px solid var(--masteriyo-color-border);
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .masteriyo-search-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
.masteriyo-search-section .masteriyo-search {
  margin: 0;
  flex: 1;
  position: relative;
  order: 1;
}
@media (max-width: 768px) {
  .masteriyo-search-section .masteriyo-search {
    width: 100%;
    flex: unset;
  }
}
.masteriyo-search-section .masteriyo-courses-sorting-section {
  max-width: 240px;
  width: 100%;
  order: 2;
}
@media (max-width: 768px) {
  .masteriyo-search-section .masteriyo-courses-sorting-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }
  .masteriyo-search-section .masteriyo-courses-sorting-section .masteriyo-courses-order-by {
    border-radius: 3px;
  }
  .masteriyo-search-section .masteriyo-courses-sorting-section .masteriyo-toggle-course-filters-sidebar {
    margin-top: 0;
  }
  .masteriyo-search-section .masteriyo-courses-sorting-section .masteriyo-courses-sorting {
    width: 100%;
    max-width: 240px;
  }
  .masteriyo-search-section .masteriyo-courses-sorting-section .masteriyo-courses-sorting .masteriyo-courses-order-by {
    border-radius: 3px;
  }
}

.masteriyo-search .masteriyo-course-search__icon {
  display: flex;
  z-index: 0;
}
.masteriyo-search .search-field {
  background: var(--masteriyo-color-white);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
  border-radius: 4px 0 0 4px;
  min-height: 52px;
  width: 100%;
  font-weight: 400;
  text-decoration: inherit;
  border: 1px solid var(--masteriyo-color-border);
  padding-left: 60px;
}
.masteriyo-search .search-field:hover, .masteriyo-search .search-field:focus, .masteriyo-search .search-field:active {
  background: var(--masteriyo-color-white);
  border-color: var(--masteriyo-color-btn-blue-hover);
  transition: 0.5s ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.masteriyo-courses-sorting .masteriyo-courses-order-by {
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 8px;
  width: 100%;
  min-height: 70px;
  padding: 0 30px 0 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23383838' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M2.418 7.403a1.468 1.468 0 0 1 2.02 0L12 14.68l7.561-7.278a1.468 1.468 0 0 1 2.02 0 1.339 1.339 0 0 1 0 1.944l-8.57 8.25a1.468 1.468 0 0 1-2.021 0l-8.572-8.25a1.339 1.339 0 0 1 0-1.944Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 16px;
}

.masteriyo-course {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.masteriyo-course--card {
  width: 100%;
  flex-basis: auto;
  align-self: baseline;
  border-radius: 8px;
  border: 1px solid var(--masteriyo-color-border);
}
.masteriyo-course--card:hover, .masteriyo-course--card:focus {
  transition: 0.5s ease;
}
.masteriyo-course--card .masteriyo-rt {
  justify-content: space-between;
}
.masteriyo-course--img-wrap {
  position: relative;
}
.masteriyo-course--img-wrap a {
  display: block;
}
.masteriyo-course--img-wrap img {
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.masteriyo-course--price-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--masteriyo-color-primary);
  border-radius: 0 0 0 8px;
  padding: 8px 16px;
  color: var(--masteriyo-color-white);
  font-weight: 700;
  fill: var(--masteriyo-color-white);
}
.masteriyo-course--content__title {
  margin-bottom: 10px;
}
.masteriyo-course.list-view {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  gap: 40px;
}
.masteriyo-course.list-view .masteriyo-col {
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex: 1;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--card {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  border: 0;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__wrapper {
  flex: 1;
  width: 100%;
  max-width: 100%;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__title {
  margin-bottom: 10px;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__rt .masteriyo-course-author {
  margin-bottom: 0;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__rt .masteriyo-rating {
  margin-bottom: 0;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__description {
  margin-bottom: 20px;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__stats {
  padding: 0;
  border: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 20px;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__badge {
  top: 0;
  right: -26px;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content:has(.course-completed-banner) .masteriyo-course-card-footer.masteriyo-course-pricing--wrapper {
  display: none;
}
.masteriyo-course.list-view .masteriyo-col .masteriyo-course--content:has(.course-completed-banner) .masteriyo-course--content__wrapper {
  padding-right: 12px;
  border-right: 0;
}
.masteriyo-course.grid-view .masteriyo-col .masteriyo-course--img-wrap a {
  display: flex;
}
.masteriyo-course.grid-view .masteriyo-col .masteriyo-course--img-wrap a img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .masteriyo-course.grid-view .masteriyo-col .masteriyo-course--img-wrap a img {
    height: auto;
  }
}
.masteriyo-course.grid-view .masteriyo-col .masteriyo-course--content__badge {
  top: -14px;
  right: -10px;
}

.masteriyo-btn-complete,
.masteriyo-btn-continue {
  width: 100%;
}

.masteriyo-course--content {
  padding: 20px;
  position: relative;
}
.masteriyo-course--content__wrapper .masteriyo-single-course-stats .progress-header {
  margin-bottom: 12px;
}
.masteriyo-course--content__wrapper .masteriyo-single-course-stats .progress-header .progress-label {
  font-size: 14px;
  line-height: 24px;
}
.masteriyo-course--content__wrapper .masteriyo-single-course-stats .progress-header .progress-percent {
  font-size: 18px;
  line-height: 26px;
}
.masteriyo-course--content__wrapper .masteriyo-single-course-stats .completed-info {
  font-size: 12px;
}
.masteriyo-course--content .masteriyo-course--content__category a {
  text-decoration: none;
}
.masteriyo-course--content .masteriyo-course--content__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.masteriyo-course--content .masteriyo-course--content__title::before {
  content: "";
  display: none;
}
.masteriyo-course--content .masteriyo-course--content__title a {
  color: var(--masteriyo-color-grey-dark);
  text-decoration: none;
  flex: 1;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.masteriyo-course--content .masteriyo-course--content__title a:hover, .masteriyo-course--content .masteriyo-course--content__title a:focus {
  color: var(--masteriyo-color-primary);
}
.masteriyo-course--content__badge {
  position: absolute;
  top: 0;
  right: -25px;
}
.masteriyo-course--content__badge::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ac4136 transparent transparent transparent;
}
.masteriyo-course--content__badge .course-featured {
  color: var(--masteriyo-color-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: block;
}
.masteriyo-course--content__badge .masteriyo-badge {
  text-transform: none;
  display: block;
  line-height: 14px;
  color: #ffffff;
  background: #f57f01;
  border-radius: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}
.masteriyo-course--content__badge .masteriyo-badge::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 11px 0;
  border-color: transparent #f57f01 transparent transparent;
}
.masteriyo-course--content__badge .masteriyo-badge::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 7px;
  border-color: transparent transparent #f57f01 transparent;
}
.masteriyo-course--content__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.masteriyo-course--content__stats > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--masteriyo-color-text-light);
}
.masteriyo-course--content__stats > div span {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
}
.masteriyo-course--content__stats > div svg {
  width: 20px;
  height: 20px;
  fill: var(--masteriyo-color-text-light);
}
.masteriyo-course--content .masteriyo-course-price {
  line-height: inherit;
}
.masteriyo-course--content .masteriyo-course-price .old-amount {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--masteriyo-color-text-light);
}
.masteriyo-course--content .masteriyo-course-price .old-amount .masteriyo-price-amount {
  position: relative;
}
.masteriyo-course--content .masteriyo-course-price .current-amount {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: var(--masteriyo-color-text);
  font-weight: 700;
}

.masteriyo-courses-header__title,
.masteriyo-courses-header .page-title {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 32px;
}

.masteriyo-toggle-course-filters-sidebar,
.masteriyo-close-filters-sidebar {
  display: none;
}
.masteriyo-toggle-course-filters-sidebar svg,
.masteriyo-close-filters-sidebar svg {
  width: 24px;
  height: 24px;
}

.masteriyo-courses-filters {
  max-width: 240px;
  width: 100%;
  padding-right: 20px;
  border-right: 1px solid #e7e7e7;
  margin-right: 30px;
}
.masteriyo-courses-filters .masteriyo-filter-section {
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
}
.masteriyo-courses-filters .masteriyo-filter-section select[name=price-type] {
  width: 100%;
  min-height: 38px;
  padding: 0 6px;
}
.masteriyo-courses-filters .masteriyo-filter-section.masteriyo-rating-filter-section {
  margin-bottom: 0;
}
.masteriyo-courses-filters .masteriyo-filter-section.masteriyo-rating-filter-section .masteriyo-filter-wrapper {
  margin-bottom: 12px;
}
.masteriyo-courses-filters .masteriyo-filter-section.masteriyo-rating-filter-section .masteriyo-filter-wrapper:last-child {
  margin-bottom: 0;
}
.masteriyo-courses-filters .masteriyo-filter-section.masteriyo-rating-filter-section .masteriyo-rating-filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-courses-filters .masteriyo-filter-section.masteriyo-rating-filter-section .masteriyo-rating-filter-item input[type=checkbox] {
  margin-right: 0;
}
.masteriyo-courses-filters .masteriyo-filter-section.masteriyo-rating-filter-section .masteriyo-rating-filter-item label {
  margin-bottom: 0;
}
.masteriyo-courses-filters .masteriyo-filter-section--heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  cursor: pointer;
}
.masteriyo-courses-filters .masteriyo-filter-section--heading h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.masteriyo-courses-filters .masteriyo-filter-section--heading svg {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.masteriyo-courses-filters .masteriyo-filter-section.collapse .masteriyo-filter-section--heading svg {
  transform: rotate(0deg);
}
.masteriyo-courses-filters .masteriyo-filter-section--price-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-left: 0;
}
.masteriyo-courses-filters .masteriyo-filter-section--price-type__list {
  list-style: none;
}
.masteriyo-courses-filters .masteriyo-filter-section--price-type__list label {
  color: #475569;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.14px;
  background: transparent;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.masteriyo-courses-filters .masteriyo-filter-section--price-type__list input {
  display: none;
}
.masteriyo-courses-filters .masteriyo-filter-section--price-type__list input:checked ~ label {
  background: var(--masteriyo-color-primary);
  border-color: var(--masteriyo-color-primary);
  color: var(--masteriyo-color-white);
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter {
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter--input {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter--input input[type=number] {
  border-radius: 4px;
  border: 1px solid #d1d5db;
  margin-right: 0;
  width: 100%;
  padding: 0 12px;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter--input input[type=number]:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--masteriyo-color-primary);
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter--input .masteriyo-price-filter-separator {
  display: block;
  width: 5px;
  margin-right: 0;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter .masteriyo-price-range-slider-wrapper {
  width: 100%;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter .masteriyo-price-range-slider-wrapper .masteriyo-price-range-slider {
  width: 100%;
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter .masteriyo-price-range-slider-wrapper .masteriyo-price-range-slider .masteriyo-price-progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: var(--masteriyo-color-primary);
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter .masteriyo-price-range-slider-wrapper .masteriyo-price-range-input {
  position: relative;
  width: 100%;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter .masteriyo-price-range-slider-wrapper .masteriyo-price-range-input input {
  all: unset;
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter .masteriyo-price-range-slider-wrapper .masteriyo-price-range-input input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--masteriyo-color-primary) !important;
  border: 2px solid #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}
.masteriyo-courses-filters .masteriyo-filter-section .masteriyo-price-filter .masteriyo-price-range-slider-wrapper .masteriyo-price-range-input input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--masteriyo-color-primary) !important;
  border: 2px solid #fff;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}
.masteriyo-courses-filters .masteriyo-filter-section--buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}
.masteriyo-courses-filters .masteriyo-filter-section--buttons a {
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.masteriyo-courses-filters .masteriyo-filter-section--buttons .masteriyo-apply-filters,
.masteriyo-courses-filters .masteriyo-filter-section--buttons .masteriyo-clear-filters {
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-top: 0;
}
.masteriyo-courses-filters .masteriyo-filter-section--buttons .masteriyo-apply-filters {
  background: var(--masteriyo-button-primary);
  color: var(--masteriyo-color-white);
  border: 1px solid var(--masteriyo-button-primary);
}
.masteriyo-courses-filters .masteriyo-filter-section--buttons .masteriyo-apply-filters:hover {
  background: transparent;
  color: var(--masteriyo-button-primary);
}
.masteriyo-courses-filters .masteriyo-filter-section--buttons .masteriyo-clear-filters {
  border-color: #d1d5db;
  background: transparent;
  color: #475569;
}
.masteriyo-courses-filters .masteriyo-filter-section--buttons .masteriyo-clear-filters:hover {
  background: #e8e8e8;
  border-color: #e8e8e8;
}
.masteriyo-courses-filters h5 {
  margin-top: 32px;
  margin-bottom: 12px;
}
.masteriyo-courses-filters h5:first-child {
  margin-top: 0;
}
.masteriyo-courses-filters .masteriyo-category-filter,
.masteriyo-courses-filters .masteriyo-difficulty-filter,
.masteriyo-courses-filters .masteriyo-rating-filter-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.masteriyo-courses-filters .masteriyo-category-filter input[type=checkbox],
.masteriyo-courses-filters .masteriyo-category-filter input[type=radio],
.masteriyo-courses-filters .masteriyo-difficulty-filter input[type=checkbox],
.masteriyo-courses-filters .masteriyo-difficulty-filter input[type=radio],
.masteriyo-courses-filters .masteriyo-rating-filter-item input[type=checkbox],
.masteriyo-courses-filters .masteriyo-rating-filter-item input[type=radio] {
  margin: 0;
}
.masteriyo-courses-filters .masteriyo-category-filter label,
.masteriyo-courses-filters .masteriyo-difficulty-filter label,
.masteriyo-courses-filters .masteriyo-rating-filter-item label {
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-courses-filters .masteriyo-overflowed-category.masteriyo-hidden {
  display: none !important;
}
.masteriyo-courses-filters .masteriyo-rating-filter-link {
  color: #222;
}
.masteriyo-courses-filters .masteriyo-rating-filter-link.active {
  color: var(--masteriyo-color-primary);
}

.masteriyo-price-filter {
  display: flex;
  align-items: center;
}
.masteriyo-price-filter .masteriyo-price-from-filter,
.masteriyo-price-filter .masteriyo-price-to-filter {
  width: 90px;
  margin-right: 4px;
  min-height: 38px;
  padding: 0 6px;
}
.masteriyo-price-filter .masteriyo-price-filter-separator {
  margin-right: 4px;
}
.masteriyo-price-filter .masteriyo-apply-price-filter {
  padding: 8px 12px;
  line-height: 18px;
}

.masteriyo-see-more-categories, .masteriyo-see-less-categories {
  text-decoration: underline;
  color: #2c2c2c;
  font-style: italic;
  font-weight: 500;
}
.masteriyo-see-more-categories:hover, .masteriyo-see-less-categories:hover {
  color: var(--masteriyo-color-btn-blue-hover);
}

.masteriyo-stab-rs {
  margin: 0 auto !important;
  flex-wrap: wrap;
}

.masteriyo-rating-filter-section .masteriyo-stab-rs {
  gap: 4px;
}
.masteriyo-rating-filter-section .masteriyo-stab-rs .masteriyo-icon-svg {
  gap: 2px;
}
.masteriyo-rating-filter-section .masteriyo-stab-rs .masteriyo-icon-svg > svg {
  width: 18px;
  height: 18px;
}

.masteriyo-clear-filters {
  padding: 8px 12px;
  border-radius: 3px;
  color: #585858;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: 1px solid #585858;
  display: inline-block;
  margin-top: 12px;
}
.masteriyo-clear-filters:hover {
  background: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
  color: var(--masteriyo-color-white);
}
@media screen and (max-width: 768px) {
  .masteriyo-clear-filters {
    padding: 10px !important;
  }
}

.masteriyo-archive-cards {
  max-width: 100%;
  display: grid;
  gap: 30px;
  margin-bottom: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 575px) {
  .masteriyo-archive-cards {
    width: 100%;
  }
}
.masteriyo-archive-cards.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1199px) {
  .masteriyo-archive-cards.col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .masteriyo-archive-cards.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .masteriyo-archive-cards.col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo-archive-cards.col-4 .masteriyo-archive-card__image .masteriyo-course-thumbnail {
  height: 180px;
}
.masteriyo-archive-cards.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .masteriyo-archive-cards.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .masteriyo-archive-cards.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo-archive-cards.col-3 .masteriyo-archive-card__image .masteriyo-course-thumbnail {
  height: 228px;
}
.masteriyo-archive-cards.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 575px) {
  .masteriyo-archive-cards.col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo-archive-cards.col-2 .masteriyo-archive-card__image .masteriyo-course-thumbnail {
  height: 340px;
}
@media screen and (max-width: 991px) {
  .masteriyo-archive-cards.col-2 .masteriyo-archive-card__image .masteriyo-course-thumbnail {
    height: 240px;
  }
}
.masteriyo-archive-cards.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.masteriyo-archive-cards.col-1 .masteriyo-archive-card__image .masteriyo-course-thumbnail {
  height: 500px;
}
@media screen and (max-width: 991px) {
  .masteriyo-archive-cards.col-1 .masteriyo-archive-card__image .masteriyo-course-thumbnail {
    height: 360px;
  }
}
@media screen and (max-width: 575px) {
  .masteriyo-archive-cards.col-1 .masteriyo-archive-card__image .masteriyo-course-thumbnail {
    height: 280px;
  }
}
.masteriyo-archive-cards .masteriyo-archive-card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(10, 10, 10, 0.08);
  gap: 20px;
}
.masteriyo-archive-cards .masteriyo-archive-card__image {
  position: relative;
}
.masteriyo-archive-cards .masteriyo-archive-card__image::before {
  content: none;
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) {
  height: 228px;
}
.masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail)::before {
  content: "";
}
.masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) .masteriyo-archive-card__image-preview-button {
  display: inline-flex;
}
.masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) .masteriyo-author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  position: absolute;
  bottom: -5px;
  right: 0px;
  bottom: -20px;
  right: 16px;
}
.masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon svg {
  width: 16px;
  height: 16px;
}
.masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon:hover svg {
  fill: #f25656;
}
.masteriyo-archive-cards .masteriyo-archive-card__image-favorite-icon:hover svg path {
  stroke: #f25656;
}
.masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-course-thumbnail {
  border-radius: 6px;
  width: 100%;
  height: 228px;
  -o-object-fit: cover;
     object-fit: cover;
}
.masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.masteriyo-archive-cards .masteriyo-archive-card__image-preview-button--icon {
  display: flex;
  transition: all 0.3s ease-in-out;
}
.masteriyo-archive-cards .masteriyo-archive-card__image-preview-button--icon svg {
  width: 16px;
  height: 16px;
  fill: var(--masteriyo-color-white);
  transition: all 0.3s ease-in-out;
}
.masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-single-course--badge {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.masteriyo-archive-cards .masteriyo-archive-card__image .masteriyo-single-course--badge .masteriyo-badge {
  display: block;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 3px;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--category {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--category .masteriyo-category {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 4px 8px;
  color: var(--masteriyo-color-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--course-title {
  display: block;
  margin: 12px 0;
  text-decoration: none;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--course-title:hover .masteriyo-course-title {
  color: var(--masteriyo-color-primary);
}
.masteriyo-archive-cards .masteriyo-archive-card__content--course-title .masteriyo-course-title {
  color: #424360;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating svg {
  fill: #e59819;
  width: 16px;
  height: 16px;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--rating strong {
  color: #222222;
  font-weight: 600;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount {
  display: flex;
  align-items: center;
  gap: 6px;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-offer-price {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding: 0 6px;
  position: relative;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-offer-price::before {
  content: "";
  background: rgba(229, 0, 68, 0.75);
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 100%;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--rating-amount .masteriyo-archive-card__content--amount .masteriyo-sale-price {
  color: var(--masteriyo-color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--info .masteriyo-info-label {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--info svg {
  width: 16px;
  height: 16px;
}
.masteriyo-archive-cards .masteriyo-archive-card__content--info-duration, .masteriyo-archive-cards .masteriyo-archive-card__content--info-students, .masteriyo-archive-cards .masteriyo-archive-card__content--info-lessons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.masteriyo-archive-cards .masteriyo-archive-card:hover .masteriyo-archive-card__image::before {
  opacity: 0.35;
}
.masteriyo-archive-cards .masteriyo-archive-card:hover .masteriyo-archive-card__image-favorite-icon {
  opacity: 0;
}
.masteriyo-archive-cards .masteriyo-archive-card:hover .masteriyo-archive-card__image-preview-button {
  opacity: 1;
}

.masteriyo-course-list-display-section {
  display: flex;
  width: 100%;
}
.masteriyo-course-list-display-section .masteriyo-courses-wrapper,
.masteriyo-course-list-display-section .masteriyo-archive-cards {
  flex: 1;
}
.masteriyo-course-list-display-section .masteriyo-course--content__wrapper .masteriyo-course-category {
  margin-bottom: 10px;
}
.masteriyo-course-list-display-section .masteriyo-course--content__wrapper .masteriyo-course-highlights {
  margin: 10px 0 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
.masteriyo-course-list-display-section .masteriyo-course--content__wrapper .masteriyo-course-highlights ul {
  gap: 6px;
}
.masteriyo-course-list-display-section .masteriyo-course--content__wrapper .masteriyo-course-highlights ul li {
  font-size: 14px;
  line-height: 24px;
  gap: 8px;
}
.masteriyo-course-list-display-section .masteriyo-course--content__wrapper .masteriyo-course-highlights ul li::before {
  width: 16px;
  height: 16px;
}
.masteriyo-course-list-display-section .masteriyo-course--content .masteriyo-course-pricing--wrapper {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 4px;
}
.masteriyo-course-list-display-section .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount .amount {
  font-size: 20px;
  line-height: 28px;
}
.masteriyo-course-list-display-section .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-btn-primary {
  min-height: 34px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 16px;
}
.masteriyo-course-list-display-section .masteriyo-course-filter-sidebar-overlay {
  display: none;
}
.masteriyo-course-list-display-section:has(.masteriyo-expanded) .masteriyo-course-filter-sidebar-overlay {
  display: block;
  background: #000;
  position: fixed;
  opacity: 0.6;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.masteriyo-course-cards {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
}
.masteriyo-course-cards.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1199px) {
  .masteriyo-course-cards.col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-course-cards.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .masteriyo-course-cards.col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo-course-cards.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .masteriyo-course-cards.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .masteriyo-course-cards.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo-course-cards.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .masteriyo-course-cards.col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.masteriyo-course-cards.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.masteriyo-course-cards .masteriyo-course-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}
.masteriyo-course-cards .masteriyo-course-card::before {
  content: "";
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0.6%, rgba(14, 14, 14, 0.5) 76.96%) #050505;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  border-radius: 8px;
}
.masteriyo-course-cards .masteriyo-course-card__thumbnail-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.masteriyo-course-cards .masteriyo-course-card__favorite-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 8px 7px 8px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 2px 21px 0px rgba(10, 10, 10, 0.12);
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-cards .masteriyo-course-card__favorite-icon svg {
  width: 16px;
  height: 16px;
}
.masteriyo-course-cards .masteriyo-course-card__favorite-icon:hover svg {
  fill: #f25656;
}
.masteriyo-course-cards .masteriyo-course-card__favorite-icon:hover svg path {
  stroke: #f25656;
}
.masteriyo-course-cards .masteriyo-course-card__content {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-cards .masteriyo-course-card__content--category {
  display: flex;
  align-items: center;
  gap: 4px;
}
.masteriyo-course-cards .masteriyo-course-card__content--category .masteriyo-course-category {
  color: #ebebeb;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.masteriyo-course-cards .masteriyo-course-card__content--category .masteriyo-course-category::after {
  content: ",";
}
.masteriyo-course-cards .masteriyo-course-card__content--category .masteriyo-course-category:last-child::after {
  content: none;
}
.masteriyo-course-cards .masteriyo-course-card__content--course-title {
  text-decoration: none;
  margin-top: 2px;
  margin-bottom: 6px;
  display: block;
}
.masteriyo-course-cards .masteriyo-course-card__content--course-title .masteriyo-course-title {
  overflow: hidden;
  color: var(--masteriyo-color-white);
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-cards .masteriyo-course-card__content--rating-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masteriyo-course-cards .masteriyo-course-card__content--rating {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.masteriyo-course-cards .masteriyo-course-card__content--rating svg {
  width: 18px;
  height: 18px;
  fill: #e59819;
}
.masteriyo-course-cards .masteriyo-course-card__content--amount {
  display: flex;
  align-items: center;
  gap: 6px;
}
.masteriyo-course-cards .masteriyo-course-card__content--amount-offer-price {
  color: #f4f4f4;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: line-through;
}
.masteriyo-course-cards .masteriyo-course-card__content--amount-sale-price {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.masteriyo-course-cards .masteriyo-course-card__content--container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.masteriyo-course-cards .masteriyo-course-card__content--desc {
  overflow: hidden;
  color: #eeeeee;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 16px;
  margin-top: 8px;
}
.masteriyo-course-cards .masteriyo-course-card__content--desc:not(.masteriyo-course-cards .masteriyo-course-card__content--desc:has(*)) {
  display: none;
}
.masteriyo-course-cards .masteriyo-course-card__content .masteriyo-course-expiration {
  margin-bottom: 8px;
  margin-top: 16px;
}
.masteriyo-course-cards .masteriyo-course-card__content--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}
.masteriyo-course-cards .masteriyo-course-card__content--info .masteriyo-info-label {
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.masteriyo-course-cards .masteriyo-course-card__content--info svg {
  width: 16px;
  height: 16px;
}
.masteriyo-course-cards .masteriyo-course-card__content--info svg path {
  fill: #f4f4f4;
}
.masteriyo-course-cards .masteriyo-course-card__content--info-duration, .masteriyo-course-cards .masteriyo-course-card__content--info-students, .masteriyo-course-cards .masteriyo-course-card__content--info-lessons {
  display: flex;
  align-items: center;
  gap: 6px;
}
.masteriyo-course-cards .masteriyo-course-card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.4);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  opacity: 1;
}
.masteriyo-course-cards .masteriyo-course-card:hover .masteriyo-course-card__content--container {
  max-height: 500px;
}

body.masteriyo-courses-page {
  background: #ffffff;
}

.masteriyo-course-expiration {
  display: flex;
  align-items: center;
  padding: 4px 8px 6px 6px;
  gap: 6px;
  border-radius: 6px;
  background: #fff4f4;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 16px;
}
.masteriyo-course-expiration svg {
  width: 20px;
  height: 20px;
  fill: #f25656;
}
.masteriyo-course-expiration--text {
  all: unset;
  color: #f25656;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 2px;
}

.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__image .masteriyo-course--content__badge {
  position: absolute;
  top: unset;
  right: unset;
  top: 16px;
  left: 16px;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__image .masteriyo-course--content__badge::before {
  content: none;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__image .masteriyo-course--content__badge .masteriyo-badge {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__image .masteriyo-course--content__badge .masteriyo-badge::before {
  content: none;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__image .masteriyo-course--content__badge .masteriyo-badge::after {
  content: none;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper {
  display: flex;
  align-items: center;
  margin: 12px 0 16px;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-archive-card__content--course-title {
  margin: 0;
  width: 100%;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-archive-card__content--course-title .masteriyo-course-title {
  margin: 0;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-wishlist-toggle {
  position: unset;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper--container .masteriyo-single-course-stats {
  margin-top: 12px;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper--container .masteriyo-single-course-stats .course-progress-box {
  padding-bottom: 0;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper--container .masteriyo-single-course-stats .course-progress-box .progress-label, .masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper--container .masteriyo-single-course-stats .course-progress-box .progress-percent {
  color: var(--masteriyo-color-white);
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper--container .masteriyo-single-course-stats .course-progress-box .completed-info {
  color: #eeeeee;
}
.masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-card__content .masteriyo-course-title-wrapper .masteriyo-wishlist-toggle {
  display: block;
  visibility: visible;
  opacity: 1;
}
.masteriyo-course-list-display-section.layout_2 {
  margin-bottom: 40px;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card {
  overflow: unset;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card__content .masteriyo-course-title-wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
  margin-bottom: 8px;
  gap: 16px;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card__content .masteriyo-course-title-wrapper .masteriyo-course-card__content--course-title {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-decoration: none;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card__content .masteriyo-course-title-wrapper .masteriyo-wishlist {
  position: unset;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card__content--container .masteriyo-single-course-stats {
  margin-top: 4px;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card__content--container .masteriyo-single-course-stats .course-progress-box .progress-label, .masteriyo-course-list-display-section.layout_2 .masteriyo-course-card__content--container .masteriyo-single-course-stats .course-progress-box .progress-percent {
  color: var(--masteriyo-color-white);
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card__content--container .masteriyo-single-course-stats .course-progress-box .completed-info {
  color: #eeeeee;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card .course-featured {
  font-size: 12px;
  font-weight: 500;
  background-color: var(--masteriyo-color-primary);
  color: var(--masteriyo-color-white);
  padding: 0 12px 0 2px;
  line-height: 32px;
  position: absolute;
  top: unset;
  right: -9px;
  bottom: 20px;
  z-index: 2;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card .course-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  border: 16px solid var(--masteriyo-color-primary);
  border-left-color: transparent;
  z-index: -1;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card .course-featured::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #2d5095 transparent transparent transparent;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card .masteriyo-course--content__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  right: unset;
  z-index: 1;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card .masteriyo-course--content__badge::before {
  content: none;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card .masteriyo-course--content__badge .masteriyo-badge {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card .masteriyo-course--content__badge .masteriyo-badge::before {
  content: none;
}
.masteriyo-course-list-display-section.layout_2 .masteriyo-course-card .masteriyo-course--content__badge .masteriyo-badge::after {
  content: none;
}

@media only screen and (max-width: 768px) {
  body.admin-bar .masteriyo-courses-filters {
    padding-top: 100px;
  }
  body.admin-bar .masteriyo-courses-filters.masteriyo-expanded .masteriyo-close-filters-sidebar {
    top: 56px;
  }
  .masteriyo-toggle-course-filters-sidebar,
  .masteriyo-close-filters-sidebar {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border-radius: 3px;
    margin-top: 32px;
    border: 1px solid #494949;
    padding: 0.7rem 1rem;
  }
  .masteriyo-toggle-course-filters-sidebar:hover,
  .masteriyo-close-filters-sidebar:hover {
    background: var(--masteriyo-color-primary);
    border-color: var(--masteriyo-color-primary);
  }
  .masteriyo-toggle-course-filters-sidebar:hover svg,
  .masteriyo-close-filters-sidebar:hover svg {
    fill: var(--masteriyo-color-white);
  }
  .masteriyo-toggle-course-filters-sidebar:hover .text,
  .masteriyo-close-filters-sidebar:hover .text {
    color: var(--masteriyo-color-white);
  }
  .masteriyo-toggle-course-filters-sidebar {
    padding-left: 16px;
    padding-right: 16px;
  }
  .masteriyo-toggle-course-filters-sidebar svg {
    width: 18px;
    height: 18px;
    fill: #494949;
  }
  .masteriyo-toggle-course-filters-sidebar .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #494949;
  }
  .masteriyo-close-filters-sidebar {
    position: absolute;
    margin-top: 0;
    right: 14px;
    top: 12px;
    padding: 0;
  }
  .masteriyo-close-filters-sidebar svg {
    fill: #494949;
  }
  .masteriyo-courses-filters {
    position: fixed;
    top: 0;
    bottom: 0;
    background: var(--masteriyo-color-white);
    max-width: 300px;
    width: 100%;
    margin-right: 0;
    left: -100%;
    z-index: 99;
    overflow: auto;
    padding: 60px 24px 40px;
    transition: all 0.5s ease-in-out;
    pointer-events: none;
  }
  .masteriyo-courses-filters.masteriyo-expanded {
    left: 0;
    pointer-events: all;
  }
  .masteriyo-courses-filters h5 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .masteriyo-price-filter {
    flex-wrap: wrap;
    gap: 12px;
  }
  .masteriyo-price-filter > input {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .masteriyo-price-filter .masteriyo-price-filter-separator {
    display: none;
  }
}
@media (max-width: 450px) {
  .masteriyo-courses-filters.masteriyo-expanded {
    width: 70%;
  }
}
.masteriyo-search {
  width: 100%;
}
.masteriyo-search .search-field {
  background: var(--masteriyo-color-white);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
  border-radius: 4px 0 0 4px;
  border-right: 0;
  min-height: 52px;
  width: 100%;
  font-weight: 400;
  text-decoration: inherit;
  border: 1px solid var(--masteriyo-color-border);
  padding-left: 60px;
}
.masteriyo-search .search-field:hover, .masteriyo-search .search-field:focus, .masteriyo-search .search-field:active {
  background: var(--masteriyo-color-white);
  border-color: var(--masteriyo-color-btn-blue-hover);
  transition: 0.5s ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.masteriyo-course-list-display-section.default .masteriyo-courses-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}

.masteriyo-btn-disabled {
  background: #d9d9d9;
  color: #383838;
  opacity: 0.4;
  pointer-events: none;
}

.masteriyo-course-search {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.masteriyo-course-search__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.masteriyo-course-search__icon svg {
  width: 20px;
  height: 20px;
  fill: var(--masteriyo-color-placeholder);
}
.masteriyo-course-search .search-field {
  flex: 1;
  padding: 0 16px 0 45px;
  font-size: 16px;
  color: #374151;
  background: transparent;
}
.masteriyo-course-search .search-field::-moz-placeholder {
  color: #9ca3af;
}
.masteriyo-course-search .search-field::placeholder {
  color: #9ca3af;
}
.masteriyo-course-search button[type=submit] {
  min-height: 52px;
  max-height: 52px;
  padding: 8px 20px;
  border: none;
  border-radius: 0px 4px 4px 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: unset;
  white-space: nowrap;
  cursor: pointer;
}

.masteriyo-courses-sorting .masteriyo-courses-order-by {
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 4px;
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23383838' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M2.418 7.403a1.468 1.468 0 0 1 2.02 0L12 14.68l7.561-7.278a1.468 1.468 0 0 1 2.02 0 1.339 1.339 0 0 1 0 1.944l-8.57 8.25a1.468 1.468 0 0 1-2.021 0l-8.572-8.25a1.339 1.339 0 0 1 0-1.944Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 16px;
}
.masteriyo-courses-sorting .masteriyo-courses-order-by:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--masteriyo-color-primary);
}

.masteriyo-courses-view-mode-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  order: 3;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .masteriyo-courses-view-mode-section {
    margin: 0;
  }
}
.masteriyo-courses-view-mode-section span {
  font-size: 16px;
  line-height: 150%;
  color: #1e293b;
  font-weight: 400;
}
.masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  padding-left: 0;
  margin: 0;
}
.masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item {
  transition: all 0.3s ease-in-out;
}
.masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item button {
  color: #bababa;
  background: transparent;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item button:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
.masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item button svg {
  width: 24px;
  height: 24px;
}
.masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item button svg path {
  transition: all 0.3s ease-in-out;
  fill: #bababa;
}
.masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item:hover button, .masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item.active button {
  color: #ffffff;
  background: var(--masteriyo-color-primary);
}
.masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item:hover button svg path, .masteriyo-courses-view-mode-section .masteriyo-courses-view-mode-item-lists .masteriyo-courses-view-mode-item.active button svg path {
  fill: #ffffff;
}

.masteriyo-filter-section .toggle-arrow {
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.masteriyo-filter-section .toggle-arrow.rotated {
  transform: rotate(360deg) !important;
}

.masteriyo-btn-complete {
  width: 100%;
}

.single-mto-course .masteriyo-single-course .masteriyo-course--content .masteriyo-course-expiration {
  margin: -10px 32px 20px;
}

.masteriyo-single-course:not(.elementor) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.masteriyo-single-course--main {
  background-color: var(--masteriyo-color-white);
  border-radius: 8px;
  border: 1px solid var(--masteriyo-color-border);
  flex: 0 0 70%;
  height: 100%;
  padding: 0;
}
.masteriyo-single-course--main .masteriyo-course-author--name {
  max-width: 100%;
}
.masteriyo-single-course--main__content .masteriyo-stab {
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course--main__content .masteriyo-stab {
    gap: 0;
  }
}
.masteriyo-single-course--main__content .masteriyo-stab--tcurriculum {
  border: 1px solid var(--masteriyo-color-border);
  margin: 32px;
  padding: 0;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course--main__content .masteriyo-stab--tcurriculum {
    margin: 0;
    bottom: 0;
  }
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap {
  margin: 0;
  gap: 12px;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap li::before {
  content: none;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5f5f5f;
  display: block;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--shortinfo .title-container .masteriyo-shortinfo-wrap li:last-child::after {
  content: none;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--shortinfo .masteriyo-link-primary {
  margin-top: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems {
  padding: 0;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cheader .masteriyo-ltc {
  flex: unset;
  gap: 12px;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cheader .masteriyo-ltc span {
  margin-left: 0;
  color: #909090;
  display: flex;
  align-items: center;
  gap: 12px;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cheader .masteriyo-ltc span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #909090;
  display: block;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cheader .masteriyo-ltc span:last-child::after {
  content: none;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cheader .masteriyo-ltc span {
    display: none;
  }
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cheader .masteriyo-icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cheader .masteriyo-icon-svg.masteriyo-cminus {
  display: none;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cheader .masteriyo-icon-svg svg {
  width: 18px;
  height: 18px;
  fill: #4e4e4e;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems.active .masteriyo-cheader .masteriyo-ltc span {
  color: var(--masteriyo-color-white);
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems.active .masteriyo-cheader .masteriyo-ltc span::after {
  background: var(--masteriyo-color-white);
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems.active .masteriyo-cheader .masteriyo-icon-svg.masteriyo-cplus svg {
  fill: var(--masteriyo-color-white);
  transform: rotate(180deg);
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody {
  background: var(--masteriyo-color-white);
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 20px;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item svg {
  width: 20px;
  height: 20px;
  fill: #424360;
  margin-top: 3px;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item a {
  color: var(--masteriyo-text-color);
  font-size: 15px;
  line-height: 24px;
  flex: 1;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-lesson-completed, .masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-lesson-in-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-lesson-completed svg {
  width: 24px;
  height: 24px;
  fill: #48bb78;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-lesson-in-progress {
  position: relative;
  padding: 2px;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-lesson-in-progress .masteriyo-progress-ring {
  transform: rotate(-90deg);
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-lesson-in-progress .masteriyo-progress-ring__circle {
  stroke: #eeeeee;
  stroke-width: 2.5;
  fill: transparent;
  r: 8.75;
  cx: 10;
  cy: 10;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-lesson-in-progress .masteriyo-progress-ring__progress {
  stroke: #bbbbbb;
  stroke-width: 2.5;
  stroke-linecap: round;
  fill: transparent;
  r: 8.75;
  cx: 10;
  cy: 10;
  stroke-dasharray: 54.98;
  stroke-dashoffset: 28.24;
  transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: progress-animation 2s ease-in-out;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item:has(.masteriyo-lesson-not-started) {
  cursor: not-allowed;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item:has(.masteriyo-lesson-not-started) > a {
  pointer-events: none;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item:has(.masteriyo-lesson-not-started) svg,
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item:has(.masteriyo-lesson-not-started) a {
  opacity: 0.6;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item:has(.masteriyo-lesson-not-started) svg:last-child,
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item:has(.masteriyo-lesson-not-started) a:last-child {
  opacity: 1;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-course-preview-wrapper .masteriyo-lesson-preview-link {
  pointer-events: unset;
  opacity: 1;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-course-preview-wrapper .masteriyo-course-preview-link svg {
  cursor: pointer;
}
.masteriyo-single-course--main__content .tab-content.course-curriculum .masteriyo-stab--citems .masteriyo-cbody .masteriyo-lesson-list .masteriyo-lesson-item .masteriyo-course-preview-wrapper .masteriyo-course-preview-link svg:hover {
  fill: var(--masteriyo-color-primary);
}
.masteriyo-single-course--main__content .course-overview {
  padding: 0 30px 30px;
  color: var(--masteriyo-color-text);
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-single-course--main__content .course-overview ul li p,
.masteriyo-single-course--main__content .course-overview ol li p {
  margin-bottom: 4px;
}
.masteriyo-single-course--main .masteriyo-course-category {
  margin-bottom: 12px;
  padding: 0 30px;
}
.masteriyo-single-course--main .masteriyo-course-author-rating-wrapper {
  padding: 0 30px;
}
.masteriyo-single-course--badge {
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 0 32px;
}
.masteriyo-single-course--badge .masteriyo-badge {
  text-transform: none;
  background: #f57f01;
  color: var(--masteriyo-color-white);
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.masteriyo-single-course--title-tag {
  font-size: 14px;
  border-radius: 50px;
  position: absolute;
  top: 0;
}
.masteriyo-single-course--aside {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid var(--masteriyo-color-border);
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
}
.masteriyo-single-course--aside > div {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo-single-course--aside > div:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.masteriyo-single-course--aside .masteriyo-course-progress-bar {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.masteriyo-single-course--aside .masteriyo-time-btn:has(.masteriyo-retake-btn) {
  justify-content: flex-start;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .masteriyo-single-course--aside .masteriyo-time-btn {
    flex-direction: row;
  }
  .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-enroll-btn {
    width: -moz-max-content;
    width: max-content;
  }
}
.masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-retake-btn {
  padding: 0;
  margin-left: auto;
  margin-right: 14px;
  display: flex;
}
.masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-retake-btn > span {
  display: inline-flex;
}
.masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-retake-btn > span svg {
  width: 20px;
  height: 20px;
  fill: #7d7d7d;
  transition: all 0.3s ease-in-out;
}
.masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-retake-btn:hover > span svg {
  fill: var(--masteriyo-color-primary);
}
.masteriyo-single-course--aside .masteriyo-sticky {
  z-index: 9;
}
.masteriyo-single-course .masteriyo-course--content .masteriyo-course--img-wrap img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course .masteriyo-course--content .masteriyo-course--img-wrap img {
    height: auto;
  }
}
.masteriyo-single-course .masteriyo-course--content__title {
  margin-bottom: 14px;
  padding: 0 15px;
}
.masteriyo-single-course .masteriyo-course--content__description .title {
  margin-bottom: 14px;
}
.masteriyo-single-course .masteriyo-course--content__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masteriyo-single-course .masteriyo-course--content__stats > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--masteriyo-color-text-light);
}
.masteriyo-single-course .masteriyo-course--content__stats > div span {
  margin-left: 4px;
}
.masteriyo-single-course .masteriyo-course--content__stats > div svg {
  width: 20px;
  height: 20px;
  fill: var(--masteriyo-color-text-light);
}
.masteriyo-single-course .masteriyo-course--content__title {
  line-height: 28px;
  margin: 0 0 14px 0;
}
.masteriyo-single-course .masteriyo-course--content__title::before {
  content: "";
  display: none;
}
.masteriyo-single-course .masteriyo-course--content__title a {
  font-weight: bold;
  font-size: 18px;
  color: var(--masteriyo-color-grey-dark);
  text-decoration: none;
}

.masteriyo-related-post {
  width: 100%;
}
.masteriyo-related-post__title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
}
.masteriyo-related-post .masteriyo-course-cards .masteriyo-course-card__content .masteriyo-course-title-wrapper .masteriyo-course-card__content--course-title {
  text-decoration: none;
  margin: 0;
}
.masteriyo-related-post .masteriyo-course--card {
  background-color: var(--masteriyo-color-white);
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--img-wrap img {
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content {
  padding: 20px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content > div:last-child {
  margin-bottom: 0;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-category {
  padding: 0;
  margin-bottom: 10px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-category a {
  display: flex;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-highlights {
  border-bottom: 0;
  margin: 10px 0 20px;
  padding-bottom: 0;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-highlights ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding-left: 0;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-highlights ul li {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  gap: 10px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-highlights ul li::before {
  content: "";
  background-image: url(//ettronics.com/wp-content/plugins/learning-management-system/assets/img/svgs/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  width: 16px;
  height: 16px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-pricing--wrapper {
  padding-bottom: 0;
  margin-bottom: 4px;
  border-bottom: 0;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-course-price .current-amount .amount {
  font-size: 20px;
  line-height: 28px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-pricing--wrapper .masteriyo-btn-primary {
  min-height: 34px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 16px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content__badge {
  top: -14px;
  right: -10px;
  z-index: 10;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course--content__stats {
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 0;
  gap: 10px 20px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-icon svg {
  width: 20px;
  height: 20px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-progress-bar .course-progress-box.course-completed-banner .completed-text {
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-expiration {
  align-items: flex-start;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-expiration svg {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-course-expiration--text {
  flex: 1;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-single-course-stats .progress-header .progress-label {
  font-size: 14px;
  line-height: 24px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--content .masteriyo-single-course-stats .progress-header .progress-percent {
  font-size: 18px;
  line-height: 26px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--img-wrap {
  max-height: 220px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--img-wrap .masteriyo-course--badges {
  top: 20px;
  left: 20px;
}
.masteriyo-related-post .masteriyo-course--card .masteriyo-course--img-wrap img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.masteriyo-related-post .masteriyo-archive-card__image .masteriyo-course--content__badge {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 12px;
  left: 12px;
}
.masteriyo-related-post .masteriyo-archive-card__image .masteriyo-course--content__badge::before {
  content: none;
}
.masteriyo-related-post .masteriyo-archive-card__image .masteriyo-course--content__badge .masteriyo-badge {
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
}
.masteriyo-related-post .masteriyo-archive-card__image .masteriyo-course--content__badge .masteriyo-badge::before, .masteriyo-related-post .masteriyo-archive-card__image .masteriyo-course--content__badge .masteriyo-badge::after {
  content: none;
}
.masteriyo-related-post .masteriyo-course-card {
  overflow: unset;
}
.masteriyo-related-post .masteriyo-course-card__content--container .masteriyo-course-expiration {
  display: flex;
  align-items: center;
  padding: 4px 8px 6px 6px;
  gap: 6px;
  border-radius: 6px;
  background: #fff4f4;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
}
.masteriyo-related-post .masteriyo-course-card__content--container .masteriyo-course-expiration svg {
  width: 20px;
  height: 20px;
  fill: #f25656;
}
.masteriyo-related-post .masteriyo-course-card__content--container .masteriyo-course-expiration--text {
  all: unset;
  color: #f25656;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 2px;
}
.masteriyo-related-post .masteriyo-course-card__content--container .masteriyo-retake-btn {
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  margin-top: 12px;
}
.masteriyo-related-post .masteriyo-course-card__content--container .masteriyo-retake-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.masteriyo-related-post .masteriyo-course-card__content--container .masteriyo-retake-btn span::after {
  content: "Retake Course";
  font-size: 14px;
  line-height: 20px;
  color: #f4f4f4;
}
.masteriyo-related-post .masteriyo-course-card__content--container .masteriyo-retake-btn span svg {
  width: 18px;
  height: 18px;
  fill: #f4f4f4;
}
.masteriyo-related-post .masteriyo-course-card .masteriyo-course--content__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  right: unset;
  z-index: 1;
}
.masteriyo-related-post .masteriyo-course-card .masteriyo-course--content__badge::before {
  content: none;
}
.masteriyo-related-post .masteriyo-course-card .masteriyo-course--content__badge .masteriyo-badge {
  text-transform: none;
  display: block;
  line-height: 14px;
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-badge);
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 3px;
}
.masteriyo-related-post .masteriyo-course-card .masteriyo-course--content__badge .masteriyo-badge::before, .masteriyo-related-post .masteriyo-course-card .masteriyo-course--content__badge .masteriyo-badge::after {
  content: none;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-card__content--rating-amount .masteriyo-course-card__content--rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: #646464;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
.masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-card__content--rating-amount .masteriyo-course-card__content--rating svg {
  fill: var(--masteriyo-color-golden);
  width: 18px;
  height: 18px;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-card__content .masteriyo-course-title-wrapper {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 10px;
  gap: 16px;
}
.masteriyo-related-post[data-layout=layout_2] .masteriyo-course-card__content--course-title {
  width: 100%;
}

.masteriyo-stab-rs.border-none {
  border: none;
  padding: 0;
}

.masteriyo-feature-img {
  position: relative;
  width: 100%;
  display: flex;
}
.masteriyo-feature-img .masteriyo-feature-course-image {
  width: 100%;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.masteriyo-feature-img .masteriyo-price-tag,
.masteriyo-feature-img .masteriyo-heart {
  position: absolute;
}
.masteriyo-feature-img .masteriyo-price-tag {
  top: 0;
  left: 0;
}
.masteriyo-feature-img .masteriyo-price-tag {
  background: var(--masteriyo-color-primary);
  border-radius: 0 0 16px 0;
  padding: 8px 16px;
  color: var(--masteriyo-color-white);
}
.masteriyo-feature-img .masteriyo-heart {
  top: 20px;
  right: 20px;
  background: var(--masteriyo-color-white);
  border-radius: 100px;
  padding: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.masteriyo-feature-img .masteriyo-heart:hover {
  transform: scale(1.1);
}

.masteriyo-stab {
  margin-top: 12px;
  margin-bottom: 24px;
  word-break: break-all;
}
.masteriyo-stab .tab-content .masteriyo-stab--shortinfo {
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.masteriyo-stab .tab-content .masteriyo-stab--shortinfo .title-container {
  display: flex;
  flex-direction: column;
}
.masteriyo-stab .tab-content .masteriyo-stab--shortinfo .title-container .title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  color: var(--masteriyo-color-heading);
}
.masteriyo-stab .tab-content ul.masteriyo-shortinfo-wrap {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.005em;
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.masteriyo-stab .tab-content ul.masteriyo-shortinfo-wrap li {
  margin-left: 8px;
  margin-right: 8px;
}
.masteriyo-stab .tab-content ul.masteriyo-shortinfo-wrap li:first-child::before {
  display: none;
}
.masteriyo-stab .tab-content ul.masteriyo-shortinfo-wrap li::before {
  content: "";
  background: var(--masteriyo-color-grey-dark);
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin: 0 4px 2px 0;
  border-radius: 50px;
}
.masteriyo-stab .tab-content .masteriyo-expand-collapse-all {
  cursor: pointer;
  text-decoration: none;
}
.masteriyo-stab--tcurriculum {
  border: 1px solid var(--masteriyo-color-border);
  margin: 32px;
  padding: 0;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .masteriyo-stab--tcurriculum {
    margin: 0;
    bottom: 0;
  }
}
.masteriyo-stab--tcurriculum .masteriyo-stab--shortinfo {
  padding: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  color: var(--masteriyo-color-text);
}
.masteriyo-stab--tcurriculum .masteriyo-stab--shortinfo .title-container {
  display: flex;
  flex-direction: column;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--shortinfo .title-container .title {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  color: var(--masteriyo-color-heading);
}
.masteriyo-stab--tcurriculum .masteriyo-expand-collapse-all {
  margin-top: 20px;
}
.masteriyo-stab--tcurriculum ul.masteriyo-shortinfo-wrap {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.005em;
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap;
  gap: 10px;
}
.masteriyo-stab--tcurriculum ul.masteriyo-shortinfo-wrap li {
  margin-left: 8px;
  margin-right: 8px;
}
.masteriyo-stab--tcurriculum ul.masteriyo-shortinfo-wrap li:first-child::before {
  display: none;
}
.masteriyo-stab--tcurriculum ul.masteriyo-shortinfo-wrap li::before {
  content: "";
  background: var(--masteriyo-color-grey-dark);
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin: 0 4px 2px 0;
  border-radius: 50px;
}
.masteriyo-stab--tcurriculum .masteriyo-expand-collapse-all {
  cursor: pointer;
  text-decoration: none;
}
.masteriyo-stab--tcurriculum > div:not(:first-child) {
  border-top: 1px solid var(--masteriyo-color-border);
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems {
  cursor: pointer;
  color: var(--masteriyo-color-text);
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems:first-of-type {
  border-top-width: 2px;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems .masteriyo-cminus {
  display: none;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems .masteriyo-cplus svg {
  fill: var(--masteriyo-color-text-light);
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active {
  border-bottom: 0;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cminus {
  display: flex;
  align-items: center;
  justify-content: center;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cminus svg {
  fill: var(--masteriyo-color-text-light);
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cheader {
  background: var(--masteriyo-color-primary);
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cheader .masteriyo-ctitle,
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cheader .masteriyo-ltc {
  color: var(--masteriyo-color-white);
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cbody {
  max-height: 999px;
  overflow-y: auto;
  background: var(--masteriyo-color-primary-lightest);
  cursor: default;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cbody::-webkit-scrollbar {
  width: 8px;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cbody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cbody::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 2px solid #f1f1f1;
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cbody::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
@media screen and (max-width: 480px) {
  .masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cbody {
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cbody {
    max-height: 600px;
  }
}
.masteriyo-stab--tcurriculum .masteriyo-stab--citems.active .masteriyo-cplus {
  display: none;
}
.masteriyo-stab--tcurriculum .masteriyo-cheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-radius: 0;
  gap: 12px;
}
.masteriyo-stab--tcurriculum .masteriyo-ctitle {
  font-family: inherit;
  margin: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--masteriyo-text-color);
  flex: 2;
  margin-bottom: 0;
}
.masteriyo-stab--tcurriculum .masteriyo-ltc {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  flex-wrap: wrap;
  flex: 1;
}
.masteriyo-stab--tcurriculum .masteriyo-ltc > * {
  margin-left: 16px;
}
.masteriyo-stab--tcurriculum .masteriyo-cbody {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms;
  border-top: 0;
}
.masteriyo-stab--tcurriculum .masteriyo-cbody .masteriyo-lesson-icon {
  display: flex;
  margin-right: 8px;
}
.masteriyo-stab--tcurriculum .masteriyo-lesson-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.masteriyo-stab--tcurriculum .masteriyo-lesson-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--masteriyo-color-border);
}
.masteriyo-stab--tcurriculum .masteriyo-lesson-list li:last-of-type {
  border-bottom: none;
}
.masteriyo-stab--tcurriculum .masteriyo-lesson-list__content {
  padding: 0 32px;
}
.masteriyo-stab--tcurriculum .masteriyo-lesson-list__content-item {
  display: flex;
  align-items: center;
}
.masteriyo-stab--tcurriculum .masteriyo-lesson-list__content .masteriyo-right {
  width: 100%;
}
.masteriyo-stab--tcurriculum .masteriyo-time-btn .masteriyo-btn {
  padding: 6px 12px;
  font-size: 10px;
}
.masteriyo-stab--tcurriculum .masteriyo-lesson-list--btn {
  text-transform: uppercase;
}
.masteriyo-stab--treviews {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
}
.masteriyo-stab-rs {
  border: 1px solid var(--masteriyo-color-border);
  margin: 20px auto;
  padding: 20px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.masteriyo-stab-rs .masteriyo-icon-svg {
  gap: 8px;
}
.masteriyo-stab-rs .masteriyo-icon-svg > svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
}
.masteriyo-stab-rs .masteriyo-icon-svg > svg.full, .masteriyo-stab-rs .masteriyo-icon-svg > svg.half {
  fill: var(--masteriyo-color-golden);
}
.masteriyo-stab-rs .masteriyo-icon-svg > svg.empty {
  fill: #d2d2d2;
}
.masteriyo-stab-rs .masteriyo-icon-svg > svg.hovered {
  fill: var(--masteriyo-color-golden);
}
.masteriyo-stab-rs .masteriyo-rnumber {
  margin-left: 8px;
  color: var(--masteriyo-color-text);
}
.masteriyo-stab--turating {
  color: var(--masteriyo-color-text);
  text-align: center;
  margin-bottom: 30px;
}

.masteriyo-item--wrap {
  display: flex;
  flex-wrap: wrap;
}
.masteriyo-item--wrap .masteriyo-single-course-item {
  display: flex;
}

.masteriyo-enroll-msg {
  border-top: 2px solid var(--masteriyo-color-border);
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  margin-top: 40px;
  color: var(--masteriyo-color-text);
}

.masteriyo-info-msg {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  background: var(--masteriyo-color-white);
}

.course-reviews {
  padding: 0 30px 30px;
}
.course-reviews .masteriyo-course-reviews-filters {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .course-reviews .masteriyo-course-reviews-filters {
    flex-wrap: nowrap;
    gap: 24px;
  }
}
.course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search {
  display: flex;
  align-items: center;
  position: relative;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 450px) {
  .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search {
    flex-wrap: nowrap;
  }
}
.course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 2px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search__icon svg {
  fill: #595959;
}
.course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search .masteriyo-input {
  padding-left: 48px;
  width: 100%;
}
.course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search button[type=button] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.course-reviews .masteriyo-no-review-alert {
  margin-top: 20px;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: none;
  width: 100%;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right {
  flex-basis: 90%;
  margin-left: 18px;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right__rating {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right__rating .rating {
  margin-bottom: 14px;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right__rating .rating .masteriyo-rstar {
  display: flex;
  flex-wrap: wrap;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right__rating .rating .masteriyo-rstar svg {
  width: 14px;
  height: 14px;
  fill: var(--masteriyo-color-golden);
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right__rating .rating .masteriyo-rstar svg.full, .course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right__rating .rating .masteriyo-rstar svg.half {
  fill: var(--masteriyo-color-golden);
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right__rating .rating .masteriyo-rstar svg.empty {
  fill: #d2d2d2;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right .author-name {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 25px;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right .date-created {
  font-size: 12px;
  line-height: 14px;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.course-reviews .masteriyo-course-reviews-list .masteriyo-course-review__content .masteriyo-right .content {
  font-size: 16px;
  line-height: 27px;
}
.course-reviews .masteriyo-review {
  border-top: 1px solid var(--masteriyo-color-border);
  margin-top: 24px;
  padding-top: 24px;
}
.course-reviews .masteriyo-review .masteriyo-avatar img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.course-reviews .masteriyo-login-msg.masteriyo-submit-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  margin-bottom: 24px;
}
.course-reviews .masteriyo-login-msg.masteriyo-submit-container p {
  display: flex;
  gap: 8px;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.course-reviews .masteriyo-login-msg.masteriyo-submit-container p .masteriyo-link-primary {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 5px;
  text-decoration-color: var(--masteriyo-color-primary);
  text-decoration-thickness: 1px;
}
.course-reviews .masteriyo-login-msg.masteriyo-submit-container p .masteriyo-link-primary:hover {
  color: var(--masteriyo-color-primary);
}
.course-reviews .masteriyo-link-login {
  margin: 0 4px;
}
.course-reviews .masteriyo-load-more {
  width: 100%;
  margin-top: 24px;
  padding: 4px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid var(--masteriyo-color-primary);
  color: var(--masteriyo-color-primary);
  border-radius: 4px;
}
.course-reviews .masteriyo-load-more:hover {
  border: 1px solid var(--masteriyo-color-btn-blue-hover);
  color: var(--masteriyo-color-btn-blue-hover);
}

.masteriyo-submit-container .masteriyo--title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  color: var(--masteriyo-color-heading);
}
.masteriyo-submit-container .masteriyo-input {
  border-radius: 4px;
}
.masteriyo-submit-container .masteriyo-rating {
  margin: 24px 0;
}
.masteriyo-submit-container .masteriyo-btn-primary {
  margin-top: 16px;
}
.masteriyo-submit-container .masteriyo-stab-rs {
  margin-top: 0;
}

.masteriyo-reply-course-review {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: var(--masteriyo-color-primary);
  margin-top: 16px;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

.masteriyo-replies {
  display: flex;
  flex-flow: unset;
  flex-direction: row;
}
.masteriyo-replies .masteriyo-reply-replies--title .masteriyo-flex {
  align-items: center;
}
.masteriyo-replies .masteriyo-reply-replies--title .author-name {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 25px;
}

.masteriyo-reply-replies {
  width: 100%;
}
.masteriyo-reply-replies .masteriyo-right {
  margin-left: 24px;
  width: 100%;
}
.masteriyo-reply-replies .masteriyo-right .content {
  font-size: 16px;
}
.masteriyo-reply-replies .masteriyo-right .masteriyo-reply-replies--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.masteriyo-reply-replies .masteriyo-right .date-created {
  font-size: 12px;
  line-height: 14px;
}

.masteriyo-course-review-replies {
  width: 90%;
  float: right;
  margin-bottom: 24px;
}

.masteriyo-delete-review-notice {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--masteriyo-color-border);
  font-style: italic;
  font-size: 14px;
}

.masteriyo-country-dropdown {
  display: flex;
  width: 100%;
  height: 42.16px;
}
.masteriyo-country-dropdown select {
  border: 1px solid #dee2e6;
  padding-top: 0;
  padding-bottom: 0;
}

.masteriyo-login-msg {
  border-top: 2px solid var(--masteriyo-color-border);
}

.theme-elearning.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search button[type=button] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.theme-zakra.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search button[type=button] {
  padding: 8px 16px;
}

@media screen and (max-width: 600px) {
  .single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search {
  flex: 1;
}
.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search button[type=button] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search .masteriyo-input {
  flex: 1;
}
.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-ratings {
  width: 160px;
}

body.single-mto-course {
  background: #ffffff;
}
@media screen and (max-width: 600px) {
  body.single-mto-course .masteriyo-container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-mto-course .masteriyo-container .masteriyo-single-course {
  margin: 0 0 60px;
}
body.single-mto-course .masteriyo-container .masteriyo-single-course--wrapper {
  gap: 40px;
}
@media screen and (max-width: 992px) {
  body.single-mto-course .masteriyo-container .masteriyo-single-course--wrapper {
    flex-direction: column;
  }
}
body.single-mto-course .masteriyo-container .masteriyo-single-course--wrapper .masteriyo-main-content-area {
  flex: 1;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.masteriyo-single {
  margin: 0 0 60px;
}
@media screen and (max-width: 1199px) {
  .masteriyo-single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .masteriyo-single {
    padding-left: 0;
    padding-right: 0;
  }
}
.masteriyo-single--author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.masteriyo-single--author > a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.masteriyo-single--author-img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.masteriyo-single--author-name {
  color: #424360;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.masteriyo-single-header {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 80px;
  background: #ffffff;
  padding: 20px 20px 20px 42px;
  border-radius: 10px;
  box-shadow: 0px 6px 30px 0px rgba(10, 10, 10, 0.08);
  position: relative;
}
.masteriyo-single-header:has(.masteriyo-single-header__img-wrap) {
  padding: 20px 20px 20px 42px;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-header {
    flex-direction: column;
    padding: 36px !important;
  }
}
@media screen and (max-width: 600px) {
  .masteriyo-single-header {
    padding: 32px 24px 24px !important;
  }
}
.masteriyo-single-header__img-wrap, .masteriyo-single-header__image {
  height: 350px;
  position: relative;
}
.masteriyo-single-header__img-wrap img,
.masteriyo-single-header__img-wrap video, .masteriyo-single-header__image img,
.masteriyo-single-header__image video {
  width: 520px;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.masteriyo-single-header__img-wrap .masteriyo-play-featured-video-btn,
.masteriyo-single-header__img-wrap .masteriyo-play-featured-video-btn-related, .masteriyo-single-header__image .masteriyo-play-featured-video-btn,
.masteriyo-single-header__image .masteriyo-play-featured-video-btn-related {
  position: absolute;
  z-index: 9;
  background: #222;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  padding: 12px 10px 12px 15px;
  cursor: pointer;
  border-radius: 100%;
  background: #333;
  transition: 0.2s;
  box-shadow: 0px 0px 1em #000;
  opacity: 70%;
}
.masteriyo-single-header__img-wrap .masteriyo-play-featured-video-btn svg,
.masteriyo-single-header__img-wrap .masteriyo-play-featured-video-btn-related svg, .masteriyo-single-header__image .masteriyo-play-featured-video-btn svg,
.masteriyo-single-header__image .masteriyo-play-featured-video-btn-related svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}
.masteriyo-single-header__img-wrap .masteriyo-play-featured-video-btn:hover,
.masteriyo-single-header__img-wrap .masteriyo-play-featured-video-btn-related:hover, .masteriyo-single-header__image .masteriyo-play-featured-video-btn:hover,
.masteriyo-single-header__image .masteriyo-play-featured-video-btn-related:hover {
  background: var(--masteriyo-color-primary);
  box-shadow: 0px 0px 3em #7e83d4;
  opacity: 100%;
}
.masteriyo-single-header__content {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-header__content {
    width: 100%;
  }
}
.masteriyo-single-header__content .masteriyo-single-course--badge {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}
.masteriyo-single-header__content--category {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.masteriyo-single-header__content--category-list {
  padding: 2px 10px;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  color: var(--masteriyo-color-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
}
.masteriyo-single-header__content--category-list:hover {
  color: var(--masteriyo-color-primary);
}
.masteriyo-single-header__content-title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-header__content--title {
    font-size: 22px;
    line-height: 32px;
  }
}
.masteriyo-single-header__content--author-rating {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.masteriyo-single-header__content--rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.masteriyo-single-header__content--rating svg {
  fill: var(--masteriyo-color-golden);
  width: 18px;
  height: 18px;
}
.masteriyo-single-header__content--rating strong {
  color: #222222;
  font-weight: 600;
}
.masteriyo-single-header__content--info {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.masteriyo-single-header__content--info svg {
  width: 20px;
  height: 20px;
}
.masteriyo-single-header__content--info .course-progress {
  display: none !important;
}
.masteriyo-single-header__content--info-items {
  display: flex;
  gap: 8px;
}
.masteriyo-single-header__content--info-items svg {
  width: 20px;
  height: 20px;
}
.masteriyo-single-header__content--info-items svg path {
  fill: #4e4e4e;
}
.masteriyo-single-header__content--info-items-label .masteriyo-single-heading {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 2px;
}
.masteriyo-single-header__content--info-items-label .masteriyo-single-desc {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.masteriyo-single-header__image {
  max-height: 350px;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-header__image {
    width: 100%;
  }
}
.masteriyo-single-header__image img {
  width: 520px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-header__image img {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .masteriyo-single-header__image img {
    height: 100%;
  }
}
.masteriyo-single-body {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-body {
    flex-direction: column;
  }
}
.masteriyo-single-body__main {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-body__main {
    width: 100%;
  }
}
.masteriyo-single-body__main--tabbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--tabbar {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.masteriyo-single-body__main--tabbar-item {
  list-style: none;
  padding: 16px 28px;
  border-radius: 8px 8px 0px 0px;
  background: transparent;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--tabbar-item {
    width: 100%;
    border-radius: 8px;
  }
}
.masteriyo-single-body__main--tabbar-item.active-item {
  background: rgba(69, 132, 255, 0.03);
  color: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--tabbar-item:hover {
  background: rgba(69, 132, 255, 0.03);
}
.masteriyo-single-body__main--content {
  padding: 28px;
  border-radius: 0px 6px 6px 6px;
  background: rgba(69, 132, 255, 0.03);
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--content {
    padding: 28px;
  }
}
.masteriyo-single-body__main--overview-content p {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px;
}
.masteriyo-single-body__main--overview-content p:last-child {
  margin-bottom: 0;
}
.masteriyo-single-body__main--overview-content ul,
.masteriyo-single-body__main--overview-content ol {
  padding-left: 20px !important;
}
.masteriyo-single-body__main--curriculum-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-body__main--curriculum-content-top {
    margin-bottom: 12px;
  }
}
.masteriyo-single-body__main--curriculum-content-top--shortinfo {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
}
.masteriyo-single-body__main--curriculum-content-top--shortinfo-item {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.masteriyo-single-body__main--curriculum-content-top--shortinfo-item::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5f5f5f;
  display: block;
}
.masteriyo-single-body__main--curriculum-content-top--shortinfo-item:last-child::after {
  content: none;
}
.masteriyo-single-body__main--curriculum-content-top--expand-btn {
  color: var(--masteriyo-color-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  cursor: pointer;
  position: relative;
}
.masteriyo-single-body__main--curriculum-content-top--expand-btn::before {
  content: "";
  position: absolute;
  background: var(--masteriyo-color-primary);
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.masteriyo-single-body__main--curriculum-content-top--expand-btn:hover::before {
  width: 100%;
}
.masteriyo-single-body__main--curriculum-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
  counter-reset: accordion-item;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid var(--masteriyo-color-border);
  background: var(--masteriyo-color-white);
  cursor: pointer;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header {
  padding: 8px 12px;
  border-radius: 3px;
  background: var(--masteriyo-color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
  counter-increment: accordion-item;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header::before {
  content: counter(accordion-item, decimal-leading-zero) " ";
  color: #16181a;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header-title {
  font-family: inherit;
  color: #16181a;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  flex: 2;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header-misc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header-misc .masteriyo-single-body-accordion-info {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--curriculum-content-bottom__accordion--header-misc .masteriyo-single-body-accordion-info {
    display: none;
  }
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header-misc .masteriyo-single-body-accordion-info::after {
  content: "";
  background: #909090;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header-misc .masteriyo-single-body-accordion-info:last-child::after {
  content: none;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header .masteriyo-single-body-accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--header .masteriyo-single-body-accordion-icon svg {
  width: 16px;
  height: 16px;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion:hover .masteriyo-single-body__main--curriculum-content-bottom__accordion--header {
  background: #f7f7f7;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion.active {
  padding-bottom: 0;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion.active .masteriyo-single-body__main--curriculum-content-bottom__accordion--header {
  background: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion.active .masteriyo-single-body__main--curriculum-content-bottom__accordion--header::before {
  color: #ffffff;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion.active .masteriyo-single-body__main--curriculum-content-bottom__accordion--header-title {
  color: #ffffff;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion.active .masteriyo-single-body__main--curriculum-content-bottom__accordion--header-misc .masteriyo-single-body-accordion-info {
  color: #f4f4f4;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion.active .masteriyo-single-body__main--curriculum-content-bottom__accordion--header-misc .masteriyo-single-body-accordion-info::after {
  background: #f4f4f4;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion.active .masteriyo-single-body__main--curriculum-content-bottom__accordion--header .masteriyo-single-body-accordion-icon svg {
  fill: #ffffff;
  transform: rotate(180deg);
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion.active .masteriyo-single-body__main--curriculum-content-bottom__accordion--body {
  display: block;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body {
  padding-top: 2px;
  padding-bottom: 0px;
  display: none;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-items {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item {
  padding: 12px;
  border-bottom: 1px solid #f4f4f4;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item:last-child {
  border-bottom: 0;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon svg {
  width: 20px;
  height: 20px;
  fill: #424360;
  margin-top: 2px;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon a {
  flex: 1;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon a:hover {
  color: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-lesson-status-completed, .masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-lesson-status-in-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-lesson-status-completed svg {
  width: 24px;
  height: 24px;
  fill: #48bb78;
  margin-top: 1px;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-lesson-status-in-progress {
  position: relative;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-lesson-status-in-progress .masteriyo-progress-ring {
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-lesson-status-in-progress .masteriyo-progress-ring__circle {
  stroke: #eeeeee;
  stroke-width: 2.5;
  fill: transparent;
  r: 8.75;
  cx: 10;
  cy: 10;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-lesson-status-in-progress .masteriyo-progress-ring__progress {
  stroke: #bbbbbb;
  stroke-width: 2.5;
  stroke-linecap: round;
  fill: transparent;
  r: 8.75;
  cx: 10;
  cy: 10;
  stroke-dasharray: 54.98;
  stroke-dashoffset: 13.75;
  transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: progress-animation 2s ease-in-out;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon:has(.masteriyo-lesson-status-not-started) {
  cursor: not-allowed;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon:has(.masteriyo-lesson-status-not-started) > a {
  pointer-events: none;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon:has(.masteriyo-lesson-status-not-started) svg,
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon:has(.masteriyo-lesson-status-not-started) a {
  opacity: 0.6;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon:has(.masteriyo-lesson-status-not-started) svg:last-child,
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon:has(.masteriyo-lesson-status-not-started) a:last-child {
  opacity: 1;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-course-preview-wrapper .masteriyo-lesson-preview-link {
  pointer-events: unset;
  opacity: 1;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-course-preview-wrapper .masteriyo-course-preview-link svg {
  cursor: pointer;
}
.masteriyo-single-body__main--curriculum-content-bottom__accordion--body-item-icon .masteriyo-course-preview-wrapper .masteriyo-course-preview-link svg:hover {
  fill: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--review-wrapper {
  width: 100%;
}
.masteriyo-single-body__main--review-count {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--review-count {
    flex-direction: column;
  }
}
.masteriyo-single-body__main--review-count__rating {
  border-radius: 4px;
  border: 1px solid var(--masteriyo-color-border);
  background: var(--masteriyo-color-white);
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--review-count__rating {
    width: 100%;
  }
}
.masteriyo-single-body__main--review-count__rating .masteriyo-single-body-rating {
  color: #383838;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  margin: 0 0 8px;
}
.masteriyo-single-body__main--review-count__rating-star {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.masteriyo-single-body__main--review-count__rating-star svg {
  width: 20px;
  height: 20px;
}
.masteriyo-single-body__main--review-count__rating-star svg.full, .masteriyo-single-body__main--review-count__rating-star svg.half {
  fill: var(--masteriyo-color-golden);
}
.masteriyo-single-body__main--review-count__rating-star svg.empty {
  fill: #d2d2d2;
}
.masteriyo-single-body__main--review-count__rating .masteriyo-single-body-rating-count {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.masteriyo-single-body__main--review-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
.masteriyo-single-body__main--review-form-wrapper .review-button {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 100%;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  height: 48px;
  padding: 0 16px;
  transition: all 0.3s;
}
.masteriyo-single-body__main--review-form-wrapper .review-button svg {
  width: 20px;
  height: 20px;
  fill: var(--masteriyo-color-primary);
  transition: all 0.3s;
}
.masteriyo-single-body__main--review-form-wrapper .review-button:hover {
  background: var(--masteriyo-color-primary);
  border-color: var(--masteriyo-color-primary);
  color: var(--masteriyo-color-white);
}
.masteriyo-single-body__main--review-form-wrapper .review-button:hover svg {
  fill: var(--masteriyo-color-white);
}
.masteriyo-single-body__main--review-showcase {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--review-showcase {
    width: 100%;
  }
}
.masteriyo-single-body__main--review-showcase__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  width: 100%;
}
.masteriyo-single-body__main--review-showcase__star-count {
  color: #383838;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.masteriyo-single-body__main--review-showcase__five .masteriyo-single-body__main--review-progress-value {
  --value: 90%;
}
.masteriyo-single-body__main--review-showcase__four .masteriyo-single-body__main--review-progress-value {
  --value: 60%;
}
.masteriyo-single-body__main--review-showcase__three .masteriyo-single-body__main--review-progress-value {
  --value: 20%;
}
.masteriyo-single-body__main--review-showcase__two .masteriyo-single-body__main--review-progress-value {
  --value: 40%;
}
.masteriyo-single-body__main--review-showcase__one .masteriyo-single-body__main--review-progress-value {
  --value: 10%;
}
.masteriyo-single-body__main--review-percent {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.masteriyo-single-body__main--review-progress {
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  max-width: 100%;
  background: #ececec;
}
.masteriyo-single-body__main--review-progress-value {
  animation: progressBarAnimation 3s normal forwards;
  border-radius: 100px;
  background: var(--masteriyo-color-primary);
  height: 6px;
  width: 0;
}
.masteriyo-single-body__main--user-review {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-radius: 4px;
  background: var(--masteriyo-color-white);
  padding: 28px 30px;
  border: 1px solid var(--masteriyo-color-border);
  margin-bottom: 20px;
}
.masteriyo-single-body__main--user-review-heading {
  border-bottom: 1px solid var(--masteriyo-color-border);
  padding-bottom: 16px;
  width: 100%;
  color: #383838;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.masteriyo-single-body__main--user-review__search-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--user-review__search-rating {
    flex-direction: column;
    align-items: unset;
  }
}
.masteriyo-single-body__main--user-review__search {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 450px) {
  .masteriyo-single-body__main--user-review__search {
    flex-direction: column;
    align-items: unset;
  }
}
.masteriyo-single-body__main--user-review__search svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.masteriyo-single-body__main--user-review__search input[type=text] {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  width: 100%;
  height: 38px;
  padding: 0 12px 0 40px;
  color: #383838;
}
.masteriyo-single-body__main--user-review__search input[type=text]::-moz-placeholder {
  color: #909090;
}
.masteriyo-single-body__main--user-review__search input[type=text]::placeholder {
  color: #909090;
}
.masteriyo-single-body__main--user-review__search input[type=text]:focus {
  border-color: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--user-review__search input[type=text]:focus-visible {
  outline: none;
}
.masteriyo-single-body__main--user-review__rating select {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: var(--masteriyo-color-white);
  height: 38px;
  padding: 0 12px;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 160px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23737373' viewBox='0 0 24 24'%3E%3Cpath d='M19.561 7.403a1.468 1.468 0 0 1 2.02 0 1.339 1.339 0 0 1 0 1.944l-8.57 8.25a1.468 1.468 0 0 1-2.021 0l-8.572-8.25a1.339 1.339 0 0 1 0-1.944 1.468 1.468 0 0 1 2.02 0L12 14.68l7.561-7.278Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 14px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.masteriyo-single-body__main--user-review__rating select:focus {
  border-color: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--user-review__rating select:focus-visible {
  outline: none;
}
.masteriyo-single-body__main--user-review .masteriyo-load-more {
  width: 100%;
  margin-top: 24px;
  padding: 4px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid var(--masteriyo-color-primary);
  color: var(--masteriyo-color-primary);
  border-radius: 4px;
}
.masteriyo-single-body__main--user-review .masteriyo-load-more:hover {
  border: 1px solid var(--masteriyo-color-btn-blue-hover);
  color: var(--masteriyo-color-btn-blue-hover);
}
.masteriyo-single-body__main--review-lists, .masteriyo-single-body__main--reply-lists {
  list-style: none;
  margin: 0;
}
.masteriyo-single-body__main--review-list, .masteriyo-single-body__main--reply-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 450px) {
  .masteriyo-single-body__main--review-list, .masteriyo-single-body__main--reply-list {
    flex-direction: column;
  }
}
.masteriyo-single-body__main--review-list img, .masteriyo-single-body__main--reply-list img {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.masteriyo-single-body__main--review-list-name, .masteriyo-single-body__main--reply-list-name {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
  display: block;
}
.masteriyo-single-body__main--review-list-content-wrapper, .masteriyo-single-body__main--reply-list-content-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  margin-top: 16px;
}
@media screen and (max-width: 575px) {
  .masteriyo-single-body__main--review-list-content-wrapper, .masteriyo-single-body__main--reply-list-content-wrapper {
    flex-direction: column;
    align-items: unset;
    gap: 8px;
  }
}
.masteriyo-single-body__main--review-list-content-wrapper .masteriyo-dropdown, .masteriyo-single-body__main--reply-list-content-wrapper .masteriyo-dropdown {
  position: absolute;
  top: 8px;
  right: 0;
}
.masteriyo-single-body__main--review-list-content-wrapper .masteriyo-dropdown .masteriyo-slide, .masteriyo-single-body__main--reply-list-content-wrapper .masteriyo-dropdown .masteriyo-slide {
  padding-left: 0;
  list-style: none;
  font-size: 15px;
  line-height: 25px;
  width: 80px;
  z-index: 2;
}
.masteriyo-single-body__main--review-list-content-wrapper .masteriyo-review-title, .masteriyo-single-body__main--reply-list-content-wrapper .masteriyo-review-title {
  color: #383838;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: unset;
}
.masteriyo-single-body__main--review-list-content-wrapper .masteriyo-dropdown .slide.menu, .masteriyo-single-body__main--reply-list-content-wrapper .masteriyo-dropdown .slide.menu {
  list-style: none;
  padding-left: 0;
}
.masteriyo-single-body__main--review-list-content-wrapper .masteriyo-dropdown .slide.menu li, .masteriyo-single-body__main--reply-list-content-wrapper .masteriyo-dropdown .slide.menu li {
  font-size: 14px;
  line-height: 20px;
  color: #4e4e4e;
}
.masteriyo-single-body__main--review-list-content__rating-star, .masteriyo-single-body__main--reply-list-content__rating-star {
  display: flex;
  align-items: center;
  gap: 2px;
}
.masteriyo-single-body__main--review-list-content__rating-star svg, .masteriyo-single-body__main--reply-list-content__rating-star svg {
  width: 18px;
  height: 18px;
}
.masteriyo-single-body__main--review-list-content__rating-star svg.full, .masteriyo-single-body__main--review-list-content__rating-star svg.half, .masteriyo-single-body__main--reply-list-content__rating-star svg.full, .masteriyo-single-body__main--reply-list-content__rating-star svg.half {
  fill: var(--masteriyo-color-golden);
}
.masteriyo-single-body__main--review-list-content__rating-star svg.empty, .masteriyo-single-body__main--reply-list-content__rating-star svg.empty {
  fill: #d2d2d2;
}
.masteriyo-single-body__main--review-list-content-desc, .masteriyo-single-body__main--reply-list-content-desc {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.masteriyo-single-body__main--review-list-content-reply-btn, .masteriyo-single-body__main--reply-list-content-reply-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
  margin-top: 12px;
  width: -moz-max-content;
  width: max-content;
}
.masteriyo-single-body__main--review-list-content-reply-btn:hover, .masteriyo-single-body__main--reply-list-content-reply-btn:hover {
  color: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--review-list-content-reply-btn svg, .masteriyo-single-body__main--reply-list-content-reply-btn svg {
  width: 18px;
  height: 18px;
}
.masteriyo-single-body__main--review-lists {
  padding-left: 0;
}
.masteriyo-single-body__main--review-list {
  padding-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 28px;
}
.masteriyo-single-body__main--review-list:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.masteriyo-single-body__main--review-list-content {
  flex: 1;
  position: relative;
  width: 100%;
}
.masteriyo-single-body__main--review-list-content .author-name {
  font-size: 15px;
  line-height: 25px;
  color: #16181a;
}
.masteriyo-single-body__main--review-list-content .date-created {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.masteriyo-single-body__main--review-list-content .masteriyo-single-body__main--reply-lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 24px;
  padding-top: 24px;
  padding-left: 0;
  border-top: 1px solid var(--masteriyo-color-border);
}
@media screen and (max-width: 450px) {
  .masteriyo-single-body__main--review-list-content .masteriyo-single-body__main--reply-lists {
    margin-left: 40px;
  }
}
.masteriyo-single-body__main--review-list-content .masteriyo-reply-form {
  border: 1px solid var(--masteriyo-color-primary);
  border-radius: 4px;
  margin-top: 24px;
  padding: 16px 20px 20px;
}
.masteriyo-single-body__main--review-list-content .masteriyo-reply-form .masteriyo-form-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.masteriyo-single-body__main--review-list-content .masteriyo-reply-form .masteriyo-form-header svg {
  width: 20px;
  height: 20px;
  fill: #51585f;
}
.masteriyo-single-body__main--review-list-content .masteriyo-reply-form .masteriyo-form-header strong {
  color: #383838;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}
.masteriyo-single-body__main--review-list-content .masteriyo-reply-form .masteriyo-info-msg {
  margin-top: 20px;
}
.masteriyo-single-body__main--review-form-heading {
  color: #16181a;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 0;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group label {
  display: block;
  margin: 0;
  color: #16181a;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group .masteriyo-single--review-star-rating {
  display: flex;
  align-items: center;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group .masteriyo-single--review-star-rating svg {
  width: 20px;
  height: 20px;
  fill: var(--masteriyo-color-golden);
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group.masteriyo-rating {
  flex-direction: column;
  align-items: flex-start;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group.masteriyo-rating .masteriyo-stab-rs {
  margin: 0 !important;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group .masteriyo-text-input {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid var(--masteriyo-color-border);
  color: #383838;
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group .masteriyo-text-input::-moz-placeholder {
  color: #909090;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group .masteriyo-text-input::placeholder {
  color: #909090;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group .masteriyo-text-input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group textarea {
  height: 120px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid var(--masteriyo-color-border);
  color: #383838;
  font-size: 15px;
  line-height: 25px;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group textarea::-moz-placeholder {
  color: #909090;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group textarea::placeholder {
  color: #909090;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-group textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--masteriyo-color-primary);
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.masteriyo-single-body__main--review-form form .masteriyo-single-form-actions .masteriyo-btn-secondary {
  border-color: #f3f4f6;
  background: #f3f4f6;
  color: #383838;
  width: -moz-max-content;
  width: max-content;
}
.masteriyo-single-body__aside {
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  position: -webkit-sticky;
  top: 36px;
}
@media screen and (max-width: 992px) {
  .masteriyo-single-body__aside {
    width: 100%;
  }
}
.masteriyo-single-body__aside .masteriyo-course-expiration {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: #fff4f4;
  padding: 8px 12px 8px 8px;
  width: -moz-max-content;
  width: max-content;
}
.masteriyo-single-body__aside .masteriyo-course-expiration svg {
  width: 20px;
  height: 20px;
  fill: #f25656;
}
.masteriyo-single-body__aside .masteriyo-course-expiration p {
  margin-bottom: 0;
  line-height: 26px;
  color: #f25656;
  font-weight: 500;
}
.masteriyo-single-body__aside--enroll {
  display: flex;
  align-items: center;
  gap: 12px;
}
.masteriyo-single-body__aside--heading {
  color: #383838;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  border-bottom: 1px solid #ebecf2;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.masteriyo-single-body__aside--price {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .masteriyo-single-body__aside--price {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.masteriyo-single-body__aside--price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.masteriyo-single-body__aside--price-offer {
  color: #383838;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
.masteriyo-single-body__aside--price-sale {
  color: #979797;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 6px;
  margin: 0;
  position: relative;
}
.masteriyo-single-body__aside--price-sale::before {
  content: "";
  background: rgba(229, 0, 68, 0.75);
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 100%;
}
.masteriyo-single-body__aside--items-wrapper {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.masteriyo-single-body__aside--course-includes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.masteriyo-single-body__aside--course-includes ul {
  list-style: none;
  margin: 0;
}
.masteriyo-single-body__aside--course-includes ul li {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}
.masteriyo-single-body__aside--course-includes ul li:last-child {
  margin-bottom: 0;
}
.masteriyo-single-body__aside--course-includes ul li::before {
  content: "";
  background-image: url(//ettronics.com/wp-content/plugins/learning-management-system/assets/img/svgs/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}
.masteriyo-single-body__aside--course-includes ul li p {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.masteriyo-single-body__aside--course-instructor {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.masteriyo-single-body__aside--course-instructor-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.masteriyo-single-body__aside--course-instructor-items .masteriyo-single--author img {
  width: 32px;
  height: 32px;
}
.masteriyo-single-body__aside--course-instructor-items .masteriyo-single--author-name {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
.masteriyo-single .masteriyo-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.masteriyo-single .progress-percent {
  text-align: right;
}
.masteriyo-single .course-progress-bar {
  flex: 100%;
  padding-bottom: 24px;
}
.masteriyo-single .course-progress {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 24px;
}
.masteriyo-single .course-progress-bar {
  padding-bottom: 0;
}
.masteriyo-single .course-progress-bar .masteriyo-progress-info {
  margin-bottom: 20px;
}
.masteriyo-single .course-progress-bar .masteriyo-progress-info .progress-text {
  color: #4e4e4e;
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
}
.masteriyo-single .course-progress-bar .masteriyo-progress-info .progress-percent {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: var(--masteriyo-color-primary);
}
.masteriyo-single .course-progress-bar .masteriyo-progress-bar-container .masteriyo-progress-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.masteriyo-single .course-progress-bar .masteriyo-progress-bar-container .masteriyo-progress-fill {
  height: 100%;
  background: var(--masteriyo-color-primary);
  border-radius: 3px;
  width: 0%;
  animation: fillProgress 2s ease-out 0.5s both;
}
.masteriyo-single .course-progress-bar .masteriyo-progress-bar-container .completed-text {
  display: block;
  margin-top: 12px;
}

@keyframes progressBarAnimation {
  0% {
    width: 0;
  }
  100% {
    width: var(--value);
  }
}
.masteriyo-single-header ul, .masteriyo-single-body ul {
  padding-left: 0;
  margin: 0;
}

.masteriyo-btn-disabled {
  background: #d9d9d9;
  color: #383838;
  opacity: 0.4;
  pointer-events: none;
}

.masteriyo-btn-complete,
.masteriyo-btn-continue {
  width: 100%;
}

#masteriyo-custom-fields {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}
#masteriyo-custom-fields .masteriyo-field {
  --field-bg: #fff;
  --accent-color: #63b3ed;
  --label-color: #4a5568;
  --text-color: #2d3748;
  --badge-bg: #ebf8ff;
  --badge-color: #2b6cb0;
  background: var(--field-bg);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}
#masteriyo-custom-fields .masteriyo-field:last-child {
  border-bottom: none;
}
#masteriyo-custom-fields .field-header {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#masteriyo-custom-fields .field-label {
  font-weight: 300;
  color: var(--label-color);
  flex-shrink: 0;
}
#masteriyo-custom-fields .field-value {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--text-color);
}
#masteriyo-custom-fields .field-value .option-badge {
  background: var(--badge-bg);
  color: var(--badge-color);
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
}
#masteriyo-custom-fields .field-value .boolean-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}
#masteriyo-custom-fields .field-value .boolean-indicator.yes {
  color: #38a169;
}
#masteriyo-custom-fields .field-value .boolean-indicator.no {
  color: #e53e3e;
}
#masteriyo-custom-fields .field-value .text-value {
  color: var(--text-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  text-align: right;
}
#masteriyo-custom-fields .field-value .text-value .truncated-text,
#masteriyo-custom-fields .field-value .text-value .full-text {
  display: inline;
}
#masteriyo-custom-fields .field-value .password-display {
  font-size: 0.875rem;
  color: var(--text-color);
}
#masteriyo-custom-fields .field-value .toggle-password {
  color: #4a5568;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 0.5rem;
  font-size: 0.875rem;
}
#masteriyo-custom-fields .field-value .toggle-password:hover {
  color: #2d3748;
}
#masteriyo-custom-fields .field-value .see-more-less {
  color: var(--badge-color);
  cursor: pointer;
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  text-align: right;
  background: none;
  border: none;
  padding: 0;
}
#masteriyo-custom-fields .field-value .see-more-less:hover {
  text-decoration: underline;
}

.masteriyo-single-course-stats {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.masteriyo-single-course-stats .course-progress-box.modern-progress {
  padding-bottom: 12px;
  margin-bottom: 0;
}
.masteriyo-single-course-stats .masteriyo-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.masteriyo-single-course-stats .course-progress-bar {
  flex: 100%;
  border-bottom: 1px solid var(--masteriyo-color-border);
  padding-bottom: 24px;
}
.masteriyo-single-course-stats .course-progress-bar .masteriyo-progress-bar-container {
  width: 100%;
  background-color: var(--masteriyo-color-white);
  border-radius: 5px;
  height: 5px;
  margin-top: 10px;
}
.masteriyo-single-course-stats .course-progress-bar .masteriyo-progress-bar {
  height: 100%;
  background-color: var(--masteriyo-color-primary);
  border-radius: 5px;
  transition: width 0.3s ease;
}
.masteriyo-single-course-stats .masteriyo-progress-bar-container {
  width: 100%;
  background-color: var(--masteriyo-color-white);
  border-radius: 5px;
  height: 5px;
  margin-top: 10px;
}
.masteriyo-single-course-stats .masteriyo-progress-bar-container .masteriyo-progress-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
}
.masteriyo-single-course-stats .masteriyo-progress-bar-container .masteriyo-progress-bar .masteriyo-progress-fill {
  height: 100%;
  background: var(--masteriyo-color-primary);
  border-radius: 3px;
  width: 0%;
  animation: fillProgress 2s ease-out 0.5s both;
}
.masteriyo-single-course-stats .completed-info {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.course-progress-box.modern-progress {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 10px;
}

.masteriyo-progress-bar-container.modern-style {
  background-color: #e6e6e6;
  border-radius: 4px;
  height: 6px;
  overflow: hidden;
  margin-bottom: 6px;
}

.masteriyo-continue-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #707070;
}

@keyframes progress-animation {
  0% {
    stroke-dashoffset: 54.98;
  }
  100% {
    stroke-dashoffset: 28.24;
  }
}
@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: var(--value);
  }
}
.masteriyo-related-post .masteriyo-single-course-stats .masteriyo-enroll-btn {
  display: none;
}

.masteriyo-course-categories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.masteriyo-course-categories .masteriyo-col.swiper-slide .masteriyo-category-card__image {
  height: 165px;
}
.masteriyo-course-categories .masteriyo-col.swiper-slide .masteriyo-category-card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masteriyo-category-card {
  background-color: var(--masteriyo-color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.masteriyo-category-card__image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.masteriyo-category-card__detail {
  padding: 16px 20px;
}
.masteriyo-category-card h2, .masteriyo-category-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.masteriyo-category-card h2 a, .masteriyo-category-card__title a {
  color: var(--masteriyo-color-grey-dark);
  text-decoration: none;
}
.masteriyo-category-card h2 a:hover, .masteriyo-category-card__title a:hover {
  text-decoration: none;
  color: var(--masteriyo-color-primary);
}
.masteriyo-category-card__courses {
  font-size: 13px;
  margin-top: 4px;
}
.masteriyo-category-card__courses span {
  margin-right: 8px;
}
.masteriyo-category-card__description {
  font-size: 14px;
  margin-top: 12px;
}

.masteriyo-instructors-list {
  display: grid !important;
  gap: 30px;
  max-width: 1280px;
}
@media (max-width: 1199px) {
  .masteriyo-instructors-list {
    padding: 0 20px;
  }
}
.masteriyo-instructors-list.columns-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 1199px) {
  .masteriyo-instructors-list.columns-4 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 992px) {
  .masteriyo-instructors-list.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .masteriyo-instructors-list.columns-4 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.masteriyo-instructors-list.columns-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 992px) {
  .masteriyo-instructors-list.columns-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .masteriyo-instructors-list.columns-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.masteriyo-instructors-list.columns-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}
@media (max-width: 768px) {
  .masteriyo-instructors-list.columns-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.masteriyo-instructors-list.columns-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}
.masteriyo-instructors-list .masteriyo-col {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card {
  padding: 40px 24px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card__image {
  display: flex;
  justify-content: center;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card__image img {
  border-radius: 100%;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card__title {
  font-size: 22px;
  line-height: 32px;
  margin: 14px 0 10px;
  text-align: center;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card .numbers {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card .numbers svg {
  width: 18px;
  height: 18px;
  fill: #666666;
  margin-top: 3px;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card .numbers p {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  word-break: break-word;
  margin: 0;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
.masteriyo-instructors-list .masteriyo-col .masteriyo-instructor-card__detail .about {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  #primary {
    padding-right: 30px;
  }
  .masteriyo-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .masteriyo-container-fluid, .masteriyo-container-sm, .masteriyo-container-md, .masteriyo-container-lg, .masteriyo-container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .masteriyo-single-course {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .masteriyo-form-container {
    width: 70%;
  }
  .masteriyo-cstudy--body--pstatus {
    display: none;
  }
  .masteriyo-single-course--aside {
    width: 100%;
  }
  .masteriyo .columns-4 .masteriyo-col,
  .masteriyo .columns-3 .masteriyo-col,
  .masteriyo .columns-2 .masteriyo-col {
    flex: unset;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .masteriyo .columns-4 .masteriyo-course--card,
  .masteriyo .columns-3 .masteriyo-course--card,
  .masteriyo .columns-2 .masteriyo-course--card {
    flex-basis: 335px;
  }
  .masteriyo .columns-4.list-view .masteriyo-col,
  .masteriyo .columns-3.list-view .masteriyo-col,
  .masteriyo .columns-2.list-view .masteriyo-col {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
  .masteriyo .columns-1 .masteriyo-course--card {
    flex-basis: 100%;
  }
  .masteriyo .masteriyo-mycourses--card {
    flex-basis: calc(50% - 30px);
  }
  .masteriyo .masteriyo-mycourses--thumbnail .masteriyo-placeholder {
    width: 100%;
  }
  .masteriyo .masteriyo-instructors-list.columns-3 .masteriyo-col, .masteriyo .masteriyo-instructors-list.columns-4 .masteriyo-col {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0;
  }
  .masteriyo-related-post .masteriyo-single-course-item {
    flex-direction: column;
  }
  .masteriyo-single-course--main {
    width: 100%;
  }
  .masteriyo-item--wrap .masteriyo-single-course-item > div {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .masteriyo-checkout-wrapper {
    gap: 32px;
  }
  .masteriyo-checkout-main {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #primary {
    padding-right: 0;
  }
  .masteriyo-form-container {
    width: 80%;
  }
  .masteriyo-item--wrap {
    margin: 0;
  }
  .masteriyo-item--wrap .masteriyo-col-4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .masteriyo-col-8,
  .masteriyo-single-course .masteriyo-col-4 {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .masteriyo-related-post .masteriyo-col-4 {
    width: 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .masteriyo-vertical-menu {
    flex-basis: 100%;
    padding-left: 0;
  }
  .masteriyo .masteriyo-main,
  .masteriyo .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    width: 100%;
    display: block;
  }
  .masteriyo .masteriyo-main .masteriyo-vertical-menu,
  .masteriyo .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) .masteriyo-vertical-menu {
    border-right: none;
  }
  .masteriyo .masteriyo-mycourses--card {
    flex-basis: calc(50% - 30px);
    max-width: 100%;
  }
  .masteriyo .masteriyo-dashboard {
    margin-top: 40px;
    margin-left: 0;
  }
  .masteriyo .masteriyo-cstudy--body--wrap {
    padding: 16px;
  }
  .masteriyo-login {
    width: auto;
  }
  .masteriyo .masteriyo-instructors-list.columns-2 .masteriyo-col, .masteriyo .masteriyo-instructors-list.columns-3 .masteriyo-col, .masteriyo .masteriyo-instructors-list.columns-4 .masteriyo-col {
    flex: 0 0 46%;
    max-width: 46%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .masteriyo-login .masteriyo-btn-wrapper,
  .masteriyo-reset .masteriyo-btn-wrapper {
    flex-direction: column;
  }
  .masteriyo-login .masteriyo-btn,
  .masteriyo-reset .masteriyo-btn {
    margin-bottom: 24px;
  }
  .masteriyo-cstudy--btn {
    width: inherit;
  }
  .masteriyo-courses--card {
    flex-basis: 100%;
    width: 100%;
  }
  .masteriyo-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .masteriyo-course.list-view .masteriyo-col .masteriyo-course--img-wrap {
    width: 100%;
  }
  .masteriyo .columns-4 .masteriyo-course,
  .masteriyo .columns-3 .masteriyo-course,
  .masteriyo .columns-2 .masteriyo-course,
  .masteriyo .columns-1 .masteriyo-course {
    flex-direction: row;
  }
  .masteriyo .columns-4 .masteriyo-col,
  .masteriyo .columns-3 .masteriyo-col,
  .masteriyo .columns-2 .masteriyo-col,
  .masteriyo .columns-1 .masteriyo-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .masteriyo .columns-4 .masteriyo-course--card,
  .masteriyo .columns-3 .masteriyo-course--card,
  .masteriyo .columns-2 .masteriyo-course--card,
  .masteriyo .columns-1 .masteriyo-course--card {
    flex-basis: 100%;
  }
  .masteriyo .masteriyo-instructors-list.columns-2 .masteriyo-col, .masteriyo .masteriyo-instructors-list.columns-3 .masteriyo-col, .masteriyo .masteriyo-instructors-list.columns-4 .masteriyo-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .masteriyo-replies .masteriyo-reply-replies--title .masteriyo-flex {
    flex-direction: column;
    align-items: self-start;
  }
  .masteriyo-replies .masteriyo-reply-replies--title .author-name {
    margin-bottom: 12px;
  }
  .masteriyo-related-post .masteriyo-col-4,
  .masteriyo-col-4 {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .masteriyo-counter .masteriyo-db-card {
    flex-basis: 100%;
  }
  .masteriyo-stab > div {
    flex-basis: 100%;
  }
  .masteriyo .masteriyo-cstudy--body--pbar {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .masteriyo .masteriyo-mycourses--card {
    flex-basis: 100%;
    max-width: 100%;
  }
  .masteriyo .masteriyo-placeholder {
    width: 100%;
  }
}
@media (max-width: 544px) {
  body.ast-separate-container #content .ast-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 450px) {
  .masteriyo-course.list-view .masteriyo-col .masteriyo-course--card {
    flex-direction: column;
  }
  .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content .masteriyo-time-btn {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content .masteriyo-time-btn .masteriyo-course-price {
    margin-bottom: 0;
  }
}
body.rtl .masteriyo-courses-view-mode-section {
  margin: 0 20px 0 0;
}
body.rtl .masteriyo-search-section .masteriyo-courses-sorting .masteriyo-courses-order-by {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23383838' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M2.418 7.403a1.468 1.468 0 0 1 2.02 0L12 14.68l7.561-7.278a1.468 1.468 0 0 1 2.02 0 1.339 1.339 0 0 1 0 1.944l-8.57 8.25a1.468 1.468 0 0 1-2.021 0l-8.572-8.25a1.339 1.339 0 0 1 0-1.944Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat left 10px center;
  background-size: 16px;
}
body.rtl .masteriyo-course-search__icon {
  left: unset;
  right: 16px;
}
body.rtl .masteriyo-course-search .search-field {
  padding: 0 45px 0 16px;
  border-radius: 0 4px 4px 0;
}
body.rtl .masteriyo-course-search .masteriyo-btn {
  border-radius: 4px 0 0 4px;
}
body.rtl .masteriyo-course--card .masteriyo-course--img-wrap .masteriyo-course--badges {
  left: unset;
  right: 20px;
}
body.rtl .masteriyo-course-author a:has(img) {
  margin-right: -16px;
  margin-left: 8px;
}
body.rtl .masteriyo-course-author a:first-child {
  margin-right: 0;
}
body.rtl .masteriyo-course-author a:has(.masteriyo-course-author--name) {
  margin-right: unset;
  margin-left: 6px;
}
body.rtl .masteriyo-course-highlights--item p {
  text-align: right;
}
body.rtl .masteriyo-course-author .additional-masteriyo-instructors-dropdown {
  right: unset;
  left: -170px;
}
body.rtl .masteriyo-course-progress-bar .course-progress-box .completed-component .course-progress-popover {
  right: unset;
  left: 0;
}
body.rtl .masteriyo-course--img-wrap .course-featured {
  right: unset;
  left: -9px;
  padding: 0 2px 0 12px;
}
body.rtl .masteriyo-course--img-wrap .course-featured::before {
  left: unset;
  right: -25px;
  border-left-color: var(--masteriyo-color-primary);
  border-right-color: transparent;
}
body.rtl .masteriyo-course--img-wrap .course-featured::after {
  right: unset;
  left: 0;
  transform: rotate(90deg);
}
body.rtl .masteriyo-course--content__stats > div span {
  margin-left: unset;
  margin-right: 8px;
}
body.rtl .masteriyo-wishlist-toggle {
  padding-top: 2px;
}
body.rtl .masteriyo-single-course--title .masteriyo-wishlist {
  margin-left: unset;
  margin-right: auto;
}
body.rtl .masteriyo-course-preview-wrapper .masteriyo-course-preview-link {
  padding-left: 0;
  padding-right: 16px;
  border-left: unset;
  border-right: 1px solid var(--masteriyo-color-border);
}
body.rtl .masteriyo-single-body__main--user-review__search svg {
  top: 12px;
  left: unset;
  right: 12px;
}
body.rtl .masteriyo-single-body__main--user-review__search input[type=text] {
  padding-right: 36px;
  padding-left: 0;
}
body.rtl .masteriyo-single-body__main--review-list-content-wrapper .masteriyo-dropdown, body.rtl .masteriyo-single-body__main--reply-list-content-wrapper .masteriyo-dropdown {
  right: unset;
  left: 0;
}
body.rtl .masteriyo-single-body__main--review-list-content-wrapper .masteriyo-dropdown .masteriyo-slide, body.rtl .masteriyo-single-body__main--reply-list-content-wrapper .masteriyo-dropdown .masteriyo-slide {
  right: unset;
  left: 0;
  margin: 0;
}
body.rtl .masteriyo-group-course__group-button .masteriyo-group-course__buy-now-button {
  flex-direction: row-reverse;
}
body.rtl .masteriyo-course--badges {
  left: unset;
  right: 30px;
}
body.rtl .masteriyo-courses-filters {
  left: unset;
  right: -100%;
}
@media screen and (min-width: 769px) {
  body.rtl .masteriyo-courses-filters {
    padding-left: 20px;
    padding-right: 0;
    border-right: unset;
    border-left: 1px solid var(--masteriyo-color-border);
    margin-right: unset;
    margin-left: 30px;
    right: unset;
  }
}
body.rtl .masteriyo-courses-filters.masteriyo-expanded {
  left: unset;
  right: 0;
}
@media screen and (max-width: 768px) {
  body.rtl .masteriyo-courses-filters .masteriyo-close-filters-sidebar {
    right: unset;
    left: 14px;
  }
}
body.rtl .masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button--icon,
body.rtl .masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image-preview-button--icon {
  transform: rotate(180deg);
}
body.rtl .masteriyo-course-list-display-section[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) .masteriyo-author-image,
body.rtl .masteriyo-related-post[data-layout=layout_1] .masteriyo-archive-cards .masteriyo-archive-card__image:has(.masteriyo-course-thumbnail) .masteriyo-author-image {
  right: unset;
  left: 16px;
}
body.rtl .masteriyo-course-list-display-section[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button--icon,
body.rtl .masteriyo-related-post[data-layout=layout_2] .masteriyo-course-cards .masteriyo-course-card__content--container .masteriyo-archive-card__image-preview-button--icon {
  transform: rotate(180deg);
}
body.rtl .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__img-wrap .course-featured {
  right: unset;
  left: -9px;
  padding: 0 2px 0 12px;
}
body.rtl .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__img-wrap .course-featured::before {
  left: unset;
  right: -25px;
  border-left-color: var(--masteriyo-color-primary);
  border-right-color: transparent;
}
body.rtl .masteriyo-single-course--wrapper[data-layout=modern] .masteriyo-single-header__img-wrap .course-featured::after {
  right: unset;
  left: 0;
  transform: rotate(90deg);
}
body.rtl .masteriyo-checkout-main select {
  background-position: left 12px center;
}

.theme-astra .ast-container {
  display: block;
}
.theme-astra.masteriyo-account-page .mto-account-sidebar {
  border: 1px solid var(--chakra-colors-icy-blue-gray);
  padding: 20px;
}
.theme-astra.masteriyo-account-page .mto-account-sidebar ul {
  margin: 0;
  padding: 0 !important;
}
.theme-astra.masteriyo-account-page .account_page_table td,
.theme-astra.masteriyo-account-page .account_page_table th {
  border: 0px;
}
.theme-astra.masteriyo-account-page .course-completion-popover-content ul,
.theme-astra.masteriyo-account-page .course-completion-popover-content ol {
  padding: 0 !important;
  margin: 0;
}
.theme-astra.masteriyo-account-page input[type=text],
.theme-astra.masteriyo-account-page input[type=number],
.theme-astra.masteriyo-account-page input[type=email],
.theme-astra.masteriyo-account-page input[type=url],
.theme-astra.masteriyo-account-page input[type=password],
.theme-astra.masteriyo-account-page input[type=search],
.theme-astra.masteriyo-account-page input[type=reset],
.theme-astra.masteriyo-account-page input[type=tel],
.theme-astra.masteriyo-account-page input[type=date] {
  height: 24px;
}
.theme-astra.masteriyo-account-page hr {
  margin-bottom: 0;
}
.theme-astra .entry-content ul {
  padding: 2px !important;
}
@media (min-width: 360px) {
  .theme-astra .entry-content ul {
    padding: 2px !important;
  }
}
@media (min-width: 391px) {
  .theme-astra .entry-content ul {
    padding: 8px !important;
  }
}
.theme-astra .entry-content ol {
  padding: 0 !important;
  margin: 0 !important;
}
.theme-astra .mto-account-sidebar h5 {
  margin-bottom: 0;
}
.theme-astra .mto-dashboard-courses-stats h2 {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
  color: var(--masteriyo-color-heading);
}
.theme-astra .mto-enrolled-courses-wrapper h4,
.theme-astra .mto-profile-wrapper h4,
.theme-astra .mto-orders-wrapper h4 {
  margin-bottom: 0;
}
.theme-astra .mto-dashboard-courses-progress button:hover,
.theme-astra .mto-profile-wrapper button:hover,
.theme-astra .mto-enrolled-courses-wrapper button:hover {
  background: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
}
.theme-astra .mto-enrolled-courses-wrapper button:hover > svg {
  fill: #000;
}
.theme-astra .mto-enrolled-courses-wrapper .pagination-container button.pagination-previous:hover, .theme-astra .mto-enrolled-courses-wrapper .pagination-container button.pagination-next:hover {
  background: var(--chakra-colors-gray-100);
}
.theme-astra .mto-profile-wrapper .mto-profile-details h3 {
  margin-bottom: 0;
  font-size: 2.25rem;
}
.theme-astra .mto-profile-wrapper .mto-profile-details h2 {
  font-size: 1.125rem;
  line-height: 1.2;
}
.theme-astra .masteriyo-single-course .masteriyo-single-course--aside .masteriyo-time-btn {
  padding-left: 0;
  padding-right: 0;
}
.theme-astra .masteriyo-single-course .masteriyo-single-course--aside .masteriyo-single-course-stats {
  padding-left: 0;
  padding-right: 0;
}
.theme-astra .masteriyo-single-course .masteriyo-single-course--aside .masteriyo-course--content__description {
  padding-left: 0;
  padding-right: 0;
}
.theme-astra .masteriyo-checkout .masteriyo-checkout-main .masteriyo-input {
  width: 100%;
}
.theme-astra .masteriyo-checkout .masteriyo-checkout-summary .masteriyo-checkout--btn {
  padding: 16px 12px;
}
@media (max-width: 992px) {
  .theme-astra .masteriyo-checkout .masteriyo-checkout-wrapper {
    gap: 2.5em;
  }
  .theme-astra .masteriyo-checkout .masteriyo-checkout-wrapper .masteriyo-checkout-main {
    padding-right: 20px;
    margin-right: 0;
  }
  .theme-astra .masteriyo-checkout .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-col-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .theme-astra .masteriyo-checkout .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-col-2 .masteriyo-checkout----fname {
    padding-left: 0;
  }
  .theme-astra .masteriyo-checkout .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-col-2 .masteriyo-checkout----lname {
    padding-right: 0;
  }
}

.theme-Divi #left-area {
  padding-right: 15px;
}
.theme-Divi #left-area ul {
  padding: 2px !important;
}
@media (min-width: 360px) {
  .theme-Divi #left-area ul {
    padding: 2px !important;
  }
}
@media (min-width: 391px) {
  .theme-Divi #left-area ul {
    padding: 8px !important;
  }
}
.theme-Divi .masteriyo-search .masteriyo-course-search button {
  border: 0;
  color: var(--masteriyo-color-white);
  cursor: pointer;
}
.theme-Divi .mto-dashboard-courses-progress button:hover,
.theme-Divi .mto-profile-wrapper button:hover,
.theme-Divi .mto-enrolled-courses-wrapper button:hover {
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
}
.theme-Divi .mto-enrolled-courses-wrapper button:hover > svg {
  fill: #000;
}
.theme-Divi .mto-enrolled-courses-wrapper .pagination-container button.pagination-previous:hover, .theme-Divi .mto-enrolled-courses-wrapper .pagination-container button.pagination-next:hover {
  background: var(--chakra-colors-gray-100);
}
.theme-Divi .mto-enrolled-courses-wrapper .mto-enrolled-course {
  border: 1px solid var(--chakra-colors-chakra-border-color);
}
.theme-Divi .masteriyo-container {
  padding: 0 15px;
}
.theme-Divi .masteriyo-container .page-numbers.current {
  padding: 9px;
}
@media (max-width: 992px) {
  .theme-Divi .masteriyo-checkout .masteriyo-checkout-wrapper {
    gap: 2em;
  }
}
.theme-Divi .masteriyo-checkout .masteriyo-checkout-main .masteriyo-input {
  padding: 8px 16px;
  width: 100%;
}
@media (max-width: 1017px) {
  .theme-Divi .masteriyo-checkout .masteriyo-checkout-main {
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .theme-Divi .masteriyo-checkout .masteriyo-checkout-main {
    margin-right: 0;
    padding-right: 20px;
  }
}
.theme-Divi .masteriyo-checkout .masteriyo-checkout-summary .masteriyo-checkout-summary-payment-method ul li {
  list-style: none;
}
.theme-Divi .masteriyo-checkout .masteriyo-checkout-summary .masteriyo-btn-primary {
  border: 0;
  cursor: pointer;
}
.theme-Divi .masteriyo-checkout .masteriyo-checkout-summary-your-order ul,
.theme-Divi .masteriyo-checkout .masteriyo-checkout-summary-payment-method ul {
  padding: 0 !important;
}
.theme-Divi .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form input[type=text],
.theme-Divi .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form input[type=email] {
  height: 38px;
  border-color: #e1e1e1;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
.theme-Divi .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form input[type=text]:hover, .theme-Divi .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form input[type=text]:focus,
.theme-Divi .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form input[type=email]:hover,
.theme-Divi .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form input[type=email]:focus {
  border-color: var(--masteriyo-color-primary);
}
.theme-Divi .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form textarea {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  border-width: 1px;
}
.theme-Divi .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form .masteriyo-btn-primary {
  border: 0;
  cursor: pointer;
}
.theme-Divi .masteriyo-single-course .masteriyo-single-course--aside .masteriyo-time-btn {
  padding-left: 0;
  padding-right: 0;
}
.theme-Divi .masteriyo-single-course .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn {
  line-height: 150%;
}
.theme-Divi .masteriyo-single-course .masteriyo-single-course--aside .masteriyo-single-course-stats {
  padding-left: 0;
  padding-right: 0;
}
.theme-Divi .masteriyo-single-course .masteriyo-single-course--aside .masteriyo-course--content__description {
  padding-left: 0;
  padding-right: 0;
}
.theme-Divi .masteriyo-single-course--main__content .tab-content h1,
.theme-Divi .masteriyo-single-course--main__content .tab-content h2,
.theme-Divi .masteriyo-single-course--main__content .tab-content h3,
.theme-Divi .masteriyo-single-course--main__content .tab-content h4,
.theme-Divi .masteriyo-single-course--main__content .tab-content h5,
.theme-Divi .masteriyo-single-course--main__content .tab-content h6 {
  margin-bottom: 16px;
}
.theme-Divi .masteriyo-single-course--main__content .tab-content hr {
  margin: 24px 0;
}
@media (max-width: 575px) {
  .theme-Divi .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.theme-Divi #masteriyo-account-container {
  box-sizing: border-box;
}
.theme-Divi #masteriyo-account-container .mto-account-wrapper {
  margin-left: 0;
}
.theme-Divi #masteriyo-account-page h1,
.theme-Divi #masteriyo-account-page h2,
.theme-Divi #masteriyo-account-page h3,
.theme-Divi #masteriyo-account-page h4,
.theme-Divi #masteriyo-account-page h5,
.theme-Divi #masteriyo-account-page h6,
.theme-Divi #masteriyo-account-page p,
.theme-Divi #masteriyo-account-page li {
  padding: 0;
}
.theme-Divi .mto-account-sidebar {
  border: 1px solid var(--chakra-colors-icy-blue-gray);
  padding: 20px;
}
.theme-Divi .mto-account-sidebar h5 {
  padding-bottom: 0;
}
.theme-Divi .course-completion-popover-content ul,
.theme-Divi .course-completion-popover-content ol {
  padding: 0 !important;
  margin: 0;
}
.theme-Divi .mto-dashboard-courses-stats > div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.theme-Divi .mto-dashboard-courses-stats .mto-dashboard-courses-card {
  padding: 15px;
}
.theme-Divi .mto-dashboard-courses-stats .mto-dashboard-courses-content {
  flex-wrap: wrap;
  gap: 1em;
}
.theme-Divi .mto-dashboard-courses-stats .mto-dashboard-courses-content-right {
  margin-left: 0;
}
.theme-Divi .mto-dashboard-courses-stats h2 {
  padding: 0;
}
.theme-Divi .mto-dashboard-courses-stats .mto-dashboard-courses-card-wrapper {
  border-style: solid;
}
.theme-Divi .mto-dashboard-courses-progress .mto-continue-course-content {
  flex-wrap: wrap;
}
.theme-Divi .mto-dashboard-courses-progress .mto-continue-course-content_right {
  margin-left: 0;
}
.theme-Divi .mto-enrolled-courses-wrapper nav ol {
  padding-bottom: 0 !important;
}
.theme-Divi .mto-profile-wrapper .mto-profile-user-detail_left, .theme-Divi .mto-profile-wrapper .mto-profile-user-detail_right {
  padding-bottom: 0;
}
.theme-Divi ul {
  list-style: square;
}
.theme-Divi ol {
  list-style: decimal;
}

.theme-hello-elementor .masteriyo-search button {
  color: var(--masteriyo-color-white);
  border-color: var(--masteriyo-color-primary);
}
.theme-hello-elementor .masteriyo-search button:focus, .theme-hello-elementor .masteriyo-search button:focus-visible {
  outline: none;
}
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content hr {
  margin: 24px 0;
}
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form input[type=text],
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form input[type=email],
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form textarea {
  width: 100%;
  border-color: #e1e1e1;
  border-width: 1px;
}
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form input[type=text]:hover, .theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form input[type=text]:focus,
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form input[type=email]:hover,
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form input[type=email]:focus,
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form textarea:hover,
.theme-hello-elementor .masteriyo-single-course--main__content .tab-content.course-reviews .masteriyo-submit-review-form textarea:focus {
  border-color: var(--masteriyo-color-btn-blue-active);
}
.theme-hello-elementor .masteriyo-single-course--aside .masteriyo-time-btn,
.theme-hello-elementor .masteriyo-single-course--aside .masteriyo-single-course-stats,
.theme-hello-elementor .masteriyo-single-course--aside .masteriyo-course--content__description {
  padding-left: 0;
  padding-right: 0;
}
.theme-hello-elementor .masteriyo-course .masteriyo-course-author a {
  display: flex;
  align-items: center;
}
.theme-hello-elementor .page-header .entry-title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.theme-hello-elementor .mto-enrolled-courses-wrapper .mto-enrolled-courses-list_main button {
  border: 1px solid var(--chakra-colors-primary-500);
}
.theme-hello-elementor .mto-enrolled-courses-wrapper nav .pagination-previous:hover,
.theme-hello-elementor .mto-enrolled-courses-wrapper nav .pagination-next:hover {
  color: #444444 !important;
}
.theme-hello-elementor .mto-enrolled-courses-wrapper nav ol button.pagination-page {
  border: 1px solid #927CE6;
}
.theme-hello-elementor #masteriyo-account-container button:hover {
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
}
.theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-progress .mto-continue-course button {
  border-color: var(--chakra-colors-primary-500);
}
.theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-progress .mto-continue-course button:hover {
  border-color: var(--masteriyo-color-btn-blue-hover);
}
.theme-hello-elementor #masteriyo-account-container .mto-enrolled-courses-wrapper .pagination-container button.pagination-previous, .theme-hello-elementor #masteriyo-account-container .mto-enrolled-courses-wrapper .pagination-container button.pagination-next {
  border-color: #a9a7a7;
  background: transparent;
}
.theme-hello-elementor #masteriyo-account-container .mto-enrolled-courses-wrapper .pagination-container button.pagination-previous svg, .theme-hello-elementor #masteriyo-account-container .mto-enrolled-courses-wrapper .pagination-container button.pagination-next svg {
  fill: #383838;
}
.theme-hello-elementor #masteriyo-account-container .mto-account-wrapper {
  margin-left: 0;
}
.theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-stats .mto-dashboard-courses-card-wrapper .mto-dashboard-courses-card {
  padding: 20px;
}
@media (max-width: 1199px) {
  .theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-stats .mto-dashboard-courses-card-wrapper .mto-dashboard-courses-card {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-stats .mto-dashboard-courses-card-wrapper .mto-dashboard-courses-card .mto-dashboard-courses-content {
    flex-wrap: wrap;
    gap: 1em;
  }
}
@media (max-width: 1199px) {
  .theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-stats .mto-dashboard-courses-card-wrapper .mto-dashboard-courses-card .mto-dashboard-courses-content-right {
    margin-left: 0;
  }
}
.theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-progress a {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-progress .mto-continue-course .mto-continue-course-content {
    flex-wrap: wrap;
  }
  .theme-hello-elementor #masteriyo-account-container .mto-dashboard-courses-progress .mto-continue-course .mto-continue-course-content_right {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .theme-hello-elementor .masteriyo-checkout-wrapper {
    gap: 2em;
  }
  .theme-hello-elementor .masteriyo-checkout-wrapper .masteriyo-checkout-main {
    margin-right: 0;
    padding-right: 20px;
  }
}
.theme-hello-elementor.masteriyo-courses-page .masteriyo-archive-cards h1,
.theme-hello-elementor.masteriyo-courses-page .masteriyo-archive-cards h2,
.theme-hello-elementor.masteriyo-courses-page .masteriyo-archive-cards h3,
.theme-hello-elementor.masteriyo-courses-page .masteriyo-archive-cards h4,
.theme-hello-elementor.masteriyo-courses-page .masteriyo-archive-cards h5,
.theme-hello-elementor.masteriyo-courses-page .masteriyo-archive-cards h6 {
  margin-top: 0;
}
.theme-hello-elementor .masteriyo-single-header h1,
.theme-hello-elementor .masteriyo-single-header h2,
.theme-hello-elementor .masteriyo-single-header h3,
.theme-hello-elementor .masteriyo-single-header h4,
.theme-hello-elementor .masteriyo-single-header h5,
.theme-hello-elementor .masteriyo-single-header h6, .theme-hello-elementor .masteriyo-single-body h1,
.theme-hello-elementor .masteriyo-single-body h2,
.theme-hello-elementor .masteriyo-single-body h3,
.theme-hello-elementor .masteriyo-single-body h4,
.theme-hello-elementor .masteriyo-single-body h5,
.theme-hello-elementor .masteriyo-single-body h6 {
  margin-top: 0;
}
.theme-hello-elementor .masteriyo-single-header ul, .theme-hello-elementor .masteriyo-single-body ul {
  padding-left: 0;
}
.theme-hello-elementor.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search button[type=button] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.theme-twentytwentyone .masteriyo-container .masteriyo-col .masteriyo-course--content__description ul li {
  font-size: 14px;
  line-height: 1.618;
}
@media (max-width: 1095px) {
  .theme-twentytwentyone .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__wrapper {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 1095px) {
  .theme-twentytwentyone .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content .masteriyo-time-btn {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .theme-twentytwentyone .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content .masteriyo-time-btn .masteriyo-course-price {
    margin-bottom: 0;
  }
}
.theme-twentytwentyone .masteriyo-search button:hover {
  color: var(--masteriyo-color-white);
  border-color: var(--masteriyo-color-btn-blue-hover);
}
.theme-twentytwentyone .masteriyo-checkout-wrapper .masteriyo-checkout-main input,
.theme-twentytwentyone .masteriyo-checkout-wrapper .masteriyo-checkout-main textarea {
  width: 100%;
}
.theme-twentytwentyone .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-checkout---fname-lname-wrapper {
  margin-left: 0;
  margin-right: 0;
  gap: 24px;
}
.theme-twentytwentyone .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-checkout---fname-lname-wrapper > * {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  flex: auto;
}
.theme-twentytwentyone .masteriyo-checkout-wrapper .masteriyo-checkout-summary .masteriyo-checkout--btn {
  border-color: var(--global--color-primary);
}
.theme-twentytwentyone .masteriyo-checkout-wrapper .masteriyo-checkout-summary .masteriyo-checkout--btn:hover {
  border-color: var(--masteriyo-color-btn-blue-hover);
}
.theme-twentytwentyone .masteriyo-single-course--main__content .course-overview h3 {
  margin-bottom: 12px;
}
.theme-twentytwentyone .masteriyo-single-course--main__content .course-overview hr {
  margin: 24px 0;
}
.theme-twentytwentyone .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form input,
.theme-twentytwentyone .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form textarea,
.theme-twentytwentyone .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form select {
  width: 100%;
}
.theme-twentytwentyone .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn-primary:focus {
  background: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
  color: var(--masteriyo-color-white);
}
.theme-twentytwentyone .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn-primary:focus-visible {
  outline: none;
}
.theme-twentytwentyone .masteriyo-single-course--aside > div {
  padding-left: 0;
  padding-right: 0;
}
.theme-twentytwentyone #masteriyo-account-page {
  max-width: var(--responsive--alignwide-width);
}
.theme-twentytwentyone #masteriyo-account-page .mto-account-wrapper button {
  border-width: 1px;
}
.theme-twentytwentyone #masteriyo-account-page .mto-account-wrapper button:hover {
  background: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
  color: var(--masteriyo-color-white);
}
.theme-twentytwentyone #masteriyo-account-page .mto-account-wrapper .pagination-container button[disabled] {
  background: #878787;
  border-color: #878787;
}
.theme-twentytwentyone #masteriyo-account-page .mto-account-wrapper .pagination-container button[disabled]:hover {
  background: #878787;
  border-color: #878787;
}
.theme-twentytwentyone .chakra-modal__content-container .chakra-modal__footer button:last-child:hover {
  border-color: var(--chakra-colors-red-600);
  color: var(--masteriyo-color-white);
}
@media only screen and (max-width: 1199px) {
  .theme-twentytwentyone #primary {
    padding-right: 0;
  }
  .theme-twentytwentyone .masteriyo-container {
    max-width: var(--responsive--alignwide-width);
  }
}
@media (min-width: 920px) and (max-width: 1080px) {
  .theme-twentytwentyone #masteriyo-account-page .mto-account-sidebar {
    flex: 0 0 180px;
    margin-right: 0;
  }
  .theme-twentytwentyone #masteriyo-account-page .mto-account-wrapper {
    margin-left: 24px;
  }
}
@media (max-width: 500px) {
  .theme-twentytwentyone #masteriyo-account-page {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme-twentytwentyone #masteriyo-account-page .mto-account-wrapper .mto-dashboard-courses-stats {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1150px) {
  .theme-twentytwentyone.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters {
    flex-direction: column;
    align-items: flex-start;
  }
}
.theme-twentytwentyone.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-ratings select {
  width: 100%;
}
.theme-twentytwentyone .masteriyo-instructors-list {
  max-width: 1280px;
}
.theme-twentytwentyone .masteriyo-courses-view-mode-section button {
  border: 0;
  cursor: pointer;
}

.masteriyo *,
.masteriyo *::before,
.masteriyo *::after,
.masteriyo-courses-block *,
.masteriyo-courses-block *::before,
.masteriyo-courses-block *::after,
.masteriyo-course-list-display-section *,
.masteriyo-course-list-display-section *::before,
.masteriyo-course-list-display-section *::after,
.masteriyo-container *,
.masteriyo-container *::before,
.masteriyo-container *::after,
.masteriyo-courses-filters *,
.masteriyo-courses-filters *::before,
.masteriyo-courses-filters *::after,
#masteriyo-account-page *,
#masteriyo-account-page *::before,
#masteriyo-account-page *::after {
  box-sizing: border-box;
}

body.theme-twentytwentytwo .masteriyo-container .masteriyo-col .masteriyo-course--content__description ul li {
  font-size: 14px;
  line-height: 1.618;
}
body.theme-twentytwentytwo .masteriyo-container .masteriyo-course.list-view .masteriyo-col {
  width: 100%;
}
@media (max-width: 1095px) {
  body.theme-twentytwentytwo .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__wrapper {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 1095px) {
  body.theme-twentytwentytwo .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content .masteriyo-time-btn {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.theme-twentytwentytwo .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content .masteriyo-time-btn .masteriyo-course-price {
    margin-bottom: 0;
  }
}
body.theme-twentytwentytwo .masteriyo-container .masteriyo-single-header .masteriyo-single-header__content h6.masteriyo-single-heading {
  margin-top: 0;
}
body.theme-twentytwentytwo .masteriyo-container .masteriyo-single-body .masteriyo-single-body__main--curriculum-content-bottom h4.masteriyo-single-body__main--curriculum-content-bottom__accordion--header-title {
  margin-top: 0;
}
body.theme-twentytwentytwo .wp-block-template-part .wp-block-navigation .wp-block-navigation__container li .wp-block-pages-list__item__link,
body.theme-twentytwentytwo .wp-block-template-part .wp-block-navigation .wp-block-navigation__container li .wp-block-navigation-item__content {
  pointer-events: unset;
  cursor: pointer;
}
body.theme-twentytwentytwo .masteriyo-search button {
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-primary);
  border: 0;
  cursor: pointer;
}
body.theme-twentytwentytwo .masteriyo-search button:hover {
  background: var(--masteriyo-color-btn-blue-hover);
}
body.theme-twentytwentytwo .masteriyo-course.list-view .masteriyo-col {
  width: 100%;
}
body.theme-twentytwentytwo .masteriyo-course--content .masteriyo-course-author a {
  display: flex;
  align-items: center;
}
body.theme-twentytwentytwo .masteriyo-checkout-wrapper {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  body.theme-twentytwentytwo .masteriyo-checkout-wrapper {
    flex-wrap: wrap;
  }
}
body.theme-twentytwentytwo .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-checkout---fname-lname-wrapper {
  margin-left: 0;
  margin-right: 0;
  gap: 24px;
}
body.theme-twentytwentytwo .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-checkout---fname-lname-wrapper > * {
  padding-left: 0;
  padding-right: 0;
}
body.theme-twentytwentytwo .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-input {
  width: 100%;
}
body.theme-twentytwentytwo .masteriyo-checkout-wrapper .masteriyo-checkout-summary .masteriyo-checkout--btn {
  border: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  body.theme-twentytwentytwo .masteriyo-single-course {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  body.theme-twentytwentytwo .masteriyo-single-course {
    gap: 24px;
  }
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-8 {
  flex: auto;
  max-width: 100%;
  width: calc(60% - 30px);
}
@media (max-width: 991px) {
  body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-8 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-8 {
    padding: 0;
  }
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-8 .masteriyo-single-course--main__content .course-overview hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-8 .masteriyo-single-course--main__content .course-overview h3 {
  margin: 0;
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-8 .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form .masteriyo-btn-primary {
  border: 0;
  cursor: pointer;
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 {
  flex: auto;
  width: 100%;
}
@media (max-width: 991px) {
  body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 {
    padding: 0;
  }
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside {
  width: auto;
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-time-btn {
  padding-left: 0;
  padding-right: 0;
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn-primary:active, body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn-primary:focus {
  background-color: var(--masteriyo-color-btn-blue-hover);
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn-primary:focus-visible {
  outline: none;
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-single-course-stats {
  padding-left: 0;
  padding-right: 0;
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-course--content__description {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
body.theme-twentytwentytwo .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-course--content__description .title {
  margin-top: 0;
}
body.theme-twentytwentytwo #masteriyo-account-page .mto-account-wrapper button:hover {
  background-color: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
  color: var(--masteriyo-color-white);
}
body.theme-twentytwentytwo #masteriyo-account-page .mto-account-wrapper button[disabled] {
  background: #878787;
  border-color: #878787;
}
body.theme-twentytwentytwo #masteriyo-account-page .mto-account-wrapper button[disabled]:hover {
  background: #878787;
  border-color: #878787;
}
body.theme-twentytwentytwo #masteriyo-account-page .mto-account-wrapper button[disabled] svg {
  fill: #151515;
}
@media (max-width: 479px) {
  body.theme-twentytwentytwo #masteriyo-account-page .mto-dashboard-courses-stats {
    margin-right: 0 !important;
  }
  body.theme-twentytwentytwo #masteriyo-account-page .mto-dashboard-courses-progress {
    padding-right: 20px;
  }
}
@media (max-width: 380px) {
  body.theme-twentytwentytwo #masteriyo-account-page .mto-dashboard-courses-stats {
    margin-right: 26px !important;
  }
}
@media (max-width: 1199px) {
  body.theme-twentytwentytwo .masteriyo-container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  body.theme-twentytwentytwo .masteriyo-container {
    width: 730px;
  }
}
@media (max-width: 767px) {
  body.theme-twentytwentytwo .masteriyo-container {
    width: 560px;
  }
}
@media (max-width: 600px) {
  body.theme-twentytwentytwo .masteriyo-course .masteriyo-col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  body.theme-twentytwentytwo .masteriyo-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.theme-twentytwentytwo.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search input[type=search] {
  height: 42px;
}
body.theme-twentytwentytwo.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search button[type=button] {
  padding: 10px 16px;
}
@media screen and (max-width: 600px) {
  body.theme-twentytwentytwo.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-ratings {
    margin-top: 2px;
  }
}
body.theme-twentytwentytwo.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-ratings select {
  height: 42px;
  width: 100%;
  padding: 10px;
}
body.theme-twentytwentytwo .masteriyo-instructors-list {
  max-width: 1280px;
}
body.theme-twentytwentytwo .masteriyo-courses-view-mode-section button {
  border: 0;
  cursor: pointer;
}

body.theme-twentytwentythree .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--wide-size);
}
body.theme-twentytwentythree .masteriyo-container .masteriyo-col .masteriyo-course--content__description ul li {
  font-size: 14px;
  line-height: 1.618;
}
body.theme-twentytwentythree .masteriyo-container .masteriyo-course.list-view .masteriyo-col {
  width: 100%;
}
@media (max-width: 1095px) {
  body.theme-twentytwentythree .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content__wrapper {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 1095px) {
  body.theme-twentytwentythree .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content .masteriyo-time-btn {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.theme-twentytwentythree .masteriyo-container .masteriyo-course.list-view .masteriyo-col .masteriyo-course--content .masteriyo-time-btn .masteriyo-course-price {
    margin-bottom: 0;
  }
}
body.theme-twentytwentythree .masteriyo-container .masteriyo-single-header .masteriyo-single-header__content h6.masteriyo-single-heading {
  margin-top: 0;
}
body.theme-twentytwentythree .masteriyo-container .masteriyo-single-body .masteriyo-single-body__main--curriculum-content-bottom h4.masteriyo-single-body__main--curriculum-content-bottom__accordion--header-title {
  margin-top: 0;
}
body.theme-twentytwentythree .wp-block-template-part .wp-block-navigation .wp-block-navigation__container li .wp-block-pages-list__item__link,
body.theme-twentytwentythree .wp-block-template-part .wp-block-navigation .wp-block-navigation__container li .wp-block-navigation-item__content {
  pointer-events: unset;
  cursor: pointer;
}
body.theme-twentytwentythree .masteriyo-course.list-view .masteriyo-col {
  width: 100%;
}
body.theme-twentytwentythree .masteriyo-course--content .masteriyo-course-author a {
  display: flex;
  align-items: center;
}
body.theme-twentytwentythree .masteriyo-checkout-wrapper {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  body.theme-twentytwentythree .masteriyo-checkout-wrapper {
    flex-wrap: wrap;
  }
}
body.theme-twentytwentythree .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-checkout---fname-lname-wrapper {
  margin-left: 0;
  margin-right: 0;
  gap: 24px;
}
body.theme-twentytwentythree .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-checkout---fname-lname-wrapper > * {
  padding-left: 0;
  padding-right: 0;
}
body.theme-twentytwentythree .masteriyo-checkout-wrapper .masteriyo-checkout-main .masteriyo-input {
  width: 100%;
}
body.theme-twentytwentythree .masteriyo-checkout-wrapper .masteriyo-checkout-summary .masteriyo-checkout--btn {
  border: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  body.theme-twentytwentythree .masteriyo-single-course {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  body.theme-twentytwentythree .masteriyo-single-course {
    gap: 24px;
  }
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-8 {
  flex: auto;
  max-width: 100%;
  width: calc(60% - 30px);
}
@media (max-width: 991px) {
  body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-8 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-8 {
    padding: 0;
  }
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-8 .masteriyo-single-course--main__content .course-overview hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-8 .masteriyo-single-course--main__content .course-overview h3 {
  margin: 0;
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-8 .masteriyo-single-course--main__content .course-reviews .masteriyo-submit-review-form .masteriyo-btn-primary {
  border: 0;
  cursor: pointer;
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside {
  width: auto;
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-time-btn {
  padding-left: 0;
  padding-right: 0;
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn-primary:active, body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn-primary:focus {
  background: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-time-btn .masteriyo-btn-primary:focus-visible {
  outline: none;
}
body.theme-twentytwentythree .masteriyo-single-course .masteriyo-col-4 .masteriyo-single-course--aside .masteriyo-single-course-stats {
  padding-left: 0;
  padding-right: 0;
}
body.theme-twentytwentythree #masteriyo-account-page .mto-account-wrapper button:not(.chakra-button):hover {
  background: var(--masteriyo-color-btn-blue-hover);
  border-color: var(--masteriyo-color-btn-blue-hover);
  color: var(--masteriyo-color-white);
}
body.theme-twentytwentythree #masteriyo-account-page .mto-account-wrapper button:not(.chakra-button)[disabled] {
  background: #878787;
  border-color: #878787;
}
body.theme-twentytwentythree #masteriyo-account-page .mto-account-wrapper button:not(.chakra-button)[disabled] svg {
  fill: #151515;
}
@media (max-width: 479px) {
  body.theme-twentytwentythree #masteriyo-account-page .mto-dashboard-courses-stats {
    margin-right: 0 !important;
  }
  body.theme-twentytwentythree #masteriyo-account-page .mto-dashboard-courses-progress {
    padding-right: 20px;
  }
}
@media (max-width: 380px) {
  body.theme-twentytwentythree #masteriyo-account-page .mto-dashboard-courses-stats {
    margin-right: 26px !important;
  }
}
@media (max-width: 1199px) {
  body.theme-twentytwentythree .masteriyo-container {
    width: 960px;
  }
}
@media (max-width: 991px) {
  body.theme-twentytwentythree .masteriyo-container {
    width: 730px;
  }
}
@media (max-width: 767px) {
  body.theme-twentytwentythree .masteriyo-container {
    width: 560px;
  }
}
@media (max-width: 600px) {
  body.theme-twentytwentythree .masteriyo-course .masteriyo-col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  body.theme-twentytwentythree .masteriyo-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.theme-twentytwentythree.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search input[type=search] {
  height: 42px;
}
body.theme-twentytwentythree.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search button[type=button] {
  padding: 10px 16px;
}
@media screen and (max-width: 600px) {
  body.theme-twentytwentythree.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-ratings {
    margin-top: 2px;
  }
}
body.theme-twentytwentythree.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-ratings select {
  height: 42px;
  width: 100%;
  padding: 10px;
}
body.theme-twentytwentythree .masteriyo-instructors-list {
  max-width: 1280px;
}
body.theme-twentytwentythree .masteriyo-courses-view-mode-section button {
  border: 0;
  cursor: pointer;
}

body.theme-twentytwentyfour #masteriyo-account-page {
  max-width: var(--wp--style--global--wide-size);
}
body.theme-twentytwentyfour .masteriyo-container .masteriyo-single-header .masteriyo-single-header__content h6.masteriyo-single-heading {
  margin-top: 0;
}
body.theme-twentytwentyfour .masteriyo-container .masteriyo-single-body .masteriyo-single-body__main--curriculum-content-bottom h4.masteriyo-single-body__main--curriculum-content-bottom__accordion--header-title {
  margin-top: 0;
}
body.theme-twentytwentyfour .wp-block-template-part .wp-block-navigation .wp-block-navigation__container li .wp-block-pages-list__item__link,
body.theme-twentytwentyfour .wp-block-template-part .wp-block-navigation .wp-block-navigation__container li .wp-block-navigation-item__content {
  pointer-events: unset;
  cursor: pointer;
}
body.theme-twentytwentyfour.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search input[type=search] {
  height: 42px;
}
body.theme-twentytwentyfour.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-search button[type=button] {
  padding: 10px 16px;
}
@media screen and (max-width: 600px) {
  body.theme-twentytwentyfour.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-ratings {
    margin-top: 2px;
  }
}
body.theme-twentytwentyfour.single-mto-course .masteriyo-single-course--main__content .course-reviews .masteriyo-course-reviews-filters .masteriyo-course-reviews-ratings select {
  height: 42px;
  width: 100%;
  padding: 10px;
}
body.theme-twentytwentyfour .masteriyo-login-form-wrapper {
  max-width: 1280px;
}
body.theme-twentytwentyfour .masteriyo-instructors-list {
  max-width: 1280px;
}
body.theme-twentytwentyfour .masteriyo-courses-view-mode-section button {
  border: 0;
  cursor: pointer;
}

body.theme-twentytwentyfive .wp-block-post-title {
  max-width: 1280px;
}
body.theme-twentytwentyfive #masteriyo-account-page {
  max-width: 1280px;
}
body.theme-twentytwentyfive .wp-block-template-part .wp-block-navigation .wp-block-navigation__container li .wp-block-pages-list__item__link {
  pointer-events: unset;
  cursor: pointer;
}
body.theme-twentytwentyfive .masteriyo-login-form-wrapper {
  max-width: 1280px;
}
body.theme-twentytwentyfive .masteriyo-instructors-list {
  max-width: 1280px;
}
body.theme-twentytwentyfive .masteriyo-courses-view-mode-section button {
  border: 0;
  cursor: pointer;
}

.theme-elearning #masteriyo-account-page p {
  margin-bottom: 0px;
}
.theme-elearning #masteriyo-account-page ul,
.theme-elearning #masteriyo-account-page ol {
  margin: 0px;
}
.theme-elearning #masteriyo-account-page hr {
  margin-bottom: 0;
}
.theme-elearning #masteriyo-account-page .account_page_table td,
.theme-elearning #masteriyo-account-page .account_page_table th {
  border: 0px;
}
.theme-elearning #masteriyo-account-page .mto-account-sidebar {
  margin-bottom: 0;
}

body.masteriyo {
  margin: 0;
}

.masteriyo-scorm-course-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 6px 26px 0px rgba(117, 117, 117, 0.12);
  padding: 12px 16px 12px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 460px) {
  .masteriyo-scorm-course-header {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    align-items: flex-start;
  }
}
.masteriyo-scorm-course-header__course {
  max-width: 500px;
}
.masteriyo-scorm-course-header__course-name {
  color: #909090;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.masteriyo-scorm-course-header__course-title {
  color: #383838;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.masteriyo-scorm-course-header__button-exit {
  border-radius: 4px;
  border: 1px solid #646464;
  background: #ffffff;
  padding: 6px 14px;
  color: #646464;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 460px) {
  .masteriyo-scorm-course-header__button-exit {
    width: 100%;
    text-align: center;
    padding: 8px 16px;
  }
}
.masteriyo-scorm-course-header__button-exit:hover {
  color: #ffffff;
  background: var(--masteriyo-color-badge-red);
  border-color: var(--masteriyo-color-badge-red);
}
.masteriyo-scorm-course-header__button-download {
  border-radius: 4px;
  border: 1px solid var(--masteriyo-color-primary);
  background: #ffffff;
  padding: 6px 14px;
  color: var(--masteriyo-color-primary);
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 460px) {
  .masteriyo-scorm-course-header__button-download {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 8px 16px;
  }
}
.masteriyo-scorm-course-header__button-download:hover {
  color: #ffffff;
  background: var(--masteriyo-color-primary-light);
  border-color: var(--masteriyo-color-primary-light);
}
.masteriyo-scorm-course-header__button-complete {
  border-radius: 4px;
  border: 1px solid #3ca03c;
  background: #3ca03c;
  padding: 6px 14px;
  color: #ffffff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
@media screen and (max-width: 460px) {
  .masteriyo-scorm-course-header__button-complete {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 8px 16px;
  }
}
.masteriyo-scorm-course-header__button-complete:hover {
  color: #ffffff;
}
.masteriyo-scorm-course-header__button-continue {
  border-radius: 4px;
  border: 1px solid var(--masteriyo-color-primary);
  background: var(--masteriyo-color-primary);
  padding: 6px 14px;
  color: #ffffff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 460px) {
  .masteriyo-scorm-course-header__button-continue {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 8px 16px;
  }
}
.masteriyo-scorm-course-header__button-continue:hover {
  color: var(--masteriyo-color-primary);
  background: #ffffff;
}

.masteriyo-wrapper.scorm {
  position: relative;
  padding: 0;
  height: 100vh;
}
.masteriyo-wrapper.scorm iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.masteriyo-course--google-classroom .google-classroom-container {
  border-radius: 4px;
  padding: 20px;
  color: azure;
  background-color: #4285f4;
}

.masteriyo-course--google-classroom .google-classroom-code-left {
  padding-top: 20px;
}

.masteriyo-course--google-classroom .google-classroom-code-right {
  margin-left: 5px;
  padding-top: 20px;
}

.masteriyo-single-course .tab-content.google-classroom {
  margin: 30px;
}

.masteriyo-course--google-classroom {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.masteriyo-course--google-classroom__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
  color: var(--masteriyo-color-text);
  margin-bottom: 16px;
}
.masteriyo-course--google-classroom__code {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masteriyo-course--google-classroom__code-label {
  font-weight: 500;
}
.masteriyo-course--google-classroom__code-label .masteriyo-copy-this-text {
  font-size: 18px;
  color: var(--masteriyo-color-primary);
}
.masteriyo-course--google-classroom__code .copy-button-code {
  display: flex;
  padding: 6px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
}
.masteriyo-course--google-classroom__code .copy-button-code:hover {
  background: #f4f4f4;
}
.masteriyo-course--google-classroom__code .copy-button-code svg {
  width: 16px;
  height: 16px;
  stroke: #767676;
}
.masteriyo-course--google-classroom .masteriyo-course-complete {
  background: var(--masteriyo-color-primary);
  font-weight: 500;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}

.masteriyo-single-body__aside--items-wrapper .masteriyo-course--google-classroom {
  border: 0;
  margin-top: 0;
  background: #fbfbfb;
  padding: 20px;
}
.masteriyo-single-body__aside--items-wrapper .masteriyo-course--google-classroom__heading {
  color: #383838;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  border-bottom: 1px solid #ebecf2;
  padding-bottom: 16px;
  margin-bottom: 12px;
  text-align: left;
}

.masteriyo-group-courses-modal .masteriyo-overlay {
  align-items: center;
}

.masteriyo-group-course-popup {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(10, 10, 10, 0.1);
  display: flex;
  width: 520px;
  padding: 28px 28px 30px 28px;
  flex-direction: column;
  gap: 32px;
}

.masteriyo-group-course__wrapper {
  position: relative;
}
.masteriyo-group-course__heading {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 18px;
}
.masteriyo-group-course__exit-popup {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 60px;
  background: #eef1f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  cursor: pointer;
}
.masteriyo-group-course__exit-popup svg {
  width: 14px;
  height: 14px;
}
.masteriyo-group-course__title {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.masteriyo-group-course__empty-state {
  display: none;
}
.masteriyo-group-course__empty-state--image {
  text-align: center;
  margin-bottom: 32px;
}
.masteriyo-group-course__empty-state--image img {
  width: 260px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.masteriyo-group-course__empty-state--content {
  text-align: center;
}
.masteriyo-group-course__empty-state--content-title {
  color: #383838;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
}
.masteriyo-group-course__empty-state--content-desc {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.masteriyo-group-course__empty-state--content-desc .masteriyo-group-course--link {
  color: var(--masteriyo-color-primary);
  font-style: italic;
  text-decoration: underline;
}
.masteriyo-group-course__lists--label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.masteriyo-group-course__lists--heading {
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.masteriyo-group-course__lists--sync-button {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  margin-top: 14px;
  transition: all 0.3s ease-in-out;
}
.masteriyo-group-course__lists--sync-button:hover {
  text-decoration: underline;
}
.masteriyo-group-course__lists--sync-button svg {
  width: 16px;
  height: 16px;
}
.masteriyo-group-course__lists--list {
  margin-left: 0;
  margin-bottom: 24px;
}
.masteriyo-group-course__lists--list-item {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.masteriyo-group-course__lists--list-item:last-child {
  margin-bottom: 0;
}
.masteriyo-group-course__lists--list-item input[type=checkbox] {
  position: absolute;
  z-index: 1;
  left: 12px;
  width: 18px;
  height: 18px;
}
.masteriyo-group-course__lists--list-item_label {
  width: 100%;
  border-radius: 4px;
  background: #f0f0f0;
  padding: 12px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.masteriyo-group-course__lists--list-item_label_disabled {
  color: #a7a7a7;
}
.masteriyo-group-course__lists--list-item_members {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.masteriyo-group-course__lists--list-item_members svg {
  width: 20px;
  height: 20px;
}
.masteriyo-group-course__lists--list-item_disabled {
  cursor: none;
  pointer-events: none;
}
.masteriyo-group-course__lists--list-item input[type=checkbox]:checked ~ .masteriyo-group-course__lists--list-item_label {
  background: #f3f7fd;
}
.masteriyo-group-course__lists .masteriyo-error-message {
  color: #ff343e;
  background-color: #ffdddd;
  padding: 10px;
  border: 1px solid #ff343e;
  border-radius: 4px;
  margin-bottom: 25px;
  font-size: 14px;
}
.masteriyo-group-course__lists--footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.masteriyo-group-course__lists--footer_link {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out;
}
.masteriyo-group-course__lists--footer_link:hover {
  color: #222;
}
.masteriyo-group-course__lists--footer_checkout-button {
  display: flex;
  padding: 10px 16px 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--masteriyo-color-primary);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.masteriyo-group-course__lists--footer_checkout-button:hover {
  color: #ffffff;
  background: #1b4aab;
}
.masteriyo-group-course__lists--footer_checkout-button:focus {
  color: #ffffff;
}
.masteriyo-group-course__lists--footer_checkout-button svg {
  width: 20px;
  height: 20px;
}
.masteriyo-group-course__lists--footer_checkout-button svg path {
  stroke: #ffffff;
}
.masteriyo-group-course__lists--footer_checkout-button--disabled {
  background: #e2e2e2;
  color: #a7a7a7;
  pointer-events: none;
  cursor: not-allowed;
}
.masteriyo-group-course__lists--footer_checkout-button--disabled svg path {
  stroke: #a7a7a7;
}
.masteriyo-group-course__group-button {
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.masteriyo-group-course__group-button > *:last-child {
  margin-bottom: 0;
}
.masteriyo-group-course__group-button .masteriyo-group-course__buy-now-button {
  gap: 6px;
}
.masteriyo-group-course__group-title {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  border-bottom: 1px solid #e1e1e1;
}
.masteriyo-group-course__group-title .title-line {
  flex: 1 0 0;
}
.masteriyo-group-course__group-title .title-line::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  display: block;
}
.masteriyo-group-course__group-desc {
  color: #646464;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 16px;
}
.masteriyo-group-course__group-desc:empty {
  display: none;
}
.masteriyo-group-course__seperator {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #7a7a7a;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 6px;
}
.masteriyo-group-course__seperator::before, .masteriyo-group-course__seperator::after {
  content: "";
  background: var(--masteriyo-color-border);
  width: 100%;
  height: 1px;
  display: block;
}
.masteriyo-group-course__helper-text {
  color: #51585f;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.masteriyo-group-course__checkout-title {
  color: #07092f;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 28px;
}
.masteriyo-group-course__checkout-table {
  border-radius: 5px;
  background: #f9f9f9;
  padding: 20px;
}
.masteriyo-group-course__checkout-table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin-bottom: 0;
}
.masteriyo-group-course__checkout-table table tr th {
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 6px 16px 6px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  width: 90%;
  text-align: left;
}
.masteriyo-group-course__checkout-table table tr td {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 16px 6px 0px;
  border: 0;
}

.masteriyo-checkout-summary-order-details li .masteriyo-badge {
  background: #26c164 !important;
  margin-left: 2px;
}

.masteriyo-single-body__aside--price .masteriyo-group-course__group-button {
  margin-top: 0;
}

.masteriyo-group-pricing-tiers {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier {
  border: 1px solid var(--masteriyo-color-border);
  border-radius: 6px;
  padding: 18px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier:hover {
  border-color: #cbd5e0;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier.selected {
  border-color: var(--masteriyo-color-primary);
  background: #f9f9f9;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-radio {
  display: none;
  position: absolute;
  top: 23px;
  left: 20px;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e0;
  border-radius: 50%;
  background-color: white;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.masteriyo-group-pricing-tier.selected .masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-radio {
  border-color: var(--masteriyo-color-primary);
  background: var(--masteriyo-color-primary);
}
.masteriyo-group-pricing-tier.selected .masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-header {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-info {
  flex: 1;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-name {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-price-regular .amount {
  font-size: 14px;
  line-height: 22px;
  color: #979797;
  font-weight: 500;
  padding: 0 6px;
  position: relative;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-price-regular .amount::after {
  content: "";
  position: absolute;
  background: #e50044;
  width: 100%;
  height: 1px;
  top: 40%;
  left: 50%;
  transform: rotate(-5deg) translate(-50%, -50%);
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-price-current {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-price-current .amount {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #383838;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-price-current .billing_interval {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  color: #545454;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-info {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 13px;
  color: #9e9e9e;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-info svg {
  width: 18px;
  height: 18px;
  fill: #9e9e9e;
  margin-top: 5px;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-info span {
  flex: 1;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seat-selector {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--masteriyo-color-border);
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seat-selector .masteriyo-group-tier-seats-input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 0;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-input {
  min-height: 38px;
  border-color: #e1e1e1;
  color: #383838;
  padding: 0 12px;
  width: 100%;
  flex: 1;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.2s ease;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-input::-moz-placeholder {
  color: #737373;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-input::placeholder {
  color: #737373;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--masteriyo-color-primary);
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-hint {
  margin-top: 12px;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-hint .tier-breakdown {
  font-size: 14px;
  line-height: 20px;
  color: #9e9e9e;
  margin-bottom: 4px;
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-hint .tier-total {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: #2d3748;
  font-size: 15px;
  line-height: 25px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--masteriyo-color-border);
}
.masteriyo-group-pricing-tiers .masteriyo-group-pricing-tier .masteriyo-group-tier-seats-hint .tier-total-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9e9e9e;
}

.masteriyo-group-tier-price-interval {
  font-size: 13px;
  font-weight: 400;
  color: #718096;
}

.masteriyo-group-tier-description {
  font-size: 14px;
  color: #718096;
  line-height: 1.5;
  margin-bottom: 6px;
}

.masteriyo-single-body__aside--items-wrapper .masteriyo-single-course--course-coming-soon-msg {
  padding: 0;
}

.masteriyo-single-course--course-coming-soon-btn {
  font-weight: 500;
  align-content: center;
  text-decoration: none;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 0 24px;
  min-height: 40px;
  color: var(--masteriyo-color-primary);
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.masteriyo-single-course--course-coming-soon-btn.masteriyo-btn-disabled {
  opacity: 1;
}

.masteriyo-single-course--course-coming-soon-msg {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.masteriyo-single-course--course-coming-soon-timer {
  border: 0;
  display: block;
}
.masteriyo-single-course--course-coming-soon-timer:hover {
  padding: 0;
}
.masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-segment {
  width: 64px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-segment {
    width: 50px;
  }
}
.masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-segment br {
  display: none;
}
.masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-segment--timer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  font-size: 24px;
  color: #16181a;
  line-height: 32px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #EBECF2;
  background: #FBFBFB;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-segment--timer {
    width: 45px;
    height: 40px;
    font-size: 18px;
    line-height: 26px;
  }
}
.masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-segment--label {
  color: #9F9F9F;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-segment--label {
    font-size: 10px;
    line-height: 18px;
  }
}
.masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-separator--dots {
  color: #9F9F9F;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
}
@media screen and (max-width: 600px) {
  .masteriyo-single-course--course-coming-soon-timer #masteriyo_countdown .masteriyo-countdown-timer--wrapper .masteriyo-countdown-separator--dots {
    font-size: 26px;
    line-height: 36px;
  }
}
.masteriyo-single-course--course-coming-soon-text {
  color: #51585F;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0;
}

/*---------button----------------- */
.masteriyo-single-course--surecart-prices {
  box-sizing: border-box;
}

.masteriyo-single-course--surecart-add-to-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  box-sizing: border-box;
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-primary);
  border: 1px solid var(--masteriyo-color-primary);
  padding: 6px 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.masteriyo-single-course--surecart-add-to-cart-btn:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  box-sizing: border-box;
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-primary);
  border: 1px solid var(--masteriyo-color-primary);
  padding: 6px 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.masteriyo-single-course--surecart-add-to-cart-btn-layout-1 {
  padding: 10px 20px;
  border-radius: 4px;
  background: #4584ff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.masteriyo-single-course--surecart-add-to-cart-btn-layout-1:hover {
  padding: 10px 20px;
  border-radius: 4px;
  background: #4584ff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

/*--------------popup-------------------*/
.masteriyo-surecart-course-popup {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(10, 10, 10, 0.1);
  display: flex;
  width: 520px;
  padding: 28px 28px 30px 28px;
  flex-direction: column;
  gap: 32px;
}

.masteriyo-surecart-course__wrapper {
  position: relative;
}
.masteriyo-surecart-course__heading {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 18px;
}
.masteriyo-surecart-course__surecart-add-to-cart-btn {
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  box-sizing: border-box;
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-primary);
  border: 1px solid var(--masteriyo-color-primary);
  padding: 6px 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.masteriyo-surecart-course__empty-state {
  display: none;
}
.masteriyo-surecart-course__empty-state--image {
  text-align: center;
  margin-bottom: 32px;
}
.masteriyo-surecart-course__empty-state--image img {
  width: 260px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.masteriyo-surecart-course__empty-state--content {
  text-align: center;
}
.masteriyo-surecart-course__empty-state--content-title {
  color: #383838;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
}
.masteriyo-surecart-course__empty-state--content-desc {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.masteriyo-surecart-course__empty-state--content-desc .masteriyo-surecart-course--link {
  color: #5b5fc7;
  font-style: italic;
  text-decoration: underline;
}
.masteriyo-surecart-course__surecart-add-to-cart-btn:hover {
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  box-sizing: border-box;
  color: var(--masteriyo-color-white);
  background: var(--masteriyo-color-primary);
  border: 1px solid var(--masteriyo-color-primary);
  padding: 6px 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.masteriyo-surecart-course__exit-popup {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 60px;
  background: #eef1f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  cursor: pointer;
}
.masteriyo-surecart-course__exit-popup svg {
  width: 14px;
  height: 14px;
}
.masteriyo-surecart-course__title {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.masteriyo-surecart-course__lists--label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.masteriyo-surecart-course__lists--heading {
  color: #646464;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.masteriyo-surecart-course__lists--loading-text {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  margin-top: 14px;
  transition: all 0.3s ease-in-out;
}
.masteriyo-surecart-course__lists--loading-text:hover {
  text-decoration: underline;
}
.masteriyo-surecart-course__lists--loading-text svg {
  width: 16px;
  height: 16px;
}
.masteriyo-surecart-course__lists--list {
  margin-left: 0;
  margin-bottom: 24px;
}
.masteriyo-surecart-course__lists--list-item {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.masteriyo-surecart-course__lists--list-item:last-child {
  margin-bottom: 0;
}
.masteriyo-surecart-course__lists--list-item input[type=button] {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 40px;
}
.masteriyo-surecart-course__lists--list-item_label {
  width: 100%;
  border-radius: 4px;
  background: #f0f0f0;
  padding: 12px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.masteriyo-surecart-course__lists--list-item_label_disabled {
  color: #a7a7a7;
}
.masteriyo-surecart-course__lists--list-item_members {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.masteriyo-surecart-course__lists--list-item_members svg {
  width: 20px;
  height: 20px;
}
.masteriyo-surecart-course__lists--list-item_disabled {
  cursor: none;
  pointer-events: none;
}
.masteriyo-surecart-course__lists--list-item input[type=checkbox]:checked ~ .masteriyo-group-course__lists--list-item_label {
  background: #f3f7fd;
}
.masteriyo-surecart-course__lists--footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.masteriyo-surecart-course__lists--footer_link {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out;
}
.masteriyo-surecart-course__lists--footer_link:hover {
  color: #222;
}
.masteriyo-surecart-course__lists--footer_checkout-button {
  display: flex;
  padding: 10px 16px 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #3e6dd0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.masteriyo-surecart-course__lists--footer_checkout-button:hover {
  color: #ffffff;
  background: #1b4aab;
}
.masteriyo-surecart-course__lists--footer_checkout-button:focus {
  color: #ffffff;
}
.masteriyo-surecart-course__lists--footer_checkout-button svg {
  width: 20px;
  height: 20px;
}
.masteriyo-surecart-course__lists--footer_checkout-button svg path {
  stroke: #ffffff;
}
.masteriyo-surecart-course__lists--footer_checkout-button--disabled {
  background: #e2e2e2;
  color: #a7a7a7;
  pointer-events: none;
  cursor: not-allowed;
}
.masteriyo-surecart-course__lists--footer_checkout-button--disabled svg path {
  stroke: #a7a7a7;
}

.masteriyo-wishlist-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  stroke-width: 2px;
  transition: all 0.3s ease-in-out;
}
.masteriyo-wishlist-toggle svg {
  width: 20px;
  height: 20px;
  stroke: #4e4e4e;
  fill: none;
}
.masteriyo-wishlist-toggle.active svg, .masteriyo-wishlist-toggle:hover svg {
  fill: var(--masteriyo-color-badge-red);
  stroke: var(--masteriyo-color-badge-red);
  stroke-width: 2px;
}

.masteriyo-certificate-share-container {
  margin-top: 16px;
  width: 100%;
}
.masteriyo-certificate-share__share-button {
  border-radius: 4px;
  background: var(--masteriyo-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  min-height: 40px;
  color: var(--masteriyo-color-white);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  width: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.masteriyo-certificate-share__share-button svg {
  width: 18px;
  height: 18px;
}

.masteriyo-certificate-share-modal .masteriyo-overlay {
  align-items: center;
}

.masteriyo-certificate-share-popup {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(10, 10, 10, 0.1);
  display: flex;
  width: 60%;
  height: auto;
  padding: 28px 28px 30px 28px;
  flex-direction: column;
  gap: 32px;
}

.masteriyo-certificate-share__wrapper {
  position: relative;
}
.masteriyo-certificate-share__heading {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 18px;
  margin-top: 0;
}
.masteriyo-certificate-share__exit-popup {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 60px;
  background: #eef1f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  cursor: pointer;
}
.masteriyo-certificate-share__exit-popup svg {
  width: 14px;
  height: 14px;
}
.masteriyo-certificate-share__title {
  color: #111;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 16px;
}
.masteriyo-certificate-share__share-link {
  text-decoration: none;
}
.masteriyo-certificate-share__share-link a {
  text-decoration: none;
}

.masteriyo-share-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}