
/** ADD YOUR AWESOME CODES HERE **/
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #152545;
    font-weight: 400;
    cursor: pointer;
    padding: 35px 25px 0px;
    padding-right: 45px;
    border-top: 1px solid #dddddd;
    background-color: #ffffff;
    font-family: "Chivo", sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion-box .block .content {
    position: relative;
    padding: 20px 25px;
}
.pop-msg-container{
	padding-right: 10px;
    position: fixed;
    right: 0;
    bottom: 199px;
	z-index:100;
	display:none;
}
.pop-msg-container.show{display:block;}
.pop-msg-matter{
    min-width: 266px;
    max-width: 285px;
    max-height: 106px;
    min-height: 70px;
    background-color: #fff;
    padding: 13px 9px 13px 13px;
    box-shadow: 0 2px 12px #0003;
    border-radius: 6px;
    cursor: pointer;
    display: grid;
    grid-gap: 4px;
    flex-direction: column;
    align-items: center;
}
.pop-msg-matter h4{
    margin-top: 0;
    max-height: 32px;
    overflow: hidden;
    padding-bottom: 5px;
    display: table;
    font-size: 13px;
    color: #737376;
    line-height: 1;
    display: flex;
    flex-direction: column;
	font-weight: 700;
}
.pop-msg-matter p{margin-bottom: 0;
    max-height: 58px;
    overflow: hidden;
    margin-top: -5px;
    font-size: 14px;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    color: #000;
}
.pop-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 8px;
	height: 30px;
    border: solid 2px transparent;
}
.pop-close-button{
    background-image: url(../images/close.0424ec9f1a1a0595.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 16px;
    padding-left: 16px;
    display: block;
    background-color: #0009;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    cursor: pointer;
    transition: all .12s ease-out 80ms;
    transform: translateY(0);
}
.pop-msgl-wrapper{
	position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.9;
    opacity:.90;
    filter: alpha(opacity=90);
	cursor: pointer;
}
.pop-msgl-container{
    position:fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
	 z-index:1009;
}
.popl-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 8px;
	height: 30px;
    border: solid 2px transparent;
}
.popl-close-button{
    background-image: url(../images/close.0424ec9f1a1a0595.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 16px;
    padding-left: 16px;
    display: block;
    background-color: #0009;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    cursor: pointer;
    transition: all .12s ease-out 80ms;
    transform: translateY(0);
}