.eb-bottom-sheet {
	 display: flex;
	 justify-content: space-between;
}
.eb-bottom-sheet .left-options, .eb-bottom-sheet .right-options {
    display: flex;
    color: #D42D12;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}
 .eb-bottom-sheet .option, .eb-bottom-sheet .left-options > ul, .eb-bottom-sheet .right-options > ul {
	 display: flex;
	 align-items: center;
}
 .eb-bottom-sheet .option .eb-icon, .eb-bottom-sheet .left-options > ul .eb-icon, .eb-bottom-sheet .right-options > ul .eb-icon {
	 margin-right: 0.5rem;
}
 .eb-bottom-sheet .option:not(:last-child), .eb-bottom-sheet .left-options > ul:not(:last-child), .eb-bottom-sheet .right-options > ul:not(:last-child) {
	 padding-right: 20px;
}
 .eb-bottom-sheet .media {
	 width: 30px;
	 height: 30px;
	 margin-right: 5px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .eb-bottom-sheet li.media:not(:first-child) {
	 margin-left: 20px;
}
 .eb-bottom-sheet ul.normal-links > li:not(.media) span {
	 text-transform: lowercase;
}
 .eb-bottom-sheet.spaced {
	 margin-top: 40px;
}
.cms-link{
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
.cms-link a {
    text-decoration: unset;
    font-weight: 600;
    color: #000;
    font-size: 12px;
}
.description {
    font-size: 16px;
    line-height: 1.3;
}
i.eb-icon.eb-icon-inbox-arrow img{
    width: 25px;
    height: 30px;
    margin-right: 5px;
    margin-top: 5px;
}
.financing-container .arrow-right img{
    height: 13px;
     width: auto;
    vertical-align: middle;
    margin-left: 3px;
}