@charset "UTF-8";
/* ------------------ FONTS -----------------------*/
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceSansPro';
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: 'SourceSansPro';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}

/* semi bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
}

/* semi bold italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-SemiBoldItalic.ttf") format("truetype");
}

/* Bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
}

/* medium italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-BoldItalic.ttf") format("truetype");
}

/* semi bold */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSansPro-ExtraBold.ttf") format("truetype");
}

/* semi bold italic */
@font-face {
  font-family: 'SourceSansPro';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url("../fonts/SourceSansPro-ExtraBoldItalic.ttf") format("truetype");
}

/*------------- home -------------*/
.label {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
}

.acknoledgements {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background: rgba(85, 95, 103, 0.8);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  width: 570px;
  padding: 90px 0 40px 0;
  text-align: center;
  display: none;
  z-index: 10;
}

.acknoledgements__title {
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.acknoledgements__list {
  color: #fff;
  list-style: none;
  padding-left: 0;
}

.acknoledgements__list li {
  font-size: 16px;
  font-size: 1rem;
}

.footnote {
  position: absolute;
  left: 30px;
  bottom: 90px;
  font-size: 12px;
  font-size: 0.75rem;
}

.subtitre {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.titre {
  font-size: 40px;
  font-size: 2.5rem;
  color: #45B2C5;
}

.titre sup {
  font-size: 30%;
  top: -1.5em;
}

.chapiter0 {
  position: relative;
}

.chapiter0 .titre {
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 2;
}

.chapiter0 .subtitre {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

.chapiter0 .cartouche {
  position: absolute;
  bottom: 200px;
  z-index: 2;
}

.chapiter0 .cartouche--grey {
  background-color: #000;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  bottom: 64px;
  right: 45px;
}

.chapiter_rectangle {
  width: 240px;
  height: 80px;
  position: absolute;
  cursor: pointer;
}

.note {
  position: absolute;
  bottom: 50px;
  font-size: 12px;
  left: 500px;
}

.sub-menu {
  width: 100%;
  position: absolute;
  bottom: 70px;
}

.sub-menu .cartouche {
  letter-spacing: 0;
  font-size: 16px;
  position: initial;
  margin: 0 5px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding: 10px 24px;
  width: 320px;
  text-align: center;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  font-weight: 600;
}

.popup {
  background: #fff;
  width: 1400px;
  height: 787px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 4;
  box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  display: none;
}

.popup p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.popup p b {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 200;
}

.popup__content {
  padding: 36px;
  width: 100%;
  height: 100%;
}

.popup .row, .popup .container {
  margin: 0;
  padding: 0;
}

.popup__wrap-grey {
  background-color: #f4f4f4;
  width: 480px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  height: 100%;
  padding: 38px 44px;
}

.popup .block {
  width: 50%;
}

.popup__title-blue {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.25px;
}

.popup__subtitle {
  color: #6022A6;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 48px;
  line-height: 1.2;
}

.popup__list-title {
  color: #6022A6;
  line-height: 1;
  margin-bottom: 5px;
}

.popup__list {
  padding-left: 16px;
}

.popup__list li {
  color: #6022A6;
  line-height: 32px;
  margin-bottom: 5px;
  font-size: 15px;
}

.popup__list span {
  color: #5B5B67;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.popup__num {
  margin-bottom: 14px;
  line-height: 1;
}

.popup__num span {
  color: #6022A6;
}

.popup__link-video {
  display: block;
}

.popup__link-video sup {
  top: -0.5em !important;
}

.popup__product {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.25px;
}

.popup__product img {
  margin-left: 10px;
  margin-top: -8px;
}

.popup__blue-container {
  border-left: solid 6px #6022A6;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.popup__footnote {
  font-size: 12px;
  font-size: 0.75rem;
}

.popup__blue-txt {
  color: #6022A6;
}

.popup__two-col {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.popup__wrap-swiper {
  background-color: #000;
  width: 480px;
  padding: 48px 24px 21px 24px;
}

.popup__swiper-subtitle {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #6022A6;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}

.popup__swiper-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.popup__col-grey {
  background-color: #f4f4f4;
  max-width: 480px;
  height: 100%;
  position: relative;
}

.popup__col-grey img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.swiper-pagination-bullets {
  top: 0px;
  height: auto;
}

.swiper-button-next, .swiper-button-prev {
  top: 0;
  margin-top: 0;
  -webkit-background-size: 16px 29px;
     -moz-background-size: 16px 29px;
          background-size: 16px 29px;
}

.swiper-pagination-bullet {
  background-color: #000;
  -webkit-box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
     -moz-box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
          box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
     -moz-box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
          box-shadow: 0px 0px 0pt 1px #63666a, inset 0 0px 0px 2px #000;
}

.popup--gallery {
  background-color: #020202;
  text-align: left;
}

.popup--gallery .popup__content {
  color: #fff;
}

.popup--gallery .gallery__prev.swiper-button-disabled, .popup--gallery .gallery__next.swiper-button-disabled {
  display: none;
}

.popup--gallery .gallery__name {
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
  padding-left: 16px;
}

.popup--gallery .subgallery__name {
  font-size: 32px;
  font-size: 2rem;
  color: #6022A6;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 16px;
}

.popup--gallery .subgallery__description {
  margin-bottom: 30px;
  padding-left: 16px;
}

.popup--gallery .popup__blue-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.popup--gallery .subgallery__list-title {
  color: #6022A6;
  margin-bottom: 10px;
}

.popup--gallery .popup__list li {
  margin-bottom: 13px;
  font-size: 14px;
  font-size: 0.875rem;
}

.popup--gallery .popup__list span {
  color: #fff;
}

.popup--gallery__navigation, .popup__navigation {
  position: absolute;
  width: 100%;
  height: 65px;
  bottom: 0;
  z-index: 80;
}

.popup--gallery__navigation .gallery__prev, .popup__navigation .gallery__prev {
  position: absolute;
  bottom: 30px;
  left: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.popup--gallery__navigation .gallery__prev:focus, .popup__navigation .gallery__prev:focus {
  outline: none;
}

.popup--gallery__navigation .gallery__next, .popup__navigation .gallery__next {
  position: absolute;
  bottom: 30px;
  right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.popup--gallery__navigation .gallery__next:focus, .popup__navigation .gallery__next:focus {
  outline: none;
}

.popup--gallery__navigation .gallery__label, .popup__navigation .gallery__label {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0 10px;
  line-height: 1.2;
}

.popup--gallery__navigation .gallery__label span, .popup__navigation .gallery__label span {
  display: block;
}

.popup--gallery__navigation .gallery__previous-name, .popup__navigation .gallery__previous-name, .popup--gallery__navigation .gallery__next-name, .popup__navigation .gallery__next-name {
  color: #6022A6;
  font-size: 20px;
  font-size: 1.25rem;
}

.popup--gallery .swiper-pagination {
  top: unset;
  bottom: 92px;
}

.popup--gallery .swiper--subgallery {
  padding-top: 0;
  height: 580px;
}

.popup--gallery .swiper--subgallery-button-next, .popup--gallery .swiper--subgallery-button-prev {
  top: unset;
  bottom: 80px;
}

.popup--gallery .swiper--subgallery-button-prev {
  left: 30%;
}

.popup--gallery .swiper--subgallery-button-next {
  right: 30%;
}

.popup--gallery .legend {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
       transform: translate(-50%);
  bottom: 0;
  width: 75%;
  min-height: 70px;
}

.popup--gallery .swiper--subgallery-wrapper .swiper-slide {
  text-align: center;
}

.popup--gallery .video-js {
  margin: 0 auto;
}

.popup--gallery .popup__close {
  z-index: 1000;
}

.popup--gallery .subgallery-full {
  width: 100%;
  height: 590px;
}

.popup--gallery .subgallery-full .swiper-pagination {
  bottom: 0px;
}

.popup--gallery .subgallery-full .swiper--subgallery-button-next, .popup--gallery .subgallery-full .swiper--subgallery-button-prev {
  bottom: -10px;
}

.popup--gallery .subgallery-full .swiper-slide {
  width: 100%;
  height: 550px;
}

.popup--gallery .subgallery-full .swiper-slide img {
  max-height: 550px;
}

.popup--gallery .subgallery-full .swiper-slide .col-3 {
  text-align: left;
}

/* ------- popup navigation -------- */
.popup__navigation {
  left: 0;
}

.popup__navigation .row {
  height: auto;
}

.popup__navigation .gallery__label {
  color: #333f48;
  cursor: pointer;
  font-size: 18px;
}

.popup__navigation .gallery__prev {
  left: 30px !important;
}

.popup__navigation .gallery__next {
  right: 30px !important;
}

/* --------------------- SUBPOPUP ----------------------- */
.subpopup {
  z-index: 1000;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: none;
}

.subpopup .subpopup__close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1002;
  cursor: pointer;
}

.subpopup .swiper-container {
  padding-top: unset;
  width: 100%;
  height: 100%;
}

.subpopup .swiper-pagination-bullets {
  top: unset;
  bottom: -49px;
  background-color: #000;
  padding: 10px 25px;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100px;
}

.subpopup .swiper-pagination-bullet {
  margin: 0 5px;
}

.subpopup .swiper-button-next, .subpopup .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  padding: 38px 32px;
}

.subpopup .swiper-button-next {
  right: -63px;
  -webkit-border-radius: 0 10px 10px 0;
     -moz-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
}

.subpopup .swiper-button-prev {
  left: -63px;
  -webkit-border-radius: 10px 0 0 10px;
     -moz-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
}

.subpopup .img-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.subpopup--gallery .swiper-button-next, .subpopup--gallery .swiper-button-prev {
  top: unset;
  bottom: 20px;
}

.subpopup--gallery .swiper-pagination-bullets {
  bottom: 25px;
  margin: 0 10px;
}

.subpopup--gallery .swiper-button-prev {
  left: 30%;
}

.subpopup--gallery .swiper-button-next {
  right: 30%;
}

.subpopup--gallery .video-js {
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.efficient {
  width: 80%;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  background: #6022A6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  color: #fff;
  padding: 12px;
}

.efficient__number {
  font-weight: 600;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  width: 150px;
}

.efficient__number span {
  font-size: 20px;
  display: block;
}

.efficient__text {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
}

.benefit {
  width: 180px;
  margin: 12px;
}

.benefit__icon {
  width: 32px;
  margin-bottom: 24px;
}

.benefit__text {
  font-size: 1.125rem;
  line-height: 28px;
  color: #000;
}

.benefit__subtext {
  font-size: 1rem;
  line-height: 24px;
  color: #5B5B67;
  margin: 8px 0;
}

/* popup A1 */
#load-pop {
  height: 100%;
}

#popup_A1 .benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

#popup_A1 .benefits__box {
  width: 200px;
  height: 250px;
  position: relative;
  text-align: center;
}

#popup_A1 .benefits__box span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  font-size: 200px;
  font-weight: bold;
  color: #6022A6;
  opacity: .1;
}

#popup_A1 .benefits__text {
  padding-top: 100px;
}

#popup_A1 .benefits__title {
  font-weight: 600;
  line-height: 1;
  font-size: 22px;
  color: #000;
}

#popup_A1 .benefits__content {
  line-height: 1;
  color: #5B5B67;
}

