#slideBanner {
  max-height: 470px;
  height: auto;
  min-width: 740px;
  position: relative;
  width: 100%; }

#sliderContainer {
  width: 100vw;
  margin: 0;
  min-width: 740px; }

.banner-slide.js_slide {
  width: 100vw;
  text-align: center;
  overflow: hidden;
  height: auto; }
  .banner-slide.js_slide img {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0); }

.philips-slider-container {
  background-color: #1d1d1d; }

.branding-philips-landing {
  /*
      > section:not(.hero-section):not(.text-section):not(.inner-nav-area) {
          margin-bottom: 40px;
      }*/ }
  .branding-philips-landing .site-block-four-k {
    max-width: 1920px;
    margin: 0 auto; }
    .branding-philips-landing .site-block-four-k .box-shadow-wrapper {
      position: relative;
      box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); }
      .branding-philips-landing .site-block-four-k .box-shadow-wrapper img {
        display: block;
        width: 100%;
        max-height: 418px;
        object-fit: cover; }
  .branding-philips-landing section.inner-nav-area {
    background: #4584b4;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .branding-philips-landing section.inner-nav-area::-webkit-scrollbar {
      display: none; }
    @media only screen and (max-width: 1024px) {
      .branding-philips-landing section.inner-nav-area .site-block {
        padding: 0; } }
    .branding-philips-landing section.inner-nav-area ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0; }
      .branding-philips-landing section.inner-nav-area ul .hovered {
        background: #fff; }
        .branding-philips-landing section.inner-nav-area ul .hovered a {
          color: #333; }
      .branding-philips-landing section.inner-nav-area ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        height: 72px; }
        @media only screen and (min-width: 1025px) {
          .branding-philips-landing section.inner-nav-area ul li {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1; } }
        .branding-philips-landing section.inner-nav-area ul li a {
          width: 100%;
          display: block;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0.11px;
          text-align: center;
          padding: 0 35px; }
        .branding-philips-landing section.inner-nav-area ul li:hover {
          background: #fff; }
          .branding-philips-landing section.inner-nav-area ul li:hover a {
            color: #333; }
    .branding-philips-landing section.inner-nav-area.fixed-nav {
      position: fixed;
      top: 64px;
      width: 100%;
      background: rgba(69, 132, 180, 0.9);
      z-index: 4545;
      -webkit-animation-name: sticky_nav;
      animation-name: sticky_nav;
      -webkit-animation-duration: .5s;
      animation-duration: .5s;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .branding-philips-landing section.hero-text-section {
    padding: 12px 0; }
    .branding-philips-landing section.hero-text-section .text-wrapper {
      height: 32px;
      line-height: 32px;
      max-width: 551px;
      margin: 0 auto; }
      .branding-philips-landing section.hero-text-section .text-wrapper .hero-text {
        font-family: "Ubuntu", sans-serif;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.06px; }
  .branding-philips-landing .section_title {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .branding-philips-landing .section_title div.title {
      color: #fff;
      font-size: 48px;
      font-weight: 600;
      height: 65px;
      letter-spacing: 0.37px;
      margin-bottom: 16px; }
    .branding-philips-landing .section_title div.sub_title {
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      height: 35px;
      letter-spacing: 0.16px;
      line-height: 26px;
      margin-bottom: 24px; }
    .branding-philips-landing .section_title a.btn {
      color: #fff;
      box-shadow: 0px 4px 10px 0px rgba(24, 44, 86, 0.31);
      padding: 0 21px;
      letter-spacing: 1px;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      border-radius: 18px;
      background: #de740f;
      border-color: #de740f;
      -moz-transition: background-color 0.2s;
      -o-transition: background-color 0.2s;
      -webkit-transition: background-color 0.2s;
      transition: background-color 0.2s; }
      .branding-philips-landing .section_title a.btn:hover {
        background-color: #c6680d;
        border-color: #c6680d; }
  .branding-philips-landing .hero-section {
    position: relative;
    background-color: #1d1d1d;
    z-index: 2;
    max-height: 280px;
    overflow: hidden; }
    .branding-philips-landing .hero-section .tns-outer {
      position: relative;
      overflow: hidden; }
    .branding-philips-landing .hero-section .tns-controls {
      text-align: center;
      z-index: 1; }
      .branding-philips-landing .hero-section .tns-controls button {
        position: absolute;
        top: 50%;
        left: auto;
        right: auto;
        width: 60px;
        height: 60px;
        line-height: 1;
        background: #d8d8d8;
        background-size: auto 12px;
        background-repeat: no-repeat;
        background-position: center right 15px;
        border: 0 none;
        outline: none;
        z-index: 2;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
        .branding-philips-landing .hero-section .tns-controls button[data-controls="prev"] {
          left: -30px;
          background-image: url("../img/svg-n/arrow-left.svg");
          background-position: center right 12px; }
        .branding-philips-landing .hero-section .tns-controls button[data-controls="next"] {
          right: -30px;
          background-image: url("../img/svg-n/arrow-right.svg");
          background-position: center left 12px; }
  .branding-philips-landing .banner-slider {
    max-width: 1920px;
    margin: 0 auto; }
    .branding-philips-landing .banner-slider img {
      display: block;
      max-width: 100%; }
    .branding-philips-landing .banner-slider__item {
      position: relative;
      overflow: hidden; }
    .branding-philips-landing .banner-slider__item-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .branding-philips-landing .banner-slider__item-image img {
        position: absolute;
        top: 0;
        right: 0;
        object-fit: cover;
        width: 100%;
        height: 345px;
        max-width: none; }
        @media only screen and (min-width: 1520px) {
          .branding-philips-landing .banner-slider__item-image img {
            height: 460px; } }
    .branding-philips-landing .banner-slider__item-info {
      position: relative;
      min-height: 230px;
      padding-top: 50px;
      padding-bottom: 20px; }
      @media only screen and (min-width: 1520px) {
        .branding-philips-landing .banner-slider__item-info {
          min-height: 280px; } }
    .branding-philips-landing .banner-slider__item-logo {
      margin-bottom: 16px; }
      @media only screen and (min-width: 1520px) {
        .branding-philips-landing .banner-slider__item-logo {
          margin-bottom: 50px; } }
      .branding-philips-landing .banner-slider__item-logo img {
        width: 80px;
        height: 80px; }
    .branding-philips-landing .banner-slider__item-title {
      max-width: 400px;
      color: #fff;
      font-size: 40px;
      line-height: 45px;
      letter-spacing: 0.11px; }
    .branding-philips-landing .banner-slider__item-action {
      margin-top: 16px; }
      .branding-philips-landing .banner-slider__item-action .btn-big {
        min-width: 200px;
        height: 44px;
        line-height: 44px;
        text-align: center; }
  .branding-philips-landing .tns-ovh {
    max-width: 1920px;
    margin: 0 auto; }
    .branding-philips-landing .tns-ovh .banner-slider {
      max-width: none;
      margin: 0; }
  .branding-philips-landing .banners-section {
    max-height: 418px;
    background: #1d1d1d; }
    @media only screen and (min-width: 1920px) {
      .branding-philips-landing .banners-section {
        margin-top: -1px; } }
    .branding-philips-landing .banners-section__banners {
      background: #fff;
      margin: 0;
      padding: 0 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding: 20px 10px; }
      @media only screen and (min-width: 992px) {
        .branding-philips-landing .banners-section__banners {
          padding: 24px 15px; } }
    .branding-philips-landing .banners-section__banners-item {
      margin-bottom: 20px;
      padding: 0 10px; }
      @media only screen and (min-width: 992px) {
        .branding-philips-landing .banners-section__banners-item {
          margin-bottom: 30px;
          padding: 0 15px; } }
      .branding-philips-landing .banners-section__banners-item:last-child {
        margin-bottom: 0; }
    .branding-philips-landing .banners-section__banners-link {
      position: relative;
      display: block;
      border: 0 none;
      text-decoration: none;
      outline: none;
      height: 100%;
      border-radius: 4px;
      border: 1px solid #dddddd; }
      .branding-philips-landing .banners-section__banners-link:hover button {
        background: #f6f6f6; }
    .branding-philips-landing .banners-section__banners-image {
      display: block;
      max-width: 100%;
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        .branding-philips-landing .banners-section__banners-image {
          height: 100%; } }
    .branding-philips-landing .banners-section__banners-info {
      position: absolute;
      left: 38px;
      right: 38px;
      bottom: 10px;
      display: block; }
      @media only screen and (min-width: 992px) {
        .branding-philips-landing .banners-section__banners-info {
          left: 38px;
          right: 38px; } }
      .branding-philips-landing .banners-section__banners-info button {
        width: 100%;
        background: #fff;
        font-size: 16px;
        letter-spacing: 0.21px;
        text-align: center;
        border: none;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        -webkit-transition: background 0.2s;
        transition: background 0.2s; }
    .branding-philips-landing .banners-section__banners-title {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.1;
      letter-spacing: 0.18px; }
      @media only screen and (min-width: 992px) {
        .branding-philips-landing .banners-section__banners-title {
          font-size: 24px; } }
    .branding-philips-landing .banners-section__banners-more {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row nowrap;
      -moz-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 18px;
      letter-spacing: 0.14px;
      white-space: nowrap; }
      @media only screen and (min-width: 992px) {
        .branding-philips-landing .banners-section__banners-more {
          font-size: 18px;
          line-height: 20px; } }
      .branding-philips-landing .banners-section__banners-more:after {
        content: "";
        -webkit-box-flex: 0 0 21px;
        -moz-box-flex: 0 0 21px;
        -webkit-flex: 0 0 21px;
        -ms-flex: 0 0 21px;
        flex: 0 0 21px;
        display: block;
        max-width: 21px;
        height: 18px;
        margin-left: 16px;
        background-image: url("../img/svg-n/arrow-right-long-white.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 992px) {
          .branding-philips-landing .banners-section__banners-more:after {
            height: 20px; } }
  .branding-philips-landing .banners-section__banners--col-of-2 .banners-section__banners-item {
    /*@include min(992){*/
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    /*}*/ }
    .branding-philips-landing .banners-section__banners--col-of-2 .banners-section__banners-item:nth-child(2n + 1):nth-last-child(-n + 2),
    .branding-philips-landing .banners-section__banners--col-of-2 .banners-section__banners-item:nth-child(2n + 1):nth-last-child(-n + 2) ~ .banners-section__banners-item {
      margin-bottom: 0; }
  .branding-philips-landing .banners-section__banners--col-of-2.last {
    padding-top: 0; }
  .branding-philips-landing .banners-section__banners--col-of-3 {
    padding: 24px 15px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (min-width: 1024px) {
      .branding-philips-landing .banners-section__banners--col-of-3 {
        padding: 24px 167px; } }
    .branding-philips-landing .banners-section__banners--col-of-3 .banners-section__banners-item {
      /*@include min(992){*/
      -webkit-box-flex: 0 0 33.333%;
      -moz-box-flex: 0 0 33.333%;
      -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%;
      /*}*/ }
      .branding-philips-landing .banners-section__banners--col-of-3 .banners-section__banners-item:nth-child(3n + 1):nth-last-child(-n + 3),
      .branding-philips-landing .banners-section__banners--col-of-3 .banners-section__banners-item:nth-child(3n + 1):nth-last-child(-n + 3) ~ .banners-section__banners-item {
        margin-bottom: 0; }
  .branding-philips-landing .banners-section__banners--col-of-4 .banners-section__banners-item {
    /*@include min(992){*/
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    /*}*/ }
    .branding-philips-landing .banners-section__banners--col-of-4 .banners-section__banners-item:nth-child(4n + 1):nth-last-child(-n + 4),
    .branding-philips-landing .banners-section__banners--col-of-4 .banners-section__banners-item:nth-child(4n + 1):nth-last-child(-n + 4) ~ .banners-section__banners-item {
      margin-bottom: 0; }
  .branding-philips-landing .banners-section--dark-ornament {
    position: relative;
    z-index: 1; }
    .branding-philips-landing .banners-section--dark-ornament:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: -66px;
      left: 0;
      width: 100%;
      height: 370px;
      background-color: #1d1d1d; }
    .branding-philips-landing .banners-section--dark-ornament .section_title {
      color: #fff; }
  .branding-philips-landing .products-section .product-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
    .branding-philips-landing .products-section .product-wrapper .product-list-item {
      max-width: 280px;
      float: unset;
      width: 100%; }
  .branding-philips-landing .products-section .product-list-item {
    display: block;
    border: 0 none !important;
    margin: 0;
    padding: 20px 0; }
    @media only screen and (max-width: 1519px) {
      .branding-philips-landing .products-section .product-list-item:nth-child(n + 11) {
        display: none; } }
    @media only screen and (max-width: 1201px) {
      .branding-philips-landing .products-section .product-list-item:nth-child(n + 9) {
        display: none; } }
    @media only screen and (max-width: 1024px) {
      .branding-philips-landing .products-section .product-list-item:nth-child(n + 7) {
        display: none; } }
    .branding-philips-landing .products-section .product-list-item .product-item-inner {
      padding: 0; }
  .branding-philips-landing .products-section .btn-blue-border {
    min-width: 334px;
    font-size: 14px; }
  .branding-philips-landing .text-section {
    padding: 40px 0; }
    .branding-philips-landing .text-section .seo_title {
      margin-bottom: 23px;
      font-size: 24px;
      font-weight: normal;
      height: 33px;
      letter-spacing: 0px;
      background: transparent; }
    .branding-philips-landing .text-section .formatted_text {
      margin: 0; }

@-webkit-keyframes sticky_nav {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes sticky_nav {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*# sourceMappingURL=philips.css.map */