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

@font-face {
  font-family: 'SamsungOne';
  src: url(../fonts/SamsungOne-700.eot);
  src: url(../fonts/SamsungOne-700.eot?#iefix) format("embedded-opentype"), url(../fonts/SamsungOne-700.woff2) format("woff2"), url(../fonts/SamsungOne-700.woff) format("woff"), url(../fonts/SamsungOne-700.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SamsungSharpSans';
  src: url(../fonts/SamsungSharpSansBd.eot);
  src: url(../fonts/SamsungSharpSansBd.eot?#iefix) format("embedded-opentype"), url(../fonts/SamsungSharpSansBd.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

h1.maintitle {
  font-size: 60px;
  font-family: 'SamsungSharpSans';
  font-weight: bold;
  color: white;
  z-index: 5;
  position: inherit; }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    h1.maintitle {
      font-size: 41px;
      line-height: 60px; } }

p.maincopy {
  color: white; }

h1 {
  font-size: 30px;
  font-family: 'SamsungSharpSans';
  font-weight: bold;
  color: white;
  line-height: 38px;
  z-index: 5;
  position: inherit; }
  @media (min-width: 1025px) {
    h1 {
      font-size: 42px;
      line-height: 48px; } }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 27px;
      line-height: 34px; } }
  h1:lang(fr) {
    font-size: 28px;
    line-height: 33px; }
    @media (min-width: 1025px) {
      h1:lang(fr) {
        font-size: 37px;
        line-height: 40px; } }
    @media only screen and (max-width: 575px) {
      h1:lang(fr) {
        font-size: 25px;
        line-height: 31px; } }

@media only screen and (max-width: 574px) {
  .widget-question h1 {
    font-size: 24px;
    line-height: 26px; } }

h2 {
  font-family: 'SamsungSharpSans';
  font-size: 30px;
  color: white;
  font-weight: bold;
  z-index: 5; }
  h2.results-header {
    font-size: 24px;
    line-height: 27px; }
  h2:lang(fr) {
    font-size: 26px; }
    h2:lang(fr).results-header {
      font-size: 19px;
      line-height: 22px; }

h3, .h3-flip {
  font-family: 'SamsungSharpSans';
  font-size: 18px;
  color: white;
  font-weight: bold;
  line-height: 22px; }
  @media only screen and (max-width: 575px) {
    h3, .h3-flip {
      font-size: 15px; } }
  h3:lang(fr), .h3-flip:lang(fr) {
    font-size: 16px; }
    @media only screen and (max-width: 574px) {
      h3:lang(fr), .h3-flip:lang(fr) {
        font-size: 16px; } }

p,
label,
ol {
  font-family: 'SamsungOne';
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 768px) and (max-width: 1024px), (min-width: 576px) and (max-width: 767px) {
    p,
    label,
    ol {
      line-height: 21px; } }
  @media only screen and (max-width: 575px) {
    p,
    label,
    ol {
      font-size: 14px;
      line-height: 21px; } }

a {
  font-family: 'SamsungOne'; }

