@charset "utf-8";
body{
    --anm-tmpl-color:#282886;

    --link-button-color:#E3E6FD;
    --link-button-shadow-color:#27274C;

    --link-social-color-shadow: #F0F0FB;
}
body{font-family:Montserrat-Regular}
.text h3,.desc,.item-header{color:#F0F0FB!important;}
.item-style::before,.item-style::after,.item-style .ctm-style::before,.item-style .ctm-style::after{display:none;background:transparent;transform:none;border:0;}
.item-style .ctm-style{border:0!important;background-color:transparent;}
.item{border-radius:50vh;background-color:var(--link-button-color)!important;border:2px solid var(--link-button-shadow-color)!important;box-shadow:var(--link-button-shadow-color) 12px 12px 0px 0px;margin-bottom:20px}
.item-style:hover{transform:translate(4px, 4px);box-shadow:var(--link-button-shadow-color) 8px 8px 0px 0px;}
.item .btn{color:#6767a7!important}
.footer p a{color:#F0F0FB;}
.footer p a:hover{color:#F0F0FB;}
.bg-container{display:none}
.animate-container{position:fixed;top:0;width:100%;height:100%;bottom:0;margin:0 auto;z-index:-1}
.animate-container .animate-bg{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh;margin:0 auto}
.animate-container svg{position:fixed;top:0;left:0;width:100%;height:100vh;pointer-events:none;z-index:1;background:#282886}
.animate-container svg path:first-child{fill:#4f4fea}
.animate-container svg path:nth-child(2){fill:#0c27cf}
.animate-container svg path:nth-child(3){fill:#13269c}
.animate-container svg path:nth-child(4){fill:#242468}
.animate-container svg path:nth-child(5){fill:#2648e6}
.animate-container svg path:nth-child(6){fill:#2c31b0}
.animate-container svg path:nth-child(7){fill:#262689}
