html{
    font-size: 100%;
}
body{
    font-size: 1.125rem;
    font-size: 18px;

    line-height: 1.5;
    font-weight: 400;
    color: #000054;
    letter-spacing: 0;
}
*,*::before,*::after{
    box-sizing: border-box;
}
.color-purple{
    color: #7340FA;
}

.bg-purple{
    background-color: #7340FA;
}

.color-dark{
    color: #000054;
}

.bg-dark{
    background-color: #000054;
}

.bg_blue {
    background-color: #000054;
}

.bg_grey {
    background-color: #FAFAFA;
}
.color-white{
    color: #fff;
}

.bg-white{
    background-color: #fff;
}

.h1{
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 16px;
}

.h2{
    font-size: 2.625rem;
    line-height: 1.3;
    margin-bottom: 16px;
}
.h3{
    font-size: 2.25rem;
    line-height: 1.3;
    margin-bottom: 16px;
}
.h4{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 16px;
}

.h5{
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 16px;
}
.h6{
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 16px;
}
[class*="__container"], .container {
    width: 100%;
}
.secion-sub-title{
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
}
.text-small{
    font-size: 0.875rem;
}

.text-normal{
    font-size: 1.125rem;
}
.text-weight-normal{
    font-weight: 400;
}
.btn-cta{  
    display: inline-block;
   
    color: #fff;
    font-size: 0.875rem;
    background-color: #7340FA;
    border: 2px solid #7340FA;
    border-radius: 5px;
    padding: 15px 33px;
    text-align: center;
    transition: all .3s;
}
.btn-cta:hover{ 

    background: #00dec4;
    border: 2px solid #00dec4;  
    color: #fff;
}


.d-mob{
    display: none;
}

.pb-24{
    padding-bottom: 24px!important;
}
@media screen and (max-width:767px) {
    .h1{
        font-size: 2rem;
    }
    
    .h2{
        font-size: 2rem;
    }
    .h3{
        font-size: 1.75rem;
    }
    .h4{
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    
    .h5{
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .d-desktop{
        display: none!important;
    }
    
    .d-mob{
        display: block;
    }
}


/* b45 */
.section-text_img{
	padding: 64px 0;
}
.section-text_img .text_img-item:not(.bg-none){
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.section-text_img .text_img-item:first-child{
	margin-top: 0;
}
.section-text_img .text_img-item.bg_blue{
	color: #fff;
}
.section-text_img .text_img-item:nth-child(2n){
	-webkit-box-orient: horizontal; 
	-webkit-box-direction: reverse; 
	-ms-flex-flow: row-reverse wrap; 
	flex-flow: row-reverse wrap;
}
.section-text_img .text_img-item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
	margin-top: 64px;
	padding: 64px 24px 0 24px;
	overflow: hidden;
}

.section-text_img .text_img-item figure{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
            align-items: flex-end;
			-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;
	margin: 0;
}
.text_img-item .item-box{

	width: calc(50% - 24px);
}
.text_img-item__content{
	padding-bottom: 42px;
}
.text_img-item__content .btn-cta{
	margin-top: 24px;
}
.text_img-item.bg_blue .secion-sub-title{
	color: #fff;
}
.text_img-item__content .secion-sub-title{
	color: #7340FA;
}
.text_img-item .item-title{
	max-width: 420px;
	font-weight: 500;
}
.text_img-item p{
	max-width: 420px;
}

@media screen and (max-width:767px) {
	.text_img-item .item-box{
		width: 100%;
	}
	.text_img-item__content .btn-cta{
		width: 100%;
	}
	.text_img-item__content .btn-cta{
		margin-top: 10px;
	}
	.text_img-item .item-title{
		margin-bottom: 10px;
	}
	.section-text_img .text_img-item{
		padding: 24px 16px 0 16px;
	}
	
}
@media screen and (max-width:425px) {

	.section-text_img .text_img-item figure img{
		max-width: 500px;
		width: 500px;
		margin-right: -20px;
	}
	
}