.split-content.header-left {
    max-width: 200px;
}
.title.home-hero {
    font-size: 46px;
}
.paragraph.section-about {
    max-width: 90%;
}
.card-price {
    font-size: 32px;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    background-color: rgb(102 57 228);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 1px 0px, rgba(0, 0, 0, 0.5) 0px 3px 4px -2px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    position: relative;
    overflow-anchor: none;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    margin-top: 10px;
}

.active, .accordion:hover {
    background-color: #291b59; 
}

.panel {
    padding: 0 8px;
    display: none;
    font-size: 14px;
    overflow: hidden;
}
.footer {
    background-color: #131128;
    border-top: 1px solid rgba(255,255,255,.03);
    box-shadow: 0px 0px 70px -20px rgba(0,0,0,1);
}
.divider.footer-divider {
    background-color: #ffffff14;
}
.footer-mobile-title {
    border-bottom: 1px solid #ffffff17;
}
.w-webflow-badge {
    display: none !important;
    position: absolute !important;
    right: -5000px !important;
}
.cta-footer {
    font-size: 14px !important;
    margin-bottom: 0px;
}

.back-home {
    max-width: 790px;
    margin-bottom: 18px;
}

.arrow {
    border: solid #6639e4;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 10px;
    transition: all .4s;
}
.arrow:hover {
    border: solid #6639e4;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 10px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.highlight1 {
    z-index: -1;
    position: absolute;
    width: 874px;
    height: 874px;
    top: -342px;
    left: -271px;
    background: radial-gradient(circle, rgba(39, 35, 74, .7) 0%, rgb(19 17 40 / 0%) 70%);
}
.highlight2 {
    z-index: -1;
    position: absolute;
    width: 874px;
    height: 874px;
    right: -308px;
    background: radial-gradient(circle, rgba(39, 35, 74, .7) 0%, rgb(19 17 40 / 0%) 70%);
}
.highlight3 {
    z-index: -1;
    position: absolute;
    width: 874px;
    height: 874px;
    top: -366px;
    right: 200px;
    background: radial-gradient(circle, rgba(39, 35, 74, 1) 0%, rgb(19 17 40 / 0%) 70%);
}
.highlight4 {
    z-index: -1;
    position: absolute;
    width: 874px;
    height: 874px;
    top: -377px;
    right: -400px;
    background: radial-gradient(circle, rgba(39, 35, 74, 1) 0%, rgb(19 17 40 / 0%) 70%);
}
.highlight5 {
    z-index: -1;
    position: absolute;
    width: 1200px;
    height: 1200px;
    bottom: -660px;
    left: 13%;
    background: radial-gradient(circle, rgba(39, 35, 74, .6) 0%, rgb(19 17 40 / 0%) 70%);
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #6639e4;
}
::-webkit-scrollbar-track {
    background: #0000004d;
}