<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 &lt; 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;
}

.nav ul,
.hero-section .hero-slider .pagination,
.benefits-section .tabset,
.benefits-section .cta-btns,
.list,
.insight-solution .mix-tabset,
.insight-solution .mix-accordion,
.billing-block .box .features,
.billing-block .store-btns,
.footer .logo-block,
.footer-nav,
.social-networks,
.lang-select .lang-drop ul,
.slick-dots,
.management-devices .list-box .content-area ul,
.insight-compatability .table-pager,
.all-devices-section .check-list,
.all-devices-section .check-list ul,
.resources-section .resoucres-tabs,
.resources-section .review-row .rating ul,
.resources-section .pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.network-management-block .box .main-box:after,
.insight-solution .slide &gt; div:after,
.billing-block .toggle-bar:after,
.footer .nav-area:after,
.footer .bottom-area:after,
.all-devices-section .filter-bar .mobile-filter-bar:after,
.all-devices-section .check-form .filter-head:after,
.resources-section .review-row:after,
.resources-section .review-row .foot:after,
.resources-section .showMoreBtn: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: #282b31;
	background: #fff;
	font: 14px/1.71 "avenirnextltpro", "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;
	border-style: none;
}

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

h1,
.h1,
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 {
	font-size: 24px;
	line-height: 33px;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 16px;
	line-height: 22px;
	text-shadow: 0 1px 0 #000;
	text-transform: uppercase;
}

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out;
	color: #95258a;
	text-decoration: none;
}

a:hover {
	color: #662e88;
}

a:focus {
	outline: none;
}

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 #a5a5a5;
	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: #a5a5a5;
}

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: #a5a5a5;
}

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: #a5a5a5;
}

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: #a5a5a5;
}

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

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;
}

.header {
	background: #fff;
	z-index: 9999;
	padding: 9px 0;
	box-shadow: 0 4px 8px 0 rgba(40, 43, 49, .08);
}

.header .container {
	max-width: 1370px;
	position: relative;
}

.header .rt-hold {
	float: right;
}

.search-active .header .rt-hold .search-opener {
	display: none;
}

