<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! 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: 0.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: -0.5em; }

sub {
  bottom: -0.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: 0.35em 0.625em 0.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 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 24px;
  line-height: 33px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    h1, .h1 {
      line-height: 1.57;
      font-size: 42px; } }

h2, .h2 {
  font-size: 16px;
  line-height: 22px;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    h2, .h2 {
      line-height: 1.79;
      font-size: 28px; } }

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 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.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: 0.4em 0.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, 0.08); }
  @media (min-width: 768px) {
    .header {
      padding: 20px 0 15px; } }
  @media (min-width: 1024px) {
    .header {
      padding: 20px 0; } }
  .header .container {
    max-width: 1370px;
    position: relative; }
    @media (min-width: 768px) {
      .header .container {
        text-align: center; }
        .header .container:before {
          -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;
          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; } }
    @media (min-width: 1024px) {
      .header .container:before {
        left: 170px; } }
  .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, 0.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; }
    @media (min-width: 768px) {
      .header .login {
        font-size: 12px;
        line-height: 13px;
        padding: 7px;
        margin: 0 0 0 2px;
        min-width: 70px;
        width: auto; } }
    @media (min-width: 1024px) {
      .header .login {
        width: 132px;
        font-size: 14px;
        line-height: 14px;
        padding: 13px;
        margin-left: 8px; } }
    .header .login.subscribe {
      min-width: 100px;
      width: auto; }
      @media (min-width: 768px) {
        .header .login.subscribe {
          min-width: 92px;
          width: auto; } }
      @media (min-width: 1024px) {
        .header .login.subscribe {
          min-width: 132px;
          width: auto; } }
    .header .login:hover {
      background: -webkit-linear-gradient(left, #95258a, #662e88);
      background: linear-gradient(to right, #95258a, #662e88); }
  .header .search-opener {
    display: none; }
    @media (min-width: 768px) {
      .header .search-opener {
        display: inline-block;
        vertical-align: top;
        line-height: 0;
        margin: 7px 0 0; } }
    @media (min-width: 1024px) {
      .header .search-opener {
        margin: 10px 5px 0 0; } }
    .header .search-opener .ico-search {
      width: 16px;
      height: 16px; }
      @media (min-width: 768px) {
        .header .search-opener .ico-search {
          width: 13px;
          height: 13px; } }
      @media (min-width: 1024px) {
        .header .search-opener .ico-search {
          width: 20px;
          height: 20px; } }
    .header .search-opener:hover {
      opacity: 0.75; }
  .header .search-form {
    position: relative;
    margin: 0 20px; }
    @media (min-width: 768px) {
      .header .search-form {
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.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%); } }
    @media (min-width: 1024px) {
      .header .search-form {
        margin-top: 1px; } }
    .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 0.3s ease-in-out;
      transition: color 0.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; }
      @media (min-width: 768px) {
        .header .search-form .close {
          display: block;
          position: absolute;
          top: 10px;
          right: -50px;
          margin: 0;
          padding: 0; } }
  .header .lang-select {
    display: inline-block;
    vertical-align: top;
    margin: 11px 4px 0 0;
    line-height: 0; }
    @media (min-width: 768px) {
      .header .lang-select {
        float: none;
        width: 30px;
        margin: 6px 0 0; } }
    @media (min-width: 1024px) {
      .header .lang-select {
        padding: 0;
        margin-top: 15px; } }
    .search-active .header .lang-select {
      display: none; }
    .header .lang-select .lang-opener .flag-hold {
      height: 16px; }
    @media (min-width: 768px) {
      .header .lang-select .lang-opener .ico {
        margin: 3px 0 0; } }
    .header .lang-select .lang-opener:hover {
      opacity: 0.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; }
      @media (max-width: 767px) {
        .header .lang-select .lang-drop {
          width: 230px; } }
      @media (min-width: 768px) {
        .header .lang-select .lang-drop {
          right: -1px;
          margin-top: 20px; } }
      @media (min-width: 1024px) {
        .header .lang-select .lang-drop {
          margin-top: 29px; } }
      .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; }

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

.logo {
  float: left;
  width: 76px;
  /*margin: 8px 37px 0;*/
  margin: 8px 0 0 27px; }
  @media (min-width: 768px) {
    .logo {
      margin: 2px 0 0;
      width: 94px; } }
  @media (min-width: 1024px) {
    .logo {
      width: 148px;
      margin-top: 1px; } }

.nav-drop {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.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); }
  @media (min-width: 768px) {
    .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%; } }
  @media (min-width: 1024px) {
    .nav-drop {
      padding-top: 12px;
      max-width: 63%; } }
  @media (min-width: 1200px) {
    .nav-drop {
      max-width: 67%; } }
  .resize-active .nav-drop {
    -webkit-transition: none;
    transition: none; }

.nav {
  padding: 0 0 16px; }
  @media (min-width: 768px) {
    .nav {
      padding: 0; } }
  @media (min-width: 768px) {
    .nav ul {
      margin: 0 -5px; } }
  @media (min-width: 1024px) {
    .nav ul {
      margin: 0 -10px; } }
  @media (min-width: 1200px) {
    .nav ul {
      margin: 0 -20px; } }
  @media (min-width: 1400px) {
    .nav ul {
      margin: 0 -28px; } }
  .nav ul li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; }
    @media (min-width: 768px) {
      .nav ul li {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 4px; } }
    @media (min-width: 1024px) {
      .nav ul li {
        font-size: 14px;
        margin: 0 10px 4px; } }
    @media (min-width: 1200px) {
      .nav ul li {
        margin: 0 20px 4px; } }
    @media (min-width: 1400px) {
      .nav ul li {
        margin: 0 28px 4px; } }
  .nav ul a {
    display: block;
    color: #fff;
    padding: 8px 20px; }
    @media (min-width: 768px) {
      .nav ul a {
        color: rgba(44, 38, 45, 0.5);
        display: inline-block;
        vertical-align: top;
        padding: 0; } }
    .nav ul a:hover {
      background: #662e88; }
      @media (min-width: 768px) {
        .nav ul a:hover {
          background: none;
          color: #2c262d; } }

.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 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.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: 0.74; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }

.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; }
  @media (min-width: 768px) {
    .container {
      padding: 0 15px; } }

@media (min-width: 768px) {
  .hero-section {
    margin-bottom: 93px; } }

.hero-section .hero-slider {
  position: relative;
  padding: 0 0 29px;
  height: 185px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  @media (min-width: 480px) {
    .hero-section .hero-slider {
      height: 380px; } }
  @media (min-width: 1024px) {
    .hero-section .hero-slider {
      height: 550px; } }
  @media (min-width: 1600px) {
    .hero-section .hero-slider {
      height: 700px; } }
  .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 0.35s cubic-bezier(0.78, 0.11, 0, 0.84);
    transition: -webkit-transform 0.35s cubic-bezier(0.78, 0.11, 0, 0.84);
    transition: transform 0.35s cubic-bezier(0.78, 0.11, 0, 0.84);
    transition: transform 0.35s cubic-bezier(0.78, 0.11, 0, 0.84), -webkit-transform 0.35s cubic-bezier(0.78, 0.11, 0, 0.84); }
    @media (min-width: 480px) {
      .hero-section .hero-slider .slide .slide-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 480px) {
    .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; } }
  @media (min-width: 480px) {
    .hero-section .hero-slider .slide .container.text-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .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 0.35s cubic-bezier(0.78, 0.11, 0, 0.84);
    transition: -webkit-transform 0.35s cubic-bezier(0.78, 0.11, 0, 0.84);
    transition: transform 0.35s cubic-bezier(0.78, 0.11, 0, 0.84);
    transition: transform 0.35s cubic-bezier(0.78, 0.11, 0, 0.84), -webkit-transform 0.35s cubic-bezier(0.78, 0.11, 0, 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%; }
    @media (min-width: 1400px) {
      .hero-section .hero-slider .slide .bg-img {
        background-position: 50% 30%; } }
  .hero-section .hero-slider .pagination {
    position: absolute;
    bottom: 10px;
    left: -24px;
    line-height: 0;
    font-size: 0;
    z-index: 30; }
    @media (min-width: 480px) {
      .hero-section .hero-slider .pagination {
        bottom: 25px; } }
    @media (min-width: 768px) {
      .hero-section .hero-slider .pagination {
        left: 8.4%;
        bottom: 20px; } }
    .hero-section .hero-slider .pagination li {
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      display: inline-block;
      vertical-align: top;
      margin: 0 5px;
      width: 50px;
      height: 6px;
      opacity: 0.3;
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
      cursor: pointer; }
      @media (min-width: 768px) {
        .hero-section .hero-slider .pagination li {
          width: 80px;
          height: 7px; } }
      @media (min-width: 1024px) {
        .hero-section .hero-slider .pagination li {
          margin: 0 10px;
          width: 100px;
          height: 9px; } }
      .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; }
    @media (min-width: 768px) {
      .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; } }
    @media (min-width: 1024px) {
      .hero-section .hero-slider .text-block {
        font-size: 24px;
        line-height: 28px;
        width: 594px; } }
    .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; }
      @media (min-width: 768px) {
        .hero-section .hero-slider .text-block h1 {
          font-size: 32px;
          line-height: 38px; } }
      @media (min-width: 1024px) {
        .hero-section .hero-slider .text-block h1 {
          font-size: 42px;
          line-height: 1.57; } }
    @media (min-width: 768px) {
      .hero-section .hero-slider .text-block.dark-text {
        color: #282b31;
        text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5); } }
    @media (min-width: 768px) {
      .hero-section .hero-slider .text-block.text-right {
        text-align: right; } }

.hero-section .text-block {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  color: #2c262d;
  padding: 30px 20px 27px;
  position: relative; }
  @media (min-width: 768px) {
    .hero-section .text-block {
      display: none; } }
  .hero-section .text-block h1 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 33px;
    text-shadow: 0 1px 0 #000;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .hero-section .text-block h1 {
        font-size: 32px;
        line-height: 38px; } }
    @media (min-width: 1024px) {
      .hero-section .text-block h1 {
        font-size: 42px;
        line-height: 1.57; } }

.hero-section .btn-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 768px) {
    .hero-section .btn-down {
      display: none; } }
  .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: 0.75; }

