.dots{background-color:#595e67;border-radius:100px;height:8px;padding:4px;width:8px}.dots--active{background-color:#d03c2f;border-radius:20px;height:8px;padding:4px 10px;width:20px}.background-container{z-index:-1}.imag-background{opacity:0}.text{color:#000;font-size:24px;font-weight:700}.animation-fade-in-top-bottom{animation:fadeInTopToBottom 1s ease-in-out;-webkit-animation:fadeInTopToBottom 1s ease-in-out;-moz-animation:fadeInTopToBottom 1s ease-in-out;-o-animation:fadeInTopToBottom 1s ease-in-out;opacity:1}.animation-fade-in-bottom-top{animation:fadeInBottomToTop 1s ease-in-out;-webkit-animation:fadeInBottomToTop 1s ease-in-out;-moz-animation:fadeInBottomToTop 1s ease-in-out;-o-animation:fadeInBottomToTop 1s ease-in-out;opacity:1}.animation-fade-out-bottom-top{animation:fadeOutBottomToTop 1s ease-in-out;-webkit-animation:fadeOutBottomToTop 1s ease-in-out;-moz-animation:fadeOutBottomToTop 1s ease-in-out;-o-animation:fadeOutBottomToTop 1s ease-in-out;opacity:0}.animation-fade-out-top-bottom{animation:fadeOutTopToBottom 1s ease-in-out;-webkit-animation:fadeOutTopToBottom 1s ease-in-out;-moz-animation:fadeOutTopToBottom 1s ease-in-out;-o-animation:fadeOutTopToBottom 1s ease-in-out;opacity:0}.animation-slide-in-right-to-left{animation:slideInRightToLeft 1s ease-in-out;-webkit-animation:slideInRightToLeft 1s ease-in-out;-moz-animation:slideInRightToLeft 1s ease-in-out;-o-animation:slideInRightToLeft 1s ease-in-out;opacity:1}.animation-slide-in-right-to-left-faster{animation:slideInRightToLeft .7s ease-in-out;-webkit-animation:slideInRightToLeft .7s ease-in-out;-moz-animation:slideInRightToLeft .7s ease-in-out;-o-animation:slideInRightToLeft .7s ease-in-out;opacity:1;@media (max-width:768px){animation:slideInRightToLeft 1s ease-in-out;-webkit-animation:slideInRightToLeft 1s ease-in-out;-moz-animation:slideInRightToLeft 1s ease-in-out;-o-animation:slideInRightToLeft 1s ease-in-out}}.animation-slide-in-left-to-right{animation:slideInLeftToRight 1s ease-in-out;-webkit-animation:slideInLeftToRight 1s ease-in-out;-moz-animation:slideInLeftToRight 1s ease-in-out;-o-animation:slideInLeftToRight 1s ease-in-out;opacity:1}.animation-slide-in-left-to-right-faster{animation:slideInLeftToRight .7s ease-in-out;-webkit-animation:slideInLeftToRight .7s ease-in-out;-moz-animation:slideInLeftToRight .7s ease-in-out;-o-animation:slideInLeftToRight .7s ease-in-out;opacity:1;@media (max-width:768px){animation:slideInLeftToRight 1s ease-in-out;-webkit-animation:slideInLeftToRight 1s ease-in-out;-moz-animation:slideInLeftToRight 1s ease-in-out;-o-animation:slideInLeftToRight 1s ease-in-out}}.animation-slide-out-to-left{animation:slideOutToLeft 1s ease-in-out;-webkit-animation:slideOutToLeft 1s ease-in-out;-moz-animation:slideOutToLeft 1s ease-in-out;-o-animation:slideOutToLeft 1s ease-in-out;opacity:0}.animation-slide-out-to-left-faster{animation:slideOutToLeft .7s ease-in-out;-webkit-animation:slideOutToLeft .7s ease-in-out;-moz-animation:slideOutToLeft .7s ease-in-out;-o-animation:slideOutToLeft .7s ease-in-out;opacity:0;@media (max-width:768px){animation:slideOutToLeft 1s ease-in-out;-webkit-animation:slideOutToLeft 1s ease-in-out;-moz-animation:slideOutToLeft 1s ease-in-out;-o-animation:slideOutToLeft 1s ease-in-out}}.animation-opacity-out{animation:opacityOut 1s ease-in-out;-webkit-animation:opacityOut 1s ease-in-out;-moz-animation:opacityOut 1s ease-in-out;-o-animation:opacityOut 1s ease-in-out;opacity:0}.animation-opacity-in{animation:opacityIn 1s ease-in-out;-webkit-animation:opacityIn 1s ease-in-out;-moz-animation:opacityIn 1s ease-in-out;-o-animation:opacityIn 1s ease-in-out;opacity:1}@keyframes fadeInTopToBottom{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottomToTop{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutBottomToTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@keyframes fadeOutTopToBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(1000%)}}@keyframes slideInRightToLeft{0%{opacity:0;transform:translateX(50rem)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeftToRight{0%{opacity:0;transform:translateX(-50rem)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100rem)}}@keyframes opacityOut{0%{opacity:1}to{opacity:0}}@keyframes opacityIn{0%{opacity:0}to{opacity:1}}