#popup__A3 .badge-img {
  top: 320px;
}

#popup_A4 .badge-img {
  top: 320px;
  right: unset;
  left: 80px;
}

#popup_A6C .benefit {
  width: 300px;
}

#popup_A7B .img-screen {
  max-height: 500px;
}

#popup_A8 .badge-img {
  top: 280px;
}

.img-screen {
  max-height: 550px;
}

.inside-modale .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.inside-modale .modal-dialog .close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}

.inside-modale .modal-dialog .modal-content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.inside-modale .modal-dialog .modal-content .video-container {
  width: 100%;
  height: 100%;
}

.inside-modale .modal-dialog .modal-content .video-js {
  background-color: #fff;
}

.inside-modale .modal-dialog .container-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.inside-modale .modal-dialog .container-video .video-js {
  width: 100%;
  height: 100%;
}

.inside-modale .modal-dialog .legend-video {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
       transform: translate(-50%);
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.attachment {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 90;
}

.attachment__pdf img {
  width: 130px;
}

.attachment span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6022A6;
  width: 100%;
  display: inline-block;
  line-height: 1;
}

.attachment a {
  display: block;
}

.attachment a:hover {
  text-decoration: none;
}

.attachment__subpop {
  background-color: #6022A6;
  padding: 20px;
  min-width: 200px;
  -webkit-border-radius: 9px 0 0 0;
     -moz-border-radius: 9px 0 0 0;
          border-radius: 9px 0 0 0;
}

