<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;
	font-family: "avenirnextltpro"; 
}

/* 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;
	font-family: 'avenirnextltpro-light';
}

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}


@font-face {
	font-family: "avenirnextltpro-demi";
	src: url("../fonts/avenirnextltpro-demi-webfont.eot");
	src: url("../fonts/avenirnextltpro-demi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-demi-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-demi-webfont.woff") format("woff"), url("../fonts/avenirnextltpro-demi-webfont.svg#webfontregular") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "avenirnextltpro-light";
	src: url("../fonts/avenirnextltpro-light-webfont.eot");
	src: url("../fonts/avenirnextltpro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-light-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-light-webfont.woff") format("woff"), url("../fonts/avenirnextltpro-light-webfont.svg#webfontregular") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "avenirnextltpro";
	src: url("../fonts/avenirnextltpro-regular-webfont.eot");
	src: url("../fonts/avenirnextltpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextltpro-regular-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-regular-webfont.woff") format("woff"), url("../fonts/avenirnextltpro-regular-webfont.svg#webfontregular") format("svg");
	font-weight: 400;
	font-style: normal;
}

.list,
.contact-list,
.social-networking {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #2c262d;
	background: #fff;
	font: 16px/1.2 "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;
	border-style: none;
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

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

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

h1,
.h1 {
	font-size: 40px;
	line-height: 44px;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 36px;
}

h2.with-border,
.h2.with-border {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

h2.with-border:after,
.h2.with-border:after {
	content: "";
	background: #2c262d;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, visibility .3s ease-in-out, color .3s ease-in-out;
	color: #662e88;
}

a:hover {
	text-decoration: none;
	color: #9c56c6;
}

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

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

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

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

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

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;
}
main h1, main h2 {
	font-family: 'avenirnextltpro-light';
}
.header {
	background: #000;
	color: #fff;
	padding: 20px 0;
}

.header .btn {
	float: right;
	max-width: 130px;
	padding: 7px 20px;
	font-size: 12px;
	line-height: 14px;
	font-family: "avenirnextltpro-demi";
}

.logo {
	float: left;
	width: 110px;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.container {
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
}

.visual {
	background-size: cover;
	background-position: center center;
	color: #fff;
	padding: 50px 0 70px;
	font-size: 22px;
	line-height: 26px;
}

.visual h1 {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 24px;
}

.visual h1:after {
	content: "";
	background: #fff;
	height: 2px;
	max-width: 301px;
	width: 70%;
	position: absolute;
	top: 100%;
	left: 0;
}

.visual.viewport-section {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.visual.viewport-section.in-viewport {
	opacity: 1;
}
.visual .text-block {
	background: #662e88;
	padding: 40px;
	position: relative;
}
.visual .text-block::after {
    content: "";
    width: 100%;
    height: 24px;
    background: #73389b;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -2px;
}
.visual.viewport-section.in-viewport .text-block {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}

.intro-section {
	background: #fff;
	padding: 65px 0 0px;
	font-size: 18px;
	line-height: 23px;
}

.intro-section .img-block {
	width: 280px;
	margin: 0 auto 30px;
	position: relative;
}

.intro-section .img-block .slick-slider {
	position: absolute;
	top: 18px;
	left: 85px;
	width: 67px;
}

.intro-section .img-block .slick-slider .slide img {
	width: 100%;
	height: auto;
}

.intro-section .img-block.viewport-section {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.intro-section .img-block.viewport-section.in-viewport {
	opacity: 1;
}

.intro-section .text-block.viewport-section.in-viewport {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}
.intro-section.intro-section-colored {
	background: #662e88;
	padding: 105px 0;
}
.intro-section.intro-section-colored .text-block {
	padding-right: 20px;
}
.intro-section.intro-section-colored h2.with-border:after {
	background: #fff;
}
.main .intro-section.intro-section-colored .text-block, 
.main .intro-section.intro-section-colored p {
	color: #fff;
}
@media (min-width: 768px) {
	.main .intro-section.intro-section-colored .text-block {
		float: left;
	} 
	.intro-section.intro-section-colored .img-block{ 
		max-width: 52%;
	}
}
@media (min-width: 1024px) {
	.intro-section.intro-section-colored .img-block{
		float: right;
		width: 620px;
		margin-right: 0px;
	}	
}
@media (min-width: 1400px) { 
	.intro-section.intro-section-colored .text-block {
		padding-right: 100px;
	}
}
.network-management {
	padding: 60px 0 30px;
	text-align: center;
}

.network-management .container {
	max-width: 1110px;
}

.network-management h2 {
	margin-bottom: 40px;
}

.network-management .row .col.viewport-section {
	-webkit-transition: padding 1.5s ease;
	transition: padding 1.5s ease;
}

.network-management .row .col.viewport-section.in-viewport {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}

.network-management .block-wrap {
	max-width: 260px;
	margin: 0 auto 50px;
}

.network-management .block-wrap .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.network-management .block-wrap .img-wrap {
	max-width: 260px;
	margin: 0 auto 16px;
}

.network-management .text-wrap {
	padding: 0 7px;
}

.network-management.viewport-section {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.network-management.viewport-section.in-viewport {
	opacity: 1;
}

.network-management.viewport-section.in-viewport h2 {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}

.control-block {
	background: #f1f0f0;
	text-align: center;
	padding: 60px 0;
}

.control-block .container {
	max-width: 1000px;
}

.control-block h2.with-border:after {
	max-width: 322px;
	margin: 0 auto;
	width: 50%;
}

.control-block p {
	margin-bottom: 30px;
}

.control-block .logo-wrap {
	margin: 0 27px 19px 0;
}

.control-block .img-block {
	position: relative;
}

.control-block .img-block .text {
	display: block;
	color: #a5a5a5;
}

.control-block .img-block .center-img {
	width: 298px;
	margin: 0 15px 0 0;
	position: relative;
	z-index: 1;
}

.control-block .img-block .left-img {
	position: absolute;
	left: 39px;
	bottom: 55px;
	width: 351px;
}

.control-block .img-block .left-img img {
	margin-bottom: 7px;
}

.control-block .img-block .left-img .text {
	padding: 0 36px 0 14px;
}

.control-block .img-block .right-img01 {
	position: absolute;
	right: 180px;
	bottom: 83px;
	width: 274px;
}

.control-block .img-block .right-img01 .text {
	position: absolute;
	top: 21px;
	right: -113px;
	width: 150px;
	text-align: left;
}

.control-block .img-block .right-img02 {
	position: absolute;
	width: 356px;
	right: 41px;
	bottom: 43px;
}

.control-block .img-block .right-img02 img {
	margin-bottom: 5px;
}

.control-block .img-block .right-img02 .text {
	padding: 0 18px 0 32px;
}

.control-block .img-block.viewport-section {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.control-block .img-block.viewport-section.in-viewport {
	opacity: 1;
}

.control-block .img-block.viewport-section.in-viewport .left-img {
	-webkit-animation: fadeInLeft 2s;
	animation: fadeInLeft 2s;
}

.control-block .img-block.viewport-section.in-viewport .right-img01 {
	-webkit-animation: fadeInRight 2s;
	animation: fadeInRight 2s;
}

.control-block .img-block.viewport-section.in-viewport .right-img02 {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}

.control-block.viewport-section {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.control-block.viewport-section.in-viewport {
	opacity: 1;
}

.control-block.viewport-section.in-viewport h2,
.control-block.viewport-section.in-viewport p,
.control-block.viewport-section.in-viewport .logo-wrap {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}

.device-management {
	text-align: center;
	padding: 60px 0;
}

.device-management .container {
	max-width: 1498px;
}

.device-management h2 {
	margin-bottom: 40px;
}

.device-management .row .col + .col {
	position: relative;
	padding-top: 40px;
}

.device-management .row .col + .col:before {
	content: "+";
	position: absolute;
	top: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #662e88;
	font-size: 55px;
	line-height: 30px;
	display: none;
}

.device-management .box {
	/*border: 1px solid #d3d3d3;*/
	padding: 40px 20px;
	max-width: 361px;
	margin: 0 auto;
	-webkit-transition: border .3s, box-shadow .3s, opacity 1.5s;
	transition: border .3s, box-shadow .3s, opacity 1.5s;
}

