div.layout_wrapper__usp {
width: 100%;
min-height: 680px;
position: static;
}

div.usp {
    /* width: 1024px; */
  	margin: 0 auto;
    padding: 8.25em 0px 0px 0px;
    /* font-size: 12px; */
    background-color: transparent;
    /* font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; */
    /* position: absolute; */
    text-rendering: optimizeLegibility;
}

div.usp__hdr {
    text-align: center;
}

div.usp div.usp__hdr h1,
div.usp div.usp__hdr h2 {
    color: #3095D8;
  	letter-spacing: -1.5px;
    font-size: 38px;
    margin:0.6em 0px 0.6em 0px;
    padding: 0 1.25em;
    text-rendering: optimizeLegibility; 
}

div.usp div.usp__hdr p {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px 1.25em 2.5em 1.25em;
    font-weight: 400;
    /* line-height: 24.5px; */
    /* font-size: 14px; */
    /* color: #7e89a3; */
}

/* ============================================================
Panes
============================================================*/


#usp__acc {
    list-style-type: none;
}

.usp__acc__prop {
  	height: auto;
    width: 45%;
    background: #ffffff;
    border-radius: 10px;
    margin: 24px 0px;
    padding: 24px 24px 32px 24px;
    box-shadow: 0px 1px 5px #E5ECF4;
    position: relative;
    cursor: pointer;
}


.usp__acc__prop h4 {
    color: #13597b;
    font-size: 19px;
    text-rendering: optimizeLegibility; 
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: 6px;
    text-align: left;
    transition: 0.5s ease;
}

.usp__acc__prop:hover h4 {
    color: #13597b;   
}

.usp__acc__prop h4::after {
    content: url(https://cdn2.hubspot.net/hubfs/463621/plus.svg); 
    width:24px;
    height:24px;
    position: relative;
    bottom: 0px;
    float: right;
}

.usp__acc__prop p {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    /* font-size: 14px; */
    font-weight: 400;
    line-height: 24.5px;
    color: #7e89a3;
    padding: 0px;
    margin: -100% 0px 0px 0px;
    opacity: 0;
}

/* Open */

.usp__acc__prop--open {
  	height: auto;
    box-shadow: 0px 5px 15px 2px #E5ECF4 !important;
    transition: box-shadow 0.5s;
    transition-delay: 0.8s;
}

.usp__acc__prop--open h4 {
   	/* font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; /*
    color: #3095D8;
    font-size: 22px;
    font-weight: 300;
    text-rendering: optimizeLegibility; 
    margin-top: -15px;
    padding-top: 15px;
    transition-delay: 0.2s;

}

.usp__acc__prop:hover.usp__acc__prop--open h4 {
    color: #3095D8;
    /* transition-delay: 0.9s; */
}

.usp__acc__prop--open h4::after {
    content: url(https://cdn2.hubspot.net/hubfs/463621/minus.svg);
    width:24px;
    height:24px;
    position: relative;
    bottom: 11px;
    float: right;
}

.usp__acc__prop--open p {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    /* font-size: 14px; */
    /* line-height: 24.5px; */
    font-weight: 400;
    color: #7e89a3;
    margin: 0px;
    opacity: 1;
    /* transition-delay: 0.5s, 0s; */ 
    animation: expand-p 0.5s ease 0s ;
}

.usp__acc__prop .usp__acc__prop__img {
    position: relative;
    cursor: default;
} 

.usp__acc__prop--open .usp__acc__prop__img {

}


.usp__acc__prop .usp__acc__prop__img>img {
    position: absolute; 
    z-index: 10;
    left: 130%;
    top: -32.5px;
    display: none;
    /* transition: opacity 0.8s ease; */
    /*	width:423px;
  	height:489px; */
}


.usp__acc__prop .usp__acc__prop__img>.img {
    position: absolute; 
    z-index: 10;
    left: 503px;
    top: -32.5px;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.usp__acc__prop--open .usp__acc__prop__img>img {
    display: block;
    z-index: 10;
}

.usp__acc__prop--open .usp__acc__prop__img>.img {
    display: block;
    z-index: 10;
}

li:nth-child(2).usp__acc__prop--open .usp__acc__prop__img img {
    top: calc(-32.5px * 4);
}

li:nth-child(3).usp__acc__prop--open .usp__acc__prop__img img {
    top: calc(-32.5px * 7);
}

li:nth-child(4).usp__acc__prop--open .usp__acc__prop__img img {
    top: calc(-32.5px * 10);
}


@media screen and (max-width: 1024px) {
    div.usp {
        width: 100%;
      	/*
      	max-width: 768px;
        margin: 0;
        */
        position: relative;
        padding: 2.25em 0px 0px 0px;
    }
 
    div.usp div.usp__hdr {
        width: 100%;
  }
    
    #usp__acc {
    padding: 0px 24px;

    }

    li.usp__acc__prop {
        margin: 24px 0px;
        padding: 24px 24px 48px 24px;
        cursor: unset;
        /* width:  92%; */ 
      	width: 100%;
        text-align: center;
    }

    li.usp__acc__prop p {
        padding: 0px;
        margin: 0 0 0 0;
        opacity: 1;
        text-align: center;
        animation: unset;
    }

    li.usp__acc__prop h4::after {
        content: unset;
    }
    
    li.usp__acc__prop .usp__acc__prop__img>img,
    li.usp__acc__prop--open .usp__acc__prop__img>img {
        position: static;
        display: block;
        margin: 0 auto;
        /* max-width:  320px; */
    }

    li.usp__acc__prop h4 {
        font-family: 'Metropolis-Regular', Arial, Helvetica, sans-serif;
        color: #13597b;
        
        letter-spacing: -0.5px;
        line-height: 1.6;
        margin-top: 30px;
        padding-top: 15px;
        transition-delay: 0.2s;
        text-align: center;
    }

    li.usp__acc__prop h4:hover{
        color: #13597b;
    }

    li.usp__acc__prop:hover h4 {
        color: #13597b;   
    }

    li.usp__acc__prop {
        box-shadow: 0px 3px 10px #E5ECF4 !important;
    }      
}


@keyframes expand-p {
    0% {
        margin: -20% 0px 0px 0px;
        opacity: 0;
    }

    50% {
        margin: 0px 0px 0px 0px;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.usp__acc__prop--trigger {
	background: rgba(0,0,0,0.0);
  width: 110%;
  height: 100%;
  padding: 30px;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
}