.attachment__subpop span {
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.attachment__subpop .attachment__title {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.icons-container {
  margin-bottom: 50px;
  margin-top: 50px;
}

.icons-container .info {
  text-align: center;
  margin: 0 16px;
  width: 180px;
}

.icons-container .info__title {
  color: #6022A6;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  font-size: 21px;
}

.icons-container .info__txt {
  line-height: 1.1;
  font-size: 20px;
  margin-top: 5px;
}

.icons-container img {
  width: 90px;
}

/* image compare */
.img-compare__container {
  background-color: #000;
  height: auto;
  max-width: 775px;
}

.img-compare__container .img-compare__title {
  color: black;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 14px;
}

.img-compare__container .img-compare__after sup {
  font-size: 50%;
  top: -.8em;
}

.img-compare__before {
  color: white;
  background-color: #999999;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  width: 160px;
  height: 30px;
  text-align: center;
  margin-top: 20px;
  padding-top: 3px;
}

.img-compare__after {
  color: white;
  background-color: #00b5e2;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  width: 160px;
  height: 30px;
  text-align: center;
  margin-top: 20px;
  padding-top: 3px;
}

.footnote ul {
  list-style-type: "* ";
  padding-left: 0;
}

.refbutton {
  background: #fff !important;
  color: #6022A6;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  border-color: #fff !important;
  cursor: pointer;
}

.refbutton:hover {
  color: #6022A6;
  background: rgba(255, 255, 255, 0.8) !important;
}

.badge-img {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 300px;
  background: #6022A6;
  border-top: solid 15px #45B2C5;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  padding: 32px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

#container.chapiterConfig {
  background-color: #fff;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  -moz-transition: background 0.25s;
  transition: background 0.25s;
}

.toggle-switch:before, .toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: left 0.25s;
  -o-transition: left 0.25s;
  -moz-transition: left 0.25s;
  transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
  background: #6022A6;
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

#chapiterConfigurator {
  position: relative;
}

#chapiterConfigurator .volet {
  position: absolute;
  bottom: 0;
  left: -800px;
  opacity: 0;
  width: 500px;
  height: -webkit-calc(100% - 86px);
  height: -moz-calc(100% - 86px);
  height: calc(100% - 86px);
  background: rgba(99, 102, 106, 0.9);
  padding: 40px;
  -webkit-animation-name: voletDisplay;
     -moz-animation-name: voletDisplay;
       -o-animation-name: voletDisplay;
          animation-name: voletDisplay;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#chapiterConfigurator .volet__title {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

#chapiterConfigurator .volet__feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

#chapiterConfigurator .volet__featuretitle {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

.featureinfos {
  position: absolute;
  width: 400px;
  height: -webkit-calc(100% - 86px);
  height: -moz-calc(100% - 86px);
  height: calc(100% - 86px);
  bottom: 0;
  left: -400px;
  opacity: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-animation-name: featureDisplay;
     -moz-animation-name: featureDisplay;
       -o-animation-name: featureDisplay;
          animation-name: featureDisplay;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.featureinfos__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.featureinfos .featurebase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.featureinfos .featurebase img {
  width: 60px;
  margin-right: 16px;
}

.featureinfos .featurebase__txt {
  font-size: 18px;
  font-size: 1.125rem;
}

.featureinfos .featurebase .features__infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.featureinfos .featurebase .features__infos .features__box {
  margin-top: 5px;
  padding: 4px 7px;
  background-color: #DEE0E3;
  color: #707070;
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.featureinfos .featurebase .features__infos .features__box.active {
  background-color: #6022A6;
  color: #fff;
}

.featureinfos .featurebase .features__infos .features__box.desactive {
  background-color: #DEE0E3;
  color: #707070;
}

.featureinfos .featurebase .features__infos .features__box.disabled {
  pointer-events: none;
  background-color: #666666;
  color: #d8d8d8;
}

.featureinfos .featuredneeded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.featureinfos .featuredneeded .featurebase {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
}

.featureinfos .featuredneeded .featurebase.featureneeded--tr {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.featureinfos .featuredneeded .featurebase.featureneeded--hp {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.featureinfos .featuredneeded .featurebase.featureneeded--dc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: none;
}

.featureinfos .featuredneeded .featurebase.featureneeded--ss {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.featureinfos .featuredneeded .featurebase.featureneeded--hp2 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.featureinfos .featuredneeded .featurebase.active {
  opacity: 1;
  height: auto;
  margin-bottom: 15px;
}

.featureneeded--hp2 {
  opacity: 0;
  height: 0;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.featureneeded--hp2.active {
  opacity: 1;
  height: auto;
}

.features__box[data-feature=sec23] {
  z-index: 8;
  display: none;
}

.video-configurator {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.video-configurator #videoConfig {
  width: 100%;
}

@-webkit-keyframes voletDisplay {
  from {
    left: -900px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@-moz-keyframes voletDisplay {
  from {
    left: -900px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@-o-keyframes voletDisplay {
  from {
    left: -900px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@keyframes voletDisplay {
  from {
    left: -900px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes featureDisplay {
  from {
    left: -400px;
    opacity: 0;
  }
  to {
    left: 500px;
    opacity: 1;
  }
}

@-moz-keyframes featureDisplay {
  from {
    left: -400px;
    opacity: 0;
  }
  to {
    left: 500px;
    opacity: 1;
  }
}

@-o-keyframes featureDisplay {
  from {
    left: -400px;
    opacity: 0;
  }
  to {
    left: 500px;
    opacity: 1;
  }
}

@keyframes featureDisplay {
  from {
    left: -400px;
    opacity: 0;
  }
  to {
    left: 500px;
    opacity: 1;
  }
}

#cta-machine {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  background: #6022A6;
  padding: 5px 25px;
  font-size: 25px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#content-page-effortless {
  display: none;
}

.video-effortless {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.video-effortless #videoEffortless {
  width: 100%;
}

.bubble {
  position: absolute;
  top: 720px;
  width: 200px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease;
  -o-transition: all ease;
  -moz-transition: all ease;
  transition: all ease;
  -webkit-animation-name: fondu;
     -moz-animation-name: fondu;
       -o-animation-name: fondu;
          animation-name: fondu;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.bubble__title {
  color: #6022A6;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  font-size: 21px;
}

.bubble__txt {
  line-height: 1.1;
  font-size: 20px;
  margin-top: 5px;
}

.bubble__btn {
  display: inline-block;
  width: 69px;
  height: 63px;
  background: url("../../img/hotspot.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.bubble__btn:after {
  position: absolute;
  left: 70px;
  top: 17px;
  text-align: left;
  width: 140px;
}

.bubble__btn[data-pop='popup_B3B']::after {
  content: "General imaging";
}

.bubble__btn[data-pop='popup_B3C']::after {
  content: "Intelligent Protocoling";
}

.bubble__btn[data-pop='popup_B3D']::after {
  content: "Cardiac";
}

.bubble__btn[data-pop='popup_B3E']::after {
  content: "Stroke";
}

.bubble__btn[data-pop='popup_B3D'], .bubble__btn[data-pop='popup_B3E'] {
  margin-left: 45px;
}

.bubble.pre-scan {
  left: 700px;
}

.bubble.scan {
  left: 1120px;
}

.bubble.post-scan {
  left: 1440px;
  width: 400px;
}

.bubble.post-scan .bubble__btn {
  margin-right: 100px;
}

@-webkit-keyframes fondu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fondu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fondu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fondu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.title__blue {
  color: #6022A6;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

#popup__B1 .popup__link-video[data-target="#modalInside2"] {
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
}

#popup__B1 .popup__link-video[data-target="#modalInside3"] {
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 350px;
}

#popup__B1B .col-4 .popup__link-video {
  margin-top: 25px;
  text-align: center;
}

#popup__B1B .col-4 .popup__link-video img {
  margin-bottom: 20px;
}

#popup__B1B .popup__link-video[data-target="#modalInside4"] {
  position: absolute;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 790px;
  z-index: 1000;
}

#popup__B1B .popup__link-video[data-target="#modalInside5"] {
  position: absolute;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 1000px;
}

#popup__B1B .whitepaperbtn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

#popup__B2C .popup__link-video {
  margin-bottom: 10px;
}

#popup__B2C .popup__link-video[data-target="#modalInside2"] {
  margin-right: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#popup__B2C .popup__link-video[data-target="#modalInside3"] {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#popup__B2 .popup__link-video[data-target="#modalInside2"] {
  position: absolute;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 100px;
  z-index: 1000;
}

#popup__B2 .popup__link-video[data-target="#modalInside3"] {
  position: absolute;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
  bottom: 0;
  left: 300px;
}

#popup__B2B .popup__blue-container p {
  line-height: 1;
}

#popup__B2B .popup__blue-container p .blue {
  color: #6022A6;
}

#popup__B2B .popup__subtitle {
  margin-bottom: 16px;
}

#popup__B2B .footnote {
  bottom: 70px;
  line-height: 1.2;
}

#popup__B2B .popup__link-video {
  margin-bottom: 10px;
}

#popup__B2B .popup__link-video[data-target="#modalInside2"] {
  margin-right: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#popup__B2B .popup__link-video[data-target="#modalInside3"] {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#popup__B3B .popup__subtitle, #popup__B3D .popup__subtitle, #popup__B3C .popup__subtitle, #popup__B3E .popup__subtitle {
  margin-bottom: 30px;
}

#popup__B3B .extra_gallery, #popup__B3D .extra_gallery, #popup__B3C .extra_gallery, #popup__B3E .extra_gallery {
  margin-top: 20px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  text-align: left;
}