.network-management-block {
  text-align: center;
  padding-top: 26px; }
  @media (min-width: 768px) {
    .network-management-block {
      margin-bottom: 69px;
      padding: 0; } }
  .network-management-block h2 {
    color: #2c262d;
    margin: 0 0 21px; }
    @media (min-width: 768px) {
      .network-management-block h2 {
        margin-bottom: 26px; } }
  .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; }
    @media (min-width: 768px) {
      .network-management-block .row {
        margin: 0 -15px; } }
    .network-management-block .row .col {
      width: 100%; }
      .network-management-block .row .col + .col {
        margin-top: 24px; }
        @media (min-width: 768px) {
          .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; } }
      @media (min-width: 768px) {
        .network-management-block .row .col {
          padding: 0 15px;
          width: 33.33%;
          margin-bottom: 20px; } }
  .network-management-block .box {
    margin: 0 -20px;
    padding: 0 24px 25px;
    text-align: left;
    background: #fff;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .network-management-block .box {
        margin: 0;
        height: 100% !important;
        box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08); } }
    @media (min-width: 1024px) {
      .network-management-block .box {
        line-height: 28px; } }
    .network-management-block .box .main-box {
      overflow: hidden;
      margin: 0 -25px;
      padding: 0 25px;
      box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08); }
      @media (min-width: 375px) {
        .network-management-block .box .main-box {
          margin: 0; } }
      @media (min-width: 768px) {
        .network-management-block .box .main-box {
          height: auto;
          opacity: 1 !important;
          box-shadow: none;
          margin: 0 -25px; } }
    .network-management-block .box .img-wrap {
      margin: 0 -24px 18px; }
      @media (min-width: 768px) {
        .network-management-block .box .img-wrap {
          margin-bottom: 28px; } }
      .network-management-block .box .img-wrap img {
        width: 100%;
        height: auto; }
    .network-management-block .box .arrow {
      display: none;
      width: 16px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .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: 16px;
        height: 9px; }
        @media (min-width: 768px) {
          .network-management-block .box .arrow img {
            width: 17px;
            height: 10px; } }
      .network-management-block .box .arrow:hover {
        opacity: 0.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; }
      @media (min-width: 768px) {
        .network-management-block .box h3 {
          font-size: 16px;
          line-height: 28px;
          min-height: 84px;
          margin-bottom: 2px; } }
    .network-management-block .box p {
      margin: 0 0 32px; }
      @media (min-width: 768px) {
        .network-management-block .box p {
          margin-bottom: 13px; } }
    @media (min-width: 768px) {
      .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: fixed;
      top: 50px;
      left: 24px;
      right: 24px; }
      @media (min-width: 768px) {
        .network-management-block .box.box-active .main-box {
          position: static; } }
    .network-management-block .box .main-box-holder {
      position: relative; }
      @media (min-width: 768px) {
        .network-management-block .box .main-box-holder {
          position: static;
          height: auto !important; } }
    .network-management-block .box .review-card {
      position: relative; }
      @media (min-width: 768px) {
        .network-management-block .box .review-card {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          max-height: none; } }
  .network-management-block .review-card {
    background: #fff;
    padding: 30px 0 0;
    -webkit-transition: bottom 0.6s ease;
    transition: bottom 0.6s ease;
    box-shadow: 0 0 10px 0 rgba(32, 33, 39, 0.16);
    margin: 0 -25px; }
    @media (min-width: 375px) {
      .network-management-block .review-card {
        margin: 0; } }
    @media (min-width: 768px) {
      .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 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        height: auto;
        box-shadow: none; } }
    .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, 0.16);
      margin: 0 auto 22px;
      background: #d3d3d3; }
      @media (min-width: 768px) {
        .network-management-block .review-card .img-hold {
          width: 70px;
          height: 70px;
          margin-bottom: 39px; } }
    .network-management-block .review-card blockquote {
      color: #2c262d;
      font-size: 14px;
      line-height: 2;
      margin: 0 12px;
      min-height: 273px;
      position: relative; }
      @media (min-width: 768px) {
        .network-management-block .review-card blockquote {
          line-height: 1.79;
          min-height: 296px; } }
      @media (min-width: 1200px) {
        .network-management-block .review-card blockquote {
          margin: 0 45px; } }
      .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; }
        @media (min-width: 768px) {
          .network-management-block .review-card blockquote cite {
            font-size: 12px;
            padding-top: 16px; } }

.benefits-section {
  background: #fafafa;
  border-bottom: solid 1px #e7e8ea;
  border-top: solid 1px #e7e8ea;
  padding: 76px 0 50px;
  position: relative; }
  @media (min-width: 768px) {
    .benefits-section {
      padding: 99px 0 29px;
      border-bottom: none; } }
  .benefits-section h2 {
    color: #2c262d;
    text-align: center;
    margin: 0 40px 28px; }
    @media (min-width: 768px) {
      .benefits-section h2 {
        text-align: left;
        margin: 0 0 31px; } }
  @media (min-width: 768px) {
    .benefits-section .tab-holder {
      position: relative; } }
  .benefits-section .tabset {
    position: absolute;
    top: 105%;
    width: calc(100vw - 40px);
    opacity: 0;
    visibility: hidden; }
    .js-fixed .benefits-section .tabset {
      opacity: 1;
      visibility: visible; }
    @media (min-width: 768px) {
      .benefits-section .tabset {
        float: left;
        position: static;
        top: auto;
        width: 34%;
        opacity: 1;
        visibility: visible; } }
    @media (min-width: 1024px) {
      .benefits-section .tabset {
        width: 41.7%; } }
    .benefits-section .tabset &gt; li {
      margin: 0 0 20px; }
      @media (min-width: 1024px) {
        .benefits-section .tabset &gt; li {
          margin: 0 0 24px; } }
    .benefits-section .tabset [data-tab-link] {
      color: #282b31;
      overflow: hidden;
      display: block;
      background: #fff;
      box-shadow: 0 20px 40px 0 rgba(40, 43, 49, 0.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; }
      @media (min-width: 768px) {
        .benefits-section .tabset [data-tab-link] {
          border: 1px solid transparent;
          background: none;
          box-shadow: none;
          padding: 10px;
          position: relative;
          left: auto;
          opacity: 1; } }
      @media (min-width: 1024px) {
        .benefits-section .tabset [data-tab-link] {
          padding: 28px 28px 23px;
          position: relative; } }
      .benefits-section .tabset [data-tab-link] .ico-wrap {
        margin: 0 4px 23px; }
        @media (min-width: 1024px) {
          .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: 23px;
          height: 23px; }
          @media (min-width: 1024px) {
            .benefits-section .tabset [data-tab-link] .ico-wrap .clock {
              width: 70px;
              height: 70px; } }
        .benefits-section .tabset [data-tab-link] .ico-wrap .bell {
          width: 24px;
          height: 35px; }
          @media (min-width: 1024px) {
            .benefits-section .tabset [data-tab-link] .ico-wrap .bell {
              width: 58px;
              height: 82px; } }
        .benefits-section .tabset [data-tab-link] .ico-wrap .monitors {
          width: 40px;
          height: 23px; }
          @media (min-width: 1024px) {
            .benefits-section .tabset [data-tab-link] .ico-wrap .monitors {
              width: 92px;
              height: 52px; } }
      @media (min-width: 1024px) {
        .benefits-section .tabset [data-tab-link] .text-wrap {
          overflow: hidden;
          padding: 0 0 0 106px; } }
      .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; }
        @media (min-width: 1024px) {
          .benefits-section .tabset [data-tab-link] .text-wrap .title {
            margin-bottom: 16px; } }
      .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, 0.08); }
        @media (min-width: 768px) {
          .benefits-section .tabset [data-tab-link]:hover, .benefits-section .tabset [data-tab-link].js-active {
            background: #fff; } }
  @media (min-width: 768px) {
    .benefits-section .tab-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -52px;
      width: 67%; } }
  @media (min-width: 1024px) {
    .benefits-section .tab-content {
      width: 45%;
      right: -83px;
      margin: -77px 0 0; } }
  @media (min-width: 1400px) {
    .benefits-section .tab-content {
      width: 649px; } }
  @media (min-width: 1441px) {
    .benefits-section .tab-content {
      right: 0; } }
  .benefits-section .tab-content {
    position: relative; }
    @media (min-width: 768px) {
      .benefits-section .tab-content {
        position: absolute; } }
    .benefits-section .tab-content .hidden-img .img-block {
      opacity: 0.25; }
    .benefits-section .tab-content .img-block {
      position: relative;
      text-align: right;
      margin: 0 -55px 25% 10px;
      -webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
      transition: opacity 0.5s linear, visibility 0.5s linear; }
      @media (min-width: 768px) {
        .benefits-section .tab-content .img-block {
          margin: 0; } }
    .benefits-section .tab-content .mobile-img {
      width: 38.7%;
      position: absolute;
      left: -6px;
      top: 68px; }
      @media (min-width: 1024px) {
        .benefits-section .tab-content .mobile-img {
          top: 101px;
          left: -82px;
          width: 34.7%; } }
  .benefits-section .tab-item {
    -webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
    transition: opacity 0.5s linear, visibility 0.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; }
    @media (min-width: 768px) {
      .benefits-section .cta-btns {
        padding-top: 35px; } }
    @media (min-width: 1024px) {
      .benefits-section .cta-btns {
        padding-top: 20px; } }
    .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: 0.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; }
  @media (min-width: 768px) {
    .two-image-section {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -200px 74px; } }
  @media (min-width: 1024px) {
    .two-image-section {
      margin: 0 -250px 74px; } }
  .two-image-section .bg-wrap {
    position: relative;
    padding-top: 62.5%;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s; }
    @media (min-width: 768px) {
      .two-image-section .bg-wrap {
        width: 50%;
        -webkit-transform: skew(-45deg);
            -ms-transform: skew(-45deg);
                transform: skew(-45deg);
        overflow: hidden;
        padding: 0;
        height: 400px; } }
    @media (min-width: 1024px) {
      .two-image-section .bg-wrap {
        height: 500px; } }
    @media (min-width: 1024px) {
      .two-image-section .bg-wrap {
        position: relative;
        z-index: 1; } }
    .two-image-section .bg-wrap + .bg-wrap {
      border-top: 0.7px solid #fff; }
      @media (min-width: 768px) {
        .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; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      .two-image-section .bg-wrap + .bg-wrap .bg-img {
        left: -250px;
        right: 0; } }
    .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; }
      @media (min-width: 768px) {
        .two-image-section .bg-wrap .bg-img {
          -webkit-transform: skew(45deg);
              -ms-transform: skew(45deg);
                  transform: skew(45deg);
          right: -200px; } }
      @media (min-width: 1024px) {
        .two-image-section .bg-wrap .bg-img {
          right: -250px; } }
    .two-image-section .bg-wrap.top-left {
      -webkit-transform: translateX(-200px);
          -ms-transform: translateX(-200px);
              transform: translateX(-200px); }
      @media (min-width: 768px) {
        .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(200px);
          -ms-transform: translateX(200px);
              transform: translateX(200px); }
      @media (min-width: 768px) {
        .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 {
    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, 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 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    z-index: 2; }
    @media (min-width: 768px) {
      .two-image-section .cloud-wrap {
        width: 100px;
        height: 100px;
        margin-top: 0; } }
    .two-image-section .cloud-wrap img {
      width: 22.2px;
      height: 14.2px; }
      @media (min-width: 768px) {
        .two-image-section .cloud-wrap img {
          width: 58px;
          height: 38px; } }
  .two-image-section .devices {
    position: absolute;
    bottom: 0px;
    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 0.7s linear;
    transition: bottom 0.7s linear;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    z-index: 2; }
    @media (min-width: 768px) {
      .two-image-section .devices {
        bottom: -100px;
        width: 520px;
        right: 16%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: auto; } }
    @media (min-width: 1024px) {
      .two-image-section .devices {
        width: 740px;
        right: 14%; } }
    @media (min-width: 1200px) {
      .two-image-section .devices {
        right: 17.5%; } }
    .two-image-section .devices .img1 {
      width: 49%;
      margin: 0 2px -2px 0; }
      @media (min-width: 768px) {
        .two-image-section .devices .img1 {
          margin-bottom: 2px; } }
      @media (min-width: 1024px) {
        .two-image-section .devices .img1 {
          margin: 0 -9px 17px 11px; } }
    .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); }
    @media (min-width: 768px) {
      .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: 38px; }
    @media (min-width: 768px) {
      .two-image-section.in-viewport .devices {
        bottom: -24px; } }
    @media (min-width: 1024px) {
      .two-image-section.in-viewport .devices {
        bottom: -48px; } }
  .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; }
  @media (min-width: 1024px) {
    .text-section {
      padding: 60px 0 20px; }
      .text-section .container {
        max-width: 980px; } }
  .text-section h2 {
    color: #95258a;
    margin-bottom: 18px;
    line-height: 1.5; }
    @media (min-width: 1024px) {
      .text-section h2 {
        color: #2c262d;
        margin-bottom: 24px; } }
  .text-section p {
    margin-bottom: 18px; }
    @media (min-width: 1024px) {
      .text-section p {
        margin-bottom: 24px; } }
  .text-section h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #95258a; }
    @media (min-width: 1024px) {
      .text-section h3 {
        font-size: 24px; } }
  .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; }
  @media (min-width: 768px) {
    .insight-solution {
      padding-top: 46px;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .insight-solution {
      margin-bottom: 60px; } }
  .insight-solution h2 {
    text-align: center;
    color: #95258a;
    margin: 0 20px 40px; }
    @media (min-width: 768px) {
      .insight-solution h2 {
        color: #2c262d;
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .insight-solution .container {
      padding: 0; } }
  .insight-solution .insight-device {
    padding: 0 25px 36px; }
    @media (max-width: 767px) {
      .insight-solution .insight-device {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    @media (min-width: 768px) {
      .insight-solution .insight-device {
        margin: 0 auto;
        padding-top: 75px; } }
    .insight-solution .insight-device img {
      width: 100%;
      height: auto; }
    .insight-solution .insight-device .btn {
      display: none; }
      @media (min-width: 768px) {
        .insight-solution .insight-device .btn {
          display: block;
          width: 190px;
          margin: 30px auto 0; } }
  .insight-solution .tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .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 a.close {
    display: none;
    position: absolute;
    top: 192px;
    right: 0; }
    @media (min-width: 1400px) {
      .insight-solution a.close {
        top: 191px;
        right: -60px; } }
    .insight-solution a.close img {
      width: 26px;
      height: 26px; }
      @media (min-width: 1024px) {
        .insight-solution a.close img {
          width: 32px;
          height: 32px; } }
    .insight-solution a.close:hover {
      opacity: 0.75; }
  .insight-solution .mix-tabset {
    display: none !important; }
    @media (min-width: 768px) {
      .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 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 30%;
      padding: 0 2px; }
      @media (min-width: 768px) {
        .insight-solution .mix-tabset li {
          -webkit-transition: border 0.3s ease-in-out;
          transition: border 0.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, 0.08); } }
      @media (min-width: 1024px) {
        .insight-solution .mix-tabset li {
          padding: 0 8px 26px; } }
    .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%; }
      @media (min-width: 768px) {
        .insight-solution .mix-tabset .text {
          padding-top: 22px; } }
    .insight-solution .mix-tabset .move-block {
      position: absolute;
      background: #95258a;
      bottom: 0;
      top: auto !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s, visibility 0.3s;
      transition: opacity 0.3s, visibility 0.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, 0.3); }
      @media (min-width: 768px) {
        .insight-solution .mix-accordion &gt; li {
          border: none; } }
      .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; }
      @media (min-width: 768px) {
        .insight-solution .mix-accordion .opener {
          display: none; } }
      .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; }
    @media (min-width: 768px) {
      .insight-solution .slide {
        position: static !important;
        padding: 0; } }
    @media (min-width: 768px) {
      .insight-solution .slide &gt; div {
        padding: 77px 20px 0; } }
    @media (min-width: 1024px) {
      .insight-solution .slide &gt; div {
        padding: 77px 12.5% 0; } }
    .insight-solution .slide .text-block {
      margin-bottom: 41px; }
      @media (min-width: 768px) {
        .insight-solution .slide .text-block {
          float: left;
          width: 270px; } }
      @media (min-width: 1024px) {
        .insight-solution .slide .text-block {
          width: 330px; } }
      @media (min-width: 1200px) {
        .insight-solution .slide .text-block {
          padding-top: 34px; } }
      .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; }
        @media (min-width: 768px) {
          .insight-solution .slide .text-block .title {
            font-size: 20px;
            line-height: 22px; } }
        @media (min-width: 1024px) {
          .insight-solution .slide .text-block .title {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 32px; } }
      .insight-solution .slide .text-block .list {
        margin-bottom: 6px; }
        @media (min-width: 1024px) {
          .insight-solution .slide .text-block .list {
            margin-bottom: 23px; } }
      .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; }
      @media (min-width: 768px) {
        .insight-solution .slide .img-block {
          float: right;
          width: calc(100% - 300px);
          margin: 0;
          padding: 0 33px 0 0; } }
      @media (min-width: 1024px) {
        .insight-solution .slide .img-block {
          width: calc(100% - 346px); } }
      @media (min-width: 1400px) {
        .insight-solution .slide .img-block {
          margin-bottom: -18px; } }
      .insight-solution .slide .img-block .mobile-img {
        position: absolute;
        right: 34px;
        top: 0;
        width: 36%; }
        @media (min-width: 768px) {
          .insight-solution .slide .img-block .mobile-img {
            right: 13px;
            top: -51px;
            width: 41.7%; } }
        @media (min-width: 1024px) {
          .insight-solution .slide .img-block .mobile-img {
            top: -55px; } }
  @media (min-width: 768px) {
    .insight-solution .js-tab-hidden {
      display: block !important;
      left: -9999px !important;
      position: absolute !important;
      top: -9999px !important; } }