a.btn-blue {
  font-family: 'SamsungOne';
  background-color: #0077c8;
  color: white;
  letter-spacing: 2px;
  padding: 12px 30px;
  font-weight: 400;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.5s ease;
  outline: none;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 600; }
  a.btn-blue.next-width {
    padding: 12px 45px; }
  a.btn-blue:hover {
    background-color: white;
    color: #000; }
  a.btn-blue.disabled-btn,
  a.btn-blue .disabled-btn:hover {
    cursor: default;
    background-color: #6e6a69;
    color: #fff; }
    a.btn-blue.disabled-btn:focus,
    a.btn-blue .disabled-btn:hover:focus {
      cursor: default;
      background-color: #6e6a69;
      color: #fff; }
  a.btn-blue:focus {
    text-decoration: underline; }

a.btn-transparent {
  font-family: 'SamsungOne';
  color: white;
  letter-spacing: 2px;
  padding: 12px 30px;
  font-weight: 400;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px white solid;
  transition: 0.5s ease;
  outline: none;
  font-size: 12px;
  letter-spacing: .2em; }
  a.btn-transparent:hover {
    background-color: white;
    color: #0077c8; }
  a.btn-transparent:focus {
    text-decoration: underline; }

a.btn-next {
  font-family: 'SamsungOne';
  background-color: white;
  color: black;
  letter-spacing: 2px;
  padding: 12px 30px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.5s ease;
  outline: none;
  font-size: 12px;
  letter-spacing: .2em; }
  a.btn-next:hover {
    background-color: black;
    color: white; }
  a.btn-next.disabled-btn,
  a.btn-next .disabled-btn:hover {
    cursor: default;
    background-color: #6e6a69;
    color: #fff; }
    a.btn-next.disabled-btn:focus,
    a.btn-next .disabled-btn:hover:focus {
      cursor: default;
      background-color: #6e6a69;
      color: #fff; }
  a.btn-next:focus {
    text-decoration: underline; }

a.btn-back {
  font-family: 'SamsungOne';
  color: white;
  letter-spacing: 2px;
  padding: 12px 30px;
  font-weight: 400;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.5s ease;
  outline: none;
  font-size: 12px;
  letter-spacing: .2em; }
  a.btn-back:hover {
    color: #0081c6; }
  a.btn-back:before {
    content: "\003c";
    margin-right: 2px; }
  a.btn-back:focus:before {
    content: "\003c \003c"; }

button.read,
a.read {
  font-family: 'SamsungOne';
  color: white;
  letter-spacing: 2px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  outline: none;
  max-width: 144px; }
  button.read:hover,
  a.read:hover {
    text-decoration: underline; }
  button.read:focus:after,
  a.read:focus:after {
    content: "\003e"; }
  button.read.on-top-fix,
  a.read.on-top-fix {
    position: absolute;
    z-index: 99999; }
  @media (min-width: 1280px) {
    button.read.overload,
    a.read.overload {
      float: right; } }

a.learn {
  font-family: 'SamsungOne';
  color: white;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 11px 30px;
  border-radius: 50px;
  transition: 0.5s ease;
  border: 1px solid white;
  letter-spacing: .2em; }
  a.learn:hover {
    color: #000;
    background-color: white; }
  a.learn:focus {
    outline: none;
    color: #40C3B2; }

#tick-center {
  font-family: 'SamsungSharpSans';
  font-size: 52px;
  font-weight: bold; }

.tick {
  font-family: 'SamsungOne';
  font-size: 14px; }

ol {
  list-style: none;
  counter-reset: list;
  padding-left: 16px; }
  @media only screen and (max-width: 574px) {
    ol {
      padding-left: 14px; } }

ol li {
  counter-increment: list;
  text-indent: -15px; }

ol li::before {
  content: counter(list) ". ";
  font-family: 'SamsungSharpSans';
  font-weight: bold; }

.one {
  text-indent: -11px; }

.canvas-container {
  display: inline-block;
  position: relative;
  vertical-align: bottom; }
  .canvas-container div.sizing {
    display: block;
    max-width: 100%;
    height: 0; }
  .canvas-container > canvas.drawing {
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom; }
  .canvas-container canvas.meeting-culture {
    position: absolute;
    top: 0;
    width: 60% !important;
    height: auto !important;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    vertical-align: bottom; }

.view.view-temporary {
  max-width: 1440px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #000; }

.view .details-desktop .socials {
  transition: opacity 0.25s ease;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
  bottom: 0px;
  right: 45px;
  padding-bottom: 75px; }

.view .details-desktop .social-icons {
  position: relative;
  top: 194px;
  z-index: 5; }
  .view .details-desktop .social-icons a {
    display: block;
    text-align: center; }
  .view .details-desktop .social-icons img {
    padding-top: 13px;
    padding-bottom: 21px;
    width: 20px; }
  .view .details-desktop .social-icons .share-facebook img {
    width: 12px; }
  .view .details-desktop .social-icons .last-icon {
    padding-bottom: 0px; }

.view .details-desktop .share-bar {
  padding-bottom: 10px; }

.view .details-desktop .share-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: absolute;
  right: 45px;
  bottom: 40px;
  background-image: url(../images/share-icon.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s ease-in-out; }
  .view .details-desktop .share-icon:hover {
    background-image: url(../images/share-icon-hover.png); }
  .view .details-desktop .share-icon:focus {
    background-image: url(../images/share-icon-focus.png);
    outline: none; }
  .view .details-desktop .share-icon.no-focus:focus {
    background-image: url(../images/share-icon.png);
    outline: none; }
  .view .details-desktop .share-icon.no-focus:focus:hover {
    background-image: url(../images/share-icon-hover.png);
    outline: none; }
  .view .details-desktop .share-icon img {
    width: 30px; }

.view .details-desktop .share-icon .socials {
  opacity: 0;
  display: none; }

.view .details-desktop .share-icon:hover .socials {
  opacity: 1;
  display: block; }

.view .details-mobile .socials-with-image {
  transition: opacity 0.25s ease;
  position: relative;
  bottom: 305px; }

.view .details-mobile .socials-height-image {
  height: 200px; }

.view .details-mobile .socials-height {
  height: 0px; }

.view .details-mobile .socials {
  transition: opacity 0.25s ease;
  position: relative;
  bottom: 466px; }

.view .details-mobile .social-icons {
  position: relative;
  top: 195px; }
  .view .details-mobile .social-icons a {
    display: block;
    text-align: center; }
  .view .details-mobile .social-icons img {
    padding-top: 13px;
    padding-bottom: 21px;
    width: 20px; }
  .view .details-mobile .social-icons .last-icon {
    padding-bottom: 0px; }
  .view .details-mobile .social-icons .share-facebook img {
    width: 12px; }

.view .details-mobile .share-bar {
  padding-bottom: 10px; }

.view .details-mobile .share-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  padding: 0 20px 0 20px;
  top: -40px;
  right: 62px;
  background-image: url(../images/share-icon.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .view .details-mobile .share-icon img {
    width: 30px; }

.wrapper {
  max-width: 1440px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-collapse: collapse;
  position: relative; }

footer {
  position: relative; }

.chat-icon-wrapper {
  position: absolute;
  right: 110px;
  top: 50px; }
  @media only screen and (max-width: 575px) {
    .chat-icon-wrapper {
      right: 60px;
      top: 40px; } }

.chat-icon {
  position: fixed;
  margin: 0 auto;
  text-align: right;
  z-index: 8;
  -webkit-tap-highlight-color: transparent; }
  .chat-icon .icon {
    background-image: url(../images/chat-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    transition: 0.3s ease-in-out; }
    .chat-icon .icon:hover {
      background-image: url(../images/chat-icon-hover.png); }
    .chat-icon .icon:focus {
      outline: none;
      background-image: url(../images/chat-icon-focus.png); }
    @media only screen and (max-width: 575px) {
      .chat-icon .icon {
        width: 50px;
        height: 50px; } }
    .chat-icon .icon:lang(fr) {
      background-image: url(../images/chat-icon-fr.png); }
      .chat-icon .icon:lang(fr):hover {
        background-image: url(../images/chat-icon-hover-fr.png); }
      .chat-icon .icon:lang(fr):focus {
        outline: none;
        background-image: url(../images/chat-icon-focus-fr.png); }
  .chat-icon img {
    width: 50px;
    margin-right: 10px; }

.leftpadding {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1025px) {
    .leftpadding {
      padding-left: 5%; } }

.layout-left {
  position: relative;
  min-height: 540px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  border-top: 5px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .layout-left:lang(fr) {
    min-height: 600px; }
    @media only screen and (max-width: 575px), (min-width: 768px) and (max-width: 1024px) {
      .layout-left:lang(fr) {
        min-height: 680px; } }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    .layout-left {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-right: 5px solid white;
      border-left: 5px solid white;
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  .layout-left .leftContainer {
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    @media (min-width: 768px) {
      .layout-left .leftContainer {
        width: 58.9%; } }
    @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
      .layout-left .leftContainer {
        padding-top: 40px;
        padding-bottom: 40px; } }

.layout-right {
  position: relative;
  min-height: 540px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  border-top: 5px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .layout-right:lang(fr) {
    min-height: 600px; }
    @media only screen and (max-width: 575px), (min-width: 768px) and (max-width: 1024px) {
      .layout-right:lang(fr) {
        min-height: 680px; } }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    .layout-right {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-right: 5px solid white;
      border-left: 5px solid white; } }
  .layout-right .rightContainer {
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .layout-right .rightContainer {
        width: 53.9%; } }
    @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
      .layout-right .rightContainer {
        -ms-flex-order: 1;
            order: 1;
        border-bottom: 0px solid white; } }

@media only screen and (max-width: 767px) {
  .details-desktop {
    display: none; } }

.details-desktop .leftFlip {
  text-align: left;
  width: 40%; }
  .details-desktop .leftFlip h1,
  .details-desktop .leftFlip img {
    padding: 25px; }
    @media (min-width: 576px) and (max-width: 767px) {
      .details-desktop .leftFlip h1,
      .details-desktop .leftFlip img {
        padding-left: 7%; } }
    @media (min-width: 1025px) {
      .details-desktop .leftFlip h1,
      .details-desktop .leftFlip img {
        padding-left: 12%; } }
  .details-desktop .leftFlip img {
    width: 80%; }

.details-desktop .rightFlip {
  display: -ms-flexbox;
  display: flex;
  width: 60%; }
  .details-desktop .rightFlip .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5; }

.details-desktop .main-text {
  width: 90%; }

.details-mobile {
  border-left: 5px solid white;
  border-right: 5px solid white;
  padding: 20px 15px; }
  @media (min-width: 768px) {
    .details-mobile {
      display: none; } }
  @media only screen and (max-width: 575px) {
    .details-mobile {
      padding-top: 35px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .details-mobile {
      border-left: none;
      border-right: none; } }
  .details-mobile h1 {
    padding-right: 30px;
    z-index: 0; }
  .details-mobile .flip-image {
    text-align: center;
    width: 100%; }
    .details-mobile .flip-image img {
      max-width: 80%; }
  .details-mobile .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5; }
  .details-mobile .main-text {
    width: 100%; }

.share-icon:hover {
  cursor: pointer; }

.main-text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: white;
  padding-top: 25px; }
  .main-text .text-spacing {
    padding-bottom: 15px; }
  .main-text .product {
    padding-bottom: 15px;
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .main-text .product {
        -ms-flex-direction: column;
            flex-direction: column;
        text-align: center;
        -ms-flex-align: center;
            align-items: center; } }
    .main-text .product img {
      max-width: 117px; }
  .main-text .product-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: 202px; }
    .main-text .product-details:lang(fr) {
      max-width: 250px; }
    @media (min-width: 768px) {
      .main-text .product-details {
        margin-left: 20px; } }
    .main-text .product-details .product-button {
      min-width: 192px;
      padding: 15px 0px;
      margin-top: 5px; }
      @media only screen and (max-width: 767px) {
        .main-text .product-details .product-button {
          margin-left: 0px; } }
      .main-text .product-details .product-button a {
        padding: 12px 30px; }
        @media only screen and (max-width: 767px) {
          .main-text .product-details .product-button a {
            margin-left: 0px; } }
  .main-text .product-text {
    font-weight: 700;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .main-text .product-text {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        width: 55%;
        margin-bottom: 15px; } }

.hover-banner {
  background-color: #000;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  left: 50%;
  top: 0;
  min-height: 500px;
  overflow-y: hidden; }
  @media (min-width: 768px) {
    .hover-banner {
      min-height: 530px; } }
  .hover-banner .hover-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    height: 460px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    max-width: 425px;
    margin: 0 auto; }
    .hover-banner .hover-content:lang(fr) {
      max-width: 460px;
      height: 520px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .hover-banner .hover-content:lang(fr) {
          height: 600px; } }
      @media only screen and (max-width: 575px) {
        .hover-banner .hover-content:lang(fr) {
          height: 445px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .hover-banner .hover-content:lang(fr) {
          max-width: 525px;
          height: 500px; } }
    @media only screen and (max-width: 575px) {
      .hover-banner .hover-content {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 15px;
        height: 440px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .hover-banner .hover-content {
        height: 500px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .hover-banner .hover-content {
        height: 495px; } }
    .hover-banner .hover-content .header {
      width: 100%;
      text-align: center;
      position: relative; }
      .hover-banner .hover-content .header .second-line {
        margin-top: 10px; }
    .hover-banner .hover-content .img-copy {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 1024px), (min-width: 576px) and (max-width: 767px) {
        .hover-banner .hover-content .img-copy {
          width: 100%;
          max-width: 490px;
          margin: 0 auto; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .hover-banner .hover-content .img-copy {
          padding-right: 20px;
          padding-left: 20px;
          max-width: 520px; } }
      @media only screen and (max-width: 575px) {
        .hover-banner .hover-content .img-copy {
          padding-top: 7px;
          padding-bottom: 7px; } }
      .hover-banner .hover-content .img-copy .icon {
        margin-right: 15px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media only screen and (max-width: 575px) {
          .hover-banner .hover-content .img-copy .icon {
            margin-right: 10px; } }
        .hover-banner .hover-content .img-copy .icon img {
          width: 50px; }
          @media (min-width: 1025px), (min-width: 576px) and (max-width: 767px) {
            .hover-banner .hover-content .img-copy .icon img {
              width: 70px; } }
          @media only screen and (max-width: 575px) {
            .hover-banner .hover-content .img-copy .icon img {
              width: 40px; } }
      .hover-banner .hover-content .img-copy p {
        color: white; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .hover-banner .hover-content .img-copy p {
            font-size: 14px;
            line-height: 19px; } }
        .hover-banner .hover-content .img-copy p:lang(fr) {
          font-size: 14px;
          line-height: 19px; }
          @media (min-width: 1025px) {
            .hover-banner .hover-content .img-copy p:lang(fr) {
              font-size: 16px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            .hover-banner .hover-content .img-copy p:lang(fr) {
              font-size: 16px; } }
    .hover-banner .hover-content .learn-button {
      text-align: center;
      width: 100%;
      max-width: 159.78px; }
      .hover-banner .hover-content .learn-button:lang(fr) {
        max-width: 185px; }

.learn-button {
  margin: 0 auto; }

[data-article-section] {
  position: relative; }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    [data-article-section] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; } }

[data-article-intro] {
  z-index: 7;
  position: relative; }

[data-article-other].article-open {
  display: none; }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    [data-article-other].article-open {
      display: block; }
      [data-article-other].article-open [data-article-intro] {
        display: none; }
      [data-article-other].article-open .layout-left {
        border-top: none; }
      [data-article-other].article-open .layout-right {
        border-top: none; } }

[data-article-details] {
  display: none;
  position: relative;
  overflow: hidden;
  z-index: 6; }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    [data-article-details] {
      -ms-flex-order: -1;
          order: -1; } }
  [data-article-details]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    height: 5px; }
    @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
      [data-article-details]:before {
        background: transparent;
        border: 5px solid white;
        border-bottom: none;
        height: 100%;
        box-sizing: border-box; } }
  [data-article-details] > * {
    position: relative; }

.article-section {
  width: 100%; }

.hover-banner--on {
  display: block; }
  .hover-banner--on .close-button {
    display: block;
    z-index: 5;
    width: 40px;
    height: 40px; }
    .hover-banner--on .close-button img {
      width: 16px;
      height: 16px; }

.hover-banner--off {
  display: none !important; }
  .hover-banner--off .close-button {
    display: block;
    z-index: 10; }

@media (min-width: 1025px) {
  .results-carousel {
    display: none; } }

.focus-point:focus,
.banner-focus:focus,
.article-focus:focus {
  outline: none; }

@media only screen and (max-width: 1024px) {
  .header-large {
    display: none; } }

@media (min-width: 1025px) {
  .header-small {
    display: none; } }

.nowrap {
  white-space: nowrap; }

.topPadding {
  padding-top: 40px; }
  @media only screen and (max-width: 575px) {
    .topPadding {
      padding-top: 20px; } }

strong {
  display: block;
  font-family: 'SamsungSharpSans';
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    strong {
      font-size: 15px; } }

.heightfix {
  margin-top: -16px; }

.banner-hero {
  position: relative;
  min-height: 543px;
  background-color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media only screen and (max-width: 575px) {
    .banner-hero {
      border-bottom: none;
      height: 600px; }
      .banner-hero:lang(fr) {
        height: 650px; } }
  .banner-hero .copy {
    position: relative;
    max-width: 535px;
    padding-top: 50px; }
    .banner-hero .copy:lang(fr) {
      padding-top: 30px; }
    @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
      .banner-hero .copy {
        padding-top: 30px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .banner-hero .copy {
        padding-top: 20px; } }
    @media only screen and (max-width: 574px) {
      .banner-hero .copy {
        max-width: 350px; } }
    .banner-hero .copy .maintitle {
      line-height: 86px; }
      @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
        .banner-hero .copy .maintitle {
          line-height: 68px; } }
      .banner-hero .copy .maintitle:lang(fr) {
        font-size: 50px;
        line-height: 80px; }
        @media only screen and (max-width: 575px) {
          .banner-hero .copy .maintitle:lang(fr) {
            font-size: 30px;
            line-height: 48px; } }
    .banner-hero .copy .maincopy {
      padding-top: 20px;
      padding-bottom: 40px;
      max-width: 370px; }
      .banner-hero .copy .maincopy:lang(fr) {
        max-width: 480px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .banner-hero .copy .maincopy {
          max-width: 480px; } }
    .banner-hero .copy .focus-point:focus {
      outline: none; }
    .banner-hero .copy .line {
      background-color: #40c3b2;
      width: 62%;
      height: 5px;
      display: block;
      margin-top: -16px;
      z-index: -5;
      position: relative; }
      @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
        .banner-hero .copy .line {
          width: 215px;
          opacity: 0;
          animation: line-an-mobile 1s 1 forwards;
          animation-delay: .7s; } }
      @media (min-width: 768px) {
        .banner-hero .copy .line {
          opacity: 0;
          animation: line-an 1s 1 forwards;
          animation-delay: .7s; } }
      @media only screen and (max-width: 574px) {
        .banner-hero .copy .line:lang(fr) {
          margin-top: -13px; } }
    .banner-hero .copy .linesmall {
      width: 56%;
      opacity: 0;
      animation: line-an-mobile3 1s 1 forwards;
      animation-delay: .7s; }
      @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
        .banner-hero .copy .linesmall {
          width: 190px;
          opacity: 0;
          animation: line-an-mobile4 1s 1 forwards;
          animation-delay: .7s; } }
    .banner-hero .copy .linefrench {
      opacity: 0;
      animation: line-an-french 1s 1 forwards;
      animation-delay: .7s; }
      @media only screen and (max-width: 574px) {
        .banner-hero .copy .linefrench {
          opacity: 0;
          animation: line-an-frenchmobile 1s 1 forwards;
          animation-delay: .7s; } }
    .banner-hero .copy .linebig {
      opacity: 0;
      animation: line-an-french3 1s 1 forwards;
      animation-delay: .7s; }
      @media only screen and (max-width: 574px) {
        .banner-hero .copy .linebig {
          opacity: 0;
          animation: line-an-frenchmobile3 1s 1 forwards;
          animation-delay: .7s; } }
    .banner-hero .copy .linefrench-small {
      opacity: 0;
      animation: line-an-french2 1s 1 forwards;
      animation-delay: .7s; }
      @media only screen and (max-width: 574px) {
        .banner-hero .copy .linefrench-small {
          opacity: 0;
          animation: line-an-frenchmobile2 1s 1 forwards;
          animation-delay: .7s; } }
  .banner-hero .canvas-container > canvas.drawing {
    top: 1px; }

@keyframes line-an {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 70%;
    opacity: 1; } }

@keyframes line-an-mobile {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 260px;
    opacity: 1; } }

@keyframes line-an-mobile2 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 160px;
    opacity: 1; } }

@keyframes line-an-mobile3 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 335px;
    opacity: 1; } }