#popup__B3B .extra_gallery img, #popup__B3D .extra_gallery img, #popup__B3C .extra_gallery img, #popup__B3E .extra_gallery img {
  max-width: 300px;
}

#popup__B3B p, #popup__B3D p, #popup__B3C p, #popup__B3E p {
  line-height: 1.2;
}

#popup__B3B .popup__link-video, #popup__B3D .popup__link-video, #popup__B3C .popup__link-video, #popup__B3E .popup__link-video {
  width: 300px;
  text-align: center;
}

#popup__B3B .label, #popup__B3D .label, #popup__B3C .label, #popup__B3E .label {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #6022A6;
}

#popup__B3B .popup__link-video[data-target="#modalInside4"] {
  position: absolute;
  bottom: 0;
  right: 0;
}

#popup__B3C .popup__link-video, #popup__B3E .popup__link-video {
  width: 100%;
}

#popup__B3E .popup__link-video[data-target="#modalInside2"] {
  width: 270px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 10px 10px 0 0;
     -moz-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0;
}

#popup__B3C2 .icon-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#popup__B3C2 .icon-flex img {
  width: 100px;
  margin-right: 15px;
}

.popup__link-video2[data-target="#modalInside"] {
  position: absolute;
  top: 230px;
  left: 1120px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  opacity: 0;
  -webkit-animation-name: fondu;
     -moz-animation-name: fondu;
       -o-animation-name: fondu;
          animation-name: fondu;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.popup__link-video2[data-target="#modalInside2"] {
  position: absolute;
  top: 230px;
  left: 1560px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  opacity: 0;
  -webkit-animation-name: fondu;
     -moz-animation-name: fondu;
       -o-animation-name: fondu;
          animation-name: fondu;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.content-slide[data-section="future_proof"] .logo-top {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.chapiter-future_proof {
  background-color: #19BB7C;
  background: url("../../img/future_proof/img-fond.jpg");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

.popup--fp {
  background: #000;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  display: block;
}

.popup--fp .row {
  height: auto;
}

.popup--fp .popup__navigation .gallery__label {
  color: #fff;
}

.popup--fp .popup__close {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.popup--fp .title_blue {
  color: #6022A6;
  font-size: 40px;
  margin-bottom: 25px;
}

.popup--fp .gallery__next, .popup--fp .gallery__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  padding: 20px;
}

.popup--fp .gallery__next {
  right: -63px;
  -webkit-border-radius: 0 10px 10px 0;
     -moz-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
}

.popup--fp .gallery__prev {
  left: -63px;
  -webkit-border-radius: 10px 0 0 10px;
     -moz-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
}

.popup--fp .popup__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.popup--fp p {
  color: #fff;
}

.popup--fp .popup__list li span {
  color: #fff;
}

.popup--fp .img-product {
  width: 80px;
  margin-left: auto;
}

#popup__C2 .chall {
  text-align: center;
  margin: 0 25px;
  margin-top: 60px;
}

#popup__C2 .chall img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 50px;
}

#popup__C2 .chall__title {
  font-size: 30px;
  color: #6022A6;
}

#popup__C2 .chall__txt {
  color: #fff;
}

#popup__C2B .img-title {
  width: 100px;
}

#popup__C2B .title_blue {
  color: #fff;
}

#popup__C2B .title {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
}

#popup__C2B .future {
  width: 500px;
}

#popup__C2B .txt {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}

#popup__C2B .footnote {
  color: #fff;
  bottom: -50px;
  left: 0;
}

#popup__C2B .element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

#popup__C2B .element img, #popup__C2B .element svg {
  width: 50px;
  margin-top: 2px;
  margin-right: 16px;
}

#popup__C2B .element__title {
  color: #45B2C5;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

#popup__C2B .element__p {
  color: #fff;
  line-height: 1.2;
  font-size: 17px;
}

#popup__C2C .smart-cta-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 265px;
  cursor: pointer;
}

#popup__C2C .smart-cta-container .smart-cta {
  width: 130px;
  height: 200px;
  margin-right: 12px;
  cursor: pointer;
}

#popup__C2C .smart-cta-container .smart-cta:nth-child(1), #popup__C2C .smart-cta-container .smart-cta:nth-child(2) {
  margin-right: 20px;
}

#popup__C2C .smart-cta-container .smart-cta:nth-child(3) {
  margin-left: 40px;
}