.device-management .box .text {
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin-bottom: 0;
	width: 100%;
}

.device-management .box .img-wrap {
	margin: 0 auto 20px;
}

.device-management .box.viewport-section {
	opacity: 0;
}

.device-management .box.viewport-section.in-viewport {
	opacity: 1;
}
/*
.device-management .box:hover {
	border-color: #662e88;
	box-shadow: 0 0 14px rgba(102, 46, 136, .4);
}
*/
.device-management.viewport-section {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.device-management.viewport-section.in-viewport {
	opacity: 1;
}

.device-management.viewport-section.in-viewport h2 {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}

.two-col-section {
	background: #f1f0f0;
	overflow: hidden;
}

.two-col-section .img-block {
	background: #63368b;
	margin: 0 -20px;
	padding: 40px 20px 20px;
}

.two-col-section .img-bg {
	background-size: cover;
	background-position: center center;
	margin: 0 -20px;
}

.two-col-section .text-block {
	padding: 50px 0;
}

.two-col-section .text-block p {
	margin-bottom: 19px;
}

.two-col-section .text-block .btn {
	margin-top: 22px;
}

.two-col-section .text-block.viewport-section.in-viewport {
	-webkit-animation: slideInUp 1.5s;
	animation: slideInUp 1.5s;
}

.two-col-section.viewport-section {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.two-col-section.viewport-section.in-viewport {
	opacity: 1;
}

.support-section {
	padding: 50px 0;
}

.support-section .container {
	/*max-width: 998px;*/
	position: relative;
}

.support-section .text-block {
	margin-bottom: 50px;
}

.support-section .text-block .link {
	margin-top: 22px;
}

.support-section .text-block p {
	margin-bottom: 36px;
}

.link {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}

.link .icon-angle-right {
	font-size: 9px;
	display: inline-block;
	vertical-align: middle;
}

.list li {
	position: relative;
	padding: 0 0 16px 30px;
}

.list li:before {
	content: "\e900";
	color: #69328a;
	font-family: "icomoon" !important;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 16px;
	line-height: 1;
}

.btn {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	background: #73389b;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
	padding: 10px 24px;
	font-size: 15px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.btn:hover {
	background: #8e49bd;
	color: #fff;
}

.footer {
	background: #000;
	color: #fff;
	padding: 20px 0;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	padding: 5px 15px;
	width: 100%;
	max-width: 715px;
}

.lightbox-demo h2 {
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.lightbox-demo p {
	margin: 0;
}

.lightbox-demo .holder-content {
	background: #fff;
	padding: 29px 35px 12px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.lightbox-demo a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .1 .5s linear;
	transition: color .1 .5s linear;
}

.lightbox-demo a:hover {
	color: #0189c6;
}

.lightbox-demo a .icon {
	display: inline-block;
	vertical-align: middle;
	padding: 1px 4px 0 0;
	font-size: 0;
	line-height: 0;
}

.lightbox-demo a .icon.email {
	padding-top: 2px;
}

.lightbox-demo a .text {
	display: inline-block;
	vertical-align: middle;
}

.lightbox-demo .logo-text {
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 20px;
	margin: -3px 0 22px;
}

.lightbox-demo .logo-text a {
	border-bottom: 1px solid #15c;
}

.lightbox-demo address {
	font-style: normal;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}

.contact-list {
	margin: 0 0 35px;
}

.contact-list li {
	margin: 0 0 3px;
}

.social-networking li {
	display: inline-block;
	vertical-align: top;
}

.social-networking a {
	width: 36px;
	height: 36px;
	text-decoration: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.social-networking a:hover {
	opacity: .7;
}

.hidden {
	display: none;
}
.watchVideo {
	padding: 0 20px 0px 0;
    display: block;
    text-align: center;
}
.support-section {
    background-size: cover;
    background-position: left center;
}
.support-section h2.with-border::after {
		background: #fff;
}
.support-section .text-block {
	width: 100%;
	color: #fff;
}
.device-management a.link {
	margin-top: 10px;
	font-family: "avenirnextltpro-demi";
}

.device-management a.link::after {
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0px 0 2px 5px;
}
.two-col-section .text-block a {
	font-size: inherit;
    line-height: inherit;
    font-family: "avenirnextltpro-demi";
    text-transform: none;
}
.ps_OnlineStoresStyle a.ps_BuyButtonStyle {
	font-size: 13px !important;
}
.ps_ResponsiveContainerStyle.ps_WtbButtonStyle::before {
    display: none;
}
.main .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
	background-color: transparent;
	font-family: "avenirnextltpro-demi";
	color: #662e88;
	margin: 0;
	padding: 0 0 0 10px;
}
.main .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
	color: #8e49bd; 
	background-color: transparent;	
}

.main .ps_ResponsiveContainerStyle.ps_WtbButtonStyle::after{
	content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0px 0 2px 5px;
}
.main .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
	display: none;
}
@media (min-width: 768px) { 
	.network-management .watchVideo a {
		padding: 12px 24px;
	}
}
@media (min-width: 1024px) {
	.network-management .watchVideo a {
		padding: 18px 36px;
	}
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?vv0gei");
	src: url("../fonts/icomoon/icomoon.eot?vv0gei#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?vv0gei") format("truetype"), url("../fonts/icomoon/icomoon.woff?vv0gei") format("woff"), url("../fonts/icomoon/icomoon.svg?vv0gei#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	vertical-align: top; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
	content: "\e900";
}

.icon-angle-right:before {
	content: "\e901";
}

/* Slick slider styles */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
	display: block;
}

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-slide &gt; * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: grabbing;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 30px;
	right: 28px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: white;
	-webkit-transition: background .3s;
	transition: background .3s;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #009cde;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	background: #0189c6;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

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

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs &gt; ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs &gt; ul &gt; li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs &gt; ul &gt; li &gt; img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs &gt; ul &gt; li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media (min-width: 420px) { 
	.header .btn {
		margin-right: 10px;
	}
}
@media (min-width: 480px) {
	.visual .text-block {
		width: 85%;
	}
	.header .btn {
		margin-right: 10px;
	}
	.intro-section .img-block {
		width: 400px;
	}

	.intro-section .img-block .slick-slider {
		top: 26px;
		left: 121px;
		width: 97px;
	}
}

@media (min-width: 640px) {
	.intro-section .img-block {
		width: 500px;
	}

	.intro-section .img-block .slick-slider {
		width: 120px;
		top: 32px;
		left: 152px;
	}
}
@media (min-width: 767px) { 
	.device-management .row .col {
		width: 49%;
	    box-sizing: border-box;
	    display: inline-block;
	}
	.support-section .text-block {
		width: 100%;
		color: #fff;
    	padding-left: 60%;
	}
}
@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 65px;
		line-height: 78px;
	}

	h2,
	.h2 {
		font-size: 50px;
		line-height: 60px;
	}

	h2.with-border,
	.h2.with-border {
		padding-bottom: 27px;
		margin-bottom: 36px;
	}

	.header {
		padding: 29px 0;
	}

	.header .btn {
		font-size: 15px;
		line-height: 16px;
		min-width: 170px;
		max-width: 300px;
		padding: 12px 20px;
		margin: 6px 10 0;
	}

	.logo {
		width: 213px;
	}

	body {
		font-size: 20px;
		line-height: 24px;
	}

	.container {
		padding: 0 32px;
	}

	.visual {
		font-size: 24px;
		line-height: 32px;
		padding: 90px 0 80px;
	}

	.intro-section {
		font-size: 30px;
		line-height: 36px;
		padding: 90px 0 0px;
	}

	.intro-section .img-block {
		width: 600px;
		float: left;
		max-width: 48%;
	}

	.intro-section .img-block .slick-slider {
		width: 145px;
		top: 38px;
		left: 182px;
	}
	.intro-section .text-block p {
		color: #2c262d;
    	font-size: 20px;
    	line-height: 28px;
	}
	.two-col-section .text-block p {
		line-height: 28px;
	}
	.intro-section .text-block {
		overflow: hidden;
		padding: 9px 0 0;
		float: right;
		max-width: 48%;
	}

	.intro-section h2.with-border:after {
		height: 2px;
	}

	.network-management {
		padding: 90px 0 50px;
	}

	.network-management h2 {
		margin-bottom: 57px;
	}

	.network-management .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.network-management .row .col {
		width: 33.33%;
		padding: 0 10px;
	}

	.network-management .row .col + .col.viewport-section {
		padding-top: 150px;
	}

	.network-management .row .col + .col.viewport-section.in-viewport {
		padding-top: 0;
	}

	.network-management .row .col + .col + .col.viewport-section {
		padding-top: 260px;
	}

	.network-management .row .col + .col + .col.viewport-section.in-viewport {
		padding-top: 0;
	}

	.network-management .block-wrap .title {
		margin-bottom: 20px;
	}

	.network-management .block-wrap .img-wrap {
		margin-bottom: 25px;
	}

	.control-block {
		padding: 90px 0;
	}

	.control-block h2.with-border {
		margin-bottom: 26px;
	}

	.control-block p {
		margin-bottom: 85px;
	}

	.control-block .img-block .text {
		font-size: 18px;
		line-height: 21px;
	}

	.device-management {
		padding: 90px 0;
	}

	.device-management h2 {
		margin-bottom: 57px;
	}

	.device-management .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: left;
		margin: 0 -10px;
	}

	.device-management .row .col {
		width: 33.33%;
		padding: 0 20px;
	}

	.device-management .row .col + .col {
		padding-top: 0;
	}

	.device-management .row .col + .col:before {
		left: -17px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.device-management .box {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 44px 20px 50px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.device-management .box .btn-wrap {
		width: 100%;
	}

	.device-management .box .btn-wrap .btn {
		display: block;
		max-width: 193px;
		width: 100%;
	}

	.device-management .box .img-wrap {
		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;
	}

	.device-management .box .text {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 0;
	}

	.device-management .box .img-wrap {
		margin-bottom: 34px;
		min-height: 170px;
	}
	.two-col-section {
		position: relative;
		z-index: 1;
	}

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

	.two-col-section .img-block {
		background: none;
		margin: 0;
		width: 50%;
		padding: 20px 20px 20px 0;
	}

	.two-col-section .img-block .img-mobile {
		margin-left: -16px;
	}

	.two-col-section .img-bg {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 50%;
		margin: 0;
	}

	.two-col-section .img-bg img {
		display: none;
	}

	.two-col-section .text-block {
		width: 50%;
		padding: 80px 20px 80px 0;
	}

	.two-col-section.violet-bg-left:before {
		content: "";
		background: #63368b;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 50%;
		z-index: -1;
	}

	.two-col-section.violet-bg-left .text-block {
		padding-right: 0;
		padding-left: 20px;
	}

	.support-section {
		padding: 90px 0;
	}

	.support-section h2.with-border {
		padding-bottom: 29px;
		margin-bottom: 27px;
	}
	.support-section h2.with-border::after {
		background: #fff;
	}
	.support-section .text-block {
		width: 100%;
		color: #fff;
    	padding-left: 60%;
	}

	.support-section .text-block .link {
		margin-top: 27px;
	}

	.support-section .text-block p {
		margin-bottom: 45px;
		line-height: 28px;
	}

	.support-section .img-block {
		position: absolute;
		z-index: -1;
		top: 50px;
		width: 500px;
		right: -70px;
	}

	.list li {
		padding: 0 0 20px 35px;
	}

	.list li:before {
		top: 4px;
	}

	.btn {
		padding: 12px 24px;
		letter-spacing: 0;
	}

	.footer {
		padding: 35px 0;
	}

	.footer .logo {
		width: 167px;
	}
	.two-col-section.violet-bg-left .text-block {
		padding-left: 55%;
    	width: 100%;
	}
	.two-col-section.violet-bg-left .img-bg {
		left: 0;
    	right: 50%;
	}
	.device-management .row .col {
		width: 25%;
	}

}
@media (min-width: 900px) {
	.support-section .img-block {
		width: 600px;
		top: 0;
	}
}

@media (min-width: 1024px) {
	.container {
		padding: 0 20px;
	}

	.visual {
		padding: 123px 0 96px;
	}

	.visual .text-block {
		width: 61%;
	}

	.intro-section {
		padding: 105px 0 0px;
	}

	.intro-section .img-block {
		float: left;
		width: 492px;
		margin: 0 24px 0 -10px;
	}

	.intro-section .img-block .slick-slider {
		width: 119px;
		top: 31px;
		left: 149px;
	}

	.network-management {
		padding: 141px 0 98px;
	}

	.network-management .row {
		margin: 0 -20px;
	}

	.network-management .row .col {
		padding: 0 20px;
	}

	.control-block {
		padding: 147px 0 144px;
	}

	.device-management {
		padding: 141px 0;
	}

	.device-management .row {
		margin: 0 -20px;
	}

	.device-management .row .col {
		padding: 0 20px;
	}

	.two-col-section .text-block {
		padding: 142px 40px 150px 20px;
	}

	.two-col-section .text-block h2.with-border {
		padding-bottom: 29px;
		margin-bottom: 27px;
	}

	.two-col-section.violet-bg-left .text-block {
		padding-right: 20px;
		padding-left: 55%;
	}

	.two-col-section .list {
		margin-bottom: -26px;
	}

	.support-section {
		padding: 70px 0;
	}

	.support-section .img-block {
		width: 620px;
		right: -78px;
		top: -35px;
	}

	.link {
		letter-spacing: .1em;
	}

	.btn {
		min-width: 193px;
		letter-spacing: .1em;
	}
}

@media (min-width: 1200px) {
	.header .btn {
		margin-right: 20px;
	}

	.visual .text-block {
		width: 51%;
	}

	.intro-section .img-block {
		width: 550px;
		margin-right: 54px;
	}

	.intro-section .img-block .slick-slider {
		width: 132px;
		top: 35px;
		left: 167px;
	}

	.device-management .box {
		padding-left: 27px;
		padding-right: 27px;
	}

	.two-col-section .text-block {
		padding-right: 80px;
	}

	.two-col-section.violet-bg-left .text-block {
		padding-right: 20px;
		padding-left: 55%;
	}

	/*.support-section {
		padding-bottom: 236px;
	}*/

	.support-section .text-block {
		width: 100%;
	}

	.support-section .img-block {
		width: 675px;
		top: -3px;
		right: -178px;
	}
}
@media (min-width: 1300px) {
	.intro-section .img-block {
		width: 620px;
	}

	.intro-section .img-block .slick-slider {
		width: 150px;
		top: 40px;
		left: 188px;
	}
}

@media (min-width: 1400px) {
	.intro-section .img-block {
		width: 700px;
	}

	.intro-section .img-block .slick-slider {
		width: 169px;
		top: 45px;
		left: 212px;
	}
}

@media (min-width: 1500px) {
	.visual .text-block {
		width: 45%;
	}

	/*.support-section {
		padding-bottom: 347px;
	}*/

	.support-section .img-block {
		right: -253px;
		width: 790px;
	}
}

@media (min-width: 1600px) {
	.intro-section .img-block {
		margin-right: 75px;
		width: 820px;
		margin: 0 65px 0 -16px;
	}

	.intro-section .img-block .slick-slider {
		width: 197px;
		top: 53px;
		left: 249px;
	}
}

@media (min-width: 1700px) {
	.two-col-section .img-block .img-mobile {
		max-width: none;
		margin: 30px 0 0 -156px;
	}

	.two-col-section .text-block {
		padding-right: 178px;
	}

	.two-col-section.violet-bg-left .text-block {
		padding-right: 20px;
		padding-left: 55%;
	}
}

@media (max-width: 1023px) {
	.control-block .img-block {
		width: 702px;
		margin: 0 auto;
	}

	.control-block .img-block .center-img {
		width: 280px;
	}

	.control-block .img-block .left-img {
		width: 258px;
		left: 0;
	}

	.control-block .img-block .right-img01 {
		width: 124px;
		right: 150px;
		bottom: 113px;
	}

	.control-block .img-block .right-img01 .text {
		right: -155px;
	}

	.control-block .img-block .right-img02 {
		width: 276px;
		right: 0;
		bottom: 63px;
	}
}
@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
	.intro-section.intro-section-colored {
		padding: 65px 0;
	}
	.device-management .row .col + .col {
		padding-top: 20px;
	}
}