@keyframes line-an-mobile4 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 230px;
    opacity: 1; } }

@keyframes line-an-french {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 379px;
    opacity: 1; } }

@keyframes line-an-french2 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 304px;
    opacity: 1; } }

@keyframes line-an-french3 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 436px;
    opacity: 1; } }

@keyframes line-an-frenchmobile {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 235px;
    opacity: 1; } }

@keyframes line-an-frenchmobile2 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 185px;
    opacity: 1; } }

@keyframes line-an-frenchmobile3 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 265px;
    opacity: 1; } }

.banner-meeting {
  background-color: #6e6a69;
  overflow: hidden; }
  .banner-meeting [data-article-details] {
    background-color: #6e6a69; }
  @media only screen and (max-width: 767px) {
    .banner-meeting .leftContainer {
      height: 500px; } }
  @media (min-width: 768px) {
    .banner-meeting .leftContainer h1 {
      padding-top: 40px;
      max-width: 375px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner-meeting .leftContainer h1 {
      padding-top: 140px; } }
  @media only screen and (max-width: 574px) {
    .banner-meeting .leftContainer h1 {
      margin-right: 20px;
      margin-top: 50px; } }
  .banner-meeting .topPadding {
    padding-top: 40px; }
    .banner-meeting .topPadding:lang(fr) {
      padding-top: 20px; }
  .banner-meeting .product img {
    max-width: 90px; }
  .banner-meeting .rightContainer {
    background-image: url(../images/banner1/banner-meeting-tv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
  .banner-meeting .background-image {
    background-image: url(../images/banner1/flip-meeting.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 340px; }
    @media only screen and (max-width: 767px) {
      .banner-meeting .background-image {
        display: none; } }
    @media (min-width: 768px) {
      .banner-meeting .background-image {
        width: 32%; } }
  .banner-meeting .background-image-mobile {
    background-image: url(../images/banner1/flip-meeting-mobile.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 230px; }
    @media (min-width: 768px) {
      .banner-meeting .background-image-mobile {
        display: none; } }
  .banner-meeting .details-desktop {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .banner-meeting .details-desktop .rightFlip .main-text {
      padding-bottom: 25px; }
  .banner-meeting .leftFlip {
    margin-right: 60px; }
    @media (min-width: 768px) {
      .banner-meeting .leftFlip h1 {
        padding-top: 30px; } }
    @media only screen and (max-width: 574px) {
      .banner-meeting .leftFlip h1 {
        margin-right: 20px; } }

.banner-office {
  background-color: #0077c8;
  overflow-x: hidden; }
  .banner-office:after {
    content: '';
    display: table;
    clear: both; }
  .banner-office [data-article-details] {
    background-color: #0077c8;
    float: right; }
  .banner-office .leftContainer {
    background-image: url(../images/banner2/banner-office-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  @media only screen and (max-width: 767px) {
    .banner-office .rightContainer {
      height: 440px; } }
  .banner-office .office {
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 50px;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media only screen and (max-width: 1024px) {
      .banner-office .office {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) and (max-width: 1280px) {
      .banner-office .office {
        padding-left: 20px;
        -ms-flex-align: center;
            align-items: center; } }
    @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
      .banner-office .office {
        padding-left: 20px;
        padding-right: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-order: -1;
            order: -1; } }
    @media only screen and (max-width: 767px) {
      .banner-office .office {
        -ms-flex-align: start;
            align-items: flex-start; } }
    .banner-office .office .Img {
      width: 52%; }
      @media (min-width: 1025px) and (max-width: 1280px) {
        .banner-office .office .Img {
          width: 40%; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .banner-office .office .Img {
          width: 60%; } }
      @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
        .banner-office .office .Img {
          -ms-flex-order: 2;
              order: 2;
          width: 100%; } }
      .banner-office .office .Img .animation > .canvas-container {
        width: 100%; }
    .banner-office .office .Copy {
      margin-left: 20px;
      max-width: 260px;
      padding-right: 20px; }
      @media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) and (max-width: 1280px) {
        .banner-office .office .Copy {
          margin-left: 20px; } }
      @media only screen and (max-width: 1024px) {
        .banner-office .office .Copy {
          max-width: none; } }
      @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
        .banner-office .office .Copy {
          -ms-flex-order: 1;
              order: 1;
          margin-left: 0;
          max-width: none; } }
  .banner-office .details-desktop .leftFlip {
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .banner-office .details-desktop .leftFlip h1 {
      padding-bottom: 28px;
      max-width: 275px; }
  .banner-office .details-desktop .rightFlip .main-text {
    padding-bottom: 25px; }
  @media (min-width: 768px) {
    .banner-office .details-desktop .leftFlip img {
      padding-left: 3%; } }
  @media (min-width: 1025px) {
    .banner-office .details-desktop .leftFlip img {
      padding-left: 8%; } }
  @media (min-width: 1280px) {
    .banner-office .details-desktop .leftFlip img {
      width: 70%; }
      .banner-office .details-desktop .leftFlip img:lang(fr) {
        width: 60%; } }
  .banner-office .product img {
    max-width: 140px; }

.banner-tech {
  background-color: #2E2C2B; }
  .banner-tech [data-article-details] {
    background-color: #2E2C2B; }
  @media (min-width: 1280px) {
    .banner-tech .leftContainer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 0; } }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    .banner-tech .leftContainer {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 1024px) {
    .banner-tech .leftContainer {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .banner-tech .leftContainer {
      -ms-flex-pack: center;
          justify-content: center;
      height: 500px; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .banner-tech .leftContainer h1 {
      padding-top: 40px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner-tech .leftContainer h1 {
      padding-top: 100px; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .banner-tech .leftContainer h1 {
      max-width: 435px; } }
  @media (min-width: 1280px) {
    .banner-tech .leftContainer h1 {
      max-width: 260px; }
      .banner-tech .leftContainer h1:lang(fr) {
        max-width: 325px; } }
  @media only screen and (max-width: 574px) {
    .banner-tech .leftContainer h1 {
      margin-right: 20px; } }
  .banner-tech .rightContainer {
    background-image: url(../images/banner3/banner-tech-tv.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    .banner-tech .rightContainer:lang(fr) {
      background-image: url(../images/banner3/banner-tech-tv-fr.jpg); }
    .banner-tech .rightContainer .desktop {
      display: none; }
      @media (min-width: 575px) {
        .banner-tech .rightContainer .desktop {
          display: block; } }
    .banner-tech .rightContainer .mobile {
      display: none; }
      @media only screen and (max-width: 575px) {
        .banner-tech .rightContainer .mobile {
          display: block; } }
  .banner-tech .product img {
    max-width: 140px; }
  @media only screen and (max-width: 481px) {
    .banner-tech:lang(fr) .hover-banner-right h1:first-of-type {
      margin-top: 0px; } }
  @media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) and (max-width: 1280px) {
    .banner-tech:lang(fr) .hover-banner-right .LineMargin {
      padding-top: 0; } }
  .banner-tech .leftFlip h1 {
    padding-right: 0;
    max-width: 215px; }
    @media (min-width: 768px) {
      .banner-tech .leftFlip h1 {
        padding-right: 0;
        padding-top: 0; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .banner-tech .leftFlip h1 {
        max-width: 300px; } }
    .banner-tech .leftFlip h1:lang(fr) {
      max-width: 320px;
      padding-right: 0;
      margin-top: 30px; }
      @media (min-width: 1025px) and (max-width: 1280px), (min-width: 768px) and (max-width: 1024px) {
        .banner-tech .leftFlip h1:lang(fr) {
          margin-top: 28px; } }
  .banner-tech .text-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .banner-tech .text-content {
        width: 129%; } }
    @media only screen and (max-width: 767px) {
      .banner-tech .text-content {
        -ms-flex-pack: center;
            justify-content: center;
        padding-left: 50px; } }
  .banner-tech .text-spacing {
    padding-bottom: 20px;
    margin-left: 0px;
    z-index: 5;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .banner-tech .text-spacing {
        padding-bottom: 0px; } }
  .banner-tech .circle {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #FFB546;
    border-radius: 15px;
    position: absolute;
    left: -30px; }
    .banner-tech .circle.aqua {
      background-color: #00C2B2; }
    .banner-tech .circle.grey {
      background-color: #827D7D; }
    .banner-tech .circle.dark-blue {
      background-color: #0077C8; }
    .banner-tech .circle.blue {
      background-color: #0077c8; }
    .banner-tech .circle.red {
      background-color: #FF4238; }
    .banner-tech .circle.green {
      background-color: #97D653; }
  .banner-tech .col {
    padding-right: 45px;
    padding-bottom: 20px;
    width: 200px;
    position: relative; }
  .banner-tech .details-desktop .main-text {
    width: 87%; }
  .banner-tech .tech .details-desktop {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (min-width: 768px) {
      .banner-tech .tech .details-desktop {
        padding-top: 50px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .banner-tech .tech .details-desktop {
        padding-top: 30px; } }
    .banner-tech .tech .details-desktop .leftFlip {
      width: 23%; }
      .banner-tech .tech .details-desktop .leftFlip:lang(fr) {
        width: 27%; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .banner-tech .tech .details-desktop .leftFlip {
          width: 35%; } }
    .banner-tech .tech .details-desktop .rightFlip {
      width: 72%; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .banner-tech .tech .details-desktop .rightFlip {
          width: 65%;
          margin-left: 30px; } }
      @media (min-width: 1025px) and (max-width: 1280px) {
        .banner-tech .tech .details-desktop .rightFlip {
          width: 68%;
          margin-left: 30px; } }
      @media (min-width: 768px) {
        .banner-tech .tech .details-desktop .rightFlip .main-text {
          padding-top: 0;
          -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
              align-self: auto;
          padding-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner-tech .animation .canvas-container > canvas.drawing {
      width: 100% !important;
      height: auto !important; } }
  .banner-tech .LineMargin {
    padding-top: 0; }

.LineMargin {
  margin-top: 10px; }

.banner-impression {
  background-color: #0077c8; }
  .banner-impression .details-mobile h1 {
    padding-right: 0; }
  .banner-impression:after {
    content: '';
    display: table;
    clear: both; }
  .banner-impression [data-article-details] {
    background-color: #0077c8;
    float: right; }
  .banner-impression .leftContainer {
    background-image: url(../images/banner5/banner-overload-couch.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
  .banner-impression .rightContainer {
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .banner-impression .rightContainer {
        -ms-flex-order: -1;
            order: -1;
        height: 500px; } }
    @media (min-width: 768px) {
      .banner-impression .rightContainer {
        width: 56.9%; } }
  @media (min-width: 768px) {
    .banner-impression .Copy {
      width: 320px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .banner-impression .Copy {
      min-height: 203px; } }
  @media only screen and (max-width: 574px) {
    .banner-impression .Copy {
      min-height: 246px; } }
  @media only screen and (max-width: 574px) {
    .banner-impression .Copy:lang(fr) {
      padding-top: 0px; } }
  @media only screen and (max-width: 767px) {
    .banner-impression .Copy {
      margin-top: 70px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .banner-impression .Copy {
      margin-top: 40px; } }
  @media only screen and (max-width: 574px) {
    .banner-impression .Copy h1 {
      margin-right: 20px; } }
  .banner-impression .background-image-mobile {
    background-image: url(../images/banner4/flip-impression2-mobile.jpg);
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media (min-width: 768px) {
      .banner-impression .background-image-mobile {
        display: none; } }
  .banner-impression .details-desktop,
  .banner-impression .details-mobile {
    background-image: url(../images/banner4/flip-background.jpg);
    background-size: cover; }
  .banner-impression .details-desktop .leftFlip {
    width: 30%;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .banner-impression .details-desktop .leftFlip h1 {
      padding-top: 60px;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        .banner-impression .details-desktop .leftFlip h1 {
          max-width: 300px; } }
  .banner-impression .details-desktop .rightFlip {
    width: 75%; }
    .banner-impression .details-desktop .rightFlip .main-text {
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-bottom: 20px; }
  .banner-impression .leftFlip img {
    position: relative;
    left: -45px;
    width: 93%; }
    @media only screen and (max-width: 1024px) {
      .banner-impression .leftFlip img {
        left: -30px; } }
  @media only screen and (max-width: 767px) {
    .banner-impression .flip-image img {
      position: relative;
      left: -120px; } }
  @media only screen and (max-width: 574px) {
    .banner-impression .flip-image img {
      left: -14%; } }
  .banner-impression .yellow-plane {
    position: absolute;
    right: 0px;
    bottom: 100px;
    width: 28%; }
    @media only screen and (max-width: 1024px) {
      .banner-impression .yellow-plane {
        right: -130px;
        bottom: 100px; } }
    @media only screen and (max-width: 767px) {
      .banner-impression .yellow-plane {
        bottom: 20px;
        right: -76px; } }
    @media only screen and (max-width: 574px) {
      .banner-impression .yellow-plane {
        bottom: 115px;
        right: -82px;
        width: 48%; } }
  .banner-impression .impression {
    padding-left: 3%; }
    @media (min-width: 768px) {
      .banner-impression .impression {
        padding-top: 230px; } }

.banner-overload {
  background-color: #6e6a69;
  overflow-x: hidden;
  overflow-y: hidden; }
  .banner-overload [data-article-details] {
    background-color: #6e6a69; }
  @media (min-width: 1280px) {
    .banner-overload .leftpadding {
      padding-left: 0;
      padding-right: 3%; } }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    .banner-overload .leftContainer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-bottom: 0; }
      .banner-overload .leftContainer .animation-container {
        -ms-flex-order: 2;
            order: 2; }
      .banner-overload .leftContainer .title-text {
        -ms-flex-order: 1;
            order: 1; } }
  @media only screen and (max-width: 767px) {
    .banner-overload .leftContainer {
      height: 500px; } }
  @media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) and (max-width: 1280px) {
    .banner-overload .leftContainer .title-text {
      padding-top: 20px; } }
  @media (min-width: 1280px) {
    .banner-overload .leftContainer .title-text {
      margin-top: 278px;
      float: right;
      right: 0;
      max-width: 330px;
      z-index: 5;
      text-align: right; }
      .banner-overload .leftContainer .title-text:lang(fr) {
        max-width: 370px; } }
  @media (min-width: 1280px) {
    .banner-overload .leftContainer .title-text a {
      float: right; } }
  @media (min-width: 1280px) {
    .banner-overload .leftContainer .title-text button {
      margin-bottom: 10px; } }
  @media (min-width: 1025px) {
    .banner-overload .leftContainer {
      max-width: 860px; } }
  @media only screen and (max-width: 574px) {
    .banner-overload .leftContainer h1 {
      margin-right: 20px; } }
  .banner-overload .product img {
    max-width: 150px; }
  @media (min-width: 768px) {
    .banner-overload .details-desktop {
      -ms-flex-align: end;
          align-items: flex-end; } }
  @media (min-width: 768px) {
    .banner-overload .details-desktop .main-text {
      padding-bottom: 40px;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .banner-overload .details-desktop .main-text .product {
        padding-top: 25px;
        padding-bottom: 0; }
        .banner-overload .details-desktop .main-text .product:lang(fr) {
          padding-top: 5px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner-overload .details-desktop .main-text .product {
      padding-top: 0;
      padding-bottom: 0; } }
  .banner-overload .rightContainer {
    background-image: url(../images/banner4/banner-impression-tv.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
    .banner-overload .rightContainer:lang(fr) {
      background-image: url(../images/banner4/banner-impression-tv-fr.jpg); }
  @media (min-width: 768px) {
    .banner-overload .leftFlip {
      width: 35%; } }
  @media (min-width: 768px) {
    .banner-overload .leftFlip img {
      padding: 0;
      padding-left: 12%;
      width: 50%;
      padding-bottom: 21px; }
      .banner-overload .leftFlip img:lang(fr) {
        width: 59%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner-overload .leftFlip img {
      width: 78%; }
      .banner-overload .leftFlip img:lang(fr) {
        width: 78%; } }
  @media (min-width: 768px) {
    .banner-overload .leftFlip h1 {
      padding-top: 0;
      padding-bottom: 25px; } }
  @media (min-width: 768px) {
    .banner-overload .rightFlip {
      width: 65%;
      -ms-flex-align: end;
          align-items: flex-end; } }
  .banner-overload .details-mobile h1 {
    padding-right: 0px; }
    @media only screen and (max-width: 575px) {
      .banner-overload .details-mobile h1 {
        padding-right: 30px; } }

/*scroll*/
.banner-animation {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.2s; }
  .banner-animation.animate {
    opacity: 1; }

.animation > .canvas-container {
  width: 100%;
  height: auto; }

.banner-hero .animation {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .banner-hero .animation {
      width: 87%; } }
  @media (min-width: 768px) {
    .banner-hero .animation {
      max-width: 625px; } }
  @media (min-width: 1025px) {
    .banner-hero .animation {
      max-width: 60%; } }
  @media only screen and (max-width: 575px) {
    .banner-hero .animation {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .banner-hero .animation:lang(fr) {
      width: 66%; } }
  @media (min-width: 768px) {
    .banner-hero .animation:lang(fr) {
      max-width: 50%; } }
  @media (min-width: 1025px) {
    .banner-hero .animation:lang(fr) {
      max-width: 60%; } }
  @media only screen and (max-width: 575px) {
    .banner-hero .animation:lang(fr) {
      width: 100%; } }

.banner-meeting .animation {
  padding-bottom: 30px; }
  @media (min-width: 1025px) {
    .banner-meeting .animation {
      position: absolute;
      top: 100px;
      width: 86%; } }
  @media (min-width: 1280px) {
    .banner-meeting .animation:lang(fr) {
      top: 108px;
      left: 110px; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .banner-meeting .animation {
      top: 150px;
      position: absolute; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner-meeting .animation {
      padding-top: 50px;
      max-width: 365px; } }
  @media only screen and (max-width: 481px) {
    .banner-meeting .animation {
      margin-top: 50px; } }

.banner-tech .animation {
  max-width: 469px; }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    .banner-tech .animation {
      -ms-flex-order: 0;
          order: 0;
      width: 252px;
      margin: 0 auto; } }
  @media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
    .banner-tech .animation {
      width: 300px; } }
  @media (min-width: 1025px) {
    .banner-tech .animation {
      width: 49%; } }

@media (min-width: 1025px) {
  .banner-overload .animation {
    position: absolute;
    bottom: 0;
    width: 56%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-overload .animation {
    position: absolute;
    bottom: 0;
    width: 85%;
    left: 50px; } }

@media only screen and (max-width: 767px) {
  .banner-overload .animation {
    width: 420px;
    bottom: 0px;
    position: absolute; } }

@media only screen and (max-width: 767px) {
  .banner-overload .animation:lang(fr) {
    width: 370px; } }

@media only screen and (max-width: 574px) {
  .banner-overload .animation {
    width: 370px;
    bottom: 0px;
    position: absolute; } }

@media only screen and (max-width: 767px) {
  .banner-office .Img {
    margin-right: auto;
    margin-left: auto; } }

.banner-office .animation {
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner-office .animation {
      width: 305px;
      margin-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .banner-office .animation {
      width: 298px;
      margin: 0 auto; } }
  @media only screen and (max-width: 481px) {
    .banner-office .animation {
      margin: 0 auto;
      width: 250px; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .banner-office .animation:lang(fr) {
      width: 220px; } }

@media only screen and (max-width: 767px) {
  .banner-impression #handshake-animation-desktop {
    display: none; } }

@media (min-width: 768px) {
  .banner-impression #handshake-animation-mobile {
    display: none; } }

.banner-impression .animation {
  position: absolute;
  top: 0px;
  width: 112%;
  left: 0; }
  @media (min-width: 768px) {
    .banner-impression .animation {
      left: -100px; } }
  @media only screen and (max-width: 767px) {
    .banner-impression .animation {
      width: 168%;
      left: -46%;
      bottom: 5%;
      top: auto;
      z-index: -1; } }

.widget5, .widget5fr {
  width: 100%;
  position: absolute;
  max-width: 250px;
  top: 175px;
  left: 50%;
  -ms-transform: translate(-50%, -22%);
      transform: translate(-50%, -22%); }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    .widget5, .widget5fr {
      display: none; } }
  .widget5:lang(fr), .widget5fr:lang(fr) {
    top: 123px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .widget5:lang(fr), .widget5fr:lang(fr) {
        top: 135px; } }
  @media only screen and (max-width: 1024px) {
    .widget5, .widget5fr {
      top: 160px; } }

#widget-4-animation {
  position: relative;
  z-index: -1; }
  @media only screen and (max-width: 574px) {
    #widget-4-animation {
      width: 70%;
      margin: 0 auto;
      margin-top: -18px; } }
  @media only screen and (max-width: 575px) {
    #widget-4-animation {
      width: 58%;
      margin-top: -50px; } }

@media only screen and (max-width: 767px) {
  #widget-2-animation {
    width: 70%;
    margin: 0 auto; } }

@media (min-width: 576px) and (max-width: 767px) {
  #widget-2-animation {
    width: auto;
    margin: 0; } }

@media (min-width: 768px) {
  .banner-impression .animation > .canvas-container {
    width: 115%; } }

#results-mobile-animation .canvas-container > canvas.drawing {
  top: 1px; }

#widget-pages {
  background-color: #000;
  overflow: hidden;
  transition: height 0.3s ease-out;
  height: auto !important; }
  #widget-pages .widget-question {
    overflow: hidden;
    height: 543px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      #widget-pages .widget-question {
        min-height: 543px; } }
    @media only screen and (max-width: 574px) {
      #widget-pages .widget-question {
        height: 650px; } }
    @media only screen and (max-width: 575px) {
      #widget-pages .widget-question:lang(fr) {
        height: 650px; } }
    #widget-pages .widget-question a.btn-next {
      padding: 10px 40px;
      font-weight: 700;
      font-size: 14px; }
  #widget-pages .widget-section {
    overflow: hidden;
    left: 0px;
    opacity: 1;
    z-index: 5;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: relative; }
    #widget-pages .widget-section.widget-section-hidden {
      display: none; }
    #widget-pages .widget-section.widget-section-temporary {
      transition: opacity 0s;
      display: block;
      opacity: 0;
      pointer-events: none; }
    #widget-pages .widget-section h2,
    #widget-pages .widget-section .question-heading {
      color: #fff;
      text-align: center;
      padding: 35px 10px 30px 10px; }
      @media only screen and (max-width: 767px) {
        #widget-pages .widget-section h2,
        #widget-pages .widget-section .question-heading {
          padding-bottom: 0px; } }
      #widget-pages .widget-section h2.results-header,
      #widget-pages .widget-section .question-heading.results-header {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px; }
    #widget-pages .widget-section label {
      cursor: pointer; }
    #widget-pages .widget-section .image-order {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      @media only screen and (max-width: 574px) {
        #widget-pages .widget-section .image-order {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          #widget-pages .widget-section .image-order .content-image {
            -ms-flex-order: -1;
                order: -1;
            padding-top: 0; } }
    #widget-pages .widget-section .content-image {
      padding-left: 30px;
      padding-top: 15px;
      text-align: center; }
      @media (min-width: 576px) and (max-width: 767px) {
        #widget-pages .widget-section .content-image {
          padding-left: 20px;
          width: 300px; }
          #widget-pages .widget-section .content-image:lang(fr) {
            width: 200px; } }
      #widget-pages .widget-section .content-image img {
        width: 80%; }
      @media only screen and (max-width: 481px) {
        #widget-pages .widget-section .content-image {
          padding-right: 30px;
          padding-top: 10px; }
          #widget-pages .widget-section .content-image img {
            width: 65%; } }
    #widget-pages .widget-section .content-image-stack {
      padding-left: 30px;
      padding-top: 15px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #widget-pages .widget-section .content-image-stack {
          display: none; } }
    #widget-pages .widget-section .radio-btn-group {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      padding: 0 35px;
      z-index: 10; }
      @media only screen and (max-width: 481px) {
        #widget-pages .widget-section .radio-btn-group {
          padding-bottom: 10px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        #widget-pages .widget-section .radio-btn-group {
          padding-left: 20px; } }
      #widget-pages .widget-section .radio-btn-group.slider-vertical {
        margin-left: 113px;
        padding: 0 0px; }
        @media (min-width: 576px) and (max-width: 767px) {
          #widget-pages .widget-section .radio-btn-group.slider-vertical {
            margin-bottom: 40px; }
            #widget-pages .widget-section .radio-btn-group.slider-vertical:lang(fr) {
              margin-bottom: 0; } }
        #widget-pages .widget-section .radio-btn-group.slider-vertical label {
          max-width: 126px; }
        #widget-pages .widget-section .radio-btn-group.slider-vertical .radio-btn {
          margin-top: 60px; }
          @media (min-width: 576px) and (max-width: 767px) {
            #widget-pages .widget-section .radio-btn-group.slider-vertical .radio-btn {
              margin-top: 40px; } }
        #widget-pages .widget-section .radio-btn-group.slider-vertical .radio-btn:first-of-type {
          margin-top: 0px; }
          @media only screen and (max-width: 575px) {
            #widget-pages .widget-section .radio-btn-group.slider-vertical .radio-btn:first-of-type {
              margin-top: -50px; }
              #widget-pages .widget-section .radio-btn-group.slider-vertical .radio-btn:first-of-type:lang(fr) {
                margin-top: 0px; } }
          @media (min-width: 576px) and (max-width: 767px) {
            #widget-pages .widget-section .radio-btn-group.slider-vertical .radio-btn:first-of-type:lang(fr) {
              margin-top: 20px; } }
        @media (min-width: 768px) {
          #widget-pages .widget-section .radio-btn-group.slider-vertical {
            display: none; } }
        @media only screen and (max-width: 481px) {
          #widget-pages .widget-section .radio-btn-group.slider-vertical {
            padding-bottom: 0; } }
        #widget-pages .widget-section .radio-btn-group.slider-vertical input[type="radio"] {
          -webkit-appearance: none;
          background-color: #fff;
          z-index: 2; }
          #widget-pages .widget-section .radio-btn-group.slider-vertical input[type="radio"]:hover {
            background-color: #0077c8; }
          #widget-pages .widget-section .radio-btn-group.slider-vertical input[type="radio"]:checked {
            border: 1px solid #fff;
            background-color: #0077c8;
            box-shadow: 0px 0px 0px 5px rgba(0, 119, 200, 0.3); }
          #widget-pages .widget-section .radio-btn-group.slider-vertical input[type="radio"]:active {
            -webkit-tap-highlight-color: transparent; }
    #widget-pages .widget-section .radio-btn {
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      -ms-flex-align: center;
          align-items: center; }
      #widget-pages .widget-section .radio-btn label {
        position: relative;
        left: 15px; }
    #widget-pages .widget-section input[type="radio"] {
      -webkit-appearance: none;
      box-shadow: inset 0px 0px 0px 1px #fff;
      width: 30px;
      height: 30px;
      cursor: pointer;
      border-radius: 50%;
      transition: .5s ease;
      outline: none;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-tap-highlight-color: transparent; }
      #widget-pages .widget-section input[type="radio"]:hover {
        background-color: #40C3B2; }
      #widget-pages .widget-section input[type="radio"]:focus {
        box-shadow: none;
        border: 1px solid #fff;
        background-color: #40C3B2; }
      #widget-pages .widget-section input[type="radio"]:checked {
        border: 1px solid #fff;
        background-color: #40C3B2;
        box-shadow: 0px 0px 0px 5px rgba(64, 195, 178, 0.3); }
    #widget-pages .widget-section input[type="radio"]::-ms-check {
      display: none; }
    #widget-pages .widget-section label {
      color: #fff;
      padding-right: 10px; }
    #widget-pages .widget-section .radio-btn-image {
      padding: 10px 25px; }
      @media only screen and (max-width: 574px) {
        #widget-pages .widget-section .radio-btn-image {
          padding: 10px 16px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        #widget-pages .widget-section .radio-btn-image {
          padding: 10px 20px; } }
      #widget-pages .widget-section .radio-btn-image input[type="radio"] {
        position: inherit;
        width: 200px;
        height: 200px;
        background-color: #40C3B2;
        border: solid 1px #fff; }
        @media (min-width: 576px) and (max-width: 767px) {
          #widget-pages .widget-section .radio-btn-image input[type="radio"] {
            width: 140px;
            height: 140px; } }
        @media only screen and (max-width: 575px) {
          #widget-pages .widget-section .radio-btn-image input[type="radio"] {
            width: 110px;
            height: 110px; } }
        #widget-pages .widget-section .radio-btn-image input[type="radio"]:hover, #widget-pages .widget-section .radio-btn-image input[type="radio"]:focus {
          background-color: #0077c8; }
        #widget-pages .widget-section .radio-btn-image input[type="radio"]:focus {
          box-shadow: none;
          border: 1px solid #fff; }
        #widget-pages .widget-section .radio-btn-image input[type="radio"]:checked {
          background-color: #0077c8;
          box-shadow: 0px 0px 0px 10px rgba(0, 119, 200, 0.3); }
      #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"] {
        background-image: url(../images/widget/open-plan.png);
        background-repeat: no-repeat;
        background-position: center top 55px;
        background-size: 85%; }
        #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:checked, #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:hover, #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:focus {
          background-image: url(../images/widget/open-plan-select.png); }
        @media only screen and (max-width: 767px) {
          #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"] {
            background-image: url(../images/widget/open-plan-mobile.png);
            background-position: center bottom 16px;
            background-size: 83%; }
            #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:checked, #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:hover, #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:focus {
              background-image: url(../images/widget/open-plan-select-mobile.png); } }
        #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:lang(fr) {
          background-image: url(../images/widget/open-plan-fr.png); }
          #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:lang(fr):checked, #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:lang(fr):hover, #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:lang(fr):focus {
            background-image: url(../images/widget/open-plan-fr-select.png); }
          @media only screen and (max-width: 767px) {
            #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:lang(fr) {
              background-image: url(../images/widget/open-plan-mobile-fr.png);
              background-position: center bottom 8px; }
              #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:lang(fr):checked, #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:lang(fr):hover, #widget-pages .widget-section .radio-btn-image.option1 input[type="radio"]:lang(fr):focus {
                background-image: url(../images/widget/open-plan-select-mobile-fr.png); } }
      #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"] {
        background-image: url(../images/widget/cubicle-city.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%; }
        #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:checked, #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:hover, #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:focus {
          background-image: url(../images/widget/cubicle-city-select.png); }
        @media only screen and (max-width: 767px) {
          #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"] {
            background-image: url(../images/widget/cubicle-city-mobile.png);
            background-position: center bottom 18px;
            background-size: 73%; }
            #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:checked, #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:hover, #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:focus {
              background-image: url(../images/widget/cubicle-city-select-mobile.png); } }
        #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:lang(fr) {
          background-image: url(../images/widget/cubicle-city-fr.png); }
          #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:lang(fr):checked, #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:lang(fr):hover, #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:lang(fr):focus {
            background-image: url(../images/widget/cubicle-city-fr-select.png); }
          @media only screen and (max-width: 767px) {
            #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:lang(fr) {
              background-image: url(../images/widget/cubicle-city-mobile-fr.png); }
              #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:lang(fr):checked, #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:lang(fr):hover, #widget-pages .widget-section .radio-btn-image.option2 input[type="radio"]:lang(fr):focus {
                background-image: url(../images/widget/cubicle-city-select-mobile-fr.png); } }
      #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"] {
        background-image: url(../images/widget/bit-of-both.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%; }
        #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:checked, #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:hover, #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:focus {
          background-image: url(../images/widget/bit-of-both-select.png); }
        @media only screen and (max-width: 767px) {
          #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"] {
            background-image: url(../images/widget/bit-of-both-mobile.png);
            background-position: center bottom 19px;
            background-size: 73%; }
            #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:checked, #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:hover, #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:focus {
              background-image: url(../images/widget/bit-of-both-select-mobile.png); } }
        #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:lang(fr) {
          background-image: url(../images/widget/bit-of-both-fr.png);
          background-size: 76%; }
          #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:lang(fr):checked, #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:lang(fr):hover, #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:lang(fr):focus {
            background-image: url(../images/widget/bit-of-both-fr-select.png); }
          @media only screen and (max-width: 767px) {
            #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:lang(fr) {
              background-image: url(../images/widget/bit-of-both-mobile-fr.png);
              background-position: left 18px bottom 13px; }
              #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:lang(fr):checked, #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:lang(fr):hover, #widget-pages .widget-section .radio-btn-image.option3 input[type="radio"]:lang(fr):focus {
                background-image: url(../images/widget/bit-of-both-select-mobile-fr.png); } }
    #widget-pages .widget-section .radio-btn-slider {
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        #widget-pages .widget-section .radio-btn-slider {
          display: none; } }
      #widget-pages .widget-section .radio-btn-slider .radio-slider-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        text-align: center; }
        #widget-pages .widget-section .radio-btn-slider .radio-slider-group label {
          padding-top: 10px;
          width: 180px; }
      #widget-pages .widget-section .radio-btn-slider input[type="radio"] {
        -webkit-appearance: none;
        background-color: #fff;
        z-index: 2; }
        #widget-pages .widget-section .radio-btn-slider input[type="radio"]:hover {
          background-color: #0077c8; }
        #widget-pages .widget-section .radio-btn-slider input[type="radio"]:focus {
          border: 1px solid #fff;
          background-color: #0077c8;
          box-shadow: none; }
        #widget-pages .widget-section .radio-btn-slider input[type="radio"]:checked {
          border: 1px solid #fff;
          background-color: #0077c8;
          box-shadow: 0px 0px 0px 5px rgba(0, 119, 200, 0.3); }
    #widget-pages .widget-section .slider-bar {
      height: 10px;
      background: linear-gradient(to right, #0077c8 0%, #40C3B2 0%);
      background-color: #40C3B2;
      position: relative;
      bottom: 55px;
      margin-left: 90px;
      margin-right: 86px; }
      @media (min-width: 768px) {
        #widget-pages .widget-section .slider-bar:lang(fr) {
          bottom: 70px; } }
      @media (min-width: 1025px) {
        #widget-pages .widget-section .slider-bar:lang(fr) {
          bottom: 79px; } }
      @media only screen and (max-width: 575px) {
        #widget-pages .widget-section .slider-bar:lang(fr) {
          bottom: 175px;
          right: 11px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        #widget-pages .widget-section .slider-bar:lang(fr) {
          bottom: 156px; } }
      @media only screen and (max-width: 767px) {
        #widget-pages .widget-section .slider-bar {
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
          right: 9px;
          bottom: 156px;
          margin-left: 0px;
          margin-right: 0px; } }
      @media only screen and (max-width: 575px) {
        #widget-pages .widget-section .slider-bar {
          bottom: 155px;
          right: 11px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        #widget-pages .widget-section .slider-bar {
          bottom: 175px;
          margin-right: 30px;
          margin-left: 30px;
          right: 11px; } }
    #widget-pages .widget-section .navigator-horizontal {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    #widget-pages .widget-section .nav-btn {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50px;
      border: 1px white solid;
      background-color: transparent;
      margin: 0px 10px 20px 10px; }
      #widget-pages .widget-section .nav-btn.active {
        background-color: #fff; }
      #widget-pages .widget-section .nav-btn.select {
        cursor: pointer;
        transition: 0.5s ease; }
      #widget-pages .widget-section .nav-btn.select:hover {
        background-color: #fff; }
    #widget-pages .widget-section .buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      padding: 30px 0 30px 0;
      z-index: 9999999; }
      #widget-pages .widget-section .buttons .button-back {
        margin-top: 25px; }
      @media only screen and (max-width: 481px) {
        #widget-pages .widget-section .buttons {
          padding-top: 15px; } }
  #widget-pages .widget-results {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    @media (min-width: 1025px) {
      #widget-pages .widget-results {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    #widget-pages .widget-results p {
      color: #fff;
      width: 88%;
      margin: 0 auto;
      padding-top: 20px;
      padding-right: 20px;
      padding-left: 20px;
      text-align: center; }
      @media (min-width: 1025px) and (max-width: 1280px) {
        #widget-pages .widget-results p {
          font-size: 15px; } }
      @media only screen and (max-width: 575px) {
        #widget-pages .widget-results p {
          padding-right: 10px;
          padding-left: 10px;
          width: none;
          margin-top: 20px;
          padding-top: 0; } }
    #widget-pages .widget-results .results-statement {
      padding-top: 30px;
      width: 55%;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        #widget-pages .widget-results .results-statement {
          width: 100%;
          min-height: 350px;
          border-bottom: 5px solid white; } }
      @media (min-width: 1025px) and (max-width: 1280px) {
        #widget-pages .widget-results .results-statement {
          width: 53%; } }
      #widget-pages .widget-results .results-statement h1 {
        text-align: center; }
        @media (min-width: 768px) and (max-width: 1024px) {
          #widget-pages .widget-results .results-statement h1 {
            font-size: 40px;
            line-height: 48px; } }
      @media only screen and (max-width: 574px) {
        #widget-pages .widget-results .results-statement:lang(fr) h1 {
          padding-right: 20px;
          padding-left: 20px; } }
      #widget-pages .widget-results .results-statement .desktop2 {
        display: none; }
        @media (min-width: 575px) {
          #widget-pages .widget-results .results-statement .desktop2 {
            display: block; } }
      #widget-pages .widget-results .results-statement .mobile2 {
        display: block; }
        @media (min-width: 575px) {
          #widget-pages .widget-results .results-statement .mobile2 {
            display: none; } }
      #widget-pages .widget-results .results-statement p {
        max-width: 500px;
        text-align: center; }
    #widget-pages .widget-results .results-content {
      width: 45%;
      display: block; }
      @media only screen and (max-width: 1024px) {
        #widget-pages .widget-results .results-content {
          display: none; } }
      @media (min-width: 1025px) and (max-width: 1280px) {
        #widget-pages .widget-results .results-content {
          width: 47%; } }
      @media (min-width: 1025px) and (max-width: 1280px) {
        #widget-pages .widget-results .results-content p {
          padding-top: 0px; } }
    #widget-pages .widget-results .results-carousel {
      display: none; }
      @media only screen and (max-width: 1024px) {
        #widget-pages .widget-results .results-carousel {
          display: block; } }
    #widget-pages .widget-results .results-option {
      display: -ms-flexbox;
      display: flex;
      border-left: 5px solid #fff;
      border-bottom: 5px solid #fff; }
      @media only screen and (max-width: 1024px) {
        #widget-pages .widget-results .results-option {
          border: none;
          -ms-flex-direction: column;
              flex-direction: column; } }
      #widget-pages .widget-results .results-option img {
        padding: 8px;
        max-width: 199px; }
      @media only screen and (max-width: 1024px) {
        #widget-pages .widget-results .results-option .image-desktop {
          display: none; } }
      @media (min-width: 1025px) {
        #widget-pages .widget-results .results-option .image-mobile {
          display: none; } }
      @media only screen and (max-width: 1024px) {
        #widget-pages .widget-results .results-option .results-image {
          margin: 0 auto;
          padding-top: 15px;
          text-align: center; } }
      #widget-pages .widget-results .results-option .image-mobile {
        max-width: 80%; }
    #widget-pages .widget-results .results-option:last-of-type {
      border-bottom: none; }
    #widget-pages .widget-results .results-text {
      padding: 5px 0px;
      max-width: 539px;
      padding-top: 12px;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        #widget-pages .widget-results .results-text {
          width: 60%;
          margin: 0 auto; } }
      @media only screen and (max-width: 767px) {
        #widget-pages .widget-results .results-text {
          width: 90%; } }
      #widget-pages .widget-results .results-text:lang(fr) p {
        padding-top: 0px; }
      #widget-pages .widget-results .results-text a {
        display: block;
        width: 130px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
        bottom: 15px; }
        @media (min-width: 1025px) and (max-width: 1280px) {
          #widget-pages .widget-results .results-text a {
            margin-top: 12px; } }
        @media only screen and (max-width: 1024px) {
          #widget-pages .widget-results .results-text a {
            bottom: -60px; } }
        #widget-pages .widget-results .results-text a:lang(fr) {
          width: 132px;
          margin-top: 12px; }
      #widget-pages .widget-results .results-text .navigator-horizontal {
        padding-top: 15px; }
        @media (min-width: 1025px) {
          #widget-pages .widget-results .results-text .navigator-horizontal {
            display: none; } }
  #widget-pages #circular-slider-container {
    background-color: #223c39;
    border-radius: 50%;
    width: 248px;
    height: 248px;
    margin-top: 14px;
    -ms-touch-action: none;
        touch-action: none; }
    #widget-pages #circular-slider-container #circular-slider {
      display: block;
      position: relative;
      width: 210px;
      height: 210px;
      background: #0077c8;
      border: 13px solid #40c3b2;
      border-radius: 50%;
      left: 6px;
      top: 6px; }
      #widget-pages #circular-slider-container #circular-slider #ticks {
        position: absolute;
        color: white;
        font-size: 30px;
        display: -ms-flexbox;
        display: flex;
        height: 200px; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-center {
          width: 210px;
          text-align: center;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
        #widget-pages #circular-slider-container #circular-slider #ticks .tick {
          position: absolute;
          width: 40px;
          text-align: center; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-0 {
          top: 9px;
          left: 85px; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-1 {
          top: 44px;
          left: 145px; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-2 {
          top: 98px;
          left: 165px; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-3 {
          top: 148px;
          left: 145px; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-4 {
          top: 183px;
          left: 85px; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-5 {
          top: 148px;
          left: 29px; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-6 {
          top: 98px;
          left: 5px; }
        #widget-pages #circular-slider-container #circular-slider #ticks #tick-7 {
          top: 44px;
          left: 30px; }
      #widget-pages #circular-slider-container #circular-slider #circular-slider-knob {
        position: relative;
        width: 32px;
        height: 32px;
        background: #40c3b2;
        border-radius: 50%;
        box-shadow: 1px 2px 6px 2px #223c3999;
        cursor: pointer; }
        #widget-pages #circular-slider-container #circular-slider #circular-slider-knob:focus {
          outline: none;
          box-shadow: 0 0 0 2px white; }

.view.view-temporary {
  max-width: 1440px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #000; }

.view .results-statement .results-button-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
  padding-left: 51px;
  padding-right: 51px;
  height: 50px;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 574px) {
    .view .results-statement .results-button-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: 50px; } }
  @media only screen and (max-width: 575px) {
    .view .results-statement .results-button-row {
      padding-right: 5px;
      padding-left: 5px;
      -ms-flex-pack: center;
          justify-content: center; } }
  .view .results-statement .results-button-row .results-nav {
    padding-top: 10px;
    padding-bottom: 35px;
    padding-left: 5px;
    padding-right: 5px; }
    @media only screen and (max-width: 574px) {
      .view .results-statement .results-button-row .results-nav {
        text-align: center; } }
    @media only screen and (max-width: 575px) {
      .view .results-statement .results-button-row .results-nav {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (max-width: 575px) {
      .view .results-statement .results-button-row .results-nav:first-child {
        margin-right: 25px; } }
    .view .results-statement .results-button-row .results-nav .back-btn {
      margin-left: 0px; }
      @media only screen and (max-width: 575px) {
        .view .results-statement .results-button-row .results-nav .back-btn {
          margin-left: 10px; } }

@media (min-width: 1025px) {
  .view .results-statement .share-position {
    position: absolute;
    bottom: -40px;
    right: 0px;
    z-index: 5; }
    .view .results-statement .share-position:lang(fr) {
      bottom: -20px; } }

@media (min-width: 1280px) {
  .view .results-statement .share-position {
    bottom: -15px; }
    .view .results-statement .share-position:lang(fr) {
      bottom: 6px; } }

@media (min-width: 576px) and (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  .view .results-statement .share-position {
    position: absolute;
    top: -120px;
    right: 86px; }
    .view .results-statement .share-position:lang(fr) {
      top: -140px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .view .results-statement .share-position:lang(fr) {
    right: 50px; } }

.view .results-statement .share-icon {
  padding: 0px 15px 0 20px;
  text-align: right;
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/share-icon.png);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-tap-highlight-color: transparent; }
  .view .results-statement .share-icon:hover {
    background-image: url(../images/share-icon-hover.png); }
  .view .results-statement .share-icon:focus {
    background-image: url(../images/share-icon-focus.png);
    outline: none; }
  .view .results-statement .share-icon.no-focus:focus {
    background-image: url(../images/share-icon.png);
    outline: none; }
  .view .results-statement .share-icon.no-focus:focus:hover {
    background-image: url(../images/share-icon-hover.png);
    outline: none; }
  @media only screen and (max-width: 481px) {
    .view .results-statement .share-icon:lang(fr) {
      margin-left: 0;
      padding: 0px 5px 0 5px; } }
  .view .results-statement .share-icon img {
    width: 30px; }

.view .results-statement .socials {
  transition: opacity 0.25s ease;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  position: relative;
  z-index: 10; }

.view .results-statement .social-icons {
  position: relative;
  z-index: 5; }
  .view .results-statement .social-icons .results-share-icon {
    margin-top: -212px; }
  .view .results-statement .social-icons a {
    display: inline-block;
    text-align: center;
    width: 47px;
    padding-right: 8px; }
  .view .results-statement .social-icons img {
    padding-top: 13px;
    padding-bottom: 21px;
    width: 20px; }
  .view .results-statement .social-icons .last-icon {
    padding-bottom: 0px; }
  .view .results-statement .social-icons .share-facebook img {
    width: 12px; }

.view .results-statement .share-bar {
  padding-bottom: 10px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  padding-left: 10px; }

.desktop {
  display: none; }
  @media (min-width: 1025px) {
    .desktop {
      display: block;
      position: absolute;
      bottom: 0px;
      width: 100%; } }

.mobile {
  display: block; }
  @media (min-width: 1025px) {
    .mobile {
      display: none; } }

.mobile2 {
  display: block; }
  @media (min-width: 575px) {
    .mobile2 {
      display: none; } }

@media (min-width: 1280px) {
  .results-desktop {
    bottom: -20px; }
    .results-desktop:lang(fr) {
      bottom: -28px; } }

@media (min-width: 768px) {
  .results-desktop .canvas-container > canvas.drawing {
    width: 650px !important;
    height: auto !important;
    bottom: 0;
    top: auto; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .results-desktop .canvas-container > canvas.drawing {
    width: 100% !important;
    height: auto !important;
    bottom: 0;
    top: auto;
    left: -100px; } }

@media (min-width: 768px) {
  .q4 .radio-btn-group {
    margin-top: -20px; } }

@media (min-width: 768px) {
  .q4 .animation > .canvas-container {
    width: 120%; } }

@media (min-width: 768px) {
  .q4 .canvas-container > canvas.drawing {
    left: -70px;
    top: -90px; } }

@media (min-width: 768px) {
  .q4 h1 {
    margin: 0 auto; } }

.q4 .question-heading {
  max-width: 420px;
  margin: 0 auto;
  display: block;
  width: 100%; }
  @media (min-width: 1025px) {
    .q4 .question-heading {
      max-width: 545px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .q4 .question-heading:lang(fr) {
      padding: 35px 10px 10px 10px; } }

#widget-pages .widget-section .question-heading {
  padding: 35px 10px 12px 10px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #widget-pages .widget-section .question-heading:lang(fr) {
      padding: 35px 10px 10px 10px; } }

@media only screen and (max-width: 575px) {
  #widget-pages .q4 .question-heading {
    padding: 35px 0px 12px 0px; } }

@media (min-width: 768px) {
  .q2 .radio-btn-group {
    margin-top: -20px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .q2 .radio-btn label {
    width: 191px; } }

@media (min-width: 768px) {
  .q2 .radio-btn label {
    width: 300px; } }

@media (min-width: 1025px) {
  .q2 .radio-btn label {
    width: 400px; } }

.q2 .content-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .q2 .content-image {
      min-width: 310px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .q2 .content-image {
      min-width: 280px; } }

@media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .q2 .content:lang(fr) {
    margin-top: -8px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .q2 .content label {
    font-size: 15px;
    line-height: 18px; } }

@media (min-width: 576px) and (max-width: 767px) {
  #widget-pages .q2 .content-image {
    width: 280px; }
    #widget-pages .q2 .content-image:lang(fr) {
      width: 280px; } }

.q5 .iefix {
  margin-top: -64px; }

.q5-heading {
  max-width: 300px; }
  @media (min-width: 768px) {
    .q5-heading {
      width: 415px; } }

.contact-link {
  text-align: center;
  text-decoration: underline;
  color: white;
  display: block;
  padding-top: 10px;
  z-index: 1;
  position: relative; }
  .contact-link:hover {
    color: #0077c8; }
  .contact-link:focus {
    outline: none; }
  .contact-link:focus:after {
    outline: none;
    content: ">"; }

.content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 575px) {
    .content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .content .image-meeting {
        -ms-flex-order: 2;
            order: 2;
        max-width: calc(100% - 20px);
        padding-bottom: 20px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .content {
      -ms-flex-align: center;
          align-items: center; } }
  .content.slider {
    position: relative; }

@media (min-width: 768px) {
  .slider-content {
    padding-top: 96px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .slider-content {
    -ms-flex-align: start;
        align-items: flex-start; } }

@media (min-width: 768px) {
  .slider-content:lang(fr) {
    padding-top: 135px; } }

.character-front {
  z-index: 2; }

.character {
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .character {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .character img {
      width: 70%; } }

.whiteShirt {
  left: 60px;
  top: 15px;
  width: 83px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .whiteShirt {
      left: 65px;
      top: 50px; } }

.greenShirt {
  left: 120px;
  top: -2px;
  width: 76px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .greenShirt {
      left: 110px;
      top: 35px; } }

.redDress {
  left: 180px;
  top: 20px;
  width: 86px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .redDress {
      left: 150px;
      top: 50px; } }

.yellowBag {
  left: 220px;
  top: 30px;
  width: 135px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .yellowBag {
      left: 180px;
      top: 60px; } }

.redHair {
  right: 0;
  top: 20px;
  width: 79px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .redHair {
      right: 20px;
      top: 60px; } }

.blueBlazer {
  right: 110px;
  top: -15px;
  width: 86px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .blueBlazer {
      right: 90px;
      top: 35px; } }

.redSweater {
  right: 230px;
  top: -15px;
  width: 98px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .redSweater {
      right: 160px;
      top: 35px; } }

[data-widget-q="1"] .animation {
  position: absolute;
  /*> canvas {
            @media (min-width : 768px) and (max-width : 1024px) {
                width:70%;
            }
        }*/ }
  [data-widget-q="1"] .animation.dog {
    top: -120px;
    right: 50px;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      [data-widget-q="1"] .animation.dog {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      [data-widget-q="1"] .animation.dog {
        right: 75px;
        top: -40px; } }
    [data-widget-q="1"] .animation.dog > .canvas-container {
      width: 80px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        [data-widget-q="1"] .animation.dog > .canvas-container {
          width: 56px; } }
  [data-widget-q="1"] .animation.earrings {
    top: -150px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      [data-widget-q="1"] .animation.earrings {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      [data-widget-q="1"] .animation.earrings {
        left: 20px;
        top: -65px; } }
    [data-widget-q="1"] .animation.earrings > .canvas-container {
      width: 95px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        [data-widget-q="1"] .animation.earrings > .canvas-container {
          width: 66.5px; } }
  [data-widget-q="1"] .animation.yoyo {
    right: 170px;
    z-index: 5;
    top: -150px; }
    @media only screen and (max-width: 767px) {
      [data-widget-q="1"] .animation.yoyo {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      [data-widget-q="1"] .animation.yoyo {
        right: 155px;
        top: -62px; } }
    [data-widget-q="1"] .animation.yoyo > .canvas-container {
      width: 110px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        [data-widget-q="1"] .animation.yoyo > .canvas-container {
          width: 77px; } }

.results-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 12px; }
  .results-carousel .small-watch-mobile {
    max-width: 140px; }
  .results-carousel .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

@media (min-width: 768px) {
  .layout-left .banner-carousel {
    border-left: 5px solid white; } }

@media (min-width: 768px) {
  .layout-right .banner-carousel {
    border-right: 5px solid white; } }

.banner-carousel {
  width: 100%;
  position: relative;
  min-height: 500px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .banner-carousel {
      width: 571px;
      min-height: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .banner-carousel {
      width: 405px; } }
  @media only screen and (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
    .banner-carousel {
      border-top: 5px solid white; } }
  .banner-carousel .rightContainer {
    position: absolute;
    left: 0;
    height: 100%;
    border: 0; }
  .banner-carousel .leftContainer {
    position: absolute;
    left: 0;
    height: 100%;
    border: 0; }
  .banner-carousel .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

@media only screen and (max-width: 575px) {
  .banner-carousel-one {
    min-height: 530px; }
    .banner-carousel-one:lang(fr) {
      min-height: 670px; }
      .banner-carousel-one:lang(fr) .hover-banner .hover-content {
        height: 615px; }
    .banner-carousel-one .hover-banner .hover-content {
      height: 475px; } }

.generatedTrack {
  min-height: 600px;
  height: 100%;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .generatedTrack {
      min-height: 570px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .generatedTrack {
      min-height: 570px; } }
  @media only screen and (max-width: 575px) {
    .generatedTrack {
      min-height: 460px; } }
  @media (min-width: 481px) and (max-width: 575px) {
    .generatedTrack {
      min-height: 490px; } }

.offscreen {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.carousel-content {
  opacity: 0;
  transition: opacity 0.67s;
  vertical-align: middle;
  position: absolute; }
  .carousel-content .results-image {
    width: 100%; }
    .carousel-content .results-image img {
      max-width: 80%;
      padding: 10px;
      display: block;
      margin: 0 auto; }
  .carousel-content.tab1 {
    opacity: 1; }

.generatedDot {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 100%;
  display: inline-block;
  margin: 5px; }

.generatedDot.active {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  background-color: white;
  display: inline-block; }

.dots {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 575px) {
    .dots {
      padding-bottom: 5px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .dots {
      margin-top: 10px;
      padding-bottom: 5px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .dots {
      padding-bottom: 5px; } }

#carousel {
  width: 100%; }

.hover-banner .line {
  background-color: #40c3b2;
  width: 100px;
  height: 5px;
  display: block;
  margin: 0 auto;
  opacity: 0;
  margin-top: -6px;
  animation: line-an-flip 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s;
  position: relative;
  z-index: 0; }

.hover-banner h1 {
  z-index: 5; }

.hover-banner .line-flip {
  opacity: 0;
  animation: line-flip-md 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media (min-width: 1025px) {
    .hover-banner .line-flip {
      opacity: 0;
      animation: line-flip 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }
  @media only screen and (max-width: 575px) {
    .hover-banner .line-flip {
      opacity: 0;
      animation: line-flip-en-xs 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }
  .hover-banner .line-flip:lang(fr) {
    opacity: 0;
    animation: line-flip-md-fr 0.8s 1 forwards;
    animation-delay: .3s; }
    @media (min-width: 1025px) {
      .hover-banner .line-flip:lang(fr) {
        opacity: 0;
        animation: line-flip-fr 0.8s 1 forwards;
        -webkit-animation-fill-mode: forwards;
        animation-delay: .3s; } }
    @media only screen and (max-width: 575px) {
      .hover-banner .line-flip:lang(fr) {
        opacity: 0;
        animation: line-flip-xs 0.8s 1 forwards;
        animation-delay: .3s; } }

.hover-banner .line-video {
  background-color: #00b3e3;
  opacity: 0;
  animation: line-video-md 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media (min-width: 1025px) {
    .hover-banner .line-video {
      opacity: 0;
      animation: line-video 0.8s 1 forwards;
      animation-delay: .3s; } }
  @media only screen and (max-width: 575px) {
    .hover-banner .line-video {
      opacity: 0;
      animation: line-video-en-xs 0.8s 1 forwards;
      animation-delay: .3s; } }
  .hover-banner .line-video:lang(fr) {
    opacity: 0;
    animation: line-video-md-fr 0.8s 1 forwards;
    animation-delay: .3s; }
    @media only screen and (max-width: 575px) {
      .hover-banner .line-video:lang(fr) {
        opacity: 0;
        animation: line-video-xs 0.8s 1 forwards;
        animation-delay: .3s; } }
    @media (min-width: 1025px) {
      .hover-banner .line-video:lang(fr) {
        opacity: 0;
        animation: line-video-fr 0.8s 1 forwards;
        animation-delay: .3s; } }

.hover-banner .line-harman {
  background-color: #0077c8;
  opacity: 0;
  animation: line-harman-md 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media (min-width: 1025px) {
    .hover-banner .line-harman {
      opacity: 0;
      animation: line-harman 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }
  @media only screen and (max-width: 575px) {
    .hover-banner .line-harman {
      opacity: 0;
      animation: line-harman-en-xs 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }
  .hover-banner .line-harman:lang(fr) {
    opacity: 0;
    animation: line-harman-md-fr 0.8s 1 forwards;
    animation-delay: .3s; }
    @media only screen and (max-width: 575px) {
      .hover-banner .line-harman:lang(fr) {
        opacity: 0;
        animation: line-harman-xs 0.8s 1 forwards;
        animation-delay: .3s; } }
    @media (min-width: 1025px) {
      .hover-banner .line-harman:lang(fr) {
        opacity: 0;
        animation: line-harman-fr 0.8s 1 forwards;
        animation-delay: .3s; } }

.hover-banner .line-led {
  background-color: #40C3B2;
  opacity: 0;
  animation: line-led-md 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media (min-width: 1025px) {
    .hover-banner .line-led {
      opacity: 0;
      animation: line-led 0.8s 1 forwards;
      animation-delay: .3s; } }
  @media only screen and (max-width: 575px) {
    .hover-banner .line-led {
      opacity: 0;
      animation: line-led-xs-en 0.8s 1 forwards;
      animation-delay: .3s; } }
  .hover-banner .line-led:lang(fr) {
    opacity: 0;
    animation: line-led-md-fr 0.8s 1 forwards;
    animation-delay: .3s; }
    @media (min-width: 1025px) {
      .hover-banner .line-led:lang(fr) {
        opacity: 0;
        animation: line-led-fr 0.8s 1 forwards;
        animation-delay: .3s; } }
    @media only screen and (max-width: 575px) {
      .hover-banner .line-led:lang(fr) {
        opacity: 0;
        animation: line-led-xs 0.8s 1 forwards;
        animation-delay: .3s; } }

.hover-banner .line-lfd {
  background-color: #0077c8;
  opacity: 0;
  animation: line-lfd-md 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media (min-width: 1025px) {
    .hover-banner .line-lfd {
      opacity: 0;
      animation: line-lfd 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }
  @media only screen and (max-width: 575px) {
    .hover-banner .line-lfd {
      opacity: 0;
      animation: line-lfd-xs 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }

.hover-banner .line-ecran {
  background-color: #0077c8;
  opacity: 0;
  animation: line-ecran-md 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media (min-width: 1025px) {
    .hover-banner .line-ecran {
      opacity: 0;
      animation: line-ecran 0.8s 1 forwards;
      animation-delay: .3s; } }
  @media only screen and (max-width: 575px) {
    .hover-banner .line-ecran {
      opacity: 0;
      animation: line-ecran-xs 0.8s 1 forwards;
      animation-delay: .3s; } }

.hover-banner .line-ecran2 {
  background-color: #0077c8;
  opacity: 0;
  animation: line-ecran2-md 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media (min-width: 1025px) {
    .hover-banner .line-ecran2 {
      opacity: 0;
      animation: line-ecran2 0.8s 1 forwards;
      animation-delay: .3s; } }
  @media only screen and (max-width: 575px) {
    .hover-banner .line-ecran2 {
      opacity: 0;
      animation: line-ecran2-xs 0.8s 1 forwards;
      animation-delay: .3s; } }

@keyframes line-flip {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 350px;
    opacity: 1; } }

@keyframes line-flip-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 250px;
    opacity: 1; } }

@keyframes line-flip-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 305px;
    opacity: 1; } }

@keyframes line-flip-md-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 230px;
    opacity: 1; } }

@keyframes line-flip-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 200px;
    opacity: 1; } }

@keyframes line-flip-en-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 225px;
    opacity: 1; } }

@keyframes line-video {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 240px;
    opacity: 1; } }

@keyframes line-video-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 170px;
    opacity: 1; } }

@keyframes line-video-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 205px;
    opacity: 1; } }

@keyframes line-video-md-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 155px;
    opacity: 1; } }

@keyframes line-video-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 140px;
    opacity: 1; } }

@keyframes line-video-en-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 160px;
    opacity: 1; } }

@keyframes line-harman {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 350px;
    opacity: 1; } }

@keyframes line-harman-en-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 230px;
    opacity: 1; } }

