*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%!important}html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}p{font-size:var(--font-size--p)}footer,header,nav,section,main{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}:root{--blue--main:#262173;--blue--secondary: #00B7B8;--blue--light: #00b7b829;--blue--light--secondary: #00b7b80f;--orange--main: #F76311;--font-family--primary: muli, sans-serif;--padding--primary: 2rem;--padding--button: 1.3rem 2rem;--gap--primary: 3rem;--font-size--p: 1.6rem}@media (max-width: 800px){:root{--font-size--p: 1.4rem}}html{scroll-behavior:smooth}body{font-family:var(--font-family--primary)}body #app{padding:10rem 5rem 5rem}@media (max-width: 800px){body #app{padding-top:0}}body .page{display:flex;flex-direction:column;gap:8rem}body .page section{display:inline-flex;flex-direction:column;gap:2rem}body .page section>*:not(iframe,.swiper){width:fit-content}body .page section p{line-height:1.4}body .page section p strong{font-weight:700}body .page section p a{color:var(--blue--secondary);text-decoration:none;font-weight:700}body .page section .divider{width:100%}body .page section .divider--top{border-top:1px solid lightgrey;margin-bottom:3rem}body .page__title{font-size:5rem;font-weight:800;margin-bottom:1rem}@media (max-width: 800px){body .page__title{font-size:4rem}}body .page__subtitle{font-size:3rem;font-weight:800;margin-bottom:1rem}.container{width:100%;margin:auto;max-width:100rem}.container--small{max-width:80rem}.anchors{display:flex;gap:2rem;top:8rem}@media (max-width: 800px){.anchors{display:grid;grid-template-columns:repeat(2,1fr)}}@media (min-width: 800px){.anchors.hide{opacity:0}}.anchors li a{color:var(--blue--main);text-decoration:none;font-size:1.3rem}.anchors__sticky{position:fixed;z-index:1;margin:auto;left:0;right:0;top:8rem;opacity:0;pointer-events:none;background-color:#fff;padding-bottom:5rem}@media (max-width: 800px){.anchors__sticky{display:none}}.anchors__sticky.unhide{opacity:1;pointer-events:all}.content{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end}.content p,.content em{line-height:1.6}.button{padding:var(--padding--button);background-color:var(--blue--light);color:var(--blue--secondary);text-decoration:none;text-transform:uppercase;border-radius:.2rem;font-size:1.2rem;font-weight:900;transition:transform .1s ease-in-out}.button:hover{transform:translateY(-.5rem)}.header{position:fixed;top:0;z-index:1;width:100vw;height:8rem;display:flex;align-items:center;justify-content:center;background-color:#fff}@media (max-width: 800px){.header{height:auto;padding:5rem;position:unset}}.header__menu{display:flex;justify-content:space-between;gap:var(--gap--primary)}@media (max-width: 800px){.header__menu{flex-wrap:wrap}}.header__menu li a{font-size:1.3rem;font-weight:400;opacity:.6;text-decoration:none;color:#000;transition:opacity .2s ease-in-out}.header__menu li a.active-link{opacity:1;font-weight:600}.player{display:grid;grid-template-areas:"button title duration" "button progress progress";background-color:var(--blue--light--secondary);padding:2rem 3rem;border-radius:1rem;gap:.5rem 2rem;align-items:center}@media (max-width: 800px){.player{grid-template-areas:"button title" "button title" "progress progress"}}.player__title{grid-area:title;line-height:1!important}.player__button{grid-area:button;width:4rem;height:4rem;display:flex;background-color:var(--blue--secondary);border-radius:100%;padding:1rem;cursor:pointer;overflow:hidden;position:relative}.player__button svg{margin:auto;color:#fff;position:absolute;inset:0;width:1.8rem}.player__button.pause svg:nth-child(1n){display:block}.player__button.pause svg:nth-child(2n){display:none}.player__button.playing svg:nth-child(1n){display:none}.player__button.playing svg:nth-child(2n){display:block}.player__controller{grid-area:progress;width:100%;min-width:30rem;height:1rem;background-color:var(--blue--light);border-radius:1rem;overflow:hidden;cursor:pointer}@media (max-width: 800px){.player__controller{margin-top:2rem;min-width:100%}}.player__controller__progress{height:100%;width:0%;background-color:var(--orange--main);pointer-events:none}.quote{line-height:1.6;font-size:var(--font-size--p);font-style:italic;padding:calc(var(--padding--primary));background-color:var(--blue--light);color:var(--blue--secondary);margin:1rem 0;border-radius:.2rem;position:relative}.quote .quote__svg{--quote-size: 3.2rem;position:absolute;width:var(--quote-size);height:var(--quote-size);left:calc(-1 * var(--quote-size) / 2);top:calc(-1 * var(--quote-size) / 2)}.quote .quote__svg svg{width:100%;height:100%}
