body {
	margin: 0;
	line-height: 1.5;
    color: #000000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
a, button {
    color: #fff;
    outline: medium none;
}
a {
    color: #000;
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
}
img, svg {
    vertical-align: middle;
}
.header-area {
    width: 100%;
    display: block;
    background: #23232A;
    padding: 20px 0;
	position: relative;
}
.sticky-bar {
	padding: 10px 0;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    z-index: 9999;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
	 animation: smoothScroll 1s forwards;
}
.header-area .main-header .menu-wrapper .header-info-left .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 14px;
}
.header-area .main-header .menu-wrapper .header-info-right ul li {
    display: inline-block;
    position: relative;
    margin: 0 14px;
}
.header-area .main-header .menu-wrapper .header-info-left .main-menu ul li a {
    color: #fff;
    text-transform: capitalize;
    padding: 8px 8px;
    display: block;
    font-size: 18px;
	letter-spacing: -0.022em;
    font-weight: 500;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: relative;
}
.header-area .main-header .menu-wrapper .header-info-right ul li a {
    color: #fff;
    padding: 8px 8px;
    font-size: 18px;
	letter-spacing: -0.022em;
    font-weight: 500;
    padding-left: 0;
    text-transform: capitalize;
    display: inline-block;
}
.btn-filed {
	border: 1px solid #A87EE9;
    background: #A87EE9;
    border-radius: 8px;
    padding: 12px 16px !important;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
	transition: all .5s;
	display: inline-block;
}
.btn-filed:hover {
    background: #4E46B4;
	border-color:#4E46B4;
}
.btn-filed:focus {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #4E46B4;
box-shadow: 0px 0px 0px 4px rgba(78, 70, 180, 0.20);
}
.btn-filed.disabled {
background: #4E46B4;
opacity: 0.32;
}
.btn-outline {
	border: 1px solid #fff;
    background: transparent;
    border-radius: 8px;
    padding: 12px 16px !important;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
	transition: all .5s;
}
.btn-outline:hover {
    background: #d9d9d9;
    border-color: #000;
    color: #000 !important;
}
.btn-outline:focus {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #4E46B4;
box-shadow: 0px 0px 0px 4px rgba(78, 70, 180, 0.2);
}
.btn-outline.disabled {
opacity: 0.32;
}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #23232A;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #fff;
    transform: translateY(40px);
    transition: all .5s;
    pointer-events: none;
    opacity: 0;
	z-index: 11;
}
.slicknav_nav.open {
    transform: translateY(0px);
    pointer-events: auto;
    opacity: 1;
}

.slicknav_nav li, .slicknav_nav ul {
    display: block;
}
.slicknav_nav li + li {
    border-top: 1px solid #fff;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 5px 15px;
    margin: 8px 0px;
	text-decoration: none;
    color: #fff;
    display: block;
	font-size: 14px;
}
.slicknav_nav li:last-child {
    border-top: none;
}
.slicknav_nav a.btn-outline {
    display: inline-block;
    margin-left: 15px;
}
.main-content-block {
    width: 100%;
    display: block;
}
.banner-section {
    position: relative;
    padding-top: 28px;
    padding-bottom: 92px;
    width: 100%;
    display: block;
}
.banner-content-block .h1 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.022em;
    color: #000000;
    margin-bottom: 28px;
}