.inside-gall .modal-dialog .close {
  background-color: transparent;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.inside-gall .modal-dialog .modal-content {
  background-color: #000;
}

.package {
  background: #0c2340;
  background: -webkit-linear-gradient(341deg, #0c2340 0%, #002e5d 27%, #002e5d 72%, #0c2340 100%);
  background: -moz-linear-gradient(341deg, #0c2340 0%, #002e5d 27%, #002e5d 72%, #0c2340 100%);
  background: -o-linear-gradient(341deg, #0c2340 0%, #002e5d 27%, #002e5d 72%, #0c2340 100%);
  background: linear-gradient(109deg, #0c2340 0%, #002e5d 27%, #002e5d 72%, #0c2340 100%);
  height: 488px;
}

.package__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
}

.package__item {
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px;
  min-height: 300px;
  position: relative;
}

.package__item--plus {
  width: 30px;
  margin: 0 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding-top: 110px;
}

.package__title {
  color: #fff;
  line-height: 1.1;
  text-align: center;
  font-size: 16px;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.package__title i {
  font-size: 15px;
}

.package__icon {
  margin-bottom: 20px;
}

.package__year {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  display: none;
}

.package__year::after {
  content: "2019";
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.package__blue {
  color: #6022A6;
}

.package__delay {
  margin: 0 10px;
  width: 0px;
  opacity: 0;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
}

.package .txt__delay {
  opacity: 0;
}

.package__replace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
}

.package__replace .package__title {
  background-color: #002e5d;
  color: #6022A6;
}

.package .footnote {
  color: #fff;
}

#popup__C2C2 .package__delay1 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C2 .package__delay1 .package__title {
  color: #6022A6;
  -webkit-animation-name: colorNew;
     -moz-animation-name: colorNew;
       -o-animation-name: colorNew;
          animation-name: colorNew;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C2 .package__delay2 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C2 .txt__delay.txt__delay2 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  padding-right: 19px;
}

#popup__C2C2 .package__year::after {
  -webkit-animation-name: year;
     -moz-animation-name: year;
       -o-animation-name: year;
          animation-name: year;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C3 .or {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #6022A6;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 20px;
}

#popup__C2C3 .footnote {
  color: #fff;
}

#popup__C2C3 .package__delay1 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C3 .package__delay1 .package__title {
  color: #6022A6;
  -webkit-animation-name: colorNew;
     -moz-animation-name: colorNew;
       -o-animation-name: colorNew;
          animation-name: colorNew;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C3 .package__delay2 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C3 .package__delay2 .package__title {
  color: #6022A6;
}

#popup__C2C3 .txt__delay.txt__delay2 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  padding-right: 19px;
}

#popup__C2C3 .package__year::after {
  -webkit-animation-name: year;
     -moz-animation-name: year;
       -o-animation-name: year;
          animation-name: year;
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C3 .or {
  width: 0;
  opacity: 0;
  -webkit-animation-name: appearOr;
     -moz-animation-name: appearOr;
       -o-animation-name: appearOr;
          animation-name: appearOr;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C4 .package__delay1 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C4 .package__delay1 .package__title {
  color: #6022A6;
  -webkit-animation-name: colorNew;
     -moz-animation-name: colorNew;
       -o-animation-name: colorNew;
          animation-name: colorNew;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C4 .package__delay2 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C4 .package__delay2 .package__title {
  color: #6022A6;
}

#popup__C2C4 .package__year::after {
  -webkit-animation-name: year2;
     -moz-animation-name: year2;
       -o-animation-name: year2;
          animation-name: year2;
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C5 .package__delay1 {
  -webkit-animation-name: replacePackage;
     -moz-animation-name: replacePackage;
       -o-animation-name: replacePackage;
          animation-name: replacePackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C5 .package__delay1 .package__title {
  color: #6022A6;
  -webkit-animation-name: colorNew;
     -moz-animation-name: colorNew;
       -o-animation-name: colorNew;
          animation-name: colorNew;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C5 .package__delay2 {
  -webkit-animation-name: replacePackage;
     -moz-animation-name: replacePackage;
       -o-animation-name: replacePackage;
          animation-name: replacePackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C5 .package__year::after {
  -webkit-animation-name: year3;
     -moz-animation-name: year3;
       -o-animation-name: year3;
          animation-name: year3;
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C6 {
  padding-bottom: 20px;
}

#popup__C2C6 .package__delay1 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C6 .package__delay1 .package__title {
  color: #6022A6;
  -webkit-animation-name: colorNew;
     -moz-animation-name: colorNew;
       -o-animation-name: colorNew;
          animation-name: colorNew;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C6 .package__delay2 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C6 .package__delay2 .package__title {
  color: #6022A6;
  -webkit-animation-name: colorNew;
     -moz-animation-name: colorNew;
       -o-animation-name: colorNew;
          animation-name: colorNew;
  -webkit-animation-duration: 7s;
     -moz-animation-duration: 7s;
       -o-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C6 .package__delay3 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 8s;
     -moz-animation-delay: 8s;
       -o-animation-delay: 8s;
          animation-delay: 8s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C6 .package__delay3 .package__title {
  color: #6022A6;
}

#popup__C2C6 .package__year::after {
  -webkit-animation-name: year4;
     -moz-animation-name: year4;
       -o-animation-name: year4;
          animation-name: year4;
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C6 .package__container {
  scale: 0.8;
}

#popup__C2C7 .package__delay1 {
  -webkit-animation-name: appearPackage;
     -moz-animation-name: appearPackage;
       -o-animation-name: appearPackage;
          animation-name: appearPackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0px;
}

#popup__C2C7 .package__delay1 .package__title {
  color: #6022A6;
  -webkit-animation-name: colorNew;
     -moz-animation-name: colorNew;
       -o-animation-name: colorNew;
          animation-name: colorNew;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C7 .package__delay2 {
  -webkit-animation-name: replacePackage;
     -moz-animation-name: replacePackage;
       -o-animation-name: replacePackage;
          animation-name: replacePackage;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C7 .package__year::after {
  -webkit-animation-name: year;
     -moz-animation-name: year;
       -o-animation-name: year;
          animation-name: year;
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#popup__C2C7 .package__title--change span::after {
  content: "Imaging Protocol Manager";
  -webkit-animation-name: replaceTxt2;
     -moz-animation-name: replaceTxt2;
       -o-animation-name: replaceTxt2;
          animation-name: replaceTxt2;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes appearPackage {
  0% {
    width: 0px;
    margin: 0 0px;
    opacity: 0;
  }
  50% {
    width: 150px;
    opacity: 0;
    margin: 0 10px;
  }
  100% {
    width: 150px;
    opacity: 1;
    margin: 0 10px;
  }
}

@-moz-keyframes appearPackage {
  0% {
    width: 0px;
    margin: 0 0px;
    opacity: 0;
  }
  50% {
    width: 150px;
    opacity: 0;
    margin: 0 10px;
  }
  100% {
    width: 150px;
    opacity: 1;
    margin: 0 10px;
  }
}

@-o-keyframes appearPackage {
  0% {
    width: 0px;
    margin: 0 0px;
    opacity: 0;
  }
  50% {
    width: 150px;
    opacity: 0;
    margin: 0 10px;
  }
  100% {
    width: 150px;
    opacity: 1;
    margin: 0 10px;
  }
}

@keyframes appearPackage {
  0% {
    width: 0px;
    margin: 0 0px;
    opacity: 0;
  }
  50% {
    width: 150px;
    opacity: 0;
    margin: 0 10px;
  }
  100% {
    width: 150px;
    opacity: 1;
    margin: 0 10px;
  }
}

@-webkit-keyframes appearOr {
  0% {
    width: 0px;
    margin: 0 0px;
    opacity: 0;
  }
  50% {
    width: auto;
    opacity: 0;
    margin: 0 10px;
  }
  100% {
    width: auto;
    opacity: 1;
    margin: 0 10px;
  }
}

@-moz-keyframes appearOr {
  0% {
    width: 0px;
    margin: 0 0px;
    opacity: 0;
  }
  50% {
    width: auto;
    opacity: 0;
    margin: 0 10px;
  }
  100% {
    width: auto;
    opacity: 1;
    margin: 0 10px;
  }
}

@-o-keyframes appearOr {
  0% {
    width: 0px;
    margin: 0 0px;
    opacity: 0;
  }
  50% {
    width: auto;
    opacity: 0;
    margin: 0 10px;
  }
  100% {
    width: auto;
    opacity: 1;
    margin: 0 10px;
  }
}

@keyframes appearOr {
  0% {
    width: 0px;
    margin: 0 0px;
    opacity: 0;
  }
  50% {
    width: auto;
    opacity: 0;
    margin: 0 10px;
  }
  100% {
    width: auto;
    opacity: 1;
    margin: 0 10px;
  }
}

@-webkit-keyframes year {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2020";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2021";
    opacity: 1;
  }
}

@-moz-keyframes year {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2020";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2021";
    opacity: 1;
  }
}

@-o-keyframes year {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2020";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2021";
    opacity: 1;
  }
}

@keyframes year {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2020";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2021";
    opacity: 1;
  }
}

@-webkit-keyframes year2 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    content: "2020";
    opacity: 1;
  }
}

@-moz-keyframes year2 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    content: "2020";
    opacity: 1;
  }
}

@-o-keyframes year2 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    content: "2020";
    opacity: 1;
  }
}

