.scroll-to-top-button{width:70px;height:70px;border-radius:50%;position:fixed;right:5%;bottom:5%;box-shadow:0 4px 5px 0 #393838C7;transition:opacity .2s ease-out;background:var(--primary-grandient)}.top-bar{position:fixed;top:0;right:0;left:0;width:100%;height:0;background:linear-gradient(90deg,rgba(255,207,74,1),rgba(255,108,57,1) 58%);background-size:200% 200%;z-index:9999;transition:height .4s ease-in-out,opacity .4s ease-in-out;opacity:0}.top-bar.active{animation:color-shift 1s infinite;height:4px;opacity:1}@keyframes color-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.break-text{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1{font-size:clamp(20px,3rem,40px)}h2{font-size:clamp(20px,2rem,30px)}h3{font-size:clamp(10px,1.5rem,26px)}h4{font-size:clamp(10px,1.3rem,30px)}.title{font-weight:700;font-size:clamp(20px,1.8rem,35px);color:var(--text-light)}.page-subtitle{font-size:clamp(10px,1rem,20px);padding-top:12px}.section-link-icon,.section-title>p{font-size:clamp(10px,1.5rem,30px)!important}a>i,p{font-size:clamp(10px,1rem,20px)}@media (min-width:768px){.title{font-size:clamp(30px,2.5rem,45px)}.page-subtitle{font-size:clamp(10px,1.3rem,25px)}h3{font-size:clamp(10px,1.75rem,30px)}}.hour{font-weight:700;font-size:clamp(10px,1.6rem,26px)}@media (max-width:768px){.hour{font-weight:700;font-size:clamp(10px,1.2rem,20px)}}.subtitle{font-weight:300;color:var(--text-light);font-size:clamp(10px,1rem,20px)}.text-mw-900{max-width:900px!important}.text-gradient{background:var(--primary-grandient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-grey{color:var(--text-grey)}.text-green{color:var(--text-green)}.text-dark-grey{color:var(--text-dark-grey)}.text-primary{color:var(--text-primary)!important}.text-secondary{color:var(--text-secondary)!important}.text-yellow{color:var(--secondary)!important}.text-black{color:#000000}.fade_in{opacity:0;animation:fade_in;animation-fill-mode:forwards;animation-duration:.5s;animation-timing-function:linear}@keyframes fade_in{0%{opacity:0}to{opacity:1}}