:root {
--accent: #c11c83 !important;
--primary: #670e8e !important;
--secondary: #7d91a0 !important;
--primary-font: Figtree, sans-serif;
--secondary-font: Poppins, sans-serif;
}

/* Main header */
#app .cs_site_header .cs_main_header{
 background-color:rgba(187,93,93,0);
 background-image:linear-gradient(to left, #A1A19C 0%, #F7F7ED 100%);
}

.cs_btn.cs_style_1:before {
    padding: 2px; /* border thickness */
    background: linear-gradient(135deg, #ef2ab5, #6c1ab3);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
     
}
.cs_btn.cs_style_1:after {
    padding: 2px; /* border thickness */
    background: linear-gradient(135deg, #ef2ab5, #6c1ab3);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
}
#app div .cs_hero{
 background-image:linear-gradient(+90deg, #9C9C9C50 0%, #C11C8357 99%);
}

.cs_hero.cs_style_2.cs_type_1 .cs_hero_funfact {
    background-color: #C11C8350;
    background-image:linear-gradient(+90deg, #9C9C9C00 0%, #670E8E57); }
    
    
    .cs_fs_84 {
    font-size: 70px;
    line-height: 1.12em;
}

.cs_hero.cs_style_2 .cs_hero_title {
    margin-bottom: 60px;}
    
    .cs_hero.cs_style_2.cs_type_1 .cs_hero_img {padding-top: 5%;}
    .cs_iconbox.cs_style_9 {
    background: linear-gradient(94deg, #670E8E, #C11C83);}
    
    
    edia (max-width: 420px) {
    .cs_site_header.cs_style1 .cs_btn.cs_style_1 {
        font-size: 14px;
        padding: 7px 15px;
    }
}


@media screen and (max-width: 520px) {
    .cs_toolbox {
        display: none;
    }
    .cs_fs_84 {
    font-size: 50px;}
}

.yoo-header.yoo-sticky-menu {
    position: fixed;
    width: 100%;
    top: 0;
    background: #C11C83;
    z-index: 100;
}

.cs_footer_brand&gt;svg{display:none;}
.cs_footer_brand_text{display:none;}
.cs_footer.cs_style_2.cs_type_1.cs_accent_bg.cs_white_color {
  background: linear-gradient(180deg, #C11C83 0%, #0C0C0C 100%);
}
.cs_footer_bottom {
 background-image: linear-gradient(180deg, #242424 0%, #242424 100%) !important;
}

.cs_copyright {
  color: #ffffff !important;
}.cs_right_icon.cs_accent_color{
  display: none !important;
}