@keyframes year2 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    content: "2020";
    opacity: 1;
  }
}

@-webkit-keyframes year3 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2021";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2022";
    opacity: 1;
  }
}

@-moz-keyframes year3 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2021";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2022";
    opacity: 1;
  }
}

@-o-keyframes year3 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2021";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2022";
    opacity: 1;
  }
}

@keyframes year3 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2021";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2022";
    opacity: 1;
  }
}

@-webkit-keyframes year4 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2020";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2022";
    opacity: 1;
  }
}

@-moz-keyframes year4 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2020";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2022";
    opacity: 1;
  }
}

@-o-keyframes year4 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2020";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2022";
    opacity: 1;
  }
}

@keyframes year4 {
  0% {
    content: "2019";
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    content: "2020";
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    content: "2022";
    opacity: 1;
  }
}

@-webkit-keyframes colorNew {
  0% {
    color: #6022A6;
  }
  50% {
    color: #6022A6;
  }
  100% {
    color: #fff;
  }
}

@-moz-keyframes colorNew {
  0% {
    color: #6022A6;
  }
  50% {
    color: #6022A6;
  }
  100% {
    color: #fff;
  }
}

@-o-keyframes colorNew {
  0% {
    color: #6022A6;
  }
  50% {
    color: #6022A6;
  }
  100% {
    color: #fff;
  }
}

@keyframes colorNew {
  0% {
    color: #6022A6;
  }
  50% {
    color: #6022A6;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes replacePackage {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes replacePackage {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes replacePackage {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes replacePackage {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes replaceTxt2 {
  from {
    content: "Imaging Protocol Manager";
  }
  to {
    content: "Imaging Protocol Manager 1.5";
    color: #6022A6;
  }
}

@-moz-keyframes replaceTxt2 {
  from {
    content: "Imaging Protocol Manager";
  }
  to {
    content: "Imaging Protocol Manager 1.5";
    color: #6022A6;
  }
}

@-o-keyframes replaceTxt2 {
  from {
    content: "Imaging Protocol Manager";
  }
  to {
    content: "Imaging Protocol Manager 1.5";
    color: #6022A6;
  }
}

@keyframes replaceTxt2 {
  from {
    content: "Imaging Protocol Manager";
  }
  to {
    content: "Imaging Protocol Manager 1.5";
    color: #6022A6;
  }
}

/* CT Advancer App */
#popup__C3 .col-4 {
  padding-top: 100px;
}

.gallery-menu {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-menu__item {
  width: -webkit-calc(50% - 16px);
  width: -moz-calc(50% - 16px);
  width: calc(50% - 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #45B2C5;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.gallery-menu__item:nth-child(1) {
  background-color: #6022A6;
}

.gallery-menu__item:nth-child(2) {
  background-color: #45B2C5;
}

.gallery-menu__item:nth-child(3) {
  background-color: #333F48;
}

.gallery-menu__item:nth-child(4) {
  background-color: #002E5D;
}

.gallery-menu__item:nth-child(5) {
  background-color: #095EB8;
}

.gallery-menu__item:nth-child(6) {
  background-color: #0C2340;
}

.gallery-menu img {
  width: 80px;
  margin-left: 20px;
}

.gallery-menu__label {
  margin: 0 25px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  width: 170px;
}

.gallery-menu__plus img {
  width: 40px;
  height: 40px;
  margin-left: 0;
}

.popup__content-gall .package {
  height: auto;
  background: transparent;
}

.popup__content-gall .package__container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 40px;
}

.popup__content-gall .package__item {
  height: auto;
  min-height: auto;
  margin: 0 20px;
}

/* menu pop up */
.menu-popupfp {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: -45px;
  background-color: #45B2C5;
  padding: 4px 25px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.menu-popupfp__link {
  color: #fff;
  cursor: pointer;
  margin: 0 25px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.menu-popupfp__link:hover {
  color: #6022A6;
}

.menu-popupfp__link.active {
  font-weight: bold;
}

#popup__C4 {
  padding: 0;
}

#popup__C4B .title_blue {
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1;
}

#popup__C4B .txt {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 25px;
}

