.dr_parallax{align-items:center;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;position:relative}.dr_parallax:before{background-image:linear-gradient(180deg,rgba(16,16,19,.96) 9.21%,rgba(16,16,19,.72));content:"";height:100%;position:absolute;width:100%;z-index:1}.dr_parallax__content{align-items:center;-webkit-animation:slide-bottom 1.5s cubic-bezier(.25,.46,.45,.94) .3s both!important;animation:slide-bottom 1.5s cubic-bezier(.25,.46,.45,.94) .3s both!important;display:flex;flex-direction:column;justify-content:stretch;max-width:1152px;position:relative!important;width:100%;z-index:3}.dr_parallax__content>div{margin:0 auto}.dr_parallax__content>h1{text-shadow:0 2px 2px 0 rgba(0,0,0,.14)}.stack--strenght{gap:5rem;margin-top:2rem!important;max-width:840px!important}.strenght{align-items:flex-start;color:#fff;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:1rem;gap:1rem}@media (max-width:767px){.dr_parallax{background-attachment:scroll}.dr_parallax__content{padding:2rem 1rem}.stack--strenght{gap:2rem}}@-webkit-keyframes slide-bottom{0%{opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-bottom{0%{opacity:0;-webkit-transform:translateY(50%);transform:translateY(50%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}