@font-face{
	src: url(../fonts/fsalbertextbold.otf);
	font-family: 'fsalbertextbold';
}
@font-face{
	src: url(../fonts/FSAlbertRegular.otf);
	font-family: 'FSAlbertRegular';
}
@font-face{
	src: url(../fonts/ProximaNovaBold.otf);
	font-family: 'ProximaNovaBold';
}
body, html{
	margin:0;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
}
ul, ol{
	list-style: none;
	padding:0;
	margin:0;
}
input:focus, button:focus, textarea:focus,select:focus{
	outline: 0;
	box-shadow: none;
}
a,a:hover,a:focus{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.nav_section{
    padding: 1.25rem 0;
    background: white;
}
.nav_section .navbar-brand{
    width: 16rem;
}
.nav_section .bg-light{
    padding: 0;
    background: transparent !important;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 500;
    font-size: 1.125rem;
    color: #333333;
    position: relative;
    padding: .5rem 1.25rem;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus{
    color: #333333;
}
.navbar-light .navbar-nav .nav-link:after{
    content: '';
    background: #417DF1;
    border-radius: 2px;
    height: 4px;
    left: 100%;
    right: 100%;
    bottom: .4rem;
    position: absolute;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.navbar-light .navbar-nav .nav-link:hover:after,
.navbar-light .navbar-nav .nav-link:focus:after,
.navbar-light .navbar-nav .nav-link.active:after{
    left: 1.25rem;
    right: 1.25rem;
}
.header{
    padding: 5rem 0;
    position: relative;
    min-height: 38rem;
}
.header .header_wrap{
    position: relative;
}
.header .header_wrap h1{
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.2;
    color: #333333;
    margin-bottom: .75rem;
}
.header .header_wrap p{
    font-size: 1.9rem;
    color: #7F7F7F;
    margin-bottom: 2rem;
}
.header .header_wrap .button_flex{
    padding: 0 1.75rem;
    display: flex;
    align-items: center;
}
.header .header_wrap .button_flex > a:first-child{
    margin-right: 1rem;
}
.header .header_wrap .button_flex > a img{
    width: 11rem;
}
.header .header_wrap .header_img{
    position: absolute;
    right: 0;
    top: 3.75rem;
    width: 55%;
}
.h2{
    font-size: 2.7rem;
    color: #333333;
    font-family: 'fsalbertextbold';
}
.why_section{
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    position: relative;
    text-align: center;
}
.why_section h2{
    margin-bottom: 5rem;
}
.why_section .img_box{
    display: flex;
    align-items: flex-end;
    min-height: 21rem;
    justify-content: center;
    margin-bottom: 3.75rem;
}
.why_section h4{
    color: #333333;
    font-size: 2.25rem;
    font-family: 'fsalbertextbold';
    line-height: 1.2;
}
.step_section{
    padding-top: 5rem;
    position: relative;
    padding-bottom: 2.5rem;
}
.step_section p{
    font-size: 2rem;
    color: #7F7F7F;
    font-family: 'FSAlbertRegular';
    margin-bottom: .5rem;
}
.step_section .step_box{
    display: inline-block;
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #615ECA 29.17%, #9390FF 100%);
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    margin-top: 3rem;
}
.step_section .step_box h5{
    font-weight: 600;
    font-size: 1.6rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.step_section .step_box h5 img{
    margin-left: .5rem;
}
.step_section .step_box .img_box{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 17.5rem;
}
.step_section .percent_wrap{
    display: inline-block;
    width: 100%;
    position: relative;
}
.step_section .percent_wrap h3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNovaBold';
    font-size: 6.25rem;
    text-align: center;
    color: #615FCA;
    line-height: 1;
    margin-top: 2.5rem;
    margin-bottom: 0;
}
.step_section .percent_wrap h3 img{
    width: 2rem;
    margin-left: .5rem;
}
.step_section .percent_wrap p{
    text-align: center;
    color: #333333;
    font-size: 1.2rem;
    font-family: 'Rubik', sans-serif;
}
.order{
    order: 2;
}
.content_section{
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}
.content_section .flexer{
    display: flex;
    align-items: center;
    min-height: 100%;
}
.content_section .flexer h2{
    font-size: 2.7rem;
    color: #333333;
    font-family: 'fsalbertextbold';
    margin-bottom: .75rem;
}
.content_section .flexer p{
    font-size: 1.5rem;
    line-height: 1.2;
    color: #7F7F7F;
}
.kid_section{
    padding-top: 5rem;
    text-align: center;
    position: relative;
}
.kid_section p{
    font-size: 1.5rem;
    line-height: 1.2;
    color: #7F7F7F;
    margin-bottom: 2.5rem;
}
.kid_section .slick-track > div{
    padding: 0 1rem;
}
.kid_section .slide_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1rem;
    min-height: 16rem;
}
.kid_section .slide_box.pink{
    background: #FF8080;
}
.kid_section .slide_box.yellow{
    background: #FFE381;
}
.kid_section .slide_box.blue{
    background: #7EDDEA;
}
.download_section{
    padding: 15rem 0;
    text-align: center;
    position: relative;
}
.download_section .h2{
    font-size: 4.5rem;
    color: #333333;
}
.download_section p{
    font-size: 2.5rem;
    color: #333333;
    margin-bottom: 2rem;
}
.download_section .button_flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.download_section .button_flex > a:first-child{
    margin-right: .75rem;
}
.download_section .button_flex > a img{
    width: 11rem;
}
.result_section{
    background: #F5F5F5;
    padding: 1.25rem 0;
    position: relative;
}
.result_section .result_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_section .result_wrap > div{
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    text-transform: uppercase;
    color: #333333;
    font-size: 1.5rem;
    font-family: 'ProximaNovaBold';
    line-height: 1;
}
.result_section .result_wrap > div .img_box{
    width: 3.25rem;
}
footer{
    background: #707070;
    position: relative;
}
footer p{
    text-align: right;
    margin: .3rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #FFFFFF;
    font-size: 1.2rem;
}
footer p img{
    margin-right: 1rem;
}
.why_header{
    padding-top: 5rem;
    position: relative;
}
.why_header h2{
    margin-top: 4rem;
    font-size: 4.5rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}
.why_header p{
    font-size: 1.8rem;
    line-height: 1.2;
    color: #7F7F7F;
}
.why_header .accordion-item:nth-of-type(odd){
    background: #FAFAFA;
}
.why_header .accordion-item h2{
    border: 0;
    margin: 0;
}
.why_header .accordion-item .accordion-button{
    border: 0;
    box-shadow: none;
    font-family: 'FSAlbertRegular';
    font-size: 2.25rem;
    color: #333333;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    background: transparent;
}
.why_header .accordion-item .accordion-button img{
    width: 1.25rem;
    margin-left: 1rem;
    margin-bottom: -.35rem;
}
.why_header .accordion-item .accordion-button:after{
    display: none;
}
.why_header .accordion-collapse{
	border: 0;
}
.why_header .accordion-body{
    padding: 1rem 1rem;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #7F7F7F;
}
.privacy_section{
    position: relative;
    padding-top: 5rem;
}
.privacy_section h2{
    font-family: 'Rubik', sans-serif;
    color: #333333;
    font-size: 4.5rem;
    font-weight: 700;
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.privacy_section p{
    font-size: 1.425rem;
    line-height: 1.25;
    color: #000000;
    opacity: 0.6;
}
.privacy_section p a{
    color: #000000;
}