@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?5u8sli");
  src: url("../../fonts/icomoon.eot?5u8sli#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?5u8sli") format("truetype"), url("../../fonts/icomoon.woff?5u8sli") format("woff"), url("../../fonts/icomoon.svg?5u8sli#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* 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 {
  content: "\e90c"; }

.icon-angle-left:before {
  content: "\e90d"; }

.icon-angle-right:before {
  content: "\e90e"; }

.icon-angle-up:before {
  content: "\e90f"; }

.icon-cart:before {
  content: "\e910"; }

.icon-check:before {
  content: "\e911"; }

.icon-close:before {
  content: "\e912"; }

.icon-controls:before {
  content: "\e913"; }

.icon-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"; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.ng-banner {
  background-image: linear-gradient(25deg, #672e88 0%, #821f79 100%);
  color: #fff;
  position: relative;
  min-height: 560px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  text-align: center;
  z-index: 1; }
  .ng-banner a {
    color: #fff; }
    .ng-banner a:hover {
      color: #f2f2f2; }
  .ng-banner:before {
    content: '';
    min-height: inherit;
    font-size: 0; }
  .ng-banner .ng-h1 {
    color: inherit;
    margin-bottom: 8px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .ng-banner .ng-h1 {
        margin-bottom: 13px; } }
  .ng-banner .ng-container-lg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .ng-banner .ng-image-left,
  .ng-banner .ng-image-right {
    position: absolute; }
    @media (min-width: 768px) {
      .ng-banner .ng-image-left img,
      .ng-banner .ng-image-right img {
        width: 60%; } }
    @media (min-width: 1024px) {
      .ng-banner .ng-image-left img,
      .ng-banner .ng-image-right img {
        width: 80%; } }
    @media (min-width: 1200px) {
      .ng-banner .ng-image-left img,
      .ng-banner .ng-image-right img {
        width: 100%; } }
  .ng-banner .ng-image-left {
    top: 0;
    left: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .ng-banner .ng-image-left {
        left: 46px; } }
  .ng-banner .ng-image-right {
    bottom: 0;
    text-align: right;
    right: 0; }
    @media (min-width: 768px) {
      .ng-banner .ng-image-right {
        right: -7px; } }
  .ng-banner .ng-btn-wrap {
    padding-top: 8px; }
    @media (min-width: 1024px) {
      .ng-banner .ng-btn-wrap {
        padding-top: 24px; } }
    .ng-banner .ng-btn-wrap .ps-widget .ps-button-label {
      background: #fff;
      color: #7b2a89; }
      .ng-banner .ng-btn-wrap .ps-widget .ps-button-label:hover {
        background: #7b2a89;
        color: #fff;
        border-color: transparent; }
  .ng-banner p {
    max-width: 580px;
    margin: 0 auto 1rem; }

.ng-banner--secondary {
  min-height: 460px; }

.ng-banner--tertiary {
  min-height: 380px;
  text-align: center; }
  @media (min-width: 768px) {
    .ng-banner--tertiary {
      text-align: center; } }
  .ng-banner--tertiary.ng-update .ng-image-left {
    left: 0;
    top: auto;
    bottom: 0; }
    @media (min-width: 768px) {
      .ng-banner--tertiary.ng-update .ng-image-left {
        left: 0; } }
  @media (max-width: 1023px) {
    .ng-banner--tertiary.ng-update p {
      max-width: none; } }
  @media (max-width: 767px) {
    .ng-banner--tertiary .ng-submit-wrap .ng-btn {
      margin: 0; } }
