@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500&display=swap");:root{--foreground-rgb:0,0,0;--background-start-rgb:#cfdee0;--background-end-rgb:#fff;--primary-text:#381810;--tertiary-text:#41322e;--secondary-text:#00425c}*{box-sizing:border-box;padding:0;margin:0;font-family:Roboto Slab,serif}body,html{max-width:100vw;overflow-x:hidden;height:100%;scroll-behavior:smooth}.background_gradient{background:linear-gradient(to bottom,transparent,var(--background-end-rgb)) var(--background-start-rgb)}a{color:inherit;text-decoration:none;position:relative;overflow:hidden}button{cursor:pointer}.container{max-width:1000px;margin:0 auto;padding:0 3%}img{max-width:100%;max-height:100%}h2{font-size:2.3rem;padding-bottom:50px;text-align:center;font-weight:500;color:var(--primary-text)}.btn:before{content:"";position:absolute;left:-10px;top:0;width:18%;max-width:20px;height:100%;background-image:linear-gradient(270deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.815),hsla(0,0%,100%,0));z-index:1;animation-name:btn_overlay;animation-duration:4s;animation-iteration-count:infinite}@keyframes btn_overlay{0%{opacity:0;left:-50%}1%{opacity:1;left:0}20%{left:100%;opacity:1}21%{left:150%;opacity:0}to{opacity:0;left:-50%}}.paralax,.paralax-left,.paralax-right{transition:1.2s ease-in-out;position:relative;opacity:0;bottom:-50px}.paralax-left{left:-80px;bottom:unset}.paralax-right{right:-80px;bottom:unset}