/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirNextLTPro-Regular.eot");
	src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirNextLTPro-Medium.eot");
	src: url("../fonts/AvenirNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Medium.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/AvenirNextLTPro-Demi.eot");
	src: url("../fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "avenirnextltpro";
	src: url("../fonts/AvenirNextLTPro-Light.eot");
	src: url("../fonts/AvenirNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Light.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Light.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #2c262d;
	font: 14px/1.64 "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
.feature-block h2,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1,
.feature-block h2 {
	font-size: 40px;
	line-height: 1.25;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 1.333;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 23px;
}

a {
	color: #2e71ff;
	text-decoration: none;
	-webkit-transition: color .25s linear 0s;
	transition: color .25s linear 0s;
}

a:hover {
	text-decoration: none;
	color: #6194ff;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #010202;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #010202;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #010202;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #010202;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #010202;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #010202;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 25px;
	max-width: 1216px;
}

.btn,
.ps-button-label {
	border-radius: 22px;
	background: #2e71ff;
	border: 1px solid transparent;
	color: #fff;
	padding: 8px 15px;
	-webkit-transition: background,color, .25s linear 0s;
	transition: background,color, .25s linear 0s;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
	text-transform: capitalize;
	font-weight: 500;
}

.btn:hover,
.ps-button-label:hover {
	background: #4882ff;
	color: #fff;
}

.ps-button-label {
	border-radius: 22px !important;
	background: #2e71ff !important;
	border: 1px solid transparent !important;
	color: #fff !important;
	padding: 8px 15px !important;
	line-height: 17px !important;
	font-family: "Avenir", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	cursor: pointer;
	outline: none;
}

.ps-button-label:hover {
	background: #4882ff !important;
}

.ps-widget {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
}

.has-border,
.hero-block .heading-block,
.post-area h2 {
	padding: 0 0 31px;
	margin: 0 0 24px;
	position: relative;
}

.has-border:after,
.hero-block .heading-block:after,
.post-area h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200px;
	height: 2px;
	background: #2e71ff;
}

.has-center-border,
.hero-block .heading-block {
	text-align: center;
}

.has-center-border:after,
.hero-block .heading-block:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fixed-position + main {
	padding-top: 71px;
}

main {
	padding-top: 102px;
	-webkit-transition: padding-top .25s linear 0s;
	transition: padding-top .25s linear 0s;
}

main ul {
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 58px;
}

main ul.features-list li {
	margin: 0;
}

main ul li {
	position: relative;
	padding-left: 39px;
}

main ul li:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 13px;
	width: 5px;
	height: 5px;
	background: #2e71ff;
	border-radius: 100%;
}

.link-more {
	padding: 0;
	border: 0;
	color: #2e71ff;
	min-width: auto;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.link-more:hover {
	color: #fff;
	background: none;
}

.hide {
	display: none;
}

#header {
	background: #010202;
	padding: 33px 0 34px;
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
	-webkit-transition: padding .25s linear 0s;
	transition: padding .25s linear 0s;
}

#header.fixed-position {
	padding: 18px 0;
}

#header .logo {
	margin: 8px 0 0;
	float: left;
	width: 130px;
}

#header .logo img {
	width: 100%;
}

.header-area {
	overflow: hidden;
	padding-left: 15px;
	text-align: right;
}

.header-area .btn,
.header-area .ps-button-label {
	text-transform: uppercase;
}

.hero-block {
	position: relative;
	color: #fff;
	overflow: hidden;
	text-align: center;
	padding: 72px 0 64px;
}

.hero-block .heading-block {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 41px;
	margin: 0 0 42px;
	width: 245px;
}

.hero-block .heading-block img {
	width: 100%;
}

.overview-block .desc-block {
	text-align: center;
	padding: 59px 0 46px;
	max-width: 450px;
	margin: 0 auto;
	font-size: 16px;
}

.overview-block .desc-block h2 {
	margin: 0 0 10px;
}

.visual-block {
	position: relative;
	padding-top: 200px;
	-webkit-transition: padding .25s linear 0s;
	transition: padding .25s linear 0s;
}

.visual-block.video-active {
	padding: 50px 0;
}

.visual-block.video-active .bg-stretch {
	height: auto;
	bottom: 0;
}

