
.chiac_divi_accordions {
    border: 0 solid #d9d9d9;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms
}

.chiac_divi_accordions,
.chiac_divi_accordions_item {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.chiac_divi_accordions_item {
    border: 1px solid #ccc;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms
}

.chiac_divi_accordions h1,
.chiac_divi_accordions h2,
.chiac_divi_accordions h3,
.chiac_divi_accordions h4,
.chiac_divi_accordions h5,
.chiac_divi_accordions h6 {
    text-transform: unset
}

.chiac-header {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0 solid #ccc;
    border-radius: 0 0 0 0;
    cursor: pointer
}

.chiac-header,
.chiac-header.chiac_opened {
    background-color: #eee8df
}

.chiac_divi_accordions_item .chiac_left_icon,
.chiac_divi_accordions_item .chiac_left_icon_container,
.chiac_divi_accordions_item .chiac_right_icon,
.chiac_divi_accordions_item .chiac_right_icon_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 solid #ccc
}

.chiac_divi_accordions_item .chiac_left_icon,
.chiac_divi_accordions_item .chiac_right_icon {
    border-radius: 0;
    background-color: #f9f9f9;
    margin: 0;
    padding: 15px;
    z-index: 1
}

.chiac_divi_accordions_item .chiac-header .chiac_left_icon>span,
.chiac_divi_accordions_item .chiac-header .chiac_right_icon>span {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.chiac-header.chiac_l_icon_rotate.chiac_opened .chiac_left_icon>span,
.chiac-header.chiac_r_icon_rotate.chiac_opened .chiac_right_icon>span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chiac_divi_accordions_item .chiac_left_icon,
.chiac_divi_accordions_item .chiac_left_icon:before,
.chiac_divi_accordions_item .chiac_right_icon,
.chiac_divi_accordions_item .chiac_right_icon:before {
    text-shadow: 0 0;
    font-family: ETmodules !important;
    color: #666;
    font-size: 20px!important;
}

.chiac_divi_accordions .chiac_left_icon,
.chiac_divi_accordions .chiac_right_icon {
    text-decoration: none !important;
    line-height: 1em
}

.chiac_divi_accordions_item .chiac_left_icon img,
.chiac_divi_accordions_item .chiac_right_icon img {
    min-width: 20px
}

.chiac_heading_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 8px 20px;
    margin: 0;
    border: 0 solid #d9d9d9;
    background-color: transparent;
	
	height:72px;
}

.chiac_divi_accordions .chiac-title {
    display: block;
    line-height: 1em;
    color: #666;
/*     padding: 0 0 5px; */
    word-break: break-word;
    width: 100%
}

.chiac_divi_accordions .chiac-subtitle {
    display: block;
    line-height: 1em;
    color: #666;
    padding: 5px 0 0;
    word-break: break-word
}

.chiac-content {
    display: none;
    border: 0 solid #d9d9d9;
    border-top-width: 0;
    padding: 20px;
    margin: 0;
    background-color: #fff;
    overflow: hidden
}

.chiac-content ol li,
.chiac-content ul li {
    list-style-type: unset
}

.chiac-content ol li {
    list-style-position: unset
}

.chiac_left_icon_hidden .chiac_left_icon_container,
.chiac_right_icon_hidden .chiac_right_icon_container,
.chiac_subtitle_hidden .chiac-subtitle {
    display: none
}

