.main-heading{font-weight:700;letter-spacing:.01em;padding-bottom:1rem;width:100%}.body-text{color:#fafafacc;font-size:1.25rem;letter-spacing:.01em;line-height:1.75;padding-bottom:1.4rem}.rtc__main{align-items:center;display:flex;flex-direction:row;height:100%;margin:1rem auto;max-height:80vh;max-width:1280px;position:relative;width:100%}.about__section{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;width:33%}.about-box{height:50%;width:100%}.cube__section{align-items:center;background:linear-gradient(270deg,#0e1111,#0e11110d,#0e11110d);border-radius:12px;display:flex;height:100%;justify-content:right;width:67%}.cube{height:40rem;perspective:80.5rem;width:40rem}.cube__container{animation:rotationBox 18s linear infinite forwards;height:100%;position:relative;transform:translateZ(-12.5rem);transform-style:preserve-3d;width:100%}.cube__container:hover{animation-play-state:paused}.cube__face{align-items:center;background-color:#eee;display:flex;height:25rem;justify-content:center;overflow:hidden;position:absolute;width:25rem}.cube__face--front{transform:rotateY(0deg) translateZ(12.5rem)}.cube__face--back{transform:rotateY(180deg) translateZ(12.5rem)}.cube__face--left{transform:rotateY(-90deg) translateZ(12.5rem)}.cube__face--right{transform:rotateY(90deg) translateZ(12.5rem)}.cube__face--top{transform:rotateX(90deg) translateZ(12.5rem)}.cube__face--bottom{transform:rotateX(-90deg) translateZ(12.5rem)}.image__container,.video__container{height:auto;min-height:100%;object-fit:cover;width:100%}.image__container{overflow:hidden}@media only screen and (max-width:48em){.rtc__main{flex-direction:column;flex-wrap:nowrap;max-height:100%;max-width:100%}.about__section{height:100%;margin-left:0;width:100%}.about-box{height:100%;padding:3rem 2rem;text-align:center}.cube__section{height:100%;justify-content:center;margin-top:40px;width:100%}}@media only screen and (max-width:22.5em){.body-text{font-size:1.8rem;line-height:2.8rem}.about__section{height:100%;margin-left:0;width:100%}.cube__section{height:60vh;width:100%}}@media screen and (max-width:499px){.rtc__main{flex-direction:column;flex-wrap:nowrap;max-height:100%;max-width:100%}.about-box{height:100%;padding:1rem 0 2rem;text-align:left}.body-text{font-size:16px}.cube{height:15rem;perspective:100.5rem;perspective:60rem;width:15rem}.cube__container{transform:translateZ(-7.5rem)}.cube__face{height:15rem;width:15rem}.cube__face--front{transform:rotateY(0deg) translateZ(7.5rem)}.cube__face--back{transform:rotateY(180deg) translateZ(7.5rem)}.cube__face--left{transform:rotateY(-90deg) translateZ(7.5rem)}.cube__face--right{transform:rotateY(90deg) translateZ(7.5rem)}.cube__face--top{transform:rotateX(90deg) translateZ(7.5rem)}.cube__face--bottom{transform:rotateX(-90deg) translateZ(7.5rem)}}@keyframes rotationBox{0%{transform:rotate3d(0,0,0,0deg)}25%{transform:rotate3d(0,1,1,90deg)}50%{transform:rotate3d(1,0,1,180deg)}75%{transform:rotate3d(1,1,0,240deg)}to{transform:rotate3d(1,1,1,1turn)}}