.app-wrapper p.backend-notice{font-size:1.6rem;margin-top:2rem}.dismissible__container{background:#f3ab1c;color:#35333d;padding:15px;font-size:1.6rem;align-items:flex-start;display:flex;gap:1rem;border-radius:10px}.dismissible__container p{text-align:left}.dismissible__container svg{font-size:2rem}.dismissible__container .bell-icon{font-weight:100;margin-right:20px}.dismissible__container .close-icon{justify-self:end;grid-column-end:-1;cursor:pointer}.dismissible__container .close-icon :hover,.dismissible__container .close-icon:active,.dismissible__container .close-icon:focus{color:#fff}.app-wrapper .module-nav--mobile .accordion p{margin-bottom:0!important}.app-wrapper .module-nav--mobile .accordion p span{display:none}.app-wrapper .module-nav--mobile .accordion__header{font-family:var(--font-ad);font-size:2rem;padding:2rem 3rem;border-bottom:2px solid #007e7e;transition:color .2s;white-space:nowrap;margin-bottom:0!important}.app-wrapper .module-nav--mobile .accordion__header:active,.app-wrapper .module-nav--mobile .accordion__header:focus,.app-wrapper .module-nav--mobile .accordion__header:hover{color:var(--gold)}.app-wrapper .module-nav--mobile .accordion__header span{display:inline-block;margin-right:.7rem;vertical-align:top;transform:translateY(1px)}.app-wrapper .module-nav--mobile .accordion__header button{text-wrap:wrap}.app-wrapper .module-nav--mobile .accordion__content{background-color:#fff;padding:1rem;color:#767676}.app-wrapper .module-nav--mobile .accordion__content .subsection__list{list-style:none;padding:1rem 3rem;display:flex;flex-direction:column;gap:2rem}.app-wrapper .module-nav--mobile .accordion__content .subsection__list-item{position:relative}.app-wrapper .module-nav--mobile .accordion__content .subsection__list-item.active a:before{content:" ";position:absolute;width:0;height:0;border-color:transparent transparent transparent #741480;border-style:solid;border-width:7px 0 7px 15px;transform:rotate(0deg);left:-2.1rem;top:.8rem}.app-wrapper .module-nav--mobile .accordion__content .subsection__link{color:#767676;text-decoration:none;font-size:2rem;transition:color .1s;position:relative}.app-wrapper .module-nav--mobile .accordion__content .subsection__link:active,.app-wrapper .module-nav--mobile .accordion__content .subsection__link:focus,.app-wrapper .module-nav--mobile .accordion__content .subsection__link:hover{color:#222}.app-wrapper .module-nav--desktop{max-width:475px}.app-wrapper .module-nav--desktop .accordion__header{background-color:#008484;color:#fff;font-size:1.6rem;font-weight:400;letter-spacing:1px;border-bottom:1px solid #008484;margin-bottom:0;position:relative;padding:2rem 3rem 2rem 4rem;line-height:1.2}.app-wrapper .module-nav--desktop .accordion__header span{color:#35babd;position:absolute;left:1.5rem;top:2.1rem}.app-wrapper .module-nav--desktop .accordion__item:not(:last-child) .accordion__header[data-state=closed]{border-color:#35bcbf}.app-wrapper .module-nav--desktop .accordion__content{background-color:#fff;padding:2rem 3rem}.app-wrapper .module-nav--desktop .accordion__panel{overflow:hidden}.app-wrapper .module-nav--desktop .accordion__panel[data-state=open]{animation:slideDown .3s ease-out}.app-wrapper .module-nav--desktop .accordion__panel[data-state=closed]{animation:slideUp .3s ease-out}@keyframes slideDown{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes slideUp{0%{height:var(--radix-accordion-content-height)}to{height:0}}.app-wrapper .module-nav--desktop .accordion__content{z-index:1}.app-wrapper .module-nav--desktop .subsection__list{margin:0;padding:0;list-style-type:none!important}.app-wrapper .module-nav--desktop .subsection__link{color:#741480;font-size:1.4rem;text-decoration:none;font-weight:400;position:relative}.app-wrapper .module-nav--desktop .subsection__link:active,.app-wrapper .module-nav--desktop .subsection__link:focus,.app-wrapper .module-nav--desktop .subsection__link:hover{color:#128b8b}.app-wrapper .module-nav--desktop .subsection__list-item{padding:1rem .5rem;border-bottom:1px solid #e4e3e2;position:relative}.app-wrapper .module-nav--desktop .subsection__list-item:first-child{padding-top:0}.app-wrapper .module-nav--desktop .subsection__list-item:last-child{padding-bottom:0;border-bottom:none}.app-wrapper .module-nav--desktop .subsection__list-item.active a:before{content:" ";position:absolute;width:0;height:0;border-color:transparent transparent transparent #741480;border-style:solid;border-width:7px 0 7px 15px;transform:rotate(0deg);left:-2.1rem;top:.4rem}.accordion__completed-icon{color:green;font-size:1.6rem;margin-left:1rem}.dmp-logo{width:auto;overflow:visible}.dmp-logo__container{max-width:800px;padding:10px;margin:0 auto}.dmp-logo__container--white{background:#fff;border:4px solid #6aa745}.dmp-logo__container--transparent{border:2px solid}.app-wrapper .top-nav{position:relative;margin-bottom:4rem}@media screen and (max-width:991px){.app-wrapper .top-nav{margin-top:4rem}}.app-wrapper .top-nav__side-nav-trigger{position:absolute;top:-4rem;right:1rem}.app-wrapper .top-nav__side-nav-button{font-size:3rem;transition:color .2s}.app-wrapper .top-nav__side-nav-button:active,.app-wrapper .top-nav__side-nav-button:focus,.app-wrapper .top-nav__side-nav-button:hover{color:var(--gold)}.app-wrapper .top-nav__side-nav-content{overflow-y:auto;position:fixed;top:0;right:0;height:100%;width:100%;max-width:45rem;z-index:10000000;background-color:var(--teal)}.app-wrapper .top-nav__side-nav-content[hidden]{display:none}.app-wrapper .top-nav__side-nav-content.opening{animation:slidein .2s;animation-timing-function:ease-out}@keyframes slidein{0%{width:0}to{width:100%}}.app-wrapper .top-nav__side-nav-content.opening>*{opacity:0;animation:fadein .2s;animation-delay:.1s;animation-fill-mode:forwards}.app-wrapper .top-nav__side-nav-content.closing{animation:slideout .2s;animation-fill-mode:forwards;animation-delay:.1s;animation-timing-function:ease-out}@keyframes slideout{0%{width:100%}to{width:0}}.app-wrapper .top-nav__side-nav-content.closing>*{animation:fadeout .2s;animation-fill-mode:forwards}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.app-wrapper .top-nav__side-nav-close{margin-top:2rem;margin-left:2rem;font-size:2.5rem;color:var(--gold)}.app-wrapper .top-nav__side-nav-close-text{display:block;width:-moz-fit-content;width:fit-content;color:var(--gold);font-size:2rem;font-weight:700;text-align:right;margin:2rem 2rem 2rem auto}.app-wrapper .top-nav__side-nav-close,.app-wrapper .top-nav__side-nav-close-text{cursor:pointer;transition:color .2s}.app-wrapper .top-nav__side-nav-close-text:active,.app-wrapper .top-nav__side-nav-close-text:focus,.app-wrapper .top-nav__side-nav-close-text:hover,.app-wrapper .top-nav__side-nav-close:active,.app-wrapper .top-nav__side-nav-close:focus,.app-wrapper .top-nav__side-nav-close:hover{color:#fff}.app-wrapper .top-nav__logo{max-width:45rem;display:flex;align-items:center}@media screen and (max-width:991px){.app-wrapper .top-nav__logo-link{display:flex;justify-content:center;margin-bottom:3rem}}.app-wrapper .top-nav__list{list-style-type:none;display:flex;width:100%;justify-content:space-between;padding:0 4rem;flex-wrap:wrap;margin:0}@media screen and (max-width:1199px){.app-wrapper .top-nav__list{justify-content:center;row-gap:2rem;gap:1rem}}.app-wrapper .top-nav__list-item{width:14rem;display:flex;justify-content:center}.app-wrapper .top-nav__link{display:inline-block;color:#fff;text-transform:uppercase;text-align:center;font-size:2.8rem;line-height:1.1;font-weight:700;letter-spacing:2px;text-decoration:none;transition:transform .4s,color .25s}.app-wrapper .top-nav__link .module{display:block;font-size:1.4rem;font-weight:200;color:#fff}.app-wrapper .top-nav__link .slash{margin-top:1rem}.app-wrapper .top-nav__link:active,.app-wrapper .top-nav__link:focus,.app-wrapper .top-nav__link:hover{transform:translateY(-1rem);color:#f3ab1b}.app-wrapper .top-nav__link:active .module,.app-wrapper .top-nav__link:focus .module,.app-wrapper .top-nav__link:hover .module{color:#fff}@media screen and (min-width:1024px){.training-wrapper{padding:3rem}}