@keyframes line-harman-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 250px;
    opacity: 1; } }

@keyframes line-harman-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 360px;
    opacity: 1; } }

@keyframes line-harman-md-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 270px;
    opacity: 1; } }

@keyframes line-harman-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 240px;
    opacity: 1; } }

@keyframes line-harman2 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 375px;
    opacity: 1; } }

@keyframes line-harman2-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 160px;
    opacity: 1; } }

@keyframes line-harman2-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 130px;
    opacity: 1; } }

@keyframes line-led {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 235px;
    opacity: 1; } }

@keyframes line-led-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 170px;
    opacity: 1; } }

@keyframes line-led-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 120px;
    opacity: 1; } }

@keyframes line-led-xs-en {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 155px;
    opacity: 1; } }

@keyframes line-lfd {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 425px;
    opacity: 1; } }

@keyframes line-lfd-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 310px;
    opacity: 1; } }

@keyframes line-lfd-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 280px;
    opacity: 1; } }

@keyframes line-ecran {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 370px;
    opacity: 1; } }

@keyframes line-ecran-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 280px;
    opacity: 1; } }

@keyframes line-ecran-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 260px;
    opacity: 1; } }

@keyframes line-ecran2 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 390px;
    opacity: 1; } }

@keyframes line-ecran2-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 300px;
    opacity: 1; } }

