.block-hero-with-animated-text{overflow:hidden;}
.hero-flex {min-height:50vh;display:grid;align-items:center;}
.hero-section {font-size:2.8rem;}
.hero-section .grid {grid-template-columns:1fr;align-items:center;}
.hero-section .hero-buttons {margin-top:4rem;}

.hero-section .hero-title {display:grid;grid-template-columns:0.8fr 1fr;grid-gap:1rem;font-size:4.8rem;align-items:center;padding-bottom:5rem;}
.hero-section .hero-title .hero-title-title{text-align:right;}
.hero-section .hero-title .animated-text {display:flex;flex-direction:column;align-items:center;overflow:hidden;max-width:100%;color:#510ad2;}
.hero-section .hero-title .slick-text-slider {width:100%;max-width: 100%;margin:0;padding:0;}
.hero-section .hero-title .slick-vertical .slick-slide {width:100% !important;}
.hero-section .hero-title .slick-text-slider li {transition: opacity 0.5s ease-in-out;opacity:0.5;display:block;clear:both;overflow:hidden;}
.hero-section .hero-title .slick-text-slider li.slick-current{opacity:1;}

.hero-section .hero-content {text-align:center;padding:2rem;max-width:950px;margin:0 auto;}
.hero-section img {border-radius:20px;overflow:hidden;}
.hero-section .top-left-img {position:absolute;left:-2rem;top:23%;transform:translate(-100%, -50%);width:16%;z-index:-1;}
.hero-section .top-right-img {position:absolute;right:-2rem;top:0;transform:translate(100%, -50%);width:20%;z-index:-1;} 
.hero-section .bottom-left-img {position:absolute;left:0;bottom:25%;width:10%;border-radius:20px;overflow:hidden;z-index:-1;}
.hero-section .bottom-right-img {position:absolute;right:10rem;bottom:0;transform:translate(100%, -50%);width:12%;z-index:-1;}


@media(max-width:1200px){
	.hero-section .hero-title{font-size:3.75rem !important;grid-gap:0 !important;}
}

@media(max-width:1024px){
    .hero-section {text-align:center;}
    .hero-section .grid, .hero-section .hero-title {grid-template-columns:1fr;padding-bottom:0;}
	.hero-section .hero-title .animated-text{text-align:center !important;}
	.hero-section .hero-title .hero-title-title{text-align:center;}
    .hero-section br {display:none;}
	.hero-section .hero-content {padding:0;max-width:500px;margin:0 auto;}
    .hero-section .hero-images {display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;padding-top:30px;margin-left:-40px;margin-right:-40px;}
    .hero-section .hero-images > * {position:static;transform:none;width:100%;}
	
	.hero-section .hero-title .slick-list{padding:0 0 10rem !important;}
	.hero-section .hero-title .slick-list:after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(transparent calc(100% - 80px), #ffffff);}
}

@media(max-width:767px){
	.hero-section .hero-title .slick-text-slider li:nth-child(1) {display:block;opacity:1;}
	.hero-section .hero-title .slick-text-slider li {display:none;}
}

@media(max-width:580px){
	.hero-section .hero-title{font-size:2.5rem !important;}
}

@media(max-width:350px){
	.hero-section .hero-title{font-size:2rem !important;}
	
    .hero-section .hero-buttons {display:grid;grid-gap:20px;}
    .hero-section .hero-buttons > * {width:100%;margin:0;text-align:center;}
}