.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: 0.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; }
  @media (min-width: 768px) {
    .video-panel {
      background: none;
      padding: 80px 0;
      text-align: left; } }
  @media (min-width: 1024px) {
    .video-panel {
      font-size: 25px;
      line-height: 1.4;
      padding: 138px 0; } }
  .video-panel .title-text {
    display: block;
    padding: 0 0 36px; }
    @media (min-width: 768px) {
      .video-panel .title-text {
        padding: 0;
        width: 355px; } }
    @media (min-width: 1024px) {
      .video-panel .title-text {
        width: 430px; } }
    @media (min-width: 1200px) {
      .video-panel .title-text {
        width: 526px; } }
    @media (min-width: 1400px) {
      .video-panel .title-text {
        width: 530px; } }
  .video-panel .desktop-bg {
    display: none; }
    @media (min-width: 768px) {
      .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 {
    background-size: cover;
    background-position: center center;
    height: 157px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .video-panel .mobile-bg {
        display: none !important; } }
  .video-panel .mobile-play-btn {
    display: block !important;
    bottom: 28px; }
    @media (min-width: 768px) {
      .video-panel .mobile-play-btn {
        display: none !important; } }
  .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 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    display: none; }
    @media (min-width: 768px) {
      .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-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 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.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; }
        @media (min-width: 1024px) {
          .video-panel .play-btn img.stop-btn-icon {
            width: 100px;
            height: 100px;
            margin: 0; } }
      @media (min-width: 1024px) {
        .video-panel .play-btn img {
          width: 130px;
          height: 130px; } }
    .video-panel .play-btn:hover {
      opacity: 0.75; }
  @media (min-width: 768px) {
    .video-active .video-panel .mobile-bg {
      display: none; } }

.video-section .text-frame {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  @media (max-width: 767px) {
    .video-section .text-frame {
      z-index: 2; } }

.video-section .video-frame {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.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; }

@media (min-width: 768px) {
  .video-section.video-active .text-frame {
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); } }

@media (min-width: 1024px) {
  .video-section.video-active .text-frame {
    -webkit-transform: translate3d(0, -66px, 0);
            transform: translate3d(0, -66px, 0); } }

.video-section.video-active .play-btn {
  -webkit-transform: translateX(-50%) rotate(360deg);
      -ms-transform: translateX(-50%) rotate(360deg);
          transform: translateX(-50%) rotate(360deg); }
  @media (min-width: 768px) {
    .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); } }
  .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; }
  @media (min-width: 768px) {
    .subscriptions-section {
      padding: 90px 0; } }
  .subscriptions-section h2 {
    color: #95258a;
    text-align: center;
    margin-bottom: 29px; }
    @media (min-width: 768px) {
      .subscriptions-section h2 {
        margin-bottom: 30px;
        color: #2c262d; } }
  @media (min-width: 1400px) {
    .subscriptions-section .container {
      max-width: 1290px; } }
  .subscriptions-section .heading {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 15px;
    color: #282b31; }
    @media (min-width: 768px) {
      .subscriptions-section .heading {
        text-align: center;
        margin-bottom: 21px; } }
    @media (min-width: 1024px) {
      .subscriptions-section .heading {
        font-size: 20px;
        line-height: 1.5; } }

@media (min-width: 768px) {
  .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; } }

@media (min-width: 1024px) {
  .billing-block .row {
    margin: 0 -15px; } }

@media (min-width: 1200px) {
  .billing-block .row {
    margin: 0 -20px; } }

@media (min-width: 1400px) {
  .billing-block .row {
    margin: 0 -30px; } }

@media (min-width: 768px) {
  .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; } }

@media (min-width: 1024px) {
  .billing-block .row .col {
    padding: 0 15px; } }

@media (min-width: 1200px) {
  .billing-block .row .col {
    padding: 0 20px; } }

@media (min-width: 1400px) {
  .billing-block .row .col {
    padding: 0 30px; } }

.billing-block .box {
  background: #fff;
  border: solid 0.7px #d3d3d3;
  padding: 34px 20px 23px;
  margin-bottom: 29px;
  position: relative; }
  @media (min-width: 768px) {
    .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, 0.08); } }
  @media (min-width: 1024px) {
    .billing-block .box {
      padding: 22px 27px 33px; } }
  .billing-block .box .mini-title {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0 1px 0 #000;
    letter-spacing: 0.9px;
    text-align: left;
    color: #95258a;
    margin-bottom: 11px; }
    @media (min-width: 1024px) {
      .billing-block .box .mini-title {
        font-size: 16px;
        margin-bottom: 23px; } }
  .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; }
    @media (min-width: 1024px) {
      .billing-block .box .title {
        padding-bottom: 20px;
        margin-bottom: 9px; } }
    .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; }
      @media (min-width: 1024px) {
        .billing-block .box .title .price {
          font-size: 38px;
          line-height: 40px;
          quotes: 103px;
          margin-right: 6px; } }
    .billing-block .box .title .rate {
      font-size: 12px;
      line-height: 14px;
      width: calc(100% - 104px); }
      @media (min-width: 1024px) {
        .billing-block .box .title .rate {
          width: calc(100% - 112px); } }
      .billing-block .box .title .rate span {
        display: block; }
      .billing-block .box .title .rate .devices {
        font-weight: 900;
        letter-spacing: 2.2px;
        text-transform: uppercase; }
        @media (min-width: 1024px) {
          .billing-block .box .title .rate .devices {
            margin-bottom: 5px; } }
  .billing-block .box .features {
    margin-bottom: 38px; }
    @media (min-width: 1024px) {
      .billing-block .box .features {
        margin-bottom: 34px; } }
    .billing-block .box .features li {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .billing-block .box .features li {
          margin-bottom: 19px; } }
    .billing-block .box .features a {
      font-weight: 500; }
  @media (min-width: 768px) {
    .billing-block .box .btn-wrap {
      -ms-flex-item-align: end;
          align-self: flex-end; } }
  .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 0.3s;
    transition: opacity 0.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, 0.08); }
      .billing-block .box.blue-bg .btn:hover {
        background: #95258a;
        color: #fff;
        border-color: #95258a; }
  .billing-block .box.inactive {
    opacity: 0.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, 0.25);
      position: absolute;
      top: 27px;
      right: -33px;
      padding: 5px; }
      @media (min-width: 1024px) {
        .billing-block .box .ribbon span {
          font-size: 16px;
          width: 180px;
          height: 38px;
          right: -40px;
          top: 32px;
          padding: 9px; } }
      .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; }
      @media (min-width: 1024px) {
        .billing-block .box .ribbon.ribbon-green span {
          line-height: 16px;
          font-size: 16px;
          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; }
    @media (min-width: 1024px) {
      .billing-block .toggle-bar .switch {
        margin-bottom: 20px;
        margin-right: -12px; } }

.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, 0.08); }
  @media (min-width: 768px) {
    .billing-block .bar-fixed .toggle-bar {
      position: static;
      box-shadow: none;
      background: none;
      padding: 20px 0; } }
  @media (max-width: 767px) {
    .billing-block .bar-fixed .toggle-bar .switch {
      margin: 0; } }