@keyframes line-ecran2-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 280px;
    opacity: 1; } }

@keyframes line-led-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 180px;
    opacity: 1; } }

@keyframes line-led-md-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 135px;
    opacity: 1; } }

/* WIDGET RESULTS */
#widget-pages .results-statement .line-results {
  background-color: #0077c8;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: -2px;
  width: 300px;
  opacity: 0;
  animation: line-an-results 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }
  @media only screen and (max-width: 575px) {
    #widget-pages .results-statement .line-results {
      animation: line-an-results-en-xs 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }
  @media (min-width: 576px) and (max-width: 767px) {
    #widget-pages .results-statement .line-results {
      animation: line-an-results-en-sm 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #widget-pages .results-statement .line-results {
      animation: line-an-results-en-md 0.8s 1 forwards;
      -webkit-animation-fill-mode: forwards;
      animation-delay: .3s; } }
  #widget-pages .results-statement .line-results:lang(fr) {
    animation: line-an-results-fr 0.8s 1 forwards;
    -webkit-animation-fill-mode: forwards;
    animation-delay: .3s; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #widget-pages .results-statement .line-results:lang(fr) {
        animation: line-an-results-md 0.8s 1 forwards;
        -webkit-animation-fill-mode: forwards;
        animation-delay: .3s; } }
    @media (min-width: 576px) and (max-width: 767px) {
      #widget-pages .results-statement .line-results:lang(fr) {
        animation: line-an-results-sm 0.8s 1 forwards;
        -webkit-animation-fill-mode: forwards;
        animation-delay: .3s; } }