#popup__C4B .academy {
  margin: 0 16px;
  width: 320px;
}

#popup__C4B .academy__title {
  background-color: #6022A6;
  text-align: center;
  -webkit-border-radius: 0 0 20px 0;
     -moz-border-radius: 0 0 20px 0;
          border-radius: 0 0 20px 0;
  color: #000;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}

#popup__C4B .academy ul {
  padding-left: 15px;
  width: 100%;
  list-style: none;
  /* Remove default bullets */
}

#popup__C4B .academy ul li {
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
}

#popup__C4B .academy ul li span {
  color: #6022A6;
}

#popup__C4B .academy ul li:before {
  content: "\27A3";
  color: #6022A6;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#popup__C4B .attachment {
  background: #6022A6;
  padding: 20px 40px;
  -webkit-border-radius: 10px 0 0 0;
     -moz-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0;
}

#popup__C4B .attachment img {
  width: 140px;
}

#popup__C4B .attachment p {
  line-height: 1.2;
  font-size: 14px;
}

#popup__C5 {
  padding: 0;
}

#popup__C5 .col-12 {
  padding: 0;
}

#popup__C5B .txt-blue {
  color: #45B2C5;
  padding-bottom: 25px;
}

#popup__C5B .col-6 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
}

#popup__C5B .col-6 img {
  width: 200px;
  height: auto;
  margin-right: 16px;
}

#popup__C5B .service {
  color: #fff;
  line-height: 1.2;
  padding-top: 16px;
}

#popup__C5B .service__title {
  color: #6022A6;
  font-weight: bold;
  margin-bottom: 16px;
}

#popup__C5C {
  padding: 60px;
}

#popup__C5C .app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup__C5C .app img {
  width: 80px;
  margin-right: 16px;
}

#popup__C5C .app .img-correct {
  width: 65px;
  margin-left: 7px;
  margin-right: 27px;
}

#popup__C5C .app__txt {
  color: #fff;
  line-height: 1.2;
}

#popup__C5C .footnote {
  color: #fff;
  bottom: 50px;
  left: 60px;
}

.bg_uncomp {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#container[data-section="clinical_capability_select"] .navbar__brand, #container[data-section="future_proof"] .navbar__brand {
  color: #fff;
}

#container[data-section="clinical_capability_select"] .cls-2, #container[data-section="future_proof"] .cls-2 {
  fill: #fff;
}

.subpop_incomp {
  width: 1400px;
  height: 787px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 4;
  box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 50px -19px rgba(0, 0, 0, 0.75);
}

.subpop_incomp::before {
  content: "";
  width: 1920px;
  height: 1080px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: -150px;
  left: -260px;
}

.subpop_incomp .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-clinical {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 200px;
  left: 100px;
  font-weight: bold;
}

.line_cta_3 {
  top: 140px;
  left: 70px;
}

.line_cta_3:nth-child(3) {
  top: 400px;
}

.line_cta_3 .cta_swiper {
  width: 130px;
  height: 140px;
}

.line_cta_4 {
  top: 430px !important;
  left: 70px;
}

.line_cta_4 .cta_swiper {
  width: 130px;
  height: 140px;
}

.content_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.content_loading div {
  font-size: 45px;
  color: #6022A6;
  font-weight: bold;
}

.cta_swiper {
  padding: 3px 15px;
  border: solid 1px #6022A6;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  color: #fff;
  position: absolute;
  font-size: 25px;
  cursor: pointer;
}

.cta_swiper::before {
  content: "";
  width: 250px;
  height: 1px;
  background: #6022A6;
  position: absolute;
  top: 50%;
  left: -250px;
}

.cta_swiper::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -250px;
  background: #6022A6;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}

.cta_swiper[data-slide="neuro"] {
  top: 200px;
  left: 1200px;
}

.cta_swiper[data-slide="chest"] {
  top: 350px;
  left: 600px;
}

.cta_swiper[data-slide="chest"]::before {
  right: -250px;
  left: unset;
}

.cta_swiper[data-slide="chest"]::after {
  right: -250px;
  left: unset;
}

.cta_swiper[data-slide="body"] {
  top: 500px;
  left: 600px;
}

.cta_swiper[data-slide="body"]::before {
  right: -238px;
  width: 238px;
  left: unset;
}

.cta_swiper[data-slide="body"]::after {
  right: -238px;
  left: unset;
}

.cta_swiper[data-slide="smartMAR"] {
  top: 830px;
  left: 1130px;
}

.cta_swiper[data-slide="smartMAR"]::before {
  display: none;
}

.cta_swiper[data-slide="smartMAR"]::after {
  display: none;
}

.cta_swiper[data-slide="vascular"] {
  top: 430px;
  left: 1240px;
}

.cta_swiper[data-slide="msk"] {
  top: 640px;
  left: 600px;
}

.cta_swiper[data-slide="msk"]::before {
  right: -250px;
  left: unset;
}

.cta_swiper[data-slide="msk"]::after {
  right: -250px;
  left: unset;
}

#body .swiper-pagination {
  width: 900px;
}

.threesixty-wrapper {
  display: none;
  position: absolute !important;
  top: 0;
  left: 0;
}

.component-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.component-wrapper img {
  display: none;
}

#download {
  position: absolute;
  bottom: 125px;
  right: 0;
  z-index: 1;
  display: none;
  cursor: pointer;
  background: #6022A6;
  color: #fff;
  padding: 14px 15px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#download svg {
  width: 25px;
}

#download__msg {
  position: absolute;
  bottom: 5px;
  right: 50px;
  color: #63666a;
  display: none;
}

@-webkit-keyframes blinker {
  50% {
    color: #6022A6;
  }
}

@-moz-keyframes blinker {
  50% {
    color: #6022A6;
  }
}

@-o-keyframes blinker {
  50% {
    color: #6022A6;
  }
}

@keyframes blinker {
  50% {
    color: #6022A6;
  }
}

#download.blinker {
  -webkit-animation: blinker 3s cubic-bezier(0.5, 0, 1, 1) infinite;
     -moz-animation: blinker 3s cubic-bezier(0.5, 0, 1, 1) infinite;
       -o-animation: blinker 3s cubic-bezier(0.5, 0, 1, 1) infinite;
          animation: blinker 3s cubic-bezier(0.5, 0, 1, 1) infinite;
}

#loader-download {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.loader-download__content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.loader-download__content .progress {
  max-width: 700px;
  margin: 0 auto;
  height: 40px;
}

.loader-download__content .progress-bar {
  background-color: #45B2C5;
  font-size: 20px;
}