.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; }
    @media (min-width: 768px) {
      .billing-block .store-btns .app-store {
        width: 86px; } }
    @media (min-width: 1024px) {
      .billing-block .store-btns .app-store {
        width: 100px; } }
    @media (min-width: 1200px) {
      .billing-block .store-btns .app-store {
        width: 120px; } }
  .billing-block .store-btns .google-play {
    width: 114px; }
    @media (min-width: 768px) {
      .billing-block .store-btns .google-play {
        width: 96px; } }
    @media (min-width: 1024px) {
      .billing-block .store-btns .google-play {
        width: 114px; } }
    @media (min-width: 1200px) {
      .billing-block .store-btns .google-play {
        width: 135px; } }
  .billing-block .store-btns a {
    display: block; }
    .billing-block .store-btns a:hover {
      opacity: 0.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, 0.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; }
  @media (min-width: 768px) {
    .btn {
      padding: 10px 18px; } }
  @media (min-width: 1024px) {
    .btn {
      font-size: 14px;
      line-height: 16px;
      padding: 11px 25px; } }
  .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, 0.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; }
    @media (min-width: 768px) {
      .btn.btn-lg {
        font-size: 14px;
        line-height: 14px; } }
    @media (min-width: 1024px) {
      .btn.btn-lg {
        font-size: 17px;
        line-height: 18px; } }

#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, 0.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/insight/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/insight/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, 0.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/insight/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; }
  @media (min-width: 1024px) {
    .switch {
      width: 304px;
      margin-bottom: 20px; } }
  .switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    width: 54px;
    height: 30px;
    left: 6.7rem;
    margin: 0; }
    @media (min-width: 1024px) {
      .switch input {
        left: 7.5rem; } }
    .switch input:checked {
      z-index: 1; }
      .switch input:checked + label {
        opacity: 1;
        cursor: default; }
    .switch input::not(:checked) + label:hover {
      opacity: 0.5; }
  .switch label {
    color: #2c262d;
    opacity: 0.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 0.25s ease;
    transition: opacity 0.25s ease; }
    @media (min-width: 1024px) {
      .switch label {
        font-size: 15px;
        width: 7rem; } }
    .switch label:last-of-type {
      margin-left: 80px; }
      @media (min-width: 1024px) {
        .switch label:last-of-type {
          margin-left: 71px; } }
  .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: 0.25s ease all;
    transition: 0.25s ease all; }
    @media (min-width: 1024px) {
      .switch .toggle-outside {
        left: 7.5rem; } }
  .switch .toggle-inside {
    border-radius: 50%;
    background: #fff;
    position: absolute;
    height: 26px;
    width: 26px;
    -webkit-transition: 0.25s ease all;
    transition: 0.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; }
  @media (min-width: 768px) {
    .case-study {
      margin-bottom: 92px; } }
  .case-study .bg-img {
    height: 200px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 52px; }
    @media (min-width: 768px) {
      .case-study .bg-img {
        height: 338px;
        margin-bottom: 76px; } }
  @media (min-width: 768px) {
    .case-study .title-block {
      float: left;
      width: 300px;
      margin: 0 30px 0 0; } }
  @media (min-width: 1024px) {
    .case-study .title-block {
      width: 360px;
      margin: 0 111px 0 10px; } }
  .case-study .logo-wrap {
    width: 224px;
    margin-bottom: 29px; }
    @media (min-width: 1024px) {
      .case-study .logo-wrap {
        width: 281px; } }
  @media (min-width: 768px) {
    .case-study .description-block {
      overflow: hidden;
      padding-top: 5px;
      padding: 5px 0 10px 10px; } }
  @media (min-width: 1024px) {
    .case-study .description-block {
      padding-right: 36px; } }
  .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; }
    @media (min-width: 768px) {
      .case-study .description-block .title {
        margin-bottom: 19px; } }
    @media (min-width: 1024px) {
      .case-study .description-block .title {
        font-size: 20px;
        line-height: 1.9; } }
  .case-study .description-block blockquote {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 33px; }
    @media (min-width: 768px) {
      .case-study .description-block blockquote {
        margin-bottom: 37px; } }
    @media (min-width: 1024px) {
      .case-study .description-block blockquote {
        font-size: 20px; } }
    .case-study .description-block blockquote .expandable-block {
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .case-study .description-block blockquote .expandable-block {
          margin-bottom: 17px; } }
      .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, 0.07); }
    @media (min-width: 768px) {
      .case-study .description-block .btn {
        margin: 0;
        width: auto;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1024px) {
      .case-study .description-block .btn {
        padding: 14px;
        width: 219px; } }
  .case-study h2 {
    color: #95258a;
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .case-study h2 {
        color: #2c262d;
        margin-bottom: 36px; } }
    @media (min-width: 1024px) {
      .case-study h2 {
        margin-left: 7px; } }

.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; }
  @media (min-width: 768px) {
    .slider-section {
      padding: 103px 0 31px; } }

.three-col-slider {
  position: relative;
  margin: 0 -38px 57px; }
  @media (min-width: 375px) {
    .three-col-slider {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .three-col-slider {
      padding-left: 40px;
      padding-right: 40px;
      margin-bottom: 37px; } }
  @media (min-width: 1400px) {
    .three-col-slider {
      padding-left: 0;
      padding-right: 0;
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 768px) {
    .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; } }
  @media (min-width: 768px) {
    .three-col-slider .slick-slide {
      height: auto; } }
  .three-col-slider .slide {
    padding: 35px 18px 73px; }
    @media (min-width: 768px) {
      .three-col-slider .slide {
        padding-bottom: 98px; } }
    @media (min-width: 1400px) {
      .three-col-slider .slide {
        padding-left: 36px;
        padding-right: 36px; } }
  .three-col-slider .box {
    background: #fff;
    border: 1px solid #d3d3d3;
    position: relative;
    padding: 63px 13px 31px; }
    @media (min-width: 768px) {
      .three-col-slider .box {
        height: 100%; } }
    @media (min-width: 1024px) {
      .three-col-slider .box {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      .three-col-slider .box {
        padding-left: 38px;
        padding-right: 38px; } }
    @media (min-width: 1400px) {
      .three-col-slider .box {
        padding-left: 25px;
        padding-right: 25px; } }
  .three-col-slider .img-hold {
    width: 118px;
    margin: -30px auto 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .three-col-slider .img-hold {
        margin-top: -50px;
        margin-bottom: 28px; } }
    @media (min-width: 1200px) {
      .three-col-slider .img-hold {
        margin-top: -44px;
        margin-bottom: 41px; }
        .three-col-slider .img-hold + blockquote cite {
          padding-bottom: 40px; } }
  .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, 0.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; }
    @media (min-width: 768px) {
      .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 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; }
      @media (min-width: 768px) {
        .three-col-slider blockquote cite {
          -ms-flex-item-align: end;
              align-self: flex-end;
          width: 100%; } }
      .three-col-slider blockquote cite .name {
        display: block;
        text-transform: capitalize;
        font-weight: 400;
        padding-top: 11px; }
  .three-col-slider .image-box {
    background: #fff; }
    @media (min-width: 768px) {
      .three-col-slider .image-box {
        border: 1px solid #d3d3d3; } }
  .three-col-slider .slick-arrow {
    display: none !important; }
    @media (min-width: 768px) {
      .three-col-slider .slick-arrow {
        display: block !important;
        position: absolute;
        top: 50%;
        z-index: 99;
        margin-top: -6.5%; } }
    @media (min-width: 1400px) {
      .three-col-slider .slick-arrow {
        margin-top: -5%; } }
    .three-col-slider .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 1400px) {
        .three-col-slider .slick-arrow.slick-next {
          right: -69px; } }
    .three-col-slider .slick-arrow.slick-prev {
      left: 0; }
      @media (min-width: 1400px) {
        .three-col-slider .slick-arrow.slick-prev {
          left: -69px; } }
  .three-col-slider.images {
    background: #fff;
    padding: 35px 0 56px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .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; } }
    @media (min-width: 1400px) {
      .three-col-slider.images {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .three-col-slider.images .slick-arrow {
        margin-top: -4.5%; } }
    @media (min-width: 1400px) {
      .three-col-slider.images .slick-arrow {
        margin-top: -4.2%; } }
    .three-col-slider.images .slick-dots {
      bottom: 56px; }
      @media (min-width: 768px) {
        .three-col-slider.images .slick-dots {
          bottom: 6px; } }

.contact-section {
  position: relative;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .contact-section {
      padding: 71px 0;
      margin: 0; } }
  .contact-section .bg-img {
    background-size: cover;
    padding-top: 63%;
    margin-bottom: 33px; }
    @media (min-width: 768px) {
      .contact-section .bg-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        padding: 0;
        margin: 0; } }
  @media (min-width: 768px) {
    .contact-section .submit-form {
      float: right;
      width: 320px; } }
  @media (min-width: 1024px) {
    .contact-section .submit-form {
      width: 570px; } }
  @media (min-width: 1400px) {
    .contact-section .submit-form {
      margin-right: -30px; } }

.submit-form {
  padding: 0 22px; }
  @media (min-width: 768px) {
    .submit-form {
      background: #fff;
      box-shadow: 0 20px 40px 0 rgba(40, 43, 49, 0.08);
      border: 1px solid #d3d3d3;
      padding: 24px 40px; } }
  @media (min-width: 1024px) {
    .submit-form {
      padding: 24px 69px 50px; } }
  .submit-form h2 {
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .submit-form h2 {
        margin-bottom: 17px; } }
  .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; }
    @media (min-width: 1024px) {
      .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 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; }
    @media (min-width: 1024px) {
      .submit-form textarea {
        min-height: 102px;
        height: 102px;
        padding: 22px 29px;
        margin-bottom: 20px; } }
  .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; }
      @media (min-width: 1024px) {
        .submit-form .field-style .required {
          font-size: 18px;
          top: 3px;
          right: 5px; } }
  .submit-form .field-p {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .submit-form .field-p {
        margin-bottom: 20px; } }
  .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, 0.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; }
  @media (min-width: 1024px) {
    input.submit-button,
    input[type="submit"] {
      font-size: 17px;
      line-height: 18px;
      padding: 16px 16px 17px; } }
  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, 0.58);
  stroke-width: 6;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .ProgressBar-circle,
    .ProgressBar-background {
      stroke-width: 14; } }

.ProgressBar-background {
  stroke: #bce8fe;
  stroke: rgba(188, 232, 250, 0.3);
  stroke-width: 6;
  z-index: 0; }
  @media (min-width: 768px) {
    .ProgressBar-background {
      stroke-width: 14; } }