.visual-block.video-active .link-video {
	width: 32px;
	height: 32px;
	top: 5px;
	opacity: .8;
	margin: 0 0 0 -16px;
}

.visual-block.video-active .link-video:before,
.visual-block.video-active .link-video:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 37px;
	width: 3px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0;
}

.visual-block.video-active .link-video:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.visual-block .bg-stretch {
	bottom: auto;
	height: 200px;
}

.visual-block .link-video {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -22px;
	width: 45px;
	height: 55px;
	font-size: 0;
	line-height: 0;
	opacity: .5;
	-webkit-transition: opacity .25s linear 0s;
	transition: opacity .25s linear 0s;
	display: block;
	z-index: 2;
}

.visual-block .link-video:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27.5px 0 27.5px 47px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.visual-block .link-video:hover {
	opacity: 1;
}

.visual-block .video-wrapper {
	position: static;
	padding: 0 !important;
	height: auto;
	overflow: visible;
}

.visual-block .video-frame {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.visual-block.video-active .video-frame {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.visual-block iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.post-block .heading-block {
	background: #2e71ff;
	overflow: hidden;
	padding: 40px 0 47px;
	text-align: center;
	letter-spacing: -.9px;
}

.post-block .heading-block h2 {
	font-size: 25px;
	margin: 0;
}

.post-area {
	position: relative;
	z-index: 1;
	padding-top: 251px;
}

.post-area .bg-stretch {
	bottom: auto;
	height: 251px;
}

.post-area .text-holder {
	margin: 0 -25px;
	padding: 46px 41px;
	border-bottom: 24px solid #504b51;
	line-height: 25px;
}

.post-area .label {
	text-transform: uppercase;
	color: #2e71ff;
	font-size: 18px;
	display: block;
	margin: 0 0 23px;
}

.feature-block {
	padding: 60px 0 0;
}

.feature-block .heading-block {
	padding: 0 0 20px;
	margin: 0 0 33px;
}

.feature-block .heading-block .img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 107px;
}

.feature-block .heading-block .img img {
	width: 100%;
}

.netgear-overview {
	position: relative;
	overflow: hidden;
	padding-top: 250px;
}

.netgear-overview .bg-stretch {
	height: 250px;
	bottom: auto;
}

.netgear-overview .heading-block {
	margin: 0 0 11px;
	overflow: hidden;
}

.netgear-overview .text-holder {
	padding: 70px 7px 38px;
	line-height: 25px;
	position: relative;
}

.netgear-overview .logo {
	margin: 0 0 40px;
	max-width: 311px;
}

.netgear-overview .logo img {
	width: 100%;
}

.footer {
	background: #000;
	padding: 30px 0 6px;
}

.footer .footer-logo {
	padding: 0 20px 30px;
}

.footer .footer-logo img {
	width: 150px;
	height: auto;
}

.footer .footer-wrap {
	font-size: 16px;
}

.footer .footer-wrap .footer-link {
	padding: 0 20px;
	margin-bottom: 20px;
}

.footer .footer-wrap a {
	color: #fff;
	font-weight: 300;
}

.footer .footer-wrap a:hover {
	color: #2e71ff;
}

.js-product-accordion {
	margin: 0 -25px;
}

.js-product-accordion > li {
	padding: 0;
}

.js-product-accordion > li:before {
	display: none;
}

.js-product-accordion > li:last-child .product-opener {
	border-bottom: 0;
}

.js-product-accordion > li:last-child.active .product-opener {
	border-bottom: 2px solid #ddd;
}

.js-product-accordion .opener {
	display: block;
}

.product-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	padding: 10px 65px 9px 25px;
	border-bottom: 2px solid #ddd;
	position: relative;
}

.active .product-opener:before {
	content: "";
	background: #000;
	width: 13px;
	height: 2px;
	right: 27px;
	top: 26px;
}

.product-opener:before {
	content: "+";
	color: #000;
	position: absolute;
	right: 25px;
	top: 12px;
	font-size: 25px;
	margin-top: -1px;
}

.product-opener .image-holder {
	width: 70px;
	margin-right: 15px;
}

.product-opener .cat {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	padding-top: 3px;
}

