

/* Start:/local/templates/products/styles.css?17772055721229*/

:root {
    --my-base-color: #004174;
}


* {box-sizing: border-box;}
body{      background: #fff;
    font-family: "Commissioner", sans-serif !important;
    color: #000000;
    font-weight: 300;}






.container{max-width: 1200px;margin: 0 auto;padding: 0px 15px;}
.box-radius-shadow{/*box-shadow: 0px 0px 5px #dcdcdc;*/border-radius: 20px;background: #f5f7fef7;padding: 35px 45px;}
.block-bottom{padding-bottom:150px;}
.block_title{color: #000000;font-size: 60px;font-weight: 500;line-height: 64px;text-align: left;}
@media (max-width: 991px) {
	.block_title{font-size: 24px;line-height: 30px;padding-bottom: 20px;}
	.box-radius-shadow {padding: 15px;}
	.block-bottom {padding-bottom: 50px;}
}



.animated-gradient-text {
    background: linear-gradient(45deg, #8000f4, #007eff, #9601b4, #008cff);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 3s ease infinite;
}
@keyframes gradient-animation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}








a,a:hover,a *,a:hover * {color:#000;text-decoration:none;}










/* End */
/* /local/templates/products/styles.css?17772055721229 */