.button-link {
	font-family: 'Roboto', sans-serif;
    padding: 16px 24px;
    background: #A87EE9;
    border: 1px solid #A87EE9;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: all .5s;
}
.button-link:hover {
    background: #4E46B4;
    border: 1px solid #4E46B4;
    color: #fff;
}
.button-link:focus {
    background: #4E46B4;
    border: 1px solid #4E46B4;
    box-shadow: 0px 0px 0px 4px rgba(78, 70, 180, 0.20);
}
.banner-right-part-block {
    position: relative;
}
.bg-gredient-color-overlay {
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #D9ED92;
	border-radius: 0px 0px 8px 0px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    height: calc(100% - 30px);
}
.banner-img-content-card {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #34A0A4;
    border: 1px solid rgba(255, 255, 255, 0.31);
    box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 8px;
    position: absolute;
    left: 0;
	top: -12px;
    display: inline-block;
    width: 239px;
    text-align: left;
}
#second-card-banner {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #76C893;
    border: 1px solid rgba(255, 255, 255, 0.31);
    box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.4);
    top: auto;
    bottom: -50px;
	left: 75px;
}
#third-card-banner {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #168AAD;
    border: 1px solid rgba(255, 255, 255, 0.31);
    box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px rgba(0, 0, 0, 0.4);
    left: auto;
    right: 0;
    bottom: -15px;
    top: auto;
	right: -40px;
}
.banner-img-content-card p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.199;
    letter-spacing: -0.022em;
    color: #000000;
    margin: 0;
}
.banner-img-content-card .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.022em;
    color: #000000;
    margin: 0 0 2px;
}
.banner-content-block .h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.022em;
    color: #000000;
    margin-bottom: 28px;
}
.banner-content-block p {
     font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
	margin:0;
}
.states-section {
    position: relative;
    padding: 40px 0px;
    width: 100%;
    display: block;
    background: #A87EE9;
}
.states-content .h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.022em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.states-content .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.022em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.states-content p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.022em;
    color: #FFFFFF;
    margin-bottom: 0;
}

.states-content {
    width: 100%;
    display: block;
    position: relative;
}
.states-section .row > *:last-child .states-content:after {
	display:none;
}
.solutions-section {
    width: 100%;
    display: block;
    background: #EEEEEE;
    padding: 80px 0;
}
.solutions-cards {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
}
.solutions-image img {
    width: 100%;
    height: 288px;
    object-fit: cover;
    border-radius: 8px;
}
.solutions-content .h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.022em;
    margin-bottom: 8px;
}
.solutions-content .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.022em;
    margin-bottom: 18px;
}
.solutions-content p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.022em;
    margin-bottom: 0;
}
.outline-button-link {
    display: inline-block;
    padding: 12px 16px;
    border: 1px solid #000000;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
	transition: all .5s;
}
.outline-button-link:focus {
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid #000000;
    box-shadow: 0px 0px 0px 4px rgba(78, 70, 180, 0.2);
}
.outline-button-link:hover {
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid #000000;
    color: #000000;
}
.h2.section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.022em;
    color: #000000;
}
.mb-40 {
    margin-bottom:40px !important;
}
.support-section {
    width: 100%;
    display: block;
    padding: 80px 0px;
}
.section-discription {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
}
.supports-content {
    gap: 32px;
}
.support-inner-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
    color: #000000;
    margin-bottom: 0;
}
.support-inner-content .h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.022em;
    margin-bottom: 4px;
}
.supports-image {
    width: 150px;
	height: 150px;
    flex: none;
}
.testimonial-section {
    background: #A87EE9;
    padding: 80px 0px;
    width: 100%;
    display: block;
}
.text-white {
    color: #fff !important;
}
.testimonial-image img {
    width: 100%;
    height: 133px;
    object-fit: cover;
}
.testimonial-image {
    width: 133px;
    height: 133px;
    flex: none;
}
.testimonial-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.022em;
}
.testimonial-content p:last-child {
    margin-bottom: 0;
}
.testimonial-row {
    display: flex;
    gap: 15px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    align-items: center;
}
.testimonial-item {
    padding: 20px;
}
.slider-arrow {
    padding: 16px;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    outline: none;
    cursor: pointer;
}
.slider-arrow:hover {
    background: #ffffff8a;
}
.slider-arrow {
    padding: 16px;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    border: none;
}
.article-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
}
.article-new-dg .article-card {
    height: 488px;
    gap: 16px;
    position: relative;
    padding-bottom: 80px;
}
.article-card-inner-new .article-button-link {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.article-border-seprate {
    width: 100%;
    height: 32px;
    background: #B9DCE6;
    border-radius: 8px;
    max-width: 259px;
    display: block;
    margin-bottom: 16px;
}
.article-card .h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.022em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}
.article-card .h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.022em;
    margin-bottom: 12px;
}
.article-button-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.022em;
    text-decoration-line: underline;
}
.article-item {
    padding: 0 20px;
}
.article-card p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.022em;
}
.article-border-seprate.seprate-two {
    background: #D6EFDF;
}
.article-border-seprate.seprate-three {
   background: #C2E4E2;
}
.article-border-seprate.seprate-for {
    background: #ADDEBE;
}
.article-border-seprate.seprate-five {
    background: #C2E4E2;
}
.article-border-seprate.seprate-six {
    background: #D6EFDF;
}
.article-border-seprate.seprate-seven {
    background: #B9DCE6;
}
.article-border-seprate.seprate-eight {
   background: #C2E4E2;
}
.article-border-seprate.seprate-nine {
    background: #D6EFDF;
}
.article-section {
    background: #A87EE9;
    padding: 0px 0px 80px;
    width: 100%;
    display: block;
	overflow: hidden;
}
.client-logos-section {
    width: 100%;
    display: block;
    padding: 80px 0px;
}
.contact-section {
    width: 100%;
    padding: 80px 0px;
    display: block;
    background: #E1F1A8;
}
.contact-info .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.022em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.contact-info .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.022em;
    margin-bottom: 12px;
}
.contact-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
	margin-bottom: 0;
}
.contact-info-inner-card {
    width: 100%;
    display: block;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 40px;
}
.contact-info-inner-card .h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.022em;
	margin-bottom: 18px;
}
.contact-form {
    width: 100%;
    display: block;
    padding: 24px;
    background: #EEEEEE;
    border-radius: 8px;
}
.form-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #000000;
    margin-bottom: 6px;
}
.form-input {
    width: 100%;
    display: block;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 12px 16px;
    color: black;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}