.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; }
  @media (max-width: 767px) {
    .scroll-content-fixed-container {
      z-index: 9888; } }
  .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;*/ }
    @media (min-width: 768px) {
      .notification-bar .text {
        /*max-width: 210px;*/ } }
    @media (min-width: 1024px) {
      .notification-bar .text {
        /*max-width: 410px;*/ } }
    @media (max-width: 767px) {
      .notification-bar .text {
        display: inline; } }
  .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, 0.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, 0.08); }
    @media (max-width: 767px) {
      .notification-bar .btn {
        display: block;
        max-width: 200px;
        margin: 12px auto 0; } }
    .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: 0.75; }
  .notification-bar .more {
    text-decoration: underline;
    text-transform: capitalize;
    margin: 4px 0 0 5px;
    padding: 0; }
    @media (max-width: 767px) {
      .notification-bar .more {
        line-height: normal;
        margin: 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: 0.75; }
  .notification-bar + .notification-bar {
    margin-top: 30px; }

@media (max-width: 375px) {
  .slider-section .three-col-slider {
    margin-left: 0;
    margin-right: 0; } }

.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; }
  @media (min-width: 1024px) {
    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 {
  line-height: 24px;
  padding-top: 0; }
  html[lang="de"] .switch label:last-of-type {
    margin-left: 61px; }
    @media (min-width: 1024px) {
      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, 0.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/insight/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; }
  @media (min-width: 1024px) {
    .footer {
      font-size: 16px;
      line-height: 20px; } }
  .footer .container {
    max-width: 1410px; }
  .footer .logo-block {
    margin: 0 0 29px -20px; }
    @media (min-width: 768px) {
      .footer .logo-block {
        border-top: 1px solid #f1f0f0;
        padding: 39px 0 30px;
        margin: 0; } }
    .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; }
        @media (min-width: 768px) {
          .footer .logo-block li:first-child {
            display: inline-block;
            vertical-align: top;
            margin: 5px 16px 10px 0; } }
      .footer .logo-block li.tNc-txt {
        display: block;
        padding-left: 14px;
        vertical-align: middle;
        margin-bottom: 20px;
        margin-top: 20px; }
        @media (min-width: 768px) {
          .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: 0; }
          @media (min-width: 768px) {
            .footer .logo-block li.tNc-txt:last-child {
              margin-bottom: 10px; } }
        .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: 0.75; }
  .footer .nav-area {
    padding: 0 0 15px 14px; }
    @media (min-width: 768px) {
      .footer .nav-area {
        border-top: 1px solid #f1f0f0;
        padding: 39px 0 31px; } }
  .footer .bottom-area {
    border-top: 1px solid #f1f0f0;
    padding: 24px 0 24px 14px; }
    @media (min-width: 768px) {
      .footer .bottom-area {
        padding: 36px 0; } }
    @media (min-width: 768px) {
      .footer .bottom-area .social-networks {
        float: right;
        text-align: right;
        width: 55%;
        margin-bottom: 0; } }
  .footer .copyright {
    display: block; }
    @media (min-width: 768px) {
      .footer .copyright {
        float: left;
        width: 40%;
        margin: 1px 0 0; } }
    .footer .copyright a {
      color: #a5a5a5; }
      .footer .copyright a:hover {
        text-decoration: underline; }

.footer-nav {
  font-weight: 500; }
  @media (min-width: 768px) {
    .footer-nav {
      float: left;
      width: calc(100% - 40px);
      text-align: center; } }
  @media (min-width: 1024px) {
    .footer-nav {
      text-align: left; } }
  .footer-nav li {
    text-transform: capitalize;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer-nav li {
        display: inline-block;
        vertical-align: top;
        margin: 0 26px 8px 0; } }
    @media (min-width: 1200px) {
      .footer-nav li {
        margin-right: 29px; } }
  .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; }
  @media (min-width: 768px) {
    .lang-select {
      display: block;
      float: right;
      width: 36px;
      text-align: right;
      padding: 3px 0 0;
      position: relative; } }
  @media (min-width: 1024px) {
    .lang-select {
      padding: 4px 4px 0 0; } }
  .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 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.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; }
    @media (min-width: 1400px) {
      .lang-select .lang-drop {
        right: -27px; } }
    .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/avenir/avenirnextltpro-light.woff2") format("woff2"), url("../../fonts/avenir/avenirnextltpro-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'avenirnextltpro';
  src: url("../../fonts/avenir/avenirnextltpro-regular.woff2") format("woff2"), url("../../fonts/avenir/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; }
  @media (min-width: 1024px) {
    .jcf-select {
      height: 51px;
      margin-bottom: 20px; } }

.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; }
  @media (min-width: 1024px) {
    .jcf-select .jcf-select-text {
      font-size: 17px;
      margin-left: 19px;
      line-height: 48px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 16px;
  bottom: 0;
  right: 0;
  top: 0; }
  @media (min-width: 1024px) {
    .jcf-select .jcf-select-opener {
      width: 30px; } }
  .jcf-select .jcf-select-opener:after {
    content: '';
    background: url("../../images/insight/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; }
    @media (min-width: 1024px) {
      .jcf-select .jcf-select-opener:after {
        width: 10px;
        height: 19px; } }

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: 0px;
  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; }
  @media (min-width: 1024px) {
    .jcf-list .jcf-option {
      padding: 7px 20px; } }

.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 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: -6px 0 12px 0 rgba(32, 33, 39, 0.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, 0.08); }
  .slick-arrow:hover {
    opacity: 0.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 0.3s ease-in-out;
  transition: background 0.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; }
  @media (min-width: 1024px) {
    .hero-banner {
      margin-bottom: 93px; } }
  .hero-banner .container {
    padding-top: 148px;
    padding-bottom: 29px; }
    @media (min-width: 768px) {
      .hero-banner .container {
        padding-top: 31.8%;
        padding-bottom: 70px; } }
    @media (min-width: 1024px) {
      .hero-banner .container {
        padding-top: 448px; } }
  .hero-banner .text-block {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-shadow: 0 12px 24px #000; }
    @media (min-width: 1024px) {
      .hero-banner .text-block {
        font-size: 24px;
        line-height: 1.67;
        text-shadow: 0 24px 48px #000; } }
    .hero-banner .text-block h1 {
      line-height: 33px;
      margin-bottom: 20px;
      text-shadow: 0 1px 0 #fff; }
      @media (min-width: 768px) {
        .hero-banner .text-block h1 {
          margin-bottom: 33px; } }
      @media (min-width: 1024px) {
        .hero-banner .text-block h1 {
          font-size: 48px;
          line-height: 50px;
          margin-bottom: 26px; } }
    .hero-banner .text-block .heading-shadow {
      text-shadow: 0 1px 0 #000; }
    .hero-banner .text-block p {
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        .hero-banner .text-block p {
          margin-bottom: 36px; } }
    .hero-banner .text-block .btn {
      min-width: 170px;
      text-shadow: none;
      box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08), 0 8px 15px 0 rgba(0, 0, 0, 0.5); }
      @media (min-width: 768px) {
        .hero-banner .text-block .btn {
          min-width: 220px;
          padding: 15px; } }
      @media (min-width: 1024px) {
        .hero-banner .text-block .btn {
          min-width: 267px; } }
  .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; }
      @media (min-width: 768px) {
        .hero-banner.purple-bg .container {
          padding-top: 73px; } }
    .hero-banner.purple-bg .img-block {
      margin: 0 -9px 40px; }
      @media (min-width: 768px) {
        .hero-banner.purple-bg .img-block {
          margin: 0 20px 55px; } }
    .hero-banner.purple-bg .text-block {
      text-shadow: none;
      font-weight: 500; }
      .hero-banner.purple-bg .text-block p {
        margin-bottom: 27px; }
        @media (min-width: 768px) {
          .hero-banner.purple-bg .text-block p {
            margin-bottom: 36px; } }
      .hero-banner.purple-bg .text-block .btn {
        box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08), 0 12px 24px 0 rgba(0, 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; }
  @media (min-width: 768px) {
    .contact-us-wrap {
      padding-left: 20px;
      display: inline;
      margin-top: 0; } }

.features-block {
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .features-block {
      margin-bottom: 50px; } }
  .features-block h2 {
    text-align: center;
    color: #2c262d;
    margin-bottom: 31px; }
    @media (min-width: 768px) {
      .features-block h2 {
        margin-bottom: 25px; } }
  .features-block .row {
    margin: 0 -20px; }
    @media (min-width: 375px) {
      .features-block .row {
        margin: 0; } }
    @media (min-width: 480px) {
      .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 {
      margin: 0 0 50px; }
      @media (min-width: 480px) {
        .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: 768px) {
        .features-block .row .col {
          width: 33.33%; } }
    .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, 0.08); }
      @media (min-width: 1024px) {
        .features-block .row .text-wrap {
          line-height: 2;
          padding: 21px 50px 18px; } }
    .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; }
      @media (min-width: 768px) {
        .features-block .row .title {
          margin: 0 0 21px; } }
      @media (min-width: 1024px) {
        .features-block .row .title {
          font-size: 16px;
          margin: 0 -10px 8px; } }

.services-section {
  background: #fafafa;
  border-top: 1px solid #e7e8ea;
  padding: 72px 0 0;
  margin-bottom: 74px; }
  @media (min-width: 768px) {
    .services-section {
      border-bottom: 1px solid #e7e8ea;
      padding: 99px 0 28px;
      margin-bottom: 93px; } }
  .services-section h2 {
    text-align: center;
    margin: 0 10px 20px; }
    @media (min-width: 768px) {
      .services-section h2 {
        margin-bottom: 31px; } }
  .services-section .p-txt {
    display: block;
    line-height: 2;
    margin-bottom: 26px;
    text-align: center; }
    @media (min-width: 1024px) {
      .services-section .p-txt {
        font-size: 20px;
        line-height: 1.5; } }
  .services-section .container {
    max-width: 1194px; }
  @media (min-width: 768px) {
    .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; } }
  @media (min-width: 1024px) {
    .services-section .services-wrap {
      margin: 0 -30px; } }
  .services-section .services-wrap .block {
    margin: 72px -20px 0;
    box-shadow: 0 20px 40px 0 rgba(40, 43, 49, 0.08);
    background: #fff;
    padding: 85px 38px;
    position: relative; }
    @media (min-width: 768px) {
      .services-section .services-wrap .block {
        margin: 0 0 18px;
        background: none;
        box-shadow: none;
        padding: 30px 30px 30px 130px; } }
    @media (min-width: 1024px) {
      .services-section .services-wrap .block {
        padding-left: 220px; } }
    @media (min-width: 1200px) {
      .services-section .services-wrap .block {
        padding-left: 273px; } }
  .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, 0.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%); }
    @media (min-width: 768px) {
      .services-section .services-wrap .ico-wrap {
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0; } }
    @media (min-width: 1024px) {
      .services-section .services-wrap .ico-wrap {
        width: 130px;
        height: 130px;
        left: 60px;
        margin-top: -2px; } }
    @media (min-width: 1200px) {
      .services-section .services-wrap .ico-wrap {
        left: 80px; } }
    .services-section .services-wrap .ico-wrap .truck {
      width: 69px;
      height: 43px; }
      @media (min-width: 1024px) {
        .services-section .services-wrap .ico-wrap .truck {
          width: 92px;
          height: 56px; } }
    .services-section .services-wrap .ico-wrap .mobile {
      width: 32px;
      height: 58px; }
      @media (min-width: 1024px) {
        .services-section .services-wrap .ico-wrap .mobile {
          width: 45px;
          height: 81px; } }
    .services-section .services-wrap .ico-wrap .bell {
      width: 41px;
      height: 58px; }
      @media (min-width: 1024px) {
        .services-section .services-wrap .ico-wrap .bell {
          width: 58px;
          height: 83px; } }
    .services-section .services-wrap .ico-wrap .graph {
      width: 41px;
      height: 56px; }
      @media (min-width: 1024px) {
        .services-section .services-wrap .ico-wrap .graph {
          width: 57px;
          height: 79px; } }
    .services-section .services-wrap .ico-wrap .monitors {
      width: 65px;
      height: 38px; }
      @media (min-width: 1024px) {
        .services-section .services-wrap .ico-wrap .monitors {
          width: 92px;
          height: 52px; } }
    .services-section .services-wrap .ico-wrap .clock {
      width: 50px;
      height: 50px; }
      @media (min-width: 1024px) {
        .services-section .services-wrap .ico-wrap .clock {
          width: 70px;
          height: 70px; } }
    @media (max-width: 768px) {
      .services-section .services-wrap .ico-wrap .reseller-icons {
        max-width: 60px;
        height: auto; } }
  .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; }
    @media (min-width: 768px) {
      .services-section .services-wrap .text-wrap .title {
        color: #95258a;
        margin-bottom: 17px; } }
  .services-section .services-wrap .text-wrap .list li {
    margin-bottom: -4px; }
    @media (min-width: 768px) {
      .services-section .services-wrap .text-wrap .list li {
        margin-bottom: 0; } }
  .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 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  @media (min-width: 768px) {
    .anim-section .anim-text {
      position: static;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; } }
  .anim-section .anim-text.fixed-state {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 122px; }
    @media (min-width: 768px) {
      .anim-section .anim-text.fixed-state {
        position: static;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        opacity: 1 !important; } }
  @media (min-width: 768px) {
    .anim-section .anim-text {
      position: static;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      opacity: 1 !important; } }

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