.loader-download__content .btn-primary {
  background: #6022A6;
  border-color: #6022A6;
  font-size: 25px;
  padding: 6px 45px;
}

.loader-download__content .btn-primary:hover {
  background: #000;
}

.loader-download__content .loader-dwonload__step {
  display: none;
}

.loader-download__content #step_1 {
  display: block;
}

* {
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none;
  /* Internet explorer depuis la version 10 et Edge */
  user-select: none;
  /* Propriété standard */
}

/* ------------------ COMMON -----------------------*/
html {
  background: #000;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  font-family: "SourceSansPro";
  font-weight: 300;
  font-style: normal;
  font-weight: normal;
  color: #000;
  background-color: #505050;
  font-size: 20px;
  font-size: 1.25rem;
}

sup {
  font-size: 66%;
}

#container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  display: block;
  width: 1920px;
  height: 1080px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #e2e4e9;
  -webkit-background-size: auto 1080px;
     -moz-background-size: auto 1080px;
          background-size: auto 1080px;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  overflow: hidden;
}

.container {
  max-width: 100%;
}

.chapiter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.chapiter__text {
  position: absolute;
  top: 340px;
  left: 1090px;
  width: 240px;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #000;
  line-height: 1.8;
}

.chapiter__btn2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../../img/hotspot.png");
  -webkit-background-size: 90px 90px;
     -moz-background-size: 90px;
          background-size: 90px;
  background-position: center;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  display: inline;
}

.chapiter__btn2 span {
  opacity: 1;
  padding: 5px 10px;
  background-color: #6022A6;
  color: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  right: 45px;
  top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  min-width: 100%;
  line-height: 1.2;
  z-index: 2;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.chapiter__btn2 span:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chapiter__btn2:hover span {
  opacity: 1;
}

.chapiter__btn2.track1 {
  left: 1232px;
  top: 445px;
}

.chapiter__btn2.track1 span {
  right: -170px;
  width: 180px;
}

.chapiter__btn2.track2 {
  left: 967.2px;
  top: 328.637px;
}

.chapiter__btn2.track2 span {
  width: 210px;
}

.chapiter__btn2.track3 {
  left: 1123.56px;
  top: 399.991px;
}

.chapiter__btn2.track3 span {
  width: 120px;
}

.chapiter__btn2.track4 {
  left: 1067px;
  top: 453px;
}

.chapiter__btn2.track4 span {
  width: 150px;
}

.chapiter__btn2.track5 {
  left: 1351.84px;
  top: 402.405px;
}

.chapiter__btn2.track5 span {
  width: 280px;
  margin-right: -320px;
}

.chapiter__btn2.track6 {
  left: 1100px;
  top: 300px;
}

.chapiter__btn2.track6 span {
  width: 210px;
  margin-right: -250px;
}

.logo-top {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 220px;
  z-index: 2;
}

.cartouche {
  background: #6022A6;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 2px;
  cursor: pointer;
}

.cartouche:hover {
  color: #fff;
}

.cartouche--config, .chapiter0 .cartouche--config {
  position: absolute;
  bottom: 200px;
  z-index: 2;
  bottom: 70px;
  right: 70px;
  background-color: #45B2C5;
  padding: 15px 25px;
  font-size: 20px;
}

.cartouche--config img, .chapiter0 .cartouche--config img {
  width: 20px;
  margin-right: 5px;
}

.cartouche--db {
  background: #6022A6;
  padding: 10px;
}

.cartouche--db img {
  width: 30px;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 20px 25px;
}

.navbar__button {
  width: 300px;
  text-align: center;
  line-height: 1.2;
}

.navbar__brand {
  font-size: 25px;
}

.navbar__button.selected {
  background-color: #D4D4D4;
  color: #000;
}

#myVideo {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#content-page-load {
  opacity: 0;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

#content-page-load.active {
  opacity: 1;
}

.chapiterConfig .navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footnote-elite {
  position: absolute;
  display: none;
  bottom: 70px;
  left: 70px;
  font-size: 15px;
  width: 300px;
  font-style: italic;
}

#container[data-section='uncompromised_clinical'] .navbar__button {
  display: none;
}

@-webkit-keyframes slideup {
  from {
    bottom: -300px;
  }
  to {
    bottom: 0;
  }
}

@-moz-keyframes slideup {
  from {
    bottom: -300px;
  }
  to {
    bottom: 0;
  }
}

@-o-keyframes slideup {
  from {
    bottom: -300px;
  }
  to {
    bottom: 0;
  }
}

@keyframes slideup {
  from {
    bottom: -300px;
  }
  to {
    bottom: 0;
  }
}

.buttons-row {
  position: absolute;
  bottom: 0px;
  width: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  padding: 30px 0;
  -webkit-border-radius: 16px 16px 0 0;
     -moz-border-radius: 16px 16px 0 0;
          border-radius: 16px 16px 0 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06), 0px 0px 80px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06), 0px 0px 80px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06), 0px 0px 80px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.buttons-row .item {
  text-align: center;
  width: 150px;
  text-align: center;
  cursor: pointer;
}

.buttons-row .item img {
  width: 50px;
}

.buttons-row .item .sizeplus {
  width: 80px;
}

.buttons-row .item__box {
  width: 90px;
  height: 90px;
  background: #6022A6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.28);
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

.buttons-row .item__title {
  text-align: center;
  color: #000;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
  font-size: 16px;
}

.buttons-row .item.blackandwhite .item__box {
  background: #8D8D8D;
}

.buttons-row .item.blackandwhite .item__title {
  color: #8D8D8D;
}

#button-row-exceptional {
  display: none;
}

#button-row-exceptional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -300px;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: slideup;
     -moz-animation-name: slideup;
       -o-animation-name: slideup;
          animation-name: slideup;
  -webkit-animation-delay: 5s;
     -moz-animation-delay: 5s;
       -o-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

p b.blue {
  color: #6022A6;
}

.btn-primary {
  background: #6022A6;
  border-color: #6022A6;
  display: inline-block;
  padding: 15px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #D4D4D4;
  border-color: #D4D4D4;
}

b {
  font-weight: bold;
}

#jobcode {
  font-size: 12px;
  position: absolute;
  bottom: 25px;
  left: 70px;
  width: 300px;
  color: #8D8D8D;
}

.btn-light {
  background: #E4E4E4;
  font-weight: bold;
}

.btn-accueil {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px 35px;
}

.btn-accueil-2 {
  position: absolute;
  right: 0;
  bottom: 60px;
}

#modalAR {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}

#modalAR .popup__close {
  cursor: pointer;
}

.popup p.disclaimer{
  position: absolute;
  bottom: 0px;
  left: 16px;
  line-height: 1;
  color: #5B5B67;
  font-size: 14px;
}

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