.bottle,.cardboard{height:80vh;width:auto;opacity:0;animation:fadeIn .5s ease-out forwards,float 2s ease-in-out 3 forwards,fadeOut .5s ease-in forwards}.character-section{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.character-section_scan{display:grid;grid-template-columns:repeat(2,1fr);justify-content:left;width:100%;align-items:center;justify-items:end}.character-section__text{text-align:center;animation:floatBottom .8s ease-in-out;white-space:pre-line}.character-section_scan .character-section__text{text-align:left}.character-section__content{justify-self:start;display:flex;flex-direction:column;margin-left:2rem;gap:5.5rem;padding-top:11rem}.character-section__video{width:36.56rem;height:35.18rem;position:relative;animation:floatBottom .8s ease-in-out}.character-section__scan-row{display:flex;margin-left:2rem;gap:6rem}.character-section__scan-img{width:17.5rem;height:17.5rem}.character-section__arrows{display:flex;flex-direction:row;align-items:center;gap:4rem}.arrow-right{width:0;height:0;border-top:3.75rem solid transparent;border-bottom:3.75rem solid transparent;border-left:3.75rem solid var(--color-accent);animation:arrowBlink 1.6s infinite}@keyframes arrowBlink{0%,80%,to{opacity:.3}40%{opacity:1}}