.anim-section .fixed-state + .fake-text-block {
  display: block; }
  @media (min-width: 768px) {
    .anim-section .fixed-state + .fake-text-block {
      display: none; } }

.anim-section .anim-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .anim-section .anim-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      height: auto !important; } }

.anim-section .block {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s; }
  @media (min-width: 768px) {
    .anim-section .block {
      opacity: 1;
      visibility: visible; } }

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

.anim-section .block-active .block {
  position: fixed;
  bottom: 0;
  left: 20px;
  right: 20px; }
  @media (min-width: 768px) {
    .anim-section .block-active .block {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto; } }

.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%; }
  @media (min-width: 768px) {
    .anim-section .anim-block {
      height: auto !important;
      width: auto;
      display: block;
      width: 50%; } }

.anim-section.scrolled-state .anim-text.fixed-state {
  position: fixed;
  left: 20px;
  right: 20px;
  top: 122px; }
  @media (min-width: 768px) {
    .anim-section.scrolled-state .anim-text.fixed-state {
      position: static; } }

.anim-section.scrolled-state .anim-block .block {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .anim-section.scrolled-state .anim-block .block {
      opacity: 1;
      visibility: visible; } }

.anim-section.scrolled-state .anim-block:last-child .block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  opacity: 1;
  visibility: visible; }
  @media (min-width: 768px) {
    .anim-section.scrolled-state .anim-block:last-child .block {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto; } }

.location-managing {
  margin-bottom: 70px; }
  @media (min-width: 1024px) {
    .location-managing {
      margin-bottom: 149px; } }
  .location-managing .heading {
    text-align: center;
    margin-bottom: 50px;
    color: #2c262d; }
    @media (min-width: 1024px) {
      .location-managing .heading {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 106px; } }
    .location-managing .heading h2 {
      text-align: center;
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .location-managing .heading h2 {
          margin-bottom: 24px; } }
  @media (min-width: 1400px) {
    .location-managing .img-block {
      margin: 0 -40px 0 -64px; } }

.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; }
        @media (min-width: 1024px) {
          .advantage-section.video-swimlane .anim-img .bg-wrap h2 {
            margin-bottom: 24px; } }
      .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; }
            @media (min-width: 768px) {
              .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: none; }
            @media (min-width: 768px) {
              .advantage-section.video-swimlane .anim-img .bg-wrap .video-area video.desktop {
                display: block; } }
  .advantage-section.video-swimlane .fake-img-block {
    display: none !important; }
  .advantage-section.video-swimlane .advantage-block .col .holder {
    padding: 20px; }
    @media (min-width: 1024px) {
      .advantage-section.video-swimlane .advantage-block .col .holder {
        padding: 30px 48px 30px; } }
    .advantage-section.video-swimlane .advantage-block .col .holder .title {
      margin-bottom: 10px; }

.pro-intro {
  margin-bottom: 71px; }
  @media (min-width: 768px) {
    .pro-intro {
      margin-bottom: 76px; } }
  .pro-intro .mobile-bg {
    padding-top: 71.4%;
    background-size: cover;
    background-position: center center;
    margin: 0 -20px 31px; }
    @media (min-width: 768px) {
      .pro-intro .mobile-bg {
        display: none; } }
  @media (min-width: 768px) {
    .pro-intro .content-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -10px; } }
  @media (min-width: 1024px) {
    .pro-intro .content-block {
      margin: 0 -20px; } }
  @media (min-width: 768px) {
    .pro-intro .content-block .bg-img {
      background-size: cover;
      background-position: center center; } }
  @media (min-width: 768px) {
    .pro-intro .content-block .left-block {
      width: 33.8%;
      padding: 0 10px; }
      .pro-intro .content-block .left-block .bg-img {
        height: 100%; } }
  @media (min-width: 1024px) {
    .pro-intro .content-block .left-block {
      padding: 0 20px; } }
  @media (min-width: 768px) {
    .pro-intro .content-block .right-block {
      width: 66.2%;
      padding: 0 10px; }
      .pro-intro .content-block .right-block .bg-img {
        padding-top: 62%; } }
  @media (min-width: 1024px) {
    .pro-intro .content-block .right-block {
      padding: 0 20px; } }
  .pro-intro .content-block .texts {
    padding: 0 3px; }
  .pro-intro .content-block h2 {
    color: #95258a;
    margin-bottom: 11px;
    text-shadow: 0 1px 0 #95258a; }
    @media (min-width: 1024px) {
      .pro-intro .content-block h2 {
        margin-bottom: 2px; } }
  .pro-intro .content-block h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #95258a;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .pro-intro .content-block h3 {
        font-size: 20px;
        margin-bottom: 30px; } }
  .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; }
  @media (min-width: 768px) {
    .advantage-section .bg-wrap {
      padding: 80px 0 260px; } }
  @media (min-width: 1024px) {
    .advantage-section .bg-wrap {
      padding: 100px 0 351px; } }
  .advantage-section .bg-wrap h2 {
    text-align: center;
    margin: 0 50px;
    text-transform: uppercase; }

.advantage-section .advantage-block {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .advantage-section .advantage-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -15px; } }
  @media (min-width: 1024px) {
    .advantage-section .advantage-block .row {
      margin: 0 -48px; } }
  .advantage-section .advantage-block .col {
    position: relative;
    line-height: 2; }
    @media (min-width: 768px) {
      .advantage-section .advantage-block .col {
        width: 33.33%; } }
    .advantage-section .advantage-block .col .holder {
      padding: 78px 20px;
      margin: 0 -20px;
      left: 0;
      right: 0; }
      @media (min-width: 768px) {
        .advantage-section .advantage-block .col .holder {
          padding: 97px 15px 44px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .advantage-section .advantage-block .col .holder {
          padding: 97px 48px 44px; } }
  .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, 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%); }
    @media (min-width: 1024px) {
      .advantage-section .advantage-block .ico-wrap {
        width: 130px;
        height: 130px;
        box-shadow: 0 13px 26px 0 rgba(0, 0, 0, 0.1);
        top: -76px; } }
    .advantage-section .advantage-block .ico-wrap .cloud {
      width: 56px;
      height: 36px; }
      @media (min-width: 1024px) {
        .advantage-section .advantage-block .ico-wrap .cloud {
          width: 74px;
          height: 50px; } }
    .advantage-section .advantage-block .ico-wrap .wifi {
      width: 59px;
      height: 40px; }
      @media (min-width: 1024px) {
        .advantage-section .advantage-block .ico-wrap .wifi {
          width: 69px;
          height: 48px; } }
    .advantage-section .advantage-block .ico-wrap .time {
      width: 48px;
      height: 48px; }
      @media (min-width: 1024px) {
        .advantage-section .advantage-block .ico-wrap .time {
          width: 58px;
          height: 58px; } }
  .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; }
    @media (min-width: 768px) {
      .advantage-section .advantage-block .title {
        margin-bottom: 28px; } }

@media (min-width: 768px) {
  .advantage-section .anim-container {
    height: auto !important; } }

.advantage-section .anim-img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  @media (min-width: 768px) {
    .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: 0;
    visibility: hidden; }
    @media (min-width: 768px) {
      .advantage-section .anim-img.block-hidden {
        opacity: 1;
        visibility: visible; } }

.advantage-section.fixed-state .anim-img,
.advantage-section.scroll-state .anim-img {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .advantage-section.fixed-state .anim-img,
    .advantage-section.scroll-state .anim-img {
      position: static;
      width: auto; } }

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

.advantage-section.fixed-state .fake-img-block,
.advantage-section.scroll-state .fake-img-block {
  display: block; }
  @media (min-width: 768px) {
    .advantage-section.fixed-state .fake-img-block,
    .advantage-section.scroll-state .fake-img-block {
      display: none; } }

@media (min-width: 768px) {
  .advantage-section .anim-box {
    height: auto !important; } }

.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 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  @media (min-width: 768px) {
    .advantage-section .anim-box .holder {
      background: none;
      opacity: 1;
      visibility: visible;
      position: static !important; } }

.advantage-section .anim-box.block-active .holder {
  position: fixed;
  bottom: 0;
  left: 20px;
  right: 20px; }
  @media (min-width: 768px) {
    .advantage-section .anim-box.block-active .holder {
      position: static; } }