.product {
	padding: 0 25px 35px;
}

.product .image-holder {
	text-align: center;
	padding: 50px 9999px;
	margin: 0 -9999px 46px;
	background: #2e71ff;
}

.product ul li:before {
	background: #fff;
}

.info-product {
	text-align: center;
	margin: 0 0 20px;
}

.product-title {
	font-size: 20px;
	line-height: 25px;
	display: block;
	margin: 0 0 9px;
}

.btns-holder {
	text-align: center;
}

.btns-holder .btn,
.btns-holder .ps-button-label {
	min-width: 185px;
}

.link-more {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	font-weight: 700;
}

.product-row .container {
	max-width: 996px;
	margin: 0 auto;
}

.fadeUp {
	-webkit-transition: opacity 1.1s, -webkit-transform 1.1s;
	transition: opacity 1.1s, -webkit-transform 1.1s;
	transition: opacity 1.1s, transform 1.1s;
	transition: opacity 1.1s, transform 1.1s, -webkit-transform 1.1s;
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	opacity: 0;
}

.in-viewport .fadeUp {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.fadeIn {
	-webkit-transition: opacity 1.1s;
	transition: opacity 1.1s;
	opacity: 0;
}

.in-viewport .fadeIn {
	opacity: 1;
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
		line-height: 1.667;
	}

	p {
		margin: 0 0 29px;
	}

	.btn,
	.ps-button-label {
		font-size: 16px;
		line-height: 20px;
		padding: 11px 15px 9px;
	}

	.ps-button-label {
		font-size: 16px !important;
		line-height: 20px !important;
		padding: 11px 15px 9px !important;
	}

	.has-border,
	.hero-block .heading-block,
	.post-area h2 {
		padding: 0 0 37px;
		margin: 0 0 34px;
	}

	main {
		padding-top: 109px;
	}

	main {
		padding-top: 102px;
	}

	main ul {
		line-height: 18px;
	}

	main ul li {
		margin: 0 0 8px;
	}

	main ul li:before {
		top: 6px;
	}

	.hero-block {
		padding: 158px 0 139px;
	}

	.overview-block .desc-block {
		font-size: 18px;
	}

	.visual-block.video-active {
		padding: 100px 0 80px;
	}

	.visual-block.video-active .link-video {
		top: 20px;
		width: 40px;
		height: 40px;
		margin-left: -20px;
	}

	.visual-block.video-active .link-video:before,
	.visual-block.video-active .link-video:after {
		width: 5px;
		height: 45px;
	}

	.post-block:nth-child(even) {
		text-align: right;
	}

	.post-area {
		padding: 50px 0;
	}

	.post-area .bg-stretch {
		height: auto;
		bottom: 0;
	}

	.post-area .text-holder {
		margin: 0;
		background: #2c262d;
		max-width: 450px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		border-bottom-width: 25px;
	}

	.post-area .label {
		margin: 0 0 28px;
	}

	.feature-block {
		padding: 70px 0;
	}

	.features-list {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 0;
		column-gap: 0;
		max-width: 700px;
		margin: 0 auto;
	}

	.features-list li {
		display: inline-block;
		vertical-align: top;
	}

	.netgear-overview {
		padding: 0;
	}

	.netgear-overview .bg-stretch {
		bottom: 0;
		height: auto;
	}

	.netgear-overview .text-holder {
		max-width: 400px;
		padding-right: 30px;
	}

	.netgear-overview .text-holder:after {
		content: "";
		position: absolute;
		left: -99999px;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(44, 38, 45, .85);
		z-index: -1;
	}

	.netgear-overview .text-holder p:last-child {
		margin: 0;
	}

	.js-product-accordion {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.js-product-accordion > li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		text-align: right;
	}

	.js-product-accordion > li:nth-child(odd) {
		text-align: left;
	}

	.js-product-accordion > li:nth-child(odd) .image-holder img {
		position: relative;
		z-index: 2;
	}

	.js-product-accordion .opener {
		display: none;
	}

	.js-product-accordion .slide {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		width: auto !important;
		max-width: 323px;
		text-align: left;
		display: inline-block !important;
		vertical-align: top;
		padding-bottom: 108px;
		height: 100%;
		min-height: 100%;
	}

	.product {
		padding: 0;
	}

	.info-product {
		margin: 0 0 22px;
	}

	.btns-holder {
		position: absolute;
		bottom: 38px;
		left: 0;
		right: 0;
	}

	.link-more {
		margin: 0 0 36px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1,
	.feature-block h2 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 40px;
		line-height: 1.25;
	}

	main ul {
		font-size: 18px;
		line-height: 30px;
	}

	main ul.features-list {
		font-size: 18px;
		line-height: 40px;
	}

	main ul.features-list li {
		padding-left: 42px;
	}

	main ul.features-list li:before {
		width: 7px;
		height: 7px;
		left: 8px;
		top: 16px;
	}

	main ul li:before {
		top: 7px;
	}

	#header {
		padding: 30px 0;
	}

	#header .logo {
		width: 209px;
		margin: 5px 0 0;
	}

	.hero-block {
		padding: 112px 0;
	}

	.hero-block .heading-block {
		width: 341px;
		padding: 0 0 51px;
		margin: 0 0 59px;
	}

	.overview-block .desc-block {
		padding: 70px 0 50px;
		max-width: 760px;
		font-size: 22px;
	}

	.overview-block .desc-block h2 {
		margin: 0 0 32px;
	}

	.visual-block {
		padding-top: 384px;
	}

	.visual-block .bg-stretch {
		height: 384px;
	}

	.visual-block .link-video {
		margin: -57px 0 0 -49px;
	}

	.visual-block .link-video:after {
		border-width: 57px 0 57px 98px;
	}

	.post-block:nth-child(even) .post-area {
		padding: 139px 0;
	}

	.post-block .heading-block {
		padding: 63px 0 71px;
	}

	.post-block .heading-block h2 {
		font-size: 60px;
		line-height: 65px;
	}

	.post-area {
		padding: 118px 0;
	}

	.post-area .text-holder {
		padding: 50px 40px 29px;
		max-width: 467px;
	}

	.feature-block {
		padding: 98px 0;
	}

	.feature-block .heading-block {
		margin: 0 0 50px;
	}

	.feature-block .heading-block .img {
		width: 171px;
	}

	.features-list {
		max-width: 834px;
		-webkit-column-gap: 42px;
		column-gap: 42px;
	}

	.netgear-overview h2 {
		letter-spacing: -1px;
		font-size: 48px;
		line-height: 52px;
		padding: 0 0 52px;
		margin: 0 0 42px;
	}

	.netgear-overview .text-holder {
		max-width: 603px;
		padding: 192px 8% 147px 0;
		line-height: 30px;
	}

	.netgear-overview .logo {
		max-width: 426px;
		margin: 0 0 29px;
	}

	.footer {
		padding: 30px 0;
	}

	.footer .footer-logo {
		width: 25%;
		padding: 0;
		margin-top: 5px;
	}

	.footer .footer-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 18px;
	}

	.footer .footer-wrap .footer-link {
		width: 25%;
		padding: 0 15px;
		margin-bottom: 0;
	}

	.footer .footer-wrap .footer-link:last-child {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.hero-block {
		padding: 178px 0;
	}

	.footer .footer-wrap {
		font-size: 20px;
	}
}

@media (min-width: 1400px) {
	.hero-block {
		padding: 208px 0 189px;
	}

	.netgear-overview .text-holder {
		margin-left: -20px;
	}
}

@media (max-width: 767px) {
	.product-opener .image-holder .fadeUp {
		opacity: 1 !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}
.ps-product-details > h1.ps-product-name {
	font-weight: normal !important;
}.ps-widget.ps-enabled:focus {
    outline: none;
}
@media (max-width: 400px) {
	.mobile-app-block .right-block {
		display: block;
	}
	.mobile-app-block .right-block img {
		height: auto !important;

	}
}
.disclaimer {
	color: #000;
}
.disclaimer .title {
	margin-bottom: 10px;
	display: block;
}



/*badge css */
.badge-wrap {
	margin: 0 auto;
	position: static;
	max-width: 200px;
	z-index: 1;
}
@media (min-width: 768px) {
	.badge-wrap {
		position: absolute;
		right: 25px;
		top: 25px;
	}    
}