.select-color{
    color: #999CA0;
}
.form-input::placeholder {
    color: #999CA0;
}
.form-item {
	display: block;
    margin-bottom: 16px;
}
.video-round-corner {
    border-radius: 8px;
}
.form-check-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	margin-left:8px;
}
.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 4px;
}
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: #A87EE9;
    border-color: #A87EE9;
}
/* faq */
.acc {
    margin: 0 auto;
    max-width: 1140px;
}

	.acc__title {
		cursor: pointer;
		position: relative;
		text-align: left;
		font-style: normal;
		display: block;
		font-size: 24px;
		font-family: Roboto;
		font-weight: 700;
		line-height: 1.2;
		padding: 15px;
		border-bottom: 1px solid #000;
	}

	.acc__title::after {
		width: 8px;
		height: 8px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		position: absolute;
		right: 10px;
		content: " ";
		top: 23px;
		transform: rotate(47deg);
		transition: all 0.2s ease-in-out;
	}

	.acc__title.active::after {
    transform: rotate(225deg);
	transition: all 0.2s ease-in-out;
	}

	.acc__panel p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-family: Roboto;
    line-height: 150%;
}

	.acc__panel {
    display: none;
    margin: 0;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    padding: 16px;
    border-bottom: 1px solid #000;
}

	.acc__panel img {
		max-width: 100%;
		margin-bottom: 1rem;
	}

	.faq-section {
    width: 100%;
    display: block;
    padding: 80px 0;
}

	.acc h2 {
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		text-align: center;
		margin-bottom: 16px;
	}

	.acc__card {
    position: relative;
    background: #fff;
    width: 100%;
    display: block;
}
.section-title.faq-title {
    text-align: left;
    padding: 0 15px;
}
	@media (max-width:767px) {
        
		.faq-section {
			padding: 60px 0;
		}
		
	}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media (min-width: 1200px) {
	.float-xl-right {
    float: right !important;
}
.states-content:after {
    content: "";
    width: 1px;
    height: 90px;
    border-left: 1px solid #ffffffbf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
	
	.mb-lg-40 {
    margin-bottom:40px !important;
}
.banner-content-block {
    padding-left: 73px;
}

}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.form-check {
    display: flex;
}

.form-check .form-check-input {
    flex: none;
}
.footer-section {
    display: block;
    width: 100%;
    background-image: linear-gradient(to right, #2e2e3e, #2d2d3c, #2b2b39, #2a2a37, #292935, #282833, #262630, #25252e, #23232b, #222229, #202026, #1f1f24);
    padding: 3rem 0 2rem;
}
.footer-section .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-section ul.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer-section ul>li>a {
    font-size: 16px;
    line-height: normal;
    padding: 6px 20px;
    display: block;
    position: relative;
    color: #FCFCFC;
	letter-spacing: 0.5px;
}
.footer-section .copyright-block p {
    font-size: 16px;
    line-height: 2;
    margin: 5px 0 0;
}
.footer-section p {
color: #FCFCFC;
}
.footer-bottom-menu p a {
    padding: 0 10px;
	color: #FCFCFC;
}
.footer-bottom-menu {
    border-top: 1px solid #454545;
    padding: 7px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-buttons {
    display: inline-block;
    margin-top: 6px;
}
.social-icon {
    margin-bottom: 4px;
    box-sizing: border-box;
    -moz-border-radius: 138px;
    -webkit-border-radius: 138px;
    border-radius: 138px;
    border: 1px solid #fff;
    text-align: center;
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    transition: all 0.5s;
    font-size: 15px;
    color: #fff;
}
.social-icon:hover {
    transform: rotate(360deg)scale(1.3);
}
.social-margin+.social-margin {
    margin-left: 15px;
}
	.scroll-top img {
    width: 60px;
}
.scroll-top {
    position: fixed;
    right: 13px;
    bottom: 75px;
    z-index: 11;
}
.bg-color-pool {
	background: #D9ED92;
	border-color: #D9ED92;
}
.bg-color-pool:hover {
	background: #D4F2AE;
	border-color: #D4F2AE;
}

.corporate-section {
    width: 100%;
    display: block;
    padding: 80px 0;
    background: #A87EE9;
}
.corporate-title-content .h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.022em;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.corporate-title-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
    color: #FFFFFF;
    line-height: 1.2;
}
.corporate-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    display: block;
}
.corporate-card .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.022em;
	margin-bottom: 18px;
}
.corporate-card .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.022em;
	margin-bottom: 6px;
}
.corporate-card .h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.022em;
	margin-bottom: 18px;
}
.corporate-card p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.022em;
    line-height: 1.5;
	margin-bottom: 0;
}
.text-center {
    text-align: center !important;
}
.text-color-black {
    color: #000000 !important;
}
.benefit-section {
    background: #fff;
    width: 100%;
    display: block;
    padding: 80px 0;
}
.benefit-content .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.022em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.benefit-content .h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.022em;
    margin-bottom: 22px;
}
.benefit-content ul {
    margin: 0;
    padding-left: 20px;
}
.benefit-content ul li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
    line-height: 1.6;
	list-style: outside;
}
.benefit-content ul li + li {
    margin-top: 4px;
}
.benefit-card {
    width: 100%;
    max-width: 354px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #76C893;
    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: 8px;
    padding: 8px;
    display: inline-block;
}
.benefit-card.benefit-second-card {
    background: #B9DCE6;
    border: 1px solid rgba(255, 255, 255, 0.31);
    margin-left: auto;
    display: table;
    margin-top: -10px;
    position: relative;
    margin-bottom: -30px;
    max-width: 340px;
}
.benefit-card.benefit-third-card {
    max-width: 447px;
    background: #C2E3E4;
    border: 1px solid rgba(255, 255, 255, 0.31);
}
.benefit-card .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.022em;
    margin-bottom: 6px;
}
.benefit-card p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
    line-height: 1.2;
    margin-bottom: 0;
}
.bg-color-gray {
	background: #EEEEEE !important;
}
.w-100 {
    width: 100% !important;
}
.newsletter-section {
    width: 100%;
    display: block;
    padding: 40px 0;
    background: #A87EE9;
}
.newsletter-content .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.022em;
    text-transform: uppercase;
    color: #fff;
}
.newsletter-content .h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.022em;
    color: #FFFFFF;
	margin-bottom: 0;
}
.newsletter-form .newsletter-input-filed {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px 0px 0px 8px;
    padding: 11px 16px;
    outline: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: black;
    line-height: 1.5;
    margin: 0 -5px;
    max-width: 100%;
    width: 100%;
}
.newsletter-form form {
    position: relative;
}
.newsletter-form .newsletter-button {
    background: #D9ED92;
    border: 1px solid #D9ED92;
    border-radius: 8px;
    padding: 8px 16px;
    isolation: isolate;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter-form .newsletter-input-filed::placeholder {
    color: #999CA0;
}
.newsletter-form .newsletter-button:hover {
    background: #D4F2AE;
    border-color: #D4F2AE;
}
.newsletter-form .newsletter-button:focus {
    background: #D4F2AE;
    box-shadow: 0px 0px 0px 4px rgba(78, 70, 180, 0.20);
}
.bg-color-gray .states-content:after {
    border-left: 1px solid #000;
    right: -15px;
}
.benefit-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
    line-height: 1.6;
}
.funziona-section .corporate-card p {
    font-size: 20px;
}
.Webinar-section .benefit-content p {
	line-height: 1.2;
}
.Webinar-section .benefit-card {
    max-width: 323px;
}
.Webinar-section .benefit-card.benefit-second-card {
    max-width: 278px;
}
.benefit-card.benefit-third-card {
    max-width: 323px;
}
.founder-section {
    width: 100%;
    display: block;
    padding: 80px 0;
}
.founder-content .h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.022em;
    margin-bottom: 6px;
}
.founder-content .h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
}
.founder-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.022em;
    line-height: 1.2;
}
.team-info-content .h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.022em;
}
.team-info-content .team-img {
    margin-bottom: 16px;
    width: 165px;
    height: 145px;
    object-fit: cover;
    border-radius: 8px;
}