@media (max-width: 1024px) {
	.control-block .logo-wrap {
		width: 120px;
		margin: 0 auto 30px;
	}

	.control-block .img-block {
		width: 140px;
	}

	.control-block .img-block .text {
		font-size: 9px;
		line-height: 12px;
	}

	.control-block .img-block .center-img {
		width: 140px;
	}

	.control-block .img-block .left-img {
		width: 111px;
		left: -75px;
		bottom: 0;
	}

	.control-block .img-block .left-img .text {
		padding-right: 30px;
	}

	.control-block .img-block .right-img01 {
		width: 44px;
		right: -16px;
		bottom: 38px;
	}

	.control-block .img-block .right-img01 .text {
		right: -64px;
		top: 4px;
		width: 60px;
	}

	.control-block .img-block .right-img02 {
		width: 110px;
		right: -76px;
		bottom: -6px;
	}

	.control-block .img-block .right-img02 .text {
		padding-left: 25px;
	}

	.two-col-section .img-bg {
		background: none;
	}
	.two-col-section .img-bg img {
		width: 100%;
	}
	.visual {
		background-image: url(../images/img01_mobile.jpg) !important;
		font-size: 20px;
	}
	.visual h1:after {
		max-width: 100%;
		width: 100%;
	}
	.visual .text-block {
		width: 70%;
		margin: 0 auto;
	}
	.intro-section .img-block {
		margin-bottom: 0;
	}
	.support-section .text-block, 
	.two-col-section .text-block, 
	.intro-section .text-block {
		padding-right: 10%;
		padding-left: 10%;
	}
}
@media all and (max-width: 640px) { 
	.visual .text-block {
		width: 85%;
	}
	.visual h1 {
		font-size: 35px;
		line-height: 38px;

	}
}
@media all and (max-width: 420px) { 
	.visual .text-block {
		width: 90%;
		padding: 20px;
	}
	.visual h1 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 22px;
    	padding-bottom: 14px;

	}
	.support-section .text-block, 
	.two-col-section .text-block, 
	.intro-section .text-block {
		padding-right: 0;
		padding-left: 0;
	}
	.logo {
	    float: none;
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	span.header-btn-wrap {
	    display: block;
	    width: 100%;
	    float: left;
	    text-align: center;
	    padding-top: 10px;
	}
	.header .btn {
		float: none;
	}
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-200px, 0, 0);
		transform: translate3d(-200px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
/*form css*/
 /* RESET */ 
  .elq-form * {
    margin: 0;
    padding: 0;
  }
  .elq-form input, textarea {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
  }
  .elq-form button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
  /* GENERIC */.elq-form input {
    height: 30px;
    line-height: inherit;
  }
  .elq-form select {
    height: 30px;
  }
  .elq-form .item-padding {
    padding:6px 5px 9px 9px;
  }
  .elq-form .pp-group {
    padding:0px 5px 0px 9px;
  }
  .elq-form .pp-field {
    padding:6px 0px 9px 0px;
  }
  .elq-form .field-wrapper.individual {
    width: 100%;
    clear: both;
  }
  .elq-form .field-p {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .elq-form .field-design {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
  }
  .elq-form .no-fields-prompt {
    float: left;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    clear: both;
  }
  /* SECTION BREAKS */.elq-form .section-break {
    float:left;
    width: 97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
  }
  .elq-form .section-break .heading {
    width:100%;
    font-weight: bold;
    margin:0;
    padding:0;
  }
  /* LABEL */.elq-form .required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt;
  }
  /* FIELD GROUP */.elq-form .field-group {
    float: left;
    clear: both;
  }
  .elq-form .field-group.large {
    width:100%;
  }
  .elq-form .field-group.medium {
    width:51%;
  }
  .elq-form .field-group.small {
    width:31%;
  }
  .elq-form .field-group .label {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
    font-weight: bold;
  }
  .elq-form .field-group .field-style {
    float: left;
  }
  .elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
  }
  .elq-form .progressive-profile .pp-inner.large {
    width:100%;
  }
  .elq-form .progressive-profile .pp-inner.medium {
    width:51%;
  }
  .elq-form .progressive-profile .pp-inner.small {
    width:31%;
  }
  /* RADIO */.elq-form .radio-option {
    display: inline-block;
  }
  .elq-form .radio-option .label {
    display:block;
    float:left;
    padding-right:10px;
    padding-left:22px;
    text-indent:-22px;
  }
  .elq-form .radio-option .input {
    vertical-align:middle;
    margin-right:7px;
  }
  .elq-form .radio-option .inner {
    vertical-align:middle;
  }
  /* CHECKBOX */.elq-form .checkbox-span {
    display:inline-block;
  }
  .elq-form .checkbox-label {
    margin-left:4px;
  }
  /* INPUT */.elq-form .accept-default {
    width:100%;
  }
  /* SIZING */
  .elq-form .field-style {
    margin-right:2%;
    margin-left:2%;
    margin: 0;
  }
  .elq-form .field-style._25 {
    width:21%;
  }
  .elq-form .field-style._50 {
    width:46%;
  }
  .elq-form .field-style._50_left {
    clear:left;
    width:46%;
  }
  .elq-form .field-style._75 {
    width:71%;
  }
  .elq-form .field-style._100 {
    width:96%;
  }
  .elq-form .field-size-top-small {
    width:30%;
  }
  .elq-form .field-size-top-medium {
    width:75%;
  }
  .elq-form .field-size-top-large {
    width:55%;
    display: inline-block;
    border: 1px solid #D9DDE2;
    background: #FFFFFF;
    box-sizing: border-box;
  }
  .elq-form textarea.field-size-top-large {
    width: 100%;
    padding: 5px;
  }
  .elq-form .label-position.top[for="field6"] {
    width: 100%;
  }
  .elq-form .field-size-left-small {
    width:21%;
  }
  .elq-form .field-size-left-medium {
    width:46%;
  }
  .elq-form .field-size-left-large {
    width:60%;
  }
  /* INSTRUCTIONS */.elq-form .instructions.default {
    color:#444444;
    display:block;
    font-size:10px;
    padding:6px 0pt 3px;
  }
  .elq-form .instructions.group {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:2%;
    padding:6px 0pt 3px;
    color:#444444;
    display:block;
    font-size:10px;
  }
  .elq-form .instructions.left-single {
    margin:0 0 0 33%;
  }
  .elq-form .instructions-other {
    margin:0;
  }
  /* POSITIONING */.elq-form .label-position.left {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
    float:left;
    width:31%;
    margin:0pt 15px 0pt 0pt;
    word-wrap:break-word;
  }
  .elq-form .label-position.top {
    display: inline-block;
    line-height: 150%;
    padding: 1px 0 3px;
    white-space: nowrap;
    width: 40%;
    text-align: left;
    font-family: "avenirnextltpro-demi";
  }
  .elq-form .label-position.alignment-left {
    text-align: left;
  }
  .elq-form .label-position.alignment-right {
    text-align: right;
  }
  /* LIST ORDER */.elq-form .list-order {
    display:block;
  }
  .elq-form .list-order.oneColumn {
    margin:0pt 7px 0pt 0pt;
    width:100%;
    clear:both;
  }
  .elq-form .list-order.twoColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:38%;
  }
  .elq-form .list-order.threeColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  .elq-form .list-order.oneColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:100%;
  }
  .elq-form .list-order.twoColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:38%;
  }
  .elq-form .list-order.threeColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  /* GRID STYLE */.elq-form .grid-style {
    display:inline;
    float:left;
    margin-left:2%;
    margin-right:2%;
  }
  .elq-form .grid-style._25 {
    width:21%;
  }
  .elq-form .grid-style._50 {
    width:46%;
  }
  .elq-form .grid-style._75 {
    width:71%;
  }
  .elq-form .grid-style._100 {
    width:96%;
  }
  .LV_validation_message{
	font-weight:bold;
	margin: 0 0 0 5px;
	width: 100%;
	display: block;
   }
  .LV_valid{
    color:#00CC00;
	display:none;
  }
  .LV_invalid{
	color:#CC0000;
	font-size:10px;
  }
  .LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	outline: 1px solid #00CC00;
  }
  .LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	outline: 1px solid #CC0000;
  }
  .elq-form .field-style._100.textareaWrap {
  	padding: 0 2%;
  }
  form .submit-button {
	color: #FFFFFF !important;
    background: #73389B;
    background-size: auto;
    border-style: none;
    border-width: 0px;
    border-color: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    font-family: 'avenirnextltpro-demi',sans-serif;
    font-size: 14px;
    font-weight: normal;
    min-width: 20%;
    padding: 10px 20px;
    text-transform: uppercase;
    box-shadow: none;
  }
  form .submit-button:hover {
    background: #8E49BD;
    border-color: #BBBBBB;
    background-size: auto;
  }
  @media (max-width: 768px) {
  	.elq-form .field-size-top-large {
  		width: 100%;
  	}
  	.elq-form .label-position.top {
  		width: 100%;
  		white-space: normal;
  	}
  	.elq-form select.field-size-top-large {
  	    width: 100%;
  	}
  	.elq-form .field-style._100.textareaWrap {
  	 padding:0;
    }
  }	
  @media (min-width: 768px) { 
  	.main .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
  		font-size: 16px;
  	}
  }