@media (min-width:981px) {

    body:not(.et-fb) .chiac_hide_desktop,
    body:not(.et-fb) .chiac_hide_subtitle_desktop .chiac-subtitle {
        display: none !important
    }

    body:not(.et-fb) .chiac_hide_subtitle_desktop .chiac_heading_container {
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (min-width:768px) and (max-width:980px) {

    body:not(.et-fb) .chiac_hide_subtitle_tablet .chiac-subtitle,
    body:not(.et-fb) .chiac_hide_tablet {
        display: none !important
    }

    body:not(.et-fb) .chiac_hide_subtitle_tablet .chiac_heading_container {
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (max-width:767px) {

    body:not(.et-fb) .chiac_hide_phone,
    body:not(.et-fb) .chiac_hide_subtitle_phone .chiac-subtitle {
        display: none !important
    }

    body:not(.et-fb) .chiac_hide_subtitle_phone .chiac_heading_container {
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.et-fb-preview--desktop .chiac_hide_desktop,
.et-fb-preview--desktop .chiac_hide_subtitle_desktop .chiac-subtitle,
.et-fb-preview--phone .chiac_hide_phone,
.et-fb-preview--phone .chiac_hide_subtitle_phone .chiac-subtitle,
.et-fb-preview--tablet .chiac_hide_subtitle_tablet .chiac-subtitle,
.et-fb-preview--tablet .chiac_hide_tablet {
    display: none !important
}

.chiac_subtitle_hidden .chiac_heading_container,
.et-fb-preview--desktop .chiac_hide_subtitle_desktop .chiac_heading_container,
.et-fb-preview--phone .chiac_hide_subtitle_phone .chiac_heading_container,
.et-fb-preview--tablet .chiac_hide_subtitle_tablet .chiac_heading_container {
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column
}

.chiac_divi_accordions .chiac-content,
.chiac_divi_accordions .chiac-content-wrapper,
.chiac_divi_accordions .chiac-header,
.chiac_divi_accordions .chiac-header div,
.chiac_divi_accordions .chiac-subtitle,
.chiac_divi_accordions .chiac-title,
.chiac_divi_accordions .chiac_divi_accordions_item,
.chiac_divi_accordions .et_pb_module_inner,
.chiac_divi_accordions a,
.chiac_divi_accordions blockquote,
.chiac_divi_accordions h1,
.chiac_divi_accordions h2,
.chiac_divi_accordions h3,
.chiac_divi_accordions h4,
.chiac_divi_accordions h5,
.chiac_divi_accordions h6,
.chiac_divi_accordions i,
.chiac_divi_accordions img,
.chiac_divi_accordions li,
.chiac_divi_accordions ol,
.chiac_divi_accordions p,
.chiac_divi_accordions span,
.chiac_divi_accordions ul {
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important
}

#et-fb-app .chiac_divi_accordions .chiac-content {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.et-db #et-boc .et-l .et-fb-modules-list li.chiac_divi_accordions .et-fb-icon,
.et-fb-modules-list li.chiac_divi_accordions .et-fb-icon {
    width: 17px !important;
    min-width: 17px !important;
    height: 15px !important;
    margin: 0 auto 6px !important
}

.chiac_left_icon img{
	max-width: 40px;
    max-height: 40px;
}

h3.cstm-chiac-title
{
	font-size:18px!important;
	font-weight: 600!important;
/* 	padding-bottom:0!important; */
	color:rgb(25, 25, 25)!important;
	padding-bottom: 4px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	padding-top: 4px!important;
}

.cstm-chiac_divi_accordions_item
{
	padding:0!important;
}

.cstm-chiac_divi_accordions_item_0
{
	margin-bottom: 10px !important;
	border:0!important;
}

.cstm-chiac_right_icon, .cstm-chiac_right_icon span
{
	font-size:40px!important;
}

.chiac_heading_container.et_pb_toggle_title::before{
	display:none;
	
}

/* .chiac_heading_container.et_pb_toggle_title
{
	background-color: rgba(0, 0, 0, 0)!important;
} */

.chiac_closed
{
	background-color: #FFFFFF!important;
}

.chiac_left_icon img{
	width: 200px; 
	height: 150px;
}

.cstm-chiac_right_icon_container{
	display:contents!important;
}
.chiac_divi_accordions {
    border: 0 solid #d9d9d9;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms
}

.chiac_divi_accordions,
.chiac_divi_accordions_item {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.chiac_divi_accordions_item {
    border: 1px solid #ccc;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms
}

.chiac_divi_accordions h1,
.chiac_divi_accordions h2,
.chiac_divi_accordions h3,
.chiac_divi_accordions h4,
.chiac_divi_accordions h5,
.chiac_divi_accordions h6 {
    text-transform: unset
}

.chiac-header {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0 solid #ccc;
    border-radius: 0 0 0 0;
    cursor: pointer
}

.chiac-header,
.chiac-header.chiac_opened {
    background-color: #eee8df
}

.chiac_divi_accordions_item .chiac_left_icon,
.chiac_divi_accordions_item .chiac_left_icon_container,
.chiac_divi_accordions_item .chiac_right_icon,
.chiac_divi_accordions_item .chiac_right_icon_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 solid #ccc
}

.chiac_divi_accordions_item .chiac_left_icon,
.chiac_divi_accordions_item .chiac_right_icon {
    border-radius: 0;
    background-color: #f9f9f9;
    margin: 0;
    padding: 15px;
    z-index: 1
}

.chiac_divi_accordions_item .chiac-header .chiac_left_icon>span,
.chiac_divi_accordions_item .chiac-header .chiac_right_icon>span {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.chiac-header.chiac_l_icon_rotate.chiac_opened .chiac_left_icon>span,
.chiac-header.chiac_r_icon_rotate.chiac_opened .chiac_right_icon>span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.chiac_divi_accordions_item .chiac_left_icon,
.chiac_divi_accordions_item .chiac_left_icon:before,
.chiac_divi_accordions_item .chiac_right_icon,
.chiac_divi_accordions_item .chiac_right_icon:before {
    text-shadow: 0 0;
    font-family: ETmodules !important;
    color: #666;
    font-size: 20px!important;
}

.chiac_divi_accordions .chiac_left_icon,
.chiac_divi_accordions .chiac_right_icon {
    text-decoration: none !important;
    line-height: 1em
}

.chiac_divi_accordions_item .chiac_left_icon img,
.chiac_divi_accordions_item .chiac_right_icon img {
    min-width: 20px
}

.chiac_heading_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 8px 20px;
    margin: 0;
    border: 0 solid #d9d9d9;
    background-color: transparent;
	
	height:72px;
}

.chiac_divi_accordions .chiac-title {
    display: block;
    line-height: 1em;
    color: #666;
/*     padding: 0 0 5px; */
    word-break: break-word;
    width: 100%
}

.chiac_divi_accordions .chiac-subtitle {
    display: block;
    line-height: 1em;
    color: #666;
    padding: 5px 0 0;
    word-break: break-word
}

.chiac-content {
    display: none;
    border: 0 solid #d9d9d9;
    border-top-width: 0;
    padding: 20px;
    margin: 0;
    background-color: #fff;
    overflow: hidden
}

.chiac-content ol li,
.chiac-content ul li {
    list-style-type: unset
}

.chiac-content ol li {
    list-style-position: unset
}

.chiac_left_icon_hidden .chiac_left_icon_container,
.chiac_right_icon_hidden .chiac_right_icon_container,
.chiac_subtitle_hidden .chiac-subtitle {
    display: none
}

@media (min-width:981px) {

    body:not(.et-fb) .chiac_hide_desktop,
    body:not(.et-fb) .chiac_hide_subtitle_desktop .chiac-subtitle {
        display: none !important
    }

    body:not(.et-fb) .chiac_hide_subtitle_desktop .chiac_heading_container {
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (min-width:768px) and (max-width:980px) {

    body:not(.et-fb) .chiac_hide_subtitle_tablet .chiac-subtitle,
    body:not(.et-fb) .chiac_hide_tablet {
        display: none !important
    }

    body:not(.et-fb) .chiac_hide_subtitle_tablet .chiac_heading_container {
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (max-width:767px) {

    body:not(.et-fb) .chiac_hide_phone,
    body:not(.et-fb) .chiac_hide_subtitle_phone .chiac-subtitle {
        display: none !important
    }

    body:not(.et-fb) .chiac_hide_subtitle_phone .chiac_heading_container {
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.et-fb-preview--desktop .chiac_hide_desktop,
.et-fb-preview--desktop .chiac_hide_subtitle_desktop .chiac-subtitle,
.et-fb-preview--phone .chiac_hide_phone,
.et-fb-preview--phone .chiac_hide_subtitle_phone .chiac-subtitle,
.et-fb-preview--tablet .chiac_hide_subtitle_tablet .chiac-subtitle,
.et-fb-preview--tablet .chiac_hide_tablet {
    display: none !important
}

.chiac_subtitle_hidden .chiac_heading_container,
.et-fb-preview--desktop .chiac_hide_subtitle_desktop .chiac_heading_container,
.et-fb-preview--phone .chiac_hide_subtitle_phone .chiac_heading_container,
.et-fb-preview--tablet .chiac_hide_subtitle_tablet .chiac_heading_container {
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column;
    flex-flow: column
}

.chiac_divi_accordions .chiac-content,
.chiac_divi_accordions .chiac-content-wrapper,
.chiac_divi_accordions .chiac-header,
.chiac_divi_accordions .chiac-header div,
.chiac_divi_accordions .chiac-subtitle,
.chiac_divi_accordions .chiac-title,
.chiac_divi_accordions .chiac_divi_accordions_item,
.chiac_divi_accordions .et_pb_module_inner,
.chiac_divi_accordions a,
.chiac_divi_accordions blockquote,
.chiac_divi_accordions h1,
.chiac_divi_accordions h2,
.chiac_divi_accordions h3,
.chiac_divi_accordions h4,
.chiac_divi_accordions h5,
.chiac_divi_accordions h6,
.chiac_divi_accordions i,
.chiac_divi_accordions img,
.chiac_divi_accordions li,
.chiac_divi_accordions ol,
.chiac_divi_accordions p,
.chiac_divi_accordions span,
.chiac_divi_accordions ul {
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important
}

#et-fb-app .chiac_divi_accordions .chiac-content {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.et-db #et-boc .et-l .et-fb-modules-list li.chiac_divi_accordions .et-fb-icon,
.et-fb-modules-list li.chiac_divi_accordions .et-fb-icon {
    width: 17px !important;
    min-width: 17px !important;
    height: 15px !important;
    margin: 0 auto 6px !important
}

.chiac_left_icon img{
	max-width: 40px;
    max-height: 40px;
}

h3.cstm-chiac-title
{
	font-size:18px!important;
	font-weight: 600!important;
/* 	padding-bottom:0!important; */
	color:rgb(25, 25, 25)!important;
	padding-bottom: 4px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	padding-top: 4px!important;
}

.cstm-chiac_divi_accordions_item
{
	padding:0!important;
}

.cstm-chiac_divi_accordions_item_0
{
	margin-bottom: 10px !important;
	border:0!important;
}

.cstm-chiac_right_icon, .cstm-chiac_right_icon span
{
	font-size:40px!important;
}

.chiac_heading_container.et_pb_toggle_title::before{
	display:none;
	
}

/* .chiac_heading_container.et_pb_toggle_title
{
	background-color: rgba(0, 0, 0, 0)!important;
} */

.chiac_closed
{
	background-color: #FFFFFF!important;
}

.chiac_left_icon img{
	width: 200px; 
	height: 150px;
}

.cstm-chiac_right_icon_container{
	display:contents!important;
}