.team-info-content .h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.022em;
}
.team-info-content {
    width: 100%;
    display: block;
}
.friends-section {
    background: #A87EE9;
    padding: 80px 0px;
    width: 100%;
    display: block;
	overflow: hidden;
}
.friends-image {
    padding: 0 20px;
}
.friends-image img {
    width: 100%;
    object-fit: cover;
    height: 250px;
	border-radius: 8px;
	
}
.friends-slider {
    margin: 0 -20px;
}
.friends-slider .slick-list {
    overflow: visible;
}
.article-slider {
    margin: 0 -20px;
}
.article-slider .slick-list {
    overflow: visible;
}

.innder-content-safe .section-title {
    text-align: left;
}
.innder-content-safe .acc__card p {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    word-break: break-all;
} 
.innder-content-safe .acc__card ul {
    padding-left: 30px;
}
.innder-content-safe .acc__card ul li {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: outside;
}
.innder-content-safe .acc__card h3 {
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.528px;
    margin-bottom: 18px;
}
.innder-content-safe table {
    width: 100%;
}
.innder-content-safe table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: -20px;
}
.innder-content-safe table td, .innder-content-safe table th {
    padding: 10px;
    border-color: #DEE2E6;
}
.innder-content-safe table tr:first-child td {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-show .slick-list {
    overflow: visible !important;
}
.benefit-image.new-dg img {
    height: 364px;
    object-fit: cover;
    border-radius: 8px;
}
.bg-color-2 {
    background-color: #E1F1A8 !important;
}
.video-radius-soft {
    border-radius: 8px;
    overflow: hidden;
}
.zanichelli-text-left p {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.zanichelli-bar {
    display: flex;
    width: 100%;
    padding: 16px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 34px;
}
.zanichelli-text-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.zanichelli-text-left img {
    width: 245px;
    height: 37px;
    object-fit: scale-down;
}
.zanichelli-button-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
@media (max-width:767px) {
    .acc .outline-button-link {
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
    .acc .h2.section-title {
        font-size: 24px;
    }
    .testimonial-content p b {
        display: block;
    }
    .mobilerev {
        flex-direction: column-reverse;
        display: flex;
    }
    .mobMargin{
        margin-bottom: 30px;
    }
    .team-section .col-sm-6 {
        flex: 0 0 50%;
        width: 50%;
    }
    .founder-image img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        margin-bottom: 20px;
        border-radius: 8px;
        object-position: center;
    }
    .team-info-content .h3 {
        font-size: 20px;
    }
    .team-info-content .h4 {
        font-size: 16px;

    }
    .founder-content {
        margin-bottom: 28px;
    }
    .newsletter-form .newsletter-input-filed {
        margin-top: 8px !important;
        max-width: 100%;
    }
    .video-radius-soft {
        margin-bottom: 28px;
    }
    .zanichelli-bar {
        margin-bottom: 38px;
    }
    .zanichelli-text-left img {
        width: 151px;
        height: 23px;
    }
    .zanichelli-button-right {
        display: none;
    }
	.h2.section-title.faq-title {
    font-size: 24px;
}
	.acc__title {
    font-size: 16px;
}
.acc__panel p {
    font-size: 14px;
}
	.founder-content p {
    font-size: 14px;
}
	.founder-content .h4 {
    font-size: 16px;
}
	.founder-content .h2 {
    font-size: 20px;
    margin-bottom: 6px;
}
	.founder-section {
    padding: 40px 0 0;
}
.founder-content {
    position: relative;
}
.founder-content img {
    position: absolute;
    top: 0;
    right: 0;
}
	.funziona-section .corporate-card p {
    font-size: 16px;
}
	.benefit-content p {
    font-size: 14px;
}
	.newsletter-form form {
    flex-direction: column;
    gap: 16px;
}
.newsletter-form form .newsletter-input-filed {
    margin: 0;
    border-radius: 8px;
}
.newsletter-form .newsletter-button {
    font-size: 14px;
    position: relative;
}
	.newsletter-content .h5 {
    font-size: 14px;
}
	.benefit-card p {
    font-size: 14px;
}
	.benefit-card .h2 {
    font-size: 20px;
}
	.benefit-card {
    margin-bottom: 16px !important;
}
	.benefit-section .row:first-child {
    flex-direction: column-reverse;
}
.benefit-image {
    margin-bottom: 40px;
}
.benefit-content .h5 {
    font-size: 14px;
}
.benefit-content .h2 {
    font-size: 32px;
    margin-bottom: 18px;
}
.benefit-content ul li {
    font-size: 14px;
}
.benefit-section {
    padding: 40px 0;
}
	.corporate-section .btn-filed {
    width: 100%;
}
.mobAutoWidth {
    width: auto !important;
}
.dnonemob{
    display: none;
}
	.corporate-title-content .h1 {
    font-size: 32px;
    margin-bottom: 22px;
}
.corporate-title-content p {
    font-size: 14px;
}
.corporate-card .h5 {
    font-size: 14px;
}
.corporate-card .h2 {
    font-size: 24px;
}
.corporate-card .h3 {
    font-size: 20px;
}
	.corporate-section {
    padding: 40px 0;
}
.footer-bottom-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}
	.footer-section .social-buttons {
    position: absolute;
    right: 0.75rem;
    top: 40px;
}
.social-margin+.social-margin {
    margin-left: 8px;
}
.social-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
}
.footer-section {
    position: relative;
}
	.footer-bottom-menu p a {
    padding: 0;
    font-size: 14px;
}
.footer-bottom-menu p {
    display: flex;
    flex-wrap: wrap;
    gap:5px;
    margin: 0;
}
	.footer-section ul>li>a {
    font-size: 14px;
	padding: 6px 0px;
}
.footer-widget img {
    margin-bottom: 12px;
}
.footer-section .copyright-block p {
    font-size: 14px;
}
.footer-section ul.navbar-nav li {
    width: 33.33%;
}
	.contact-form .btn-filed {
    width: 100%;
    text-align: center;
}
	.contact-info-inner-card .h4 {
    font-size: 24px;
    margin-bottom: 14px;
}
	.contact-info-inner-card {
    padding: 16px;
}
	.contact-info p {
    font-size: 14px;
}
	.contact-info .h5 {
    font-size: 14px;
    margin-bottom: 6px;
}
.contact-info .h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
	.client-logo img {
    width: 73px;
}
.client-logos-section .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
	.article-section .slider-arrow {
    display: none;
}
.client-logos-section {
    padding: 40px 0px;
}
.article-card {
    padding: 24px;
}
	.article-section {
    padding: 0px 0px 40px;
}
	.article-button-link {
    font-size: 20px;
}
	.support-section {
    padding: 40px 0px;
}
	.testimonial-item {
    padding: 8px;
}
	.testimonial-content p {
    font-size: 14px;
}
	.testimonial-row {
    align-items: flex-start;
    flex-direction: column;
}
	.testimonial-section .btn-wrap {
    display: none;
}
	.testimonial-section {
    padding: 40px 0px;
}
	.supports-content {
    gap: 15px;
}	
.supports-image {
    width: 80px;
    height: 80px;
    flex: none;
}
	.support-inner-content .h5 {
    font-size: 16px;
}
.support-inner-content p {
    font-size: 14px;
}
	.section-discription {
    font-size: 14px;
}
	.solutions-content .h4 {
    font-size: 14px;
}
.solutions-content .h3 {
    font-size: 32px;
}
.solutions-content p {
    font-size: 14px;
}
.outline-button-link {
    padding: 8px 16px;
    font-size: 16px;
}
	.solutions-image img {
    height: 141px;
}
	.solutions-cards {
    padding: 15px;
}
	.solutions-section {
    padding: 40px 0;
}
	.h2.section-title {
    font-size: 32px;
}
	.banner-section {
    padding-top: 23px;
    padding-bottom: 54px;
}
.bg-gredient-color-overlay {
    width: 100%;
	height: calc(50%);
}
.banner-content-block {
    margin-top: 54px;
}
.banner-img-content-card {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#second-card-banner {
    bottom: -15px;
    left: 8px;
}
#third-card-banner {
    bottom: 10px;
    right: 10px;
}
.banner-img-content-card p {
    display: none;
}
.banner-img-content-card .h2 {
    font-size: 14px;
	margin: 0;
}
.banner-content-block .h1 {
    font-size: 32px;
	margin-bottom: 12px;
}
.banner-content-block p {
    font-size: 18px;
    line-height: 1.3;
}
.button-link {
    padding: 8px 15px;
    font-size: 14px;
}
.states-content .h2 {
    font-size: 24px;
	margin-bottom: 4px;
}
.states-content .h3 {
    font-size: 16px;
	margin-bottom: 4px;
}
.states-content p {
    font-size: 14px;
}
.states-content {
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.states-section .row > *:last-child .states-content {
	border-bottom: none;
	margin-bottom: 0px;
    padding-bottom: 0px;
}
}