.management-devices {
  background-color: #fafafa;
  border: solid 1px #e7e8ea;
  padding: 72px 0 69px; }
  @media (min-width: 768px) {
    .management-devices {
      padding: 88px 0 99px; } }
  .management-devices h2 {
    text-align: center;
    margin: 0 30px 32px; }
    @media (min-width: 768px) {
      .management-devices h2 {
        margin-bottom: 31px; } }
  .management-devices .list-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 0 -20px 50px; }
    @media (min-width: 768px) {
      .management-devices .list-box {
        max-width: 960px;
        margin: 0 auto 51px; } }
    .management-devices .list-box + .list-box {
      margin-bottom: 54px; }
      @media (min-width: 768px) {
        .management-devices .list-box + .list-box {
          margin-bottom: 50px; } }
    .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: block;
      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; }
      @media (min-width: 1024px) {
        .management-devices .list-box .head {
          font-size: 24px;
          line-height: 1.33;
          padding: 34px 30px; } }
      .management-devices .list-box .head .text-right {
        float: right; }
    @media (min-width: 1024px) {
      .management-devices .list-box .content-area {
        font-size: 16px;
        line-height: 1.63; } }
    .management-devices .list-box .content-area ul li {
      padding: 10px 23px 11px; }
      @media (min-width: 1024px) {
        .management-devices .list-box .content-area ul li {
          padding: 16px 48px 17px; } }
      .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; }
  .management-devices .btn {
    display: block;
    width: 211px;
    margin: 0 auto 50px; }
    @media (min-width: 1024px) {
      .management-devices .btn {
        width: 330px;
        padding: 15px;
        letter-spacing: 1px; } }
    .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; }
  @media (min-width: 768px) {
    .registration-section {
      padding: 80px 0 0; }
      .registration-section + .management-devices {
        margin-top: 60px; } }
  .registration-section.no-padding {
    padding: 0; }
    @media (min-width: 768px) {
      .registration-section.no-padding {
        padding: 0; } }
  .registration-section h2 {
    text-align: center;
    line-height: 1.75;
    margin: 0 0 46px; }
    @media (min-width: 1024px) {
      .registration-section h2 {
        margin-bottom: 70px; } }
    .registration-section h2 .highlight {
      color: #95258a; }
  @media (min-width: 768px) {
    .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; } }
  @media (min-width: 1200px) {
    .registration-section .content-area {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .registration-section.start-top {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .registration-section.start-top .content-area {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 1200px) {
      .registration-section.start-top .content-area {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 1024px) {
      .registration-section.start-top .text-block .list li {
        padding-bottom: 15px; } }
  .registration-section .img-block {
    margin: 0 -8px 34px; }
    @media (min-width: 768px) {
      .registration-section .img-block {
        margin: 0;
        width: 50%; } }
    @media (min-width: 1200px) {
      .registration-section .img-block {
        width: 53%; } }
    @media (min-width: 1400px) {
      .registration-section .img-block {
        width: 58%;
        margin-right: -60px; } }
  .registration-section .text-block {
    padding: 0 4px; }
    @media (min-width: 768px) {
      .registration-section .text-block {
        width: 47%;
        padding: 0 10px 0 0; } }
    @media (min-width: 1024px) {
      .registration-section .text-block {
        padding: 0 15px; } }
    @media (min-width: 1200px) {
      .registration-section .text-block {
        width: 47%; } }
    @media (min-width: 1400px) {
      .registration-section .text-block {
        padding-bottom: 85px; } }
    .registration-section .text-block .h2 {
      text-align: left;
      color: #95258a;
      line-height: 1.75;
      margin-bottom: 11px; }
      @media (min-width: 1024px) {
        .registration-section .text-block .h2 {
          margin-bottom: 23px; } }
      .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; }
      @media (min-width: 1024px) {
        .registration-section .text-block .list li {
          font-size: 20px;
          padding-bottom: 25px; } }
      .registration-section .text-block .list li:before {
        top: 9px; }
        @media (min-width: 1024px) {
          .registration-section .text-block .list li:before {
            width: 7px;
            height: 7px;
            top: 13px; } }
  .registration-section .logo-row {
    display: none; }
    @media (min-width: 768px) {
      .registration-section .logo-row {
        display: block;
        padding-top: 13px; } }
    .registration-section .logo-row a {
      display: inline-block;
      vertical-align: top;
      margin: 0 24px 6px -5px; }
      .registration-section .logo-row a:hover {
        opacity: 0.8; }
    .registration-section .logo-row .app-store {
      width: 120px; }
    .registration-section .logo-row .google-play {
      width: 135px; }
  .registration-section.new-swimlane {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .registration-section.new-swimlane {
        padding-bottom: 80px; } }
    @media (min-width: 1200px) {
      .registration-section.new-swimlane .content-area {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1400px) {
      .registration-section.new-swimlane .text-block {
        padding-bottom: 0; } }
    @media (min-width: 768px) {
      .registration-section.new-swimlane .img-block {
        margin: 0;
        width: 50%;
        padding-left: 20px; } }
    .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; }
  @media (min-width: 1024px) {
    .insight-compatability {
      padding: 99px 0 108px; } }
  .insight-compatability h2 {
    text-align: center;
    margin-bottom: 31px; }
    @media (min-width: 1024px) {
      .insight-compatability h2 {
        margin-bottom: 39px; } }
  .insight-compatability .container {
    max-width: 1316px; }
  .insight-compatability .table-pager {
    text-align: center; }
    @media (min-width: 720px) {
      .insight-compatability .table-pager {
        display: none; } }
    .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; }
  @media (min-width: 720px) {
    .compatability-table {
      min-width: 0; } }
  @media (min-width: 1024px) {
    .compatability-table {
      font-size: 16px; } }
  .compatability-table .col {
    width: 105.2px; }
    @media (min-width: 720px) {
      .compatability-table .col {
        width: 14%; } }
    @media (min-width: 1024px) {
      .compatability-table .col {
        width: 15.4%; } }
    .compatability-table .col:first-child {
      width: 210px; }
      @media (min-width: 720px) {
        .compatability-table .col:first-child {
          width: 30%; } }
      @media (min-width: 1024px) {
        .compatability-table .col:first-child {
          width: 23%; } }
  .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; }
      @media (min-width: 1024px) {
        .compatability-table thead th {
          padding: 16px; } }
      .compatability-table thead th:first-child {
        padding-left: 23px; }
        @media (min-width: 1024px) {
          .compatability-table thead th:first-child {
            padding-left: 30px; } }
        @media (min-width: 1200px) {
          .compatability-table thead th:first-child {
            padding-left: 48px; } }
      .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; }
      @media (min-width: 1024px) {
        .compatability-table tbody td {
          padding: 16px; } }
      .compatability-table tbody td:first-child {
        padding-left: 23px;
        min-width: 210px; }
        @media (min-width: 720px) {
          .compatability-table tbody td:first-child {
            box-shadow: none; } }
        @media (min-width: 1024px) {
          .compatability-table tbody td:first-child {
            padding-left: 29px;
            min-width: 310px; } }
        @media (min-width: 1200px) {
          .compatability-table tbody td:first-child {
            padding-left: 47px; } }
      .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; }
    @media (min-width: 1024px) {
      .compatability-table .dot {
        width: 10px;
        height: 10px; } }

.table-holder {
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
  margin: 0 -20px 50px; }
  @media (min-width: 720px) {
    .table-holder {
      margin: 0; } }
  .table-holder .scroll-wrapper {
    overflow-x: auto; }
  .table-holder .fake-table {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 210px; }
    @media (min-width: 720px) {
      .table-holder .fake-table {
        width: 30%; } }
    @media (min-width: 1024px) {
      .table-holder .fake-table {
        width: 23%; } }
    .table-holder .fake-table table {
      min-width: 0; }
      @media (min-width: 1024px) {
        .table-holder .fake-table table {
          box-shadow: none; } }
      .table-holder .fake-table table thead th:first-child {
        border-left: 0; }

.header .subscription-option {
  -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;
  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, 0.08); }
  @media (min-width: 768px) {
    .header .subscription-option {
      padding: 20px 0; } }
  .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; }
  @media (min-width: 768px) {
    .managed-devices-banner {
      padding: 142px 0 148px;
      margin-bottom: 40px; } }
  .managed-devices-banner .img1 {
    position: absolute;
    top: -7px;
    left: 0;
    width: 130px; }
    @media (min-width: 768px) {
      .managed-devices-banner .img1 {
        width: 240px;
        top: 0; } }
    @media (min-width: 1200px) {
      .managed-devices-banner .img1 {
        width: 374px;
        left: -30px; } }
    @media (min-width: 1400px) {
      .managed-devices-banner .img1 {
        width: 374px;
        left: 0; } }
  .managed-devices-banner .img2-1 {
    position: absolute;
    bottom: 52px;
    right: -51px;
    width: 178px; }
    @media (min-width: 768px) {
      .managed-devices-banner .img2-1 {
        bottom: auto;
        top: 0;
        right: -20px;
        width: 290px; } }
    @media (min-width: 1200px) {
      .managed-devices-banner .img2-1 {
        width: 420px; } }
    @media (min-width: 1400px) {
      .managed-devices-banner .img2-1 {
        width: 497px; } }
  .managed-devices-banner .img2-2 {
    position: absolute;
    bottom: -27px;
    right: -10px;
    width: 170px; }
    @media (min-width: 768px) {
      .managed-devices-banner .img2-2 {
        bottom: 0;
        width: 350px;
        right: 0; } }
    @media (min-width: 1200px) {
      .managed-devices-banner .img2-2 {
        width: 470px; } }
  .managed-devices-banner .img2-3 {
    position: absolute;
    bottom: 20px;
    right: -10px;
    width: 62px; }
    @media (min-width: 768px) {
      .managed-devices-banner .img2-3 {
        right: 0;
        bottom: 100px;
        width: 130px; } }
    @media (min-width: 1200px) {
      .managed-devices-banner .img2-3 {
        width: 170px;
        bottom: 134px; } }
  .managed-devices-banner .text-wrap {
    padding: 0 40px 0 16px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .managed-devices-banner .text-wrap {
        padding: 0 270px 0 130px; } }
    @media (min-width: 1024px) {
      .managed-devices-banner .text-wrap {
        line-height: 2.14; } }
    @media (min-width: 1200px) {
      .managed-devices-banner .text-wrap {
        padding: 0 330px 0 250px; } }
    @media (min-width: 1400px) {
      .managed-devices-banner .text-wrap {
        padding-right: 270px; } }
  .managed-devices-banner h1 {
    color: #fff;
    line-height: 1.58;
    text-shadow: 0 1px 0 #fff;
    margin: 0 -10px 9px 0; }
    @media (min-width: 768px) {
      .managed-devices-banner h1 {
        margin: 0 0 19px; } }
    @media (min-width: 1400px) {
      .managed-devices-banner h1 {
        font-size: 48px; } }
  .managed-devices-banner p {
    margin-bottom: 11px; }
    @media (min-width: 768px) {
      .managed-devices-banner p {
        margin-bottom: 25px; } }
  .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; }
    @media (min-width: 1024px) {
      .managed-devices-banner .highlight-text {
        font-size: 28px; } }

.three-col-product-block {
  margin: 0 -20px; }
  @media (min-width: 375px) {
    .three-col-product-block {
      margin: 0; } }
  .three-col-product-block .container {
    max-width: 1410px; }
  .three-col-product-block .three-col-slider {
    margin: 0 -8px 30px; }
    @media (min-width: 768px) {
      .three-col-product-block .three-col-slider {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 50px; } }
    .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; }
    @media (min-width: 1024px) {
      .three-col-product-block .slide {
        padding: 0 14px 50px !important; } }
  .three-col-product-block .product-box {
    box-shadow: 0 4px 9px 0 rgba(32, 33, 39, 0.08);
    background-image: -webkit-linear-gradient(top, #662e88, #95258a);
    background-image: linear-gradient(to bottom, #662e88, #95258a);
    border: solid 0.7px #d3d3d3;
    color: #fff;
    position: relative;
    padding: 51px 26px 182px 23px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .three-col-product-block .product-box {
        padding: 40px 22px 138px;
        width: 100%;
        height: 100%; } }
    @media (min-width: 1200px) {
      .three-col-product-block .product-box {
        padding: 57px 30px 97px 40px; } }
    .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; }
      @media (min-width: 768px) {
        .three-col-product-block .product-box .title {
          padding-left: 50px; } }
      @media (min-width: 1024px) {
        .three-col-product-block .product-box .title {
          margin-bottom: 27px;
          padding-left: 52px; } }
      .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; }
        @media (min-width: 768px) {
          .three-col-product-block .product-box .title .ico-wrap {
            width: 34px; } }
        @media (min-width: 1200px) {
          .three-col-product-block .product-box .title .ico-wrap {
            width: 44px; } }
    @media (min-width: 1024px) {
      .three-col-product-block .product-box .expandable-block {
        padding-right: 28px; } }
    @media (min-width: 1200px) {
      .three-col-product-block .product-box .expandable-block {
        padding-right: 65px; } }
    .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; }
      @media (min-width: 1200px) {
        .three-col-product-block .product-box .read-more {
          margin: 2px 0 0 16px; } }
    .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; }
      @media (min-width: 768px) {
        .three-col-product-block .product-box .device-wrap {
          width: 60px;
          right: -8px; } }
      @media (min-width: 1024px) {
        .three-col-product-block .product-box .device-wrap {
          width: 70px;
          right: -10px; } }
      @media (min-width: 1200px) {
        .three-col-product-block .product-box .device-wrap {
          width: 121px;
          right: -12px;
          bottom: 21px; } }
      @media (max-width: 767px) {
        .three-col-product-block .product-box .device-wrap.netgearbox {
          width: 70px; } }
    .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; }
      @media (min-width: 1200px) {
        .three-col-product-block .product-box .btn {
          bottom: 39px;
          left: 48px; } }
      .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; }