/*form css*/

/* landing popup css */
#modalOverlay.landingpage-popup {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 99999;
		height: 100%;
		width: 100%;
}
.landingpage-popup .modalPopup {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #EFEEEE;
		border-radius: 25px;
		width: 100%;
		padding: 10px 20px 68px;
		max-width: 1020px;
		text-align: center;

}
.landingpage-popup h1 {
		font-family: Nunito Sans;
		font-size: 28px;
		line-height: 38px;
		text-align: center;
		color: #000000;
		font-weight: 400;
	}
	.landingpage-popup	ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px 50px;

	}
	.landingpage-popup p{
		font-family: Nunito Sans;
		font-weight: 400;
		color: #000000 !important;
		max-width: 610px;
		margin: 0 auto;
		font-size: 20px;
		line-height :27.28px;
		margin-bottom: 30px;
	}
	.landingpage-popup	ul li a{
		font-size: 15px;
		line-height: 20px;
		font-weight: 400;
		letter-spacing: 0.03em;
		text-transform: uppercase;
		color: #000000 !important;
		font-family: Nunito Sans;
		text-decoration: none;
	}
	.landingpage-popup	ul li {
		list-style: none;
		cursor: pointer;
		position: relative;
	}
	.landingpage-popup li:after {
		width: 100%;
		position: absolute;
		z-index: 1;
		border-bottom: 1px solid black;
		display: block;
		top: 30px;
		bottom: 0;
		content: '';
	}
	.landingpage-popup .modal-header {
		position: relative;
		display: flex;
		justify-content: flex-end;
		padding-top: 22px;
	}
	.landingpage-popup button.close {
		border: none;
		color: #000000;
		font-size: 50px;
		border-radius: 25px;
	}
	@media all and (max-width: 1024px) { 
		.landingpage-popup .modalPopup{
			max-width: 850px;
			padding: 1px 30px 40px;
		}
		.landingpage-popup h1{
			font-size: 26px;
		}
		.landingpage-popup p{
			font-size: 18px;
		}
		
		.landingpage-popup ul li a{
			font-size: 14px;
		}
		.landingpage-popup ul{
			padding: 0px 15px;
		}
	}
	@media all and (max-width: 850px) { 
		.landingpage-popup .modalPopup{
			max-width: 100%;
			width: auto;
		}
	.landingpage-popup ul{
		flex-direction: column;
		padding: 0px !important;
	}
	.landingpage-popup .modal-header{
		padding-top: 10px;
	}
	.landingpage-popup ul li{
		margin-bottom: 28px;
	}
	.landingpage-popup button.close {
		font-size: 40px;
		position: relative;
		top: 4px;
		right: -14px;
	}
    }
	@media all and (max-width: 768px) { 
		.landingpage-popup button.close {
			font-size: 36px;
			position: relative;
			top: 4px;
			right: -4px;
		}
		.landingpage-popup .modal-header{
			padding-top: 0px;
			padding-right: 0px;		
		}
		
		.landingpage-popup .modalPopup{
			padding: 0px 15px 30px;
		}
		.landingpage-popup h1{
			font-size: 25px;
		}
		.landingpage-popup p{
			font-size: 18px;
			line-height: 21.82px;
		}
		
		.landingpage-popup ul li a{
			font-size: 12px;
			line-height:13.64px;
		}
		
		.landingpage-popup li:after{
			top: 22px;
		}
		.modalContent {
			padding: 0px 30px;
		}
		.landingpage-popup .modalPopup {
			max-width: 100%;
			width: 90%;
			margin: 0.5rem;
			margin-left: 0px;
		}
	}
	@media all and (max-width: 480px) { 
	.modalContent {
		padding: 0px 15px;
	}
	.landingpage-popup h1{
		font-size: 20px;
	}
	.landingpage-popup p{
		font-size: 16px;
		line-height: 21.82px;
	}
	
	.landingpage-popup ul li a{
		font-size: 10px;
		line-height:13.64px;
	}
	
}



</pre></body></html>