body{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #5A5A5A;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Gabarito', sans-serif;
}

a{
    color: #59E066;
}

h1{
    color: #000;
    font-size: 62px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 35px;
}

h1 > span{
    display: inline-block;
    background: #FFD027;
    padding: 0 15px;
    margin: 0 -15px;
}

h2.title{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    background: #000;
    padding: 12px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 5px;
    box-sizing: border-box;
}

.bg-grey{
    background: #FAFAFA;
    padding: 50px 0 ;
}

.bg-grey h2,
.faq h2{
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 75% */
    margin-bottom: 8px;
}

.section{
    padding: 50px 0;
}

.bg-grey .subtitle,
.faq .subtitle{
    color: #878787;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin-bottom: 50px;
}

.container{
    position: relative;
    z-index: 1;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.container-small{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.faq-wrapper{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

img{
    max-width: 100%;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.col-2 > div{
    width: 50%;
}

.col-2 > div:last-child{
    background: #E3FF35;
}

.col-2 .background-image{
    object-fit: cover;
    object-position: bottom;
    aspect-ratio: 4/3;
    width: 100%;
    height: 100%;
}

.col-2 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 50px;
    box-sizing: border-box;
}

.col-2 .content h2{
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
    margin-bottom: 15px;
}

.col-2 .content p{
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}

.col-3 > div{
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
}

.col-3 h3{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.col-3 .image{
    text-align: center;
}

.col-3 p{
    color: #5A5A5A;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}

.action-wrapper{
    text-align: center;
}

a.button{
    display: inline-block;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    background: #59E066;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    margin-bottom: 30px;
}

header{
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px 0;
}

.banner-wrapper{
    position: relative;
    background: #E1FF28;
    padding-bottom: 50px;
    /*margin-bottom:80px;*/
}

.hero-banner, .durian{
    width: 50%;
}

.hero-banner p{
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.durian{
    position: relative;
}

.durian > img{
    max-width: unset;
    width: 100%;
    position: absolute;
    bottom: calc(-120px - 0%);
    /*right: calc(-50px - 0%);*/
    right: 0;
}

.round-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.round{
    position: absolute;
    border-radius: 100%;
    width: 55%;
    aspect-ratio: 1/1;
    top: -15%;
    right: -10%;
    background: #D4F217;
}

.steps:before{
    z-index: -1;
    position: absolute;
    top: -80px;
    left: calc(50% - 2px);
    content: '';
    width: 3px;
    background: #000;
    height: 50px;
    display: block;
}
.steps{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 4px 30px -15px rgba(0, 0, 0, 0.25);
    margin-bottom: 70px;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
}

.steps .number{
    position: absolute;
    background: #FFD027;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    left: calc(50% - 26px);
    top: -30px;
    font-family: Gabarito;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
}


.steps h3{
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
}

.steps p{
    color: #646464;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}

.form{
    text-align: left;
}

.form > div{
    margin-bottom: 18px;
}

.form label{
    text-align: left;
    display: block;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin-bottom: 8px;
}

.form input,
.form textarea{
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    background: #FBFBFB;
    line-height: 24px;
    box-sizing: border-box;
    padding: 8px;
    resize: none;
}

.form button {
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    background: #59E066;
    color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    margin-bottom: 30px;
    width: 100%;
    border: none;
    outline: 0;
    margin-top: 30px;
}

.contact-info{
    text-align: left;
}

.contact-info > div {
    margin-bottom: 25px;
    text-align: center;
    line-height: 24px;
}

.contact-info label{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;

    background:#FFD027;
    width: 35px;
    height: 35px;
    border-radius: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto;
    margin-bottom: 8px;
}

footer{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 50px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
}

.accordionjs .acc_section:last-of-type, .accordionjs .acc_section:last-of-type .acc_content,
.accordionjs .acc_section{
    border:0
}

.accordionjs .acc_section.acc_active > .acc_head{
    border-radius: 5px;
    border: 1px solid #CCC;
}

.accordionjs .acc_section .acc_head h3{
    color: #000;
    text-align: left;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 0 15px;
    line-height: 24px; /* 133.333% */
}

.accordionjs .acc_section.acc_active > .acc_content{
    color: #6C6C6C;
    font-family: Open Sans;
    font-size: 13px;
    padding: 0 30px;
    font-style: normal;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 32px; /* 213.333% */
}

.accordionjs .acc_section .acc_head{
    border-radius: 5px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}