.react-toggle{touch-action:pan-x;display:inline-block;position:relative;cursor:pointer;background-color:transparent;border:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.react-toggle-screenreader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{width:50px;height:24px;padding:0;border-radius:30px;background-color:#4d4d4d;transition:all .2s ease}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{position:absolute;width:14px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;left:8px;opacity:0;transition:opacity .25s ease}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{position:absolute;width:10px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;right:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;position:absolute;top:1px;left:1px;width:22px;height:22px;border:1px solid #4d4d4d;border-radius:50%;background-color:#fafafa;box-sizing:border-box;transition:all .25s ease}.react-toggle--checked .react-toggle-thumb{left:27px;border-color:#19ab27}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}:root{--scrollbar-size:6px}.rhc-theme-light{--text-primary:#000;--text-secondary:#757575;--background:#f7f7f7;--scrollbar-background-color:#d4d4d4;--scrollbar-foreground-color:#8a8a8a}.rhc-theme-dark{--text-primary:#f7f7f7;--text-secondary:#8a8a8a;--background:#1a1a1a;--scrollbar-background-color:#363636;--scrollbar-foreground-color:#8a8a8a}.rhc-banner{display:block;position:fixed;z-index:99999;right:0;bottom:0;left:0;width:100%;padding:2.25rem 0;transition:all .3s ease;background-color:var(--background)}.rhc-banner__content{max-width:90rem;margin:0 auto;padding:0 2.5rem}@media (min-width:56.25rem){.rhc-banner__content{display:flex;gap:.75rem}}.rhc-banner__content__message{margin:0 auto 1rem;transition:all .3s ease;color:var(--text-primary)}@media (min-width:56.25rem){.rhc-banner__content__message{margin:0 auto}}.rhc-banner__content__message a{transition:all .3s ease;color:var(--text-primary);font-weight:700;text-decoration:none}.rhc-banner__content__secondary{width:100%;height:2.25rem;margin:.25rem auto;padding:.125rem;transition:all .3s ease;border:.125rem solid var(--text-primary);border-radius:1.125rem;background-color:var(--background);color:var(--text-primary);font-family:inherit;font-size:1rem;cursor:pointer}@media (min-width:56.25rem){.rhc-banner__content__secondary{width:12.5rem;margin:0 auto}}.rhc-banner__content__secondary:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.rhc-banner__content__primary{width:100%;height:2.25rem;margin:.25rem auto;padding:.125rem;transition:all .3s ease;border:.125rem solid var(--text-primary);border-radius:1.125rem;background-color:var(--text-primary);color:var(--background);font-family:inherit;font-size:1rem;cursor:pointer}@media (min-width:56.25rem){.rhc-banner__content__primary{width:12.5rem;margin:0 auto}}.rhc-banner__content__primary:hover{border-color:var(--text-secondary);background-color:var(--text-secondary)}.rhc-settings{display:flex;position:fixed;z-index:99999;inset:0;align-items:center;justify-content:center}.rhc-settings__content{display:grid;box-sizing:border-box;grid-template-rows:min-content auto min-content;width:calc(100% - .75rem);max-width:40rem;height:calc(100% - .75rem);transition:all .3s ease;border-radius:.5rem;background-color:var(--background);box-shadow:0 .6875rem 2rem #0000001a,0 .3125rem .75rem -px(8) #0003,0 0 .0625rem #0003;color:var(--text-primary)}@media (min-width:37.5rem){.rhc-settings__content{width:calc(100% - 1.5rem);height:calc(100% - 1.5rem)}}@media (min-width:56.25rem){.rhc-settings__content{width:calc(100% - 3rem);height:calc(100% - 3rem)}}.rhc-settings__content__header{padding:1.5rem}.rhc-settings__content__header h1{margin:0 0 .75rem;font-size:medium}.rhc-settings__content__main{padding:1.5rem;overflow-y:auto;transition:all .3s ease;scrollbar-color:var(--scrollbar-foreground-color) var(--scrollbar-background-color)}.rhc-settings__content__main::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}.rhc-settings__content__main::-webkit-scrollbar-thumb{border-radius:var(--scrollbar-size);background:var(--scrollbar-foreground-color)}.rhc-settings__content__main::-webkit-scrollbar-track{border-radius:var(--scrollbar-size);background:var(--scrollbar-background-color)}.rhc-settings__content__main__item{margin:1.5rem 0}@media (min-width:56.25rem){.rhc-settings__content__main__item{margin:2.25rem 0}}.rhc-settings__content__main__item:first-of-type{margin-top:0}.rhc-settings__content__main__item__title{display:flex;justify-content:space-between}.rhc-settings__content__main__item__title__label{font-weight:700}.rhc-settings__content__main__item__description{margin:.5rem 0}.rhc-settings__content__footer{display:grid;padding:1.5rem;grid-gap:.75rem;gap:.75rem}@media (min-width:56.25rem){.rhc-settings__content__footer{grid-template-columns:1fr 1fr 1.5fr}}.rhc-settings__content__footer__secondary{width:100%;height:2.25rem;margin:0 auto;padding:.125rem;transition:all .3s ease;border:.125rem solid var(--text-primary);border-radius:1.125rem;background-color:var(--background);color:var(--text-primary);font-family:inherit;font-size:1rem;cursor:pointer}.rhc-settings__content__footer__secondary:hover{border-color:var(--text-secondary);color:var(--text-secondary)}.rhc-settings__content__footer__primary{width:100%;height:2.25rem;margin:0 auto;padding:.125rem;transition:all .3s ease;border:.125rem solid var(--text-primary);border-radius:1.125rem;background-color:var(--text-primary);color:var(--background);font-family:inherit;font-size:1rem;cursor:pointer}.rhc-settings__content__footer__primary:hover{border-color:var(--text-secondary);background-color:var(--text-secondary)}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Raleway,sans-serif;background-color:#fffefc;overflow-x:hidden;word-wrap:break-word}body>*{max-width:100vw}.home-body{height:100%;min-height:100vh}h1,h2,h3,h4,p{margin:0}h2,h3,h4{font-family:Libre Franklin,sans-serif;color:#36454f}h2{font-size:2rem}h2,h3{font-weight:400}h3{font-size:1.25rem}h4{font-size:1.1rem;font-weight:400}p{font-family:Raleway,sans-serif;color:#0b0b0b;font-size:1rem;font-weight:300;line-height:1.375em;padding:0}.highlight{position:relative;display:inline-block}.highlight:before{content:"";position:absolute;bottom:2%;right:-2%;left:0;border-radius:.25rem;z-index:-1;height:.5em;background:linear-gradient(270deg,#d2ebec 32.13%,#fffefc)}.font-bold{font-weight:500}.text-center{text-align:center}.loading-text{padding-top:1rem}a{text-decoration:none;font-family:Libre Franklin,sans-serif}ul{margin:0;padding:0;list-style:none}label{font-size:1rem}button,label{font-family:Raleway,sans-serif}button{background-color:inherit;border:none;cursor:pointer}input{border-radius:.25rem;height:2.25rem;border:1px solid #36454f;font-family:Raleway,sans-serif}input::placeholder{padding-left:.5rem;color:#5e6a72;font-size:.875rem;font-weight:300}.error{padding:.2rem 0;border-radius:.25rem;background-color:#f9e5e5}.error p{margin-left:.4rem;color:#c00;font-size:.875rem;font-weight:400}.btn-cta-arrow,.btn-login,.btn-main,.btn-quiz,.btn-standard,.log-out-btn,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-delete,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-main,.modal-overlay .modal-wrapper .modal__body .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .btn-main{border:none;font-weight:500;cursor:pointer;border-radius:.25rem;font-family:Libre Franklin,sans-serif;transition:.4s ease-in-out}.btn-cta-arrow,.btn-main,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-main,.modal-overlay .modal-wrapper .modal__body .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .btn-main{color:#0b0b0b;padding:1rem 2rem;font-size:1.25rem;box-shadow:0 0 4px 0 #36454f;background:linear-gradient(117deg,#d2ebec 50%,#009193 125%)}.btn-cta-arrow:hover,.btn-main:hover,.modal-overlay .modal-wrapper .modal__body .btn-cta-arrow:hover,.modal-overlay .modal-wrapper .modal__body .btn-main:hover{color:#fcc200;box-shadow:0 0 12px 0 rgba(54,69,79,.7);background:linear-gradient(117deg,#36454f,#009193)}.btn-quiz{color:#0b0b0b;padding:.5rem 0;font-size:1.1rem;border:1px solid #009193;background:linear-gradient(270deg,#d2ebec,#fffefc);box-shadow:0 0 4px 0 #36454f}@media(hover:hover)and (pointer:fine){.btn-quiz:hover{color:#fcc200;box-shadow:0 0 12px 0 #36454f;background:linear-gradient(117deg,#36454f,#009193)}}.btn-cta-arrow{display:flex;align-items:center;width:-moz-fit-content;width:fit-content}.btn-cta-arrow:after{content:"";display:block;background-repeat:no-repeat;background-size:contain;width:1.25rem;height:1.25rem;margin-left:.8rem;background-position:50%;background-image:url(/images/icons/right-arrow-blk.svg);transition:.4s ease-in-out}.btn-cta-arrow:hover:after{background-image:url(/images/icons/right-arrow-gold.svg)}.btn-login,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-delete{padding:.4rem 1.75rem;font-size:.875rem;text-align:center;color:#36454f;box-shadow:0 0 4px 0 #36454f;background-color:#fffefc;border:1px solid #36454f}.btn-login:hover,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-delete:hover{background-color:#36454f;color:#fffefc;box-shadow:0 0 8px 0 #36454f}.log-out-btn{display:flex;padding:.4rem 1.75rem;font-size:.875rem;text-align:center;color:#36454f;box-shadow:0 0 4px 0 #36454f;background-color:#fffefc;border:1px solid #36454f}.log-out-btn:before{content:"";display:block;background-size:contain;width:.75rem;height:.75rem;background-size:cover;background-repeat:no-repeat;background-position:50%;align-self:center;margin-right:.25rem;background-image:url(/images/icons/logout-char.svg)}.log-out-btn:hover{background-color:#36454f;color:#fffefc;box-shadow:0 0 8px 0 #fffefc}.log-out-btn:hover:before{background-image:url(/images/icons/logout-wht.svg)}.form-main{display:grid;grid-template-columns:1fr}.form-main__label{padding:.5rem 0;display:grid;grid-column:1/span 2;grid-gap:.5rem 0}.form-main__label .password-label{display:flex;justify-content:space-between}.form-main__label .password-label button{font-size:.875rem;color:#0b0b0b;font-weight:300}.form-main__label .password-label button:hover{font-weight:500;text-decoration:underline}.form-main__label img{margin-left:.2rem}.form-main__checkbox{padding:.5rem 0}.form-main__checkbox .check-box{margin:0 .4rem 0 0}.form-main .btn-cta-arrow,.form-main .btn-main,.form-main .modal-overlay .modal-wrapper .modal__body .btn-cta-arrow,.form-main .modal-overlay .modal-wrapper .modal__body .btn-main,.modal-overlay .modal-wrapper .modal__body .form-main .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .form-main .btn-main{padding:.5rem 0;margin-top:1rem;font-size:1rem;grid-column:1/span 2}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:grid;justify-content:center;align-items:start;background-color:rgba(0,0,0,.65);z-index:1000}.modal-overlay .modal-wrapper{margin-top:2rem;width:50rem;max-width:90vw;height:auto;background-color:#fffefc;border-radius:1rem}.modal-overlay .modal-wrapper .modal{padding:1rem 1.5rem}.modal-overlay .modal-wrapper .modal__header{display:flex;justify-content:flex-end}.modal-overlay .modal-wrapper .modal__header .close-btn{cursor:pointer}.modal-overlay .modal-wrapper .modal__header .close-btn:after{content:"";display:block;background-repeat:no-repeat;background-size:contain;width:1.5rem;height:1.5rem;background-image:url(/images/icons/close-btn-char.svg);transition:.4s ease-in-out}.modal-overlay .modal-wrapper .modal__header .close-btn:hover:after{background-image:url(/images/icons/close-btn-gold.svg)}.modal-overlay .modal-wrapper .modal__title{padding-top:.5rem}.modal-overlay .modal-wrapper .modal__title .h3-header{font-size:1.75rem;text-align:center;padding-bottom:0!important;position:relative;z-index:1}.modal-overlay .modal-wrapper .modal__title .h3-header .highlight:before{z-index:-1}.modal-overlay .modal-wrapper .modal__body{padding-top:10px}.modal-overlay .modal-wrapper .modal__body p{padding:.5rem 0}.modal-overlay .modal-wrapper .modal__body .btn-container{display:flex;justify-content:space-between;grid-gap:0 1rem;padding:.5rem 0}.modal-overlay .modal-wrapper .modal__body .btn-container .btn-delete{margin-top:0;width:100%;background-color:#d7e1e8}.modal-overlay .modal-wrapper .modal__body .btn-container .btn-delete:hover{background-color:#c00;color:#fffefc}.modal-overlay .modal-wrapper .modal__body .btn-container .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-main{margin:0 auto;width:100%;font-size:1rem;padding:.5rem 1rem}.modal-overlay .modal-wrapper .modal__body .btn-container .btn-delete,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-login{margin-top:0;width:100%}.modal-overlay .modal-wrapper .modal__body .btn-container .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .btn-container .btn-main,.modal-overlay .modal-wrapper .modal__body .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .btn-main{margin:.5rem auto 0;width:100%;font-size:1rem;padding:.5rem 1rem}.modal-overlay .modal-wrapper .modal__body .pswreset-msg .footer-contact{color:#0b0b0b;z-index:2;position:relative}.modal-overlay .modal-wrapper .modal__body .pswreset-msg .footer-contact:after{content:"";position:absolute;z-index:-1;width:100%;height:.125rem;background:linear-gradient(270deg,#009193 30%,#fffefc);bottom:-.25rem;left:0;transform-origin:right;transform:scaleX(0);transition:transform .4s ease-in-out}.modal-overlay .modal-wrapper .modal__body .pswreset-msg .footer-contact:hover:after{transform-origin:left;transform:scaleX(1)}.error-container p{text-align:center}.not-found-container{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:1.25rem 0;padding:2rem}.not-found-container p{text-align:center;max-width:50rem}.modal-overlay .modal-wrapper .modal__body .not-found-container .btn-cta-arrow,.modal-overlay .modal-wrapper .modal__body .not-found-container .btn-main,.not-found-container .btn-cta-arrow,.not-found-container .btn-main,.not-found-container .modal-overlay .modal-wrapper .modal__body .btn-cta-arrow,.not-found-container .modal-overlay .modal-wrapper .modal__body .btn-main{padding:.5rem 2rem;font-size:1rem}.rhc-settings__content{overflow-y:auto}.rhc-settings__content__main{overflow-y:unset}.rhc-theme-dark p{color:#fffefc}.rhc-settings__content__footer__secondary:first-of-type{display:none}.react-toggle--disabled{opacity:1}.react-toggle--disabled>*{display:none}.react-toggle--disabled:after{content:"";background-image:url(/images/icons/icon-padlock.svg);width:25px;height:25px;display:inline-block;background-repeat:no-repeat}@media only screen and (max-width:29rem){.rhc-banner{top:0;overflow-y:auto}}header{position:fixed;top:-4rem;left:0;right:0;background-color:#fffefc;z-index:10;transition:transform .3s ease-in-out,background-color .3s linear}header.scroll-pos{transform:translateY(4rem)}header .home-header{display:flex;justify-content:space-between;padding:1rem 1rem .5rem}header .home-header .Jobdna-nav-logo{height:auto;width:10rem}header .home-header .btn-login,header .home-header h1{display:none}.header-btns{display:flex}.header-btns .btn-login{display:none}.header-btns button{padding:0}.header-btns .logout-btn:before,.header-btns .mob-login:before,.header-btns .nav-mob-links:before{content:"";display:block;background-repeat:no-repeat;background-size:contain;width:1.5rem;height:1.5rem;cursor:pointer;background-position:50%}.header-btns .mob-login:before{margin-right:1rem;background-image:url(/images/icons/profile-teal.svg)}.header-btns .mob-login:hover:before{background-image:url(/images/icons/profile-gold.svg)}.header-btns .logout-btn:before{background-image:url(/images/icons/logout-teal.svg)}.header-btns .logout-btn:hover:before{background-image:url(/images/icons/logout-gold.svg)}.h2-header{text-align:center}main{min-height:calc(100vh - 250px)}.home-banner{background-size:cover;background-repeat:no-repeat;background-position:50%;background-position:0 0;background-image:url(/images/bg-hero.webp)}.home-banner__intro{display:grid;grid-gap:.5rem 0;padding:.5rem}.home-banner__intro .home-title{display:grid;grid-gap:1rem 0}.home-banner__intro .home-title .Jobdna-logo{margin:0 auto;justify-self:center;height:auto;width:15rem}.home-banner__intro .home-title .header-btns{padding:.25rem;place-self:end}.home-banner__intro .home-text{padding:1rem .9rem .5rem}.home-banner__intro .home-text p{text-align:center;padding-bottom:.75rem;max-width:20rem;margin:0 auto}.home-banner__intro .btn-cta-arrow{justify-self:center}.home-banner__intro .group-img{display:none}.home-works{padding:3rem .5rem}.home-works__container{display:grid;grid-gap:1rem 0;padding-top:1rem}.home-works__container p{text-align:center;padding:0 .5rem}.home-works__card{display:grid;grid-template-columns:1fr;justify-items:center}.home-works__card img{width:auto;height:5.5rem}.home-works__card p{padding:1rem .5rem;text-align:center}.home-works__card a{color:#0b0b0b;text-decoration:underline;position:relative}.home-works__card a:after{content:"";position:absolute;z-index:-1;width:100%;height:.125rem;background:linear-gradient(270deg,#009193 30%,#fffefc);bottom:-.25rem;left:0;transform-origin:right;transform:scaleX(0);transition:transform .4s ease-in-out}.home-works__card a:hover:after{transform-origin:left;transform:scaleX(1)}.home-works__card a:after{bottom:-.1rem}.home-works__card a:focus,.home-works__card a:hover,.home-works__card a:visited{color:#0b0b0b;text-decoration:none}.home-codes{padding:2.5rem 0;background:linear-gradient(91deg,#36454f 7%,#009193 52%,#36454f 94%)}.home-codes .h2-header{position:relative;z-index:1;color:#fcc200}.home-codes .h2-header .highlight:before{background:linear-gradient(270deg,#36454f 32.13%,#009193)}.home-codes__container{position:relative;max-width:100vw;margin:0 auto}.home-codes__container .code-card{display:flex}.home-codes__container .code-card__info{padding:1rem}.home-codes__container .code-card__info h3{align-self:end;color:#fcc200}.home-codes__container .code-card__info p{padding-top:1rem;color:#fffefc}.home-codes__footer{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;padding:0 1.5rem}.home-codes__footer button{padding:0}.home-codes__footer .arrow span{content:"";display:block;background-repeat:no-repeat;background-size:contain;cursor:pointer;justify-self:center;width:1.5rem;height:1.5rem;background-image:url(/images/icons/right-arrow-wht.svg);transition:.4s ease-in-out}.home-codes__footer .arrow-left{place-self:start;transform:rotate(180deg)}.home-codes__footer .arrow-right{grid-column:3;place-self:end}.home-codes__footer .dot-container{grid-column:2;grid-row:1;display:flex;justify-content:center;align-self:center}.home-codes__footer .dot-container .dot{border:none;padding:5px;cursor:pointer;width:.9rem;height:.9rem;margin:0 .25rem 0 5px;background-image:url(/images/icons/hex-wht.svg);background-size:contain;background-repeat:no-repeat;transition:.4s ease-in-out}.home-codes__footer .dot-container .dot.active{background-image:url(/images/icons/hex-wht-fill.svg)}@media(hover:hover)and (pointer:fine){.home-codes__footer .arrow span:hover{background-image:url(/images/icons/right-arrow-gold.svg)}.home-codes__footer .dot-container .dot:hover{background-image:url(/images/icons/hex-wht-fill.svg)}}.home-expect{position:relative}.home-expect:after,.home-expect:before{content:"";position:absolute;height:50%;width:100%;z-index:-2;background:linear-gradient(123deg,#fffefc 44%,#d2ebec 101%)}.home-expect:before{top:0}.home-expect:after{bottom:0;transform:scaleY(-1)}.home-expect__inner{padding:3rem 1rem;margin-bottom:.5rem}.home-expect p{padding:1.25rem 0;text-align:center}.home-expect__container{display:grid}.home-expect__container .img-container{display:flex;padding:.375rem;margin-bottom:1rem;border-radius:.25rem;box-shadow:0 0 8px 0 rgba(54,69,79,.5)}.home-expect__container .img-container img{width:100%;height:100%;border-radius:.125rem;border:1px solid #36454f}.home-expect__container ul{display:grid}.home-expect__container ul li{display:grid;grid-template-columns:auto 1fr;grid-gap:0 .5rem;padding:1rem}.home-expect__container ul li:before{content:"";display:block;background-repeat:no-repeat;background-size:contain;width:.75rem;height:.75rem;margin-top:.25rem;background-image:url(/images/icons/hex-char-fill.svg)}.home-expect__container ul li p{padding:0;text-align:left;line-height:1.6}.home-expect__container ul li p a{text-decoration:underline;color:#0b0b0b;position:relative}.home-expect__container ul li p a:after{content:"";position:absolute;z-index:-1;width:100%;height:.125rem;background:linear-gradient(270deg,#009193 30%,#fffefc);bottom:-.25rem;left:0;transform-origin:right;transform:scaleX(0);transition:transform .4s ease-in-out}.home-expect__container ul li p a:hover:after{transform-origin:left;transform:scaleX(1)}.home-expect__container ul li p a:after{bottom:-.1rem}.home-expect__container ul li p a:focus,.home-expect__container ul li p a:hover,.home-expect__container ul li p a:visited{color:#0b0b0b;text-decoration:none}.home-faqs{padding:2rem 0;margin:0 1.25rem;border-top:1px solid #009193}.home-faqs__container{display:grid;grid-template-columns:1fr;grid-gap:1rem 0}.home-faqs__container p{max-width:20rem}.home-faqs__container .home-faqs-link{align-self:flex-end;padding-bottom:.2rem;border-bottom:1px solid #36454f}.home-faqs__container .home-faqs-link a{display:flex;justify-content:space-between;color:#36454f;font-size:1rem;font-weight:300}.home-faqs__container .home-faqs-link a:after{content:"";display:block;background-repeat:no-repeat;background-size:contain;width:.75rem;height:.75rem;margin-left:2.5rem;align-self:center;background-image:url(/images/icons/right-arrow-blk.svg)}.home-faqs__container .home-faqs-link a:hover{font-weight:500}.home-faqs__desktop,.home-faqs__mobile{text-align:left;padding-bottom:1.5rem}.home-faqs__mobile{display:block}.home-faqs__desktop{display:none}.home-cta{padding:2rem 1rem;background-size:cover;background-repeat:no-repeat;background-position:50%;background-image:url(/images/cta-banner.webp);background-position:0}.home-cta__text p{text-align:center;font-weight:500}.home-cta__text p:first-of-type{font-size:2rem;margin-bottom:1rem}.home-cta__text p:last-of-type{font-size:1.5rem;margin-bottom:1.25rem}.home-cta .btn-cta-arrow{margin:0 auto;font-size:1.1rem}.home-footer{margin-top:4rem;padding:2rem 1rem;background:linear-gradient(120deg,#36454f 10%,#009193 52%,#36454f 93%);display:grid;grid-template-columns:1fr;grid-gap:1rem 0}.home-footer img{height:2rem;width:auto}.home-footer .footer-nav-links li{padding:1rem 0}.home-footer .footer-nav-links li a,.home-footer .footer-nav-links li button{color:#fffefc;font-size:1rem;font-weight:300;transition:.4s ease-in-out}.home-footer .footer-nav-links li a:focus,.home-footer .footer-nav-links li a:hover,.home-footer .footer-nav-links li button:focus,.home-footer .footer-nav-links li button:hover{color:#fcc200}.home-footer .footer-contact{padding:.5rem 0;color:#fcc200;font-size:1.25rem;font-weight:300;text-align:center;transition:.4s ease-in-out}.home-footer .footer-contact:focus,.home-footer .footer-contact:hover{color:#fffefc}.home-footer p{display:grid;text-align:center}.home-footer p small{color:#fffefc;font-size:.875rem;font-weight:300}.home-footer p span{display:none}.static-header{top:0}.static-header+*{margin-top:50px!important}.static-page{padding:1.5rem 1rem}.static-page section{padding:2rem 0;border-bottom:1px solid #009193;display:flex;flex-direction:column;grid-gap:1rem 0}.static-page section:last-of-type{border-bottom:1px solid transparent}.static-page section h4{margin-bottom:.75rem}.static-page section .faq-container{display:grid;grid-template-columns:1fr;padding:1rem 0;grid-gap:0 1rem}.static-page section .faq-container__image{display:none}.static-page section .privacy-lists{padding:0 1rem 1rem;display:flex;flex-direction:column;grid-gap:1rem 0}.static-page section .privacy-lists li{grid-template-columns:auto 1fr;grid-gap:0 .5rem;align-items:baseline;font-size:.9rem;font-weight:300;position:relative;width:calc(100% - 25px);margin-left:25px}.static-page section .privacy-lists li:before{content:"";display:block;background-repeat:no-repeat;background-size:contain;width:.5rem;height:.5rem;background-image:url(/images/icons/hex-char-fill.svg);position:absolute;left:-15px;top:5px}.quiz-page{display:grid;padding:2rem 1rem}.quiz-page__instructions{display:grid;align-content:center}.quiz-page__instructions p{padding:1.25rem 0;text-align:center}.quiz-page__instructions ul{padding-top:1.5rem;display:grid;grid-gap:2rem 0}.quiz-page__instructions ul li{display:grid;grid-template-columns:auto 1fr;grid-gap:0 1rem}.quiz-page__instructions ul li p{text-align:left;padding:0}.quiz-page__instructions .btn-cta-arrow{margin:1.25rem auto 0;font-size:1.1rem}.quiz-page__quiz{display:grid;align-content:center}.quiz-page__quiz .quiz-card{display:grid;flex-direction:column;grid-template-rows:auto 6rem repeat(2,1fr);grid-gap:1rem 0}.quiz-page__quiz .quiz-card span{font-family:Libre Franklin,sans-serif;font-size:3rem;font-weight:400;color:#36454f}.quiz-page__quiz .quiz-card p{font-family:Libre Franklin,sans-serif;font-size:1.5rem;font-weight:300;color:#36454f}.quiz-page__quiz .quiz-progress{margin-top:2rem;display:grid;grid-gap:1rem 0}.quiz-page__quiz .quiz-progress__footer{display:flex;justify-content:space-between}.quiz-page__quiz .quiz-progress__footer .quiz-previous{background-color:inherit;border:none;display:flex;align-items:baseline;padding:0;font-size:1rem;font-weight:400;cursor:pointer;font-family:Libre Franklin,sans-serif;color:#36454f}.quiz-page__quiz .quiz-progress__footer .quiz-previous:before{content:"";display:block;background-repeat:no-repeat;background-size:contain;width:.75rem;height:.75rem;margin-right:.5rem;background-image:url(/images/icons/right-arrow-blk.svg);transform:rotate(180deg)}.quiz-page__error{display:grid;grid-gap:3rem 0;padding-top:4rem;align-content:start;justify-content:center;width:100%}.quiz-page__error p{text-align:center}.quiz-page__error p:last-of-type{padding-top:1rem}.quiz-page__error .helpful-links{display:grid;grid-gap:1rem 0}.quiz-page__error .helpful-links .btn-quiz{text-align:center}.quiz-page__error .helpful-links .btn-cta-arrow{justify-content:center;font-size:1rem;padding:1rem 0;width:100%}.quiz-page__error .helpful-links .btn-cta-arrow:after{width:1rem;height:1rem;margin-left:.4rem}.quiz-page__error .helpful-links__divider{width:100%;overflow:hidden;text-align:center}.quiz-page__error .helpful-links__divider:after,.quiz-page__error .helpful-links__divider:before{content:"";display:inline-block;width:50%;margin:0 1rem 0 -55%;vertical-align:middle;border-bottom:1px solid #36454f}.quiz-page__error .helpful-links__divider:after{margin:0 -55% 0 1rem}.quiz-page #quizQuestions{display:none}.login-page,.register-page{padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center}.login-page .h2-header,.register-page .h2-header{margin-bottom:1.25rem}.login-page p,.register-page p{text-align:center}.login-page small,.register-page small{font-size:.85rem;color:#36454f;padding-top:.25rem}.login-page .form-main__checkbox{display:flex;align-items:center}.register-page p{padding:.5rem 0}.register-page__terms-link{padding-top:1rem;text-align:center}.register-page__terms-link a{color:#0b0b0b;text-decoration:underline;position:relative}.register-page__terms-link a:after{content:"";position:absolute;z-index:-1;width:100%;height:.125rem;background:linear-gradient(270deg,#009193 30%,#fffefc);bottom:-.25rem;left:0;transform-origin:right;transform:scaleX(0);transition:transform .4s ease-in-out}.register-page__terms-link a:hover:after{transform-origin:left;transform:scaleX(1)}.register-page__terms-link a:after{bottom:-.1rem}.register-page__terms-link a:focus,.register-page__terms-link a:hover,.register-page__terms-link a:visited{color:#0b0b0b;text-decoration:none}.social-login{margin-top:1.5rem}.social-login__divider{width:100%;overflow:hidden;text-align:center}.social-login__divider:after,.social-login__divider:before{content:"";display:inline-block;width:50%;margin:0 1rem 0 -55%;vertical-align:middle;border-bottom:1px solid #36454f}.social-login__divider:after{margin:0 -55% 0 1rem}.social-login__container{margin-top:1.5rem;display:grid;grid-gap:1rem 0}.social-login__container button{border-radius:.25rem;padding:.5rem;display:grid;border:1px solid #36454f;cursor:pointer}.social-login__container button img{place-self:center;width:4rem;height:4rem;margin-bottom:.5rem}.social-login__container button:hover{box-shadow:0 0 12px 0 rgba(54,69,79,.6);background:linear-gradient(180deg,#fffefc 25%,#d2ebec 150%)}@media only screen and (min-width:29rem){.login-page,.quiz-page,.register-page{margin:0 auto;width:100%;max-width:25rem}.quiz-page__quiz .quiz-card{display:grid}}@media only screen and (min-width:35rem){.home-footer .footer-nav-links{display:flex;justify-content:space-between;width:-moz-fit-content;width:fit-content}.home-footer .footer-nav-links li:first-of-type{padding-right:2rem}.home-footer p{color:#fffefc;display:flex;justify-content:center}.home-footer p span{display:block;padding:0 .25rem}}@media only screen and (min-width:40rem){.home-banner__intro{padding:1rem 2rem}.home-banner__intro .home-text p,.home-works__container{max-width:32rem;margin:0 auto}.home-works__container{padding-top:2rem;grid-gap:1.5rem 0}.home-works__card{display:grid;grid-template-columns:8rem 1fr;grid-gap:0 1rem;align-items:center}.home-works__card img{width:100%;height:7rem}.home-works__card p{padding-top:0;text-align:left}.home-codes__container{max-width:30rem}.home-expect p{max-width:32rem;margin:0 auto}.home-expect__container{max-width:30rem;margin:0 auto}.home-faqs__container p{max-width:30rem}.login-page,.register-page{max-width:36rem}.social-login__container{grid-gap:0 1rem;grid-template-columns:repeat(3,1fr)}.quiz-page{max-width:36rem}.quiz-page__quiz .quiz-card{grid-template-columns:3.75rem repeat(2,1fr);grid-template-rows:4.5rem auto;grid-gap:1rem 1rem}.quiz-page__quiz .quiz-card span{justify-self:center}.quiz-page__quiz .quiz-card p{grid-column:2/span 2}.quiz-page__quiz .quiz-card .btn-quiz:first-of-type{grid-column:2}.quiz-page__quiz .quiz-card .btn-quiz:last-of-type{grid-row:2;grid-column:3}.quiz-page #quizQuestions{display:none}}@media only screen and (min-width:52rem){.header-btns .btn-login{display:block}.header-btns .btn-login:last-child{margin-left:1rem}.header-btns .logout-btn,.header-btns .mob-login{display:none}header .home-header{padding:.75rem 2.5rem;background-color:#fffefc}header .home-header .Jobdna-nav-logo{height:2rem;width:auto}header .home-header .btn-login{display:block;line-height:24px}header .home-header button{padding:0 1.75rem}.home-banner__intro .home-title .Jobdna-logo{height:3rem;width:auto}.home-banner__intro .home-title .btn-login{display:block;line-height:24px;width:-moz-fit-content;width:fit-content;justify-self:end}.home-banner__intro .home-title button{padding:0 1.75rem}.home-faqs__container{grid-template-columns:1fr auto;grid-gap:0 2rem}.home-faqs__mobile{display:none}.home-faqs__desktop{display:block}.static-page{padding:2rem 4rem}.static-page section .faq-container{grid-template-columns:auto 1fr}.static-page section .faq-container__image{grid-row:1/span 2;display:block;width:3rem;height:auto;background-image:url(/images/icons/faq-question.svg);background-size:contain;background-repeat:no-repeat}.static-page section .faq-container p{grid-column:2}.login-page,.quiz-page,.register-page{max-width:38rem}.quiz-page{padding:2rem}.quiz-page__error .helpful-links{grid-gap:0 1rem;grid-template-columns:repeat(2,1fr)}.quiz-page__error .helpful-links .btn-quiz{display:grid;align-content:center;font-size:1rem}.quiz-page__error .helpful-links .btn-cta-arrow{font-size:1rem}.quiz-page__error .helpful-links p{display:none}.home-footer{padding:2rem 3rem;grid-template-columns:auto 1fr;grid-gap:0 0}.home-footer .footer-nav-links{display:flex;grid-column:1;justify-content:space-between}.home-footer .footer-nav-links li{padding:1.5rem}.home-footer .footer-nav-links li:first-of-type{padding:1.5rem 1.5rem 0 0}.home-footer .footer-contact{padding:1.5rem 0;place-self:end;text-align:left}.home-footer p{color:#fffefc;grid-column:1/span 2;margin:0;display:flex;place-self:end;text-align:left}.home-footer p small{font-size:.875rem;font-weight:300}.home-footer p span{display:block;padding:0 .25rem}}@media only screen and (min-width:66rem){.home-works{padding:4rem 2rem}.home-works__container{grid-template-columns:repeat(2,1fr);grid-gap:1.5rem 1.5rem;max-width:51rem}.home-works__container p{grid-column:1/span 2}.home-works__card{display:flex;flex-direction:column}.home-works__card p{padding-top:1rem;text-align:center}.home-codes__container{max-width:50rem}.home-codes__footer{padding:0;grid-gap:0 2rem}.home-codes__footer .arrow-left{place-self:end}.home-codes__footer .arrow-right{place-self:start}.home-expect__container{max-width:50rem;grid-template-columns:auto 1fr;grid-gap:0 1rem}.home-expect__container .img-container{margin-bottom:0;width:18rem;height:auto;align-self:center}.home-faqs{margin:0 4rem}.home-faqs__container p{max-width:43rem}.login-page,.quiz-page,.register-page{max-width:50rem}.static-page{max-width:70rem;margin-left:auto;margin-right:auto}}@media only screen and (min-width:92rem){.home-banner__intro{max-width:90rem;margin:0 auto;padding:4rem 4rem 0;grid-template-columns:repeat(2,1fr)}.home-banner .home-title{grid-column:1/span 2}.home-banner .home-title .Jobdna-logo{justify-self:start;grid-row:1;width:24rem;height:auto;margin:0}.home-banner .home-title .header-btns{grid-column:2;width:-moz-fit-content;width:fit-content;justify-self:end}.home-banner .home-text{justify-self:start;padding:1rem 0}.home-banner .home-text p{text-align:left}.home-banner .group-img{display:block;grid-column:2;grid-row:2/span 2;background-image:url(/images/welcome-hero.webp);background-repeat:no-repeat;background-position:bottom;background-size:contain;width:100%;height:100%}.home-banner .btn-cta-arrow{justify-self:start;grid-column:1}.home-works__container{grid-template-columns:repeat(4,1fr);max-width:87rem}.home-works__container p{grid-column:1/span 4}.home-codes__container{max-width:70rem}.home-expect__container{max-width:62rem}.home-expect__container .img-container{width:30rem;height:auto}}@media only screen and (min-width:125rem){.home-banner__intro,.home-works__container{max-width:100rem}}