@media (max-width: 992px) {
	.corporate-card {
    margin-bottom: 16px;
}
	.contact-info-inner-card {
    margin-bottom: 40px;
}
	.solutions-image {
    margin-bottom: 16px;
}
.logo img {
    width: 115px;
}
.btn-filed {
    padding: 8px 12px !important;
    font-size: 14px !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .main-header .menu-wrapper .header-info-left .main-menu ul li {
    margin: 0 6px;
}
.header-area .main-header .menu-wrapper .header-info-left .main-menu ul li a {
    padding: 8px 6px;
	font-size: 16px;
}
.header-area .main-header .menu-wrapper .header-info-right ul li {
    margin: 0 6px;
}
.header-area .main-header .menu-wrapper .header-info-right ul li a {
    padding: 8px 6px;
	font-size: 16px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .zanichelli-text-left img {
        width: 164px;
        height: 25px;
    }
.banner-section {
    padding-top: 10px;
    padding-bottom:64px;
}
.zanichelli-bar {
    margin-bottom: 48px;
}
.bg-gredient-color-overlay {
    width: 80%;
    max-width: 650px;
    height: calc(536px - 30px);
}
.banner-right-part-block img {
    height: 365px;
    object-fit: cover;
    border-radius: 8px;
}
.banner-right-part-block {
    position: relative;
    margin: 0 auto 107px;
    display: table;
    width: 100%;
}
#second-card-banner {
    left: 28px;
}
#third-card-banner {
    right: 12px;
}
.banner-img-content-card .h2 {
    margin: 0 0 5px;
}
.banner-content-block {
    padding-top: 28px;
}
.states-section .row > *:nth-child(1), .states-section .row > *:nth-child(2) {
    margin-bottom: 38px;
}
.states-content:after {
    content: "";
    width: 1px;
    height: 90px;
    border-left: 1px solid #ffffffbf;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.states-section .row > *:nth-child(2) .states-content:after {
    display: none;
}
.solutions-cards.mb-3 {
    margin-bottom: 40px !important;
}
.section-discription.mb-lg-40 {
    margin-bottom: 40px;
}
.support-section .mb-2 {
    margin-bottom: 40px !important;
}
.testimonial-section .h2.section-title, .article-section .h2.section-title {
    width: 70%;
}
.footer-section ul>li>a {
    font-size: 14px;
    padding: 6px 10px;
}
.footer-section ul.navbar-nav {
    justify-content: flex-end;
}
}
.client-item {
    padding: 0 20px;
}
.client-logos-slider .slick-track {
    display: flex;
    align-items: center;
}
.current-nav-link {
    text-decoration: underline;
}

