:root{--primary-color:#1d1dff;--secondary-color:#001651;--tertiary-color:#5cc791;--quaternary-color:#eb613d;--aux-color:#fe552c;--background-color:#f0ede7;--aux-background-color:#ffffff;--text-color:#343434;--aux-text-color:#a9a9a9;--aux-text-color-2:#ffffff;--header-height:102px;--border-color:#0000001a;--section-spacing:100px}@media (max-width:1024px){:root{--header-height:100px;--section-spacing:72px}}*{box-sizing:border-box;font-family:Poppins,sans-serif!important}html{scroll-padding-top:var(--header-height);scroll-behavior:smooth}body,html{padding:0;margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p,span,ul{margin:0}ul{padding:0;list-style:none}button{padding:.5rem 1rem;font-weight:700}img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.MuiTooltip-tooltip{background-color:var(--aux-background-color)!important;color:var(--primary-color)!important;text-align:center!important;font-size:14px!important;font-weight:500!important;line-height:100%!important;border-radius:100px!important;padding:8px 24px!important;border:1px solid #1d1dff26!important;margin-top:24px!important}.MuiTooltip-arrow{color:var(--aux-background-color)!important}@keyframes move{0%{transform:translate3d(18px,-8px,0)}to{transform:translate3d(4,8px,0)}}.animation--moving-smooth{animation-name:move;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}@keyframes move-vertical{0%{transform:translate3d(0,-10px,0)}to{transform:translate3d(0,2px,0)}}.animation--moving-smooth-vertical{animation-name:move-vertical;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}@keyframes shake-bottom{0%,to{transform:rotate(0deg);transform-origin:50% 100%}10%{transform:rotate(2deg)}20%,40%,60%{transform:rotate(-4deg)}30%,50%,70%{transform:rotate(4deg)}80%{transform:rotate(-2deg)}90%{transform:rotate(2deg)}}.animation--shake-bottom{animation:shake-bottom .8s cubic-bezier(.455,.03,.515,.955) 2s 2 both}@keyframes heartbeat{0%{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}.animation--heartbeat{animation:heartbeat 1.5s ease-in-out infinite both}@keyframes slide-out-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(1000px);opacity:0}}.animation--slide-out-bottom{animation:slide-out-bottom .5s cubic-bezier(.55,.085,.68,.53) both}@keyframes glow{0%{filter:drop-shadow(0 0 2px #fff)}50%{filter:drop-shadow(0 0 16px #fff)}to{filter:drop-shadow(0 0 2px #fff)}}.animation--glow{animation:glow 2.5s infinite alternate}@keyframes wobble-hor-bottom{0%,to{transform:translateX(0);transform-origin:50% 50%}15%{transform:translateX(-30px) rotate(-6deg)}30%{transform:translateX(15px) rotate(6deg)}45%{transform:translateX(-15px) rotate(-3.6deg)}60%{transform:translateX(9px) rotate(2.4deg)}75%{transform:translateX(-6px) rotate(-1.2deg)}}.animation--wobble-hor-bottom{animation:wobble-hor-bottom .6s both}@keyframes jello-horizontal{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animation--jello-horizontal{animation:jello-horizontal .7s both}