@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap";:root{--color-white: #ffffff;--color-footer: #f8c291;--color-orange: #f8c291}:root{--ease-in-sine: cubic-bezier(.47, 0, .745, .715);--ease-out-sine: cubic-bezier(.39, .575, .565, 1);--ease-in-out-sine: cubic-bezier(.445, .05, .55, .95);--ease-in-quad: cubic-bezier(.55, .085, .68, .53);--ease-out-quad: cubic-bezier(.25, .46, .45, .94);--ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);--ease-in-quart: cubic-bezier(.895, .03, .685, .22);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);--ease-in-quint: cubic-bezier(.755, .05, .855, .06);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);--ease-in-expo: cubic-bezier(.95, .05, .795, .035);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1);--ease-in-circ: cubic-bezier(.6, .04, .98, .335);--ease-out-circ: cubic-bezier(.075, .82, .165, 1);--ease-in-out-circ: cubic-bezier(.785, .135, .15, .86);--ease-out-bounce: cubic-bezier(.22, 1.45, .36, 1)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{font-weight:400;text-align:left;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:""}a img{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}html{box-sizing:border-box;overflow:hidden}html.scroll{overflow:visible}*,:before,:after{box-sizing:inherit}body{background-color:#000;color:#fff;line-height:1.3;position:relative;font-family:Roboto Slab,serif}a{color:inherit;text-decoration:none}.scene{height:100%;width:100%;position:relative}.main-title{position:absolute;text-align:center;font-size:7vw;width:100%;top:50%;left:0;z-index:10;transform:translateY(-50%);color:var(--color-orange)}.footer{bottom:50px;z-index:200;width:100%;padding:0 40px;pointer-events:none;display:flex;align-items:center;pointer-events:auto;position:absolute;justify-content:end}@media only screen and (max-width: 768px){.footer{bottom:100px;padding:0 20px}}.footer__link{display:flex;align-items:center;justify-self:center;margin:0 8px;transform:scale(.8);transition:transform .3s var(--ease-out-bounce)}@media only screen and (max-width: 768px){.footer__link{margin:0 5px}}.footer__link:first-child{margin-left:0}.footer__link:last-child{margin-right:0}.footer__link--learn{font-size:27px;color:var(--color-footer)}@media only screen and (max-width: 768px){.footer__link--learn{margin-right:auto;font-size:22px}}.footer__link:hover{transform:none;transition:transform .3s var(--ease-out-bounce)}.footer__icon{width:24px;height:24px}@media only screen and (max-width: 768px){.footer__icon{width:18px;height:18px}}.footer__icon path{fill:var(--color-footer);stroke:var(--color-footer)}