@media (max-width:1023px) {
    .zanichelli-bar .outline-button-link {
        font-size: 12px;
    }
    .zanichelli-text-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .zanichelli-text-left p {
        font-size: 14px;
    }
    .hide-mobile-tablate {
        display: none;;
    }
    .footer-section .d-flex-mobile-tablate {
        display: flex;
        justify-content: space-between;
    }
    .footer-bottom-menu {
        border: none;
    }
    .footer-section .row > *:nth-child(2) {
        order: 3;
    }
    .footer-section .d-flex-mobile-tablate {
        order: 2;
    }
    .mobile-tablate-border-top {
        border-top: 1px solid #fff;
        margin-top: 12px;
    }
    .footer-section .copyright-block p {
        font-size: 14px;
    }
    .footer-section p a {
        font-size: 14px;
        padding: 0 5px;
    }
}
@media (min-width:1024px) {
.hide-dasktop {
    display: none;;
}
}


@media (min-width:1200px) { 
    .states-content {
        padding: 0 20px;
    }
   
.innder-content-safe .section-title.mb-4 {
    margin-bottom: 2.8rem !important;
}
.innder-content-safe .section-title.mb-lg-4 {
    margin-bottom: 2rem !important;
}

.innder-content-safe .acc__card h3 {
    font-size: 24px;
    margin-bottom: 38px;
}
}
  .form-select option {
    background-color: white;
    color: black;
  }

  /* We are testing bucket */
  /* Testing the static files from buildspec */
  /* Testing the static files from buildspec */