/*   
*      _____    ___    ____    ___    _________
*     /  _  \   \  \   |  |   /  /   /  ______/
*    /  / \  \   \  \  |  |  /  /   /  /_____
*   /  /___\  \   \  \ |  | /  /   /_____   /
*  /  _______  \   \  \|  |/  /   ______/  /
* /__/       \__\   \________/   /________/
*
* Amazon Web Services */



.page_hero {
	max-width: 100% !important; 
	margin: 0 auto !important; 
	margin-top: -30px !important; 
	background-position: center !important; 
	background-repeat: no-repeat !important; 
	background-size: cover !important; 
	padding-top: 80px !important; 
	padding-bottom: 80px !important;
}
	
.hero_inside {
	width: 40%; 
	height: 30%; 
	display: block;
} 
*, *::before, *::after {box-sizing: border-box;}  

.chat_inside {
	width: 40%; 
	height: 30%; 
	display: block; 
	padding-top: 60px; 
}

.cta_button {
    box-sizing: border-box;
    padding: 2.66667px 30px;
    margin: 8px 0px;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #be952c #a68226 #9b7924;
    max-width: 100%;
    outline: 0px;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px inset;
    font-family: AmazonEmber!important;
    /* width: 272.875px; */
    font-weight: 500;
    font-style: normal;
    float: left;
    color: #333333 !important;
    text-decoration: none !important;
    background: linear-gradient(#fee6b0 0%, #eeba37 100%) 0% 0% / 100% #eeba37;
}

.hr_mkto {
    border-top: 1px solid #ddd;
    margin: 0 0 5px;
    background-color: transparent;
    display: block;
    height: 1px;
    line-height: 1.6em;
}