.header .login {
	display: inline-block;
	vertical-align: top;
	min-width: 82px;
	width: auto;
	border-radius: 6px;
	background: -webkit-linear-gradient(left, #662e88, #95258a);
	background: linear-gradient(to right, #662e88, #95258a);
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	padding: 9px;
	margin: 0 -4px 0 0;
}

.header .login.subscribe {
	min-width: 100px;
	width: auto;
}

.header .login:hover {
	background: -webkit-linear-gradient(left, #95258a, #662e88);
	background: linear-gradient(to right, #95258a, #662e88);
}

.header .search-opener {
	display: none;
}

.header .search-opener .ico-search {
	width: 16px;
	height: 16px;
}

.header .search-opener:hover {
	opacity: .75;
}

.header .search-form {
	position: relative;
	margin: 0 20px;
}

.header .search-form input[type="search"] {
	display: block;
	width: 100%;
	background: #f1f4f5;
	border: 0;
	color: #262626;
	font-size: 12px;
	line-height: 20px;
	height: 36px;
	outline: 0;
	padding: 8px 50px 8px 18px;
}

.header .search-form button[type="submit"] {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	background: none;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	border: 0;
	font-size: 14px;
	line-height: 1;
	padding: 0;
}

.header .search-form button[type="submit"]:hover {
	color: #95258a;
}

.header .search-form button[type="submit"]:focus {
	outline: none;
}

.header .search-form .close {
	display: none;
	color: #000;
	font-size: 15px;
	line-height: 1;
}

.header .search-form .close:hover {
	color: #95258a;
	opacity: 1;
}

.header .lang-select {
	display: inline-block;
	vertical-align: top;
	margin: 11px 4px 0 0;
	line-height: 0;
}

.search-active .header .lang-select {
	display: none;
}

.header .lang-select .lang-opener .flag-hold {
	height: 16px;
}

.header .lang-select .lang-opener:hover {
	opacity: .75;
}

.header .lang-select .lang-drop {
	bottom: auto;
	top: 100%;
	z-index: 9999;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	right: 20px;
	margin-top: 9px;
	padding-bottom: 30px;
}

.lang-active .header .lang-select .lang-drop {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header .lang-select .lang-drop ul {
	max-height: 280px;
}

.sticky-wrap.fixed-position .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	-webkit-animation: showBar ease .5s;
	animation: showBar ease .5s;
}

.logo {
	float: left;
	width: 76px; /*margin: 8px 37px 0;*/
	margin: 8px 0 0 27px;
}

.nav-drop {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background: #95258a;
	position: fixed;
	top: 50px;
	right: 0;
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	padding: 16px 0 20px;
	z-index: 99;
}

.nav-active .nav-drop {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.resize-active .nav-drop {
	-webkit-transition: none;
	transition: none;
}

.nav {
	padding: 0 0 16px;
}

.nav ul li {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}

.nav ul a {
	display: block;
	color: #fff;
	padding: 8px 20px;
}

.nav ul a:hover {
	background: #662e88;
}

.nav-opener {
	position: absolute;
	top: 10px;
	left: 19px;
	width: 18px;
	height: 14px;
	overflow: hidden;
	text-indent: -9999px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background: #a4a4a4;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	top: 0;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 5px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 6px;
}

.nav-opener:after {
	top: 10px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .74;
}

.ui-autocomplete.ui-menu {
	z-index: 9999;
	max-width: 400px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
	border: 1px solid #662e88;
	background: #95258a;
	font-weight: normal;
	color: #fff;
}

.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #662e88;
	background: #95258a;
	font-weight: normal;
	color: #fff;
}

body.filter-active {
	overflow: hidden;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	/* max-width: 1230px; */
	margin: 0 auto;
	padding: 0 20px;
}

.hero-section .hero-slider {
	position: relative;
	padding: 0 0 29px;
	height: 185px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.hero-section .hero-slider.gallery-disabled,
.hero-section .hero-slider.gallery-ready {
	opacity: 1;
	visibility: visible;
}

.hero-section .hero-slider.gallery-disabled .slide .slide-img {
	overflow: visible;
	right: 0;
}

.hero-section .hero-slider.slide-hovered .slide.slide-active .slide-img {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.hero-section .hero-slider.slide-hovered .slide.slide-active .slide-text {
	-webkit-transform: translate3d(-10%, 0, 0);
	transform: translate3d(-10%, 0, 0);
}

.hero-section .hero-slider.slide-hovered .slide.next-slide .slide-img {
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
}

.hero-section .hero-slider .slide .slide-text {
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.78, .11, 0, .84);
	transition: -webkit-transform .35s cubic-bezier(.78, .11, 0, .84);
	transition: transform .35s cubic-bezier(.78, .11, 0, .84);
	transition: transform .35s cubic-bezier(.78, .11, 0, .84), -webkit-transform .35s cubic-bezier(.78, .11, 0, .84);
}

.hero-section .hero-slider .slide.slide-active .slide-img {
	z-index: 20;
}

.hero-section .hero-slider .slide.slide-active .slide-text {
	z-index: 26;
}

.hero-section .hero-slider .slide.next-slide .slide-img {
	z-index: 25;
	border-left: 1px solid #fff;
}

.hero-section .hero-slider .slide.next-slide .slide-text {
	z-index: 26;
}

.hero-section .hero-slider .slide.prev-slide .slide-img {
	z-index: 25;
}

.hero-section .hero-slider .slide.prev-slide .slide-img .bg-img {
	left: 0;
	right: auto;
}

.hero-section .hero-slider .slide.prev-slide .slide-text {
	z-index: 26;
}

.hero-section .hero-slider .slide .slide-img {
	overflow: hidden;
	position: absolute;
	right: -10%;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 0;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.78, .11, 0, .84);
	transition: -webkit-transform .35s cubic-bezier(.78, .11, 0, .84);
	transition: transform .35s cubic-bezier(.78, .11, 0, .84);
	transition: transform .35s cubic-bezier(.78, .11, 0, .84), -webkit-transform .35s cubic-bezier(.78, .11, 0, .84);
}

.hero-section .hero-slider .slide .bg-img {
	background-size: cover;
	background-position: 50% 50%;
	height: 185px;
	margin-bottom: 45px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
}

.hero-section .hero-slider .pagination {
	position: absolute;
	bottom: 10px;
	left: -24px;
	line-height: 0;
	font-size: 0;
	z-index: 30;
}

.hero-section .hero-slider .pagination li {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 50px;
	height: 6px;
	opacity: .3;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
	cursor: pointer;
}

.hero-section .hero-slider .pagination li.active,
.hero-section .hero-slider .pagination li:hover {
	opacity: 1;
}

.hero-section .hero-slider .text-block {
	opacity: 0;
	visibility: hidden;
	display: block;
	padding: 0;
}

.hero-section .hero-slider .text-block h1 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 33px;
	text-shadow: 0 1px 0 #000;
	margin-bottom: 14px;
}

.hero-section .text-block {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	color: #2c262d;
	padding: 30px 20px 27px;
	position: relative;
}

.hero-section .text-block h1 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 33px;
	text-shadow: 0 1px 0 #000;
	margin-bottom: 14px;
}

.hero-section .btn-down {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.hero-section .btn-down img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 15px;
	height: 9px;
}

.hero-section .btn-down:hover {
	opacity: .75;
}

.network-management-block {
	text-align: center;
	padding-top: 26px;
}

.network-management-block h2 {
	color: #2c262d;
	margin: 0 0 21px;
}

.network-management-block .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.network-management-block .row .col {
	width: 100%;
}

.network-management-block .row .col + .col {
	margin-top: 24px;
}

.network-management-block .box {
	margin: 0 -20px;
	padding: 0 24px 25px;
	text-align: left;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.network-management-block .box .main-box {
	overflow: hidden;
	margin: 0 -25px;
	padding: 0 25px;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
}

.network-management-block .box .img-wrap {
	margin: 0 -24px 18px;
}

.network-management-block .box .img-wrap img {
	width: 100%;
	height: auto;
}

.network-management-block .box .arrow {
	display: none;
	width: 16px;
	margin: 0 auto;
}

.network-management-block .box .arrow img {
	width: 16px;
	height: 9px;
}

.network-management-block .box .arrow:hover {
	opacity: .6;
}

.network-management-block .box h3 {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #95258a;
	margin: 0 0 12px;
	text-shadow: 0 1px 0 #95258a;
}

.network-management-block .box p {
	margin: 0 0 32px;
}

.network-management-block .box.box-active .main-box {
	position: fixed;
	top: 50px;
	left: 24px;
	right: 24px;
}

.network-management-block .box .main-box-holder {
	position: relative;
}

.network-management-block .box .review-card {
	position: relative;
}

.network-management-block .review-card {
	background: #fff;
	padding: 30px 0 0;
	-webkit-transition: bottom .6s ease;
	transition: bottom .6s ease;
	box-shadow: 0 0 10px 0 rgba(32, 33, 39, .16);
	margin: 0 -25px;
}

.network-management-block .review-card .img-hold {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 5px 10px 0 rgba(32, 33, 39, .16);
	margin: 0 auto 22px;
	background: #d3d3d3;
}

.network-management-block .review-card blockquote {
	color: #2c262d;
	font-size: 14px;
	line-height: 2;
	margin: 0 12px;
	min-height: 273px;
	position: relative;
}

.network-management-block .review-card blockquote q {
	display: block;
	margin-bottom: 10px;
}

.network-management-block .review-card blockquote cite {
	text-shadow: 0 1px 0 #000;
	display: block;
	text-align: center;
	text-transform: capitalize;
	border-top: 1px solid #e7e8ea;
	font-style: normal;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	padding: 10px 10px 0;
}

.benefits-section {
	background: #fafafa;
	border-bottom: solid 1px #e7e8ea;
	border-top: solid 1px #e7e8ea;
	padding: 76px 0 50px;
	position: relative;
}

.benefits-section h2 {
	color: #2c262d;
	text-align: center;
	margin: 0 40px 28px;
}

.benefits-section .tabset {
	position: absolute;
	top: 105%;
	width: calc(100vw - 40px);
	opacity: 0;
	visibility: hidden;
}

.js-fixed .benefits-section .tabset {
	opacity: 1;
	visibility: visible;
}

.benefits-section .tabset &gt; li {
	margin: 0 0 20px;
}

.benefits-section .tabset [data-tab-link] {
	color: #282b31;
	overflow: hidden;
	display: block;
	background: #fff;
	box-shadow: 0 20px 40px 0 rgba(40, 43, 49, .08);
	padding: 20px 20px 36px;
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.benefits-section .tabset [data-tab-link].js-active {
	position: relative;
	left: auto;
	opacity: 1;
}

.benefits-section .tabset [data-tab-link] .ico-wrap {
	margin: 0 4px 23px;
}

.benefits-section .tabset [data-tab-link] .ico-wrap .clock {
	width: 23px;
	height: 23px;
}

.benefits-section .tabset [data-tab-link] .ico-wrap .bell {
	width: 24px;
	height: 35px;
}

.benefits-section .tabset [data-tab-link] .ico-wrap .monitors {
	width: 40px;
	height: 23px;
}

.benefits-section .tabset [data-tab-link] .text-wrap .title {
	display: block;
	color: #95258a;
	text-shadow: 0 1px 0 #95258a;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}

.benefits-section .tabset [data-tab-link]:hover,
.benefits-section .tabset [data-tab-link].js-active {
	border: 1px solid #d3d3d3;
	box-shadow: 0 20px 40px 0 rgba(40, 43, 49, .08);
}

.benefits-section .tab-content {
	position: relative;
}

.benefits-section .tab-content .hidden-img .img-block {
	opacity: .25;
}

.benefits-section .tab-content .img-block {
	position: relative;
	text-align: right;
	margin: 0 -55px 25% 10px;
	-webkit-transition: opacity .5s linear, visibility .5s linear;
	transition: opacity .5s linear, visibility .5s linear;
}

.benefits-section .tab-content .mobile-img {
	width: 38.7%;
	position: absolute;
	left: -6px;
	top: 68px;
}

.benefits-section .tab-item {
	-webkit-transition: opacity .5s linear, visibility .5s linear;
	transition: opacity .5s linear, visibility .5s linear;
}

.benefits-section .js-hidden {
	display: block !important;
	right: 0;
	position: absolute !important;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.benefits-section .cta-btns {
	max-width: 500px;
	padding: 15px 20px 0;
	margin: 0 auto;
	text-align: center;
}

.benefits-section .cta-btns li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px;
}

.benefits-section .cta-btns .app-store {
	width: 120px;
}

.benefits-section .cta-btns .google-play {
	width: 135px;
}

.benefits-section .cta-btns a {
	display: block;
}

.benefits-section .cta-btns a:hover {
	opacity: .75;
}

.list li {
	color: #282b31;
	position: relative;
	padding: 0 0 10px 14px;
	font-size: 14px;
	line-height: 18px;
}

.list li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #282b31;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 1px;
}

.two-image-section {
	padding: 0 0 51px;
	position: relative;
}

.two-image-section .bg-wrap {
	position: relative;
	padding-top: 62.5%;
	-webkit-transition: -webkit-transform .8s;
	transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s;
}

.two-image-section .bg-wrap + .bg-wrap {
	border-top: .7px solid #fff;
}

.two-image-section .bg-wrap .bg-img {
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.two-image-section .bg-wrap.top-left {
	-webkit-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
}

.two-image-section .bg-wrap.bottom-right {
	-webkit-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
}

.two-image-section .cloud-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -25px;
	-webkit-transition: -webkit-transform .8s ease;
	transition: -webkit-transform .8s ease;
	transition: transform .8s ease;
	transition: transform .8s ease, -webkit-transform .8s ease;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	z-index: 2;
}

.two-image-section .cloud-wrap img {
	width: 22.2px;
	height: 14.2px;
}

.two-image-section .devices {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 4px;
	width: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition: bottom .7s linear;
	transition: bottom .7s linear;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	z-index: 2;
}

.two-image-section .devices .img1 {
	width: 49%;
	margin: 0 2px -2px 0;
}

.two-image-section .devices .img2 {
	width: 19.2%;
	margin: 0 2px 1px;
}

.two-image-section .devices .img3 {
	width: 22%;
}

.two-image-section.in-viewport .bg-wrap.top-left,
.two-image-section.in-viewport .bg-wrap.bottom-right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.two-image-section.in-viewport .devices {
	bottom: 38px;
}

.two-image-section.in-viewport .cloud-wrap {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

sup,
sub {
	font-size: 90%;
	line-height: 1.5;
}

.text-section {
	padding: 40px 4px 0;
	margin: 0 0 40px;
	position: relative;
	z-index: 1.5;
	text-shadow: none;
	background: #fff;
}

.text-section h2 {
	color: #95258a;
	margin-bottom: 18px;
	line-height: 1.5;
}

.text-section p {
	margin-bottom: 18px;
}

.text-section h3 {
	margin-top: 10px;
	font-size: 16px;
	color: #95258a;
}

.text-section .btn {
	margin: 10px 0 15px;
}

.text-section ul.numeric-list {
	list-style-type: decimal;
	padding-left: 15px;
}

.text-section ul.numeric-list li::before {
	display: none;
}

.text-section.center {
	text-align: center;
}

.insight-solution {
	padding: 10px 0 0;
	position: relative;
	z-index: 99;
}

.insight-solution h2 {
	text-align: center;
	color: #95258a;
	margin: 0 20px 40px;
}

.insight-solution .insight-device {
	padding: 0 25px 36px;
}

.insight-solution .insight-device img {
	width: 100%;
	height: auto;
}

.insight-solution .insight-device .btn {
	display: none;
}

.insight-solution .tab-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.insight-solution a.close {
	display: none;
	position: absolute;
	top: 192px;
	right: 0;
}

.insight-solution a.close img {
	width: 26px;
	height: 26px;
}

.insight-solution a.close:hover {
	opacity: .75;
}

.insight-solution .mix-tabset {
	display: none !important;
}

.insight-solution .mix-tabset li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 30%;
	padding: 0 2px;
}

.insight-solution .mix-tabset a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #2c262d;
	text-transform: capitalize;
	text-align: center;
}

.insight-solution .mix-tabset .ico-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 auto;
}

.insight-solution .mix-tabset .ico-wrap .switches {
	width: 86px;
	height: 27px;
}

.insight-solution .mix-tabset .ico-wrap .wireless-access {
	width: 76px;
	height: 74px;
}

.insight-solution .mix-tabset .ico-wrap .network {
	width: 63px;
	height: 80px;
}

.insight-solution .mix-tabset .ico-wrap .mobile-router {
	width: 86px;
	height: 27px;
}

.insight-solution .mix-tabset .ico-wrap .mobile-hotspot {
	width: 100px;
	height: 100px;
}

.insight-solution .mix-tabset .text {
	width: 100%;
}

.insight-solution .mix-tabset .move-block {
	position: absolute;
	background: #95258a;
	bottom: 0;
	top: auto !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.insight-solution .tab-active .mix-tabset .move-block {
	opacity: 1;
	visibility: visible;
}

.insight-solution .mix-accordion {
	width: 100%;
}

.insight-solution .mix-accordion &gt; li {
	border-top: 1px solid rgba(149, 37, 138, .3);
}

.insight-solution .mix-accordion &gt; li.active .opener .plus-ico {
	display: none;
}

.insight-solution .mix-accordion &gt; li.active .opener .close-ico {
	display: block;
}

.insight-solution .mix-accordion .opener {
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	color: #2c262d;
	text-transform: capitalize;
	position: relative;
	padding: 19px 40px 19px 80px;
}

.insight-solution .mix-accordion .opener .ico-wrap {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.insight-solution .mix-accordion .opener .ico-wrap .switches {
	width: 29px;
	height: 11px;
}

.insight-solution .mix-accordion .opener .ico-wrap .wireless-access {
	width: 25px;
	height: 24px;
}

.insight-solution .mix-accordion .opener .ico-wrap .network-storage {
	width: 21px;
	height: 26px;
}

.insight-solution .mix-accordion .opener .ico-wrap .mobile-router {
	width: 28px;
	height: 10px;
}

.insight-solution .mix-accordion .opener .ico-wrap .mobile-hotspot {
	width: 30px;
	height: 30px;
}

.insight-solution .mix-accordion .opener .plus-ico {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px;
	width: 14px;
	height: 14px;
}

.insight-solution .mix-accordion .opener .close-ico {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px;
	display: none;
}

.insight-solution .slide {
	padding: 52px 0 60px 24px;
}

.insight-solution .slide .text-block {
	margin-bottom: 41px;
}

.insight-solution .slide .text-block .title {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 16px;
	text-shadow: 0 1px 0 #000;
	text-align: left;
	color: #2c262d;
	margin-bottom: 17px;
}

.insight-solution .slide .text-block .list {
	margin-bottom: 6px;
}

.insight-solution .slide .text-block .btn {
	display: block;
	width: 140px;
	margin: 20px 0 0;
}

.insight-solution .slide .img-block {
	position: relative;
	padding: 36px 45px 0 15px;
	margin-left: -24px;
}

.insight-solution .slide .img-block .mobile-img {
	position: absolute;
	right: 34px;
	top: 0;
	width: 36%;
}

.more {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 36px;
}

.more .arrow {
	position: absolute;
	top: 8px;
	left: 0;
	width: 24px;
	height: 8px;
}

.more:hover {
	opacity: .75;
}

.video-panel {
	background: -webkit-linear-gradient(left, #662e88, #95258a);
	background: linear-gradient(to right, #662e88, #95258a);
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	text-align: center;
	padding: 50px 0 157px;
	margin-bottom: 40px;
}

.video-panel .title-text {
	display: block;
	padding: 0 0 36px;
}

.video-panel .desktop-bg {
	display: none;
}

.video-panel .mobile-bg {
	background-size: cover;
	background-position: center center;
	height: 157px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.video-panel .mobile-play-btn {
	display: block !important;
	bottom: 28px;
}

.video-panel .play-btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	display: none;
}

.video-panel .play-btn img {
	width: 100px;
	height: 100px;
}

.video-panel .play-btn img.play-btn-icon,
.video-panel .play-btn img.stop-btn-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.video-panel .play-btn img.stop-btn-icon {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 74px;
	height: 74px;
	margin-top: 4px;
}

.video-panel .play-btn:hover {
	opacity: .75;
}

.video-section .text-frame {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.video-section .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;
}

.video-section .video-frame iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

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

.video-section.video-active .play-btn {
	-webkit-transform: translateX(-50%) rotate(360deg);
	-ms-transform: translateX(-50%) rotate(360deg);
	transform: translateX(-50%) rotate(360deg);
}

.video-section.video-active .play-btn img.play-btn-icon {
	opacity: 0;
	visibility: hidden;
}

.video-section.video-active .play-btn img.stop-btn-icon {
	opacity: 1;
	visibility: visible;
}

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

.subscriptions-section {
	background: #fafafa;
	color: #2c262d;
	padding: 50px 0 41px;
	position: relative;
	z-index: 2;
}

.subscriptions-section h2 {
	color: #95258a;
	text-align: center;
	margin-bottom: 29px;
}

.subscriptions-section .heading {
	font-size: 14px;
	line-height: 1.71;
	margin-bottom: 15px;
	color: #282b31;
}

.billing-block .box {
	background: #fff;
	border: solid .7px #d3d3d3;
	padding: 34px 20px 23px;
	margin-bottom: 29px;
	position: relative;
}

.billing-block .box .mini-title {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 16px;
	text-shadow: 0 1px 0 #000;
	letter-spacing: .9px;
	text-align: left;
	color: #95258a;
	margin-bottom: 11px;
}

.billing-block .box .title {
	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;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 14px;
	margin-bottom: 12px;
}

.billing-block .box .title .price {
	font-size: 32px;
	line-height: 34px;
	text-align: left;
	min-width: 100px;
	width: auto;
	margin-right: 4px;
	text-transform: uppercase;
}

.billing-block .box .title .rate {
	font-size: 12px;
	line-height: 14px;
	width: calc(100% - 104px);
}

.billing-block .box .title .rate span {
	display: block;
}

.billing-block .box .title .rate .devices {
	font-weight: 900;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.billing-block .box .features {
	margin-bottom: 38px;
}

.billing-block .box .features li {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 10px;
}

.billing-block .box .features a {
	font-weight: 500;
}

.billing-block .box .btn-wrap sup {
	display: block;
	line-height: 1.6;
}

.billing-block .box.blue-bg {
	color: #fff;
	background-image: -webkit-linear-gradient(313deg, #662e88, #95258a);
	background-image: linear-gradient(137deg, #662e88, #95258a);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.billing-block .box.blue-bg .mini-title {
	color: #fff;
}

.billing-block .box.blue-bg .btn {
	border: 1px solid #fff;
	background: #fff;
	color: #95258a;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
}

.billing-block .box.blue-bg .btn:hover {
	background: #95258a;
	color: #fff;
	border-color: #95258a;
}

.billing-block .box.inactive {
	opacity: .3;
	pointer-events: none;
}

.billing-block .box .ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 140px;
	height: 140px;
	text-align: right;
}

.billing-block .box .ribbon span {
	font-size: 13px;
	line-height: 20px;
	height: 30px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 150px;
	display: block;
	color: #2c262d;
	background: -webkit-linear-gradient(#ffff47 0%, #ffff1d 100%);
	background: linear-gradient(#ffff47 0%, #ffff1d 100%);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .25);
	position: absolute;
	top: 27px;
	right: -33px;
	padding: 5px;
}

.billing-block .box .ribbon span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #ac7c00;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #ac7c00;
}

.billing-block .box .ribbon span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #ac7c00;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #ac7c00;
}

.billing-block .box .ribbon.ribbon-green span {
	background: #008000;
	color: #fff;
	line-height: 13px;
	font-size: 13px;
	padding: 3px 20px;
}

.billing-block .box .ribbon.ribbon-green span:before {
	border-left: 3px solid #000;
	border-top: 3px solid #000;
}

.billing-block .box .ribbon.ribbon-green span:after {
	border-right: 3px solid #000;
	border-top: 3px solid #000;
}

.billing-block .toggle-bar {
	padding: 20px 0;
}

.billing-block .toggle-bar .switch {
	float: right;
	margin: 0 0 10px;
}

.billing-block .bar-fixed .toggle-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: #fafafa;
	z-index: 50;
	box-shadow: 0 -20px 40px 0 rgba(40, 43, 49, .08);
}

.billing-block .store-btns {
	margin: 0 0 28px;
	text-align: center;
}

.billing-block .store-btns li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 6px 0;
}

.billing-block .store-btns .app-store {
	width: 100px;
}

.billing-block .store-btns .google-play {
	width: 114px;
}

.billing-block .store-btns a {
	display: block;
}

.billing-block .store-btns a:hover {
	opacity: .75;
}

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
	background-image: -webkit-linear-gradient(left, #662e88, #95258a);
	background-image: linear-gradient(to right, #662e88, #95258a);
	text-transform: uppercase;
	padding: 10px 25px;
	text-align: center;
}

.btn:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(left, #95258a, #662e88);
	background-image: linear-gradient(to right, #95258a, #662e88);
}

.btn.btn-white {
	border-radius: 6px;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
	background: #fff;
	border: 1px solid #95258a;
	color: #95258a;
}

.btn.btn-white:hover {
	background: #95258a;
	color: #fff;
}

.btn.btn-lg {
	text-shadow: 0 1px 0 #fff;
}

#wtbContainer .ps_WtbButtonStyle {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
	background: -webkit-linear-gradient(top, #662e88, #95258a);
	background: linear-gradient(to bottom, #662e88, #95258a);
	text-transform: uppercase;
	padding: 11px 10px 10px;
	text-align: center;
	min-width: 168px;
	margin: 0 auto 15px;
}

#wtbContainer .ps_WtbButtonStyle .ps_RightArrowStyle {
	border: 0;
	background: url("../images/arrow-right.svg");
	width: 8px;
	height: 12px;
	background-size: 100% 100%;
	margin-top: -5px;
}

#wtbContainer .ps_WtbButtonStyle:hover {
	color: #fff;
	background: -webkit-linear-gradient(top, #95258a, #662e88);
	background: linear-gradient(to bottom, #95258a, #662e88);
}

#wtbContainer .ps_WtbButtonStyle:before {
	display: none;
}

#wtbContainer .ps_WtbButtonStyle:after {
	content: "";
	display: inline-block;
	border: 0;
	background: url(../images/arrow-right.svg);
	width: 8px;
	height: 12px;
	background-size: 100% 100%;
	margin-top: -5px;
	margin-left: 8px;
}

.ps_LightboxStyle .ps_VerticalFlexStyle .ps_LinkStyle.ps_BuyButtonStyle {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
	background: -webkit-linear-gradient(left, #662e88, #95258a);
	background: linear-gradient(to right, #662e88, #95258a);
	padding: 11px 10px 9px;
}

.ps_LightboxStyle .ps_VerticalFlexStyle .ps_LinkStyle.ps_BuyButtonStyle:before {
	display: none;
}

.ps_LightboxStyle .ps_VerticalFlexStyle .ps_LinkStyle.ps_BuyButtonStyle .ps_RightArrowStyle {
	border: 0;
	background: url("../images/arrow-right.svg");
	width: 8px;
	height: 12px;
	background-size: 100% 100%;
}

.ps_LightboxStyle .ps_VerticalFlexStyle .ps_LinkStyle.ps_BuyButtonStyle:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(left, #95258a, #662e88);
	background-image: linear-gradient(to right, #95258a, #662e88);
}

.read-more {
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: 500;
}

.read-more:hover {
	text-decoration: none;
}

.switch {
	width: 277px;
	height: 30px;
	margin: 0 auto;
	font-size: 0;
	margin-bottom: 10px;
	position: relative;
}

.switch input {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
	width: 54px;
	height: 30px;
	left: 6.7rem;
	margin: 0;
}

.switch input:checked {
	z-index: 1;
}

.switch input:checked + label {
	opacity: 1;
	cursor: default;
}

.switch input::not(:checked) + label:hover {
	opacity: .5;
}

.switch label {
	color: #2c262d;
	opacity: .3;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	display: inline-block;
	width: 6rem;
	height: 100%;
	margin: 0;
	text-align: center;
	padding: 6px 0 0;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

.switch label:last-of-type {
	margin-left: 80px;
}

.switch .toggle-outside {
	height: 100%;
	border-radius: 30px;
	padding: 2px 1px;
	overflow: hidden;
	background: -webkit-linear-gradient(326deg, #662e88, #95258a);
	background: linear-gradient(124deg, #662e88, #95258a);
	position: absolute;
	width: 54px;
	left: 6.7rem;
	-webkit-transition: .25s ease all;
	transition: .25s ease all;
}

.switch .toggle-inside {
	border-radius: 50%;
	background: #fff;
	position: absolute;
	height: 26px;
	width: 26px;
	-webkit-transition: .25s ease all;
	transition: .25s ease all;
}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
	left: 2px;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
	left: 26px;
}

.case-study {
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}

.case-study .bg-img {
	height: 200px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 52px;
}

.case-study .logo-wrap {
	width: 224px;
	margin-bottom: 29px;
}

.case-study .description-block .title {
	display: block;
	font-size: 16px;
	text-shadow: 0 1px 0 #000;
	line-height: 2;
	text-align: left;
	color: #282b31;
	margin-bottom: 30px;
}

.case-study .description-block blockquote {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 33px;
}

.case-study .description-block blockquote .expandable-block {
	margin-bottom: 24px;
}

.case-study .description-block blockquote .expandable-block.expand-active .text-expandable {
	display: inline;
}

.case-study .description-block blockquote p {
	margin: 0;
}

.case-study .description-block blockquote q {
	font-style: italic;
}

.case-study .description-block blockquote cite {
	display: block;
	text-align: right;
}

.case-study .description-block blockquote .read-more {
	margin-left: 12px;
}

.case-study .description-block .btn {
	display: block;
	width: 140px;
	margin: 0 auto;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(40, 43, 49, .07);
}

.case-study h2 {
	color: #95258a;
	margin-bottom: 22px;
}

.expandable-block .text-expandable {
	display: none;
}

.expandable-block .read-more .minus {
	display: none;
}

.expandable-block.expand-active .text-expandable {
	display: block;
}

.expandable-block.expand-active .read-more .plus {
	display: none;
}

.expandable-block.expand-active .read-more .minus {
	display: inline;
}

.slider-section {
	background: #fafafa;
}

.three-col-slider {
	position: relative;
	margin: 0 -38px 57px;
}

.three-col-slider .slide {
	padding: 35px 18px 73px;
}

.three-col-slider .box {
	background: #fff;
	border: 1px solid #d3d3d3;
	position: relative;
	padding: 63px 13px 31px;
}

.three-col-slider .img-hold {
	width: 118px;
	margin: -30px auto 30px;
	text-align: center;
}

.three-col-slider .circular-img-hold {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -35px;
	background: #d3d3d3;
}

.three-col-slider .circular-img-hold img {
	box-shadow: 0 6px 12px 0 rgba(32, 33, 39, .16);
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.three-col-slider .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}

.three-col-slider blockquote {
	font-size: 14px;
	line-height: 1.79;
	text-align: left;
	color: #2c262d;
	margin: 0;
}

.three-col-slider blockquote q {
	display: block;
	margin-bottom: 51px;
	width: 100%;
}

.three-col-slider blockquote cite {
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	text-transform: capitalize;
	font-style: normal;
	border-top: 1px solid #e7e8ea;
	padding: 19px 0;
}

.three-col-slider blockquote cite .name {
	display: block;
	text-transform: capitalize;
	font-weight: 400;
	padding-top: 11px;
}

.three-col-slider .image-box {
	background: #fff;
}

.three-col-slider .slick-arrow {
	display: none !important;
}

.three-col-slider .slick-arrow.slick-next {
	right: 0;
}

.three-col-slider .slick-arrow.slick-prev {
	left: 0;
}

.three-col-slider.images {
	background: #fff;
	padding: 35px 0 56px;
	margin-bottom: 0;
}

.three-col-slider.images .slick-dots {
	bottom: 56px;
}

.contact-section {
	position: relative;
	margin-bottom: 48px;
}

.contact-section .bg-img {
	background-size: cover;
	padding-top: 63%;
	margin-bottom: 33px;
}

.submit-form {
	padding: 0 22px;
}

.submit-form h2 {
	margin-bottom: 12px;
}

.submit-form input[type="text"],
.submit-form input[type="email"],
.submit-form input[type="tel"],
.submit-form input[type="password"],
.submit-form textarea,
.submit-form select {
	display: block;
	width: 100%;
	height: 32px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #e7e8ea;
	font-size: 14px;
	line-height: 20px;
	color: #b9bdc3;
	padding: 6px 8px;
}

.submit-form input[type="text"]::-webkit-input-placeholder,
.submit-form input[type="email"]::-webkit-input-placeholder,
.submit-form input[type="tel"]::-webkit-input-placeholder,
.submit-form input[type="password"]::-webkit-input-placeholder,
.submit-form textarea::-webkit-input-placeholder,
.submit-form select::-webkit-input-placeholder {
	color: #b9bdc3;
}

.submit-form input[type="text"]::-moz-placeholder,
.submit-form input[type="email"]::-moz-placeholder,
.submit-form input[type="tel"]::-moz-placeholder,
.submit-form input[type="password"]::-moz-placeholder,
.submit-form textarea::-moz-placeholder,
.submit-form select::-moz-placeholder {
	opacity: 1;
	color: #b9bdc3;
}

.submit-form input[type="text"]:-moz-placeholder,
.submit-form input[type="email"]:-moz-placeholder,
.submit-form input[type="tel"]:-moz-placeholder,
.submit-form input[type="password"]:-moz-placeholder,
.submit-form textarea:-moz-placeholder,
.submit-form select:-moz-placeholder {
	color: #b9bdc3;
}

.submit-form input[type="text"]:-ms-input-placeholder,
.submit-form input[type="email"]:-ms-input-placeholder,
.submit-form input[type="tel"]:-ms-input-placeholder,
.submit-form input[type="password"]:-ms-input-placeholder,
.submit-form textarea:-ms-input-placeholder,
.submit-form select:-ms-input-placeholder {
	color: #b9bdc3;
}

.submit-form input[type="text"].placeholder,
.submit-form input[type="email"].placeholder,
.submit-form input[type="tel"].placeholder,
.submit-form input[type="password"].placeholder,
.submit-form textarea.placeholder,
.submit-form select.placeholder {
	color: #b9bdc3;
}

.submit-form textarea {
	height: 57px;
	min-height: 57px;
	margin-bottom: 21px;
}

.submit-form input.submit-button,
.submit-form input[type="submit"] {
	display: block;
	width: 100%;
}

.submit-form .field-style {
	position: relative;
}

.submit-form .field-style .required {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 9px;
	line-height: 1;
	color: #b9bdc3;
}

.submit-form .field-p {
	margin-bottom: 10px;
}

.submit-form .list-order {
	display: block;
	overflow: hidden;
}

.submit-form .list-order input[type="checkbox"] {
	float: left;
	margin: 5px 10px 0 0;
}

.submit-form .list-order .checkbox-label {
	display: block;
	overflow: hidden;
}

input.submit-button,
input[type="submit"] {
	border-radius: 6px;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
	background: -webkit-linear-gradient(left, #662e88, #95258a);
	background: linear-gradient(to right, #662e88, #95258a);
	border: none;
	font-size: 11px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px;
}

input.submit-button:hover,
input[type="submit"]:hover {
	background: -webkit-linear-gradient(left, #95258a, #662e88);
	background: linear-gradient(to right, #95258a, #662e88);
}

.android-device .app-store {
	display: none !important;
}

.ios-device .google-play {
	display: none !important;
}

.ProgressBar,
.ProgressBar-contentCircle {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.ProgressBar-circle,
.ProgressBar-background {
	fill: none;
	stroke: rgba(0, 171, 250, .58);
	stroke-width: 6;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	position: relative;
	z-index: 10;
}

.ProgressBar-background {
	stroke: #bce8fe;
	stroke: rgba(188, 232, 250, .3);
	stroke-width: 6;
	z-index: 0;
}

.ProgressBar-number {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
}

.scroll-content-fixed-container {
	position: relative;
}

.scroll-content-fixed-container .scroll-content-fixed-frame {
	position: absolute;
	left: 0;
	width: 100%;
}

.scroll-content-fixed-container.js-fixed .scroll-content-fixed-frame {
	position: fixed;
	top: 0;
	height: 100%;
}

.scroll-content-fixed-container.js-bottom-position .scroll-content-fixed-frame {
	bottom: 0;
	top: auto;
}

.notification-bar {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	padding: 8px 40px;
	position: relative;
	background: #fafafa;
	color: #95258a;
}

.notification-bar.notification-inactive {
	display: none;
}

.notification-bar .text {
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0;
	overflow: hidden;
	text-overflow: ellipsis; /*white-space: nowrap;*/ /*max-width: 100px;*/
}

.notification-bar.purple-bg {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #662e88, #95258a);
	background-image: linear-gradient(to bottom, #662e88, #95258a);
}

.notification-bar.purple-bg .more {
	color: #fff;
}

.notification-bar.purple-bg .notification-close:before,
.notification-bar.purple-bg .notification-close:after {
	background: rgba(255, 255, 255, .5);
}

.notification-bar.gray-bg {
	color: #fff;
	background: #848385;
}

.notification-bar.gray-bg .more {
	color: #fff;
}

.notification-bar.gray-bg .notification-close:before,
.notification-bar.gray-bg .notification-close:after {
	background: #fff;
}

.notification-bar.gray-bg .btn {
	border-color: #848385;
	color: #848385;
	background: #fff;
}

.notification-bar.black-bg {
	color: #fff;
	background: #2c262d;
}

.notification-bar.black-bg .more {
	color: #fff;
}

.notification-bar.black-bg .btn {
	border-color: #2c262d;
	color: #2c262d;
	background: #fff;
}

.notification-bar.black-bg .notification-close:before,
.notification-bar.black-bg .notification-close:after {
	background: #fff;
}

.notification-bar.white-bg {
	color: #2c262d;
}

.notification-bar.white-bg .more {
	color: #2c262d;
}

.notification-bar.white-bg .btn {
	border-color: #2c262d;
	color: #fff;
	background: #2c262d;
}

.notification-bar.white-bg .notification-close:before,
.notification-bar.white-bg .notification-close:after {
	background: #2c262d;
}

.notification-bar.danger-text {
	color: #e53935;
}

.notification-bar.danger-text .more {
	color: #e53935;
}

.notification-bar .btn {
	font-size: 12px;
	line-height: 12px;
	padding: 10px 25px;
	margin-left: 36px;
	background: -webkit-linear-gradient(left, #662e88, #95258a);
	background: linear-gradient(to right, #662e88, #95258a);
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
}

.notification-bar .btn.btn-danger {
	background: #e53935;
	color: #fff;
}

.notification-bar .btn.btn-white {
	background: #fff;
}

.notification-bar .btn.btn-white:hover {
	color: #95258a;
}

.notification-bar .btn:hover {
	opacity: .75;
}

.notification-bar .more {
	text-decoration: underline;
	text-transform: capitalize;
	margin: 4px 0 0 5px;
	padding: 0;
}

.notification-bar .more:hover {
	text-decoration: none;
}

.notification-bar .notification-close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
}

.notification-bar .notification-close:before,
.notification-bar .notification-close:after {
	content: "";
	background: #95258a;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	height: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.notification-bar .notification-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.notification-bar .notification-close:hover {
	opacity: .75;
}

.notification-bar + .notification-bar {
	margin-top: 30px;
}

.slider-section .three-col-slider .slick-dots {
	white-space: nowrap;
}

/*country specific css*/

html[lang="de"] .billing-block .box .ribbon span,
html[lang="fr"] .billing-block .box .ribbon span,
html[lang="es"] .billing-block .box .ribbon span,
html[lang="pl"] .billing-block .box .ribbon span,
html[lang="nl"] .billing-block .box .ribbon span,
html[lang="it"] .billing-block .box .ribbon span {
	line-height: 10px;
	font-size: 10px;
	padding: 9px 20px;
}

html[lang="de"] .switch label {
	line-height: 24px;
	padding-top: 0;
}

html[lang="de"] .switch label:last-of-type {
	margin-left: 61px;
}

/*country specific css*/

/*PS 3.0 button starts*/

.ps-widget.ps-enabled .ps-button-label {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
	background: -webkit-linear-gradient(top, #662e88, #95258a);
	background: linear-gradient(to bottom, #662e88, #95258a);
	text-transform: uppercase;
	padding: 11px 10px 10px;
	text-align: center;
	min-width: 168px;
	margin: 0 auto 15px;
	float: none;
}

.ps-widget.ps-enabled .ps-button-label:hover {
	background: -webkit-linear-gradient(top, #95258a, #662e88);
	background: linear-gradient(to bottom, #95258a, #662e88);
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	border-radius: 6px;
}

.ps-widget.ps-enabled .ps-button-label:after {
	content: "";
	display: inline-block;
	border: 0;
	background: url(../images/arrow-right.svg);
	width: 8px;
	height: 12px;
	background-size: 100% 100%;
	margin-top: -5px;
	margin-left: 8px;
}

.ps-widget.ps-enabled .ps-button-label:focus {
	outline: none;
}

.ps-widget.ps-enabled:focus {
	outline: none;
}

/*PS 3 over lay fix*/

body #ps-lightbox-background {
	z-index: 10000 !important;
}

body .ps-lightbox {
	z-index: 10001 !important;
}

/*PS 3.0 button ends*/

.ps-product-details &gt; h1.ps-product-name {
	text-transform: none;
	font-weight: normal !important;
	text-shadow: none;
	line-height: normal !important;
}

.footer {
	color: #a5a5a5;
	font-size: 14px;
	line-height: 16px;
	/* padding: 30px 0 0; */
}

.footer .container {
	/* max-width: 1410px; */
}

.footer .logo-block {
	margin: 0 0 29px -20px;
}

.footer .logo-block li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 20px;
}

.footer .logo-block li:first-child {
	display: block;
	margin-bottom: 33px;
}

.footer .logo-block li.tNc-txt {
	display: block;
	padding-left: 14px;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top: 20px;
}

.footer .logo-block li.tNc-txt:last-child {
	margin-bottom: 0;
}

.footer .logo-block li.tNc-txt a {
	color: #a5a5a5;
}

.footer .logo-block li.tNc-txt a:hover {
	text-decoration: underline;
}

.footer .logo-block a {
	display: block;
}

.footer .footer-logo {
	width: 126px;
}

.footer .app-store {
	width: 120px;
}

.footer .google-play {
	width: 135px;
}

.footer a:hover {
	opacity: .75;
}

.footer .nav-area {
	padding: 0 0 15px 14px;
}

.footer .bottom-area {
	border-top: 1px solid #f1f0f0;
	padding: 24px 0 24px 14px;
}

.footer .copyright {
	display: block;
}

.footer .copyright a {
	color: #a5a5a5;
}

.footer .copyright a:hover {
	text-decoration: underline;
}

.footer-nav {
	font-weight: 500;
}

.footer-nav li {
	text-transform: capitalize;
	margin-bottom: 20px;
}

.footer-nav a {
	color: #a5a5a5;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.social-networks {
	margin: 0 0 17px -16px;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 16px;
}

.social-networks a img {
	width: 24px;
	height: 24px;
}

.lang-select {
	display: none;
}

.lang-select.lang-active .lang-drop {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.lang-select.lang-active .lang-opener .ico img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.lang-select .lang-opener {
	position: relative;
	z-index: 9;
}

.lang-select .lang-opener .ico {
	display: inline-block;
	vertical-align: top;
	margin: 3px 3px 0 0;
}

.lang-select .lang-opener .ico img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 10px;
	height: 5px;
}

.lang-select .lang-opener .flag-hold {
	display: inline-block;
	vertical-align: top;
	width: 14px;
}

.lang-select .lang-drop {
	border: 1px solid #e2e2e2;
	padding: 30px 30px 50px;
	background: #fff;
	position: absolute;
	right: -10px;
	bottom: 0;
	width: 310px;
	z-index: 1;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: opacity 300ms ease, visibility 300ms linear, -webkit-transform 300ms ease;
	transition: opacity 300ms ease, visibility 300ms linear, -webkit-transform 300ms ease;
	transition: opacity 300ms ease, visibility 300ms linear, transform 300ms ease;
	transition: opacity 300ms ease, visibility 300ms linear, transform 300ms ease, -webkit-transform 300ms ease;
}

.lang-select .lang-drop ul {
	border-top: 1px solid #e2e2e2;
	max-height: 511px;
	overflow: auto;
}

.lang-select .lang-drop ul li {
	border-bottom: 1px solid #e2e2e2;
}

.lang-select .lang-drop ul a {
	color: #9e9e9e;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}

.lang-select .lang-drop ul a:hover {
	color: #000;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 22, 2018 */

@font-face {
	font-family: "avenirnextltpro";
	src: url("../fonts/AvenirNextLTPro-Light.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "avenirnextltpro";
	src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	height: 32px;
	border-radius: 4px;
	background: #fff;
	color: #b9bdc3;
	border: 1px solid #e7e8ea;
	margin: 0 0 8px;
	min-width: 150px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 16px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	background: url("../images/ic-select.jpg");
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 6px;
	height: 11px;
}

body &gt; .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body &gt; .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #e7e8ea;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

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

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
	text-overflow: ellipsis;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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;
}

.slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 50px;
	height: 50px;
	background-color: #fff;
	box-shadow: -6px 0 12px 0 rgba(32, 33, 39, .08);
	position: relative;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	border-radius: 8px;
	padding: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.slick-arrow:after {
	content: "";
	background: url("../images/arrow.svg") no-repeat;
	background-size: cover;
	width: 17px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slick-arrow.slick-next {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	box-shadow: 6px 0 12px 0 rgba(32, 33, 39, .08);
}

.slick-arrow:hover {
	opacity: .75;
}

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

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	font-size: 0;
	line-height: 0;
}

.slick-dots li.slick-active button {
	background: #95258a;
}

.slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	padding: 0;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: solid 1px #95258a;
	background: none;
}

.slick-dots button:hover {
	background: #95258a;
}

.slick-dots button:focus {
	outline: none;
}

.hero-banner {
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
}

.hero-banner .container {
	padding-top: 148px;
	padding-bottom: 29px;
}

.hero-banner .text-block {
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	text-shadow: 0 12px 24px #000;
}

.hero-banner .text-block h1 {
	line-height: 33px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #fff;
}

.hero-banner .text-block .heading-shadow {
	text-shadow: 0 1px 0 #000;
}

.hero-banner .text-block p {
	margin-bottom: 18px;
}

.hero-banner .text-block .btn {
	min-width: 170px;
	text-shadow: none;
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08), 0 8px 15px 0 rgba(0, 0, 0, .5);
}

.hero-banner.purple-bg {
	background-image: -webkit-linear-gradient(top, #662e88, #95258a);
	background-image: linear-gradient(to bottom, #662e88, #95258a);
	margin-bottom: 0;
}

.hero-banner.purple-bg .container {
	padding-top: 82px;
}

.hero-banner.purple-bg .img-block {
	margin: 0 -9px 40px;
}

.hero-banner.purple-bg .text-block {
	text-shadow: none;
	font-weight: 500;
}

.hero-banner.purple-bg .text-block p {
	margin-bottom: 27px;
}

.hero-banner.purple-bg .text-block .btn {
	box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08), 0 12px 24px 0 rgba(0, 0, 0, .5);
}

a.btn.btn-blue {
	background: #4d98db;
	border: 1px solid #376fa0;
	color: #fff;
}

a.btn.btn-blue:hover {
	background: #376fa0;
	color: #fff;
}

.contact-us-wrap {
	display: block;
	padding-left: 0;
	margin-top: 10px;
}

.features-block {
	margin-bottom: 70px;
}

.features-block h2 {
	text-align: center;
	color: #2c262d;
	margin-bottom: 31px;
}

.features-block .row {
	margin: 0 -20px;
}

.features-block .row .col {
	margin: 0 0 50px;
}

.features-block .row .img-wrap img {
	width: 100%;
}

.features-block .row .text-wrap {
	padding: 25px 24px 27px;
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(40, 43, 49, .08);
}

.features-block .row .title {
	display: block;
	font-size: 14px;
	text-shadow: 0 1px 0 #95258a;
	line-height: 1.5;
	text-align: center;
	color: #95258a;
	text-transform: uppercase;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 9px;
	margin: 0 6px 21px;
}

.services-section {
	background: #fafafa;
	border-top: 1px solid #e7e8ea;
	padding: 72px 0 74px;
	position: relative;
	z-index: 1;
}

.services-section h2 {
	text-align: center;
	margin: 0 10px 20px;
}

.services-section .p-txt {
	display: block;
	line-height: 2;
	margin-bottom: 26px;
	text-align: center;
}

.services-section .container {
	max-width: 1194px;
}

.services-section .services-wrap .block {
	margin: 72px -20px 0;
	box-shadow: 0 20px 40px 0 rgba(40, 43, 49, .08);
	background: #fff;
	padding: 85px 38px;
	position: relative;
}

.services-section .services-wrap .ico-wrap {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 7px 14px 0 rgba(40, 43, 49, .16);
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 31px;
	position: absolute;
	top: -46px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services-section .services-wrap .ico-wrap .truck {
	width: 69px;
	height: 43px;
}

.services-section .services-wrap .ico-wrap .mobile {
	width: 32px;
	height: 58px;
}

.services-section .services-wrap .ico-wrap .bell {
	width: 41px;
	height: 58px;
}

.services-section .services-wrap .ico-wrap .graph {
	width: 41px;
	height: 56px;
}

.services-section .services-wrap .ico-wrap .monitors {
	width: 65px;
	height: 38px;
}

.services-section .services-wrap .ico-wrap .clock {
	width: 50px;
	height: 50px;
}

.services-section .services-wrap .text-wrap .title {
	display: block;
	color: #2c262d;
	font-size: 16px;
	line-height: 18px;
	text-shadow: 0 1px 0 #2c262d;
	text-transform: capitalize;
	margin-bottom: 23px;
}

.services-section .services-wrap .text-wrap .list li {
	margin-bottom: -4px;
}

.services-section .btn-holder {
	text-align: center;
}

.services-section .btn-holder .btn {
	margin: 10px 0;
}

.anim-section .anim-text {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.anim-section .anim-text.fixed-state {
	position: fixed;
	left: 20px;
	right: 20px;
	top: 122px;
}

.anim-section .fake-text-block {
	display: none;
}

.anim-section .fixed-state + .fake-text-block {
	display: block;
}

.anim-section .anim-container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
}

.anim-section .block {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.anim-section .is-visible .block {
	opacity: 1;
	visibility: visible;
}

.anim-section .block-active .block {
	position: fixed;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.anim-section .anim-container:not(.fixed-state) .anim-block:first-child .block {
	opacity: 1;
	visibility: visible;
}

.anim-section .anim-block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.anim-section.scrolled-state .anim-text.fixed-state {
	position: fixed;
	left: 20px;
	right: 20px;
	top: 122px;
}

.anim-section.scrolled-state .anim-block .block {
	opacity: 0;
	visibility: hidden;
}

.anim-section.scrolled-state .anim-block:last-child .block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.location-managing {
	padding: 40px 0 70px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.location-managing .heading {
	text-align: center;
	margin-bottom: 50px;
	color: #2c262d;
}

.location-managing .heading h2 {
	text-align: center;
	margin-bottom: 16px;
}

.advantage-section.video-swimlane {
	padding-bottom: 40px;
}

.advantage-section.video-swimlane .anim-img {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	position: static !important;
}

.advantage-section.video-swimlane .anim-img .bg-wrap {
	padding: 0;
}

.advantage-section.video-swimlane .anim-img .bg-wrap h2 {
	margin-bottom: 16px;
}

.advantage-section.video-swimlane .anim-img .bg-wrap .video-area {
	padding: 0;
	max-width: 100%;
}

.advantage-section.video-swimlane .anim-img .bg-wrap .video-area video {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.advantage-section.video-swimlane .anim-img .bg-wrap .video-area video.mobile {
	display: block;
}

.advantage-section.video-swimlane .anim-img .bg-wrap .video-area video.desktop {
	display: none;
}

.advantage-section.video-swimlane .fake-img-block {
	display: none !important;
}

.advantage-section.video-swimlane .advantage-block .col .holder {
	padding: 20px;
}

.advantage-section.video-swimlane .advantage-block .col .holder .title {
	margin-bottom: 10px;
}

.pro-intro {
	margin-bottom: 71px;
}

.pro-intro .mobile-bg {
	padding-top: 71.4%;
	background-size: cover;
	background-position: center center;
	margin: 0 -20px 31px;
}

.pro-intro .content-block .texts {
	padding: 0 3px;
}

.pro-intro .content-block h2 {
	color: #95258a;
	margin-bottom: 11px;
	text-shadow: 0 1px 0 #95258a;
}

.pro-intro .content-block h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #95258a;
	margin-bottom: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.pro-intro .content-block p {
	margin-bottom: 24px;
}

.pro-intro .content-block p a {
	text-decoration: underline;
}

.pro-intro .content-block p a:hover {
	text-decoration: none;
}

.advantage-section .bg-wrap {
	background-size: cover;
	background-position: center center;
	padding: 33px 0 123px;
}

.advantage-section .bg-wrap h2 {
	text-align: center;
	margin: 0 50px;
	text-transform: uppercase;
}

.advantage-section .advantage-block {
	margin-bottom: 48px;
}

.advantage-section .advantage-block .col {
	position: relative;
	line-height: 2;
}

.advantage-section .advantage-block .col .holder {
	padding: 78px 20px;
	margin: 0 -20px;
	left: 0;
	right: 0;
}

.advantage-section .advantage-block .ico-wrap {
	width: 99.5px;
	height: 99.5px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -51px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.advantage-section .advantage-block .ico-wrap .cloud {
	width: 56px;
	height: 36px;
}

.advantage-section .advantage-block .ico-wrap .wifi {
	width: 59px;
	height: 40px;
}

.advantage-section .advantage-block .ico-wrap .time {
	width: 48px;
	height: 48px;
}

.advantage-section .advantage-block .title {
	display: block;
	font-size: 14px;
	text-shadow: 0 1px 0 #95258a;
	line-height: 2;
	text-align: center;
	color: #95258a;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.advantage-section .anim-img {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.advantage-section .anim-img.block-hidden {
	opacity: 0;
	visibility: hidden;
}

.advantage-section.fixed-state .anim-img,
.advantage-section.scroll-state .anim-img {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
}

.advantage-section .fake-img-block {
	display: none;
}

.advantage-section.fixed-state .fake-img-block,
.advantage-section.scroll-state .fake-img-block {
	display: block;
}

.advantage-section .anim-box.is-visible .holder {
	opacity: 1;
	visibility: visible;
}

.advantage-section .anim-box .holder {
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.advantage-section .anim-box.block-active .holder {
	position: fixed;
	bottom: 0;
	left: 20px;
	right: 20px;
}

.management-devices {
	background-color: #fafafa;
	border: solid 1px #e7e8ea;
	padding: 72px 0 69px;
}

.management-devices h2 {
	text-align: center;
	margin: 0 30px 32px;
}

.management-devices .list-box {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	background: #fff;
	margin: 0 -20px 50px;
}

.management-devices .list-box + .list-box {
	margin-bottom: 54px;
}

.management-devices .list-box.no-extra-content .btn-more {
	display: none;
}

.management-devices .list-box.no-extra-content .content-area {
	padding-bottom: 0;
}

.management-devices .list-box .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-linear-gradient(328deg, #662e88, #95258a);
	background-image: linear-gradient(122deg, #662e88, #95258a);
	box-shadow: inset 0 -1px 0 0 #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #fff;
	padding: 24px 23px 25px;
}

.management-devices .list-box .head .text-holder {
	padding-right: 15px;
}

.management-devices .list-box .head .text-right {
	float: right;
}

.management-devices .list-box .content-area ul li {
	padding: 10px 23px 11px;
}

.management-devices .list-box .content-area ul li + li {
	border-top: 1px solid #f1f0f0;
}

.management-devices .list-box .content-area ul li .highlight {
	font-size: 16px;
	text-shadow: 0 1px 0 #95258a;
	line-height: 1.3;
	color: #95258a;
	text-transform: uppercase;
}

.management-devices .list-box .content-area ul li .list {
	margin-top: 5px;
}

.management-devices .list-box .content-area ul li .list p {
	margin: 0;
}

.management-devices .list-box .content-area ul li .list p::before {
	content: "â€¢ ";
	padding: 0 5px 0 0;
}

.management-devices .list-box .content-area ul.hidden-list {
	border-top: 1px solid #f1f0f0;
}

.itcs-widget-container {
	padding-bottom: 25px;
}

.management-devices .btn {
	display: block;
	width: 211px;
	margin: 0 auto 50px;
}

.management-devices .btn:last-of-type {
	margin: 0 auto;
}

.management-devices .note {
	max-width: 960px;
	margin: 0 auto 30px;
	text-align: center;
}

.management-devices .content-area {
	position: relative;
	padding-bottom: 10px;
}

.management-devices .slide-opened + .btn-more:before {
	opacity: 0;
}

.management-devices .btn-more {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: #95258a;
	position: absolute;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
}

.management-devices .btn-more:before,
.management-devices .btn-more:after {
	content: "";
	background: #fff;
	height: 3px;
	width: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.management-devices .btn-more:before {
	width: 3px;
	height: 15px;
}

.management-devices .btn-more:hover {
	background: #662e88;
}

.registration-section {
	padding: 60px 0 0;
}

.registration-section.no-padding {
	padding: 0;
}

.registration-section h2 {
	text-align: center;
	line-height: 1.75;
	margin: 0 0 46px;
}

.registration-section h2 .highlight {
	color: #95258a;
}

.registration-section.start-top {
	padding-bottom: 20px;
}

.registration-section .img-block {
	margin: 0 -8px 34px;
}

.registration-section .text-block {
	padding: 0 4px;
}

.registration-section .text-block .h2 {
	text-align: left;
	color: #95258a;
	line-height: 1.75;
	margin-bottom: 11px;
}

.registration-section .text-block .h2 a {
	text-decoration: underline;
}

.registration-section .text-block .h2 a:hover {
	text-decoration: none;
}

.registration-section .text-block .list li {
	line-height: 1.75;
	padding: 0 0 23px 20px;
}

.registration-section .text-block .list li:before {
	top: 9px;
}

.registration-section .logo-row {
	display: none;
}

.registration-section .logo-row a {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 6px -5px;
}

.registration-section .logo-row a:hover {
	opacity: .8;
}

.registration-section .logo-row .app-store {
	width: 120px;
}

.registration-section .logo-row .google-play {
	width: 135px;
}

.registration-section.new-swimlane {
	padding-bottom: 60px;
}

.registration-section.new-swimlane .img-block img {
	width: 100%;
	height: auto;
}

.registration-section.new-swimlane ul.list {
	list-style-type: decimal;
}

.registration-section.new-swimlane ul.list li {
	padding-left: 5px;
}

.registration-section.new-swimlane ul.list li:before {
	display: none;
}

.registration-section .btn {
	margin: 10px 0;
}

.insight-compatability {
	background-color: #fafafa;
	border: solid 1px #e7e8ea;
	padding: 71px 0 56px;
}

.insight-compatability h2 {
	text-align: center;
	margin-bottom: 31px;
}

.insight-compatability .container {
	max-width: 1316px;
}

.insight-compatability .table-pager {
	text-align: center;
}

.insight-compatability .table-pager li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px;
}

.insight-compatability .table-pager li.active a {
	background: #95258a;
}

.insight-compatability .table-pager a {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #95258a;
}

.insight-compatability .table-pager a:hover {
	background: #95258a;
}

.compatability-table {
	font-size: 12px;
	line-height: 1.73;
	width: 100%;
	min-width: 736px;
}

.compatability-table .col {
	width: 105.2px;
}

.compatability-table .col:first-child {
	width: 210px;
}

.compatability-table thead {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #662e88, #95258a);
	background-image: linear-gradient(to bottom, #662e88, #95258a);
	text-transform: uppercase;
}

.compatability-table thead th {
	text-align: left;
	text-transform: uppercase;
	padding: 14px 10px 13px;
	border-left: 1px solid #f1f0f0;
}

.compatability-table thead th:first-child {
	padding-left: 23px;
}

.compatability-table thead th + th {
	text-align: center;
}

.compatability-table tbody {
	color: #0d0d0d;
}

.compatability-table tbody tr {
	background: #fcfcfc;
}

.compatability-table tbody tr:nth-child(2n+1) {
	background: #fff;
}

.compatability-table tbody tr + tr {
	border-top: 1px solid #f1f0f0;
}

.compatability-table tbody td {
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
	padding: 14px 10px 13px;
}

.compatability-table tbody td:first-child {
	padding-left: 23px;
	min-width: 210px;
}

.compatability-table tbody td + td {
	text-align: center;
	border-left: 0;
}

.compatability-table .dot {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #95258a;
}

.table-holder {
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .09);
	margin: 0 -20px 50px;
}

.table-holder .scroll-wrapper {
	overflow-x: auto;
}

.table-holder .fake-table {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 210px;
}

.table-holder .fake-table table {
	min-width: 0;
}

.table-holder .fake-table table thead th:first-child {
	border-left: 0;
}

.header .subscription-option {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	padding: 9px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 9;
	box-shadow: 0 4px 8px 0 rgba(40, 43, 49, .08);
}

.header .subscription-option .login.subscribe {
	width: auto !important;
	padding: 13px 15px;
}

.header .subscription-option .container {
	width: 100% !important;
	text-align: right;
}

.header .subscription-option.is-sticky {
	opacity: 1;
	visibility: visible;
}

.guidelines-to-start ul li &gt; p {
	margin: 5px 0;
}

.managed-devices-banner {
	position: relative;
	background: #95258a;
	color: #fff;
	padding: 122px 0 97px;
	margin-bottom: 40px;
	overflow: hidden;
}

.managed-devices-banner .img1 {
	position: absolute;
	top: -7px;
	left: 0;
	width: 130px;
}

.managed-devices-banner .img2-1 {
	position: absolute;
	bottom: 52px;
	right: -51px;
	width: 178px;
}

.managed-devices-banner .img2-2 {
	position: absolute;
	bottom: -27px;
	right: -10px;
	width: 170px;
}

.managed-devices-banner .img2-3 {
	position: absolute;
	bottom: 20px;
	right: -10px;
	width: 62px;
}

.managed-devices-banner .text-wrap {
	padding: 0 40px 0 16px;
	position: relative;
	z-index: 1;
}

.managed-devices-banner h1 {
	color: #fff;
	line-height: 1.58;
	text-shadow: 0 1px 0 #fff;
	margin: 0 -10px 9px 0;
}

.managed-devices-banner p {
	margin-bottom: 11px;
}

.managed-devices-banner .highlight-text {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.30;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	margin-right: 52px;
}

.three-col-product-block {
	margin: 0 -20px;
}

.three-col-product-block .container {
	max-width: 1410px;
}

.three-col-product-block .three-col-slider {
	margin: 0 -8px 30px;
}

.three-col-product-block .three-col-slider .slick-prev {
	left: 0 !important;
}

.three-col-product-block .three-col-slider .slick-next {
	right: 0 !important;
}

.three-col-product-block .slide {
	padding: 0 8px 50px !important;
}

.three-col-product-block .product-box {
	box-shadow: 0 4px 9px 0 rgba(32, 33, 39, .08);
	background-image: -webkit-linear-gradient(top, #662e88, #95258a);
	background-image: linear-gradient(to bottom, #662e88, #95258a);
	border: solid .7px #d3d3d3;
	color: #fff;
	position: relative;
	padding: 51px 26px 182px 23px;
	overflow: hidden;
}

.three-col-product-block .product-box .title {
	display: block;
	font-size: 14px;
	line-height: 1.71;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	padding: 0 0 0 70px;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.three-col-product-block .product-box .title .ico-wrap {
	width: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.three-col-product-block .product-box .list li {
	color: #fff;
	line-height: 2;
	padding-bottom: 0;
}

.three-col-product-block .product-box .list li:before {
	background: #fff;
	top: 11px;
}

.three-col-product-block .product-box .read-more {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.three-col-product-block .product-box .device-wrap {
	position: absolute;
	bottom: 19px;
	right: -13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.three-col-product-block .product-box .btn {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	position: absolute;
	bottom: 50px;
	padding: 9px;
	left: 20px;
	width: 137px;
}

.three-col-product-block .product-box .btn.btn-white:hover {
	background: #662e88;
}

.three-col-product-block.no-bg .product-box {
	background: #fff;
	color: #282b31;
}

.three-col-product-block.no-bg .product-box .title {
	text-shadow: 0 1px 0 #000;
}

.three-col-product-block.no-bg .product-box .title .ico-wrap img {
	/*width: 32px;
            height: 21px;*/
	width: 90%;
	height: auto;
}

.three-col-product-block.no-bg .product-box .list li {
	color: #282b31;
}

.three-col-product-block.no-bg .product-box .list li:before {
	background: #282b31;
}

.all-devices-section .container {
	max-width: 1350px;
}

.all-devices-section.filter-active .filter-bar .desktop-filter-bar .text {
	display: none;
}

.all-devices-section.filter-active .filter-bar .desktop-filter-bar .clear-link {
	display: inline;
}

.all-devices-section.filter-active .filter-bar .mobile-filter-bar .reset-link {
	display: inline;
}

.all-devices-section .info-message {
	font-size: 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.all-devices-section.no-results .info-message {
	opacity: 1;
	visibility: visible;
}

.all-devices-section .bar-fixed .filter-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 50;
	background: #fff;
}

.all-devices-section .filter-bar {
	padding: 13px 8px 15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08), 0 -2px 2px 0 rgba(0, 0, 0, .1);
}

.all-devices-section .filter-bar .desktop-filter-bar {
	display: none;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 18px;
	color: #2c262d;
}

.all-devices-section .filter-bar .desktop-filter-bar .text {
	display: block;
}

.all-devices-section .filter-bar .desktop-filter-bar .clear-link {
	text-decoration: underline;
	display: none;
}

.all-devices-section .filter-bar .desktop-filter-bar .clear-link:hover {
	text-decoration: none;
}

.all-devices-section .filter-bar .mobile-filter-bar {
	font-size: 16px;
	font-weight: 500;
}

.all-devices-section .filter-bar .mobile-filter-bar .filter-opener {
	color: #2c262d;
	float: left;
	position: relative;
	padding: 0 0 0 28px;
}

.all-devices-section .filter-bar .mobile-filter-bar .filter-opener .icon {
	position: absolute;
	top: 3px;
	left: 0;
}

.all-devices-section .filter-bar .mobile-filter-bar .filter-opener .icon img {
	width: 18px;
	height: 22px;
}

.all-devices-section .filter-bar .mobile-filter-bar .filter-opener:hover {
	opacity: .75;
}

.all-devices-section .filter-bar .mobile-filter-bar .reset-link {
	float: right;
	display: none;
}

.all-devices-section .check-form {
	background: #fff;
	padding: 0 0 1px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08), 0 -2px 2px 0 rgba(0, 0, 0, .1);
}

.all-devices-section .check-form input[type="submit"] {
	width: 150px;
	display: block;
	margin: 0 auto 29px;
}

.all-devices-section .check-form .filter-head {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #2c262d;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08), 0 -2px 2px 0 rgba(0, 0, 0, .1);
	margin-bottom: 16px;
	padding: 18px 23px 20px;
}

.all-devices-section .check-form .filter-head .reset-link {
	float: right;
}

.all-devices-section .check-form .filter-head .filter-text {
	float: left;
}

.all-devices-section .check-form .filter-head .filter-text a img {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 17px;
	height: 10px;
	margin: 4px 3px 0 -3px;
}

.all-devices-section .check-form .filter-head .filter-text a:hover {
	opacity: .75;
}

.all-devices-section .check-list li {
	font-size: 14px;
	text-shadow: 0 1px 0 #95258a;
	color: #95258a;
	text-transform: uppercase;
	padding: 0 10px 0 48px;
	margin-bottom: 30px;
}

.all-devices-section .check-list ul {
	margin: 0 0 0 -39px;
	padding: 13px 0 0 18px;
	border-top: 1px solid #f2f2f2;
}

.all-devices-section .check-list ul li {
	font-weight: 500;
	color: #2c262d;
	text-transform: capitalize;
	font-size: 15px;
	margin-bottom: 5px;
	text-shadow: none;
}

.all-devices-section .check-list .fake-input {
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	z-index: -1;
}

.all-devices-section .check-list .fake-input img {
	width: 14px;
	height: 14px;
}

.all-devices-section .check-list .fake-input .checked-img {
	display: none;
}

.all-devices-section .check-list label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 27px;
	margin-bottom: 12px;
	z-index: 999;
}

.all-devices-section .check-list input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.all-devices-section .check-list input[type="checkbox"]:checked + .fake-input .checked-img {
	display: block;
}

.all-devices-section .check-list input[type="checkbox"]:checked + .fake-input .unchecked-img {
	display: none;
}

.all-devices-section .devices {
	padding: 40px 0 0;
}

.all-devices-section .devices .wrap {
	text-align: center;
	font-size: 16px;
	line-height: 1.88;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
	width: 100%;
}

.all-devices-section .devices .wrap:last-child {
	margin-bottom: 0;
}

.all-devices-section .devices .wrap .img-wrap {
	margin: 0 auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.all-devices-section .devices .wrap .img-wrap img {
	max-width: 100%;
}

.all-devices-section .devices .wrap .info-text {
	display: block;
	margin-bottom: 30px;
}

.all-devices-section .devices .wrap .btn-wrap .btn {
	display: block;
	width: 168px;
	margin: 0 auto 15px;
}

.all-devices-section .devices .wrap .btn {
	font-size: 12px;
	line-height: 12px;
	padding: 11px 10px 10px;
	color: #fff;
	background: -webkit-linear-gradient(top, #662e88, #95258a);
	background: linear-gradient(to bottom, #662e88, #95258a);
}

.all-devices-section .devices .wrap .btn .ico-angle-right {
	vertical-align: middle;
	width: 8px;
	height: 12px;
	margin: -5px 0 0 5px;
}

.all-devices-section .devices .wrap .btn:hover {
	background: -webkit-linear-gradient(top, #95258a, #662e88);
	background: linear-gradient(to bottom, #95258a, #662e88);
}

.all-devices-section .devices .wrap .btn-white {
	background: none;
	color: #95258a;
	box-shadow: 0 8px 12px 0 rgba(40, 43, 49, .1);
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
}

.all-devices-section .devices .wrap .btn-white:hover {
	background: #95258a;
	color: #fff;
}

.all-devices-section .filter-bar-wrapper {
	height: auto !important;
}

.banner {
	background-size: cover;
	background-position: center center;
	padding: 76px 0;
	color: #fff;
	text-shadow: 0 12px 24px rgba(0, 0, 0, .5);
	text-align: center;
	box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .08) inset;
	margin-bottom: 42px;
}

.banner h1 {
	margin: 0;
}

.resources-section {
	box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .1);
	padding: 22px 0 0;
}

.resources-section .container {
	padding: 0 10px;
	max-width: 1380px;
}

.resources-section .resoucres-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 19px;
}

.resources-section .resoucres-tabs li {
	padding: 0 8px 4px;
}

.resources-section .resoucres-tabs li.active a {
	background: #95258a;
	border-color: #95258a;
	color: #fff;
}

.resources-section .resoucres-tabs a {
	display: block;
	width: 150px;
	border-radius: 8px;
	border: 1px solid rgba(211, 211, 211, .5);
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 8px;
}

.resources-section .resoucres-tabs a:hover {
	background: #95258a;
	border-color: #95258a;
	color: #fff;
}

.resources-section .resoucres-tabs .move-block {
	position: absolute;
	background: #95258a;
	left: 0;
	bottom: 0;
	top: auto !important;
	height: 4px !important;
}

.resources-section .js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.resources-section .review-row {
	border-bottom: 1px solid #d7d7d7;
	padding: 57px 0 47px;
	margin: 0 14px;
}

.resources-section .review-row .product-wrap {
	text-align: center;
	font-size: 14px;
	line-height: 2.14;
	font-weight: 500;
	color: #0d0d0d;
	margin-bottom: 39px;
}

.resources-section .review-row .product-wrap .img-wrap {
	margin-bottom: 35px;
}

.resources-section .review-row .product-wrap span {
	display: block;
}

.resources-section .review-row .review-wrap {
	margin-bottom: 10px;
	line-height: 2;
	font-size: 14px;
}

.resources-section .review-row .review-wrap p {
	margin-bottom: 21px;
}

.resources-section .review-row .review-line {
	overflow: hidden;
	font-weight: 500;
	color: #2c262d;
	margin-bottom: 10px;
}

.resources-section .review-row .review-line span {
	display: block;
	float: left;
	width: 100%;
}

.resources-section .review-row .rating {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.resources-section .review-row .rating ul {
	float: left;
}

.resources-section .review-row .rating ul li {
	margin-right: 1px;
	float: left;
}

.resources-section .review-row .rating ul li img {
	width: 16px;
	height: 16px;
}

.resources-section .review-row .rating .num {
	float: left;
	width: auto;
	font-size: 11px;
	line-height: 1.45;
	color: #fff;
	background: #2c262d;
	margin: 0 0 0 4px;
	padding: 0 7px 0 6px;
}

.resources-section .review-row .foot {
	font-size: 12px;
	line-height: 1.33;
	color: #9b9b9b;
}

.resources-section .review-row .foot .name {
	color: #2c262d;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}

.resources-section .review-row .foot .name a:hover {
	opacity: .75;
}

.resources-section .review-row .foot .by {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.resources-section .review-row .foot .by .rev-by {
	float: left;
	width: 62px;
	margin-right: 5px;
}

.resources-section .review-row .foot .by .name {
	overflow: hidden;
}

.resources-section .review-row .foot .by .name a {
	color: #2c262d;
}

.resources-section .review-row .foot .from {
	float: left;
	width: 100%;
}

.resources-section .review-row .foot .from .rev-from {
	float: left;
	width: 36px;
	margin-right: 5px;
}

.resources-section .review-row .foot .from .name {
	overflow: hidden;
	color: #95258a;
}

.resources-section .review-row .date {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.33;
	color: #2c262d;
}

.resources-section .showMoreBtn {
	text-align: center;
}

.resources-section .showMoreBtn #showLessReviews {
	display: none;
}

.resources-section .showMoreBtn a {
	cursor: pointer;
}

.resources-section .pager {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	text-align: center;
	padding: 39px 0;
}

.resources-section .pager li {
	color: #2c262d;
	display: inline-block;
	vertical-align: top;
	margin: 0 36px;
	cursor: pointer;
}

.resources-section .pager li.active {
	color: #95258a;
	cursor: default;
}

.resources-section .pager li.active a {
	color: #95258a;
	cursor: default;
}

.resources-section .pager li.paginationjs-prev a:after {
	content: "";
	background: url(../images/arrow.svg) no-repeat;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 17px;
	height: 10px;
	margin: 4px 12px 0 0;
	float: left;
}

.resources-section .pager li.paginationjs-next a:after {
	content: "";
	background: url(../images/arrow.svg) no-repeat;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 17px;
	height: 10px;
	margin: 4px 0 0 12px;
	float: right;
}

.resources-section .pager a {
	color: #2c262d;
}

.resources-section .pager a:hover {
	color: #95258a;
}

.resources-section .pager .prev,
.resources-section .pager .next {
	color: #95258a;
	text-transform: uppercase;
	cursor: pointer;
}

.resources-section .pager .prev img,
.resources-section .pager .next img {
	width: 17px;
	height: 10px;
}

.resources-section .pager .prev:hover,
.resources-section .pager .next:hover {
	opacity: .5;
}

.resources-section .pager .prev img {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin: 4px 12px 0 0;
}

.resources-section .pager .next img {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 4px 0 0 12px;
}

.four-col-row,
.video-four-col-row {
	width: 100%;
}

.four-col-row .col,
.four-col-row .video-col,
.video-four-col-row .col,
.video-four-col-row .video-col {
	margin-bottom: 46px;
}

.four-col-row .video-wrap,
.video-four-col-row .video-wrap {
	overflow: hidden;
	border-radius: 6px;
	border: solid 1px #d3d3d3;
	padding-top: 64%;
	margin-bottom: 16px;
	position: relative;
}

.four-col-row .video-wrap iframe,
.video-four-col-row .video-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.four-col-row .img-wrap,
.video-four-col-row .img-wrap {
	background-size: cover;
	background-position: center center;
	padding-top: 64%;
	border-radius: 6px;
	border: solid 1px #d3d3d3;
	margin-bottom: 16px;
	overflow: hidden;
}

.four-col-row .img-wrap img,
.video-four-col-row .img-wrap img {
	border-radius: 6px;
}

.four-col-row .small-title,
.video-four-col-row .small-title {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	color: #2c262d;
	margin-bottom: 8px;
}

.four-col-row .title,
.video-four-col-row .title {
	display: block;
	font-size: 16px;
	line-height: 1.75;
	color: #282b31;
}

.four-col-row .title a,
.video-four-col-row .title a {
	color: #282b31;
}

.four-col-row .title a:hover,
.video-four-col-row .title a:hover {
	color: #95258a;
}

#reviews {
	position: relative;
}

#reviews .btn-more {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: #95258a;
	position: absolute;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
}

#reviews .btn-more:before,
#reviews .btn-more:after {
	content: "";
	background: #fff;
	height: 3px;
	width: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#reviews .btn-more:before {
	width: 3px;
	height: 15px;
}

#reviews .btn-more:hover {
	background: #662e88;
}

#reviews .slide-opened + .btn-more:before {
	opacity: 0;
}

@media (min-width: 375px) {
	.network-management-block .box .main-box {
		margin: 0;
	}

	.network-management-block .review-card {
		margin: 0;
	}

	.three-col-slider {
		margin-left: 0;
		margin-right: 0;
	}

	.features-block .row {
		margin: 0;
	}

	.three-col-product-block {
		margin: 0;
	}
}

@media (min-width: 480px) {
	.hero-section .hero-slider {
		height: 380px;
	}

	.hero-section .hero-slider .slide .slide-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.hero-section .hero-slider .slide .container {
		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;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100%;
	}

	.hero-section .hero-slider .slide .container:after,
	.hero-section .hero-slider .slide .container:before {
		display: none;
	}

	.hero-section .hero-slider .slide .container.text-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.hero-section .hero-slider .pagination {
		bottom: 25px;
	}

	.features-block .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px;
	}

	.features-block .row .col {
		width: 50%;
		padding: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 600px) {
	.four-col-row,
	.video-four-col-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.video-four-col-row {
		margin: 0;
	}

	.four-col-row .col,
	.four-col-row .video-col,
	.video-four-col-row .col,
	.video-four-col-row .video-col {
		width: 50%;
		padding: 0 20px;
	}
}

@media (min-width: 640px) {
	.resources-section .review-row .product-wrap {
		float: left;
		width: 190px;
		margin: 0;
	}

	.resources-section .review-row .review-wrap {
		float: left;
		width: calc(100% - 280px);
		padding: 0 25px 0 35px;
	}

	.resources-section .review-row .date {
		float: right;
		width: 80px;
		text-align: right;
		margin: 2px 0 0 10px;
	}
}

@media (min-width: 720px) {
	.insight-compatability .table-pager {
		display: none;
	}

	.compatability-table {
		min-width: 0;
	}

	.compatability-table .col {
		width: 14%;
	}

	.compatability-table .col:first-child {
		width: 30%;
	}

	.compatability-table tbody td:first-child {
		box-shadow: none;
	}

	.table-holder {
		margin: 0;
	}

	.table-holder .fake-table {
		width: 30%;
	}
}

@media (min-width: 768px) {
	.header {
		padding: 20px 0 15px;
	}

	.header .container {
		text-align: center;
	}

	.header .container:before {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		content: "";
		position: absolute;
		top: -16px;
		left: 114px;
		right: 0;
		bottom: -10px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
	}

	.search-active .header .container:before {
		opacity: 1;
		visibility: visible;
	}

	.header .login {
		font-size: 12px;
		line-height: 13px;
		padding: 7px;
		margin: 0 0 0 2px;
		min-width: 70px;
		width: auto;
	}

	.header .login.subscribe {
		min-width: 92px;
		width: auto;
	}

	.header .search-opener {
		display: inline-block;
		vertical-align: top;
		line-height: 0;
		margin: 7px 0 0;
	}

	.header .search-opener .ico-search {
		width: 13px;
		height: 13px;
	}

	.header .search-form {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(200%);
		-ms-transform: translateX(200%);
		transform: translateX(200%);
		width: 400px;
		margin: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 1;
		margin-top: -5px;
	}

	.search-active .header .search-form {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.header .search-form .close {
		display: block;
		position: absolute;
		top: 10px;
		right: -50px;
		margin: 0;
		padding: 0;
	}

	.header .lang-select {
		float: none;
		width: 30px;
		margin: 6px 0 0;
	}

	.header .lang-select .lang-opener .ico {
		margin: 3px 0 0;
	}

	.header .lang-select .lang-drop {
		right: -1px;
		margin-top: 20px;
	}

	.logo {
		margin: 2px 0 0;
		width: 94px;
	}

	.nav-drop {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
		display: inline-block;
		vertical-align: top;
		padding: 6px 0 0;
		max-width: 70%;
	}

	.nav {
		padding: 0;
	}

	.nav ul {
		margin: 0 -5px;
	}

	.nav ul li {
		font-size: 10px;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 4px;
	}

	.nav ul a {
		color: rgba(44, 38, 45, .5);
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.nav ul a:hover {
		background: none;
		color: #2c262d;
	}

	.nav-opener {
		display: none;
	}

	.container {
		padding: 0 15px;
	}

	.hero-section {
		margin-bottom: 93px;
	}

	.hero-section .hero-slider .pagination {
		left: 8.4%;
		bottom: 20px;
	}

	.hero-section .hero-slider .pagination li {
		width: 80px;
		height: 7px;
	}

	.hero-section .hero-slider .text-block {
		opacity: 1;
		visibility: visible;
		color: #fff;
		text-shadow: 0 1px 0 #000;
		width: 460px;
		text-align: left;
		font-size: 20px;
		line-height: 26px;
		margin: 18px 0 0;
	}

	.hero-section .hero-slider .text-block h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.hero-section .hero-slider .text-block.dark-text {
		color: #282b31;
		text-shadow: 0 1px 2px rgba(255, 255, 255, .5);
	}

	.hero-section .hero-slider .text-block.text-right {
		text-align: right;
	}

	.hero-section .text-block {
		display: none;
	}

	.hero-section .text-block h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.hero-section .btn-down {
		display: none;
	}

	.network-management-block {
		margin-bottom: 69px;
		padding: 0;
	}

	.network-management-block h2 {
		margin-bottom: 26px;
	}

	.network-management-block .row {
		margin: 0 -15px;
	}

	.network-management-block .row .col + .col {
		margin: 0 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.network-management-block .row .col {
		padding: 0 15px;
		width: 33.33%;
		margin-bottom: 20px;
	}

	.network-management-block .box {
		margin: 0;
		height: 100% !important;
		box-shadow: 0 6px 12px 0 rgba(40, 43, 49, .08);
	}

	.network-management-block .box .main-box {
		height: auto;
		opacity: 1 !important;
		box-shadow: none;
		margin: 0 -25px;
	}

	.network-management-block .box .img-wrap {
		margin-bottom: 28px;
	}

	.network-management-block .box .arrow {
		display: block;
		position: absolute;
		bottom: 14px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 17px;
		height: 12px;
	}

	.network-management-block .box .arrow img {
		width: 17px;
		height: 10px;
	}

	.network-management-block .box h3 {
		font-size: 16px;
		line-height: 28px;
		min-height: 84px;
		margin-bottom: 2px;
	}

	.network-management-block .box p {
		margin-bottom: 13px;
	}

	.network-management-block .box:hover .review-card,
	.network-management-block .box.hover .review-card {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	.network-management-block .box.box-active .main-box {
		position: static;
	}

	.network-management-block .box .main-box-holder {
		position: static;
		height: auto !important;
	}

	.network-management-block .box .review-card {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-height: none;
	}

	.network-management-block .review-card {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s;
		height: auto;
		box-shadow: none;
	}

	.network-management-block .review-card .img-hold {
		width: 70px;
		height: 70px;
		margin-bottom: 39px;
	}

	.network-management-block .review-card blockquote {
		line-height: 1.79;
		min-height: 296px;
	}

	.network-management-block .review-card blockquote cite {
		font-size: 12px;
		padding-top: 16px;
	}

	.benefits-section {
		padding: 99px 0 29px;
		border-bottom: none;
	}

	.benefits-section h2 {
		text-align: left;
		margin: 0 0 31px;
	}

	.benefits-section .tab-holder {
		position: relative;
	}

	.benefits-section .tabset {
		float: left;
		position: static;
		top: auto;
		width: 34%;
		opacity: 1;
		visibility: visible;
	}

	.benefits-section .tabset [data-tab-link] {
		border: 1px solid transparent;
		background: none;
		box-shadow: none;
		padding: 10px;
		position: relative;
		left: auto;
		opacity: 1;
	}

	.benefits-section .tabset [data-tab-link]:hover,
	.benefits-section .tabset [data-tab-link].js-active {
		background: #fff;
	}

	.benefits-section .tab-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -52px;
		width: 67%;
	}

	.benefits-section .tab-content {
		position: absolute;
	}

	.benefits-section .tab-content .img-block {
		margin: 0;
	}

	.benefits-section .cta-btns {
		padding-top: 35px;
	}

	.two-image-section {
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -200px 74px;
	}

	.two-image-section .bg-wrap {
		width: 50%;
		-webkit-transform: skew(-45deg);
		-ms-transform: skew(-45deg);
		transform: skew(-45deg);
		overflow: hidden;
		padding: 0;
		height: 400px;
	}

	.two-image-section .bg-wrap + .bg-wrap {
		border: none;
		border-left: 2px solid #fff;
	}

	.two-image-section .bg-wrap + .bg-wrap .bg-img {
		right: 0;
		left: -200px;
	}

	.two-image-section .bg-wrap .bg-img {
		-webkit-transform: skew(45deg);
		-ms-transform: skew(45deg);
		transform: skew(45deg);
		right: -200px;
	}

	.two-image-section .bg-wrap.top-left {
		-webkit-transform: translateX(-400px) skew(-45deg);
		-ms-transform: translateX(-400px) skew(-45deg);
		transform: translateX(-400px) skew(-45deg);
	}

	.two-image-section .bg-wrap.bottom-right {
		-webkit-transform: translateX(400px) skew(-45deg);
		-ms-transform: translateX(400px) skew(-45deg);
		transform: translateX(400px) skew(-45deg);
	}

	.two-image-section .cloud-wrap {
		width: 100px;
		height: 100px;
		margin-top: 0;
	}

	.two-image-section .cloud-wrap img {
		width: 58px;
		height: 38px;
	}

	.two-image-section .devices {
		bottom: -100px;
		width: 520px;
		right: 16%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
	}

	.two-image-section .devices .img1 {
		margin-bottom: 2px;
	}

	.two-image-section.in-viewport .bg-wrap.top-left,
	.two-image-section.in-viewport .bg-wrap.bottom-right {
		-webkit-transform: translateX(0) skew(-45deg);
		-ms-transform: translateX(0) skew(-45deg);
		transform: translateX(0) skew(-45deg);
	}

	.two-image-section.in-viewport .devices {
		bottom: -24px;
	}

	.insight-solution {
		padding-top: 46px;
		margin-bottom: 20px;
	}

	.insight-solution h2 {
		color: #2c262d;
		margin-bottom: 40px;
	}

	.insight-solution .insight-device {
		margin: 0 auto;
		padding-top: 75px;
	}

	.insight-solution .insight-device .btn {
		display: block;
		width: 190px;
		margin: 30px auto 0;
	}

	.insight-solution .tab-wrap {
		position: relative;
	}

	.insight-solution .tab-wrap.tab-active .insight-device {
		display: none;
	}

	.insight-solution .tab-wrap.tab-active a.close {
		display: block;
	}

	.insight-solution .mix-tabset {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important; /*flex-wrap: wrap;*/
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		max-width: 872px;
		margin: 0 auto;
		border-bottom: 2px solid #e5e5e5;
		position: relative;
	}

	.insight-solution .mix-tabset li {
		-webkit-transition: border .3s ease-in-out;
		transition: border .3s ease-in-out;
		border: 1px solid transparent;
		padding-bottom: 26px;
	}

	.insight-solution .mix-tabset li:hover {
		border-color: #d3d3d3;
		box-shadow: 0 20px 40px 0 rgba(40, 43, 49, .08);
	}

	.insight-solution .mix-tabset .text {
		padding-top: 22px;
	}

	.insight-solution .mix-accordion &gt; li {
		border: none;
	}

	.insight-solution .mix-accordion .opener {
		display: none;
	}

	.insight-solution .slide {
		position: static !important;
		padding: 0;
	}

	.insight-solution .slide &gt; div {
		padding: 77px 20px 0;
	}

	.insight-solution .slide .text-block {
		float: left;
		width: 270px;
	}

	.insight-solution .slide .text-block .title {
		font-size: 20px;
		line-height: 22px;
	}

	.insight-solution .slide .img-block {
		float: right;
		width: calc(100% - 300px);
		margin: 0;
		padding: 0 33px 0 0;
	}

	.insight-solution .slide .img-block .mobile-img {
		right: 13px;
		top: -51px;
		width: 41.7%;
	}

	.insight-solution .js-tab-hidden {
		display: block !important;
		left: -9999px !important;
		position: absolute !important;
		top: -9999px !important;
	}

	.video-panel {
		background: none;
		padding: 80px 0;
		text-align: left;
	}

	.video-panel .title-text {
		padding: 0;
		width: 355px;
	}

	.video-panel .desktop-bg {
		display: block;
		background-size: cover;
		background-position: 50% 50%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
	}

	.video-panel .mobile-bg {
		display: none !important;
	}

	.video-panel .mobile-play-btn {
		display: none !important;
	}

	.video-panel .play-btn {
		margin: 0;
		display: block;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	.video-active .video-panel .mobile-bg {
		display: none;
	}

	.video-section.video-active .text-frame {
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}

	.video-section.video-active .play-btn {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		-ms-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}

	.subscriptions-section {
		padding: 90px 0;
	}

	.subscriptions-section h2 {
		margin-bottom: 30px;
		color: #2c262d;
	}

	.subscriptions-section .heading {
		text-align: center;
		margin-bottom: 21px;
	}

	.billing-block .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -7px;
	}

	.billing-block .row .col {
		width: 33.33%;
		padding: 0 7px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.billing-block .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.billing-block .box:hover {
		box-shadow: 0 20px 40px 0 rgba(40, 43, 49, .08);
	}

	.billing-block .box .btn-wrap {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.billing-block .bar-fixed .toggle-bar {
		position: static;
		box-shadow: none;
		background: none;
		padding: 20px 0;
	}

	.billing-block .store-btns .app-store {
		width: 86px;
	}

	.billing-block .store-btns .google-play {
		width: 96px;
	}

	.btn {
		padding: 10px 18px;
	}

	.btn.btn-lg {
		font-size: 14px;
		line-height: 14px;
	}

	.case-study {
		margin-bottom: 92px;
	}

	.case-study .bg-img {
		height: 338px;
		margin-bottom: 76px;
	}

	.case-study .title-block {
		float: left;
		width: 300px;
		margin: 0 30px 0 0;
	}

	.case-study .description-block {
		overflow: hidden;
		padding-top: 5px;
		padding: 5px 0 10px 10px;
	}

	.case-study .description-block .title {
		margin-bottom: 19px;
	}

	.case-study .description-block blockquote {
		margin-bottom: 37px;
	}

	.case-study .description-block blockquote .expandable-block {
		margin-bottom: 17px;
	}

	.case-study .description-block .btn {
		margin: 0;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}

	.case-study h2 {
		color: #2c262d;
		margin-bottom: 36px;
	}

	.slider-section {
		padding: 103px 0 31px;
	}

	.three-col-slider {
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: 37px;
	}

	.three-col-slider .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.three-col-slider .slick-track:before,
	.three-col-slider .slick-track:after {
		display: none;
	}

	.three-col-slider .slick-slide {
		height: auto;
	}

	.three-col-slider .slide {
		padding-bottom: 98px;
	}

	.three-col-slider .box {
		height: 100%;
	}

	.three-col-slider .img-hold {
		margin-top: -50px;
		margin-bottom: 28px;
	}

	.three-col-slider blockquote {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.three-col-slider blockquote cite {
		-ms-flex-item-align: end;
		align-self: flex-end;
		width: 100%;
	}

	.three-col-slider .image-box {
		border: 1px solid #d3d3d3;
	}

	.three-col-slider .slick-arrow {
		display: block !important;
		position: absolute;
		top: 50%;
		z-index: 99;
		margin-top: -6.5%;
	}

	.three-col-slider.images {
		background: none;
		padding: 14px 40px 2px;
	}

	.three-col-slider.images:after {
		content: "";
		box-shadow: inset 0 1px 0 0 #f1f0f0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
	}

	.three-col-slider.images .slick-dots {
		bottom: 6px;
	}

	.contact-section {
		padding: 71px 0;
		margin: 0;
	}

	.contact-section .bg-img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		padding: 0;
		margin: 0;
	}

	.contact-section .submit-form {
		float: right;
		width: 320px;
	}

	.submit-form {
		background: #fff;
		box-shadow: 0 20px 40px 0 rgba(40, 43, 49, .08);
		border: 1px solid #d3d3d3;
		padding: 24px 40px;
	}

	.submit-form h2 {
		margin-bottom: 17px;
	}

	.submit-form .field-p {
		margin-bottom: 20px;
	}

	.ProgressBar-circle,
	.ProgressBar-background {
		stroke-width: 14;
	}

	.ProgressBar-background {
		stroke-width: 14;
	}

	.notification-bar .text {
		/*max-width: 210px;*/
	}

	.footer .logo-block {
		border-top: 1px solid #f1f0f0;
		padding: 39px 0 30px;
		margin: 0;
	}

	.footer .logo-block li:first-child {
		display: inline-block;
		vertical-align: top;
		margin: 5px 16px 10px 0;
	}

	.footer .logo-block li.tNc-txt {
		display: inline-block;
		padding-left: 0;
		margin: 10px 0 10px 20px;
	}

	.footer .logo-block li.tNc-txt:last-child {
		margin-bottom: 10px;
	}

	.footer .nav-area {
		border-top: 1px solid #f1f0f0;
		padding: 39px 0 31px;
	}

	.footer .bottom-area {
		padding: 36px 0;
	}

	.footer .bottom-area .social-networks {
		float: right;
		text-align: right;
		width: 55%;
		margin-bottom: 0;
	}

	.footer .copyright {
		float: left;
		width: 40%;
		margin: 1px 0 0;
	}

	.footer-nav {
		float: left;
		width: calc(100% - 40px);
		text-align: center;
	}

	.footer-nav li {
		display: inline-block;
		vertical-align: top;
		margin: 0 26px 8px 0;
	}

	.lang-select {
		display: block;
		float: right;
		width: 36px;
		text-align: right;
		padding: 3px 0 0;
		position: relative;
	}

	.hero-banner .container {
		padding-top: 31.8%;
		padding-bottom: 70px;
	}

	.hero-banner .text-block h1 {
		margin-bottom: 33px;
	}

	.hero-banner .text-block p {
		margin-bottom: 36px;
	}

	.hero-banner .text-block .btn {
		min-width: 220px;
		padding: 15px;
	}

	.hero-banner.purple-bg .container {
		padding-top: 73px;
	}

	.hero-banner.purple-bg .img-block {
		margin: 0 20px 55px;
	}

	.hero-banner.purple-bg .text-block p {
		margin-bottom: 36px;
	}

	.contact-us-wrap {
		padding-left: 20px;
		display: inline;
		margin-top: 0;
	}

	.features-block {
		margin-bottom: 50px;
	}

	.features-block h2 {
		margin-bottom: 25px;
	}

	.features-block .row .col {
		width: 33.33%;
	}

	.features-block .row .title {
		margin: 0 0 21px;
	}

	.services-section {
		border-bottom: 1px solid #e7e8ea;
		padding: 99px 0 28px;
		margin-bottom: 93px;
	}

	.services-section h2 {
		margin-bottom: 31px;
	}

	.services-section .services-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.services-section .services-wrap .block {
		margin: 0 0 18px;
		background: none;
		box-shadow: none;
		padding: 30px 30px 30px 130px;
	}

	.services-section .services-wrap .ico-wrap {
		left: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
	}

	.services-section .services-wrap .text-wrap .title {
		color: #95258a;
		margin-bottom: 17px;
	}

	.services-section .services-wrap .text-wrap .list li {
		margin-bottom: 0;
	}

	.anim-section .anim-text {
		position: static;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.anim-section .anim-text.fixed-state {
		position: static;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}

	.anim-section .anim-text {
		position: static;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		opacity: 1 !important;
	}

	.anim-section .fixed-state + .fake-text-block {
		display: none;
	}

	.anim-section .anim-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		height: auto !important;
	}

	.anim-section .block {
		opacity: 1;
		visibility: visible;
	}

	.anim-section .block-active .block {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.anim-section .anim-block {
		height: auto !important;
		width: auto;
		display: block;
		width: 50%;
	}

	.anim-section.scrolled-state .anim-text.fixed-state {
		position: static;
	}

	.anim-section.scrolled-state .anim-block .block {
		opacity: 1;
		visibility: visible;
	}

	.anim-section.scrolled-state .anim-block:last-child .block {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.advantage-section.video-swimlane .anim-img .bg-wrap .video-area video.mobile {
		display: none;
	}

	.advantage-section.video-swimlane .anim-img .bg-wrap .video-area video.desktop {
		display: block;
	}

	.pro-intro {
		margin-bottom: 76px;
	}

	.pro-intro .mobile-bg {
		display: none;
	}

	.pro-intro .content-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.pro-intro .content-block .bg-img {
		background-size: cover;
		background-position: center center;
	}

	.pro-intro .content-block .left-block {
		width: 33.8%;
		padding: 0 10px;
	}

	.pro-intro .content-block .left-block .bg-img {
		height: 100%;
	}

	.pro-intro .content-block .right-block {
		width: 66.2%;
		padding: 0 10px;
	}

	.pro-intro .content-block .right-block .bg-img {
		padding-top: 62%;
	}

	.advantage-section .bg-wrap {
		padding: 80px 0 260px;
	}

	.advantage-section .advantage-block .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.advantage-section .advantage-block .col {
		width: 33.33%;
	}

	.advantage-section .advantage-block .col .holder {
		padding: 97px 15px 44px;
		margin: 0;
	}

	.advantage-section .advantage-block .title {
		margin-bottom: 28px;
	}

	.advantage-section .anim-container {
		height: auto !important;
	}

	.advantage-section .anim-img {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		position: static !important;
		opacity: 1 !important;
	}

	.advantage-section .anim-img.block-hidden {
		opacity: 1;
		visibility: visible;
	}

	.advantage-section.fixed-state .anim-img,
	.advantage-section.scroll-state .anim-img {
		position: static;
		width: auto;
	}

	.advantage-section.fixed-state .fake-img-block,
	.advantage-section.scroll-state .fake-img-block {
		display: none;
	}

	.advantage-section .anim-box {
		height: auto !important;
	}

	.advantage-section .anim-box .holder {
		background: none;
		opacity: 1;
		visibility: visible;
		position: static !important;
	}

	.advantage-section .anim-box.block-active .holder {
		position: static;
	}

	.management-devices {
		padding: 88px 0 99px;
	}

	.management-devices h2 {
		margin-bottom: 31px;
	}

	.management-devices .list-box {
		max-width: 960px;
		margin: 0 auto 51px;
	}

	.management-devices .list-box + .list-box {
		margin-bottom: 50px;
	}

	.registration-section {
		padding: 80px 0 0;
	}

	.registration-section + .management-devices {
		margin-top: 60px;
	}

	.registration-section.no-padding {
		padding: 0;
	}

	.registration-section .content-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.registration-section.start-top .content-area {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.registration-section .img-block {
		margin: 0;
		width: 50%;
	}

	.registration-section .text-block {
		width: 47%;
		padding: 0 10px 0 0;
	}

	.registration-section .logo-row {
		display: block;
		padding-top: 13px;
	}

	.registration-section.new-swimlane {
		padding-bottom: 80px;
	}

	.registration-section.new-swimlane .img-block {
		margin: 0;
		width: 50%;
		padding-left: 20px;
	}

	.header .subscription-option {
		padding: 20px 0;
	}

	.managed-devices-banner {
		padding: 142px 0 148px;
		margin-bottom: 40px;
	}

	.managed-devices-banner .img1 {
		width: 240px;
		top: 0;
	}

	.managed-devices-banner .img2-1 {
		bottom: auto;
		top: 0;
		right: -20px;
		width: 290px;
	}

	.managed-devices-banner .img2-2 {
		bottom: 0;
		width: 350px;
		right: 0;
	}

	.managed-devices-banner .img2-3 {
		right: 0;
		bottom: 100px;
		width: 130px;
	}

	.managed-devices-banner .text-wrap {
		padding: 0 270px 0 130px;
	}

	.managed-devices-banner h1 {
		margin: 0 0 19px;
	}

	.managed-devices-banner p {
		margin-bottom: 25px;
	}

	.three-col-product-block .three-col-slider {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 50px;
	}

	.three-col-product-block .product-box {
		padding: 40px 22px 138px;
		width: 100%;
		height: 100%;
	}

	.three-col-product-block .product-box .title {
		padding-left: 50px;
	}

	.three-col-product-block .product-box .title .ico-wrap {
		width: 34px;
	}

	.three-col-product-block .product-box .device-wrap {
		width: 60px;
		right: -8px;
	}

	.all-devices-section .info-message {
		position: absolute;
		left: 0;
		width: 100%;
		top: 50%;
		padding-right: 30px;
	}

	.all-devices-section .bar-fixed .filter-bar {
		position: static;
		background: none;
		width: auto;
	}

	.all-devices-section .filter-bar .desktop-filter-bar {
		display: block;
	}

	.all-devices-section .filter-bar .mobile-filter-bar {
		display: none;
	}

	.all-devices-section .check-form {
		display: block;
		float: left;
		width: 250px;
		box-shadow: none;
		background: none;
		margin: 0 15px -15px;
		padding: 21px 0;
	}

	.all-devices-section .check-form input[type="submit"] {
		display: none;
	}

	.all-devices-section .check-form .filter-head {
		display: none;
	}

	.all-devices-section .check-list li {
		padding-left: 22px;
	}

	.all-devices-section .check-list ul {
		margin: 0 0 0 -20px;
	}

	.all-devices-section .devices {
		overflow: hidden;
		padding: 90px 0 20px;
	}

	.all-devices-section .devices .wrap {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 80px;
	}

	.all-devices-section .devices .wrap:last-child {
		margin-bottom: 100px;
	}

	.all-devices-section .devices .wrap .info-text {
		width: 100%;
		margin-bottom: 40px;
	}

	.all-devices-section .devices .wrap .btn-wrap {
		-ms-flex-item-align: end;
		align-self: flex-end;
		width: 100%;
	}

	.banner {
		padding: 122px 0 126px;
	}

	.resources-section {
		padding: 0;
	}

	.resources-section .resoucres-tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
		margin: 0 auto 59px;
		max-width: 1080px;
	}

	.resources-section .resoucres-tabs:after {
		content: "";
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08);
		position: absolute;
		top: 0;
		bottom: 0;
		left: -999px;
		right: -999px;
		z-index: -1;
	}

	.resources-section .resoucres-tabs li {
		width: 33.33%;
		text-align: center;
		padding: 0;
	}

	.resources-section .resoucres-tabs li.active a {
		background: none;
		color: #95258a;
		text-shadow: 0 1px 0 #95258a;
	}

	.resources-section .resoucres-tabs a {
		background: none;
		color: #95258a;
		border: none;
		padding: 19px 0 20px;
		width: 100%;
		position: relative;
	}

	.resources-section .resoucres-tabs a:hover {
		background: none;
		color: #95258a;
		text-shadow: 0 1px 0 #95258a;
	}

	.resources-section .review-row {
		margin: 0 auto 58px;
		max-width: 1170px;
		padding: 7px 0 12px;
	}

	.resources-section .review-row .review-wrap p {
		margin-bottom: 22px;
	}

	.resources-section .review-row .review-line {
		margin-bottom: 14px;
	}

	.resources-section .review-row .review-line span {
		line-height: 18px;
	}

	.resources-section .review-row .rating {
		margin: 2px 0 4px;
	}

	.resources-section .review-row .foot .by {
		min-width: 170px;
		margin-right: 13px;
		max-width: 200px;
	}

	.resources-section .review-row .foot .from {
		width: auto;
	}

	.four-col-row,
	.video-four-col-row {
		margin: 0;
	}

	.four-col-row .video-wrap,
	.video-four-col-row .video-wrap {
		margin-bottom: 17px;
	}

	.four-col-row .img-wrap,
	.video-four-col-row .img-wrap {
		margin-bottom: 17px;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.two-image-section .bg-wrap + .bg-wrap .bg-img {
		left: -250px;
		right: 0;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		line-height: 1.57;
		font-size: 42px;
	}

	h2,
	.h2 {
		line-height: 1.79;
		font-size: 28px;
	}

	.header {
		padding: 20px 0;
	}

	.header .container:before {
		left: 170px;
	}

	.header .login {
		width: 132px;
		font-size: 14px;
		line-height: 14px;
		padding: 13px;
		margin-left: 8px;
	}

	.header .login.subscribe {
		min-width: 132px;
		width: auto;
	}

	.header .search-opener {
		margin: 10px 5px 0 0;
	}

	.header .search-opener .ico-search {
		width: 20px;
		height: 20px;
	}

	.header .search-form {
		margin-top: 1px;
	}

	.header .lang-select {
		padding: 0;
		margin-top: 15px;
	}

	.header .lang-select .lang-drop {
		margin-top: 29px;
	}

	.logo {
		width: 148px;
		margin-top: 1px;
	}

	.nav-drop {
		padding-top: 12px;
		max-width: 63%;
	}

	.nav ul {
		margin: 0 -10px;
	}

	.nav ul li {
		margin: 0 10px 4px;
		font-size: 12px;
	}

	.hero-section .hero-slider {
		height: 550px;
	}

	.hero-section .hero-slider .pagination li {
		margin: 0 10px;
		width: 100px;
		height: 9px;
	}

	.hero-section .hero-slider .text-block {
		font-size: 24px;
		line-height: 28px;
		width: 594px;
	}

	.hero-section .hero-slider .text-block h1 {
		font-size: 42px;
		line-height: 1.57;
	}

	.hero-section .text-block h1 {
		font-size: 42px;
		line-height: 1.57;
	}

	.network-management-block .box {
		line-height: 28px;
	}

	.benefits-section .tabset {
		width: 41.7%;
	}

	.benefits-section .tabset &gt; li {
		margin: 0 0 24px;
	}

	.benefits-section .tabset [data-tab-link] {
		padding: 28px 28px 23px;
		position: relative;
	}

	.benefits-section .tabset [data-tab-link] .ico-wrap {
		position: absolute;
		top: 50%;
		left: 14px;
		margin: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100px;
		text-align: center;
	}

	.benefits-section .tabset [data-tab-link] .ico-wrap .clock {
		width: 70px;
		height: 70px;
	}

	.benefits-section .tabset [data-tab-link] .ico-wrap .bell {
		width: 58px;
		height: 82px;
	}

	.benefits-section .tabset [data-tab-link] .ico-wrap .monitors {
		width: 92px;
		height: 52px;
	}

	.benefits-section .tabset [data-tab-link] .text-wrap {
		overflow: hidden;
		padding: 0 0 0 106px;
	}

	.benefits-section .tabset [data-tab-link] .text-wrap .title {
		margin-bottom: 16px;
	}

	.benefits-section .tab-content {
		width: 45%;
		right: -83px;
		margin: -77px 0 0;
	}

	.benefits-section .tab-content .mobile-img {
		top: 101px;
		left: -82px;
		width: 34.7%;
	}

	.benefits-section .cta-btns {
		padding-top: 20px;
	}

	.two-image-section {
		margin: 0 -250px 74px;
	}

	.two-image-section .bg-wrap {
		height: 500px;
	}

	.two-image-section .bg-wrap {
		position: relative;
		z-index: 1;
	}

	.two-image-section .bg-wrap .bg-img {
		right: -250px;
	}

	.two-image-section .devices {
		width: 740px;
		right: 14%;
	}

	.two-image-section .devices .img1 {
		margin: 0 -9px 17px 11px;
	}

	.two-image-section.in-viewport .devices {
		bottom: -48px;
	}

	.text-section {
		padding: 60px 0 20px;
	}

	.text-section .container {
		max-width: 980px;
	}

	.text-section h2 {
		color: #2c262d;
		margin-bottom: 24px;
	}

	.text-section p {
		margin-bottom: 24px;
	}

	.text-section h3 {
		font-size: 24px;
	}

	.insight-solution a.close img {
		width: 32px;
		height: 32px;
	}

	.insight-solution .mix-tabset li {
		padding: 0 8px 26px;
	}

	.insight-solution .slide &gt; div {
		padding: 77px 12.5% 0;
	}

	.insight-solution .slide .text-block {
		width: 330px;
	}

	.insight-solution .slide .text-block .title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 32px;
	}

	.insight-solution .slide .text-block .list {
		margin-bottom: 23px;
	}

	.insight-solution .slide .img-block {
		width: calc(100% - 346px);
	}

	.insight-solution .slide .img-block .mobile-img {
		top: -55px;
	}

	.video-panel {
		font-size: 25px;
		line-height: 1.4;
		padding: 138px 0;
	}

	.video-panel .title-text {
		width: 430px;
	}

	.video-panel .play-btn img.stop-btn-icon {
		width: 100px;
		height: 100px;
		margin: 0;
	}

	.video-panel .play-btn img {
		width: 130px;
		height: 130px;
	}

	.video-section.video-active .text-frame {
		-webkit-transform: translate3d(0, -66px, 0);
		transform: translate3d(0, -66px, 0);
	}

	.subscriptions-section .heading {
		font-size: 20px;
		line-height: 1.5;
	}

	.billing-block .row {
		margin: 0 -15px;
	}

	.billing-block .row .col {
		padding: 0 15px;
	}

	.billing-block .box {
		padding: 22px 27px 33px;
	}

	.billing-block .box .mini-title {
		font-size: 16px;
		margin-bottom: 23px;
	}

	.billing-block .box .title {
		padding-bottom: 20px;
		margin-bottom: 9px;
	}

	.billing-block .box .title .price {
		font-size: 38px;
		line-height: 40px;
		quotes: 103px;
		margin-right: 6px;
	}

	.billing-block .box .title .rate {
		width: calc(100% - 112px);
	}

	.billing-block .box .title .rate .devices {
		margin-bottom: 5px;
	}

	.billing-block .box .features {
		margin-bottom: 34px;
	}

	.billing-block .box .features li {
		margin-bottom: 19px;
	}

	.billing-block .box .ribbon span {
		font-size: 16px;
		width: 180px;
		height: 38px;
		right: -40px;
		top: 32px;
		padding: 9px;
	}

	.billing-block .box .ribbon.ribbon-green span {
		line-height: 16px;
		font-size: 16px;
		padding: 3px 20px;
	}

	.billing-block .toggle-bar .switch {
		margin-bottom: 20px;
		margin-right: -12px;
	}

	.billing-block .store-btns .app-store {
		width: 100px;
	}

	.billing-block .store-btns .google-play {
		width: 114px;
	}

	.btn {
		font-size: 14px;
		line-height: 16px;
		padding: 11px 25px;
	}

	.btn.btn-lg {
		font-size: 17px;
		line-height: 18px;
	}

	.switch {
		width: 304px;
		margin-bottom: 20px;
	}

	.switch input {
		left: 7.5rem;
	}

	.switch label {
		font-size: 15px;
		width: 7rem;
	}

	.switch label:last-of-type {
		margin-left: 71px;
	}

	.switch .toggle-outside {
		left: 7.5rem;
	}

	.case-study .title-block {
		width: 360px;
		margin: 0 111px 0 10px;
	}

	.case-study .logo-wrap {
		width: 281px;
	}

	.case-study .description-block {
		padding-right: 36px;
	}

	.case-study .description-block .title {
		font-size: 20px;
		line-height: 1.9;
	}

	.case-study .description-block blockquote {
		font-size: 20px;
	}

	.case-study .description-block .btn {
		padding: 14px;
		width: 219px;
	}

	.case-study h2 {
		margin-left: 7px;
	}

	.three-col-slider .box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.three-col-slider.images .slick-arrow {
		margin-top: -4.5%;
	}

	.contact-section .submit-form {
		width: 570px;
	}

	.submit-form {
		padding: 24px 69px 50px;
	}

	.submit-form input[type="text"],
	.submit-form input[type="email"],
	.submit-form input[type="tel"],
	.submit-form input[type="password"],
	.submit-form textarea,
	.submit-form select {
		height: 51px;
		font-size: 17px;
		line-height: 23px;
		padding: 14px 19px;
		border-radius: 6px;
	}

	.submit-form textarea {
		min-height: 102px;
		height: 102px;
		padding: 22px 29px;
		margin-bottom: 20px;
	}

	.submit-form .field-style .required {
		font-size: 18px;
		top: 3px;
		right: 5px;
	}

	input.submit-button,
	input[type="submit"] {
		font-size: 17px;
		line-height: 18px;
		padding: 16px 16px 17px;
	}

	.notification-bar .text {
		/*max-width: 410px;*/
	}

	html[lang="de"] .billing-block .box .ribbon span,
	html[lang="fr"] .billing-block .box .ribbon span,
	html[lang="es"] .billing-block .box .ribbon span,
	html[lang="pl"] .billing-block .box .ribbon span,
	html[lang="nl"] .billing-block .box .ribbon span,
	html[lang="it"] .billing-block .box .ribbon span {
		line-height: 13px;
		font-size: 13px;
	}

	html[lang="de"] .switch label:last-of-type {
		margin-left: 61px;
	}

	.footer {
		font-size: 16px;
		line-height: 20px;
	}

	.footer-nav {
		text-align: left;
	}

	.lang-select {
		padding: 4px 4px 0 0;
	}

	.jcf-select {
		height: 51px;
		margin-bottom: 20px;
	}

	.jcf-select .jcf-select-text {
		font-size: 17px;
		margin-left: 19px;
		line-height: 48px;
	}

	.jcf-select .jcf-select-opener {
		width: 30px;
	}

	.jcf-select .jcf-select-opener:after {
		width: 10px;
		height: 19px;
	}

	.jcf-list .jcf-option {
		padding: 7px 20px;
	}

	.hero-banner {
		margin-bottom: 93px;
	}

	.hero-banner .container {
		padding-top: 448px;
	}

	.hero-banner .text-block {
		font-size: 24px;
		line-height: 1.67;
		text-shadow: 0 24px 48px #000;
	}

	.hero-banner .text-block h1 {
		font-size: 48px;
		line-height: 50px;
		margin-bottom: 26px;
	}

	.hero-banner .text-block .btn {
		min-width: 267px;
	}

	.features-block .row .text-wrap {
		line-height: 2;
		padding: 21px 50px 18px;
	}

	.features-block .row .title {
		font-size: 16px;
		margin: 0 -10px 8px;
	}

	.services-section .p-txt {
		font-size: 20px;
		line-height: 1.5;
	}

	.services-section .services-wrap {
		margin: 0 -30px;
	}

	.services-section .services-wrap .block {
		padding-left: 220px;
	}

	.services-section .services-wrap .ico-wrap {
		width: 130px;
		height: 130px;
		left: 60px;
		margin-top: -2px;
	}

	.services-section .services-wrap .ico-wrap .truck {
		width: 92px;
		height: 56px;
	}

	.services-section .services-wrap .ico-wrap .mobile {
		width: 45px;
		height: 81px;
	}

	.services-section .services-wrap .ico-wrap .bell {
		width: 58px;
		height: 83px;
	}

	.services-section .services-wrap .ico-wrap .graph {
		width: 57px;
		height: 79px;
	}

	.services-section .services-wrap .ico-wrap .monitors {
		width: 92px;
		height: 52px;
	}

	.services-section .services-wrap .ico-wrap .clock {
		width: 70px;
		height: 70px;
	}

	.location-managing {
		margin-bottom: 149px;
		padding: 0;
	}

	.location-managing .heading {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 106px;
	}

	.location-managing .heading h2 {
		margin-bottom: 24px;
	}

	.advantage-section.video-swimlane .anim-img .bg-wrap h2 {
		margin-bottom: 24px;
	}

	.advantage-section.video-swimlane .advantage-block .col .holder {
		padding: 30px 48px 30px;
	}

	.pro-intro .content-block {
		margin: 0 -20px;
	}

	.pro-intro .content-block .left-block {
		padding: 0 20px;
	}

	.pro-intro .content-block .right-block {
		padding: 0 20px;
	}

	.pro-intro .content-block h2 {
		margin-bottom: 2px;
	}

	.pro-intro .content-block h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.advantage-section .bg-wrap {
		padding: 100px 0 351px;
	}

	.advantage-section .advantage-block .row {
		margin: 0 -48px;
	}

	.advantage-section .advantage-block .col .holder {
		padding: 97px 48px 44px;
	}

	.advantage-section .advantage-block .ico-wrap {
		width: 130px;
		height: 130px;
		box-shadow: 0 13px 26px 0 rgba(0, 0, 0, .1);
		top: -76px;
	}

	.advantage-section .advantage-block .ico-wrap .cloud {
		width: 74px;
		height: 50px;
	}

	.advantage-section .advantage-block .ico-wrap .wifi {
		width: 69px;
		height: 48px;
	}

	.advantage-section .advantage-block .ico-wrap .time {
		width: 58px;
		height: 58px;
	}

	.management-devices .list-box .head {
		font-size: 24px;
		line-height: 1.33;
		padding: 34px 30px;
	}

	.management-devices .list-box .content-area {
		font-size: 16px;
		line-height: 1.63;
	}

	.management-devices .list-box .content-area ul li {
		padding: 16px 48px 17px;
	}

	.management-devices .btn {
		width: 330px;
		padding: 15px;
		letter-spacing: 1px;
	}

	.registration-section h2 {
		margin-bottom: 70px;
	}

	.registration-section.start-top .text-block .list li {
		padding-bottom: 15px;
	}

	.registration-section .text-block {
		padding: 0 15px;
	}

	.registration-section .text-block .h2 {
		margin-bottom: 23px;
	}

	.registration-section .text-block .list li {
		font-size: 20px;
		padding-bottom: 25px;
	}

	.registration-section .text-block .list li:before {
		width: 7px;
		height: 7px;
		top: 13px;
	}

	.insight-compatability {
		padding: 99px 0 108px;
	}

	.insight-compatability h2 {
		margin-bottom: 39px;
	}

	.compatability-table {
		font-size: 16px;
	}

	.compatability-table .col {
		width: 15.4%;
	}

	.compatability-table .col:first-child {
		width: 23%;
	}

	.compatability-table thead th {
		padding: 16px;
	}

	.compatability-table thead th:first-child {
		padding-left: 30px;
	}

	.compatability-table tbody td {
		padding: 16px;
	}

	.compatability-table tbody td:first-child {
		padding-left: 29px;
		min-width: 310px;
	}

	.compatability-table .dot {
		width: 10px;
		height: 10px;
	}

	.table-holder .fake-table {
		width: 23%;
	}

	.table-holder .fake-table table {
		box-shadow: none;
	}

	.managed-devices-banner .text-wrap {
		line-height: 2.14;
	}

	.managed-devices-banner .highlight-text {
		font-size: 28px;
	}

	.three-col-product-block .slide {
		padding: 0 14px 50px !important;
	}

	.three-col-product-block .product-box .title {
		margin-bottom: 27px;
		padding-left: 52px;
	}

	.three-col-product-block .product-box .expandable-block {
		padding-right: 28px;
	}

	.three-col-product-block .product-box .device-wrap {
		width: 70px;
		right: -10px;
	}

	.all-devices-section {
		margin-bottom: 47px;
	}

	.all-devices-section .filter-bar {
		padding: 22px 0 21px;
	}

	.all-devices-section .check-form {
		margin-left: -4px;
		width: 294px;
	}

	.all-devices-section .check-list li {
		font-size: 18px;
		line-height: 20px;
		padding: 0;
	}

	.all-devices-section .check-list ul {
		padding: 20px 0 0 32px;
		margin: 0;
		position: relative;
		border-top: none;
	}

	.all-devices-section .check-list ul:before {
		content: "";
		height: 1px;
		background: #f2f2f2;
		position: absolute;
		top: 0;
		left: -9999px;
		right: 0;
	}

	.all-devices-section .check-list ul li {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 11px;
	}

	.all-devices-section .check-list .fake-input {
		top: 2px;
	}

	.all-devices-section .check-list .fake-input img {
		width: 16px;
		height: 16px;
	}

	.all-devices-section .check-list label {
		padding-left: 32px;
		margin-bottom: 19px;
	}

	.all-devices-section .devices {
		padding: 100px 0 0;
	}

	.all-devices-section .devices .wrap {
		width: 33.33%;
		margin-bottom: 90px;
	}

	.resources-section .resoucres-tabs a {
		font-size: 18px;
		line-height: 20px;
	}

	.resources-section .review-row .product-wrap {
		width: 260px;
		margin: 3px 0 0;
	}

	.resources-section .review-row .review-wrap {
		padding: 0 50px;
		width: calc(100% - 350px);
	}

	.resources-section .review-row .review-line {
		margin-bottom: 19px;
	}

	.resources-section .review-row .review-line span {
		overflow: hidden;
		width: auto;
		float: none;
	}

	.resources-section .review-row .rating {
		width: 126px;
		margin: 2px 8px -12px 0;
	}

	.four-col-row .col,
	.four-col-row .video-col,
	.video-four-col-row .col,
	.video-four-col-row .video-col {
		width: 25%;
	}

	.four-col-row .small-title,
	.video-four-col-row .small-title {
		margin-bottom: 5px;
	}

	.four-col-row .title,
	.video-four-col-row .title {
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: .4px;
	}
}

@media (min-width: 1200px) {
	.nav-drop {
		max-width: 67%;
	}

	.nav ul {
		margin: 0 -20px;
	}

	.network-management-block .review-card blockquote {
		margin: 0 45px;
	}

	.two-image-section .devices {
		right: 17.5%;
	}

	.insight-solution {
		margin-bottom: 60px;
	}

	.insight-solution .slide .text-block {
		padding-top: 34px;
	}

	.video-panel .title-text {
		width: 526px;
	}

	.billing-block .row {
		margin: 0 -20px;
	}

	.billing-block .row .col {
		padding: 0 20px;
	}

	.billing-block .store-btns .app-store {
		width: 120px;
	}

	.billing-block .store-btns .google-play {
		width: 135px;
	}

	.three-col-slider .box {
		padding-left: 38px;
		padding-right: 38px;
	}

	.three-col-slider .img-hold {
		margin-top: -44px;
		margin-bottom: 41px;
	}

	.three-col-slider .img-hold + blockquote cite {
		padding-bottom: 40px;
	}

	.footer-nav li {
		margin-right: 29px;
	}

	.services-section .services-wrap .block {
		padding-left: 273px;
	}

	.services-section .services-wrap .ico-wrap {
		left: 80px;
	}

	.registration-section .content-area {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.registration-section.start-top .content-area {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.registration-section .img-block {
		width: 53%;
	}

	.registration-section .text-block {
		width: 47%;
	}

	.registration-section.new-swimlane .content-area {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.compatability-table thead th:first-child {
		padding-left: 48px;
	}

	.compatability-table tbody td:first-child {
		padding-left: 47px;
	}

	.managed-devices-banner .img1 {
		width: 374px;
		left: -30px;
	}

	.managed-devices-banner .img2-1 {
		width: 420px;
	}

	.managed-devices-banner .img2-2 {
		width: 470px;
	}

	.managed-devices-banner .img2-3 {
		width: 170px;
		bottom: 134px;
	}

	.managed-devices-banner .text-wrap {
		padding: 0 330px 0 250px;
	}

	.three-col-product-block .product-box {
		padding: 57px 30px 97px 40px;
	}

	.three-col-product-block .product-box .title .ico-wrap {
		width: 44px;
	}

	.three-col-product-block .product-box .expandable-block {
		padding-right: 65px;
	}

	.three-col-product-block .product-box .read-more {
		margin: 2px 0 0 16px;
	}

	.three-col-product-block .product-box .device-wrap {
		width: 121px;
		right: -12px;
		bottom: 21px;
	}

	.three-col-product-block .product-box .btn {
		bottom: 39px;
		left: 48px;
	}

	.banner h1 {
		font-size: 48px;
		line-height: 52px;
	}

	.resources-section .review-row .review-wrap {
		padding: 0 85px;
	}
}

@media (min-width: 1400px) {
	.nav ul {
		margin: 0 -28px;
	}

	.nav ul li {
		margin: 0 28px 4px;
		font-size: 14px;
	}

	.hero-section .hero-slider .slide .bg-img {
		background-position: 50% 30%;
	}

	.benefits-section .tab-content {
		width: 649px;
	}

	.insight-solution a.close {
		top: 191px;
		right: -60px;
	}

	.insight-solution .slide .img-block {
		margin-bottom: -18px;
	}

	.video-panel .title-text {
		width: 530px;
	}

	.subscriptions-section .container {
		max-width: 1290px;
	}

	.billing-block .row {
		margin: 0 -30px;
	}

	.billing-block .row .col {
		padding: 0 30px;
	}

	.three-col-slider {
		padding-left: 0;
		padding-right: 0;
		margin-left: -10px;
		margin-right: -10px;
	}

	.three-col-slider .slide {
		padding-left: 36px;
		padding-right: 36px;
	}

	.three-col-slider .box {
		padding-left: 25px;
		padding-right: 25px;
	}

	.three-col-slider .slick-arrow {
		margin-top: -5%;
	}

	.three-col-slider .slick-arrow.slick-next {
		right: -69px;
	}

	.three-col-slider .slick-arrow.slick-prev {
		left: -69px;
	}

	.three-col-slider.images {
		padding-left: 0;
		padding-right: 0;
	}

	.three-col-slider.images .slick-arrow {
		margin-top: -4.2%;
	}

	.contact-section .submit-form {
		margin-right: -30px;
	}

	.lang-select .lang-drop {
		right: -27px;
	}

	.location-managing .img-block {
		margin: 0 -40px 0 -64px;
	}

	.registration-section .img-block {
		width: 58%;
		margin-right: -60px;
	}

	.registration-section .text-block {
		padding-bottom: 85px;
	}

	.registration-section.new-swimlane .text-block {
		padding-bottom: 0;
	}

	.managed-devices-banner .img1 {
		width: 374px;
		left: 0;
	}

	.managed-devices-banner .img2-1 {
		width: 497px;
	}

	.managed-devices-banner .text-wrap {
		padding-right: 270px;
	}

	.managed-devices-banner h1 {
		font-size: 48px;
	}
}

@media (min-width: 1441px) {
	.benefits-section .tab-content {
		right: 0;
	}
}

@media (min-width: 1600px) {
	.hero-section .hero-slider {
		height: 700px;
	}
}

@media (max-width: 1199px) {
	.all-devices-section .devices .wrap .img-wrap img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.services-section .services-wrap .ico-wrap .reseller-icons {
		max-width: 60px;
		height: auto;
	}
}

@media (max-width: 767px) {
	.header .lang-select .lang-drop {
		width: 230px;
	}

	.insight-solution .container {
		padding: 0;
	}

	.insight-solution .insight-device {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.video-section .text-frame {
		z-index: 2;
	}

	.billing-block .bar-fixed .toggle-bar .switch {
		margin: 0;
	}

	.scroll-content-fixed-container {
		z-index: 9888;
	}

	.notification-bar .text {
		display: inline;
	}

	.notification-bar .btn {
		display: block;
		max-width: 200px;
		margin: 12px auto 0;
	}

	.notification-bar .more {
		line-height: normal;
		margin: 0;
	}

	.three-col-product-block .product-box .device-wrap.netgearbox {
		width: 70px;
	}

	.all-devices-section .check-form {
		-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
		opacity: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		left: 12px;
		right: 12px;
		top: 51px;
		position: fixed;
		z-index: 9999;
		overflow-y: auto;
		height: calc(100vh - 60px);
		padding-bottom: 60px;
	}

	.filter-active .all-devices-section .check-form {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.all-devices-section .devices .wrap .img-wrap {
		height: auto !important;
		margin-bottom: 28px;
	}

	.all-devices-section .devices .wrap .img-wrap img {
		width: auto;
	}

	.resources-section .resoucres-tabs {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 12px;
	}

	.resources-section .resoucres-tabs .move-block {
		display: none !important;
	}

	.resources-section .showMoreBtn {
		padding: 10px 0;
	}

	.resources-section .pager li {
		margin: 0 10px;
	}

	.resources-section .pager .prev img {
		margin: 3px 5px 0 0;
	}

	.resources-section .pager .next img {
		margin: 3px 0 0 5px;
	}
}

@media (max-width: 375px) {
	.slider-section .three-col-slider {
		margin-left: 0;
		margin-right: 0;
	}
}

@-webkit-keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}



/* new css */



.navbar ul {
    list-style-type: none;
    padding: 0;
}
.navbar-nav {
    margin-left: 5%;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.meural-sticky-nav {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #f1f0f0;
    padding: 0;
}
.meural-sticky-nav.meural-nav-margin {
    z-index: 102;
}
.meural-sticky-nav a,
.meural-sticky-nav a:hover {
    color: #000;
}
.meural-sticky-nav .pdp-nav-brand p {
    margin: 0;
}
.meural-sticky-nav .nav-item {
    margin-right: 20px;
    padding-top: 0;
}
.meural-sticky-nav .nav-item:last-of-type {
    margin-right: 0;
}
.meural-sticky-nav .nav-link {
    font-family: NunitoSans-Regular;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.4px;
    text-align: left;
}
.meural-sticky-nav .nav-item.active .nav-link {
    font-family: NunitoSans-Black;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.4px;
    text-align: left;
}
.meural-sticky-nav .navbar-nav {
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .meural-sticky-nav .navbar-nav {
        flex-direction: row;
        margin-right: auto;
        margin-left: 0;
    }
    .meural-sticky-nav .nav-item {
        margin-left: 50px;
    }
    .meural-sticky-nav .nav-link {
        font-family: NunitoSans-Regular;
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: 1.4px;
        text-align: left;
    }
    .meural-sticky-nav .nav-item.active .nav-link {
        font-family: NunitoSans-Black;
        color: #000;
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: 1.4px;
        text-align: left;
    }
    .meural-sticky-nav .price-wrapper {
        margin-right: 7px;
    }
    .meural-sticky-nav .price-wrapper p {
        margin-bottom: 0;
    }
    .meural-sticky-nav .price-wrapper .new-price {
        font-family: NunitoSans-Light;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.4px;
        text-align: left;
        color: #000;
    }
    .meural-sticky-nav .price-wrapper .old-price + .new-price {
        font-family: NunitoSans-Light;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.4px;
        text-align: left;
        color: #009dd6;
    }
    .meural-sticky-nav .price-wrapper .old-price {
        opacity: 0.5;
        font-family: NunitoSans-Regular;
        font-size: 13px;
        text-decoration: line-through;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.4px;
        text-align: left;
        color: #707070;
        padding-top: 3px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .meural-sticky-nav .cta-add-cart,
    .meural-sticky-nav .cta-contact-rep,
    .meural-sticky-nav .ps-button-label {
        width: 135px !important;
        height: 35px !important;
        font-size: 14px !important;
    }
}
@media (min-width: 1200px) {
    .noTickerMargin .meural-sticky-nav.meural-nav-margin {
        margin-top: 89px;
    }
}
@media (min-width: 1400px) {
    .meural-sticky-nav .navbar-nav {
        flex-direction: row;
        margin-right: auto;
        margin-left: 5%;
    }
    .meural-sticky-nav .nav-link {
        font-family: NunitoSans-Regular;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 1.4px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .meural-sticky-nav .nav-item.active .nav-link {
        font-family: NunitoSans-Black;
        color: #000;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 1.4px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .meural-sticky-nav .price-wrapper {
        margin-right: 30px;
    }
    .meural-sticky-nav .price-wrapper p {
        margin-bottom: 0;
    }
    .meural-sticky-nav .price-wrapper .new-price {
        font-family: NunitoSans-Light;
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.4px;
        text-align: left;
        color: #000;
    }
    .meural-sticky-nav .price-wrapper .old-price + .new-price {
        font-family: NunitoSans-Light;
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.4px;
        text-align: left;
        color: #009dd6;
    }
    .meural-sticky-nav .price-wrapper .old-price {
        opacity: 0.5;
        font-family: NunitoSans-Regular;
        font-size: 16px;
        text-decoration: line-through;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.4px;
        text-align: left;
        color: #707070;
        padding-top: 3px;
    }
}
@media (max-width: 767px) {
    .meural-sticky-nav.navbar {
        padding: 20px 1rem;
    }
    .meural-sticky-nav.navbar .nav-baropen {
        position: relative;
        width: 35px;
        height: 23px;
        z-index: 1;
        cursor: pointer;
		top: -8px;
    }
    .meural-sticky-nav.navbar .nav-baropen .bar {
        position: absolute;
        height: 3px;
        width: 35px;
        left: 0;
        background: #212529;
    }
    .meural-sticky-nav.navbar .nav-baropen .bar:nth-child(1) {
        top: 0;
        -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
    }
    .meural-sticky-nav.navbar .nav-baropen .bar:nth-child(2) {
        top: 10px;
        -webkit-transition: 0.25s ease 0.25s;
        transition: 0.25s ease 0.25s;
    }
    .meural-sticky-nav.navbar .nav-baropen .bar:nth-child(3) {
        top: 20px;
        -webkit-transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, -webkit-transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s;
        transition: top 0.25s ease 0.25s, transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
    }
    .meural-sticky-nav.navbar .navbar-nav {
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
        background: #f1f0f0;
        padding: 113px 0 38px;
        top: 0;
        z-index: 0;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    .meural-sticky-nav.navbar .navbar-nav .nav-link {
        padding: 9px 20px;
    }
    .meural-sticky-nav.navbar .nav-container {
        flex-direction: row;
    }
    .meural-sticky-nav.navbar .nav-container .pdp-nav-brand {
        z-index: 1;
    }
    .open .navbar .nav-baropen .bar:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
    }
    .open .navbar .nav-baropen .bar:nth-child(2) {
        opacity: 0;
    }
    .open .navbar .nav-baropen .bar:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, -webkit-transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s;
        transition: top 0.25s ease 0.1s, transform 0.25s ease-out 0.4s, -webkit-transform 0.25s ease-out 0.4s;
    }
    .open .navbar .navbar-nav {
        opacity: 1;
        visibility: visible;
    }
}
.meural-nav-margin {
	margin-top: 75px;
}	
@media (min-width: 992px){
	.meural-nav-margin {
		margin-top: 108px;
	}
	}

@media (min-width: 1200px){
.meural-nav-margin {
    margin-top: 128px;
}
}



.fixed-top {
    z-index: 103;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar {
    position: relative;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top {
    z-index: 103;
}
.width-control {
    max-width: 100%;
    display: block !important;
}
@media (max-width: 767px){
	.meural-sticky-nav.navbar .nav-container {
		flex-direction: row;
		justify-content: flex-end !important;
		width: 100%;
	}
	}


	/* footer css */
	ul.logo-block ,.nav-area,.bottom-area{
		display: none;
	}
	/* footer.footer {
		padding: 30px 0px;
	} */

	.email-signup span.footer_email_title {
		color: #f1f0f0 !important;
	}
	.email-signup input.btn.cta-primary-dark.submitButton {
		background-color: #fff;
		color: #100c10;
		font-family: NunitoSans-SemiBold;
		font-size: 12px;
		line-height: 18px;
		border-radius: 100px;
		background-image: none;
		padding: 7px 26px 7px 27px;
		text-transform: capitalize;
	}

	.footer_lang .icon-flag-us{
		vertical-align: middle;
	}
	button.btn.cta.cta-primary.acceptcookies {
		background-image: none;
		color: #000 !important;
		border-radius: 6px !important;
	}
	button#menu-toggle-open {
		background-image: none !important;
		box-shadow: none !important;
	}
	.email-signup input#email {
		border: 1px solid #ced4da;
		margin-bottom: 0px !important;
		height: auto !important;
	}
	.header-dxa-default .navbar-toggler-icon{
		width: 2em !important;
    	height: 2em !important;
	}
	.footer-drop-component span.eyebrow-small {
		color: #f1f0f0 !important;
	}
	nav#meural-sticky-nav {
		padding: 0px 15px !important;
	}
	@media (max-width: 1089px) and  (min-width:850px){
		nav#meural-sticky-nav {
			padding: 30px 0px 0px !important;
		}	
	}
	@media (max-width: 850px) and (min-width:787px){
	nav#meural-sticky-nav {
		padding: 5px 0px 0px !important;
	}
}
	
	@media (max-width: 767px){
		nav#meural-sticky-nav {
			padding: 20px 1rem !important;
		}	
	}





	@media (min-width: 992px){
.d-none.d-lg-block {
    display: block!important;
}
	}



	.hero-banner.purple-bg .img-block img{
		display: block;
		margin: 0 auto;
	}

	.text-note{
		font-size: 14px;
		font-weight: bold;
	}</pre></body></html>