@media (min-width: 1024px) {
  .all-devices-section {
    margin-bottom: 47px; } }

.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 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s; }
  @media (min-width: 768px) {
    .all-devices-section .info-message {
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      padding-right: 30px; } }

.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; }
  @media (min-width: 768px) {
    .all-devices-section .bar-fixed .filter-bar {
      position: static;
      background: none;
      width: auto; } }

.all-devices-section .filter-bar {
  padding: 13px 8px 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 -2px 2px 0 rgba(0, 0, 0, 0.1); }
  @media (min-width: 1024px) {
    .all-devices-section .filter-bar {
      padding: 22px 0 21px; } }
  .all-devices-section .filter-bar .desktop-filter-bar {
    display: none;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px;
    color: #2c262d; }
    @media (min-width: 768px) {
      .all-devices-section .filter-bar .desktop-filter-bar {
        display: block; } }
    .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; }
    @media (min-width: 768px) {
      .all-devices-section .filter-bar .mobile-filter-bar {
        display: none; } }
    .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: 0.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, 0.08), 0 -2px 2px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .all-devices-section .check-form {
      -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.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); } }
  @media (min-width: 768px) {
    .all-devices-section .check-form {
      display: block;
      float: left;
      width: 250px;
      box-shadow: none;
      background: none;
      margin: 0 15px -15px;
      padding: 21px 0; } }
  @media (min-width: 1024px) {
    .all-devices-section .check-form {
      margin-left: -4px;
      width: 294px; } }
  .all-devices-section .check-form input[type="submit"] {
    width: 150px;
    display: block;
    margin: 0 auto 29px; }
    @media (min-width: 768px) {
      .all-devices-section .check-form input[type="submit"] {
        display: none; } }
  .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, 0.08), 0 -2px 2px 0 rgba(0, 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: 0.75; }
    @media (min-width: 768px) {
      .all-devices-section .check-form .filter-head {
        display: none; } }

.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; }
  @media (min-width: 768px) {
    .all-devices-section .check-list li {
      padding-left: 22px; } }
  @media (min-width: 1024px) {
    .all-devices-section .check-list li {
      font-size: 18px;
      line-height: 20px;
      padding: 0; } }

.all-devices-section .check-list ul {
  margin: 0 0 0 -39px;
  padding: 13px 0 0 18px;
  border-top: 1px solid #f2f2f2; }
  @media (min-width: 768px) {
    .all-devices-section .check-list ul {
      margin: 0 0 0 -20px; } }
  @media (min-width: 1024px) {
    .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-weight: 500;
    color: #2c262d;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 5px;
    text-shadow: none; }
    @media (min-width: 1024px) {
      .all-devices-section .check-list ul li {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 11px; } }

.all-devices-section .check-list .fake-input {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: -1; }
  @media (min-width: 1024px) {
    .all-devices-section .check-list .fake-input {
      top: 2px; } }
  .all-devices-section .check-list .fake-input img {
    width: 14px;
    height: 14px; }
    @media (min-width: 1024px) {
      .all-devices-section .check-list .fake-input img {
        width: 16px;
        height: 16px; } }
  .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; }
  @media (min-width: 1024px) {
    .all-devices-section .check-list label {
      padding-left: 32px;
      margin-bottom: 19px; } }

.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; }
  @media (min-width: 768px) {
    .all-devices-section .devices {
      overflow: hidden;
      padding: 90px 0 20px; } }
  @media (min-width: 1024px) {
    .all-devices-section .devices {
      padding: 100px 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%; }
    @media (min-width: 768px) {
      .all-devices-section .devices .wrap {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 80px; } }
    @media (min-width: 1024px) {
      .all-devices-section .devices .wrap {
        width: 33.33%;
        margin-bottom: 90px; } }
    .all-devices-section .devices .wrap:last-child {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .all-devices-section .devices .wrap:last-child {
          margin-bottom: 100px; } }
    .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; }
      @media (max-width: 767px) {
        .all-devices-section .devices .wrap .img-wrap {
          height: auto !important;
          margin-bottom: 28px; } }
      .all-devices-section .devices .wrap .img-wrap img {
        max-width: 100%; }
        @media (max-width: 1199px) {
          .all-devices-section .devices .wrap .img-wrap img {
            width: 100%; } }
        @media (max-width: 767px) {
          .all-devices-section .devices .wrap .img-wrap img {
            width: auto; } }
    .all-devices-section .devices .wrap .info-text {
      display: block;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .all-devices-section .devices .wrap .info-text {
          width: 100%;
          margin-bottom: 40px; } }
    @media (min-width: 768px) {
      .all-devices-section .devices .wrap .btn-wrap {
        -ms-flex-item-align: end;
            align-self: flex-end;
        width: 100%; } }
    .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, 0.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, 0.5);
  text-align: center;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.08) inset;
  margin-bottom: 42px; }
  @media (min-width: 768px) {
    .banner {
      padding: 122px 0 126px; } }
  .banner h1 {
    margin: 0; }
    @media (min-width: 1200px) {
      .banner h1 {
        font-size: 48px;
        line-height: 52px; } }

.resources-section {
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 22px 0 0; }
  @media (min-width: 768px) {
    .resources-section {
      padding: 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; }
    @media (max-width: 767px) {
      .resources-section .resoucres-tabs {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 12px; } }
    @media (min-width: 768px) {
      .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, 0.08);
          position: absolute;
          top: 0;
          bottom: 0;
          left: -999px;
          right: -999px;
          z-index: -1; } }
    .resources-section .resoucres-tabs li {
      padding: 0 8px 4px; }
      @media (min-width: 768px) {
        .resources-section .resoucres-tabs li {
          width: 33.33%;
          text-align: center;
          padding: 0; } }
      .resources-section .resoucres-tabs li.active a {
        background: #95258a;
        border-color: #95258a;
        color: #fff; }
        @media (min-width: 768px) {
          .resources-section .resoucres-tabs li.active a {
            background: none;
            color: #95258a;
            text-shadow: 0 1px 0 #95258a; } }
    .resources-section .resoucres-tabs a {
      display: block;
      width: 150px;
      border-radius: 8px;
      border: 1px solid rgba(211, 211, 211, 0.5);
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      text-align: center;
      padding: 7px 8px; }
      @media (min-width: 768px) {
        .resources-section .resoucres-tabs a {
          background: none;
          color: #95258a;
          border: none;
          padding: 19px 0 20px;
          width: 100%;
          position: relative; } }
      @media (min-width: 1024px) {
        .resources-section .resoucres-tabs a {
          font-size: 18px;
          line-height: 20px; } }
      .resources-section .resoucres-tabs a:hover {
        background: #95258a;
        border-color: #95258a;
        color: #fff; }
        @media (min-width: 768px) {
          .resources-section .resoucres-tabs a:hover {
            background: none;
            color: #95258a;
            text-shadow: 0 1px 0 #95258a; } }
    .resources-section .resoucres-tabs .move-block {
      position: absolute;
      background: #95258a;
      left: 0;
      bottom: 0;
      top: auto !important;
      height: 4px !important; }
      @media (max-width: 767px) {
        .resources-section .resoucres-tabs .move-block {
          display: none !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; }
    @media (min-width: 768px) {
      .resources-section .review-row {
        margin: 0 auto 58px;
        max-width: 1170px;
        padding: 7px 0 12px; } }
    .resources-section .review-row .product-wrap {
      text-align: center;
      font-size: 14px;
      line-height: 2.14;
      font-weight: 500;
      color: #0d0d0d;
      margin-bottom: 39px; }
      @media (min-width: 640px) {
        .resources-section .review-row .product-wrap {
          float: left;
          width: 190px;
          margin: 0; } }
      @media (min-width: 1024px) {
        .resources-section .review-row .product-wrap {
          width: 260px;
          margin: 3px 0 0; } }
      .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; }
      @media (min-width: 640px) {
        .resources-section .review-row .review-wrap {
          float: left;
          width: calc(100% - 280px);
          padding: 0 25px 0 35px; } }
      @media (min-width: 1024px) {
        .resources-section .review-row .review-wrap {
          padding: 0 50px;
          width: calc(100% - 350px); } }
      @media (min-width: 1200px) {
        .resources-section .review-row .review-wrap {
          padding: 0 85px; } }
      .resources-section .review-row .review-wrap p {
        margin-bottom: 21px; }
        @media (min-width: 768px) {
          .resources-section .review-row .review-wrap p {
            margin-bottom: 22px; } }
    .resources-section .review-row .review-line {
      overflow: hidden;
      font-weight: 500;
      color: #2c262d;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .resources-section .review-row .review-line {
          margin-bottom: 14px; } }
      @media (min-width: 1024px) {
        .resources-section .review-row .review-line {
          margin-bottom: 19px; } }
      .resources-section .review-row .review-line span {
        display: block;
        float: left;
        width: 100%; }
        @media (min-width: 768px) {
          .resources-section .review-row .review-line span {
            line-height: 18px; } }
        @media (min-width: 1024px) {
          .resources-section .review-row .review-line span {
            overflow: hidden;
            width: auto;
            float: none; } }
    .resources-section .review-row .rating {
      float: left;
      width: 100%;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .resources-section .review-row .rating {
          margin: 2px 0 4px; } }
      @media (min-width: 1024px) {
        .resources-section .review-row .rating {
          width: 126px;
          margin: 2px 8px -12px 0; } }
      .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: 0.75; }
      .resources-section .review-row .foot .by {
        float: left;
        width: 100%;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .resources-section .review-row .foot .by {
            min-width: 170px;
            margin-right: 13px;
            max-width: 200px; } }
        .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%; }
        @media (min-width: 768px) {
          .resources-section .review-row .foot .from {
            width: auto; } }
        .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; }
      @media (min-width: 640px) {
        .resources-section .review-row .date {
          float: right;
          width: 80px;
          text-align: right;
          margin: 2px 0 0 10px; } }
  .resources-section .showMoreBtn {
    text-align: center; }
    @media (max-width: 767px) {
      .resources-section .showMoreBtn {
        padding: 10px 0; } }
    .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; }
      @media (max-width: 767px) {
        .resources-section .pager li {
          margin: 0 10px; } }
      .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 0px;
        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: 0.5; }
    .resources-section .pager .prev img {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      margin: 4px 12px 0 0; }
      @media (max-width: 767px) {
        .resources-section .pager .prev img {
          margin: 3px 5px 0 0; } }
    .resources-section .pager .next img {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      margin: 4px 0 0 12px; }
      @media (max-width: 767px) {
        .resources-section .pager .next img {
          margin: 3px 0 0 5px; } }

.four-col-row, .video-four-col-row {
  width: 100%; }
  @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; } }
  @media (min-width: 768px) {
    .four-col-row, .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 {
    margin-bottom: 46px; }
    @media (min-width: 600px) {
      .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: 1024px) {
      .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 .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; }
    @media (min-width: 768px) {
      .four-col-row .video-wrap, .video-four-col-row .video-wrap {
        margin-bottom: 17px; } }
    .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; }
    @media (min-width: 768px) {
      .four-col-row .img-wrap, .video-four-col-row .img-wrap {
        margin-bottom: 17px; } }
    .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; }
    @media (min-width: 1024px) {
      .four-col-row .small-title, .video-four-col-row .small-title {
        margin-bottom: 5px; } }
  .four-col-row .title, .video-four-col-row .title {
    display: block;
    font-size: 16px;
    line-height: 1.75;
    color: #282b31; }
    @media (min-width: 1024px) {
      .four-col-row .title, .video-four-col-row .title {
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: 0.4px; } }
    .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; }
/*# sourceMappingURL=main.css.map */</pre></body></html>