@charset "UTF-8";
/* CSS Document */

/* ================= */
/* ===== RESET ===== */
/* ================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* ================== */
/* ================== */
/* =====        ===== */
/* ===== LAYOUT ===== */
/* =====        ===== */
/* ================== */
/* ================== */

body {
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
	font-size:26px;
	line-height:28px;
}

a {
	color: #ffffff;
}


.container {
	width:300px;
	height:250px;
	background:url(../img/background.png) no-repeat;
	overflow: hidden;
	position: absolute;
}

#top_text {
	font-size: 39px;
	line-height: 39px;
	position: absolute;
	top: 80px;
	left: 18px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	width: 300px;
}

#cta_text {
	color: #FFF;
	font-size: 14.74px;
	line-height: 22px;
	position: absolute;
	top: 182px;
	 left: 90px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: flex-end;
}

#cta_text *[id^="cta_"] {
	display: inline;
}

#cta_chevron {
	font-size: 22px;
	position: relative;
	top: -1px;
}

/* SDWAN */

#top_text > span {
	display: block;
}

.text_faster,
.text_affordable,
.text_secure,
.text_configurable,
.text_better
{
	top: 39px;
	position: absolute;
}