@charset "UTF-8";
/* CSS Document */

.cc-main-container h2, .cc-main-container h2 > strong {
    margin-top: 50px !important;
}

.cc-main-container h2:first-child, .cc-main-container h2:first-child > strong {
    margin-top: 0px !important;
}

.cc-main-container h2 {
    font-size: 34px !important;
    font-weight: bold;
}

.cc-main-container h2 span {
    font-size: 24px !important;
}

.cc-main-container .cc-header h1,
.cc-main-container .cc-header h2 {
    font-size: 50px !important;
    line-height: 1 !important;
    margin: 40px auto !important;
    font-weight: bold;
}

.cc-main-container .cc-header h1 span.headline-top,
.cc-main-container .cc-header h2 span.headline-top {
    font-size: 28px !important;
    line-height: 1 !important;
    margin-bottom: 5px;
}

.cc-main-container .cc-header h1 span.headline-bottom,
.cc-main-container .cc-header h2 span.headline-bottom {
    font-size: 28px !important;
    line-height: 1 !important;
    margin-top: 5px;
}

.cc-mdlrg-mrg-top {
    margin-top: 30px !important;
}

.cc-main-container ul {
    margin-bottom: 0px !important;
}

.cc-main-container p {
    margin: 0px 0px 18px;
}

.cc-main-container p:last-child {
    margin: 0px 0px 0px;
}

.cc-brand h1:after {
    display: none !important;
}

.cc-brand h2:after {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}

.cc-chart-v1 h3 {
    margin-top: 0px !important;
}

.cc-chart-v1 ul,
.cc-chart-v1 ul li,
.cc-chart-v1 ul li strong {
    font-size: 16px !important;
}


.cc-main-container {
    --brand-primary: #0d0d0d;
    --brand-secondary: #282828;
    --brand-underline: var(--brand-primary);
}

.cc-bg-gradient {
    background: linear-gradient(86.25deg, #2C32D3 0%, #010648 100%);
}

.cc-cta.cc-cta-secondary.invert:hover {
    background-color: #282828 !important;
    color: #fcfcfc !important;
    border: 2px solid #fcfcfc !important;
}
	

	
@media only screen and (max-width:800px) {

	.cc-header h1 {
		font-size: 38px !important;
		padding: 15px 0px !important;
	}
	
	.cc-header h1 span {
		font-size: 26px !important;
	}	

}