#widget-pages .results-statement .line-results-mobile-xs:lang(fr) {
  animation: line-an-results-xs 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }

#widget-pages .results-statement .line-results-mobile-xs2:lang(fr) {
  animation: line-an-results-xs2 0.8s 1 forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: .3s; }

/* english */
@keyframes line-an-results {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 375px;
    opacity: 1; } }

@keyframes line-an-results-en-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 365px;
    opacity: 1; } }

@keyframes line-an-results-en-sm {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 270px;
    opacity: 1; } }

@keyframes line-an-results-en-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 245px;
    opacity: 1; } }

/* french */
@keyframes line-an-results-fr {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 450px;
    opacity: 1; } }

@keyframes line-an-results-md {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 480px;
    opacity: 1; } }

@keyframes line-an-results-sm {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 335px;
    opacity: 1; } }

@keyframes line-an-results-xs {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 165px;
    opacity: 1; } }

@keyframes line-an-results-xs2 {
  0% {
    width: 0;
    opacity: 1; }
  100% {
    width: 140px;
    opacity: 1; } }

.contact-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  z-index: 1000; }
  @media only screen and (max-width: 575px) {
    .contact-popup {
      padding: 0px; } }
  .contact-popup.open {
    display: block; }
  .contact-popup > .contact-popup-inner {
    border: 1px solid #dadada;
    width: 100%;
    max-width: 950px;
    height: 100%;
    margin: 0 auto;
    background: white; }
  .contact-popup .contact-popup-frame {
    width: 100%;
    height: 100%;
    border: none; }

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