/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 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; }

@font-face {
  font-family: 'avenirnextltpro';
  src: url("/fonts/smb/avenirnextltpro-demi-webfont-webfont.woff2") format("woff2"), url("/fonts/smb/avenirnextltpro-demi-webfont-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

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

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

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

.jcf-select .jcf-select-opener:before, .ng-check-list li:before,
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.icon-locked:before {
  content: "\e902"; }

.icon-quote:before {
  content: "\e903"; }

.icon-search:before {
  content: "\e904"; }

.icon-setting:before {
  content: "\e905"; }

.icon-shipped:before {
  content: "\e906"; }

.icon-sort-arrows:before {
  content: "\e907"; }

.icon-star:before {
  content: "\e908"; }

.icon-star-outline:before {
  content: "\e909"; }

.icon-twitter:before {
  content: "\e90a"; }

.icon-watch:before {
  content: "\e90b"; }

.icon-angle-down:before, .jcf-select .jcf-select-opener:before, .ng-menu > li > a.ng-has-drop-down-a:after, .ng-menu > li > ul > li > a.ng-has-drop-down-a:after, .ng-select-language .ng-language-opener:after, .ng-btn-show:after {
  content: "\e90c"; }

.icon-angle-left:before {
  content: "\e90d"; }

.icon-angle-right:before, .ng-btn-link-gray:before, .ps-widget.ng-btn-retailer .ps-button-label:before {
  content: "\e90e"; }

.icon-angle-up:before {
  content: "\e90f"; }

.icon-cart:before {
  content: "\e910"; }

.icon-check:before, .ng-check-list li:before {
  content: "\e911"; }

.icon-close:before {
  content: "\e912"; }

.icon-controls:before {
  content: "\e913"; }

.icon-download:before, .ng-btn-download:before {
  content: "\e914"; }

.icon-facebook:before {
  content: "\e915"; }

.icon-folder:before {
  content: "\e916"; }

.icon-linkedin:before {
  content: "\e917"; }

.icon-del:before {
  content: "\e918"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.ng-section ul:not([class]),
.ng-section .ng-list,
.ng-section .ng-list--brand, .fancybox-content ul:not([class]),
.fancybox-content .ng-list,
.fancybox-content .ng-list--brand,
.fancybox-content .ng-hidden-list, .ng-social-networks, .ng-warranty-list, ul.ng-btn-wrap, .ng-breadcrumbs, .ng-breadcrumbs ul, .slick-slider .slick-dots, .ng-menu, .ng-menu > li > ul, .ng-menu > li > ul ul, .ng-select-language .ng-select-drop ul, .cart-items, .ng-check-list, .ng-user-list, .ng-btn-list, .ng-footer .ng-mobile-stores, .ng-footer .ng-footer-info, .ng-footer .ng-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix: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: #000;
  background: #fff;
  font: 16px/1.5 "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; }

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

.ng-h1,
.ng-h2,
.ng-h3,
.ng-h4,
.ng-h5,
.ng-h6 {
  font-family: inherit;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: #2c262d; }

.ng-h1 {
  font-size: 22px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .ng-h1 {
      font-size: 26px;
      line-height: 1.5; } }
  @media (min-width: 992px) {
    .ng-h1 {
      font-size: 28px;
      line-height: 1.5; } }

.ng-h2 {
  font-size: 18px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .ng-h2 {
      font-size: 20px;
      line-height: 1.5; } }
  @media (min-width: 992px) {
    .ng-h2 {
      font-size: 22px;
      line-height: 1.5; } }

.ng-h3 {
  font-size: 20px;
  line-height: 1.5; }

.ng-h4 {
  font-size: 18px;
  line-height: 1.5; }

.ng-h5 {
  font-size: 17px;
  line-height: 1.5; }

.ng-h6 {
  font-size: 16px;
  line-height: 1.5; }

a {
  color: #7b2a89; }
  a:hover, a:focus {
    text-decoration: none; }

.ng-brand {
  color: #7b2a89; }

.ng-section {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .ng-section {
      padding: 40px 0; } }
  .ng-section.ng-section--gray {
    background: #fafafa; }
  .ng-section.ng-section--purple {
    background: #7b2a89;
    color: #fff; }
  .ng-section.ng-section--black {
    background: #000;
    color: #fff; }
  .ng-section.ng-section--border {
    border-top: 1px solid #E7E8EA;
    border-bottom: 1px solid #E7E8EA; }
  .ng-section.ng-no-heading .ng-heading {
    display: none !important; }
  .ng-section.ng-no-top-padding {
    padding-top: 0 !important; }
  .ng-section.ng-no-bottom-padding {
    padding-bottom: 0 !important; }
  .ng-section.ng-no-padding {
    padding: 0; }
    @media (min-width: 768px) {
      .ng-section.ng-no-padding {
        padding: 0; } }
  .ng-section ul:not([class]),
  .ng-section .ng-list,
  .ng-section .ng-list--brand {
    margin-bottom: 29px; }
    .ng-section ul:not([class]) li,
    .ng-section .ng-list li,
    .ng-section .ng-list--brand li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 31px; }
      .ng-section ul:not([class]) li:before,
      .ng-section .ng-list li:before,
      .ng-section .ng-list--brand li:before {
        background: #585459;
        width: 6px;
        height: 6px;
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        border-radius: 50%; }
    .ng-section ul:not([class]).ng-list--brand--less-space li,
    .ng-section .ng-list.ng-list--brand--less-space li,
    .ng-section .ng-list--brand.ng-list--brand--less-space li {
      margin-bottom: 24px; }
    .ng-section ul:not([class]).ng-list--small,
    .ng-section .ng-list.ng-list--small,
    .ng-section .ng-list--brand.ng-list--small {
      margin-bottom: 12px;
      font-size: 12px;
      line-height: 1.8333333333;
      margin-bottom: 20px; }
      .ng-section ul:not([class]).ng-list--small.ng-list--small.ng-hidden-list,
      .ng-section .ng-list.ng-list--small.ng-list--small.ng-hidden-list,
      .ng-section .ng-list--brand.ng-list--small.ng-list--small.ng-hidden-list {
        margin-top: -20px; }
      .ng-section ul:not([class]).ng-list--small li,
      .ng-section .ng-list.ng-list--small li,
      .ng-section .ng-list--brand.ng-list--small li {
        padding-left: 25px;
        margin-bottom: 2px; }
        .ng-section ul:not([class]).ng-list--small li:before,
        .ng-section .ng-list.ng-list--small li:before,
        .ng-section .ng-list--brand.ng-list--small li:before {
          width: 4px;
          height: 4px;
          top: 9px; }
  .ng-section .ng-list--brand li:before {
    background: #7b2a89; }
  .ng-section .ng-list--brand-small {
    font-size: 12px;
    line-height: 2;
    font-weight: 400; }
    .ng-section .ng-list--brand-small li:before {
      width: 4px;
      height: 4px; }

.ng-bg--gray {
  background: #fafafa !important; }

.ng-bg--purple {
  background: #7b2a89 !important;
  color: #fff; }

.ng-bg--black {
  background: #000 !important;
  color: #fff; }

.ng-bg--primary {
  background: #7b2a89 !important; }

.ng-text--black {
  color: #000 !important; }

.ng-text--gray {
  color: #585459 !important; }

.ng-text--purple {
  color: #7b2a89 !important; }

.ng-text--primary {
  color: #7b2a89 !important; }

.ng-text--white {
  color: #fff !important; }

.fancybox-content ul:not([class]) li,
.fancybox-content .ng-list li,
.fancybox-content .ng-list--brand li,
.fancybox-content .ng-hidden-list li {
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .fancybox-content ul:not([class]) li,
    .fancybox-content .ng-list li,
    .fancybox-content .ng-list--brand li,
    .fancybox-content .ng-hidden-list li {
      padding-left: 25px; } }
  .fancybox-content ul:not([class]) li:before,
  .fancybox-content .ng-list li:before,
  .fancybox-content .ng-list--brand li:before,
  .fancybox-content .ng-hidden-list li:before {
    background: #585459;
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%; }

.fancybox-content .ng-list--brand li:before,
.fancybox-content .ng-hidden-list li:before {
  background: #7b2a89; }

.fancybox-content .ng-list--brand-small,
.fancybox-content .ng-hidden-list {
  font-size: 12px;
  line-height: 2;
  font-weight: 400; }
  @media (min-width: 992px) {
    .fancybox-content .ng-list--brand-small,
    .fancybox-content .ng-hidden-list {
      font-size: 14px;
      line-height: 1.8571428571; } }
  .fancybox-content .ng-list--brand-small li,
  .fancybox-content .ng-hidden-list li {
    margin: 0 0 5px;
    padding-left: 9px; }
    @media (min-width: 992px) {
      .fancybox-content .ng-list--brand-small li,
      .fancybox-content .ng-hidden-list li {
        margin: 0 0 1px;
        padding-left: 13px; } }
    .fancybox-content .ng-list--brand-small li:before,
    .fancybox-content .ng-hidden-list li:before {
      width: 4px;
      height: 4px; }

.fancybox-content .ng-btn-show {
  margin-left: 10px; }
  @media (min-width: 992px) {
    .fancybox-content .ng-btn-show {
      margin-left: 14px; } }

.fancybox-content .ng-btn-plus {
  margin: 0 auto; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  padding: 0.4em 0.7em;
  height: 41px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid rgba(231, 232, 234, 0.5);
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus {
    border-color: #7b2a89; }
  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,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #fff; }
  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,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #fff; }
  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,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #fff; }
  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,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #fff; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder {
    color: #fff; }

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;
  padding-top: 10px;
  padding-bottom: 10px; }

input.ng-form-control,
textarea.ng-form-control {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #2c262d;
  color: #2c262d;
  border-radius: 6px;
  padding: 10px 15px;
  outline: none;
  background: none; }
  input.ng-form-control--border,
  textarea.ng-form-control--border {
    border-color: transparent;
    border-bottom-color: #585459; }
  input.ng-form-control--white,
  textarea.ng-form-control--white {
    border-color: #fff; }

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

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

a,
input[type="submit"],
button {
  outline: none;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 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, border-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }

a {
  text-decoration: none; }

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

.ng-container, .ng-breadcrumbs,
.ng-container-lg {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }
  .ng-container.ng-no-padding, .ng-no-padding.ng-breadcrumbs,
  .ng-container-lg.ng-no-padding {
    padding: 0 20px; }
    @media (min-width: 768px) {
      .ng-container.ng-no-padding, .ng-no-padding.ng-breadcrumbs,
      .ng-container-lg.ng-no-padding {
        padding: 0; } }

.ng-container-lg {
  max-width: 1440px; }

.sr-only {
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0; }

.ng-group {
  margin-bottom: 30px; }

.ng-bg, .ng-bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.ng-bg-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

.ng-mr-1 {
  margin-right: 8px; }

.ng-mb-1 {
  margin-bottom: 8px; }

.ng-mb-4 {
  margin-bottom: 32px; }

.ng-mb-2 {
  margin-bottom: 16px; }

.ng-social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .ng-social-networks li {
    padding: 0 10px; }
  .ng-social-networks a {
    width: 25px;
    height: 25px;
    background-color: #a5a5a5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 50%;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ng-social-networks a:hover {
      background: #692d87; }

p {
  margin: 0 0 1rem; }

.ng-popup-holder {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0; }
  .ng-popup-holder > * {
    display: block !important; }

a[disabled] {
  pointer-events: none;
  cursor: default; }

.ng-heading {
  text-align: center;
  margin: 0 auto 33px;
  max-width: 751px; }
  @media (min-width: 992px) {
    .ng-heading {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 400;
      margin: 0 auto 53px; } }
  .ng-heading.ng-heading--left {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    max-width: none; }
  .ng-heading.ng-heading--right {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    max-width: none; }
  @media (max-width: 767px) {
    .ng-heading.ng-heading--xs-left {
      text-align: left !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      max-width: none !important; } }
  @media (max-width: 767px) {
    .ng-heading.ng-heading--xs-right {
      text-align: right !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      max-width: none !important; } }
  .ng-heading .ng-h1 {
    text-transform: uppercase;
    margin: 0 0 15px; }
    @media (min-width: 992px) {
      .ng-heading .ng-h1 {
        margin: 0 0 12px; } }

.ng-uppercase {
  text-transform: uppercase; }

.ng-space {
  height: 40px; }
  @media (min-width: 992px) {
    .ng-space {
      height: 100px; } }

.ng-tech-warranty {
  font-size: 16px;
  line-height: 1.625;
  padding: 30px 0;
  color: #848484; }
  .ng-tech-warranty .ng-h3 {
    text-transform: none;
    color: #848484;
    margin-bottom: 21px; }

@media (min-width: 768px) {
  .ng-img-xs {
    display: none !important; } }

@media (max-width: 767px) {
  .ng-img-md {
    display: none !important; } }

.ng-banner-image .ng-img-md,
.ng-banner-image .ng-img-xs {
  height: 100%; }

.ng-banner-image img {
  max-width: none;
  width: 100%; }

.ng-hidden,
.hide {
  display: none !important; }

video {
  display: block;
  width: 100%; }

.ng-banner-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
  .ng-banner-image video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .ng-banner-image .ng-h1 {
    display: block;
    text-align: left;
    color: #7b2a89;
    font-weight: 500; }
    @media (max-width: 767px) {
      .ng-banner-image .ng-h1 {
        font-size: 18px;
        text-align: center; } }
    @media (min-width: 992px) {
      .ng-banner-image .ng-h1 {
        margin-bottom: 13px; } }

.ng-col-image {
  position: relative;
  margin: 0 -20px; }
  @media (min-width: 768px) {
    .ng-col-image {
      width: 50%;
      margin: 0; } }
  .ng-col-image img {
    width: 100%; }

.ng-col-text {
  padding: 31px 0;
  line-height: 1.6875; }
  @media (min-width: 768px) {
    .ng-col-text {
      padding: 0 20px 30px;
      width: 50%;
      line-height: 1.5; } }
  @media (min-width: 992px) {
    .ng-col-text {
      padding: 23px 20px 23px 40px; } }
  @media (min-width: 1400px) {
    .ng-col-text {
      padding: 50px 161px 20px 81px; } }
  @media (min-width: 768px) {
    .ng-col-text p {
      margin-top: 0; } }
  .ng-col-text .ng-h1 + .ng-sub-heading {
    display: block;
    margin-top: -0.5em;
    margin-bottom: 0.5em;
    text-align: center; }
    @media (min-width: 992px) {
      .ng-col-text .ng-h1 + .ng-sub-heading {
        margin-top: -13px;
        text-align: left;
        margin-bottom: 13px; } }
  .ng-col-text .ng-h1 {
    display: block;
    text-align: left;
    color: #7b2a89;
    font-weight: 500; }
    @media (max-width: 767px) {
      .ng-col-text .ng-h1 {
        font-size: 18px;
        text-align: center; } }
    @media (min-width: 992px) {
      .ng-col-text .ng-h1 {
        margin-bottom: 13px; } }

.ng-row-block {
  position: relative; }
  @media (min-width: 768px) {
    .ng-row-block .ng-container-lg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .ng-row-block.ng-row-reverse .ng-container-lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .ng-row-block.ng-row-reverse .ng-col-text {
    padding: 31px 0;
    line-height: 1.6875; }
    @media (min-width: 768px) {
      .ng-row-block.ng-row-reverse .ng-col-text {
        width: 50%;
        padding: 0 20px 30px; } }
    @media (min-width: 992px) {
      .ng-row-block.ng-row-reverse .ng-col-text {
        padding: 23px 40px 23px 20px; } }
    @media (min-width: 1400px) {
      .ng-row-block.ng-row-reverse .ng-col-text {
        padding: 50px 100px 20px 136px; } }

.ng-global-text-wrap {
  margin: 0 0 1rem; }
  .ng-global-text-wrap + .ng-global-text-wrap {
    margin-top: -0.7rem; }
    @media (min-width: 992px) {
      .ng-global-text-wrap + .ng-global-text-wrap {
        margin-top: -20px; } }
  @media (min-width: 992px) {
    .ng-global-text-wrap {
      font-size: 20px;
      line-height: 1.5;
      margin: 0 0 40px; }
      .ng-global-text-wrap .ng-btn-more {
        font-size: 16px;
        line-height: 1.5; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .ng-global-text-wrap .ng-btn-more {
        font-size: 20px;
        line-height: 1.5; } }

@media (min-width: 768px) {
  .ng-row {
    margin: 0 -15px -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 992px) {
  .ng-row {
    margin: 0 -40px -40px; } }

.ng-row > .ng-load-more {
  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;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .ng-row > .ng-load-more {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .ng-row > .ng-load-more {
      margin-bottom: 40px; } }

.ng-row > .ng-btn-show {
  margin-bottom: 35px;
  width: 93px;
  margin: 0 auto 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .ng-row > .ng-btn-show {
      margin-bottom: 45px; } }
  @media (min-width: 992px) {
    .ng-row > .ng-btn-show {
      margin-bottom: 55px; } }

.ng-row.ng-active .ng-btn-show .ng-more {
  display: none; }

.ng-row.ng-active .ng-btn-show .ng-less {
  display: inline-block;
  vertical-align: top; }

.ng-row.ng-active .ng-btn-show:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.ng-row.ng-active .ng-btn-plus:after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.ng-row.ng-row--border .ng-col {
  position: relative; }
  @media (min-width: 768px) {
    .ng-row.ng-row--border .ng-col {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .ng-row.ng-row--border .ng-col {
      margin-bottom: 40px; } }
  .ng-row.ng-row--border .ng-col:nth-last-child(2), .ng-row.ng-row--border .ng-col:nth-last-child(1) {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .ng-row.ng-row--border .ng-col:nth-last-child(2), .ng-row.ng-row--border .ng-col:nth-last-child(1) {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .ng-row.ng-row--border .ng-col:nth-last-child(2), .ng-row.ng-row--border .ng-col:nth-last-child(1) {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .ng-row.ng-row--border .ng-col:nth-last-child(2):before, .ng-row.ng-row--border .ng-col:nth-last-child(1):before {
        display: none; } }
  .ng-row.ng-row--border .ng-col:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1180px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #d9d9d9; }

@media (min-width: 768px) {
  .ng-col {
    width: 50%;
    margin-bottom: 0;
    padding: 0 15px 30px; } }

@media (min-width: 992px) {
  .ng-col {
    width: 50%;
    padding: 0 40px 40px; } }

.ng-warranty-list {
  margin-bottom: -10px; }
  .ng-warranty-list li {
    margin-bottom: 10px; }

.zoomContainer {
  z-index: 100; }

@media (min-width: 768px) and (max-width: 991px) {
  .zoomWindowContainer div {
    width: 300px !important;
    height: 300px !important; } }

@media (min-width: 768px) {
  .ng-newsletter-form {
    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;
    padding-top: 20px;
    max-width: 780px;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .ng-newsletter-form {
    padding-top: 37px; } }

@media (min-width: 768px) {
  .ng-newsletter-form input {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .ng-newsletter-form .ng-input-wrap {
    width: 40%; } }

.ng-newsletter-form .ng-submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.ng-newsletter-form.ng-form--underline .ng-form-input {
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  border-radius: 0; }

@media (min-width: 768px) {
  .ng-support--two-cols .ng-newsletter-form .ng-input-wrap {
    width: 100%; } }

@media (min-width: 768px) {
  .ng-support--two-cols .ng-newsletter-form .ng-submit-wrap {
    padding-top: 20px; } }

@media (min-width: 768px) {
  .ng-newsletter-form.ng-form--two-cols .ng-input-wrap {
    width: 48%; } }

@media (min-width: 768px) {
  .row.ng-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

ul.ng-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 0;
  margin: 0 -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    ul.ng-btn-wrap {
      margin: 0 -6px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 992px) {
    ul.ng-btn-wrap {
      padding: 16px 0; } }
  ul.ng-btn-wrap li {
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      ul.ng-btn-wrap li {
        padding: 0 6px; } }

.ng-btn-wrap {
  padding-top: 8px; }
  @media (min-width: 992px) {
    .ng-btn-wrap {
      padding-top: 24px; } }
  .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff !important;
    color: #7b2a89 !important; }
    .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89 !important;
      color: #fff !important;
      border-color: transparent !important; }
  .ng-btn-wrap .ps-widget .ps-button-label {
    background: #fff;
    color: #7b2a89; }
    .ng-btn-wrap .ps-widget .ps-button-label:hover {
      background: #7b2a89;
      color: #fff;
      border-color: transparent; }

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

.ps-lightbox.ps-open {
  z-index: 99999999999999 !important; }

.compensate-for-scrollbar #ps-lightbox-background {
  z-index: 999999999  !important; }

.ng-breadcrumbs {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .ng-breadcrumbs {
      display: none; } }
  .ng-breadcrumbs.ng-breadcrumbs--angle > li:before {
    content: '>'; }
  .ng-breadcrumbs:before {
    content: '';
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background: #f1f4f5;
    z-index: -1; }
  .ng-breadcrumbs > li {
    color: #262626;
    position: relative;
    padding: 0 15px; }
    .ng-breadcrumbs > li:first-child:before {
      display: none; }
    .ng-breadcrumbs > li:before {
      content: '/';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .ng-breadcrumbs > li.ng-active > a, .ng-breadcrumbs > li.active > a {
      color: #262626; }
    .ng-breadcrumbs > li > a {
      color: #9e9e9e;
      display: block;
      padding: 10px 0; }
      .ng-breadcrumbs > li > a:hover {
        color: #262626; }
    .ng-breadcrumbs > li:hover ul {
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible; }
  .ng-breadcrumbs ul {
    background: #fff;
    border: 1px solid #e2e2e2;
    position: absolute;
    padding: 10px 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    -webkit-transition: opacity 450ms ease, -webkit-transform 450ms ease, visibility 0ms linear 50ms;
            transition: opacity 450ms ease, transform 450ms ease, visibility 0ms linear 50ms;
    visibility: hidden; }
    @media (min-width: 768px) {
      .ng-breadcrumbs ul {
        text-overflow: ellipsis;
        white-space: nowrap; } }
    .ng-breadcrumbs ul li.ng-active > a, .ng-breadcrumbs ul li.active > a {
      color: #262626; }
    .ng-breadcrumbs ul a {
      display: block;
      color: #9e9e9e;
      padding: 4px 15px; }
      .ng-breadcrumbs ul a:hover {
        color: #000; }

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

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

[data-visible-words] .ng-more-text {
  display: none; }

[data-visible-words].ng-visible-text .ng-more-text {
  display: inline; }

[data-visible-words].ng-visible-text .ng-more-text-btn {
  display: none; }

.ng-postscript {
  display: block;
  font-size: 14px;
  padding: 10px 0;
  color: #848484; }

.ng-video-holder {
  padding-top: 60%;
  position: relative; }
  .ng-video-holder iframe,
  .ng-video-holder video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.ng-no-overlay.ng-section a {
  color: #7b2a89; }
  .ng-no-overlay.ng-section a:hover {
    color: #692475; }

.ng-no-overlay .ng-banner:after,
.ng-no-overlay .ng-banner-swimline:after,
.ng-no-overlay .ng-support:after,
.ng-no-overlay .ng-main-block:after,
.ng-no-overlay .ng-sub-block:after {
  display: none; }

.ng-no-overlay .ng-banner-image:after, .ng-no-overlay .ng-banner-image:before {
  display: none; }

.ng-btn-center .ng-button-more,
.ng-btn-center .ng-feature-more {
  text-align: center !important; }

.ng-btn-right .ng-button-more,
.ng-btn-right .ng-feature-more {
  text-align: right !important; }

.ng-btn-left .ng-button-more,
.ng-btn-left .ng-feature-more {
  text-align: left !important; }

@media (max-width: 767px) {
  .ng-banner--fixed-bg .ng-text {
    padding-top: 100% !important; } }

.ng-update {
  background-image: none;
  position: relative; }
  @media (min-width: 992px) {
    .ng-update {
      font-size: 20px; } }
  .ng-update:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-image: -webkit-linear-gradient(1deg, #4f1e6b 0%, rgba(130, 32, 121, 0.85) 100%);
    background-image: linear-gradient(89deg, #4f1e6b 0%, rgba(130, 32, 121, 0.85) 100%);
    z-index: -1; }
  .ng-update p {
    max-width: 650px; }
  .ng-update .ng-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2; }
    .ng-update .ng-banner-image .ng-img-xs,
    .ng-update .ng-banner-image .ng-img-md {
      height: 100%; }
    .ng-update .ng-banner-image img {
      width: 100%; }
      @media (min-width: 768px) {
        .ng-update .ng-banner-image img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          object-fit: cover;
          object-position: 50% 50%; } }
  .ng-update .ng-image-left {
    top: auto;
    bottom: 0; }
    @media (min-width: 768px) {
      .ng-update .ng-image-left {
        left: 0; } }
  .ng-update .ng-image-right {
    bottom: auto;
    top: 0; }

@media (max-width: 767px) {
  .ng-update--secondary {
    min-height: 493px; } }

.ng-update--secondary:after {
  background-image: -webkit-linear-gradient(56deg, #672e88 0%, #821f79 100%);
  background-image: linear-gradient(34deg, #672e88 0%, #821f79 100%); }

@media (min-width: 768px) {
  .ng-banner--reverse:after {
    top: 0;
    right: 40%;
    bottom: 0;
    left: -280px;
    -webkit-transform: skew(34deg);
        -ms-transform: skew(34deg);
            transform: skew(34deg); } }

.ng-banner--reverse .ng-container, .ng-banner--reverse .ng-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .ng-banner--reverse .ng-container, .ng-banner--reverse .ng-breadcrumbs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.ng-banner--reverse .ng-text {
  padding-top: 0;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .ng-banner--reverse .ng-text {
      padding-left: 0;
      padding-right: 50px;
      padding-bottom: 0; } }

.zoomLens {
  background-color: #fff !important; }

.lavalamp {
  position: relative; }
  .lavalamp[data-sideway="vertical"] .move-block {
    width: 2px;
    height: auto;
    bottom: auto;
    right: 0; }
  .lavalamp .move-block {
    background: #692d87;
    height: 2px;
    width: auto;
    position: absolute;
    bottom: 0; }

.slick-slider.ng-slick-slider,
.slick-slider.ng-slick-slider--secondary {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .slick-slider.ng-slick-slider,
    .slick-slider.ng-slick-slider--secondary {
      padding: 0 40px; } }
  @media (min-width: 1440px) {
    .slick-slider.ng-slick-slider,
    .slick-slider.ng-slick-slider--secondary {
      padding: 0; } }
  .slick-slider.ng-slick-slider .slick-list,
  .slick-slider.ng-slick-slider--secondary .slick-list {
    margin: 0 -15px;
    padding: 0 33px; }
    @media (min-width: 768px) {
      .slick-slider.ng-slick-slider .slick-list,
      .slick-slider.ng-slick-slider--secondary .slick-list {
        padding: 0; } }
  .slick-slider.ng-slick-slider .ng-btn-arrow.slick-prev,
  .slick-slider.ng-slick-slider--secondary .ng-btn-arrow.slick-prev {
    left: -10px; }
    @media (max-width: 767px) {
      .slick-slider.ng-slick-slider .ng-btn-arrow.slick-prev,
      .slick-slider.ng-slick-slider--secondary .ng-btn-arrow.slick-prev {
        display: none !important; } }
    @media (min-width: 1400px) {
      .slick-slider.ng-slick-slider .ng-btn-arrow.slick-prev,
      .slick-slider.ng-slick-slider--secondary .ng-btn-arrow.slick-prev {
        left: -65px; } }
  @media (min-width: 768px) {
    .slick-slider.ng-slick-slider .slick-dots,
    .slick-slider.ng-slick-slider--secondary .slick-dots {
      display: none !important; } }
  .slick-slider.ng-slick-slider .ng-btn-arrow.slick-next,
  .slick-slider.ng-slick-slider--secondary .ng-btn-arrow.slick-next {
    left: auto;
    right: -10px; }
    @media (max-width: 767px) {
      .slick-slider.ng-slick-slider .ng-btn-arrow.slick-next,
      .slick-slider.ng-slick-slider--secondary .ng-btn-arrow.slick-next {
        display: none !important; } }
    @media (min-width: 1400px) {
      .slick-slider.ng-slick-slider .ng-btn-arrow.slick-next,
      .slick-slider.ng-slick-slider--secondary .ng-btn-arrow.slick-next {
        right: -65px; } }
  .slick-slider.ng-slick-slider .slick-slide,
  .slick-slider.ng-slick-slider--secondary .slick-slide {
    float: none; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  width: 100% !important; }

.tab-content {
  position: relative; }
  .tab-content .ng-tab {
    -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; }
    .tab-content .ng-tab.js-tab-hidden {
      opacity: 0;
      visibility: hidden; }
    .tab-content .ng-tab.tab-active {
      opacity: 1; }

.ng-acc-opener {
  border: 1px solid rgba(211, 211, 211, 0.52);
  display: block;
  color: #2c262d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 30px 50px 30px 30px;
  position: relative; }
  @media (min-width: 768px) {
    .ng-acc-opener {
      display: none; } }
  .ng-acc-opener .ng-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
    color: #7b2a89; }
    .ng-acc-opener .ng-icon.icon-angle-down {
      font-size: 14px; }
  .ng-acc-opener:before {
    -webkit-transition: height 0.3s ease-in-out;
            transition: height 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 0;
    background-color: #7b2a89;
    content: '';
    -webkit-transition: transfrom 0.3s ease-in-out;
            transition: transfrom 0.3s ease-in-out; }

.ng-active .ng-acc-opener {
  color: #7b2a89; }
  .ng-active .ng-acc-opener .ng-icon.icon-angle-down {
    -webkit-transform: rotateX(180deg) translateY(50%);
            transform: rotateX(180deg) translateY(50%); }
  .ng-active .ng-acc-opener:before {
    height: 100%; }

.ng-acc-slide {
  padding: 19px 0 39px; }
  @media (min-width: 768px) {
    .ng-acc-slide {
      padding-top: 18px; } }
  @media (min-width: 1200px) {
    .ng-acc-slide {
      padding-top: 18px; } }
  @media (min-width: 768px) {
    .ng-acc-slide .ng-h4 {
      font-size: 22px; } }
  @media (min-width: 768px) {
    .ng-acc-slide .ng-award-card {
      padding-left: 46px;
      padding-right: 46px; } }

@media (min-width: 768px) {
  .ng-pt-16 {
    padding-top: 40px; } }

.ng-uppercase {
  text-transform: uppercase !important; }

.ng-lowercase {
  text-transform: none !important; }

.st-btn {
  display: inline-block !important; }

#la_advo_container {
  color: #fff !important; }
  #la_advo_container a {
    color: #fff !important; }

#la_but_container {
  color: #fff !important; }
  #la_but_container a {
    color: #fff !important; }

/*Phase 1 CSS changes*/
body .ps_ResponsiveContainerStyle.ps_WrapperStyle {
  z-index: 100000000; }

.ps_ResponsiveContainerStyle .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
  font-size: 13px; }

.ps-container .ps-product-details > h1.ps-product-name {
  font-weight: normal; }

.ng-footer .ng-mobile-stores li.ng-google-play img {
  height: 30px; }

.ng-menu > li > a {
  padding: 15px 40px 15px 15px; }

@media (min-width: 992px) {
  .ng-menu > li > a {
    padding: 0; } }

.st-btn {
  display: inline-block !important; }

#la_advo_container, #la_stack_container, #la_advo_container a, #la_stack_container a {
  color: #fff !important; }

#la_but_container {
  color: #fff !important; }
  #la_but_container a {
    color: #fff !important; }

@media (max-width: 767px) {
  .ng-slider .slick-dots {
    bottom: -17px; } }

/*Phase 1 CSS changes ends*/
@media (min-width: 992px) {
  .ng-section.ng-vertical-tops .ng-col-text {
    padding-top: 0; } }

@media (min-width: 1400px) {
  .ng-section.ng-vertical-tops .ng-col-text {
    padding-top: 0; } }

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

.ng-compare-list,
.ng-banner-slider,
.ng-slider,
.ng-slider-nav,
.ng-app-slider,
.ng-slick-slider,
.ng-slick-slider--secondary {
  opacity: 0;
  visibility: hidden;
  -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; }
  .ng-compare-list.slick-initialized,
  .ng-banner-slider.slick-initialized,
  .ng-slider.slick-initialized,
  .ng-slider-nav.slick-initialized,
  .ng-app-slider.slick-initialized,
  .ng-slick-slider.slick-initialized,
  .ng-slick-slider--secondary.slick-initialized {
    opacity: 1;
    visibility: visible; }

.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-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: 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-slider .ng-btn-arrow {
  z-index: 5;
  top: 50%;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .slick-slider .ng-btn-arrow.slick-prev {
    left: 0; }
  .slick-slider .ng-btn-arrow.slick-next {
    right: 0; }

.slick-slider .slick-dots {
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }
  .slick-slider .slick-dots li {
    padding: 0 10px; }
    .slick-slider .slick-dots li.slick-active button {
      background: #7b2a89; }
  .slick-slider .slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #7b2a89;
    background: none;
    display: block; }
    .slick-slider .slick-dots button:hover {
      background: #7b2a89; }

@media (max-width: 767px) {
  .ng-slider-nav {
    display: none !important; } }

@media (max-width: 991px) {
  .ng-banner-image .ng-banner-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; } }

.ng-banner-slider {
  height: 100%;
  width: 100%; }
  .ng-banner-slider .slick-track,
  .ng-banner-slider .slick-list {
    height: 100%;
    width: 100%; }
  .ng-banner-slider .slide {
    width: 100%;
    width: 100%;
    position: relative; }
  .ng-banner-slider .slick-dots {
    bottom: 15px;
    z-index: 10; }
    .ng-banner-slider .slick-dots button {
      border-color: #fff;
      padding: 0;
      margin: 0; }
      .ng-banner-slider .slick-dots button:hover {
        background: #fff; }
    .ng-banner-slider .slick-dots li.slick-active button {
      background: #fff; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  min-width: 100%;
  width: 100%;
  min-width: 100%;
  height: 40px;
  text-align: left; }

.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: 40px;
  margin: 0 35px 0 19px;
  color: #7b2a89; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  right: 19px;
  bottom: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:before {
    font-size: 11px;
    color: #7b2a89;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.jcf-select .icon-folder {
  padding-right: 10px; }

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

body > .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 #D8D8D8;
  margin: 9px 0; }

/* 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;
  font-size: 14px;
  line-height: 1.4285714286;
  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 {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 7px 20px;
  color: #656565;
  height: 1%; }
  .jcf-list .jcf-option .icon {
    padding-right: 10px; }

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

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: rgba(206, 206, 206, 0.13);
  color: #2C262D; }

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

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

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee;
  z-index: 999999; }

.ui-menu .ui-menu-item {
  padding: 0; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  margin: 0;
  padding: 8px 1em 8px .4em;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.4545454545;
  border: none; }
  .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #7b2a89;
    color: #fff;
    font-weight: 600; }

.ng-header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  z-index: 99999;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out; }
  .ng-sticky-block .ng-header {
    position: fixed; }
  .ng-sub-fixed .ng-header {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  @media (min-width: 992px) {
    .ng-header {
      padding: 0; } }
  .ng-header .ng-container, .ng-header .ng-breadcrumbs {
    padding: 0 30px;
    max-width: 1460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.ng-logo {
  width: 125px;
  margin-left: 39px;
  z-index: 999;
  margin-top: 1px;
  padding: 19px 0; }
  @media (min-width: 992px) {
    .ng-logo {
      margin: 0;
      padding: 0; } }
  @media (min-width: 1200px) {
    .ng-logo {
      width: 175px; } }
  .ng-logo img {
    display: block; }
  .ng-logo.ng-logo-insight {
    padding: 3px 0 0 0; }

.ng-nav {
  width: calc(100% - 168px); }
  @media (min-width: 992px) {
    .ng-nav {
      padding-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: calc(100% - 129px); } }
  @media (min-width: 1200px) {
    .ng-nav {
      width: calc(100% - 188px); } }

.ng-nav-drop {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
          transition: max-height 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .ng-nav-drop {
      max-height: none;
      position: static;
      overflow: visible;
      width: calc(100% - 230px); } }
  .ng-nav-active .ng-nav-drop {
    max-height: 9999px; }
  .ng-nav-drop .ng-nav-wrap {
    height: calc(100vh - 73px);
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    padding: 0 0 86px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .ng-nav-drop .ng-nav-wrap {
        height: auto;
        padding: 0;
        overflow: visible;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        background: none;
        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;
        position: static; } }
    .ng-nav-active .ng-nav-drop .ng-nav-wrap {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.ng-nav-opener {
  display: none;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 40px; }
  @media (max-width: 991px) {
    .ng-nav-opener {
      display: block; } }
  .ng-nav-opener:before, .ng-nav-opener:after,
  .ng-nav-opener span {
    background: #000;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    height: 4px;
    border-radius: 4px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
  .ng-nav-opener:before, .ng-nav-opener:after {
    content: '';
    top: 30%; }
  .ng-nav-opener:after {
    top: 70%; }
  .ng-nav-opener:hover {
    opacity: 0.9; }
  .ng-nav-active .ng-nav-opener span {
    opacity: 0; }
  .ng-nav-active .ng-nav-opener:before, .ng-nav-active .ng-nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .ng-nav-active .ng-nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.ng-nav-right {
  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: 992px) {
    .ng-nav-right {
      width: 220px; } }
  .ng-nav-right .shop_now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 15px; }

.ng-cart-opener {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -3px; }
  .ng-cart-opener sup {
    top: -7px;
    right: -7px;
    font-size: 11px;
    width: 14px;
    font-weight: 500;
    position: absolute;
    line-height: 15px;
    border-radius: 8px;
    text-align: center;
    background: #ee3524;
    color: #fff; }
    @media (min-width: 992px) {
      .ng-cart-opener sup {
        top: -1px;
        right: -6px; } }

.ng-profile-login {
  text-align: center;
  margin-right: 6px; }
  @media (max-width: 767px) {
    .ng-profile-login:before, .ng-profile-login:after {
      display: none; } }
  @media (min-width: 992px) {
    .ng-profile-login {
      margin-right: 5px; } }
  .ng-profile-login .ng-profile-img {
    display: block; }
    @media (min-width: 992px) {
      .ng-profile-login .ng-profile-img {
        margin: 0 0 -3px; } }
  .ng-profile-login .ng-profile-opener {
    display: block;
    display: block;
    padding: 10px 0; }
    @media (min-width: 992px) {
      .ng-profile-login .ng-profile-opener {
        padding: 22px 0; } }
    .ng-profile-login .ng-profile-opener:hover {
      opacity: 0.7; }
  .ng-profile-login .ng-profile-txt {
    display: block;
    font-size: 9px;
    line-height: 1.5;
    color: #000; }

.ng-menu.test-list,
.ng-sub-navigation-list.test-list {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  pointer-events: none;
  width: auto;
  opacity: 0;
  visibility: hidden; }

.ng-menu {
  border-top: 1px solid #e2e2e2;
  font-size: 14px; }
  @media (min-width: 992px) {
    .ng-menu {
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 78px);
      margin: 0; } }
  @media (min-width: 1200px) {
    .ng-menu {
      width: calc(100% - 92px); } }
  .ng-menu > li {
    border-bottom: 1px solid #e2e2e2; }
    .ng-menu > li.ng-item-more {
      display: none !important; }
      .ng-menu > li.ng-item-more > ul > li {
        display: none; }
        .ng-menu > li.ng-item-more > ul > li.ng-item-visible {
          display: block; }
        @media (min-width: 992px) {
          .ng-menu > li.ng-item-more > ul > li > ul {
            left: auto !important;
            right: 100% !important; } }
      .ng-menu > li.ng-item-more > a {
        padding-right: 15px;
        position: relative;
        display: inline-block;
        vertical-align: top; }
        .ng-menu > li.ng-item-more > a .icon-angle-down {
          position: absolute;
          right: 0;
          font-size: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0; }
    @media (min-width: 992px) {
      .ng-menu > li.ng-item-hidden {
        position: absolute;
        opacity: 0;
        visibility: hidden; } }
    @media (min-width: 992px) {
      .ng-menu > li.ng-item-hidden ~ li.ng-item-more {
        display: block !important; } }
    @media (min-width: 992px) {
      .ng-menu > li:last-child > ul {
        left: auto !important;
        right: 0 !important; } }
    @media (min-width: 992px) {
      .ng-menu > li:last-child > ul ul {
        left: auto !important;
        right: 100% !important; } }
    @media (min-width: 992px) {
      .ng-menu > li {
        border: none;
        padding: 0;
        margin: 0 5px;
        position: relative;
        pointer-events: none;
        height: 83px;
        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; }
        .ng-menu > li > a,
        .ng-menu > li ul {
          pointer-events: auto; } }
    @media (min-width: 1200px) {
      .ng-menu > li {
        margin: 0 15px; } }
    @media (min-width: 992px) {
      .ng-menu > li.ng-has-drop-down:before, .ng-menu > li.ng-has-drop-down:after {
        height: 0;
        width: 0;
        border-bottom: 10px solid #f1f4f5;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
            -ms-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%);
        z-index: 5;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
                transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s;
        opacity: 0;
        visibility: hidden; } }
    @media (min-width: 992px) {
      .ng-menu > li.ng-has-drop-down:after {
        height: 0;
        width: 0;
        border-bottom: 10px solid #e2e2e2;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: 0;
        z-index: 4; } }
    @media (min-width: 992px) {
      .ng-menu > li:hover > a {
        opacity: 0.7; } }

@media (min-width: 992px) and (min-width: 992px) {
  .ng-menu > li:hover.ng-has-drop-down:before, .ng-menu > li:hover.ng-has-drop-down:after {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
            transition-delay: 0; } }
    @media (min-width: 992px) {
      .ng-menu > li:hover > ul {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        visibility: visible; } }
    .ng-menu > li.ng-active > a {
      color: #000; }
      @media (max-width: 991px) {
        .ng-menu > li.ng-active > a.ng-has-drop-down-a:after {
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); } }
    .ng-menu > li > a {
      color: #9e9e9e;
      cursor: pointer;
      font-weight: 700;
      margin: 0;
      position: relative;
      text-transform: uppercase;
      display: block;
      padding: 15px 40px 15px 15px; }
      @media (min-width: 992px) {
        .ng-menu > li > a {
          padding: 0;
          color: #262626;
          position: static;
          text-align: center; }
          .ng-menu > li > a:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0; } }
      @media (min-width: 1200px) {
        .ng-menu > li > a {
          letter-spacing: 0.6px; } }
      @media (max-width: 991px) {
        .ng-menu > li > a.ng-has-drop-down-a:after {
          font: 8px/1 icomoon;
          position: absolute;
          color: #322B33;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          width: 40px;
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
                  transition: transform 0.3s ease-in-out;
          text-align: center; } }
      @media (min-width: 992px) {
        .ng-menu > li > a.ng-has-drop-down-a:after {
          content: ''; } }
    .ng-menu > li > ul {
      padding: 0 18px 20px; }
      @media (min-width: 992px) {
        .ng-menu > li > ul {
          position: absolute;
          left: -50% !important;
          top: 100% !important;
          z-index: 99;
          opacity: 0;
          visibility: hidden;
          background-color: #f1f4f5;
          width: 320px !important;
          border: 1px solid #e2e2e2;
          -webkit-transform: translateY(-20px);
              -ms-transform: translateY(-20px);
                  transform: translateY(-20px);
          padding: 0;
          -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, transform 0.3s ease-in-out; } }
      .ng-menu > li > ul > li {
        margin-bottom: 7px; }
        @media (min-width: 992px) {
          .ng-menu > li > ul > li {
            position: relative;
            margin-bottom: 0; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .ng-menu > li > ul > li:last-child a:before {
      display: none; } }
        .ng-menu > li > ul > li:hover > a {
          color: #000; }
        .ng-menu > li > ul > li:hover > ul {
          opacity: 1;
          visibility: visible; }
        .ng-menu > li > ul > li.ng-active > a {
          color: #000; }
          .ng-menu > li > ul > li.ng-active > a.ng-has-drop-down-a:after {
            -webkit-transform: translateY(-50%) rotate(180deg);
                -ms-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg); }
        .ng-menu > li > ul > li > a {
          color: #9e9e9e;
          font-size: 14px;
          line-height: 30px;
          padding-right: 30px;
          position: relative;
          display: block;
          text-transform: uppercase; }
          @media (min-width: 992px) {
            .ng-menu > li > ul > li > a {
              padding: 15px 35px;
              color: #9e9e9e;
              font-size: 14px;
              line-height: 20px;
              font-weight: 700; } }
          .ng-menu > li > ul > li > a.ng-has-drop-down-a:after {
            font: 8px/1 icomoon;
            position: absolute;
            color: #322B33;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 0;
            text-align: center;
            width: 30px;
            -webkit-transition: -webkit-transform 0.3s ease-in-out;
                    transition: transform 0.3s ease-in-out; }
            @media (min-width: 992px) {
              .ng-menu > li > ul > li > a.ng-has-drop-down-a:after {
                display: none; } }
          @media (min-width: 992px) {
            .ng-menu > li > ul > li > a:before {
              content: '';
              position: absolute;
              left: 25px;
              right: 25px;
              bottom: 0;
              height: 1px;
              background: #e2e2e2; } }
      .ng-menu > li > ul ul {
        padding-left: 20px; }
        @media (min-width: 992px) {
          .ng-menu > li > ul ul {
            position: absolute;
            left: 100% !important;
            top: 0 !important;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background-color: #f1f4f5;
            width: 320px !important;
            border: 1px solid #e2e2e2;
            padding: 0;
            margin-top: -2px;
            -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, transform 0.3s ease-in-out; } }
        @media (min-width: 992px) {
          .ng-menu > li > ul ul > li {
            border-bottom: 1px solid #e2e2e2;
            position: relative; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .ng-menu > li > ul ul > li:last-child a:before {
      display: none; } }
        .ng-menu > li > ul ul > li:hover > a {
          color: #000; }
        .ng-menu > li > ul ul a {
          color: #9e9e9e;
          font-size: 14px;
          line-height: 30px;
          padding-right: 30px;
          position: relative;
          display: block; }

@media (min-width: 992px) and (min-width: 992px) {
  .ng-menu > li > ul ul a {
    padding: 15px 35px;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; } }
          @media (min-width: 992px) {
            .ng-menu > li > ul ul a:before {
              content: '';
              position: absolute;
              left: 25px;
              right: 25px;
              bottom: 0;
              height: 1px;
              background: #e2e2e2; } }

.ng-select-language {
  position: relative;
  z-index: 5; }
  .ng-select-language .ng-language-opener {
    display: block;
    position: relative;
    padding: 0 18px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    z-index: 6; }
    @media (min-width: 992px) {
      .ng-select-language .ng-language-opener {
        padding: 0 0 0 16px; } }
    .ng-select-language .ng-language-opener img {
      vertical-align: middle;
      width: 14px; }
    .ng-select-language .ng-language-opener:after {
      font: 6px/1 icomoon;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
      color: #959595; }
      @media (min-width: 992px) {
        .ng-select-language .ng-language-opener:after {
          left: 0;
          right: auto; } }
  .ng-select-language:hover .ng-select-drop {
    opacity: 1;
    visibility: visible; }
  .ng-select-language:hover .ng-language-opener:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .ng-select-language .ng-select-drop {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    opacity: 0;
    padding: 22px;
    padding-bottom: 52px;
    position: absolute;
    left: -24px;
    bottom: -10px;
    visibility: hidden;
    width: 310px;
    -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; }
    @media (min-width: 992px) {
      .ng-select-language .ng-select-drop {
        left: auto;
        bottom: auto;
        padding: 52px 30px 30px;
        top: -11px;
        right: -31px; } }
    .ng-select-language .ng-select-drop ul {
      height: calc(100vh - 280px);
      overflow: hidden;
      overflow-y: auto; }
    .ng-select-language .ng-select-drop li {
      border-bottom: 1px solid #e2e2e2; }
      .ng-select-language .ng-select-drop li:first-child {
        border-top: 1px solid #e2e2e2; }
    .ng-select-language .ng-select-drop a {
      color: #9e9e9e;
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 50px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .ng-select-language .ng-select-drop a:hover {
        color: #000; }

.ng-search-block .ng-search-opener {
  display: none;
  padding-top: 5px; }
  @media (min-width: 992px) {
    .ng-search-block .ng-search-opener {
      display: block; } }
  .ng-search-block .ng-search-opener:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .ng-search-block .ng-search-opener img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

@media (min-width: 992px) {
  .ng-search-block .ng-search-drop {
    -webkit-transform: translate(80px, -50%);
        -ms-transform: translate(80px, -50%);
            transform: translate(80px, -50%);
    -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, -webkit-transform 1s ease-in-out,  -webkit-transform 400ms ease-in-out;
            transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, transform 1s ease-in-out,  transform 400ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    top: 50%;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: #fff;
    white-space: nowrap;
    text-align: center;
    z-index: 5; }
    .ng-search-block .ng-search-drop:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .ng-search-block .ng-search-drop > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .ng-search-active .ng-search-block .ng-search-drop {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); } }

.ng-search-block .ng-search-close {
  display: none; }
  @media (min-width: 992px) {
    .ng-search-block .ng-search-close {
      display: block; } }

.ng-search-block .ng-search-form {
  position: relative;
  width: 201px; }
  @media (min-width: 992px) {
    .ng-search-block .ng-search-form {
      width: 400px;
      margin: 0 auto; } }

@media (min-width: 992px) {
  .ng-search-block .ng-search-close {
    position: absolute;
    right: -80px;
    color: black;
    font-size: 10px;
    font-weight: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

.ng-search-block input[type="search"] {
  background-color: #f1f4f5;
  border: 0;
  color: #262626;
  font-size: 12px;
  line-height: 20px;
  height: 36px;
  box-sizing: border-box;
  outline: 0;
  width: 100%;
  margin: 0;
  padding: 8px 38px 8px 10px;
  border-radius: 0; }
  .ng-search-block input[type="search"]::-webkit-input-placeholder {
    color: #a8a8a8; }
  .ng-search-block input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #a8a8a8; }
  .ng-search-block input[type="search"]:-moz-placeholder {
    color: #a8a8a8; }
  .ng-search-block input[type="search"]:-ms-input-placeholder {
    color: #a8a8a8; }
  .ng-search-block input[type="search"].placeholder {
    color: #a8a8a8; }

.ng-search-block button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 40px; }
  .ng-search-block button img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.ng-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 30px 30px 30px;
  right: 0;
  background: #fff; }
  @media (min-width: 992px) {
    .ng-nav-left {
      width: 59px;
      width: 76px;
      position: static;
      padding: 0;
      background: none; } }
  @media (min-width: 1200px) {
    .ng-nav-left {
      width: 89px; } }

.ng-nav-active {
  overflow: hidden; }

.resize-active * {
  -webkit-transition: none !important;
          transition: none !important; }

.ng-cart-drop,
.ng-profile-drop {
  position: absolute;
  right: -11px;
  top: 100%;
  font-size: 14px;
  line-height: 1.4285714286;
  width: 260px;
  background: #fff;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -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; }
  @media (max-width: 767px) {
    .ng-cart-drop,
    .ng-profile-drop {
      left: 0;
      border: 1px solid #e2e2e2;
      right: 0;
      width: 100%;
      top: 100%; } }
  @media (min-width: 768px) {
    .ng-cart-drop,
    .ng-profile-drop {
      width: 320px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); } }
  .ng-cart-drop p,
  .ng-profile-drop p {
    margin: 0 0 5px; }
  .ng-cart-drop:before,
  .ng-profile-drop:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 19px;
    top: -19px; }
  .ng-cart-drop .ng-empty-cart,
  .ng-cart-drop .empty-cart,
  .ng-profile-drop .ng-empty-cart,
  .ng-profile-drop .empty-cart {
    font-size: 14px;
    padding: 30px;
    text-align: center;
    display: block; }

.ng-cart-drop {
  padding: 0 20px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .ng-cart-drop {
      display: none !important; } }

.cart-footer {
  padding: 10px 0; }
  .cart-footer .ng-btn-black {
    text-align: center;
    margin-bottom: 0; }
  .cart-footer .more-items {
    text-align: center;
    padding-bottom: 10px; }

.cart-items .cart-item {
  padding: 20px 0;
  position: relative; }
  .cart-items .cart-item:after {
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px; }

.cart-items .cart-item-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; }

.cart-items .item-image {
  width: 40%; }
  .cart-items .item-image img {
    width: 100%;
    height: auto; }

.cart-items .item-content {
  width: 60%;
  text-transform: uppercase;
  padding-left: 10px; }

.cart-items .item-desc {
  text-align: right;
  display: block; }

.ng-profile-drop {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .ng-profile-drop {
      padding: 0 30px; } }
  .ng-profile-drop .ng-body {
    padding: 20px 0 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #000000; }
  .ng-profile-drop .ng-profile-title {
    border-bottom: 1px solid #000000;
    padding: 22px 0 18px;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.5; }

.ng-check-list {
  text-align: left;
  margin-bottom: 14px; }
  .ng-check-list li {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    position: relative;
    margin-bottom: 0;
    padding-left: 32px; }
    .ng-check-list li:before {
      position: absolute;
      left: 0;
      top: 3px; }

.ng-cart {
  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; }
  @media (max-width: 767px) {
    .ng-cart:before, .ng-cart:after {
      display: none; } }

@media (min-width: 768px) {
  .ng-cart,
  .ng-profile-login {
    position: relative; } }

.ng-cart:hover:before, .ng-cart:hover:after,
.ng-profile-login:hover:before,
.ng-profile-login:hover:after {
  opacity: 1;
  visibility: visible; }

.ng-cart:hover .ng-cart-drop,
.ng-cart:hover .ng-profile-drop,
.ng-profile-login:hover .ng-cart-drop,
.ng-profile-login:hover .ng-profile-drop {
  opacity: 1;
  visibility: visible; }

.ng-cart:before, .ng-cart:after,
.ng-profile-login:before,
.ng-profile-login:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0;
  width: 0;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -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; }

.ng-cart:after,
.ng-profile-login:after {
  margin-bottom: 1px;
  height: 0;
  width: 0;
  border-bottom: 11px solid #e2e2e2;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  z-index: -1; }

.ng-btn-black {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 9px 17px;
  line-height: normal;
  margin-bottom: 14px;
  border-radius: 2px;
  letter-spacing: 1px;
  background: #2c262d;
  border: 2px solid transparent;
  color: #fff !important;
  font-weight: 700; }
  .ng-btn-black:hover {
    opacity: 0.8; }
  .ng-btn-black.ng-btn-black-outline {
    border: 2px solid #2c262d;
    background: none;
    color: #2c262d !important;
    overflow: hidden;
    z-index: 1;
    position: relative; }
    .ng-btn-black.ng-btn-black-outline:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: -webkit-linear-gradient(left, #2c262d 0%, #2c262d 100%), -webkit-linear-gradient(left, #2c262d 0%, #2c262d 100%);
      background-image: linear-gradient(to right, #2c262d 0%, #2c262d 100%), linear-gradient(to right, #2c262d 0%, #2c262d 100%);
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
              transition: transform 0.2s ease-in-out;
      z-index: -1; }
    .ng-btn-black.ng-btn-black-outline:hover {
      color: #fff !important;
      opacity: 1; }
      .ng-btn-black.ng-btn-black-outline:hover:before {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }

.ng-welcome {
  font-size: 25px;
  line-height: 1.5;
  display: block;
  margin-bottom: 5px;
  white-space: normal; }

.ng-user-list {
  text-align: left; }
  .ng-user-list li {
    margin-bottom: 5px; }
  .ng-user-list a {
    color: #262626;
    display: block; }
    .ng-user-list a:hover {
      opacity: 0.8; }
  .ng-user-list img {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    margin-right: 10px; }

.ng-header-business {
  border: none;
  box-shadow: 0 4px 8px 0 rgba(40, 43, 49, 0.08); }
  .ng-header-business .ng-container, .ng-header-business .ng-breadcrumbs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 15px;
    max-width: 1370px; }
    @media (min-width: 768px) {
      .ng-header-business .ng-container, .ng-header-business .ng-breadcrumbs {
        padding: 18px 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .ng-header-business .ng-nav {
    width: calc(100% - 108px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 768px) {
      .ng-header-business .ng-nav {
        width: calc(100% - 95px);
        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; } }
    @media (min-width: 992px) {
      .ng-header-business .ng-nav {
        width: calc(100% - 151px); } }
  .ng-header-business .ng-menu {
    padding-bottom: 16px;
    border: none;
    font-size: 14px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .ng-header-business .ng-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 0 -4px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
        font-size: 12px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .ng-header-business .ng-menu.test-list {
          width: auto; } }
    @media (min-width: 992px) {
      .ng-header-business .ng-menu {
        width: auto; } }
    @media (min-width: 992px) {
      .ng-header-business .ng-menu {
        margin: 0 0 -4px;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .ng-header-business .ng-menu {
        margin: 0 0 -4px; } }
    @media (min-width: 1400px) {
      .ng-header-business .ng-menu {
        margin: 0 0 -4px; } }
    .ng-header-business .ng-menu > li {
      border-bottom: none; }
      @media (min-width: 768px) {
        .ng-header-business .ng-menu > li {
          margin: 0 7px 4px; } }
      @media (min-width: 992px) {
        .ng-header-business .ng-menu > li {
          height: auto;
          margin: 0 6px 4px; } }
      @media (min-width: 1200px) {
        .ng-header-business .ng-menu > li {
          margin: 0 15px 4px; } }
      @media (min-width: 1400px) {
        .ng-header-business .ng-menu > li {
          margin: 0 17px 4px; } }
      .ng-header-business .ng-menu > li > a {
        font-weight: 500;
        padding: 8px 20px;
        color: #fff;
        font-weight: 500; }
        @media (min-width: 768px) {
          .ng-header-business .ng-menu > li > a {
            color: rgba(44, 38, 45, 0.5);
            background: none;
            padding: 0; } }
        .ng-header-business .ng-menu > li > a:hover {
          background: #662e88; }
          @media (min-width: 768px) {
            .ng-header-business .ng-menu > li > a:hover {
              background: none;
              color: #2c262d; } }
      .ng-header-business .ng-menu > li.active > a {
        background: #662e88;
        color: #2c262d; }
  @media (min-width: 992px) {
    .ng-header-business .ng-nav-left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .ng-header-business .ng-nav-opener {
    top: 27px;
    left: 12px;
    width: 32px;
    height: 24px; }
    @media (min-width: 768px) {
      .ng-header-business .ng-nav-opener {
        display: none; } }
    .ng-header-business .ng-nav-opener:before, .ng-header-business .ng-nav-opener:after,
    .ng-header-business .ng-nav-opener span {
      height: 2px;
      background: #a4a4a4; }
  .ng-header-business .ng-logo {
    margin-left: 31px;
    width: 76px; }
    @media (min-width: 768px) {
      .ng-header-business .ng-logo {
        margin: 0;
        width: 94px; } }
    @media (min-width: 992px) {
      .ng-header-business .ng-logo {
        width: 148px; } }
  @media (min-width: 768px) {
    .ng-header-business .ng-nav-right {
      width: 122px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 992px) {
    .ng-header-business .ng-nav-right {
      width: 202px; } }
  .ng-header-business .ng-btn, .ng-header-business .ps-widget .ps-button-label, .ps-widget .ng-header-business .ps-button-label, .ng-header-business .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    padding: 6px 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4285714286; }
    @media (min-width: 768px) {
      .ng-header-business .ng-btn, .ng-header-business .ps-widget .ps-button-label, .ps-widget .ng-header-business .ps-button-label, .ng-header-business .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
        padding: 3px 12px; } }
    @media (min-width: 992px) {
      .ng-header-business .ng-btn, .ng-header-business .ps-widget .ps-button-label, .ps-widget .ng-header-business .ps-button-label, .ng-header-business .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
        width: 132px;
        font-size: 14px;
        line-height: 14px;
        padding: 13px;
        margin-left: 8px; } }
  .ng-header-business .ng-select-language {
    padding-right: 7px; }
    .ng-header-business .ng-select-language .ng-language-opener {
      padding: 0 0 0 18px; }
      .ng-header-business .ng-select-language .ng-language-opener:after {
        left: 1px;
        font-size: 9px;
        right: auto; }
        @media (min-width: 768px) {
          .ng-header-business .ng-select-language .ng-language-opener:after {
            left: 4px;
            margin-top: 2px; } }
    .ng-header-business .ng-select-language .ng-select-drop {
      left: auto;
      right: -83px;
      bottom: auto;
      top: 42px;
      width: 230px; }
      @media (min-width: 768px) {
        .ng-header-business .ng-select-language .ng-select-drop {
          right: 0;
          width: 310px;
          top: 50px; } }
      .ng-header-business .ng-select-language .ng-select-drop ul {
        height: calc(100vh - 180px); }
  .ng-header-business .ng-nav-drop {
    position: absolute;
    top: 100%; }
    @media (min-width: 768px) {
      .ng-header-business .ng-nav-drop {
        position: static;
        max-height: none;
        overflow: visible;
        width: calc(100% - 122px);
        padding: 0 10px; } }
    @media (min-width: 992px) {
      .ng-header-business .ng-nav-drop {
        width: calc(100% - 202px); } }
    @media (min-width: 1200px) {
      .ng-header-business .ng-nav-drop {
        padding: 0 30px; } }
  .ng-header-business .ng-nav-wrap {
    background: #95258a;
    padding: 16px 0 20px;
    height: auto;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
    @media (min-width: 768px) {
      .ng-header-business .ng-nav-wrap {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        background: none;
        padding: 0;
        display: block;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        overflow: visible; } }
    @media (min-width: 992px) {
      .ng-header-business .ng-nav-wrap {
        display: block; } }
    .ng-header-business .ng-nav-wrap .ng-nav-active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .ng-header-business .ng-nav-left {
    background: none;
    padding: 0;
    position: static;
    display: block;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .ng-header-business .ng-nav-left {
        padding: 0;
        height: 0;
        width: 0; } }
    @media (min-width: 992px) {
      .ng-header-business .ng-nav-left {
        display: inline;
        width: auto; } }
  @media (min-width: 768px) {
    .ng-header-business .ng-search-drop {
      -webkit-transform: translate(80px, -50%);
          -ms-transform: translate(80px, -50%);
              transform: translate(80px, -50%);
      -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, -webkit-transform 1s ease-in-out,  -webkit-transform 400ms ease-in-out;
              transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, transform 1s ease-in-out,  transform 400ms ease-in-out;
      opacity: 0;
      visibility: hidden;
      height: 100%;
      top: 50%;
      margin: 0 auto;
      width: 100%;
      position: absolute;
      left: 0;
      height: 100%;
      background: #fff;
      white-space: nowrap;
      text-align: center;
      z-index: 99; }
      .ng-header-business .ng-search-drop:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%; }
      .ng-header-business .ng-search-drop > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle; }
      .ng-search-active .ng-header-business .ng-search-drop {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); } }
  @media (min-width: 992px) {
    .ng-header-business .ng-search-drop {
      z-index: 99; } }
  .ng-header-business .ng-search-block .ng-search-form {
    width: 100%; }
    @media (min-width: 768px) {
      .ng-header-business .ng-search-block .ng-search-form {
        width: 400px;
        margin: 0 auto; } }
  @media (min-width: 768px) {
    .ng-header-business .ng-search-block .ng-search-opener {
      display: block;
      position: absolute;
      right: 123px;
      top: 25px;
      font-size: 14px;
      color: rgba(44, 38, 45, 0.5); }
      .ng-header-business .ng-search-block .ng-search-opener:hover {
        color: #692d87; } }
  @media (min-width: 992px) {
    .ng-header-business .ng-search-block .ng-search-opener {
      position: absolute;
      right: 197px;
      top: 29px;
      font-size: 20px; } }
  @media (min-width: 768px) {
    .ng-header-business .ng-search-block .ng-search-close {
      position: absolute;
      right: -80px;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .ng-header-business .ng-search-block input[type='search'] {
    background: #fff; }
    @media (min-width: 768px) {
      .ng-header-business .ng-search-block input[type='search'] {
        background: #f1f4f5; } }

.profile_login_item {
  margin: 20px 5px 0 0; }
  @media (min-width: 768px) {
    .profile_login_item {
      margin: 20px 5px 0 0; } }
  @media (min-width: 1200px) {
    .profile_login_item {
      margin: 20px 5px 0 0; } }

.ng-header .cart {
  margin: 22px 5px 0 0; }
  @media (min-width: 768px) {
    .ng-header .cart {
      margin: 22px 0 0 0; } }
  @media (min-width: 1200px) {
    .ng-header .cart {
      margin: 22px 0 0 0; } }

.d-block {
  display: block !important; }

.d-none {
  display: none !important; }

.d-inline-block {
  display: inline-block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 375px) {
  .d-sm-block {
    display: block !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }
  .d-md-none {
    display: none !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 375px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 375px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.position-fixed {
  position: fixed !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

@media (min-width: 375px) {
  .position-sm-fixed {
    position: fixed !important; }
  .position-sm-static {
    position: static !important; }
  .position-sm-relative {
    position: relative !important; }
  .position-sm-absolute {
    position: absolute !important; } }

@media (min-width: 768px) {
  .position-md-fixed {
    position: fixed !important; }
  .position-md-static {
    position: static !important; }
  .position-md-relative {
    position: relative !important; }
  .position-md-absolute {
    position: absolute !important; } }

@media (min-width: 992px) {
  .position-lg-fixed {
    position: fixed !important; }
  .position-lg-static {
    position: static !important; }
  .position-lg-relative {
    position: relative !important; }
  .position-lg-absolute {
    position: absolute !important; } }

@media (min-width: 1200px) {
  .position-xl-fixed {
    position: fixed !important; }
  .position-xl-static {
    position: static !important; }
  .position-xl-relative {
    position: relative !important; }
  .position-xl-absolute {
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 375px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.theme-business {
  color: #585459; }
  .theme-business .ng-filter-title a:hover {
    color: #6E2585; }
  .theme-business .ng-slider-nav .ng-slide.slick-current .ng-slide-img {
    border-color: #6E2585;
    box-shadow: 0 1px 8px 0 rgba(110, 37, 133, 0.3); }
  .theme-business .ng-btn, .theme-business .ps-widget .ps-button-label, .ps-widget .theme-business .ps-button-label, .theme-business .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #6E2585, #834597);
    background-image: linear-gradient(to right, #6E2585, #834597); }
    .theme-business .ng-btn.ng-btn--outline, .theme-business .ps-widget .ng-btn--outline.ps-button-label, .ps-widget .theme-business .ng-btn--outline.ps-button-label, .theme-business .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #6E2585;
      color: #6E2585;
      background: none; }
      .theme-business .ng-btn.ng-btn--outline:hover, .theme-business .ps-widget .ng-btn--outline.ps-button-label:hover, .ps-widget .theme-business .ng-btn--outline.ps-button-label:hover, .theme-business .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #6E2585;
        color: #fff; }
    .theme-business .ng-btn.ng-btn--text, .theme-business .ps-widget .ng-btn--text.ps-button-label, .ps-widget .theme-business .ng-btn--text.ps-button-label, .theme-business .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: transparent;
      color: #6E2585;
      background: none; }
      .theme-business .ng-btn.ng-btn--text:hover, .theme-business .ps-widget .ng-btn--text.ps-button-label:hover, .ps-widget .theme-business .ng-btn--text.ps-button-label:hover, .theme-business .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        color: #fff;
        border-color: transparent; }
    .theme-business .ng-btn.ng-btn--white, .theme-business .ps-widget .ng-btn--white.ps-button-label, .ps-widget .theme-business .ng-btn--white.ps-button-label, .theme-business .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #fff;
      color: #6E2585;
      border-color: transparent; }
      .theme-business .ng-btn.ng-btn--white:hover, .theme-business .ps-widget .ng-btn--white.ps-button-label:hover, .ps-widget .theme-business .ng-btn--white.ps-button-label:hover, .theme-business .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #6E2585;
        color: #fff;
        border-color: transparent; }
    .theme-business .ng-btn.ng-btn-outline--white, .theme-business .ps-widget .ng-btn-outline--white.ps-button-label, .ps-widget .theme-business .ng-btn-outline--white.ps-button-label, .theme-business .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #fff;
      background: none;
      color: #fff; }
      .theme-business .ng-btn.ng-btn-outline--white:hover, .theme-business .ps-widget .ng-btn-outline--white.ps-button-label:hover, .ps-widget .theme-business .ng-btn-outline--white.ps-button-label:hover, .theme-business .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #fff;
        border-color: transparent;
        color: #6E2585; }
  .theme-business .ng-btn-more {
    color: #6E2585; }
    .theme-business .ng-btn-more:before {
      background: #6E2585; }
  .theme-business .ng-brand {
    color: #6E2585; }
  .theme-business .ng-section .ng-list--brand li:before, .theme-business.ng-section .ng-list--brand li:before {
    background: #6E2585; }
  .theme-business .ng-btn-pdf:before {
    color: #6E2585; }
  .theme-business .ng-btn-arrow {
    color: #834597; }
    .theme-business .ng-btn-arrow:hover {
      background: #834597;
      color: #fff; }
  .theme-business .ng-social-networks a:hover {
    background: #6E2585; }
  .theme-business .ng-txt-link,
  .theme-business .ng-product-block .ng-price-amt,
  .theme-business .ng-product-varient-hold .ng-hidden-list .ng-product-price,
  .theme-business .ng-specs-list > li.ng-active .ng-specs-title,
  .theme-business .ng-tech-specs--secondary .ng-specs-title,
  .theme-business.ng-tech-specs--secondary .ng-specs-title,
  .theme-business .ng-overview .ng-row .ng-h1,
  .theme-business .ng-video-title,
  .theme-business .ng-features-wrap .ng-features-title,
  .theme-business .jcf-select .jcf-select-text,
  .theme-business .jcf-select .jcf-select-opener:before,
  .theme-business .ng-sub-navigation-list a:hover,
  .theme-business .ng-sub-navigation-list .ng-anchor-active a,
  .theme-business .ng-filter-list.ng-filter-list-space li.ng-active a,
  .theme-business .ng-filter-list.ng-filter-list-space li a:hover,
  .theme-business .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-price, .theme-business .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-price {
    color: #6E2585; }
  .theme-business .ng-product-varient-hold .ng-product-varient .ng-radio-label input:checked ~ .ng-slide,
  .theme-business .ng-product-varient-hold .ng-hidden-list .ng-radio-label input:checked ~ .ng-slide {
    border-color: #6E2585;
    box-shadow: 0 1px 8px 0 rgba(110, 37, 133, 0.3); }
  .theme-business .ng-product-varient-hold .ng-product-varient .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-business .ng-product-varient-hold .ng-hidden-list .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-business .ng-filter-list a:before,
  .theme-business .ng-warrent-checkbox input:checked ~ .ng-slide {
    background: #6E2585; }
  .theme-business .ng-support .ng-banner-image:after,
  .theme-business.ng-support .ng-banner-image:after,
  .theme-business .ng-update:after, .theme-business.ng-update:after {
    background-image: -webkit-linear-gradient(1deg, #834597 0%, rgba(131, 69, 151, 0.2) 100%);
    background-image: linear-gradient(89deg, #834597 0%, rgba(131, 69, 151, 0.2) 100%); }
  .theme-business .ng-btn-show,
  .theme-business .ng-btn-link {
    color: #6E2585; }
    .theme-business .ng-btn-show:before,
    .theme-business .ng-btn-link:before {
      background: #6E2585; }
  .theme-business .ng-features-wrap .ng-features-list li:before {
    background: #6E2585; }
  .theme-business .ng-btn-download:hover:before {
    background: #6E2585; }
  .theme-business .ng-btn-link-gray, .theme-business .ps-widget.ng-btn-retailer .ps-button-label, .ps-widget.ng-btn-retailer .theme-business .ps-button-label {
    color: #585459; }
    .theme-business .ng-btn-link-gray:hover, .theme-business .ps-widget.ng-btn-retailer .ps-button-label:hover, .ps-widget.ng-btn-retailer .theme-business .ps-button-label:hover {
      color: #6E2585; }
  .theme-business .ng-btn-play .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #6E2585;
    border-top: 10.5px solid transparent; }
  .theme-business .ng-video.ng-video--overlay .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #6E2585 0%, rgba(131, 69, 151, 0.36) 100%);
    background-image: linear-gradient(270deg, #6E2585 0%, rgba(131, 69, 151, 0.36) 100%); }
  .theme-business .ng-video .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(left, rgba(110, 37, 133, 0) 0%, rgba(131, 69, 151, 0.74) 100%);
    background-image: linear-gradient(to right, rgba(110, 37, 133, 0) 0%, rgba(131, 69, 151, 0.74) 100%); }
  .theme-business .ng-btn-play.ng-btn-play--small .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #6E2585;
    border-top: 10.5px solid transparent; }
  .theme-business .ng-video.ng-video--col .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #834597 0%, rgba(131, 69, 151, 0.25) 100%);
    background-image: linear-gradient(270deg, #834597 0%, rgba(131, 69, 151, 0.25) 100%); }
  .theme-business .ng-support--two-cols .ng-text {
    background-image: -webkit-linear-gradient(69deg, #834597 0%, #834597 100%);
    background-image: linear-gradient(21deg, #834597 0%, #834597 100%); }
  .theme-business .ng-banner-swimline--transparent:before, .theme-business.ng-banner-swimline--transparent:before {
    background-image: -webkit-linear-gradient(176deg, #834597 0%, rgba(131, 69, 151, 0.53) 100%);
    background-image: linear-gradient(-86deg, #834597 0%, rgba(131, 69, 151, 0.53) 100%); }
  .theme-business .ng-banner-swimline:after, .theme-business.ng-banner-swimline:after {
    background-image: -webkit-linear-gradient(65deg, #834597 0%, #834597 100%);
    background-image: linear-gradient(25deg, #834597 0%, #834597 100%); }
  .theme-business .ng-banner, .theme-business.ng-banner {
    background-image: -webkit-linear-gradient(65deg, #834597 0%, #6E2585 100%);
    background-image: linear-gradient(25deg, #834597 0%, #6E2585 100%); }
  .theme-business .ng-banner-two-columns .ng-sub-block:after,
  .theme-business.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #834597 0%, rgba(131, 69, 151, 0.24) 100%);
    background-image: linear-gradient(137deg, #834597 0%, rgba(131, 69, 151, 0.24) 100%); }
  .theme-business .ng-banner-two-columns .ng-main-block:after,
  .theme-business .ng-banner-two-columns .ng-sub-block:after,
  .theme-business.ng-banner-two-columns .ng-main-block:after,
  .theme-business.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #834597 0%, rgba(131, 69, 151, 0.24) 100%);
    background-image: linear-gradient(137deg, #834597 0%, rgba(131, 69, 151, 0.24) 100%); }
  .theme-business .ng-banner-two-columns:hover .ng-main-block:after,
  .theme-business .ng-banner-two-columns:hover .ng-sub-block:after,
  .theme-business.ng-banner-two-columns:hover .ng-main-block:after,
  .theme-business.ng-banner-two-columns:hover .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #834597 0%, rgba(131, 69, 151, 0.3) 100%);
    background-image: linear-gradient(137deg, #834597 0%, rgba(131, 69, 151, 0.3) 100%); }
  .theme-business a {
    color: #6E2585; }
  .theme-business .ng-footer .ng-footer-nav a:hover {
    color: #6E2585; }
  .theme-business .ng-footer--secondary .ng-footer-info a:hover {
    color: #6E2585; }
  .theme-business .ng-notification-bar.ng-purple-bg {
    background-image: -webkit-linear-gradient(top, #6E2585, #834597);
    background-image: linear-gradient(to bottom, #6E2585, #834597); }
  .theme-business .ng-notification-bar .ng-notification-close:before, .theme-business .ng-notification-bar .ng-notification-close:after {
    background: #6E2585; }
  .theme-business .ng-notification-bar {
    color: #6E2585; }
  .theme-business .ng-notification-bar .ng-btn.ng-btn-white, .theme-business .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label, .ps-widget .theme-business .ng-notification-bar .ng-btn-white.ps-button-label, .theme-business .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #6E2585; }
  .theme-business .ng-section--primary, .theme-business.ng-section--primary {
    background: #6E2585;
    color: #fff; }
  .theme-business .ng-bg--primary, .theme-business.ng-bg--primary {
    background: #6E2585 !important;
    color: #fff; }
  .theme-business .ng-text--primary {
    color: #6E2585 !important; }
  .theme-business .ng-product-block .ng-max-txt .ng-red {
    color: #6E2585; }
  .theme-business .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #6E2585; }
  .theme-business .ng-support--two-cols .ng-text:before,
  .theme-business.ng-support--two-cols .ng-text:before {
    background-image: -webkit-linear-gradient(69deg, #6E2585 0%, #6E2585 100%);
    background-image: linear-gradient(21deg, #6E2585 0%, #6E2585 100%); }
  .theme-business .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-business .ng-banner .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-business.ng-banner .ng-btn-wrap .ps-widget .ps-button-label {
    background: #fff;
    color: #6E2585; }
  .theme-business .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-business .ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-business.ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover {
    background: #6E2585;
    color: #fff; }
  .theme-business .elq-form input[type=checkbox]:checked + .checkbox-label:before {
    background: #6E2585; }
  .theme-business .elq-form button, .theme-business input[type=reset], .theme-business input[type=button], .theme-business input[type=submit], .theme-business input[type=checkbox], .theme-business input[type=radio], .theme-business select {
    background-image: -webkit-linear-gradient(left, #834597, #6E2585);
    background-image: linear-gradient(to right, #834597, #6E2585); }
  .theme-business .ng-col-text .ng-h1 {
    color: #6E2585; }
  .theme-business .ng-compare-details-item .ng-h3,
  .theme-business .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-price,
  .theme-business .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-price,
  .theme-business .ng-accordion--features .ng-active .ng-opener {
    color: #6E2585; }
  .theme-business .fancybox-close-small svg path {
    fill: #6E2585; }
  .theme-business .elq-form input[type=text]:focus, .theme-business .elq-form textarea:focus, .theme-business .elq-form select[multiple=multiple]:focus, .theme-business .elq-form .jcf-select:focus {
    outline: none;
    border-color: #6E2585; }
  .theme-business .ng-form .ng-overlay:after,
  .theme-business.ng-form .ng-overlay:after {
    background-image: -webkit-linear-gradient(313deg, rgba(110, 37, 133, 0.53) 0%, rgba(131, 69, 151, 0) 100%);
    background-image: linear-gradient(137deg, rgba(110, 37, 133, 0.53) 0%, rgba(131, 69, 151, 0) 100%); }
  .theme-business input[type="text"]:focus, .theme-business input[type="tel"]:focus, .theme-business input[type="email"]:focus, .theme-business input[type="search"]:focus, .theme-business input[type="password"]:focus, .theme-business input[type="url"]:focus, .theme-business input[type="date"]:focus, .theme-business textarea:focus {
    border-color: #6E2585; }
  .theme-business .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff !important;
    color: #7b2a89 !important; }
    .theme-business .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89 !important;
      color: #fff !important;
      border-color: transparent !important; }
  .theme-business .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background-image: -webkit-linear-gradient(left, #6E2585, #834597) !important;
    background-image: linear-gradient(to right, #6E2585, #834597) !important; }
  .theme-business .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-title a:before,
  .theme-business .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-title a:before,
  .theme-business .ng-product-varient-hold .ng-product-varient .ng-product-title a:hover:before,
  .theme-business .ng-product-varient-hold .ng-hidden-list .ng-product-title a:hover:before,
  .theme-business .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-title a:before, .theme-business .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-title a:before {
    border-color: #6E2585; }
  .theme-business .ng-header-business .ng-nav-wrap {
    background: #6E2585; }
    @media (min-width: 768px) {
      .theme-business .ng-header-business .ng-nav-wrap {
        background: none; } }
  .theme-business .ng-recommended .ng-h2 a:hover,
  .theme-business .ng-recommended .ng-h4 a:hover,
  .theme-business .ng-awards .ng-h4 a:hover,
  .theme-business .ng-accordion--faq li.ng-active .ng-opener,
  .theme-business .ng-faq-list li.ng-active .ng-opener,
  .theme-business .ng-faq-list .ng-faq-title,
  .theme-business .ng-diagram .ng-desc-title,
  .theme-business .ng-tab-steps li.tab-active a,
  .theme-business .ng-tab-steps--secondary li a .ng-icon,
  .theme-business .ng-diagram--secondary .ng-tab-steps span,
  .theme-business .ng-diagrams .ng-title {
    color: #6E2585; }
  .theme-business .tab-content--app .ng-acc-opener,
  .theme-business .ng-acc-opener .ng-icon {
    color: #6E2585; }
  .theme-business .ng-acc-opener:before {
    background: #6E2585; }
  .theme-business .ng-primary-text {
    color: #6E2585 !important; }
  .theme-business .ng-tab-steps li.tab-active a:before {
    background: #6E2585;
    border-color: #6E2585;
    box-shadow: 0 0 15px rgba(110, 37, 133, 0.4); }
  .theme-business .ng-reviews--btn .itcs-widgetc--branding-link,
  .theme-business .ng-diagram--secondary .ng-active .ng-acc-opener,
  .theme-business .ng-diagram--secondary .ng-title {
    color: #6E2585; }
  .theme-business .ng-reviews--btn .itcs-widgetc--branding-link:before {
    background: #6E2585; }
  .theme-business .ng-tab-steps--secondary li.tab-active a .ng-icon {
    border-color: #6E2585; }
  .theme-business .ng-diagram--secondary .ng-tab-steps li.tab-active a:before {
    border-color: #6E2585;
    color: #6E2585; }
  .theme-business .lavalamp .move-block,
  .theme-business .ng-faq-list--secondary .ng-faq-title,
  .theme-business .ng-diagram--secondary .ng-tab-steps a:after {
    background: #6E2585; }
  .theme-business .ng-faq-list--secondary .ng-faq-title {
    color: #fff; }
  .theme-business .ng-animation .ProgressBar-contentCircle .ProgressBar-circle {
    stroke: #6E2585; }
  .theme-business .ng-diagrams-list .ng-icon svg path {
    fill: #6E2585; }
  .theme-business .ng-diagrams .ng-icon {
    color: #6E2585;
    border-color: #6E2585; }
  .theme-business .ng-btn-pdf {
    color: #585459; }
  .theme-business .slick-slider .slick-dots li.slick-active button,
  .theme-business .slick-slider .slick-dots li button:hover {
    background: #6E2585; }
  .theme-business .slick-slider .slick-dots li button {
    border-color: #6E2585; }
  .theme-business .ng-text--primary {
    color: #6E2585 !important; }
  .theme-business .ng-reviews .itcs-widgetc--slide-contents:before {
    color: rgba(110, 37, 133, 0.21); }
  .theme-business .ng-reviews--tertiary .ng-slide-wrap:before {
    background: #6E2585; }
  .theme-business .ng-diagrams:after {
    border-color: #6E2585; }
  .theme-business .ng-awards .tabset li a:hover,
  .theme-business .ng-awards .tabset li.tab-active a {
    color: #6E2585; }
  .theme-business .fancybox-content .ng-list--brand li:before, .theme-business .fancybox-content .ng-hidden-list li:before {
    background: #6E2585; }

.theme-orbi {
  color: #585459; }
  .theme-orbi .ng-filter-title a:hover {
    color: #00A1DE; }
  .theme-orbi .ng-slider-nav .ng-slide.slick-current .ng-slide-img {
    border-color: #00A1DE;
    box-shadow: 0 1px 8px 0 rgba(0, 161, 222, 0.3); }
  .theme-orbi .ng-btn, .theme-orbi .ps-widget .ps-button-label, .ps-widget .theme-orbi .ps-button-label, .theme-orbi .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #00A1DE, #27B2E6);
    background-image: linear-gradient(to right, #00A1DE, #27B2E6); }
    .theme-orbi .ng-btn.ng-btn--outline, .theme-orbi .ps-widget .ng-btn--outline.ps-button-label, .ps-widget .theme-orbi .ng-btn--outline.ps-button-label, .theme-orbi .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #00A1DE;
      color: #00A1DE;
      background: none; }
      .theme-orbi .ng-btn.ng-btn--outline:hover, .theme-orbi .ps-widget .ng-btn--outline.ps-button-label:hover, .ps-widget .theme-orbi .ng-btn--outline.ps-button-label:hover, .theme-orbi .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #00A1DE;
        color: #fff; }
    .theme-orbi .ng-btn.ng-btn--text, .theme-orbi .ps-widget .ng-btn--text.ps-button-label, .ps-widget .theme-orbi .ng-btn--text.ps-button-label, .theme-orbi .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: transparent;
      color: #00A1DE;
      background: none; }
      .theme-orbi .ng-btn.ng-btn--text:hover, .theme-orbi .ps-widget .ng-btn--text.ps-button-label:hover, .ps-widget .theme-orbi .ng-btn--text.ps-button-label:hover, .theme-orbi .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        color: #fff;
        border-color: transparent; }
    .theme-orbi .ng-btn.ng-btn--white, .theme-orbi .ps-widget .ng-btn--white.ps-button-label, .ps-widget .theme-orbi .ng-btn--white.ps-button-label, .theme-orbi .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #fff;
      color: #00A1DE;
      border-color: transparent; }
      .theme-orbi .ng-btn.ng-btn--white:hover, .theme-orbi .ps-widget .ng-btn--white.ps-button-label:hover, .ps-widget .theme-orbi .ng-btn--white.ps-button-label:hover, .theme-orbi .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #00A1DE;
        color: #fff;
        border-color: transparent; }
    .theme-orbi .ng-btn.ng-btn-outline--white, .theme-orbi .ps-widget .ng-btn-outline--white.ps-button-label, .ps-widget .theme-orbi .ng-btn-outline--white.ps-button-label, .theme-orbi .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #fff;
      background: none;
      color: #fff; }
      .theme-orbi .ng-btn.ng-btn-outline--white:hover, .theme-orbi .ps-widget .ng-btn-outline--white.ps-button-label:hover, .ps-widget .theme-orbi .ng-btn-outline--white.ps-button-label:hover, .theme-orbi .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #fff;
        border-color: transparent;
        color: #00A1DE; }
  .theme-orbi .ng-btn-more {
    color: #00A1DE; }
    .theme-orbi .ng-btn-more:before {
      background: #00A1DE; }
  .theme-orbi .ng-brand {
    color: #00A1DE; }
  .theme-orbi .ng-section .ng-list--brand li:before, .theme-orbi.ng-section .ng-list--brand li:before {
    background: #00A1DE; }
  .theme-orbi .ng-btn-pdf:before {
    color: #00A1DE; }
  .theme-orbi .ng-btn-arrow {
    color: #27B2E6; }
    .theme-orbi .ng-btn-arrow:hover {
      background: #27B2E6;
      color: #fff; }
  .theme-orbi .ng-social-networks a:hover {
    background: #00A1DE; }
  .theme-orbi .ng-txt-link,
  .theme-orbi .ng-product-block .ng-price-amt,
  .theme-orbi .ng-product-varient-hold .ng-hidden-list .ng-product-price,
  .theme-orbi .ng-specs-list > li.ng-active .ng-specs-title,
  .theme-orbi .ng-tech-specs--secondary .ng-specs-title,
  .theme-orbi.ng-tech-specs--secondary .ng-specs-title,
  .theme-orbi .ng-overview .ng-row .ng-h1,
  .theme-orbi .ng-video-title,
  .theme-orbi .ng-features-wrap .ng-features-title,
  .theme-orbi .jcf-select .jcf-select-text,
  .theme-orbi .jcf-select .jcf-select-opener:before,
  .theme-orbi .ng-sub-navigation-list a:hover,
  .theme-orbi .ng-sub-navigation-list .ng-anchor-active a,
  .theme-orbi .ng-filter-list.ng-filter-list-space li.ng-active a,
  .theme-orbi .ng-filter-list.ng-filter-list-space li a:hover,
  .theme-orbi .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-price, .theme-orbi .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-price {
    color: #00A1DE; }
  .theme-orbi .ng-product-varient-hold .ng-product-varient .ng-radio-label input:checked ~ .ng-slide,
  .theme-orbi .ng-product-varient-hold .ng-hidden-list .ng-radio-label input:checked ~ .ng-slide {
    border-color: #00A1DE;
    box-shadow: 0 1px 8px 0 rgba(0, 161, 222, 0.3); }
  .theme-orbi .ng-product-varient-hold .ng-product-varient .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-orbi .ng-product-varient-hold .ng-hidden-list .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-orbi .ng-filter-list a:before,
  .theme-orbi .ng-warrent-checkbox input:checked ~ .ng-slide {
    background: #00A1DE; }
  .theme-orbi .ng-support .ng-banner-image:after,
  .theme-orbi.ng-support .ng-banner-image:after,
  .theme-orbi .ng-update:after, .theme-orbi.ng-update:after {
    background-image: -webkit-linear-gradient(1deg, #27B2E6 0%, rgba(39, 178, 230, 0.2) 100%);
    background-image: linear-gradient(89deg, #27B2E6 0%, rgba(39, 178, 230, 0.2) 100%); }
  .theme-orbi .ng-btn-show,
  .theme-orbi .ng-btn-link {
    color: #00A1DE; }
    .theme-orbi .ng-btn-show:before,
    .theme-orbi .ng-btn-link:before {
      background: #00A1DE; }
  .theme-orbi .ng-features-wrap .ng-features-list li:before {
    background: #00A1DE; }
  .theme-orbi .ng-btn-download:hover:before {
    background: #00A1DE; }
  .theme-orbi .ng-btn-link-gray, .theme-orbi .ps-widget.ng-btn-retailer .ps-button-label, .ps-widget.ng-btn-retailer .theme-orbi .ps-button-label {
    color: #585459; }
    .theme-orbi .ng-btn-link-gray:hover, .theme-orbi .ps-widget.ng-btn-retailer .ps-button-label:hover, .ps-widget.ng-btn-retailer .theme-orbi .ps-button-label:hover {
      color: #00A1DE; }
  .theme-orbi .ng-btn-play .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #00A1DE;
    border-top: 10.5px solid transparent; }
  .theme-orbi .ng-video.ng-video--overlay .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #00A1DE 0%, rgba(39, 178, 230, 0.36) 100%);
    background-image: linear-gradient(270deg, #00A1DE 0%, rgba(39, 178, 230, 0.36) 100%); }
  .theme-orbi .ng-video .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(left, rgba(0, 161, 222, 0) 0%, rgba(39, 178, 230, 0.74) 100%);
    background-image: linear-gradient(to right, rgba(0, 161, 222, 0) 0%, rgba(39, 178, 230, 0.74) 100%); }
  .theme-orbi .ng-btn-play.ng-btn-play--small .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #00A1DE;
    border-top: 10.5px solid transparent; }
  .theme-orbi .ng-video.ng-video--col .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #27B2E6 0%, rgba(39, 178, 230, 0.25) 100%);
    background-image: linear-gradient(270deg, #27B2E6 0%, rgba(39, 178, 230, 0.25) 100%); }
  .theme-orbi .ng-support--two-cols .ng-text {
    background-image: -webkit-linear-gradient(69deg, #27B2E6 0%, #27B2E6 100%);
    background-image: linear-gradient(21deg, #27B2E6 0%, #27B2E6 100%); }
  .theme-orbi .ng-banner-swimline--transparent:before, .theme-orbi.ng-banner-swimline--transparent:before {
    background-image: -webkit-linear-gradient(176deg, #27B2E6 0%, rgba(39, 178, 230, 0.53) 100%);
    background-image: linear-gradient(-86deg, #27B2E6 0%, rgba(39, 178, 230, 0.53) 100%); }
  .theme-orbi .ng-banner-swimline:after, .theme-orbi.ng-banner-swimline:after {
    background-image: -webkit-linear-gradient(65deg, #27B2E6 0%, #27B2E6 100%);
    background-image: linear-gradient(25deg, #27B2E6 0%, #27B2E6 100%); }
  .theme-orbi .ng-banner, .theme-orbi.ng-banner {
    background-image: -webkit-linear-gradient(65deg, #27B2E6 0%, #00A1DE 100%);
    background-image: linear-gradient(25deg, #27B2E6 0%, #00A1DE 100%); }
  .theme-orbi .ng-banner-two-columns .ng-sub-block:after,
  .theme-orbi.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #27B2E6 0%, rgba(39, 178, 230, 0.24) 100%);
    background-image: linear-gradient(137deg, #27B2E6 0%, rgba(39, 178, 230, 0.24) 100%); }
  .theme-orbi .ng-banner-two-columns .ng-main-block:after,
  .theme-orbi .ng-banner-two-columns .ng-sub-block:after,
  .theme-orbi.ng-banner-two-columns .ng-main-block:after,
  .theme-orbi.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #27B2E6 0%, rgba(39, 178, 230, 0.24) 100%);
    background-image: linear-gradient(137deg, #27B2E6 0%, rgba(39, 178, 230, 0.24) 100%); }
  .theme-orbi .ng-banner-two-columns:hover .ng-main-block:after,
  .theme-orbi .ng-banner-two-columns:hover .ng-sub-block:after,
  .theme-orbi.ng-banner-two-columns:hover .ng-main-block:after,
  .theme-orbi.ng-banner-two-columns:hover .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #27B2E6 0%, rgba(39, 178, 230, 0.3) 100%);
    background-image: linear-gradient(137deg, #27B2E6 0%, rgba(39, 178, 230, 0.3) 100%); }
  .theme-orbi a {
    color: #00A1DE; }
  .theme-orbi .ng-footer .ng-footer-nav a:hover {
    color: #00A1DE; }
  .theme-orbi .ng-footer--secondary .ng-footer-info a:hover {
    color: #00A1DE; }
  .theme-orbi .ng-notification-bar.ng-purple-bg {
    background-image: -webkit-linear-gradient(top, #00A1DE, #27B2E6);
    background-image: linear-gradient(to bottom, #00A1DE, #27B2E6); }
  .theme-orbi .ng-notification-bar .ng-notification-close:before, .theme-orbi .ng-notification-bar .ng-notification-close:after {
    background: #00A1DE; }
  .theme-orbi .ng-notification-bar {
    color: #00A1DE; }
  .theme-orbi .ng-notification-bar .ng-btn.ng-btn-white, .theme-orbi .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label, .ps-widget .theme-orbi .ng-notification-bar .ng-btn-white.ps-button-label, .theme-orbi .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #00A1DE; }
  .theme-orbi .ng-section--primary, .theme-orbi.ng-section--primary {
    background: #00A1DE;
    color: #fff; }
  .theme-orbi .ng-bg--primary, .theme-orbi.ng-bg--primary {
    background: #00A1DE !important;
    color: #fff; }
  .theme-orbi .ng-text--primary {
    color: #00A1DE !important; }
  .theme-orbi .ng-product-block .ng-max-txt .ng-red {
    color: #00A1DE; }
  .theme-orbi .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #00A1DE; }
  .theme-orbi .ng-support--two-cols .ng-text:before,
  .theme-orbi.ng-support--two-cols .ng-text:before {
    background-image: -webkit-linear-gradient(69deg, #00A1DE 0%, #00A1DE 100%);
    background-image: linear-gradient(21deg, #00A1DE 0%, #00A1DE 100%); }
  .theme-orbi .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-orbi .ng-banner .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-orbi.ng-banner .ng-btn-wrap .ps-widget .ps-button-label {
    background: #fff;
    color: #00A1DE; }
  .theme-orbi .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-orbi .ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-orbi.ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover {
    background: #00A1DE;
    color: #fff; }
  .theme-orbi .elq-form input[type=checkbox]:checked + .checkbox-label:before {
    background: #00A1DE; }
  .theme-orbi .elq-form button, .theme-orbi input[type=reset], .theme-orbi input[type=button], .theme-orbi input[type=submit], .theme-orbi input[type=checkbox], .theme-orbi input[type=radio], .theme-orbi select {
    background-image: -webkit-linear-gradient(left, #27B2E6, #00A1DE);
    background-image: linear-gradient(to right, #27B2E6, #00A1DE); }
  .theme-orbi .ng-col-text .ng-h1 {
    color: #00A1DE; }
  .theme-orbi .ng-compare-details-item .ng-h3,
  .theme-orbi .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-price,
  .theme-orbi .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-price,
  .theme-orbi .ng-accordion--features .ng-active .ng-opener {
    color: #00A1DE; }
  .theme-orbi .fancybox-close-small svg path {
    fill: #00A1DE; }
  .theme-orbi .elq-form input[type=text]:focus, .theme-orbi .elq-form textarea:focus, .theme-orbi .elq-form select[multiple=multiple]:focus, .theme-orbi .elq-form .jcf-select:focus {
    outline: none;
    border-color: #00A1DE; }
  .theme-orbi .ng-form .ng-overlay:after,
  .theme-orbi.ng-form .ng-overlay:after {
    background-image: -webkit-linear-gradient(313deg, rgba(0, 161, 222, 0.53) 0%, rgba(39, 178, 230, 0) 100%);
    background-image: linear-gradient(137deg, rgba(0, 161, 222, 0.53) 0%, rgba(39, 178, 230, 0) 100%); }
  .theme-orbi input[type="text"]:focus, .theme-orbi input[type="tel"]:focus, .theme-orbi input[type="email"]:focus, .theme-orbi input[type="search"]:focus, .theme-orbi input[type="password"]:focus, .theme-orbi input[type="url"]:focus, .theme-orbi input[type="date"]:focus, .theme-orbi textarea:focus {
    border-color: #00A1DE; }
  .theme-orbi .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff !important;
    color: #7b2a89 !important; }
    .theme-orbi .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89 !important;
      color: #fff !important;
      border-color: transparent !important; }
  .theme-orbi .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background-image: -webkit-linear-gradient(left, #00A1DE, #27B2E6) !important;
    background-image: linear-gradient(to right, #00A1DE, #27B2E6) !important; }
  .theme-orbi .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-title a:before,
  .theme-orbi .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-title a:before,
  .theme-orbi .ng-product-varient-hold .ng-product-varient .ng-product-title a:hover:before,
  .theme-orbi .ng-product-varient-hold .ng-hidden-list .ng-product-title a:hover:before,
  .theme-orbi .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-title a:before, .theme-orbi .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-title a:before {
    border-color: #00A1DE; }
  .theme-orbi .ng-header-business .ng-nav-wrap {
    background: #00A1DE; }
    @media (min-width: 768px) {
      .theme-orbi .ng-header-business .ng-nav-wrap {
        background: none; } }
  .theme-orbi .ng-recommended .ng-h2 a:hover,
  .theme-orbi .ng-recommended .ng-h4 a:hover,
  .theme-orbi .ng-awards .ng-h4 a:hover,
  .theme-orbi .ng-accordion--faq li.ng-active .ng-opener,
  .theme-orbi .ng-faq-list li.ng-active .ng-opener,
  .theme-orbi .ng-faq-list .ng-faq-title,
  .theme-orbi .ng-diagram .ng-desc-title,
  .theme-orbi .ng-tab-steps li.tab-active a,
  .theme-orbi .ng-tab-steps--secondary li a .ng-icon,
  .theme-orbi .ng-diagram--secondary .ng-tab-steps span,
  .theme-orbi .ng-diagrams .ng-title {
    color: #00A1DE; }
  .theme-orbi .tab-content--app .ng-acc-opener,
  .theme-orbi .ng-acc-opener .ng-icon {
    color: #00A1DE; }
  .theme-orbi .ng-acc-opener:before {
    background: #00A1DE; }
  .theme-orbi .ng-primary-text {
    color: #00A1DE !important; }
  .theme-orbi .ng-tab-steps li.tab-active a:before {
    background: #00A1DE;
    border-color: #00A1DE;
    box-shadow: 0 0 15px rgba(0, 161, 222, 0.4); }
  .theme-orbi .ng-reviews--btn .itcs-widgetc--branding-link,
  .theme-orbi .ng-diagram--secondary .ng-active .ng-acc-opener,
  .theme-orbi .ng-diagram--secondary .ng-title {
    color: #00A1DE; }
  .theme-orbi .ng-reviews--btn .itcs-widgetc--branding-link:before {
    background: #00A1DE; }
  .theme-orbi .ng-tab-steps--secondary li.tab-active a .ng-icon {
    border-color: #00A1DE; }
  .theme-orbi .ng-diagram--secondary .ng-tab-steps li.tab-active a:before {
    border-color: #00A1DE;
    color: #00A1DE; }
  .theme-orbi .lavalamp .move-block,
  .theme-orbi .ng-faq-list--secondary .ng-faq-title,
  .theme-orbi .ng-diagram--secondary .ng-tab-steps a:after {
    background: #00A1DE; }
  .theme-orbi .ng-faq-list--secondary .ng-faq-title {
    color: #fff; }
  .theme-orbi .ng-animation .ProgressBar-contentCircle .ProgressBar-circle {
    stroke: #00A1DE; }
  .theme-orbi .ng-diagrams-list .ng-icon svg path {
    fill: #00A1DE; }
  .theme-orbi .ng-diagrams .ng-icon {
    color: #00A1DE;
    border-color: #00A1DE; }
  .theme-orbi .ng-btn-pdf {
    color: #585459; }
  .theme-orbi .slick-slider .slick-dots li.slick-active button,
  .theme-orbi .slick-slider .slick-dots li button:hover {
    background: #00A1DE; }
  .theme-orbi .slick-slider .slick-dots li button {
    border-color: #00A1DE; }
  .theme-orbi .ng-text--primary {
    color: #00A1DE !important; }
  .theme-orbi .ng-reviews .itcs-widgetc--slide-contents:before {
    color: rgba(0, 161, 222, 0.21); }
  .theme-orbi .ng-reviews--tertiary .ng-slide-wrap:before {
    background: #00A1DE; }
  .theme-orbi .ng-diagrams:after {
    border-color: #00A1DE; }
  .theme-orbi .ng-awards .tabset li a:hover,
  .theme-orbi .ng-awards .tabset li.tab-active a {
    color: #00A1DE; }
  .theme-orbi .fancybox-content .ng-list--brand li:before, .theme-orbi .fancybox-content .ng-hidden-list li:before {
    background: #00A1DE; }

.theme-arlo {
  color: #585459; }
  .theme-arlo .ng-filter-title a:hover {
    color: #00AA4F; }
  .theme-arlo .ng-slider-nav .ng-slide.slick-current .ng-slide-img {
    border-color: #00AA4F;
    box-shadow: 0 1px 8px 0 rgba(0, 170, 79, 0.3); }
  .theme-arlo .ng-btn, .theme-arlo .ps-widget .ps-button-label, .ps-widget .theme-arlo .ps-button-label, .theme-arlo .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #00AA4F, #29B669);
    background-image: linear-gradient(to right, #00AA4F, #29B669); }
    .theme-arlo .ng-btn.ng-btn--outline, .theme-arlo .ps-widget .ng-btn--outline.ps-button-label, .ps-widget .theme-arlo .ng-btn--outline.ps-button-label, .theme-arlo .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #00AA4F;
      color: #00AA4F;
      background: none; }
      .theme-arlo .ng-btn.ng-btn--outline:hover, .theme-arlo .ps-widget .ng-btn--outline.ps-button-label:hover, .ps-widget .theme-arlo .ng-btn--outline.ps-button-label:hover, .theme-arlo .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #00AA4F;
        color: #fff; }
    .theme-arlo .ng-btn.ng-btn--text, .theme-arlo .ps-widget .ng-btn--text.ps-button-label, .ps-widget .theme-arlo .ng-btn--text.ps-button-label, .theme-arlo .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: transparent;
      color: #00AA4F;
      background: none; }
      .theme-arlo .ng-btn.ng-btn--text:hover, .theme-arlo .ps-widget .ng-btn--text.ps-button-label:hover, .ps-widget .theme-arlo .ng-btn--text.ps-button-label:hover, .theme-arlo .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        color: #fff;
        border-color: transparent; }
    .theme-arlo .ng-btn.ng-btn--white, .theme-arlo .ps-widget .ng-btn--white.ps-button-label, .ps-widget .theme-arlo .ng-btn--white.ps-button-label, .theme-arlo .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #fff;
      color: #00AA4F;
      border-color: transparent; }
      .theme-arlo .ng-btn.ng-btn--white:hover, .theme-arlo .ps-widget .ng-btn--white.ps-button-label:hover, .ps-widget .theme-arlo .ng-btn--white.ps-button-label:hover, .theme-arlo .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #00AA4F;
        color: #fff;
        border-color: transparent; }
    .theme-arlo .ng-btn.ng-btn-outline--white, .theme-arlo .ps-widget .ng-btn-outline--white.ps-button-label, .ps-widget .theme-arlo .ng-btn-outline--white.ps-button-label, .theme-arlo .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #fff;
      background: none;
      color: #fff; }
      .theme-arlo .ng-btn.ng-btn-outline--white:hover, .theme-arlo .ps-widget .ng-btn-outline--white.ps-button-label:hover, .ps-widget .theme-arlo .ng-btn-outline--white.ps-button-label:hover, .theme-arlo .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #fff;
        border-color: transparent;
        color: #00AA4F; }
  .theme-arlo .ng-btn-more {
    color: #00AA4F; }
    .theme-arlo .ng-btn-more:before {
      background: #00AA4F; }
  .theme-arlo .ng-brand {
    color: #00AA4F; }
  .theme-arlo .ng-section .ng-list--brand li:before, .theme-arlo.ng-section .ng-list--brand li:before {
    background: #00AA4F; }
  .theme-arlo .ng-btn-pdf:before {
    color: #00AA4F; }
  .theme-arlo .ng-btn-arrow {
    color: #29B669; }
    .theme-arlo .ng-btn-arrow:hover {
      background: #29B669;
      color: #fff; }
  .theme-arlo .ng-social-networks a:hover {
    background: #00AA4F; }
  .theme-arlo .ng-txt-link,
  .theme-arlo .ng-product-block .ng-price-amt,
  .theme-arlo .ng-product-varient-hold .ng-hidden-list .ng-product-price,
  .theme-arlo .ng-specs-list > li.ng-active .ng-specs-title,
  .theme-arlo .ng-tech-specs--secondary .ng-specs-title,
  .theme-arlo.ng-tech-specs--secondary .ng-specs-title,
  .theme-arlo .ng-overview .ng-row .ng-h1,
  .theme-arlo .ng-video-title,
  .theme-arlo .ng-features-wrap .ng-features-title,
  .theme-arlo .jcf-select .jcf-select-text,
  .theme-arlo .jcf-select .jcf-select-opener:before,
  .theme-arlo .ng-sub-navigation-list a:hover,
  .theme-arlo .ng-sub-navigation-list .ng-anchor-active a,
  .theme-arlo .ng-filter-list.ng-filter-list-space li.ng-active a,
  .theme-arlo .ng-filter-list.ng-filter-list-space li a:hover,
  .theme-arlo .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-price, .theme-arlo .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-price {
    color: #00AA4F; }
  .theme-arlo .ng-product-varient-hold .ng-product-varient .ng-radio-label input:checked ~ .ng-slide,
  .theme-arlo .ng-product-varient-hold .ng-hidden-list .ng-radio-label input:checked ~ .ng-slide {
    border-color: #00AA4F;
    box-shadow: 0 1px 8px 0 rgba(0, 170, 79, 0.3); }
  .theme-arlo .ng-product-varient-hold .ng-product-varient .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-arlo .ng-product-varient-hold .ng-hidden-list .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-arlo .ng-filter-list a:before,
  .theme-arlo .ng-warrent-checkbox input:checked ~ .ng-slide {
    background: #00AA4F; }
  .theme-arlo .ng-support .ng-banner-image:after,
  .theme-arlo.ng-support .ng-banner-image:after,
  .theme-arlo .ng-update:after, .theme-arlo.ng-update:after {
    background-image: -webkit-linear-gradient(1deg, #29B669 0%, rgba(41, 182, 105, 0.2) 100%);
    background-image: linear-gradient(89deg, #29B669 0%, rgba(41, 182, 105, 0.2) 100%); }
  .theme-arlo .ng-btn-show,
  .theme-arlo .ng-btn-link {
    color: #00AA4F; }
    .theme-arlo .ng-btn-show:before,
    .theme-arlo .ng-btn-link:before {
      background: #00AA4F; }
  .theme-arlo .ng-features-wrap .ng-features-list li:before {
    background: #00AA4F; }
  .theme-arlo .ng-btn-download:hover:before {
    background: #00AA4F; }
  .theme-arlo .ng-btn-link-gray, .theme-arlo .ps-widget.ng-btn-retailer .ps-button-label, .ps-widget.ng-btn-retailer .theme-arlo .ps-button-label {
    color: #585459; }
    .theme-arlo .ng-btn-link-gray:hover, .theme-arlo .ps-widget.ng-btn-retailer .ps-button-label:hover, .ps-widget.ng-btn-retailer .theme-arlo .ps-button-label:hover {
      color: #00AA4F; }
  .theme-arlo .ng-btn-play .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #00AA4F;
    border-top: 10.5px solid transparent; }
  .theme-arlo .ng-video.ng-video--overlay .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #00AA4F 0%, rgba(41, 182, 105, 0.36) 100%);
    background-image: linear-gradient(270deg, #00AA4F 0%, rgba(41, 182, 105, 0.36) 100%); }
  .theme-arlo .ng-video .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(left, rgba(0, 170, 79, 0) 0%, rgba(41, 182, 105, 0.74) 100%);
    background-image: linear-gradient(to right, rgba(0, 170, 79, 0) 0%, rgba(41, 182, 105, 0.74) 100%); }
  .theme-arlo .ng-btn-play.ng-btn-play--small .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #00AA4F;
    border-top: 10.5px solid transparent; }
  .theme-arlo .ng-video.ng-video--col .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #29B669 0%, rgba(41, 182, 105, 0.25) 100%);
    background-image: linear-gradient(270deg, #29B669 0%, rgba(41, 182, 105, 0.25) 100%); }
  .theme-arlo .ng-support--two-cols .ng-text {
    background-image: -webkit-linear-gradient(69deg, #29B669 0%, #29B669 100%);
    background-image: linear-gradient(21deg, #29B669 0%, #29B669 100%); }
  .theme-arlo .ng-banner-swimline--transparent:before, .theme-arlo.ng-banner-swimline--transparent:before {
    background-image: -webkit-linear-gradient(176deg, #29B669 0%, rgba(41, 182, 105, 0.53) 100%);
    background-image: linear-gradient(-86deg, #29B669 0%, rgba(41, 182, 105, 0.53) 100%); }
  .theme-arlo .ng-banner-swimline:after, .theme-arlo.ng-banner-swimline:after {
    background-image: -webkit-linear-gradient(65deg, #29B669 0%, #29B669 100%);
    background-image: linear-gradient(25deg, #29B669 0%, #29B669 100%); }
  .theme-arlo .ng-banner, .theme-arlo.ng-banner {
    background-image: -webkit-linear-gradient(65deg, #29B669 0%, #00AA4F 100%);
    background-image: linear-gradient(25deg, #29B669 0%, #00AA4F 100%); }
  .theme-arlo .ng-banner-two-columns .ng-sub-block:after,
  .theme-arlo.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #29B669 0%, rgba(41, 182, 105, 0.24) 100%);
    background-image: linear-gradient(137deg, #29B669 0%, rgba(41, 182, 105, 0.24) 100%); }
  .theme-arlo .ng-banner-two-columns .ng-main-block:after,
  .theme-arlo .ng-banner-two-columns .ng-sub-block:after,
  .theme-arlo.ng-banner-two-columns .ng-main-block:after,
  .theme-arlo.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #29B669 0%, rgba(41, 182, 105, 0.24) 100%);
    background-image: linear-gradient(137deg, #29B669 0%, rgba(41, 182, 105, 0.24) 100%); }
  .theme-arlo .ng-banner-two-columns:hover .ng-main-block:after,
  .theme-arlo .ng-banner-two-columns:hover .ng-sub-block:after,
  .theme-arlo.ng-banner-two-columns:hover .ng-main-block:after,
  .theme-arlo.ng-banner-two-columns:hover .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #29B669 0%, rgba(41, 182, 105, 0.3) 100%);
    background-image: linear-gradient(137deg, #29B669 0%, rgba(41, 182, 105, 0.3) 100%); }
  .theme-arlo a {
    color: #00AA4F; }
  .theme-arlo .ng-footer .ng-footer-nav a:hover {
    color: #00AA4F; }
  .theme-arlo .ng-footer--secondary .ng-footer-info a:hover {
    color: #00AA4F; }
  .theme-arlo .ng-notification-bar.ng-purple-bg {
    background-image: -webkit-linear-gradient(top, #00AA4F, #29B669);
    background-image: linear-gradient(to bottom, #00AA4F, #29B669); }
  .theme-arlo .ng-notification-bar .ng-notification-close:before, .theme-arlo .ng-notification-bar .ng-notification-close:after {
    background: #00AA4F; }
  .theme-arlo .ng-notification-bar {
    color: #00AA4F; }
  .theme-arlo .ng-notification-bar .ng-btn.ng-btn-white, .theme-arlo .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label, .ps-widget .theme-arlo .ng-notification-bar .ng-btn-white.ps-button-label, .theme-arlo .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #00AA4F; }
  .theme-arlo .ng-section--primary, .theme-arlo.ng-section--primary {
    background: #00AA4F;
    color: #fff; }
  .theme-arlo .ng-bg--primary, .theme-arlo.ng-bg--primary {
    background: #00AA4F !important;
    color: #fff; }
  .theme-arlo .ng-text--primary {
    color: #00AA4F !important; }
  .theme-arlo .ng-product-block .ng-max-txt .ng-red {
    color: #00AA4F; }
  .theme-arlo .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #00AA4F; }
  .theme-arlo .ng-support--two-cols .ng-text:before,
  .theme-arlo.ng-support--two-cols .ng-text:before {
    background-image: -webkit-linear-gradient(69deg, #00AA4F 0%, #00AA4F 100%);
    background-image: linear-gradient(21deg, #00AA4F 0%, #00AA4F 100%); }
  .theme-arlo .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-arlo .ng-banner .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-arlo.ng-banner .ng-btn-wrap .ps-widget .ps-button-label {
    background: #fff;
    color: #00AA4F; }
  .theme-arlo .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-arlo .ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-arlo.ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover {
    background: #00AA4F;
    color: #fff; }
  .theme-arlo .elq-form input[type=checkbox]:checked + .checkbox-label:before {
    background: #00AA4F; }
  .theme-arlo .elq-form button, .theme-arlo input[type=reset], .theme-arlo input[type=button], .theme-arlo input[type=submit], .theme-arlo input[type=checkbox], .theme-arlo input[type=radio], .theme-arlo select {
    background-image: -webkit-linear-gradient(left, #29B669, #00AA4F);
    background-image: linear-gradient(to right, #29B669, #00AA4F); }
  .theme-arlo .ng-col-text .ng-h1 {
    color: #00AA4F; }
  .theme-arlo .ng-compare-details-item .ng-h3,
  .theme-arlo .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-price,
  .theme-arlo .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-price,
  .theme-arlo .ng-accordion--features .ng-active .ng-opener {
    color: #00AA4F; }
  .theme-arlo .fancybox-close-small svg path {
    fill: #00AA4F; }
  .theme-arlo .elq-form input[type=text]:focus, .theme-arlo .elq-form textarea:focus, .theme-arlo .elq-form select[multiple=multiple]:focus, .theme-arlo .elq-form .jcf-select:focus {
    outline: none;
    border-color: #00AA4F; }
  .theme-arlo .ng-form .ng-overlay:after,
  .theme-arlo.ng-form .ng-overlay:after {
    background-image: -webkit-linear-gradient(313deg, rgba(0, 170, 79, 0.53) 0%, rgba(41, 182, 105, 0) 100%);
    background-image: linear-gradient(137deg, rgba(0, 170, 79, 0.53) 0%, rgba(41, 182, 105, 0) 100%); }
  .theme-arlo input[type="text"]:focus, .theme-arlo input[type="tel"]:focus, .theme-arlo input[type="email"]:focus, .theme-arlo input[type="search"]:focus, .theme-arlo input[type="password"]:focus, .theme-arlo input[type="url"]:focus, .theme-arlo input[type="date"]:focus, .theme-arlo textarea:focus {
    border-color: #00AA4F; }
  .theme-arlo .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff !important;
    color: #7b2a89 !important; }
    .theme-arlo .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89 !important;
      color: #fff !important;
      border-color: transparent !important; }
  .theme-arlo .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background-image: -webkit-linear-gradient(left, #00AA4F, #29B669) !important;
    background-image: linear-gradient(to right, #00AA4F, #29B669) !important; }
  .theme-arlo .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-title a:before,
  .theme-arlo .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-title a:before,
  .theme-arlo .ng-product-varient-hold .ng-product-varient .ng-product-title a:hover:before,
  .theme-arlo .ng-product-varient-hold .ng-hidden-list .ng-product-title a:hover:before,
  .theme-arlo .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-title a:before, .theme-arlo .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-title a:before {
    border-color: #00AA4F; }
  .theme-arlo .ng-header-business .ng-nav-wrap {
    background: #00AA4F; }
    @media (min-width: 768px) {
      .theme-arlo .ng-header-business .ng-nav-wrap {
        background: none; } }
  .theme-arlo .ng-recommended .ng-h2 a:hover,
  .theme-arlo .ng-recommended .ng-h4 a:hover,
  .theme-arlo .ng-awards .ng-h4 a:hover,
  .theme-arlo .ng-accordion--faq li.ng-active .ng-opener,
  .theme-arlo .ng-faq-list li.ng-active .ng-opener,
  .theme-arlo .ng-faq-list .ng-faq-title,
  .theme-arlo .ng-diagram .ng-desc-title,
  .theme-arlo .ng-tab-steps li.tab-active a,
  .theme-arlo .ng-tab-steps--secondary li a .ng-icon,
  .theme-arlo .ng-diagram--secondary .ng-tab-steps span,
  .theme-arlo .ng-diagrams .ng-title {
    color: #00AA4F; }
  .theme-arlo .tab-content--app .ng-acc-opener,
  .theme-arlo .ng-acc-opener .ng-icon {
    color: #00AA4F; }
  .theme-arlo .ng-acc-opener:before {
    background: #00AA4F; }
  .theme-arlo .ng-primary-text {
    color: #00AA4F !important; }
  .theme-arlo .ng-tab-steps li.tab-active a:before {
    background: #00AA4F;
    border-color: #00AA4F;
    box-shadow: 0 0 15px rgba(0, 170, 79, 0.4); }
  .theme-arlo .ng-reviews--btn .itcs-widgetc--branding-link,
  .theme-arlo .ng-diagram--secondary .ng-active .ng-acc-opener,
  .theme-arlo .ng-diagram--secondary .ng-title {
    color: #00AA4F; }
  .theme-arlo .ng-reviews--btn .itcs-widgetc--branding-link:before {
    background: #00AA4F; }
  .theme-arlo .ng-tab-steps--secondary li.tab-active a .ng-icon {
    border-color: #00AA4F; }
  .theme-arlo .ng-diagram--secondary .ng-tab-steps li.tab-active a:before {
    border-color: #00AA4F;
    color: #00AA4F; }
  .theme-arlo .lavalamp .move-block,
  .theme-arlo .ng-faq-list--secondary .ng-faq-title,
  .theme-arlo .ng-diagram--secondary .ng-tab-steps a:after {
    background: #00AA4F; }
  .theme-arlo .ng-faq-list--secondary .ng-faq-title {
    color: #fff; }
  .theme-arlo .ng-animation .ProgressBar-contentCircle .ProgressBar-circle {
    stroke: #00AA4F; }
  .theme-arlo .ng-diagrams-list .ng-icon svg path {
    fill: #00AA4F; }
  .theme-arlo .ng-diagrams .ng-icon {
    color: #00AA4F;
    border-color: #00AA4F; }
  .theme-arlo .ng-btn-pdf {
    color: #585459; }
  .theme-arlo .slick-slider .slick-dots li.slick-active button,
  .theme-arlo .slick-slider .slick-dots li button:hover {
    background: #00AA4F; }
  .theme-arlo .slick-slider .slick-dots li button {
    border-color: #00AA4F; }
  .theme-arlo .ng-text--primary {
    color: #00AA4F !important; }
  .theme-arlo .ng-reviews .itcs-widgetc--slide-contents:before {
    color: rgba(0, 170, 79, 0.21); }
  .theme-arlo .ng-reviews--tertiary .ng-slide-wrap:before {
    background: #00AA4F; }
  .theme-arlo .ng-diagrams:after {
    border-color: #00AA4F; }
  .theme-arlo .ng-awards .tabset li a:hover,
  .theme-arlo .ng-awards .tabset li.tab-active a {
    color: #00AA4F; }
  .theme-arlo .fancybox-content .ng-list--brand li:before, .theme-arlo .fancybox-content .ng-hidden-list li:before {
    background: #00AA4F; }

.theme-orbiblue {
  color: #585459; }
  .theme-orbiblue .ng-filter-title a:hover {
    color: #00A1DE; }
  .theme-orbiblue .ng-slider-nav .ng-slide.slick-current .ng-slide-img {
    border-color: #00A1DE;
    box-shadow: 0 1px 8px 0 rgba(0, 161, 222, 0.3); }
  .theme-orbiblue .ng-btn, .theme-orbiblue .ps-widget .ps-button-label, .ps-widget .theme-orbiblue .ps-button-label, .theme-orbiblue .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #00A1DE, #27B2E6);
    background-image: linear-gradient(to right, #00A1DE, #27B2E6); }
    .theme-orbiblue .ng-btn.ng-btn--outline, .theme-orbiblue .ps-widget .ng-btn--outline.ps-button-label, .ps-widget .theme-orbiblue .ng-btn--outline.ps-button-label, .theme-orbiblue .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #00A1DE;
      color: #00A1DE;
      background: none; }
      .theme-orbiblue .ng-btn.ng-btn--outline:hover, .theme-orbiblue .ps-widget .ng-btn--outline.ps-button-label:hover, .ps-widget .theme-orbiblue .ng-btn--outline.ps-button-label:hover, .theme-orbiblue .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #00A1DE;
        color: #fff; }
    .theme-orbiblue .ng-btn.ng-btn--text, .theme-orbiblue .ps-widget .ng-btn--text.ps-button-label, .ps-widget .theme-orbiblue .ng-btn--text.ps-button-label, .theme-orbiblue .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: transparent;
      color: #00A1DE;
      background: none; }
      .theme-orbiblue .ng-btn.ng-btn--text:hover, .theme-orbiblue .ps-widget .ng-btn--text.ps-button-label:hover, .ps-widget .theme-orbiblue .ng-btn--text.ps-button-label:hover, .theme-orbiblue .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        color: #fff;
        border-color: transparent; }
    .theme-orbiblue .ng-btn.ng-btn--white, .theme-orbiblue .ps-widget .ng-btn--white.ps-button-label, .ps-widget .theme-orbiblue .ng-btn--white.ps-button-label, .theme-orbiblue .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #fff;
      color: #00A1DE;
      border-color: transparent; }
      .theme-orbiblue .ng-btn.ng-btn--white:hover, .theme-orbiblue .ps-widget .ng-btn--white.ps-button-label:hover, .ps-widget .theme-orbiblue .ng-btn--white.ps-button-label:hover, .theme-orbiblue .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #00A1DE;
        color: #fff;
        border-color: transparent; }
    .theme-orbiblue .ng-btn.ng-btn-outline--white, .theme-orbiblue .ps-widget .ng-btn-outline--white.ps-button-label, .ps-widget .theme-orbiblue .ng-btn-outline--white.ps-button-label, .theme-orbiblue .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #fff;
      background: none;
      color: #fff; }
      .theme-orbiblue .ng-btn.ng-btn-outline--white:hover, .theme-orbiblue .ps-widget .ng-btn-outline--white.ps-button-label:hover, .ps-widget .theme-orbiblue .ng-btn-outline--white.ps-button-label:hover, .theme-orbiblue .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #fff;
        border-color: transparent;
        color: #00A1DE; }
  .theme-orbiblue .ng-btn-more {
    color: #00A1DE; }
    .theme-orbiblue .ng-btn-more:before {
      background: #00A1DE; }
  .theme-orbiblue .ng-brand {
    color: #00A1DE; }
  .theme-orbiblue .ng-section .ng-list--brand li:before, .theme-orbiblue.ng-section .ng-list--brand li:before {
    background: #00A1DE; }
  .theme-orbiblue .ng-btn-pdf:before {
    color: #00A1DE; }
  .theme-orbiblue .ng-btn-arrow {
    color: #27B2E6; }
    .theme-orbiblue .ng-btn-arrow:hover {
      background: #27B2E6;
      color: #fff; }
  .theme-orbiblue .ng-social-networks a:hover {
    background: #00A1DE; }
  .theme-orbiblue .ng-txt-link,
  .theme-orbiblue .ng-product-block .ng-price-amt,
  .theme-orbiblue .ng-product-varient-hold .ng-hidden-list .ng-product-price,
  .theme-orbiblue .ng-specs-list > li.ng-active .ng-specs-title,
  .theme-orbiblue .ng-tech-specs--secondary .ng-specs-title,
  .theme-orbiblue.ng-tech-specs--secondary .ng-specs-title,
  .theme-orbiblue .ng-overview .ng-row .ng-h1,
  .theme-orbiblue .ng-video-title,
  .theme-orbiblue .ng-features-wrap .ng-features-title,
  .theme-orbiblue .jcf-select .jcf-select-text,
  .theme-orbiblue .jcf-select .jcf-select-opener:before,
  .theme-orbiblue .ng-sub-navigation-list a:hover,
  .theme-orbiblue .ng-sub-navigation-list .ng-anchor-active a,
  .theme-orbiblue .ng-filter-list.ng-filter-list-space li.ng-active a,
  .theme-orbiblue .ng-filter-list.ng-filter-list-space li a:hover,
  .theme-orbiblue .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-price, .theme-orbiblue .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-price {
    color: #00A1DE; }
  .theme-orbiblue .ng-product-varient-hold .ng-product-varient .ng-radio-label input:checked ~ .ng-slide,
  .theme-orbiblue .ng-product-varient-hold .ng-hidden-list .ng-radio-label input:checked ~ .ng-slide {
    border-color: #00A1DE;
    box-shadow: 0 1px 8px 0 rgba(0, 161, 222, 0.3); }
  .theme-orbiblue .ng-product-varient-hold .ng-product-varient .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-orbiblue .ng-product-varient-hold .ng-hidden-list .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-orbiblue .ng-filter-list a:before,
  .theme-orbiblue .ng-warrent-checkbox input:checked ~ .ng-slide {
    background: #00A1DE; }
  .theme-orbiblue .ng-support .ng-banner-image:after,
  .theme-orbiblue.ng-support .ng-banner-image:after,
  .theme-orbiblue .ng-update:after, .theme-orbiblue.ng-update:after {
    background-image: -webkit-linear-gradient(1deg, #27B2E6 0%, rgba(39, 178, 230, 0.2) 100%);
    background-image: linear-gradient(89deg, #27B2E6 0%, rgba(39, 178, 230, 0.2) 100%); }
  .theme-orbiblue .ng-btn-show,
  .theme-orbiblue .ng-btn-link {
    color: #00A1DE; }
    .theme-orbiblue .ng-btn-show:before,
    .theme-orbiblue .ng-btn-link:before {
      background: #00A1DE; }
  .theme-orbiblue .ng-features-wrap .ng-features-list li:before {
    background: #00A1DE; }
  .theme-orbiblue .ng-btn-download:hover:before {
    background: #00A1DE; }
  .theme-orbiblue .ng-btn-link-gray, .theme-orbiblue .ps-widget.ng-btn-retailer .ps-button-label, .ps-widget.ng-btn-retailer .theme-orbiblue .ps-button-label {
    color: #585459; }
    .theme-orbiblue .ng-btn-link-gray:hover, .theme-orbiblue .ps-widget.ng-btn-retailer .ps-button-label:hover, .ps-widget.ng-btn-retailer .theme-orbiblue .ps-button-label:hover {
      color: #00A1DE; }
  .theme-orbiblue .ng-btn-play .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #00A1DE;
    border-top: 10.5px solid transparent; }
  .theme-orbiblue .ng-video.ng-video--overlay .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #00A1DE 0%, rgba(39, 178, 230, 0.36) 100%);
    background-image: linear-gradient(270deg, #00A1DE 0%, rgba(39, 178, 230, 0.36) 100%); }
  .theme-orbiblue .ng-video .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(left, rgba(0, 161, 222, 0) 0%, rgba(39, 178, 230, 0.74) 100%);
    background-image: linear-gradient(to right, rgba(0, 161, 222, 0) 0%, rgba(39, 178, 230, 0.74) 100%); }
  .theme-orbiblue .ng-btn-play.ng-btn-play--small .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #00A1DE;
    border-top: 10.5px solid transparent; }
  .theme-orbiblue .ng-video.ng-video--col .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #27B2E6 0%, rgba(39, 178, 230, 0.25) 100%);
    background-image: linear-gradient(270deg, #27B2E6 0%, rgba(39, 178, 230, 0.25) 100%); }
  .theme-orbiblue .ng-support--two-cols .ng-text {
    background-image: -webkit-linear-gradient(69deg, #27B2E6 0%, #27B2E6 100%);
    background-image: linear-gradient(21deg, #27B2E6 0%, #27B2E6 100%); }
  .theme-orbiblue .ng-banner-swimline--transparent:before, .theme-orbiblue.ng-banner-swimline--transparent:before {
    background-image: -webkit-linear-gradient(176deg, #27B2E6 0%, rgba(39, 178, 230, 0.53) 100%);
    background-image: linear-gradient(-86deg, #27B2E6 0%, rgba(39, 178, 230, 0.53) 100%); }
  .theme-orbiblue .ng-banner-swimline:after, .theme-orbiblue.ng-banner-swimline:after {
    background-image: -webkit-linear-gradient(65deg, #27B2E6 0%, #27B2E6 100%);
    background-image: linear-gradient(25deg, #27B2E6 0%, #27B2E6 100%); }
  .theme-orbiblue .ng-banner, .theme-orbiblue.ng-banner {
    background-image: -webkit-linear-gradient(65deg, #27B2E6 0%, #00A1DE 100%);
    background-image: linear-gradient(25deg, #27B2E6 0%, #00A1DE 100%); }
  .theme-orbiblue .ng-banner-two-columns .ng-sub-block:after,
  .theme-orbiblue.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #27B2E6 0%, rgba(39, 178, 230, 0.24) 100%);
    background-image: linear-gradient(137deg, #27B2E6 0%, rgba(39, 178, 230, 0.24) 100%); }
  .theme-orbiblue .ng-banner-two-columns .ng-main-block:after,
  .theme-orbiblue .ng-banner-two-columns .ng-sub-block:after,
  .theme-orbiblue.ng-banner-two-columns .ng-main-block:after,
  .theme-orbiblue.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #27B2E6 0%, rgba(39, 178, 230, 0.24) 100%);
    background-image: linear-gradient(137deg, #27B2E6 0%, rgba(39, 178, 230, 0.24) 100%); }
  .theme-orbiblue .ng-banner-two-columns:hover .ng-main-block:after,
  .theme-orbiblue .ng-banner-two-columns:hover .ng-sub-block:after,
  .theme-orbiblue.ng-banner-two-columns:hover .ng-main-block:after,
  .theme-orbiblue.ng-banner-two-columns:hover .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #27B2E6 0%, rgba(39, 178, 230, 0.3) 100%);
    background-image: linear-gradient(137deg, #27B2E6 0%, rgba(39, 178, 230, 0.3) 100%); }
  .theme-orbiblue a {
    color: #00A1DE; }
  .theme-orbiblue .ng-footer .ng-footer-nav a:hover {
    color: #00A1DE; }
  .theme-orbiblue .ng-footer--secondary .ng-footer-info a:hover {
    color: #00A1DE; }
  .theme-orbiblue .ng-notification-bar.ng-purple-bg {
    background-image: -webkit-linear-gradient(top, #00A1DE, #27B2E6);
    background-image: linear-gradient(to bottom, #00A1DE, #27B2E6); }
  .theme-orbiblue .ng-notification-bar .ng-notification-close:before, .theme-orbiblue .ng-notification-bar .ng-notification-close:after {
    background: #00A1DE; }
  .theme-orbiblue .ng-notification-bar {
    color: #00A1DE; }
  .theme-orbiblue .ng-notification-bar .ng-btn.ng-btn-white, .theme-orbiblue .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label, .ps-widget .theme-orbiblue .ng-notification-bar .ng-btn-white.ps-button-label, .theme-orbiblue .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #00A1DE; }
  .theme-orbiblue .ng-section--primary, .theme-orbiblue.ng-section--primary {
    background: #00A1DE;
    color: #fff; }
  .theme-orbiblue .ng-bg--primary, .theme-orbiblue.ng-bg--primary {
    background: #00A1DE !important;
    color: #fff; }
  .theme-orbiblue .ng-text--primary {
    color: #00A1DE !important; }
  .theme-orbiblue .ng-product-block .ng-max-txt .ng-red {
    color: #00A1DE; }
  .theme-orbiblue .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #00A1DE; }
  .theme-orbiblue .ng-support--two-cols .ng-text:before,
  .theme-orbiblue.ng-support--two-cols .ng-text:before {
    background-image: -webkit-linear-gradient(69deg, #00A1DE 0%, #00A1DE 100%);
    background-image: linear-gradient(21deg, #00A1DE 0%, #00A1DE 100%); }
  .theme-orbiblue .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-orbiblue .ng-banner .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-orbiblue.ng-banner .ng-btn-wrap .ps-widget .ps-button-label {
    background: #fff;
    color: #00A1DE; }
  .theme-orbiblue .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-orbiblue .ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-orbiblue.ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover {
    background: #00A1DE;
    color: #fff; }
  .theme-orbiblue .elq-form input[type=checkbox]:checked + .checkbox-label:before {
    background: #00A1DE; }
  .theme-orbiblue .elq-form button, .theme-orbiblue input[type=reset], .theme-orbiblue input[type=button], .theme-orbiblue input[type=submit], .theme-orbiblue input[type=checkbox], .theme-orbiblue input[type=radio], .theme-orbiblue select {
    background-image: -webkit-linear-gradient(left, #27B2E6, #00A1DE);
    background-image: linear-gradient(to right, #27B2E6, #00A1DE); }
  .theme-orbiblue .ng-col-text .ng-h1 {
    color: #00A1DE; }
  .theme-orbiblue .ng-compare-details-item .ng-h3,
  .theme-orbiblue .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-price,
  .theme-orbiblue .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-price,
  .theme-orbiblue .ng-accordion--features .ng-active .ng-opener {
    color: #00A1DE; }
  .theme-orbiblue .fancybox-close-small svg path {
    fill: #00A1DE; }
  .theme-orbiblue .elq-form input[type=text]:focus, .theme-orbiblue .elq-form textarea:focus, .theme-orbiblue .elq-form select[multiple=multiple]:focus, .theme-orbiblue .elq-form .jcf-select:focus {
    outline: none;
    border-color: #00A1DE; }
  .theme-orbiblue .ng-form .ng-overlay:after,
  .theme-orbiblue.ng-form .ng-overlay:after {
    background-image: -webkit-linear-gradient(313deg, rgba(0, 161, 222, 0.53) 0%, rgba(39, 178, 230, 0) 100%);
    background-image: linear-gradient(137deg, rgba(0, 161, 222, 0.53) 0%, rgba(39, 178, 230, 0) 100%); }
  .theme-orbiblue input[type="text"]:focus, .theme-orbiblue input[type="tel"]:focus, .theme-orbiblue input[type="email"]:focus, .theme-orbiblue input[type="search"]:focus, .theme-orbiblue input[type="password"]:focus, .theme-orbiblue input[type="url"]:focus, .theme-orbiblue input[type="date"]:focus, .theme-orbiblue textarea:focus {
    border-color: #00A1DE; }
  .theme-orbiblue .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff !important;
    color: #7b2a89 !important; }
    .theme-orbiblue .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89 !important;
      color: #fff !important;
      border-color: transparent !important; }
  .theme-orbiblue .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background-image: -webkit-linear-gradient(left, #00A1DE, #27B2E6) !important;
    background-image: linear-gradient(to right, #00A1DE, #27B2E6) !important; }
  .theme-orbiblue .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-title a:before,
  .theme-orbiblue .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-title a:before,
  .theme-orbiblue .ng-product-varient-hold .ng-product-varient .ng-product-title a:hover:before,
  .theme-orbiblue .ng-product-varient-hold .ng-hidden-list .ng-product-title a:hover:before,
  .theme-orbiblue .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-title a:before, .theme-orbiblue .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-title a:before {
    border-color: #00A1DE; }
  .theme-orbiblue .ng-header-business .ng-nav-wrap {
    background: #00A1DE; }
    @media (min-width: 768px) {
      .theme-orbiblue .ng-header-business .ng-nav-wrap {
        background: none; } }
  .theme-orbiblue .ng-recommended .ng-h2 a:hover,
  .theme-orbiblue .ng-recommended .ng-h4 a:hover,
  .theme-orbiblue .ng-awards .ng-h4 a:hover,
  .theme-orbiblue .ng-accordion--faq li.ng-active .ng-opener,
  .theme-orbiblue .ng-faq-list li.ng-active .ng-opener,
  .theme-orbiblue .ng-faq-list .ng-faq-title,
  .theme-orbiblue .ng-diagram .ng-desc-title,
  .theme-orbiblue .ng-tab-steps li.tab-active a,
  .theme-orbiblue .ng-tab-steps--secondary li a .ng-icon,
  .theme-orbiblue .ng-diagram--secondary .ng-tab-steps span,
  .theme-orbiblue .ng-diagrams .ng-title {
    color: #00A1DE; }
  .theme-orbiblue .tab-content--app .ng-acc-opener,
  .theme-orbiblue .ng-acc-opener .ng-icon {
    color: #00A1DE; }
  .theme-orbiblue .ng-acc-opener:before {
    background: #00A1DE; }
  .theme-orbiblue .ng-primary-text {
    color: #00A1DE !important; }
  .theme-orbiblue .ng-tab-steps li.tab-active a:before {
    background: #00A1DE;
    border-color: #00A1DE;
    box-shadow: 0 0 15px rgba(0, 161, 222, 0.4); }
  .theme-orbiblue .ng-reviews--btn .itcs-widgetc--branding-link,
  .theme-orbiblue .ng-diagram--secondary .ng-active .ng-acc-opener,
  .theme-orbiblue .ng-diagram--secondary .ng-title {
    color: #00A1DE; }
  .theme-orbiblue .ng-reviews--btn .itcs-widgetc--branding-link:before {
    background: #00A1DE; }
  .theme-orbiblue .ng-tab-steps--secondary li.tab-active a .ng-icon {
    border-color: #00A1DE; }
  .theme-orbiblue .ng-diagram--secondary .ng-tab-steps li.tab-active a:before {
    border-color: #00A1DE;
    color: #00A1DE; }
  .theme-orbiblue .lavalamp .move-block,
  .theme-orbiblue .ng-faq-list--secondary .ng-faq-title,
  .theme-orbiblue .ng-diagram--secondary .ng-tab-steps a:after {
    background: #00A1DE; }
  .theme-orbiblue .ng-faq-list--secondary .ng-faq-title {
    color: #fff; }
  .theme-orbiblue .ng-animation .ProgressBar-contentCircle .ProgressBar-circle {
    stroke: #00A1DE; }
  .theme-orbiblue .ng-diagrams-list .ng-icon svg path {
    fill: #00A1DE; }
  .theme-orbiblue .ng-diagrams .ng-icon {
    color: #00A1DE;
    border-color: #00A1DE; }
  .theme-orbiblue .ng-btn-pdf {
    color: #585459; }
  .theme-orbiblue .slick-slider .slick-dots li.slick-active button,
  .theme-orbiblue .slick-slider .slick-dots li button:hover {
    background: #00A1DE; }
  .theme-orbiblue .slick-slider .slick-dots li button {
    border-color: #00A1DE; }
  .theme-orbiblue .ng-text--primary {
    color: #00A1DE !important; }
  .theme-orbiblue .ng-reviews .itcs-widgetc--slide-contents:before {
    color: rgba(0, 161, 222, 0.21); }
  .theme-orbiblue .ng-reviews--tertiary .ng-slide-wrap:before {
    background: #00A1DE; }
  .theme-orbiblue .ng-diagrams:after {
    border-color: #00A1DE; }
  .theme-orbiblue .ng-awards .tabset li a:hover,
  .theme-orbiblue .ng-awards .tabset li.tab-active a {
    color: #00A1DE; }
  .theme-orbiblue .fancybox-content .ng-list--brand li:before, .theme-orbiblue .fancybox-content .ng-hidden-list li:before {
    background: #00A1DE; }

.theme-nighthawk {
  color: #585459; }
  .theme-nighthawk .ng-filter-title a:hover {
    color: #2C262D; }
  .theme-nighthawk .ng-slider-nav .ng-slide.slick-current .ng-slide-img {
    border-color: #2C262D;
    box-shadow: 0 1px 8px 0 rgba(44, 38, 45, 0.3); }
  .theme-nighthawk .ng-btn, .theme-nighthawk .ps-widget .ps-button-label, .ps-widget .theme-nighthawk .ps-button-label, .theme-nighthawk .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #2C262D, #504B51);
    background-image: linear-gradient(to right, #2C262D, #504B51); }
    .theme-nighthawk .ng-btn.ng-btn--outline, .theme-nighthawk .ps-widget .ng-btn--outline.ps-button-label, .ps-widget .theme-nighthawk .ng-btn--outline.ps-button-label, .theme-nighthawk .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #2C262D;
      color: #2C262D;
      background: none; }
      .theme-nighthawk .ng-btn.ng-btn--outline:hover, .theme-nighthawk .ps-widget .ng-btn--outline.ps-button-label:hover, .ps-widget .theme-nighthawk .ng-btn--outline.ps-button-label:hover, .theme-nighthawk .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #2C262D;
        color: #fff; }
    .theme-nighthawk .ng-btn.ng-btn--text, .theme-nighthawk .ps-widget .ng-btn--text.ps-button-label, .ps-widget .theme-nighthawk .ng-btn--text.ps-button-label, .theme-nighthawk .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: transparent;
      color: #2C262D;
      background: none; }
      .theme-nighthawk .ng-btn.ng-btn--text:hover, .theme-nighthawk .ps-widget .ng-btn--text.ps-button-label:hover, .ps-widget .theme-nighthawk .ng-btn--text.ps-button-label:hover, .theme-nighthawk .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        color: #fff;
        border-color: transparent; }
    .theme-nighthawk .ng-btn.ng-btn--white, .theme-nighthawk .ps-widget .ng-btn--white.ps-button-label, .ps-widget .theme-nighthawk .ng-btn--white.ps-button-label, .theme-nighthawk .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #fff;
      color: #2C262D;
      border-color: transparent; }
      .theme-nighthawk .ng-btn.ng-btn--white:hover, .theme-nighthawk .ps-widget .ng-btn--white.ps-button-label:hover, .ps-widget .theme-nighthawk .ng-btn--white.ps-button-label:hover, .theme-nighthawk .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #2C262D;
        color: #fff;
        border-color: transparent; }
    .theme-nighthawk .ng-btn.ng-btn-outline--white, .theme-nighthawk .ps-widget .ng-btn-outline--white.ps-button-label, .ps-widget .theme-nighthawk .ng-btn-outline--white.ps-button-label, .theme-nighthawk .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #fff;
      background: none;
      color: #fff; }
      .theme-nighthawk .ng-btn.ng-btn-outline--white:hover, .theme-nighthawk .ps-widget .ng-btn-outline--white.ps-button-label:hover, .ps-widget .theme-nighthawk .ng-btn-outline--white.ps-button-label:hover, .theme-nighthawk .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #fff;
        border-color: transparent;
        color: #2C262D; }
  .theme-nighthawk .ng-btn-more {
    color: #2C262D; }
    .theme-nighthawk .ng-btn-more:before {
      background: #2C262D; }
  .theme-nighthawk .ng-brand {
    color: #2C262D; }
  .theme-nighthawk .ng-section .ng-list--brand li:before, .theme-nighthawk.ng-section .ng-list--brand li:before {
    background: #2C262D; }
  .theme-nighthawk .ng-btn-pdf:before {
    color: #2C262D; }
  .theme-nighthawk .ng-btn-arrow {
    color: #504B51; }
    .theme-nighthawk .ng-btn-arrow:hover {
      background: #504B51;
      color: #fff; }
  .theme-nighthawk .ng-social-networks a:hover {
    background: #2C262D; }
  .theme-nighthawk .ng-txt-link,
  .theme-nighthawk .ng-product-block .ng-price-amt,
  .theme-nighthawk .ng-product-varient-hold .ng-hidden-list .ng-product-price,
  .theme-nighthawk .ng-specs-list > li.ng-active .ng-specs-title,
  .theme-nighthawk .ng-tech-specs--secondary .ng-specs-title,
  .theme-nighthawk.ng-tech-specs--secondary .ng-specs-title,
  .theme-nighthawk .ng-overview .ng-row .ng-h1,
  .theme-nighthawk .ng-video-title,
  .theme-nighthawk .ng-features-wrap .ng-features-title,
  .theme-nighthawk .jcf-select .jcf-select-text,
  .theme-nighthawk .jcf-select .jcf-select-opener:before,
  .theme-nighthawk .ng-sub-navigation-list a:hover,
  .theme-nighthawk .ng-sub-navigation-list .ng-anchor-active a,
  .theme-nighthawk .ng-filter-list.ng-filter-list-space li.ng-active a,
  .theme-nighthawk .ng-filter-list.ng-filter-list-space li a:hover,
  .theme-nighthawk .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-price, .theme-nighthawk .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-price {
    color: #2C262D; }
  .theme-nighthawk .ng-product-varient-hold .ng-product-varient .ng-radio-label input:checked ~ .ng-slide,
  .theme-nighthawk .ng-product-varient-hold .ng-hidden-list .ng-radio-label input:checked ~ .ng-slide {
    border-color: #2C262D;
    box-shadow: 0 1px 8px 0 rgba(44, 38, 45, 0.3); }
  .theme-nighthawk .ng-product-varient-hold .ng-product-varient .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-nighthawk .ng-product-varient-hold .ng-hidden-list .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-nighthawk .ng-filter-list a:before,
  .theme-nighthawk .ng-warrent-checkbox input:checked ~ .ng-slide {
    background: #2C262D; }
  .theme-nighthawk .ng-support .ng-banner-image:after,
  .theme-nighthawk.ng-support .ng-banner-image:after,
  .theme-nighthawk .ng-update:after, .theme-nighthawk.ng-update:after {
    background-image: -webkit-linear-gradient(1deg, #504B51 0%, rgba(80, 75, 81, 0.2) 100%);
    background-image: linear-gradient(89deg, #504B51 0%, rgba(80, 75, 81, 0.2) 100%); }
  .theme-nighthawk .ng-btn-show,
  .theme-nighthawk .ng-btn-link {
    color: #2C262D; }
    .theme-nighthawk .ng-btn-show:before,
    .theme-nighthawk .ng-btn-link:before {
      background: #2C262D; }
  .theme-nighthawk .ng-features-wrap .ng-features-list li:before {
    background: #2C262D; }
  .theme-nighthawk .ng-btn-download:hover:before {
    background: #2C262D; }
  .theme-nighthawk .ng-btn-link-gray, .theme-nighthawk .ps-widget.ng-btn-retailer .ps-button-label, .ps-widget.ng-btn-retailer .theme-nighthawk .ps-button-label {
    color: #585459; }
    .theme-nighthawk .ng-btn-link-gray:hover, .theme-nighthawk .ps-widget.ng-btn-retailer .ps-button-label:hover, .ps-widget.ng-btn-retailer .theme-nighthawk .ps-button-label:hover {
      color: #2C262D; }
  .theme-nighthawk .ng-btn-play .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #2C262D;
    border-top: 10.5px solid transparent; }
  .theme-nighthawk .ng-video.ng-video--overlay .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #2C262D 0%, rgba(80, 75, 81, 0.36) 100%);
    background-image: linear-gradient(270deg, #2C262D 0%, rgba(80, 75, 81, 0.36) 100%); }
  .theme-nighthawk .ng-video .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(left, rgba(44, 38, 45, 0) 0%, rgba(80, 75, 81, 0.74) 100%);
    background-image: linear-gradient(to right, rgba(44, 38, 45, 0) 0%, rgba(80, 75, 81, 0.74) 100%); }
  .theme-nighthawk .ng-btn-play.ng-btn-play--small .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #2C262D;
    border-top: 10.5px solid transparent; }
  .theme-nighthawk .ng-video.ng-video--col .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #504B51 0%, rgba(80, 75, 81, 0.25) 100%);
    background-image: linear-gradient(270deg, #504B51 0%, rgba(80, 75, 81, 0.25) 100%); }
  .theme-nighthawk .ng-support--two-cols .ng-text {
    background-image: -webkit-linear-gradient(69deg, #504B51 0%, #504B51 100%);
    background-image: linear-gradient(21deg, #504B51 0%, #504B51 100%); }
  .theme-nighthawk .ng-banner-swimline--transparent:before, .theme-nighthawk.ng-banner-swimline--transparent:before {
    background-image: -webkit-linear-gradient(176deg, #504B51 0%, rgba(80, 75, 81, 0.53) 100%);
    background-image: linear-gradient(-86deg, #504B51 0%, rgba(80, 75, 81, 0.53) 100%); }
  .theme-nighthawk .ng-banner-swimline:after, .theme-nighthawk.ng-banner-swimline:after {
    background-image: -webkit-linear-gradient(65deg, #504B51 0%, #504B51 100%);
    background-image: linear-gradient(25deg, #504B51 0%, #504B51 100%); }
  .theme-nighthawk .ng-banner, .theme-nighthawk.ng-banner {
    background-image: -webkit-linear-gradient(65deg, #504B51 0%, #2C262D 100%);
    background-image: linear-gradient(25deg, #504B51 0%, #2C262D 100%); }
  .theme-nighthawk .ng-banner-two-columns .ng-sub-block:after,
  .theme-nighthawk.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #504B51 0%, rgba(80, 75, 81, 0.24) 100%);
    background-image: linear-gradient(137deg, #504B51 0%, rgba(80, 75, 81, 0.24) 100%); }
  .theme-nighthawk .ng-banner-two-columns .ng-main-block:after,
  .theme-nighthawk .ng-banner-two-columns .ng-sub-block:after,
  .theme-nighthawk.ng-banner-two-columns .ng-main-block:after,
  .theme-nighthawk.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #504B51 0%, rgba(80, 75, 81, 0.24) 100%);
    background-image: linear-gradient(137deg, #504B51 0%, rgba(80, 75, 81, 0.24) 100%); }
  .theme-nighthawk .ng-banner-two-columns:hover .ng-main-block:after,
  .theme-nighthawk .ng-banner-two-columns:hover .ng-sub-block:after,
  .theme-nighthawk.ng-banner-two-columns:hover .ng-main-block:after,
  .theme-nighthawk.ng-banner-two-columns:hover .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #504B51 0%, rgba(80, 75, 81, 0.3) 100%);
    background-image: linear-gradient(137deg, #504B51 0%, rgba(80, 75, 81, 0.3) 100%); }
  .theme-nighthawk a {
    color: #2C262D; }
  .theme-nighthawk .ng-footer .ng-footer-nav a:hover {
    color: #2C262D; }
  .theme-nighthawk .ng-footer--secondary .ng-footer-info a:hover {
    color: #2C262D; }
  .theme-nighthawk .ng-notification-bar.ng-purple-bg {
    background-image: -webkit-linear-gradient(top, #2C262D, #504B51);
    background-image: linear-gradient(to bottom, #2C262D, #504B51); }
  .theme-nighthawk .ng-notification-bar .ng-notification-close:before, .theme-nighthawk .ng-notification-bar .ng-notification-close:after {
    background: #2C262D; }
  .theme-nighthawk .ng-notification-bar {
    color: #2C262D; }
  .theme-nighthawk .ng-notification-bar .ng-btn.ng-btn-white, .theme-nighthawk .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label, .ps-widget .theme-nighthawk .ng-notification-bar .ng-btn-white.ps-button-label, .theme-nighthawk .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #2C262D; }
  .theme-nighthawk .ng-section--primary, .theme-nighthawk.ng-section--primary {
    background: #2C262D;
    color: #fff; }
  .theme-nighthawk .ng-bg--primary, .theme-nighthawk.ng-bg--primary {
    background: #2C262D !important;
    color: #fff; }
  .theme-nighthawk .ng-text--primary {
    color: #2C262D !important; }
  .theme-nighthawk .ng-product-block .ng-max-txt .ng-red {
    color: #2C262D; }
  .theme-nighthawk .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #2C262D; }
  .theme-nighthawk .ng-support--two-cols .ng-text:before,
  .theme-nighthawk.ng-support--two-cols .ng-text:before {
    background-image: -webkit-linear-gradient(69deg, #2C262D 0%, #2C262D 100%);
    background-image: linear-gradient(21deg, #2C262D 0%, #2C262D 100%); }
  .theme-nighthawk .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-nighthawk .ng-banner .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-nighthawk.ng-banner .ng-btn-wrap .ps-widget .ps-button-label {
    background: #fff;
    color: #2C262D; }
  .theme-nighthawk .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-nighthawk .ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-nighthawk.ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover {
    background: #2C262D;
    color: #fff; }
  .theme-nighthawk .elq-form input[type=checkbox]:checked + .checkbox-label:before {
    background: #2C262D; }
  .theme-nighthawk .elq-form button, .theme-nighthawk input[type=reset], .theme-nighthawk input[type=button], .theme-nighthawk input[type=submit], .theme-nighthawk input[type=checkbox], .theme-nighthawk input[type=radio], .theme-nighthawk select {
    background-image: -webkit-linear-gradient(left, #504B51, #2C262D);
    background-image: linear-gradient(to right, #504B51, #2C262D); }
  .theme-nighthawk .ng-col-text .ng-h1 {
    color: #2C262D; }
  .theme-nighthawk .ng-compare-details-item .ng-h3,
  .theme-nighthawk .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-price,
  .theme-nighthawk .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-price,
  .theme-nighthawk .ng-accordion--features .ng-active .ng-opener {
    color: #2C262D; }
  .theme-nighthawk .fancybox-close-small svg path {
    fill: #2C262D; }
  .theme-nighthawk .elq-form input[type=text]:focus, .theme-nighthawk .elq-form textarea:focus, .theme-nighthawk .elq-form select[multiple=multiple]:focus, .theme-nighthawk .elq-form .jcf-select:focus {
    outline: none;
    border-color: #2C262D; }
  .theme-nighthawk .ng-form .ng-overlay:after,
  .theme-nighthawk.ng-form .ng-overlay:after {
    background-image: -webkit-linear-gradient(313deg, rgba(44, 38, 45, 0.53) 0%, rgba(80, 75, 81, 0) 100%);
    background-image: linear-gradient(137deg, rgba(44, 38, 45, 0.53) 0%, rgba(80, 75, 81, 0) 100%); }
  .theme-nighthawk input[type="text"]:focus, .theme-nighthawk input[type="tel"]:focus, .theme-nighthawk input[type="email"]:focus, .theme-nighthawk input[type="search"]:focus, .theme-nighthawk input[type="password"]:focus, .theme-nighthawk input[type="url"]:focus, .theme-nighthawk input[type="date"]:focus, .theme-nighthawk textarea:focus {
    border-color: #2C262D; }
  .theme-nighthawk .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff !important;
    color: #7b2a89 !important; }
    .theme-nighthawk .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89 !important;
      color: #fff !important;
      border-color: transparent !important; }
  .theme-nighthawk .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background-image: -webkit-linear-gradient(left, #2C262D, #504B51) !important;
    background-image: linear-gradient(to right, #2C262D, #504B51) !important; }
  .theme-nighthawk .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-title a:before,
  .theme-nighthawk .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-title a:before,
  .theme-nighthawk .ng-product-varient-hold .ng-product-varient .ng-product-title a:hover:before,
  .theme-nighthawk .ng-product-varient-hold .ng-hidden-list .ng-product-title a:hover:before,
  .theme-nighthawk .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-title a:before, .theme-nighthawk .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-title a:before {
    border-color: #2C262D; }
  .theme-nighthawk .ng-header-business .ng-nav-wrap {
    background: #2C262D; }
    @media (min-width: 768px) {
      .theme-nighthawk .ng-header-business .ng-nav-wrap {
        background: none; } }
  .theme-nighthawk .ng-recommended .ng-h2 a:hover,
  .theme-nighthawk .ng-recommended .ng-h4 a:hover,
  .theme-nighthawk .ng-awards .ng-h4 a:hover,
  .theme-nighthawk .ng-accordion--faq li.ng-active .ng-opener,
  .theme-nighthawk .ng-faq-list li.ng-active .ng-opener,
  .theme-nighthawk .ng-faq-list .ng-faq-title,
  .theme-nighthawk .ng-diagram .ng-desc-title,
  .theme-nighthawk .ng-tab-steps li.tab-active a,
  .theme-nighthawk .ng-tab-steps--secondary li a .ng-icon,
  .theme-nighthawk .ng-diagram--secondary .ng-tab-steps span,
  .theme-nighthawk .ng-diagrams .ng-title {
    color: #2C262D; }
  .theme-nighthawk .tab-content--app .ng-acc-opener,
  .theme-nighthawk .ng-acc-opener .ng-icon {
    color: #2C262D; }
  .theme-nighthawk .ng-acc-opener:before {
    background: #2C262D; }
  .theme-nighthawk .ng-primary-text {
    color: #2C262D !important; }
  .theme-nighthawk .ng-tab-steps li.tab-active a:before {
    background: #2C262D;
    border-color: #2C262D;
    box-shadow: 0 0 15px rgba(44, 38, 45, 0.4); }
  .theme-nighthawk .ng-reviews--btn .itcs-widgetc--branding-link,
  .theme-nighthawk .ng-diagram--secondary .ng-active .ng-acc-opener,
  .theme-nighthawk .ng-diagram--secondary .ng-title {
    color: #2C262D; }
  .theme-nighthawk .ng-reviews--btn .itcs-widgetc--branding-link:before {
    background: #2C262D; }
  .theme-nighthawk .ng-tab-steps--secondary li.tab-active a .ng-icon {
    border-color: #2C262D; }
  .theme-nighthawk .ng-diagram--secondary .ng-tab-steps li.tab-active a:before {
    border-color: #2C262D;
    color: #2C262D; }
  .theme-nighthawk .lavalamp .move-block,
  .theme-nighthawk .ng-faq-list--secondary .ng-faq-title,
  .theme-nighthawk .ng-diagram--secondary .ng-tab-steps a:after {
    background: #2C262D; }
  .theme-nighthawk .ng-faq-list--secondary .ng-faq-title {
    color: #fff; }
  .theme-nighthawk .ng-animation .ProgressBar-contentCircle .ProgressBar-circle {
    stroke: #2C262D; }
  .theme-nighthawk .ng-diagrams-list .ng-icon svg path {
    fill: #2C262D; }
  .theme-nighthawk .ng-diagrams .ng-icon {
    color: #2C262D;
    border-color: #2C262D; }
  .theme-nighthawk .ng-btn-pdf {
    color: #585459; }
  .theme-nighthawk .slick-slider .slick-dots li.slick-active button,
  .theme-nighthawk .slick-slider .slick-dots li button:hover {
    background: #2C262D; }
  .theme-nighthawk .slick-slider .slick-dots li button {
    border-color: #2C262D; }
  .theme-nighthawk .ng-text--primary {
    color: #2C262D !important; }
  .theme-nighthawk .ng-reviews .itcs-widgetc--slide-contents:before {
    color: rgba(44, 38, 45, 0.21); }
  .theme-nighthawk .ng-reviews--tertiary .ng-slide-wrap:before {
    background: #2C262D; }
  .theme-nighthawk .ng-diagrams:after {
    border-color: #2C262D; }
  .theme-nighthawk .ng-awards .tabset li a:hover,
  .theme-nighthawk .ng-awards .tabset li.tab-active a {
    color: #2C262D; }
  .theme-nighthawk .fancybox-content .ng-list--brand li:before, .theme-nighthawk .fancybox-content .ng-hidden-list li:before {
    background: #2C262D; }

.theme-nighthawkaccent {
  color: #585459; }
  .theme-nighthawkaccent .ng-filter-title a:hover {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-slider-nav .ng-slide.slick-current .ng-slide-img {
    border-color: #2E71FF;
    box-shadow: 0 1px 8px 0 rgba(46, 113, 255, 0.3); }
  .theme-nighthawkaccent .ng-btn, .theme-nighthawkaccent .ps-widget .ps-button-label, .ps-widget .theme-nighthawkaccent .ps-button-label, .theme-nighthawkaccent .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #2E71FF, #5497FF);
    background-image: linear-gradient(to right, #2E71FF, #5497FF); }
    .theme-nighthawkaccent .ng-btn.ng-btn--outline, .theme-nighthawkaccent .ps-widget .ng-btn--outline.ps-button-label, .ps-widget .theme-nighthawkaccent .ng-btn--outline.ps-button-label, .theme-nighthawkaccent .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #2E71FF;
      color: #2E71FF;
      background: none; }
      .theme-nighthawkaccent .ng-btn.ng-btn--outline:hover, .theme-nighthawkaccent .ps-widget .ng-btn--outline.ps-button-label:hover, .ps-widget .theme-nighthawkaccent .ng-btn--outline.ps-button-label:hover, .theme-nighthawkaccent .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #2E71FF;
        color: #fff; }
    .theme-nighthawkaccent .ng-btn.ng-btn--text, .theme-nighthawkaccent .ps-widget .ng-btn--text.ps-button-label, .ps-widget .theme-nighthawkaccent .ng-btn--text.ps-button-label, .theme-nighthawkaccent .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: transparent;
      color: #2E71FF;
      background: none; }
      .theme-nighthawkaccent .ng-btn.ng-btn--text:hover, .theme-nighthawkaccent .ps-widget .ng-btn--text.ps-button-label:hover, .ps-widget .theme-nighthawkaccent .ng-btn--text.ps-button-label:hover, .theme-nighthawkaccent .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        color: #fff;
        border-color: transparent; }
    .theme-nighthawkaccent .ng-btn.ng-btn--white, .theme-nighthawkaccent .ps-widget .ng-btn--white.ps-button-label, .ps-widget .theme-nighthawkaccent .ng-btn--white.ps-button-label, .theme-nighthawkaccent .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #fff;
      color: #2E71FF;
      border-color: transparent; }
      .theme-nighthawkaccent .ng-btn.ng-btn--white:hover, .theme-nighthawkaccent .ps-widget .ng-btn--white.ps-button-label:hover, .ps-widget .theme-nighthawkaccent .ng-btn--white.ps-button-label:hover, .theme-nighthawkaccent .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #2E71FF;
        color: #fff;
        border-color: transparent; }
    .theme-nighthawkaccent .ng-btn.ng-btn-outline--white, .theme-nighthawkaccent .ps-widget .ng-btn-outline--white.ps-button-label, .ps-widget .theme-nighthawkaccent .ng-btn-outline--white.ps-button-label, .theme-nighthawkaccent .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #fff;
      background: none;
      color: #fff; }
      .theme-nighthawkaccent .ng-btn.ng-btn-outline--white:hover, .theme-nighthawkaccent .ps-widget .ng-btn-outline--white.ps-button-label:hover, .ps-widget .theme-nighthawkaccent .ng-btn-outline--white.ps-button-label:hover, .theme-nighthawkaccent .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #fff;
        border-color: transparent;
        color: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-more {
    color: #2E71FF; }
    .theme-nighthawkaccent .ng-btn-more:before {
      background: #2E71FF; }
  .theme-nighthawkaccent .ng-brand {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-section .ng-list--brand li:before, .theme-nighthawkaccent.ng-section .ng-list--brand li:before {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-pdf:before {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-arrow {
    color: #5497FF; }
    .theme-nighthawkaccent .ng-btn-arrow:hover {
      background: #5497FF;
      color: #fff; }
  .theme-nighthawkaccent .ng-social-networks a:hover {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-txt-link,
  .theme-nighthawkaccent .ng-product-block .ng-price-amt,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-hidden-list .ng-product-price,
  .theme-nighthawkaccent .ng-specs-list > li.ng-active .ng-specs-title,
  .theme-nighthawkaccent .ng-tech-specs--secondary .ng-specs-title,
  .theme-nighthawkaccent.ng-tech-specs--secondary .ng-specs-title,
  .theme-nighthawkaccent .ng-overview .ng-row .ng-h1,
  .theme-nighthawkaccent .ng-video-title,
  .theme-nighthawkaccent .ng-features-wrap .ng-features-title,
  .theme-nighthawkaccent .jcf-select .jcf-select-text,
  .theme-nighthawkaccent .jcf-select .jcf-select-opener:before,
  .theme-nighthawkaccent .ng-sub-navigation-list a:hover,
  .theme-nighthawkaccent .ng-sub-navigation-list .ng-anchor-active a,
  .theme-nighthawkaccent .ng-filter-list.ng-filter-list-space li.ng-active a,
  .theme-nighthawkaccent .ng-filter-list.ng-filter-list-space li a:hover,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-price, .theme-nighthawkaccent .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-price {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-product-varient-hold .ng-product-varient .ng-radio-label input:checked ~ .ng-slide,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-hidden-list .ng-radio-label input:checked ~ .ng-slide {
    border-color: #2E71FF;
    box-shadow: 0 1px 8px 0 rgba(46, 113, 255, 0.3); }
  .theme-nighthawkaccent .ng-product-varient-hold .ng-product-varient .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-hidden-list .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-nighthawkaccent .ng-filter-list a:before,
  .theme-nighthawkaccent .ng-warrent-checkbox input:checked ~ .ng-slide {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-support .ng-banner-image:after,
  .theme-nighthawkaccent.ng-support .ng-banner-image:after,
  .theme-nighthawkaccent .ng-update:after, .theme-nighthawkaccent.ng-update:after {
    background-image: -webkit-linear-gradient(1deg, #5497FF 0%, rgba(84, 151, 255, 0.2) 100%);
    background-image: linear-gradient(89deg, #5497FF 0%, rgba(84, 151, 255, 0.2) 100%); }
  .theme-nighthawkaccent .ng-btn-show,
  .theme-nighthawkaccent .ng-btn-link {
    color: #2E71FF; }
    .theme-nighthawkaccent .ng-btn-show:before,
    .theme-nighthawkaccent .ng-btn-link:before {
      background: #2E71FF; }
  .theme-nighthawkaccent .ng-features-wrap .ng-features-list li:before {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-download:hover:before {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-link-gray, .theme-nighthawkaccent .ps-widget.ng-btn-retailer .ps-button-label, .ps-widget.ng-btn-retailer .theme-nighthawkaccent .ps-button-label {
    color: #585459; }
    .theme-nighthawkaccent .ng-btn-link-gray:hover, .theme-nighthawkaccent .ps-widget.ng-btn-retailer .ps-button-label:hover, .ps-widget.ng-btn-retailer .theme-nighthawkaccent .ps-button-label:hover {
      color: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-play .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #2E71FF;
    border-top: 10.5px solid transparent; }
  .theme-nighthawkaccent .ng-video.ng-video--overlay .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #2E71FF 0%, rgba(84, 151, 255, 0.36) 100%);
    background-image: linear-gradient(270deg, #2E71FF 0%, rgba(84, 151, 255, 0.36) 100%); }
  .theme-nighthawkaccent .ng-video .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(left, rgba(46, 113, 255, 0) 0%, rgba(84, 151, 255, 0.74) 100%);
    background-image: linear-gradient(to right, rgba(46, 113, 255, 0) 0%, rgba(84, 151, 255, 0.74) 100%); }
  .theme-nighthawkaccent .ng-btn-play.ng-btn-play--small .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #2E71FF;
    border-top: 10.5px solid transparent; }
  .theme-nighthawkaccent .ng-video.ng-video--col .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #5497FF 0%, rgba(84, 151, 255, 0.25) 100%);
    background-image: linear-gradient(270deg, #5497FF 0%, rgba(84, 151, 255, 0.25) 100%); }
  .theme-nighthawkaccent .ng-support--two-cols .ng-text {
    background-image: -webkit-linear-gradient(69deg, #5497FF 0%, #5497FF 100%);
    background-image: linear-gradient(21deg, #5497FF 0%, #5497FF 100%); }
  .theme-nighthawkaccent .ng-banner-swimline--transparent:before, .theme-nighthawkaccent.ng-banner-swimline--transparent:before {
    background-image: -webkit-linear-gradient(176deg, #5497FF 0%, rgba(84, 151, 255, 0.53) 100%);
    background-image: linear-gradient(-86deg, #5497FF 0%, rgba(84, 151, 255, 0.53) 100%); }
  .theme-nighthawkaccent .ng-banner-swimline:after, .theme-nighthawkaccent.ng-banner-swimline:after {
    background-image: -webkit-linear-gradient(65deg, #5497FF 0%, #5497FF 100%);
    background-image: linear-gradient(25deg, #5497FF 0%, #5497FF 100%); }
  .theme-nighthawkaccent .ng-banner, .theme-nighthawkaccent.ng-banner {
    background-image: -webkit-linear-gradient(65deg, #5497FF 0%, #2E71FF 100%);
    background-image: linear-gradient(25deg, #5497FF 0%, #2E71FF 100%); }
  .theme-nighthawkaccent .ng-banner-two-columns .ng-sub-block:after,
  .theme-nighthawkaccent.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #5497FF 0%, rgba(84, 151, 255, 0.24) 100%);
    background-image: linear-gradient(137deg, #5497FF 0%, rgba(84, 151, 255, 0.24) 100%); }
  .theme-nighthawkaccent .ng-banner-two-columns .ng-main-block:after,
  .theme-nighthawkaccent .ng-banner-two-columns .ng-sub-block:after,
  .theme-nighthawkaccent.ng-banner-two-columns .ng-main-block:after,
  .theme-nighthawkaccent.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #5497FF 0%, rgba(84, 151, 255, 0.24) 100%);
    background-image: linear-gradient(137deg, #5497FF 0%, rgba(84, 151, 255, 0.24) 100%); }
  .theme-nighthawkaccent .ng-banner-two-columns:hover .ng-main-block:after,
  .theme-nighthawkaccent .ng-banner-two-columns:hover .ng-sub-block:after,
  .theme-nighthawkaccent.ng-banner-two-columns:hover .ng-main-block:after,
  .theme-nighthawkaccent.ng-banner-two-columns:hover .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #5497FF 0%, rgba(84, 151, 255, 0.3) 100%);
    background-image: linear-gradient(137deg, #5497FF 0%, rgba(84, 151, 255, 0.3) 100%); }
  .theme-nighthawkaccent a {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-footer .ng-footer-nav a:hover {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-footer--secondary .ng-footer-info a:hover {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-notification-bar.ng-purple-bg {
    background-image: -webkit-linear-gradient(top, #2E71FF, #5497FF);
    background-image: linear-gradient(to bottom, #2E71FF, #5497FF); }
  .theme-nighthawkaccent .ng-notification-bar .ng-notification-close:before, .theme-nighthawkaccent .ng-notification-bar .ng-notification-close:after {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-notification-bar {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-notification-bar .ng-btn.ng-btn-white, .theme-nighthawkaccent .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label, .ps-widget .theme-nighthawkaccent .ng-notification-bar .ng-btn-white.ps-button-label, .theme-nighthawkaccent .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-section--primary, .theme-nighthawkaccent.ng-section--primary {
    background: #2E71FF;
    color: #fff; }
  .theme-nighthawkaccent .ng-bg--primary, .theme-nighthawkaccent.ng-bg--primary {
    background: #2E71FF !important;
    color: #fff; }
  .theme-nighthawkaccent .ng-text--primary {
    color: #2E71FF !important; }
  .theme-nighthawkaccent .ng-product-block .ng-max-txt .ng-red {
    color: #2E71FF; }
  .theme-nighthawkaccent .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-support--two-cols .ng-text:before,
  .theme-nighthawkaccent.ng-support--two-cols .ng-text:before {
    background-image: -webkit-linear-gradient(69deg, #2E71FF 0%, #2E71FF 100%);
    background-image: linear-gradient(21deg, #2E71FF 0%, #2E71FF 100%); }
  .theme-nighthawkaccent .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-nighthawkaccent .ng-banner .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-nighthawkaccent.ng-banner .ng-btn-wrap .ps-widget .ps-button-label {
    background: #fff;
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-nighthawkaccent .ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-nighthawkaccent.ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover {
    background: #2E71FF;
    color: #fff; }
  .theme-nighthawkaccent .elq-form input[type=checkbox]:checked + .checkbox-label:before {
    background: #2E71FF; }
  .theme-nighthawkaccent .elq-form button, .theme-nighthawkaccent input[type=reset], .theme-nighthawkaccent input[type=button], .theme-nighthawkaccent input[type=submit], .theme-nighthawkaccent input[type=checkbox], .theme-nighthawkaccent input[type=radio], .theme-nighthawkaccent select {
    background-image: -webkit-linear-gradient(left, #5497FF, #2E71FF);
    background-image: linear-gradient(to right, #5497FF, #2E71FF); }
  .theme-nighthawkaccent .ng-col-text .ng-h1 {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-compare-details-item .ng-h3,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-price,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-price,
  .theme-nighthawkaccent .ng-accordion--features .ng-active .ng-opener {
    color: #2E71FF; }
  .theme-nighthawkaccent .fancybox-close-small svg path {
    fill: #2E71FF; }
  .theme-nighthawkaccent .elq-form input[type=text]:focus, .theme-nighthawkaccent .elq-form textarea:focus, .theme-nighthawkaccent .elq-form select[multiple=multiple]:focus, .theme-nighthawkaccent .elq-form .jcf-select:focus {
    outline: none;
    border-color: #2E71FF; }
  .theme-nighthawkaccent .ng-form .ng-overlay:after,
  .theme-nighthawkaccent.ng-form .ng-overlay:after {
    background-image: -webkit-linear-gradient(313deg, rgba(46, 113, 255, 0.53) 0%, rgba(84, 151, 255, 0) 100%);
    background-image: linear-gradient(137deg, rgba(46, 113, 255, 0.53) 0%, rgba(84, 151, 255, 0) 100%); }
  .theme-nighthawkaccent input[type="text"]:focus, .theme-nighthawkaccent input[type="tel"]:focus, .theme-nighthawkaccent input[type="email"]:focus, .theme-nighthawkaccent input[type="search"]:focus, .theme-nighthawkaccent input[type="password"]:focus, .theme-nighthawkaccent input[type="url"]:focus, .theme-nighthawkaccent input[type="date"]:focus, .theme-nighthawkaccent textarea:focus {
    border-color: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff !important;
    color: #7b2a89 !important; }
    .theme-nighthawkaccent .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89 !important;
      color: #fff !important;
      border-color: transparent !important; }
  .theme-nighthawkaccent .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background-image: -webkit-linear-gradient(left, #2E71FF, #5497FF) !important;
    background-image: linear-gradient(to right, #2E71FF, #5497FF) !important; }
  .theme-nighthawkaccent .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-title a:before,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-title a:before,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-product-varient .ng-product-title a:hover:before,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-hidden-list .ng-product-title a:hover:before,
  .theme-nighthawkaccent .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-title a:before, .theme-nighthawkaccent .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-title a:before {
    border-color: #2E71FF; }
  .theme-nighthawkaccent .ng-header-business .ng-nav-wrap {
    background: #2E71FF; }
    @media (min-width: 768px) {
      .theme-nighthawkaccent .ng-header-business .ng-nav-wrap {
        background: none; } }
  .theme-nighthawkaccent .ng-recommended .ng-h2 a:hover,
  .theme-nighthawkaccent .ng-recommended .ng-h4 a:hover,
  .theme-nighthawkaccent .ng-awards .ng-h4 a:hover,
  .theme-nighthawkaccent .ng-accordion--faq li.ng-active .ng-opener,
  .theme-nighthawkaccent .ng-faq-list li.ng-active .ng-opener,
  .theme-nighthawkaccent .ng-faq-list .ng-faq-title,
  .theme-nighthawkaccent .ng-diagram .ng-desc-title,
  .theme-nighthawkaccent .ng-tab-steps li.tab-active a,
  .theme-nighthawkaccent .ng-tab-steps--secondary li a .ng-icon,
  .theme-nighthawkaccent .ng-diagram--secondary .ng-tab-steps span,
  .theme-nighthawkaccent .ng-diagrams .ng-title {
    color: #2E71FF; }
  .theme-nighthawkaccent .tab-content--app .ng-acc-opener,
  .theme-nighthawkaccent .ng-acc-opener .ng-icon {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-acc-opener:before {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-primary-text {
    color: #2E71FF !important; }
  .theme-nighthawkaccent .ng-tab-steps li.tab-active a:before {
    background: #2E71FF;
    border-color: #2E71FF;
    box-shadow: 0 0 15px rgba(46, 113, 255, 0.4); }
  .theme-nighthawkaccent .ng-reviews--btn .itcs-widgetc--branding-link,
  .theme-nighthawkaccent .ng-diagram--secondary .ng-active .ng-acc-opener,
  .theme-nighthawkaccent .ng-diagram--secondary .ng-title {
    color: #2E71FF; }
  .theme-nighthawkaccent .ng-reviews--btn .itcs-widgetc--branding-link:before {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-tab-steps--secondary li.tab-active a .ng-icon {
    border-color: #2E71FF; }
  .theme-nighthawkaccent .ng-diagram--secondary .ng-tab-steps li.tab-active a:before {
    border-color: #2E71FF;
    color: #2E71FF; }
  .theme-nighthawkaccent .lavalamp .move-block,
  .theme-nighthawkaccent .ng-faq-list--secondary .ng-faq-title,
  .theme-nighthawkaccent .ng-diagram--secondary .ng-tab-steps a:after {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-faq-list--secondary .ng-faq-title {
    color: #fff; }
  .theme-nighthawkaccent .ng-animation .ProgressBar-contentCircle .ProgressBar-circle {
    stroke: #2E71FF; }
  .theme-nighthawkaccent .ng-diagrams-list .ng-icon svg path {
    fill: #2E71FF; }
  .theme-nighthawkaccent .ng-diagrams .ng-icon {
    color: #2E71FF;
    border-color: #2E71FF; }
  .theme-nighthawkaccent .ng-btn-pdf {
    color: #585459; }
  .theme-nighthawkaccent .slick-slider .slick-dots li.slick-active button,
  .theme-nighthawkaccent .slick-slider .slick-dots li button:hover {
    background: #2E71FF; }
  .theme-nighthawkaccent .slick-slider .slick-dots li button {
    border-color: #2E71FF; }
  .theme-nighthawkaccent .ng-text--primary {
    color: #2E71FF !important; }
  .theme-nighthawkaccent .ng-reviews .itcs-widgetc--slide-contents:before {
    color: rgba(46, 113, 255, 0.21); }
  .theme-nighthawkaccent .ng-reviews--tertiary .ng-slide-wrap:before {
    background: #2E71FF; }
  .theme-nighthawkaccent .ng-diagrams:after {
    border-color: #2E71FF; }
  .theme-nighthawkaccent .ng-awards .tabset li a:hover,
  .theme-nighthawkaccent .ng-awards .tabset li.tab-active a {
    color: #2E71FF; }
  .theme-nighthawkaccent .fancybox-content .ng-list--brand li:before, .theme-nighthawkaccent .fancybox-content .ng-hidden-list li:before {
    background: #2E71FF; }

.theme-programing {
  color: #585459; }
  .theme-programing .ng-filter-title a:hover {
    color: #FF2906; }
  .theme-programing .ng-slider-nav .ng-slide.slick-current .ng-slide-img {
    border-color: #FF2906;
    box-shadow: 0 1px 8px 0 rgba(255, 41, 6, 0.3); }
  .theme-programing .ng-btn, .theme-programing .ps-widget .ps-button-label, .ps-widget .theme-programing .ps-button-label, .theme-programing .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #FF2906, #FF4F2C);
    background-image: linear-gradient(to right, #FF2906, #FF4F2C); }
    .theme-programing .ng-btn.ng-btn--outline, .theme-programing .ps-widget .ng-btn--outline.ps-button-label, .ps-widget .theme-programing .ng-btn--outline.ps-button-label, .theme-programing .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #FF2906;
      color: #FF2906;
      background: none; }
      .theme-programing .ng-btn.ng-btn--outline:hover, .theme-programing .ps-widget .ng-btn--outline.ps-button-label:hover, .ps-widget .theme-programing .ng-btn--outline.ps-button-label:hover, .theme-programing .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #FF2906;
        color: #fff; }
    .theme-programing .ng-btn.ng-btn--text, .theme-programing .ps-widget .ng-btn--text.ps-button-label, .ps-widget .theme-programing .ng-btn--text.ps-button-label, .theme-programing .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: transparent;
      color: #FF2906;
      background: none; }
      .theme-programing .ng-btn.ng-btn--text:hover, .theme-programing .ps-widget .ng-btn--text.ps-button-label:hover, .ps-widget .theme-programing .ng-btn--text.ps-button-label:hover, .theme-programing .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        color: #fff;
        border-color: transparent; }
    .theme-programing .ng-btn.ng-btn--white, .theme-programing .ps-widget .ng-btn--white.ps-button-label, .ps-widget .theme-programing .ng-btn--white.ps-button-label, .theme-programing .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #fff;
      color: #FF2906;
      border-color: transparent; }
      .theme-programing .ng-btn.ng-btn--white:hover, .theme-programing .ps-widget .ng-btn--white.ps-button-label:hover, .ps-widget .theme-programing .ng-btn--white.ps-button-label:hover, .theme-programing .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #FF2906;
        color: #fff;
        border-color: transparent; }
    .theme-programing .ng-btn.ng-btn-outline--white, .theme-programing .ps-widget .ng-btn-outline--white.ps-button-label, .ps-widget .theme-programing .ng-btn-outline--white.ps-button-label, .theme-programing .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #fff;
      background: none;
      color: #fff; }
      .theme-programing .ng-btn.ng-btn-outline--white:hover, .theme-programing .ps-widget .ng-btn-outline--white.ps-button-label:hover, .ps-widget .theme-programing .ng-btn-outline--white.ps-button-label:hover, .theme-programing .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        background: #fff;
        border-color: transparent;
        color: #FF2906; }
  .theme-programing .ng-btn-more {
    color: #FF2906; }
    .theme-programing .ng-btn-more:before {
      background: #FF2906; }
  .theme-programing .ng-brand {
    color: #FF2906; }
  .theme-programing .ng-section .ng-list--brand li:before, .theme-programing.ng-section .ng-list--brand li:before {
    background: #FF2906; }
  .theme-programing .ng-btn-pdf:before {
    color: #FF2906; }
  .theme-programing .ng-btn-arrow {
    color: #FF4F2C; }
    .theme-programing .ng-btn-arrow:hover {
      background: #FF4F2C;
      color: #fff; }
  .theme-programing .ng-social-networks a:hover {
    background: #FF2906; }
  .theme-programing .ng-txt-link,
  .theme-programing .ng-product-block .ng-price-amt,
  .theme-programing .ng-product-varient-hold .ng-hidden-list .ng-product-price,
  .theme-programing .ng-specs-list > li.ng-active .ng-specs-title,
  .theme-programing .ng-tech-specs--secondary .ng-specs-title,
  .theme-programing.ng-tech-specs--secondary .ng-specs-title,
  .theme-programing .ng-overview .ng-row .ng-h1,
  .theme-programing .ng-video-title,
  .theme-programing .ng-features-wrap .ng-features-title,
  .theme-programing .jcf-select .jcf-select-text,
  .theme-programing .jcf-select .jcf-select-opener:before,
  .theme-programing .ng-sub-navigation-list a:hover,
  .theme-programing .ng-sub-navigation-list .ng-anchor-active a,
  .theme-programing .ng-filter-list.ng-filter-list-space li.ng-active a,
  .theme-programing .ng-filter-list.ng-filter-list-space li a:hover,
  .theme-programing .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-price, .theme-programing .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-price {
    color: #FF2906; }
  .theme-programing .ng-product-varient-hold .ng-product-varient .ng-radio-label input:checked ~ .ng-slide,
  .theme-programing .ng-product-varient-hold .ng-hidden-list .ng-radio-label input:checked ~ .ng-slide {
    border-color: #FF2906;
    box-shadow: 0 1px 8px 0 rgba(255, 41, 6, 0.3); }
  .theme-programing .ng-product-varient-hold .ng-product-varient .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-programing .ng-product-varient-hold .ng-hidden-list .ng-checkbox-label input:checked ~ .ng-slide,
  .theme-programing .ng-filter-list a:before,
  .theme-programing .ng-warrent-checkbox input:checked ~ .ng-slide {
    background: #FF2906; }
  .theme-programing .ng-support .ng-banner-image:after,
  .theme-programing.ng-support .ng-banner-image:after,
  .theme-programing .ng-update:after, .theme-programing.ng-update:after {
    background-image: -webkit-linear-gradient(1deg, #FF4F2C 0%, rgba(255, 79, 44, 0.2) 100%);
    background-image: linear-gradient(89deg, #FF4F2C 0%, rgba(255, 79, 44, 0.2) 100%); }
  .theme-programing .ng-btn-show,
  .theme-programing .ng-btn-link {
    color: #FF2906; }
    .theme-programing .ng-btn-show:before,
    .theme-programing .ng-btn-link:before {
      background: #FF2906; }
  .theme-programing .ng-features-wrap .ng-features-list li:before {
    background: #FF2906; }
  .theme-programing .ng-btn-download:hover:before {
    background: #FF2906; }
  .theme-programing .ng-btn-link-gray, .theme-programing .ps-widget.ng-btn-retailer .ps-button-label, .ps-widget.ng-btn-retailer .theme-programing .ps-button-label {
    color: #585459; }
    .theme-programing .ng-btn-link-gray:hover, .theme-programing .ps-widget.ng-btn-retailer .ps-button-label:hover, .ps-widget.ng-btn-retailer .theme-programing .ps-button-label:hover {
      color: #FF2906; }
  .theme-programing .ng-btn-play .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #FF2906;
    border-top: 10.5px solid transparent; }
  .theme-programing .ng-video.ng-video--overlay .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #FF2906 0%, rgba(255, 79, 44, 0.36) 100%);
    background-image: linear-gradient(270deg, #FF2906 0%, rgba(255, 79, 44, 0.36) 100%); }
  .theme-programing .ng-video .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(left, rgba(255, 41, 6, 0) 0%, rgba(255, 79, 44, 0.74) 100%);
    background-image: linear-gradient(to right, rgba(255, 41, 6, 0) 0%, rgba(255, 79, 44, 0.74) 100%); }
  .theme-programing .ng-btn-play.ng-btn-play--small .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid transparent;
    border-left: 15px solid #FF2906;
    border-top: 10.5px solid transparent; }
  .theme-programing .ng-video.ng-video--col .ng-bg-cover:before {
    background-image: -webkit-linear-gradient(180deg, #FF4F2C 0%, rgba(255, 79, 44, 0.25) 100%);
    background-image: linear-gradient(270deg, #FF4F2C 0%, rgba(255, 79, 44, 0.25) 100%); }
  .theme-programing .ng-support--two-cols .ng-text {
    background-image: -webkit-linear-gradient(69deg, #FF4F2C 0%, #FF4F2C 100%);
    background-image: linear-gradient(21deg, #FF4F2C 0%, #FF4F2C 100%); }
  .theme-programing .ng-banner-swimline--transparent:before, .theme-programing.ng-banner-swimline--transparent:before {
    background-image: -webkit-linear-gradient(176deg, #FF4F2C 0%, rgba(255, 79, 44, 0.53) 100%);
    background-image: linear-gradient(-86deg, #FF4F2C 0%, rgba(255, 79, 44, 0.53) 100%); }
  .theme-programing .ng-banner-swimline:after, .theme-programing.ng-banner-swimline:after {
    background-image: -webkit-linear-gradient(65deg, #FF4F2C 0%, #FF4F2C 100%);
    background-image: linear-gradient(25deg, #FF4F2C 0%, #FF4F2C 100%); }
  .theme-programing .ng-banner, .theme-programing.ng-banner {
    background-image: -webkit-linear-gradient(65deg, #FF4F2C 0%, #FF2906 100%);
    background-image: linear-gradient(25deg, #FF4F2C 0%, #FF2906 100%); }
  .theme-programing .ng-banner-two-columns .ng-sub-block:after,
  .theme-programing.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #FF4F2C 0%, rgba(255, 79, 44, 0.24) 100%);
    background-image: linear-gradient(137deg, #FF4F2C 0%, rgba(255, 79, 44, 0.24) 100%); }
  .theme-programing .ng-banner-two-columns .ng-main-block:after,
  .theme-programing .ng-banner-two-columns .ng-sub-block:after,
  .theme-programing.ng-banner-two-columns .ng-main-block:after,
  .theme-programing.ng-banner-two-columns .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #FF4F2C 0%, rgba(255, 79, 44, 0.24) 100%);
    background-image: linear-gradient(137deg, #FF4F2C 0%, rgba(255, 79, 44, 0.24) 100%); }
  .theme-programing .ng-banner-two-columns:hover .ng-main-block:after,
  .theme-programing .ng-banner-two-columns:hover .ng-sub-block:after,
  .theme-programing.ng-banner-two-columns:hover .ng-main-block:after,
  .theme-programing.ng-banner-two-columns:hover .ng-sub-block:after {
    background-image: -webkit-linear-gradient(313deg, #FF4F2C 0%, rgba(255, 79, 44, 0.3) 100%);
    background-image: linear-gradient(137deg, #FF4F2C 0%, rgba(255, 79, 44, 0.3) 100%); }
  .theme-programing a {
    color: #FF2906; }
  .theme-programing .ng-footer .ng-footer-nav a:hover {
    color: #FF2906; }
  .theme-programing .ng-footer--secondary .ng-footer-info a:hover {
    color: #FF2906; }
  .theme-programing .ng-notification-bar.ng-purple-bg {
    background-image: -webkit-linear-gradient(top, #FF2906, #FF4F2C);
    background-image: linear-gradient(to bottom, #FF2906, #FF4F2C); }
  .theme-programing .ng-notification-bar .ng-notification-close:before, .theme-programing .ng-notification-bar .ng-notification-close:after {
    background: #FF2906; }
  .theme-programing .ng-notification-bar {
    color: #FF2906; }
  .theme-programing .ng-notification-bar .ng-btn.ng-btn-white, .theme-programing .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label, .ps-widget .theme-programing .ng-notification-bar .ng-btn-white.ps-button-label, .theme-programing .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    color: #FF2906; }
  .theme-programing .ng-section--primary, .theme-programing.ng-section--primary {
    background: #FF2906;
    color: #fff; }
  .theme-programing .ng-bg--primary, .theme-programing.ng-bg--primary {
    background: #FF2906 !important;
    color: #fff; }
  .theme-programing .ng-text--primary {
    color: #FF2906 !important; }
  .theme-programing .ng-product-block .ng-max-txt .ng-red {
    color: #FF2906; }
  .theme-programing .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #FF2906; }
  .theme-programing .ng-support--two-cols .ng-text:before,
  .theme-programing.ng-support--two-cols .ng-text:before {
    background-image: -webkit-linear-gradient(69deg, #FF2906 0%, #FF2906 100%);
    background-image: linear-gradient(21deg, #FF2906 0%, #FF2906 100%); }
  .theme-programing .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-programing .ng-banner .ng-btn-wrap .ps-widget .ps-button-label,
  .theme-programing.ng-banner .ng-btn-wrap .ps-widget .ps-button-label {
    background: #fff;
    color: #FF2906; }
  .theme-programing .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-programing .ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover,
  .theme-programing.ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover {
    background: #FF2906;
    color: #fff; }
  .theme-programing .elq-form input[type=checkbox]:checked + .checkbox-label:before {
    background: #FF2906; }
  .theme-programing .elq-form button, .theme-programing input[type=reset], .theme-programing input[type=button], .theme-programing input[type=submit], .theme-programing input[type=checkbox], .theme-programing input[type=radio], .theme-programing select {
    background-image: -webkit-linear-gradient(left, #FF4F2C, #FF2906);
    background-image: linear-gradient(to right, #FF4F2C, #FF2906); }
  .theme-programing .ng-col-text .ng-h1 {
    color: #FF2906; }
  .theme-programing .ng-compare-details-item .ng-h3,
  .theme-programing .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-price,
  .theme-programing .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-price,
  .theme-programing .ng-accordion--features .ng-active .ng-opener {
    color: #FF2906; }
  .theme-programing .fancybox-close-small svg path {
    fill: #FF2906; }
  .theme-programing .elq-form input[type=text]:focus, .theme-programing .elq-form textarea:focus, .theme-programing .elq-form select[multiple=multiple]:focus, .theme-programing .elq-form .jcf-select:focus {
    outline: none;
    border-color: #FF2906; }
  .theme-programing .ng-form .ng-overlay:after,
  .theme-programing.ng-form .ng-overlay:after {
    background-image: -webkit-linear-gradient(313deg, rgba(255, 41, 6, 0.53) 0%, rgba(255, 79, 44, 0) 100%);
    background-image: linear-gradient(137deg, rgba(255, 41, 6, 0.53) 0%, rgba(255, 79, 44, 0) 100%); }
  .theme-programing input[type="text"]:focus, .theme-programing input[type="tel"]:focus, .theme-programing input[type="email"]:focus, .theme-programing input[type="search"]:focus, .theme-programing input[type="password"]:focus, .theme-programing input[type="url"]:focus, .theme-programing input[type="date"]:focus, .theme-programing textarea:focus {
    border-color: #FF2906; }
  .theme-programing .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff !important;
    color: #7b2a89 !important; }
    .theme-programing .ng-btn-wrap .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89 !important;
      color: #fff !important;
      border-color: transparent !important; }
  .theme-programing .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background-image: -webkit-linear-gradient(left, #FF2906, #FF4F2C) !important;
    background-image: linear-gradient(to right, #FF2906, #FF4F2C) !important; }
  .theme-programing .ng-product-varient-hold .ng-product-varient .ng-product-item.ng-active .ng-product-title a:before,
  .theme-programing .ng-product-varient-hold .ng-hidden-list .ng-product-item.ng-active .ng-product-title a:before,
  .theme-programing .ng-product-varient-hold .ng-product-varient .ng-product-title a:hover:before,
  .theme-programing .ng-product-varient-hold .ng-hidden-list .ng-product-title a:hover:before,
  .theme-programing .ng-product-varient-hold .ng-product-varient .ng-product-item:hover .ng-product-title a:before, .theme-programing .ng-product-varient-hold .ng-hidden-list .ng-product-item:hover .ng-product-title a:before {
    border-color: #FF2906; }
  .theme-programing .ng-header-business .ng-nav-wrap {
    background: #FF2906; }
    @media (min-width: 768px) {
      .theme-programing .ng-header-business .ng-nav-wrap {
        background: none; } }
  .theme-programing .ng-recommended .ng-h2 a:hover,
  .theme-programing .ng-recommended .ng-h4 a:hover,
  .theme-programing .ng-awards .ng-h4 a:hover,
  .theme-programing .ng-accordion--faq li.ng-active .ng-opener,
  .theme-programing .ng-faq-list li.ng-active .ng-opener,
  .theme-programing .ng-faq-list .ng-faq-title,
  .theme-programing .ng-diagram .ng-desc-title,
  .theme-programing .ng-tab-steps li.tab-active a,
  .theme-programing .ng-tab-steps--secondary li a .ng-icon,
  .theme-programing .ng-diagram--secondary .ng-tab-steps span,
  .theme-programing .ng-diagrams .ng-title {
    color: #FF2906; }
  .theme-programing .tab-content--app .ng-acc-opener,
  .theme-programing .ng-acc-opener .ng-icon {
    color: #FF2906; }
  .theme-programing .ng-acc-opener:before {
    background: #FF2906; }
  .theme-programing .ng-primary-text {
    color: #FF2906 !important; }
  .theme-programing .ng-tab-steps li.tab-active a:before {
    background: #FF2906;
    border-color: #FF2906;
    box-shadow: 0 0 15px rgba(255, 41, 6, 0.4); }
  .theme-programing .ng-reviews--btn .itcs-widgetc--branding-link,
  .theme-programing .ng-diagram--secondary .ng-active .ng-acc-opener,
  .theme-programing .ng-diagram--secondary .ng-title {
    color: #FF2906; }
  .theme-programing .ng-reviews--btn .itcs-widgetc--branding-link:before {
    background: #FF2906; }
  .theme-programing .ng-tab-steps--secondary li.tab-active a .ng-icon {
    border-color: #FF2906; }
  .theme-programing .ng-diagram--secondary .ng-tab-steps li.tab-active a:before {
    border-color: #FF2906;
    color: #FF2906; }
  .theme-programing .lavalamp .move-block,
  .theme-programing .ng-faq-list--secondary .ng-faq-title,
  .theme-programing .ng-diagram--secondary .ng-tab-steps a:after {
    background: #FF2906; }
  .theme-programing .ng-faq-list--secondary .ng-faq-title {
    color: #fff; }
  .theme-programing .ng-animation .ProgressBar-contentCircle .ProgressBar-circle {
    stroke: #FF2906; }
  .theme-programing .ng-diagrams-list .ng-icon svg path {
    fill: #FF2906; }
  .theme-programing .ng-diagrams .ng-icon {
    color: #FF2906;
    border-color: #FF2906; }
  .theme-programing .ng-btn-pdf {
    color: #585459; }
  .theme-programing .slick-slider .slick-dots li.slick-active button,
  .theme-programing .slick-slider .slick-dots li button:hover {
    background: #FF2906; }
  .theme-programing .slick-slider .slick-dots li button {
    border-color: #FF2906; }
  .theme-programing .ng-text--primary {
    color: #FF2906 !important; }
  .theme-programing .ng-reviews .itcs-widgetc--slide-contents:before {
    color: rgba(255, 41, 6, 0.21); }
  .theme-programing .ng-reviews--tertiary .ng-slide-wrap:before {
    background: #FF2906; }
  .theme-programing .ng-diagrams:after {
    border-color: #FF2906; }
  .theme-programing .ng-awards .tabset li a:hover,
  .theme-programing .ng-awards .tabset li.tab-active a {
    color: #FF2906; }
  .theme-programing .fancybox-content .ng-list--brand li:before, .theme-programing .fancybox-content .ng-hidden-list li:before {
    background: #FF2906; }

.ng-btn, .ps-widget .ps-button-label, .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  background-image: -webkit-linear-gradient(left, #662e88, #831f79);
  background-image: linear-gradient(to right, #662e88, #831f79);
  border: 1px solid transparent;
  padding: 10px 18px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  text-align: center; }
  .ng-btn:hover, .ps-widget .ps-button-label:hover, .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
    background-size: 300% auto;
    background-position: left top; }
  .ng-btn.ng-btn--outline, .ps-widget .ng-btn--outline.ps-button-label, .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    border-color: #7b2a89;
    color: #7b2a89;
    background: none; }
    .ng-btn.ng-btn--outline:hover, .ps-widget .ng-btn--outline.ps-button-label:hover, .ng-btn--outline.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89;
      color: #fff; }
  .ng-btn.ng-btn-danger, .ps-widget .ng-btn-danger.ps-button-label, .ng-btn-danger.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #e53935;
    border-color: transparent !important; }
    .ng-btn.ng-btn-danger:hover, .ps-widget .ng-btn-danger.ps-button-label:hover, .ng-btn-danger.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #9f1600;
      opacity: 1; }
  .ng-btn.ng-btn--text, .ps-widget .ng-btn--text.ps-button-label, .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    border-color: transparent;
    color: #7b2a89;
    background: none; }
    .ng-btn.ng-btn--text:hover, .ps-widget .ng-btn--text.ps-button-label:hover, .ng-btn--text.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      color: #fff;
      border-color: transparent; }
  .ng-btn.ng-btn--white, .ps-widget .ng-btn--white.ps-button-label, .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    background: #fff;
    color: #7b2a89;
    border-color: transparent; }
    .ng-btn.ng-btn--white:hover, .ps-widget .ng-btn--white.ps-button-label:hover, .ng-btn--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #7b2a89;
      color: #fff;
      border-color: transparent; }
  .ng-btn.ng-btn-outline--white, .ps-widget .ng-btn-outline--white.ps-button-label, .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    border-color: #fff;
    background: none;
    color: #fff; }
    .ng-btn.ng-btn-outline--white:hover, .ps-widget .ng-btn-outline--white.ps-button-label:hover, .ng-btn-outline--white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      background: #fff;
      border-color: transparent;
      color: #7b2a89; }
  .ng-btn.ng-btn-small, .ps-widget .ng-btn-small.ps-button-label, .ng-btn-small.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    font-size: 12px;
    line-height: 1.3333333333;
    padding: 11px 17px; }

.ng-btn-more {
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #7b2a89; }
  .ng-btn-more.ng-btn-more--small {
    text-transform: none; }
  @media (min-width: 992px) {
    .ng-btn-more.ng-btn-more--big {
      font-size: 20px;
      line-height: 1.5; } }
  .ng-btn-more.ng-btn-more--underline:before {
    width: 100%; }
  .ng-btn-more.ng-btn-more--underline:hover:before {
    width: 0; }
  .ng-btn-more:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #7b2a89;
    -webkit-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out; }
  .ng-btn-more:hover:before {
    width: 0; }

.ng-btn-plus {
  font-size: 0;
  line-height: 0;
  border: 2px solid #cccccc;
  width: 40px;
  height: 40px;
  color: #cccccc;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  position: relative; }
  .ng-btn-plus.js-hidden {
    display: none !important; }
  .ng-slide-opened ~ .ng-load-more .ng-btn-plus:after {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .ng-btn-plus:before, .ng-btn-plus:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #cccccc;
    width: 15px;
    height: 2px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }
  .ng-btn-plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }
  .ng-btn-plus:hover {
    background: #cccccc; }
    .ng-btn-plus:hover:before, .ng-btn-plus:hover:after {
      background: #fff; }

.ng-btn-pdf {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 37px 10px 37px 76px;
  position: relative;
  display: block;
  color: #2c262d;
  text-decoration: none; }
  @media (min-width: 768px) {
    .ng-btn-pdf {
      padding: 30px 82px; } }
  .ng-btn-pdf:hover {
    opacity: 0.7; }
  .ng-btn-pdf .ng-icon-download {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none; }
    @media (min-width: 768px) {
      .ng-btn-pdf .ng-icon-download {
        display: block; } }
  .ng-btn-pdf .ng-btn-img {
    background: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid rgba(211, 211, 211, 0.52);
    border-radius: 3px; }
    .ng-btn-pdf .ng-btn-img:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 60px; }
    .ng-btn-pdf .ng-btn-img > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .ng-btn-pdf .ng-btn-img img {
      width: 21px;
      height: 24px; }

.ng-btn-arrow {
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  display: block;
  color: #853a92;
  font-size: 13px;
  line-height: 3.2307692308;
  display: inline-block;
  vertical-align: middle; }
  .ng-btn-arrow:hover {
    color: #fff;
    border-color: transparent;
    background: #853a92; }

.ng-btn-show {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 2px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 12px; }
  .ng-btn-show.js-hidden {
    display: none !important; }
  .ng-btn-show:after {
    font: 7px/1 icomoon;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }
  .ng-btn-show.ng-btn-show-small {
    font-size: 12px;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .ng-btn-show.ng-btn-show-small {
        font-size: 14px;
        line-height: 1.5; } }
  .ng-btn-show .ng-more {
    display: inline-block;
    vertical-align: top; }
  .ng-btn-show .ng-less {
    display: none; }

.ng-no-extra-content .ng-btn-show {
  display: none; }

.ng-show-block .ng-more {
  display: inline-block !important;
  vertical-align: top; }

.ng-show-block .ng-less {
  display: none !important; }

.ng-slide-opened + .ng-btn-show .ng-less {
  display: inline-block !important;
  vertical-align: top; }

.ng-slide-opened + .ng-btn-show .ng-more {
  display: none !important; }

.ng-slide-opened + .ng-btn-show:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  margin-top: 2px; }

.ng-btn-list {
  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 -10px 18px; }
  @media (min-width: 768px) {
    .ng-btn-list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .ng-btn-list li {
    padding: 0 10px; }

.ng-btn-icon {
  position: relative;
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  color: #585459;
  padding-left: 20px; }
  .ng-btn-icon:hover {
    opacity: 0.7; }
  .ng-btn-icon .ng-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .ng-btn-icon.ng-btn-icon-small {
    font-size: 12px;
    line-height: 1.3333333333;
    font-weight: 500;
    padding: 0; }
    .ng-btn-icon.ng-btn-icon-small .ng-icon {
      display: inline-block;
      vertical-align: top;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      font-size: 14px;
      margin-right: 5px; }

.ng-btn-download {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 4px 0 4px 42px;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #585459; }
  .ng-btn-download:before {
    width: 30px;
    height: 30px;
    font: 15px/30px icomoon;
    text-align: center;
    border: 1px solid #cccccc;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 4px;
    color: #cccccc; }
  .ng-btn-download:hover:before {
    color: #fff;
    background: #7b2a89;
    border-color: transparent; }

.ng-btn-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.1666666667; }
  .ng-btn-link.ng-btn-link--black {
    color: #000; }
    .ng-btn-link.ng-btn-link--black:before {
      color: #000; }
  .ng-btn-link.ng-btn-link--purple {
    color: #7b2a89; }
    .ng-btn-link.ng-btn-link--purple:before {
      color: #7b2a89; }
  .ng-btn-link.ng-btn-link--primary {
    color: #7b2a89; }
    .ng-btn-link.ng-btn-link--primary:before {
      color: #7b2a89; }
  .ng-btn-link.ng-btn-link--white {
    color: #fff; }
    .ng-btn-link.ng-btn-link--white:before {
      color: #fff; }
  .ng-btn-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7b2a89;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out; }
  .ng-btn-link:hover:before {
    width: 0; }

.ng-btn-link-gray, .ps-widget.ng-btn-retailer .ps-button-label {
  color: #585459;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 500; }
  @media (min-width: 992px) {
    .ng-btn-link-gray, .ps-widget.ng-btn-retailer .ps-button-label {
      font-size: 14px;
      line-height: 1.2857142857;
      font-weight: 500; } }
  .ng-btn-link-gray:before, .ps-widget.ng-btn-retailer .ps-button-label:before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font: 10px/1 icomoon; }
  .ng-btn-link-gray:hover, .ps-widget.ng-btn-retailer .ps-button-label:hover {
    color: #7b2a89; }

.ng-btn-play {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  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; }
  .ng-btn-play.ng-btn-play--small {
    width: 63px;
    height: 63px; }
    .ng-btn-play.ng-btn-play--small .ng-triangle {
      border: none;
      height: 0;
      width: 0;
      border-bottom: 10.5px solid transparent;
      border-left: 15px solid #7b2a89;
      border-top: 10.5px solid transparent; }
  .ng-btn-play:before, .ng-btn-play:after,
  .ng-btn-play .ng-triangle:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
    display: block;
    -webkit-animation: pulse 1.5s linear infinite;
            animation: pulse 1.5s linear infinite;
    opacity: 0; }
  .ng-btn-play:after {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .ng-btn-play .ng-triangle:before {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .ng-btn-play .ng-triangle {
    height: 0;
    width: 0;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #7b2a89;
    border-top: 12px solid transparent;
    margin: 0 0 0 6px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-width: 3px; }
  50% {
    opacity: 0.34;
    border-width: 2px; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    border-width: 1px; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    border-width: 3px; }
  50% {
    opacity: 0.34;
    border-width: 2px; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
    border-width: 1px; } }

.ps-widget {
  outline: none;
  font-size: 0;
  line-height: 0;
  pointer-events: none; }
  .ps-widget .ps-button-label {
    outline: none;
    float: none;
    pointer-events: auto; }
    .ps-widget .ps-button-label:hover {
      border-radius: 6px;
      font-size: 14px;
      line-height: 1.2857142857; }
  .ps-widget.ng-btn-retailer .ps-button-label {
    padding: 0;
    padding-right: 20px;
    min-width: 0 !important;
    background: none;
    text-transform: none; }
    @media (min-width: 1200px) {
      .ps-widget.ng-btn-retailer .ps-button-label {
        padding-left: 0;
        padding-right: 20px; } }
    .ps-widget.ng-btn-retailer .ps-button-label:hover {
      background: none;
      font-size: 12px;
      line-height: 1.3333333333;
      font-weight: 500; }
      @media (min-width: 992px) {
        .ps-widget.ng-btn-retailer .ps-button-label:hover {
          font-size: 14px;
          line-height: 1.2857142857;
          font-weight: 500; } }

.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
  outline: none;
  float: none;
  background: none !important;
  background-image: -webkit-linear-gradient(left, #662e88, #831f79) !important;
  background-image: linear-gradient(to right, #662e88, #831f79) !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  border-radius: 6px !important;
  font-family: "avenirnextltpro", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-weight: 400 !important;
  margin: 0 !important;
  border-color: transparent !important; }
  .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:before {
    display: none !important; }
  .ps_ResponsiveContainerStyle.ps_WtbButtonStyle .ps_RightArrowStyle {
    display: none !important; }

.ng-notification-bar {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  padding: 8px 40px;
  position: relative;
  background: #fafafa;
  color: #95258a; }
  @media (min-width: 768px) {
    .ng-notification-bar {
      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; } }
  .ng-notification-bar.ng-notification-inactive {
    display: none; }
  .ng-notification-bar .ng-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) {
      .ng-notification-bar .ng-text {
        max-width: 210px;
        margin: 0; } }
    @media (min-width: 992px) {
      .ng-notification-bar .ng-text {
        max-width: 410px; } }
  .ng-notification-bar.ng-purple-bg {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #662e88, #95258a);
    background-image: linear-gradient(to bottom, #662e88, #95258a); }
    .ng-notification-bar.ng-purple-bg .ng-btn-more {
      color: #fff; }
      .ng-notification-bar.ng-purple-bg .ng-btn-more:before {
        background: #fff; }
    .ng-notification-bar.ng-purple-bg .ng-notification-close:before, .ng-notification-bar.ng-purple-bg .ng-notification-close:after {
      background: rgba(255, 255, 255, 0.5); }
  .ng-notification-bar.ng-gray-bg {
    color: #fff;
    background: #848385; }
    .ng-notification-bar.ng-gray-bg .ng-btn-more {
      color: #fff; }
      .ng-notification-bar.ng-gray-bg .ng-btn-more:before {
        background: #fff; }
    .ng-notification-bar.ng-gray-bg .ng-notification-close:before, .ng-notification-bar.ng-gray-bg .ng-notification-close:after {
      background: #fff; }
    .ng-notification-bar.ng-gray-bg .ng-btn, .ng-notification-bar.ng-gray-bg .ps-widget .ps-button-label, .ps-widget .ng-notification-bar.ng-gray-bg .ps-button-label, .ng-notification-bar.ng-gray-bg .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #848385;
      color: #848385;
      background: #fff; }
  .ng-notification-bar.ng-black-bg {
    color: #fff;
    background: #2c262d; }
    .ng-notification-bar.ng-black-bg .ng-btn-more {
      color: #fff; }
      .ng-notification-bar.ng-black-bg .ng-btn-more:before {
        background: #fff; }
    .ng-notification-bar.ng-black-bg .ng-btn, .ng-notification-bar.ng-black-bg .ps-widget .ps-button-label, .ps-widget .ng-notification-bar.ng-black-bg .ps-button-label, .ng-notification-bar.ng-black-bg .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #2c262d;
      color: #2c262d;
      background: #fff; }
    .ng-notification-bar.ng-black-bg .ng-notification-close:before, .ng-notification-bar.ng-black-bg .ng-notification-close:after {
      background: #fff; }
  .ng-notification-bar.ng-white-bg {
    color: #2c262d; }
    .ng-notification-bar.ng-white-bg .ng-btn-more {
      color: #2c262d; }
      .ng-notification-bar.ng-white-bg .ng-btn-more:before {
        background: #2c262d; }
    .ng-notification-bar.ng-white-bg .ng-btn, .ng-notification-bar.ng-white-bg .ps-widget .ps-button-label, .ps-widget .ng-notification-bar.ng-white-bg .ps-button-label, .ng-notification-bar.ng-white-bg .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      border-color: #2c262d;
      color: #fff;
      background: #2c262d; }
    .ng-notification-bar.ng-white-bg .ng-notification-close:before, .ng-notification-bar.ng-white-bg .ng-notification-close:after {
      background: #2c262d; }
  .ng-notification-bar.ng-danger-text {
    color: #e53935; }
    .ng-notification-bar.ng-danger-text .ng-btn-more {
      color: #e53935; }
      .ng-notification-bar.ng-danger-text .ng-btn-more:before {
        background: #e53935; }
  .ng-notification-bar .ng-btn, .ng-notification-bar .ps-widget .ps-button-label, .ps-widget .ng-notification-bar .ps-button-label, .ng-notification-bar .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 25px;
    margin-left: 36px;
    box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08); }
    @media (max-width: 767px) {
      .ng-notification-bar .ng-btn, .ng-notification-bar .ps-widget .ps-button-label, .ps-widget .ng-notification-bar .ps-button-label, .ng-notification-bar .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
        display: block;
        max-width: 200px;
        margin: 12px auto 0; } }
    .ng-notification-bar .ng-btn.ng-btn-danger, .ng-notification-bar .ps-widget .ng-btn-danger.ps-button-label, .ps-widget .ng-notification-bar .ng-btn-danger.ps-button-label, .ng-notification-bar .ng-btn-danger.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #e53935;
      color: #fff; }
    .ng-notification-bar .ng-btn.ng-btn-white, .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label, .ps-widget .ng-notification-bar .ng-btn-white.ps-button-label, .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
      background: #fff;
      color: #7b2a89; }
      .ng-notification-bar .ng-btn.ng-btn-white:hover, .ng-notification-bar .ps-widget .ng-btn-white.ps-button-label:hover, .ps-widget .ng-notification-bar .ng-btn-white.ps-button-label:hover, .ng-notification-bar .ng-btn-white.ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
        color: #7b2a89; }
    .ng-notification-bar .ng-btn:hover, .ng-notification-bar .ps-widget .ps-button-label:hover, .ps-widget .ng-notification-bar .ps-button-label:hover, .ng-notification-bar .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
      opacity: 0.75; }
  .ng-notification-bar .ng-btn-more {
    margin: 4px 0 0 12px;
    padding: 0; }
    @media (min-width: 768px) {
      .ng-notification-bar .ng-btn-more {
        margin: 0 0 0 12px; } }
  .ng-notification-bar .ng-btn-more:hover {
    text-decoration: none; }
  .ng-notification-bar .ng-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; }
    .ng-notification-bar .ng-notification-close:before, .ng-notification-bar .ng-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); }
    .ng-notification-bar .ng-notification-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ng-notification-bar .ng-notification-close:hover {
      opacity: 0.75; }
  .ng-notification-bar + .ng-notification-bar {
    margin-top: 30px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99999999; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .27;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
          transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
          transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
          transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 80px 0; }

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-radius: 4px; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
          transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

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

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

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
          transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
      transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform, -webkit-transform;
          transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #7b2a89;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  z-index: 401;
  top: 0;
  background: #fff;
  right: 0; }
  .fancybox-close-small svg path {
    fill: #7b2a89; }

.fancybox-slide--video {
  padding: 0 5px; }

.fancybox-video + .fancybox-close-small {
  right: 0 !important;
  top: 0 !important; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 6px;
  top: 17px;
  right: 16px; }
  @media (min-width: 992px) {
    .fancybox-slide--html .fancybox-close-small {
      top: 66px;
      right: 53px; } }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
      transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
      transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: 0; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

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

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.ng-footer {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .ng-footer .ng-footer-logo {
    padding: 20px 0; }
    @media (min-width: 768px) {
      .ng-footer .ng-footer-logo {
        width: 100px;
        padding: 0;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .ng-footer .ng-footer-logo {
        width: auto; } }
    @media (min-width: 1200px) {
      .ng-footer .ng-footer-logo {
        padding-right: 38px; } }
    .ng-footer .ng-footer-logo img {
      max-width: 104px; }
  .ng-footer .ng-mobile-stores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
    padding: 9px 0;
    width: 234px; }
    @media (min-width: 768px) {
      .ng-footer .ng-mobile-stores {
        margin: 0;
        padding: 0; } }
    .ng-footer .ng-mobile-stores a {
      display: block;
      width: 100%; }
    .ng-footer .ng-mobile-stores li {
      max-width: 50%;
      padding: 0 10px;
      width: 157px; }
      @media (min-width: 768px) {
        .ng-footer .ng-mobile-stores li {
          width: auto;
          padding: 0;
          margin: 0 10px; } }
      @media (min-width: 992px) {
        .ng-footer .ng-mobile-stores li {
          margin-right: 10px; } }
      .ng-footer .ng-mobile-stores li img {
        width: 100%;
        max-width: none; }
    .ng-footer .ng-mobile-stores .ng-apple-store img {
      max-width: 90px; }
    .ng-footer .ng-mobile-stores .ng-google-play img {
      max-width: 102px; }
  .ng-footer .ng-footer-info {
    padding: 31px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    margin: 0 -12px; }
    @media (min-width: 768px) {
      .ng-footer .ng-footer-info {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 0;
        width: 50%;
        margin: 0 -8px; } }
    @media (min-width: 992px) {
      .ng-footer .ng-footer-info {
        font-size: 16px;
        margin: 0 -21px; } }
    .ng-footer .ng-footer-info li {
      padding: 0 12px; }
      @media (min-width: 768px) {
        .ng-footer .ng-footer-info li {
          padding: 0 8px; } }
      @media (min-width: 992px) {
        .ng-footer .ng-footer-info li {
          padding: 0 21px; } }
    .ng-footer .ng-footer-info a:hover {
      color: #a5a5a5; }
  @media (min-width: 768px) {
    .ng-footer .ng-footer-links {
      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;
      padding: 17px 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .ng-footer .ng-footer-links {
      padding-bottom: 40px; } }
  @media (min-width: 768px) {
    .ng-footer .ng-netgear-links {
      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;
      width: 50%;
      padding-right: 20px; } }
  .ng-footer .ng-footer-nav-wrap {
    position: relative; }
    .ng-footer .ng-footer-nav-wrap .ng-select-language {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: none; }
      @media (min-width: 768px) {
        .ng-footer .ng-footer-nav-wrap .ng-select-language {
          display: block; } }
      .ng-footer .ng-footer-nav-wrap .ng-select-language .ng-select-drop {
        top: auto;
        bottom: -11px;
        padding-top: 30px;
        padding-bottom: 52px; }
  .ng-footer .ng-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
    padding: 38px 0 55px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
    @media (min-width: 768px) {
      .ng-footer .ng-footer-nav {
        margin: 0 -8px;
        padding: 20px 70px 20px 0; } }
    @media (min-width: 992px) {
      .ng-footer .ng-footer-nav {
        padding: 34px 70px 25px 0;
        margin: 0 -15px; } }
    @media (min-width: 1200px) {
      .ng-footer .ng-footer-nav {
        margin: 0 -23px; } }
    .ng-footer .ng-footer-nav li {
      width: 50%;
      padding: 0 5px;
      margin-bottom: 6px; }
      @media (min-width: 768px) {
        .ng-footer .ng-footer-nav li {
          width: auto;
          padding: 0 8px; } }
      @media (min-width: 992px) {
        .ng-footer .ng-footer-nav li {
          padding: 0 15px; } }
      @media (min-width: 1200px) {
        .ng-footer .ng-footer-nav li {
          padding: 0 23px; } }
    .ng-footer .ng-footer-nav a {
      color: #a5a5a5; }
      @media (min-width: 768px) {
        .ng-footer .ng-footer-nav a {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .ng-footer .ng-footer-nav a {
          font-size: 16px; } }
      .ng-footer .ng-footer-nav a:hover {
        color: #7b2a89; }
  .ng-footer .ng-footer-bottom {
    color: #a5a5a5;
    padding: 15px 0; }
    @media (min-width: 768px) {
      .ng-footer .ng-footer-bottom {
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 992px) {
      .ng-footer .ng-footer-bottom {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .ng-footer .ng-footer-bottom {
        padding: 39px 0 18px; } }
  .ng-footer .ng-social-networks {
    padding: 26px 0;
    margin: 0 -7px; }
    @media (min-width: 768px) {
      .ng-footer .ng-social-networks {
        padding: 0; } }
    .ng-footer .ng-social-networks li {
      padding: 0 7px; }
      @media (min-width: 992px) {
        .ng-footer .ng-social-networks li {
          padding: 0 10px; } }
    .ng-footer .ng-social-networks a {
      color: #fff; }

.ng-footer--secondary .ng-footer-info {
  padding-bottom: 0;
  font-size: 16px; }
  @media (min-width: 768px) {
    .ng-footer--secondary .ng-footer-info {
      font-size: 14px; } }
  @media (min-width: 992px) {
    .ng-footer--secondary .ng-footer-info {
      font-size: 16px; } }
  .ng-footer--secondary .ng-footer-info li {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .ng-footer--secondary .ng-footer-info li {
        width: auto; } }
  .ng-footer--secondary .ng-footer-info a {
    color: #a5a5a5; }
    .ng-footer--secondary .ng-footer-info a:hover {
      color: #7b2a89; }

.ng-footer--secondary .ng-footer-nav {
  padding-top: 0;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .ng-footer--secondary .ng-footer-nav {
      border-top: none; } }
  @media (min-width: 768px) {
    .ng-footer--secondary .ng-footer-nav {
      padding: 20px 70px 20px 0; } }
  @media (min-width: 992px) {
    .ng-footer--secondary .ng-footer-nav {
      padding: 34px 70px 25px 0; } }
  .ng-footer--secondary .ng-footer-nav li {
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .ng-footer--secondary .ng-footer-nav li {
        width: auto; } }

.ng-section {
  overflow: hidden;
  position: relative; }
/*# sourceMappingURL=main.css.map */