/** Homepage  CSS Starts **/

.hp__ {
  font-family: "Helvetica-Light";
}

.hp__ h2 {
  font-family: "Helvetica-Black";
  color: #262262;
  font-size: 40px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
  background: -webkit-linear-gradient(45deg, #2d2e6a, #227cb4 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hp__ h3 {
  color: #4a4a4a;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.2px;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.hp__ p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.hp__ li a,
.hp__ p a {
  color: #216fb4;
  text-decoration: underline;
}

.hp__ li a:hover,
.hp__ p a:hover {
  text-decoration: none;
}

.hp__ li strong,
.hp__ p strong {
  color: #262262;
  font-weight: 500;
}

.hp__ .nav__anchor {
  display: block;
  position: absolute;
  top: -188px;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.hp__ .nav__anchor.nav--only {
  top: -115px;
}

.hp__ .hp__what .nav__anchor {
  top: -167px;
  height: calc(100%);
}

.hp__ .hp__disc .nav__anchor {
  top: -124px;
  height: calc(100%);
}

.hp__ .hp__elig .nav__anchor {
  top: -79px;
  height: calc(100%);
}

.hp__ .hp__privacy .nav__anchor {
  top: -79px;
  height: calc(100%);
}

.hp__ a.btn__ {
  font-family: "Helvetica-Medium";
  clear: both;
  display: inline-block;
  color: #ffffff !important;
  background-color: #262262 !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  padding: 22px 77px;
  margin: 0;
  margin-top: 10px;
  border-radius: 12px;
  cursor: pointer;
}

.hp__ a.btn__:hover {
  background-color: #131043;
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.2));
}

.hp__ a.btn__.btn--slim {
  padding: 22px 28px;
}

.hp__ a.btn__.btn--yellow {
  color: #262262 !important;
  font-family: "Helvetica-Medium";
  font-weight: 600;
  background-color: #ffdd7f !important;
}

.hp__ a.btn__.btn--yellow:hover {
  background-color: #fcce51;
}

.hp__ a.btn__.btn--outline {
  color: #262262;
  font-weight: 600;
  background-color: #ecf7ff;
  border-style: inset;
  border: 3px solid #262262;
}

.hp__ a.btn__.btn--outline:hover {
  background-color: #ecf7ff;
}

.hp__ ul,
.hp__ ol {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 0;
  margin: 0;
  margin-left: 22px;
  margin-bottom: 30px;
  list-style: disc;
}

.hp__ ul li,
.hp__ ol li {
  padding: 0;
  padding-left: 2px;
  padding-right: 6px;
  margin: 0;
  margin-bottom: 16px;
}

.hp__ ul li ol,
.hp__ ol li ol {
  list-style: decimal;
  margin-top: 16px;
  margin-left: 60px;
  margin-bottom: 16px;
}

.hp__ ul li ol li,
.hp__ ol li ol li {
  margin-bottom: 4px;
}

.hp__ .video__icon {
  content: "";
  overflow: hidden;
  text-indent: -2000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 164px;
  height: 164px;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-size: 164px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/jaou/img/homepage/play-light.svg);
  transition: all 150ms ease-in-out;
  cursor: pointer;
  opacity: 1;
  z-index: 7;
}

.hp__ .video__icon:hover {
  background-image: url(/themes/jaou/img/homepage/play-blue.svg);
}

.hp__ .tns-outer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hp__ .tns-outer button[data-action="start"],
.hp__ .tns-outer button[data-action="stop"] {
  display: none;
}

.hp__ .tns-controls {
  position: absolute;
  z-index: 6;
}

.hp__ .tns-controls button[disabled] {
  opacity: 0;
  pointer-events: none;
}

.hp__ .tns-controls button {
  overflow: hidden;
  text-indent: -2000px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/jaou/img/homepage/slider-arrow-light.svg);
  transition: all 150ms ease-in-out;
  opacity: 1;
}

.hp__ .tns-controls button:hover {
  background-image: url(/themes/jaou/img/homepage/slider-arrow-blue.svg);
}

.hp__ .tns-controls button:first-child {
  left: 0;
  transform: rotate(-180deg);
}

.hp__ .tns-controls button:last-child {
  right: 0;
}

.hp__ .tns-nav {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 5;
}

.hp__ .tns-nav button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin: 0 7px;
  border-radius: 9999px;
  border: 0;
  outline: 0;
  transition: background-color 150ms ease-in-out;
}

.hp__ .tns-nav button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  background-color: #ffffff;
}

.hp__ .tns-nav button.tns-nav-active {
  background-color: #6cace4;
}

.hp__ .tns-nav button.tns-nav-active:before {
  background-color: #6cace4;
}

@media screen and (max-width: 992px) {
  .hp__ h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.2px;
    margin-bottom: 22px;
  }

  .hp__ p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-bottom: 16px;
  }

  .hp__ a.btn__,
  .hp__ a.btn__.btn--slim {
    width: 100%;
    max-width: 355px;
    padding: 22px 0;
    text-align: center;
  }

  .hp__ .tns-nav button {
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }

  .hp__ .tns-nav button:before {
    width: 9px;
    height: 9px;
  }
}

@media screen and (max-width: 576px) {
  .hp__ p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 14px;
  }

  .hp__ .tns-controls button {
    width: 66px;
    height: 66px;
    background-size: 66px;
  }

  .hp__ .video__icon {
    width: 101px;
    height: 101px;
    background-size: 100px;
  }
}

.hp__future {
  overflow: hidden;
  clear: both;
  position: relative;
  padding-top: 156px;
  padding-bottom: 90px;
  margin-bottom: 90px;
}

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

.hp__future .future__slides__wrapper .tns-nav {
  position: absolute;
  width: calc(100% - 745px);
  bottom: 90px;
  right: 0;
}

.hp__future .future__slides {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 110%;
  z-index: 1;
}

.hp__future .future__slides .slide__ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hp__future .future__slides .slide__ img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.hp__future .future__slides .slide__.slide--01 {
  background-image: url(/sfsites/c/resource/jaoufuture01);
}

.hp__future .future__slides .slide__.slide--02 {
  background-image: url(/sfsites/c/resource/jaoufuture02);
}

.hp__future .future__slides .slide__.slide--03 {
  background-image: url(/sfsites/c/resource/jaoufuture03);
}

.hp__future .future__slides .slide__.slide--04 {
  background-image: url(/sfsites/c/resource/jaoufuture04);
}

.hp__future .future__learn {
  position: relative;
  display: block;
  width: 745px;
  padding-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
  padding-right: 0;
  padding-bottom: 70px;
  background-color: rgba(194, 248, 251, 0.85);
  background-color: #c2f8fb;
  z-index: 2;
}

.hp__future .future__learn h1 {
  font-family: "Helvetica-Black";
  color: #262262;
  font-size: 50px;
  font-weight: 800;
  line-height: 54px;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
}

.hp__future .future__learn p {
  width: 85%;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 0;
  margin: 0;
  margin-bottom: 11px;
}

.hp__future .future__learn p strong {
  color: #262262;
}

.hp__future .future__learn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.hp__future .future__learn .bold-text {
  font-family: "Helvetica-Bold";
  color: #262262;
}

.hp__future .future__learn p a {
  color: #262262;
  font-weight: 500;
  text-decoration: none;
}

.hp__future .future__learn p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .hp__future {
    padding-top: 134px;
    padding-bottom: 50px;
    margin-bottom: 70px;
  }

  .hp__future .future__slides__wrapper .tns-nav {
    width: calc(100% - 430px);
    bottom: 50px;
  }

  .hp__future .future__learn {
    width: 430px;
    padding-top: 24px;
    padding-left: 116px;
    padding-right: 28px;
    padding-bottom: 40px;
    background-color: #c2f8fb;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .hp__future .future__learn h1 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }

  .hp__future .future__learn p {
    width: 100%;
    color: #4a4a4a;
    font-size: 14px;
    font-size: 13px;
    line-height: 20px;
    line-height: 13px;
    line-height: 18px;
    letter-spacing: 0.1px;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
  }

  .hp__future .future__learn a.btn__ {
    width: 100%;
    max-width: 155px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 13px 0;
    margin-top: 8px;
    border-radius: 7px;
  }
}

@media screen and (max-width: 576px) {
  .hp__future {
    margin-bottom: 70px;
    min-height: calc(100vh - 95px);
  }

  .hp__future .future__slides__wrapper .tns-nav {
    width: 100%;
    bottom: 17px;
  }

  .hp__future .future__learn {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    max-width: 355px;
    padding-top: 24px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 40px;
  }

  .hp__future .future__learn a.btn__ {
    width: 100%;
    max-width: 288px;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

  .hp__future .future__slides .slide__ {
    background-position: bottom center;
  }

  .hp__future .future__slides .slide__.slide--01 {
    background-image: url(/sfsites/c/resource/jaoumobilefuture01);
  }

  .hp__future .future__slides .slide__.slide--02 {
    background-image: url(/sfsites/c/resource/jaoumobilefuture02);
  }

  .hp__future .future__slides .slide__.slide--03 {
    background-image: url(/sfsites/c/resource/jaoumobilefuture03);
  }

  .hp__future .future__slides .slide__.slide--04 {
    background-image: url(/sfsites/c/resource/jaoumobilefuture04);
  }
}

.hp__what {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}

.hp__what .what__text {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-top: 38px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 38px;
}

.hp__what .what__text > div {
  float: right;
  width: 100%;
  max-width: 600px;
  padding-left: 28px;
  padding-right: 28px;
  z-index: 2;
}

.hp__what .what__image {
  overflow: hidden;
  position: relative;
  width: 50%;
  max-height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/themes/jaou/img/homepage/what/what_01.webp);
}

.hp__what .what__image img:first-child {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .hp__what .what__text {
    width: 60%;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }

  .hp__what .what__text h2,
  .hp__what .what__text p,
  .hp__what .what__text a.btn__ {
    display: block;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__what .what__image {
    width: 40%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 576px) {
  .hp__what {
    display: block;
  }

  .hp__what .what__text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 44px;
  }

  .hp__what .what__image {
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    padding-left: 28px;
    padding-right: 28px;
    background-image: none;
  }

  .hp__what .what__image img:first-child,
  .hp__what .what__image img {
    display: block;
    opacity: 1;
  }

  .hp__what .what__text a.btn__ {
    margin-top: 24px;
  }
}

.hp__disc {
  position: relative;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  -webkit-border-radius: 0 0 100px 0;
}

.hp__disc .disc__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}

.hp__disc .disc__text {
  width: 50%;
  padding-top: 38px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 38px;
}

.hp__disc .disc__text > div {
  float: left;
  width: 100%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 28px;
}

.hp__disc .disc__text ul {
  max-width: 514px;
}

.hp__disc .disc__text strong {
  color: #262262;
}

.hp__disc .disc__image {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding-right: 28px;
}

.hp__disc .disc__image .image__slides__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 28px);
  height: 100%;
}

.hp__disc .disc__image .image__slides__wrapper .tns-nav {
  position: absolute;
  width: calc(100%);
  max-width: 516px;
  bottom: 38px;
  left: 0;
}

.hp__disc .disc__image .image__slides {
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hp__disc .disc__image .image__slides .slide__ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 516px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.hp__disc .disc__image .image__slides .slide__ img {
  opacity: 0;
}

.hp__disc .disc__image .image__slides .slide__.slide--01 {
  background-image: url(/themes/jaou/img/homepage/discover/disc_01.webp);
}

.hp__disc .disc__image .image__slides .slide__.slide--02 {
  background-image: url(/themes/jaou/img/homepage/discover/disc_02.webp);
}

.hp__disc .disc__image .image__slides .slide__.slide--03 {
  background-image: url(/themes/jaou/img/homepage/discover/disc_03.webp);
}

.hp__disc .disc__image .image__slides .slide__.slide--04 {
  background-image: url(/themes/jaou/img/homepage/discover/disc_04.webp);
}

@media screen and (max-width: 992px) {
  .hp__disc .disc__text h2,
  .hp__disc .disc__text p,
  .hp__disc .disc__text .text__ul,
  .hp__disc .disc__text a.btn__ {
    display: block;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__disc .disc__text p {
    font-size: 14px;
    line-height: 20px;
  }

  .hp__disc .disc__text ul,
  .hp__disc .disc__text ol {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 17px;
  }

  .hp__disc ul li ol,
  .hp__disc ol li ol {
    margin-top: 17px;
    margin-left: 17px;
  }
}

@media screen and (max-width: 768px) {
  .hp__disc {
    border-radius: 0 0 32px 0;
    -moz-border-radius: 0 0 32px 0;
    -webkit-border-radius: 0 0 32px 0;
  }
}

@media screen and (max-width: 576px) {
  .hp__disc {
    position: relative;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .hp__disc .disc__container {
    flex-direction: column;
  }

  .hp__disc .disc__image .image__slides__wrapper {
    width: 100%;
  }

  .hp__disc .disc__image .image__slides__wrapper .tns-nav {
    bottom: 26px;
  }

  .hp__disc .disc__image {
    order: 2;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 422px;
    padding: 0;
  }

  .hp__disc .disc__image .image__slides .slide__ {
    max-width: 100%;
  }

  .hp__disc .disc__text {
    order: 1;
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 38px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
    border-radius: 32px 32px 0 0;
    -moz-border-radius: 32px 32px 0 0;
    -webkit-border-radius: 32px 32px 0 0;
  }
}

.hp__elig {
  position: relative;
  overflow: hidden;
  padding: 90px 28px;
}

.hp__elig .elig__container {
  position: relative;
  width: 100%;
  max-width: 1075px;
  margin: 0 auto;
  text-align: center;
}

.hp__elig .elig__graphic {
  position: relative;
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.hp__elig .elig__graphic .graphic__cell {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  height: 95px;
}

.hp__elig .elig__graphic .graphic__cell img {
  display: block;
}

.hp__elig .elig__graphic .graphic__cell span {
  position: absolute;
  top: 100px;
  left: -100%;
  right: 0;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-align: center;
  width: 300%;
  pointer-events: none;
}

.hp__elig .elig__graphic .graphic__cell.cell--you img {
  width: 76px;
  height: 76px;
}

.hp__elig .elig__graphic .graphic__cell.cell--plus img {
  width: 48px;
  height: 48px;
}

.hp__elig .elig__graphic .graphic__cell.cell--group img {
  width: 137px;
  height: 82px;
}

.hp__elig .elig__graphic .graphic__cell.cell--equals img {
  width: 48px;
  height: 61px;
}

.hp__elig .elig__graphic .graphic__cell.cell--dna img {
  width: 67px;
  height: 67px;
}

.hp__elig .elig__graphic .graphic__cell.cell--arrow img {
  width: 56px;
  height: 56px;
}

.hp__elig .elig__graphic .graphic__cell.cell--heart img {
  width: 95px;
  height: 95px;
}

@media screen and (max-width: 1200px) {
  .hp__elig .elig__graphic {
    max-width: 800px;
  }

  .hp__elig .elig__graphic .graphic__cell span {
    left: -75%;
    width: 250%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08px;
    line-height: 20px;
  }
}

@media screen and (max-width: 992px) {
  .hp__elig {
    padding: 69px 28px;
  }

  .hp__elig p {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__elig .elig__graphic {
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 90px;
  }

  .hp__elig .elig__graphic .graphic__cell span {
    top: 90px;
  }

  .hp__elig .elig__graphic .graphic__cell.cell--you img {
    width: 56px;
    height: 56px;
  }

  .hp__elig .elig__graphic .graphic__cell.cell--group img {
    width: 102px;
    height: 62px;
  }

  .hp__elig .elig__graphic .graphic__cell.cell--dna img {
    width: 56px;
    height: 56px;
  }

  .hp__elig .elig__graphic .graphic__cell.cell--heart img {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .hp__elig .elig__graphic {
    flex-direction: column;
    align-items: flex-start;
    max-width: 355px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hp__elig .elig__graphic .graphic__cell {
    width: 95px;
    height: auto;
  }

  .hp__elig .elig__graphic .graphic__cell.no--text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hp__elig .elig__graphic .graphic__cell span {
    width: 240%;
    left: 130%;
    right: auto;
    top: auto;
    bottom: auto;
    margin: auto;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 18px;
  }

  [lang="es"] .hp__elig .elig__graphic .graphic__cell span {
    width: 250%;
    left: 125%;
  }

  .hp__elig .elig__graphic .graphic__cell.cell--arrow img {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 576px) {
  .hp__elig h2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__elig p {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hp__why {
  position: relative;
}

.hp__why .why__slides__wrapper {
  position: relative;
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hp__why .why__slides__wrapper .tns-outer {
  position: relative;
}

.hp__why .why__slides__wrapper .tns-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.hp__why .why__slides__wrapper .tns-controls:before {
  content: "";
  display: block;
  width: 50%;
  min-width: 640px;
}

.hp__why .why__slides__wrapper .tns-controls .tns-controls-inner {
  position: relative;
  width: 50%;
}

.hp__why .why__slides__wrapper .tns-controls button:first-child {
  left: 10%;
}

.hp__why .why__slides__wrapper .tns-controls button:last-child {
  right: 10%;
}

.hp__why .why__slides__wrapper .tns-nav {
  width: 100%;
  bottom: 38px;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.hp__why .why__slides__wrapper .tns-nav:before {
  content: "";
  display: block;
  width: 50%;
  min-width: 640px;
}

.hp__why .why__slides__wrapper .tns-nav .tns-nav-inner {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.hp__why .why__slides {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  border-radius: 100px 0 0 0;
  -moz-border-radius: 100px 0 0 0;
  -webkit-border-radius: 100px 0 0 0;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
}

.hp__why .why__slides.tns-slider .slide__ {
  opacity: 0;
  transition: opacity 0.3ms ease-in-out;
}

.hp__why .why__slides .slide__ {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: center;
}

.hp__why .why__slides .slide__.tns-slide-active {
  opacity: 1;
}

.hp__why .why__slides .slide__ .slide__text {
  width: 50%;
  padding-top: 100px;
  padding-bottom: 80px;
  min-width: 640px;
}

.hp__why .why__slides .slide__ .slide__text > div {
  float: right;
  width: 100%;
  max-width: 600px;
  padding-left: 28px;
  padding-right: 28px;
}

.hp__why .why__slides .slide__ .slide__text p {
  position: relative;
  color: #4a4a4a;
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0.1px;
  font-style: italic;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  z-index: 2;
}

.hp__why .why__slides .slide__ .slide__text p em {
  font-style: normal;
}

.hp__why .why__slides .slide__ .slide__text p:before,
.hp__why .why__slides .slide__ .slide__text p:after {
  position: absolute;
  color: #c2f8fb;
  font-size: 312px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}

.hp__why .why__slides .slide__ .slide__text p:before {
  content: "\201C";
  top: -70px;
  left: -115px;
}

.hp__why .why__slides .slide__ .slide__text p:after {
  content: "\201D";
  bottom: -220px;
  right: -30px;
}

.hp__why .why__slides .slide__ .slide__text span {
  position: relative;
  display: block;
  color: #262262;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.hp__why .why__slides .slide__ .slide__img {
  position: relative;
  flex-shrink: 1;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.hp__why .why__slides .slide__ .slide__img img {
  opacity: 0;
  pointer-events: none;
  width: 100%;
}

.hp__why .why__slides .slide__.slide--01 .slide__img {
  background-image: url(/themes/jaou/img/homepage/why/why_01.webp);
}

.hp__why .why__slides .slide__.slide--02 .slide__img {
  background-image: url(/themes/jaou/img/homepage/why/why_02.webp);
}

.hp__why .why__slides .slide__.slide--03 .slide__img {
  background-image: url(/themes/jaou/img/homepage/why/why_03.webp);
}

.hp__why .why__slides .slide__.slide--04 .slide__img {
  background-image: url(/themes/jaou/img/homepage/why/why_04.webp);
}

[lang="es"] .hp__why h2 {
  width: 75%;
}

@media screen and (max-width: 1200px) {
  .hp__why .why__slides .slide__ .slide__text > div {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .hp__why h2 {
    width: 100%;
  }

  .hp__why .why__slides {
    height: auto;
  }

  .hp__why .why__slides__wrapper .tns-nav {
    bottom: 26px;
  }

  .hp__why .why__slides__wrapper .tns-controls:before {
    min-width: 380px;
  }

  .hp__why .why__slides__wrapper .tns-nav:before {
    min-width: 380px;
  }

  .hp__why .why__slides .slide__ .slide__text {
    min-width: 380px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .hp__why .why__slides .slide__ .slide__text > div {
    max-width: 380px;
  }

  .hp__why .why__slides .slide__ .slide__text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06px;
    margin-bottom: 20px;
  }

  .hp__why .why__slides .slide__ .slide__text p:before,
  .hp__why .why__slides .slide__ .slide__text p:after {
    font-size: 180px;
  }

  .hp__why .why__slides .slide__ .slide__text p:before {
    top: -40px;
    left: -64px;
  }

  .hp__why .why__slides .slide__ .slide__text p:after {
    bottom: -130px;
    right: -20px;
  }

  .hp__why .why__slides .slide__ .slide__img {
    flex-shrink: 1;
  }
}

@media screen and (max-width: 576px) {
  .hp__why .why__slides {
    border-radius: 32px 32px 0 0;
    -moz-border-radius: 32px 32px 0 0;
    -webkit-border-radius: 32px 32px 0 0;
  }

  .hp__why .why__slides__wrapper .tns-controls {
    top: auto;
    bottom: 34px;
    height: 0;
  }

  .hp__why .why__slides__wrapper .tns-controls:before {
    display: none;
  }

  .hp__why .why__slides__wrapper .tns-controls .tns-controls-inner {
    width: 100%;
  }

  .hp__why .why__slides__wrapper .tns-controls button:first-child {
    left: 1%;
  }

  .hp__why .why__slides__wrapper .tns-controls button:last-child {
    right: 1%;
  }

  .hp__why .why__slides__wrapper .tns-nav:before {
    display: none;
  }

  .hp__why .why__slides__wrapper .tns-nav .tns-nav-inner {
    width: 100%;
  }

  .hp__why .why__slides .slide__ {
    flex-direction: column;
  }

  .hp__why .why__slides .slide__ .slide__text {
    overflow: hidden;
    width: 100%;
    min-height: 436px;
  }

  .hp__why .why__slides .slide__ .slide__text > div {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__why .why__slides .slide__ .slide__text p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 40px;
  }

  .hp__why .why__slides .slide__ .slide__text p:before,
  .hp__why .why__slides .slide__ .slide__text p:after {
    font-size: 214px;
  }

  .hp__why .why__slides .slide__ .slide__text p:before {
    top: -55px;
    left: -25px;
  }

  .hp__why .why__slides .slide__ .slide__text p:after {
    bottom: -120px;
    right: -25px;
  }

  .hp__why .why__slides .slide__ .slide__img {
    width: 100%;
  }
}

/** Section: How to Participate - Start **/

.hp__parti {
  overflow: hidden;
  position: relative;
  padding: 70px 28px;
  text-align: center;
  margin-bottom: unset;
}

.hp__parti h2 {
  text-align: center;
}

.hp__parti > p {
  display: block;
  clear: both;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-style: italic;
}

.hp__parti > p em {
  font-style: normal;
}

.hp__parti .parti__timeline__wrapper {
  position: relative;
  width: 100%;
  max-width: 1146px;
  padding-left: 0%;
  margin-left: auto;
  margin-right: auto;
}

.hp__parti .parti__timeline {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  text-align: left;
  width: 100%;
  margin-top: 240px;
  margin-bottom: 220px;
  transition: margin 300ms ease-in-out;
}

.hp__parti .parti__timeline:before {
  content: "";
  position: absolute;
  left: -1%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 93%;
  width: 100%;
  height: 3px;
  background-color: #262262;
  z-index: 3;
}

.hp__parti .parti__timeline:after {
  content: "";
  position: absolute;
  right: -1%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-size: 18px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/sfsites/c/resource/jaoutimelinearrow);
}

.hp__parti .parti__timeline .parti__step {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
}

.hp__parti .parti__timeline .parti__step .step__marker {
  position: absolute;
  left: -8px;
  width: 21px;
  height: 21px;
  background-color: #262262;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 9999px;
  cursor: pointer;
  z-index: 4;
}

.hp__parti .parti__timeline .parti__step .step__line {
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #cea6fe;
  border-radius: 9999px;
  z-index: 3;
}

.hp__parti .parti__timeline .parti__step .step__post {
  position: absolute;
  left: -3px;
  width: 11px;
  height: 11px;
  background-color: #262262;
  border-radius: 9999px;
  z-index: 4;
}

.hp__parti .parti__timeline .parti__step .step__body {
  position: relative;
  width: 100%;
  padding-left: 20px;
  transition: height 300ms ease-in-out;
}

.hp__parti .parti__timeline .parti__step .step__body .step__title {
  position: relative;
  display: inline-block;
  color: #262262;
  font-size: 20px;
  font-family: "Helvetica-Bold";
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
  white-space: nowrap;
  cursor: pointer;
}

.hp__parti .parti__timeline .parti__step .step__body .step__title:before {
  content: "";
  display: none;
  background-image: url(/sfsites/c/resource/jaousteptitleiconhover);
}

.hp__parti .parti__timeline .parti__step .step__body .step__title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 24px;
  height: 24px;
  background-color: rgba(206, 166, 254, 0.5);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center 8px;
  background-image: url(/sfsites/c/resource/jaousteptitleicon);
  border-radius: 9999px;
  cursor: pointer;
  z-index: 4;
  /** transform: rotate(180deg); */
  /** arrow icon is facing up when this is comment out **/
  transition: transform 300ms ease-in-out;
}

.hp__parti .parti__timeline .parti__step .step__body .step__title:hover:after {
  background-color: #262262;
  background-image: url(/sfsites/c/resource/jaousteptitleiconhover);
}

.hp__parti .parti__timeline .parti__step .step__body .step__text {
  display: block;
  width: 100%;
  color: #262262;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.3px;
}

.hp__parti .parti__timeline .parti__step .step__body .step__text span > span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 14px;
  height: 16px;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__text
  span
  > span:before {
  content: "... ";
  color: #262262;
}

.hp__parti .parti__timeline .parti__step .step__body .step__text dl {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__text
  .span--overflow {
  opacity: 0;
  pointer-events: none;
}

.hp__parti .parti__timeline .parti__step .step__body .step__text ul {
  color: #262262;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 0;
  margin-left: 14px;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__text
  ul.margin--top {
  padding-top: 12px;
}

.hp__parti .parti__timeline .parti__step .step__body .step__text ul li {
  margin-bottom: 10px;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__text
  ul
  li:last-child {
  margin: 0;
}

.hp__parti .parti__timeline .parti__step .step__body .step__button {
  position: relative;
  margin-top: 20px;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__target {
  display: inline-block;
  color: #262262;
  font-size: 12px;
  font-style: normal;
  font-family: "Helvetica-Medium";
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.3px;
  justify-content: center;
  align-items: center;
  padding: 6px 11px;
  border-radius: 6px;
  background: rgba(206, 166, 254, 0.5);
  cursor: pointer;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__target:hover {
  color: #ffffff;
  background: #262262;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  padding: 20px 25px 20px 15px;
  border-radius: 6px;
  background: #e6d2fe;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content
  .content__close {
  content: "";
  position: absolute;
  top: 7px;
  right: 9px;
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/sfsites/c/resource/jaouassets/images/step-more-close.svg);
  cursor: pointer;
  z-index: 5;
  transition: transform 300ms ease-in-out;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content
  p,
.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content
  ul {
  color: #262262;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0.3px;
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content
  p:last-child,
.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content
  ul:last-child {
  margin: 0;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content
  ul {
  padding-left: 12px;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content
  ul
  li {
  margin-bottom: 12px;
}

.hp__parti
  .parti__timeline
  .parti__step
  .step__body
  .step__button
  .button__content
  ul
  li:last-child {
  margin: 0;
}

.hp__parti .parti__timeline .parti__step:nth-child(odd) .step__marker {
  top: 0;
}

.hp__parti .parti__timeline .parti__step:nth-child(odd) .step__line {
  top: 0;
}

.hp__parti .parti__timeline .parti__step:nth-child(odd) .step__post {
  bottom: -5.5px;
}

.hp__parti .parti__timeline .parti__step:nth-child(odd) .step__body {
  position: absolute;
  bottom: 0;
  padding-bottom: 34px;
}

.hp__parti
  .parti__timeline
  .parti__step:nth-child(odd)
  .step__body
  .step__button {
  position: relative;
}

.hp__parti
  .parti__timeline
  .parti__step:nth-child(odd)
  .step__body
  .step__button
  .button__content {
  top: -8px;
}

.hp__parti .parti__timeline .parti__step:nth-child(even) .step__marker {
  top: 89px;
}

.hp__parti .parti__timeline .parti__step:nth-child(even) .step__line {
  top: 0;
  height: 103px;
}

.hp__parti .parti__timeline .parti__step:nth-child(even) .step__post {
  top: -5.5px;
}

.hp__parti .parti__timeline .parti__step:nth-child(even) .step__body {
  position: absolute;
  top: 0;
  padding-top: 70px;
}

.hp__parti
  .parti__timeline
  .parti__step:nth-child(even)
  .step__body.title--margin--reduction--top {
  padding-top: 48px;
}

.hp__parti
  .parti__timeline
  .parti__step:nth-child(even)
  .step__body
  .step__button {
  position: unset;
}

.hp__parti
  .parti__timeline
  .parti__step:nth-child(even)
  .step__body
  .step__button
  .button__content {
  top: 70px;
  left: 20px;
}

.hp__parti
  .parti__timeline
  .parti__step:nth-child(even)
  .step__body.title--margin--reduction--top
  .step__button
  .button__content {
  top: 48px;
  left: 20px;
}

.hp__parti .parti__timeline .parti__step.step--01 {
  order: 1;
}

.hp__parti .parti__timeline .parti__step.step--03 {
  order: 2;
}

.hp__parti .parti__timeline .parti__step.step--05 {
  order: 3;
}

.hp__parti .parti__timeline .parti__step.step--07 {
  order: 4;
  width: 240px;
}

.hp__parti .parti__timeline .parti__step.step--02 {
  order: 5;
  margin-left: 135px;
}

.hp__parti .parti__timeline .parti__step.step--04 {
  order: 6;
}

.hp__parti .parti__timeline .parti__step.step--06 {
  order: 7;
}

.hp__parti .parti__timeline .parti__step.step--08 {
  order: 8;
}

.hp__parti
  .parti__timeline.state--default
  .parti__step
  .step__body
  .step__text {
  pointer-events: none;
}

.hp__parti
  .parti__timeline.state--default
  .parti__step
  .step__body
  .step__text
  span
  > span {
  color: rgba(0, 0, 0, 0);
  transition: color 300ms ease-in-out;
}

.hp__parti
  .parti__timeline.state--default
  .parti__step
  .step__body
  .step__button {
  opacity: 0;
  pointer-events: none;
}

.hp__parti .parti__timeline.state--open {
  margin-bottom: 395px;
}

.hp__parti
  .parti__timeline.state--open
  .parti__step.show--more
  .step__body
  .step__button
  .button__content {
  opacity: 1;
  pointer-events: all;
}

.hp__parti .parti__timeline.state--open .parti__step .step__title:after {
  transform: rotate(0deg);
}

.hp__parti .parti__timeline.state--open .parti__step .step__body .step__text {
  pointer-events: all;
}

.hp__parti .parti__timeline.state--open .parti__step .step__body .step__text dl,
.hp__parti
  .parti__timeline.state--open
  .parti__step
  .step__body
  .step__text
  > span,
.hp__parti
  .parti__timeline.state--open
  .parti__step
  .step__body
  .step__text
  span
  > span {
  display: initial;
  overflow: initial;
  white-space: initial;
  width: initial;
  height: initial;
  color: #262262;
  transition: color 600ms ease-in-out;
}

.hp__parti
  .parti__timeline.state--open
  .parti__step
  .step__body
  .step__text
  dl:before,
.hp__parti
  .parti__timeline.state--open
  .parti__step
  .step__body
  .step__text
  > span:before,
.hp__parti
  .parti__timeline.state--open
  .parti__step
  .step__body
  .step__text
  span
  > span:before {
  content: "";
}

.hp__parti
  .parti__timeline.state--open
  .parti__step
  .step__body
  .step__text
  .span--overflow--mobile,
.hp__parti
  .parti__timeline.state--open
  .parti__step
  .step__body
  .step__text
  .span--overflow {
  opacity: 1;
  transition: opacity 600ms ease-in-out;
  pointer-events: auto;
}

.hp__parti .parti__timeline.state--open .parti__step .step__body .step__button {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 600ms ease-in-out;
}

.hp__parti .parti__timeline.state--default .parti__step.step--01 .step__body {
  height: 130px;
}

.hp__parti .parti__timeline.state--default .parti__step.step--03 .step__body {
  height: 130px;
}

.hp__parti .parti__timeline.state--default .parti__step.step--05 .step__body {
  height: 108px;
}

.hp__parti .parti__timeline.state--default .parti__step.step--07 .step__body {
  height: 130px;
}

.hp__parti .parti__timeline.state--default .parti__step.step--02 .step__body {
  height: 166px;
}

.hp__parti .parti__timeline.state--default .parti__step.step--04 .step__body {
  height: 166px;
}

.hp__parti .parti__timeline.state--default .parti__step.step--06 .step__body {
  height: 130px;
}

.hp__parti .parti__timeline.state--open .parti__step.step--01 .step__body {
  height: 130px;
}

.hp__parti .parti__timeline.state--open .parti__step.step--03 .step__body {
  height: 196px;
}

.hp__parti .parti__timeline.state--open .parti__step.step--05 .step__body {
  height: 178px;
}

.hp__parti .parti__timeline.state--open .parti__step.step--07 .step__body {
  height: 238px;
}

.hp__parti .parti__timeline.state--open .parti__step.step--02 .step__body {
  height: 278px;
}

.hp__parti .parti__timeline.state--open .parti__step.step--04 .step__body {
  height: 344px;
}

.hp__parti .parti__timeline.state--open .parti__step.step--06 .step__body {
  height: 332px;
}

[lang="es"]
  .hp__parti
  .parti__timeline
  .parti__step:nth-child(even)
  .step__body.title--margin--reduction--top {
  padding-top: 26px;
}

[lang="es"]
  .hp__parti
  .parti__timeline
  .parti__step:nth-child(even)
  .step__body.title--margin--reduction--top--es {
  padding-top: 48px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--default
  .parti__step.step--01
  .step__body {
  height: 130px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--default
  .parti__step.step--03
  .step__body {
  height: 152px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--default
  .parti__step.step--05
  .step__body {
  height: 130px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--default
  .parti__step.step--07
  .step__body {
  height: 130px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--default
  .parti__step.step--02
  .step__body {
  height: 166px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--default
  .parti__step.step--04
  .step__body {
  height: 166px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--default
  .parti__step.step--06
  .step__body {
  height: 166px;
}

[lang="es"] .hp__parti .parti__timeline.state--open {
  margin-top: 302px;
  margin-bottom: 418px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--open
  .parti__step.step--01
  .step__body {
  height: 150px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--open
  .parti__step.step--03
  .step__body {
  height: 238px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--open
  .parti__step.step--05
  .step__body {
  height: 198px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--open
  .parti__step.step--07
  .step__body {
  height: 302px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--open
  .parti__step.step--02
  .step__body {
  height: 299px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--open
  .parti__step.step--04
  .step__body {
  height: 365px;
}

[lang="es"]
  .hp__parti
  .parti__timeline.state--open
  .parti__step.step--06
  .step__body {
  height: 353px;
}

@media screen and (max-width: 1200px) {
  .hp__parti .parti__timeline .parti__step:nth-child(odd) {
    width: 25%;
  }

  .hp__parti .parti__timeline .parti__step:nth-child(even) {
    width: 30%;
  }

  .hp__parti .parti__timeline .parti__step.step--02 {
    margin-left: 5%;
  }
}

@media screen and (max-width: 992px) {
  .hp__parti > p {
    width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__parti .parti__timeline .parti__step .step__body .step__text {
    max-width: 100%;
  }

  .hp__parti .parti__timeline__wrapper {
    display: block;
    max-width: 355px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .hp__parti .parti__timeline {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 70px;
  }

  .hp__parti .parti__timeline:before {
    display: none;
  }

  .hp__parti .parti__timeline:after {
    top: auto;
    right: auto;
    left: -11.5px;
    bottom: -11.5px;
    transform: rotate(90deg);
  }

  .hp__parti .parti__timeline .parti__step.step--01 {
    order: 1;
  }

  .hp__parti .parti__timeline .parti__step.step--02 {
    order: 2;
  }

  .hp__parti .parti__timeline .parti__step.step--03 {
    order: 3;
  }

  .hp__parti .parti__timeline .parti__step.step--04 {
    order: 4;
  }

  .hp__parti .parti__timeline .parti__step.step--05 {
    order: 5;
  }

  .hp__parti .parti__timeline .parti__step.step--06 {
    order: 6;
  }

  .hp__parti .parti__timeline .parti__step.step--07 {
    order: 7;
  }

  .hp__parti .parti__timeline .parti__step.step--08 {
    order: 8;
  }

  .hp__parti .parti__timeline .parti__step .step__post {
    display: none;
  }

  .hp__parti .parti__timeline .parti__step:nth-child(odd) .step__marker,
  .hp__parti .parti__timeline .parti__step:nth-child(even) .step__marker {
    top: 0;
    bottom: auto;
  }

  .hp__parti .parti__timeline .parti__step.marker--double--title .step__marker {
    top: 11.5px;
  }

  .hp__parti
    .parti__timeline
    .parti__step.marker--double--title
    .step__body
    .step__title:after {
    top: 10px;
  }

  .hp__parti .parti__timeline .parti__step .step__line {
    background-color: #262262;
    border-radius: 0;
  }

  .hp__parti .parti__timeline .parti__step:nth-child(odd),
  .hp__parti .parti__timeline .parti__step:nth-child(even) {
    width: 100%;
    margin: 0;
  }

  .hp__parti .parti__timeline .parti__step:nth-child(even) .step__line {
    height: 100%;
  }

  .hp__parti .parti__timeline .parti__step:nth-child(odd) .step__body,
  .hp__parti .parti__timeline .parti__step:nth-child(even) .step__body,
  .hp__parti
    .parti__timeline
    .parti__step:nth-child(even)
    .step__body.title--margin--reduction--top,
  [lang="es"]
    .hp__parti
    .parti__timeline
    .parti__step:nth-child(even)
    .step__body.title--margin--reduction--top,
  [lang="es"]
    .hp__parti
    .parti__timeline
    .parti__step:nth-child(even)
    .step__body.title--margin--reduction--top--es {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hp__parti .parti__timeline .parti__step .step__body .step__title {
    white-space: normal;
    font-size: 20px;
    width: calc(100% - 50px);
  }

  .hp__parti .parti__timeline .parti__step .step__body .step__title br {
    display: none;
  }

  .hp__parti
    .parti__timeline
    .parti__step:nth-child(odd)
    .step__body
    .step__button,
  .hp__parti
    .parti__timeline
    .parti__step:nth-child(even)
    .step__body
    .step__button,
  .hp__parti
    .parti__timeline
    .parti__step:nth-child(even)
    .step__body.title--margin--reduction--top
    .step__button {
    position: relative;
  }

  .hp__parti
    .parti__timeline
    .parti__step:nth-child(odd)
    .step__body
    .step__button
    .button__content,
  .hp__parti
    .parti__timeline
    .parti__step:nth-child(even)
    .step__body
    .step__button
    .button__content,
  .hp__parti
    .parti__timeline
    .parti__step:nth-child(even)
    .step__body.title--margin--reduction--top
    .step__button
    .button__content {
    top: 0;
    left: 0;
  }

  .hp__parti .parti__timeline .parti__step .step__body .step__text {
    font-size: 14px;
    padding-top: 6px;
  }

  .hp__parti .parti__timeline .parti__step .step__body .step__text > span,
  .hp__parti .parti__timeline .parti__step .step__body .step__text dl {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 14px;
    height: 16px;
  }

  .hp__parti
    .parti__timeline
    .parti__step
    .step__body
    .step__text
    > span:before,
  .hp__parti .parti__timeline .parti__step .step__body .step__text dl:before {
    content: "... ";
    color: #262262;
  }

  .hp__parti
    .parti__timeline
    .parti__step
    .step__body
    .step__text
    ul
    li.span--overflow--mobile {
    opacity: 0;
    pointer-events: none;
  }

  .hp__parti .parti__timeline .parti__step .step__body .step__text br {
    display: none;
  }

  .hp__parti .parti__timeline.state--open {
    margin-bottom: 70px;
  }

  .hp__parti .parti__timeline.state--open .parti__step .step__body .step__text {
    padding-right: 55px;
  }

  .hp__parti .parti__timeline.state--default .parti__step.step--01 .step__body {
    height: 108px;
  }

  .hp__parti .parti__timeline.state--default .parti__step.step--02 .step__body {
    height: 108px;
  }

  .hp__parti .parti__timeline.state--default .parti__step.step--03 .step__body {
    height: 126px;
  }

  .hp__parti .parti__timeline.state--default .parti__step.step--04 .step__body {
    height: 126px;
  }

  .hp__parti .parti__timeline.state--default .parti__step.step--05 .step__body {
    height: 108px;
  }

  .hp__parti .parti__timeline.state--default .parti__step.step--06 .step__body {
    height: 108px;
  }

  .hp__parti .parti__timeline.state--default .parti__step.step--07 .step__body {
    height: 108px;
  }

  .hp__parti .parti__timeline.state--open .parti__step.step--01 .step__body {
    height: 124px;
  }

  .hp__parti .parti__timeline.state--open .parti__step.step--02 .step__body {
    height: 214px;
  }

  .hp__parti .parti__timeline.state--open .parti__step.step--03 .step__body {
    height: 190px;
  }

  .hp__parti .parti__timeline.state--open .parti__step.step--04 .step__body {
    height: 280px;
  }

  .hp__parti .parti__timeline.state--open .parti__step.step--05 .step__body {
    height: 170px;
  }

  .hp__parti .parti__timeline.state--open .parti__step.step--06 .step__body {
    height: 290px;
  }

  .hp__parti .parti__timeline.state--open .parti__step.step--07 .step__body {
    height: 210px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--default
    .parti__step.step--01
    .step__body {
    height: 108px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--default
    .parti__step.step--02
    .step__body {
    height: 108px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--default
    .parti__step.step--03
    .step__body {
    height: 126px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--default
    .parti__step.step--04
    .step__body {
    height: 126px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--default
    .parti__step.step--05
    .step__body {
    height: 108px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--default
    .parti__step.step--06
    .step__body {
    height: 126px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--default
    .parti__step.step--07
    .step__body {
    height: 108px;
  }

  [lang="es"] .hp__parti .parti__timeline.state--open {
    margin-top: 0px;
    margin-bottom: 70px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--open
    .parti__step.step--01
    .step__body {
    height: 124px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--open
    .parti__step.step--02
    .step__body {
    height: 235px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--open
    .parti__step.step--03
    .step__body {
    height: 190px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--open
    .parti__step.step--04
    .step__body {
    height: 280px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--open
    .parti__step.step--05
    .step__body {
    height: 190px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--open
    .parti__step.step--06
    .step__body {
    height: 333px;
  }

  [lang="es"]
    .hp__parti
    .parti__timeline.state--open
    .parti__step.step--07
    .step__body {
    height: 235px;
  }
}

@media screen and (max-width: 768px) {
  .hp__parti h2 {
    text-align: left;
    margin-bottom: 0;
  }
}

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

.hp__privacy .privacy__container {
  text-align: center;
  padding: 90px 28px 190px 28px;
  background-color: #ecf7ff;
}

.hp__privacy p {
  display: block;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.hp__privacy .privacy__video {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1078px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/jaou/img/homepage/privacy/privacy_video.webp);
}

.hp__privacy .privacy__video .video__spacer {
  display: block;
  width: 100%;
  padding-top: 50%;
}

.hp__privacy .video__icon {
  top: calc(50% - 82px);
  bottom: auto;
}

@media screen and (max-width: 992px) {
  .hp__privacy h2 {
    display: block;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
  }

  .hp__privacy p {
    max-width: 550px;
  }

  .hp__privacy a.btn__ {
    margin-top: 34px;
  }

  .hp__privacy .privacy__container {
    text-align: center;
    padding: 38px 0 146px 0;
    background-color: #ecf7ff;
  }

  .hp__privacy .privacy__video .video__spacer {
    padding-top: 55%;
  }
}

@media screen and (max-width: 576px) {
  .hp__privacy h2 {
    margin-left: 0;
    text-align: left;
    padding: 0 28px;
  }

  .hp__privacy .privacy__video {
    padding-top: 5%;
    margin-bottom: 30px;
  }

  .hp__privacy p {
    margin-left: 0;
    text-align: left;
    padding: 0 28px;
  }

  .hp__privacy a.btn__ {
    margin-top: 20px;
  }

  .hp__privacy .video__icon {
    top: calc(50% - 49.5px);
  }
}

/** Voices **/

.hp__voices {
  font-family: "Helvetica-Medium";
}

.hp__voices {
  position: relative;
  text-align: center;
  margin-top: -100px;
}

.hp__voices > div {
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 90px 28px 190px 28px;
  padding: 90px 0 190px 0;
  background-color: #ffffff;
  border-radius: 100px 0 0 0;
  -moz-border-radius: 100px 0 0 0;
  -webkit-border-radius: 100px 0 0 0;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
}

.hp__voices .tns-outer {
  position: relative;
}

.hp__voices .tns-controls {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.hp__voices .tns-controls button {
  background-image: url(/themes/jaou/img/homepage/slider-arrow-blue.svg);
}

.hp__voices .tns-controls button:first-child {
  left: -3%;
}

.hp__voices .tns-controls button:last-child {
  right: -3%;
}

.hp__voices .voice__cards__wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: calc(545px * 2);
  margin-left: auto;
  margin-right: auto;
}

.hp__voices .voice__cards {
  position: relative;
  width: 100%;
  max-width: 1060px;
  max-width: 545px;
  margin: 0 auto;
  margin-bottom: 36px;
}

.hp__voices .voice__cards .card__ {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 100%;
  max-width: 545px;
}

.hp__voices .voice__cards .card__ > div {
  position: relative;
  padding-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 24px;
  min-height: 480px;
  background: rgba(206, 166, 254, 0.2);
  margin: 0 15px;
}

.hp__voices .voice__cards .card__.card--participant > div {
  background: rgba(255, 221, 127, 0.2);
}

.hp__voices
  .voice__cards
  .card__.card--participant
  .card__credit
  span:first-child::before {
  background-size: 21px 20px;
  background-color: #f5c43b;
  background-image: url(/themes/jaou/img/homepage/voices/participant.svg);
}

.hp__voices .voice__cards .card__ .card__img {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 9999px;
}

.hp__voices .voice__cards .card__ .card__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.hp__voices .voice__cards .card__ .card__quote {
  position: relative;
  color: #262262;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 36px;
  z-index: 1;
}

.hp__voices .voice__cards .card__ .card__quote:before,
.hp__voices .voice__cards .card__ .card__quote:after {
  position: absolute;
  color: #ffffff;
  font-size: 209px;
  font-weight: 500;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}

.hp__voices .voice__cards .card__ .card__quote:before {
  content: "\201C";
  top: -35px;
  left: -31px;
}

.hp__voices .voice__cards .card__ .card__quote:after {
  content: "\201D";
  bottom: -142px;
  right: -31px;
}

.hp__voices .voice__cards .card__ .card__credit {
  position: relative;
  text-align: center;
  z-index: 1;
}

.hp__voices .voice__cards .card__ .card__credit span {
  display: block;
  margin: 0 auto;
}

.hp__voices .voice__cards .card__ .card__credit span:first-child {
  color: #595959;
  font-size: 18px;
  font-weight: 600;
  line-height: 0;
  margin-bottom: 4px;
}

.hp__voices .voice__cards .card__ .card__credit span:first-child:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  margin-right: 12px;
  background-size: 26px 26px;
  background-color: #a27db7;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/jaou/img/homepage/voices/steth.svg);
  border-radius: 9999px;
}

.hp__voices .voice__cards .card__ .card__credit span:last-child {
  width: 280px;
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

[lang="es"] .hp__voices .voice__cards .card__ > div {
  min-height: 560px;
}

@media screen and (max-width: 1200px) {
  .hp__voices > div {
    padding: 90px 28px 146px 28px;
  }

  .hp__voices .voice__cards__wrapper {
    max-width: 545px;
  }

  .hp__voices .tns-controls button:first-child {
    left: -10%;
  }

  .hp__voices .tns-controls button:last-child {
    right: -10%;
  }
}

@media screen and (max-width: 768px) {
  .hp__voices h2 {
    display: block;
    margin-bottom: 50px;
    text-align: left;
  }

  .hp__voices > div {
    padding: 70px 28px 60px 28px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .hp__voices .tns-controls button:first-child {
    left: -5%;
  }

  .hp__voices .tns-controls button:last-child {
    right: -5%;
  }

  .hp__voices .voice__cards .card__ > div {
    min-height: 512px;
  }
}

@media screen and (max-width: 576px) {
  .hp__voices > div {
    padding: 70px 14px 60px 14px;
  }

  .hp__voices .voice__cards .card__ .card__quote {
    font-size: 16px;
    line-height: 24px;
  }

  .hp__voices .voice__cards .card__ .card__credit span:first-child {
    width: 140%;
    margin-left: -20%;
    font-size: 16px;
    line-height: 28px;
  }

  .hp__voices .voice__cards .card__ .card__credit span:last-child {
    width: auto;
    font-size: 12px;
    line-height: 20px;
  }
}

/** Where **/

.hp__where {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -100px;
}

.hp__where > div {
  overflow: hidden;
  border-radius: 0 100px 0 0;
  -moz-border-radius: 0 100px 0 0;
  -webkit-border-radius: 0 100px 0 0;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
}

.hp__where .where__hero {
  position: relative;
  display: block;
  width: 100%;
}

.hp__where .where__hero img {
  width: 100%;
  height: auto;
}

.hp__where .where__body {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  padding-top: 90px;
  margin: 0 auto;
  margin-top: -90px;
  background-color: #ffffff;
  border-radius: 100px 0 0 0;
  -moz-border-radius: 100px 0 0 0;
  -webkit-border-radius: 100px 0 0 0;
}

.hp__where .where__body > div {
  display: block;
  max-width: 733px;
  text-align: center;
  margin: 0 auto;
}

.hp__where .where__graphs {
  position: relative;
  width: 100%;
  padding: 0 28px;
  margin-bottom: 70px;
}

.hp__where .where__graphs h3 {
  text-align: center;
  margin-top: 48px;
}

.hp__where .where__graphs p {
  position: absolute;
  width: 312px;
  bottom: 0;
  right: 0;
  color: #262262;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  letter-spacing: 0.1px;
  padding: 0;
  margin: 0;
}

.hp__where .where__graphs p em {
  font-style: normal;
}

.hp__where .where__graphs .graph__wrapper {
  position: relative;
  width: 100%;
  max-width: 1170px;
  padding: 140px 0 160px 0;
  margin: 0 auto;
}

.hp__where .where__graphs .graphs__ {
  position: relative;
  width: 100%;
  height: 40px;
}

.hp__where .where__graphs .graph__ {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 40px;
  border-radius: 40px;
}

.hp__where .where__graphs .graph__ span {
  position: absolute;
  bottom: calc(40px + 5px);
  right: 0;
  color: #262262;
  font-family: "Helvetica-Light";
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.2px;
}

.hp__where .where__graphs .graph__.graph--track {
  width: 100%;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.32);
  z-index: 1;
}

.hp__where .where__graphs .graph__.graph--completed {
  width: 74%;
  background: #e2cbfe;
  box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.hp__where .where__graphs .graph__.graph--enrolled {
  width: 51%;
  background: #cea6fe;
  box-shadow: 4px 0px 14px rgba(0, 0, 0, 0.05);
  z-index: 3;
}

.hp__where .where__graphs .graph__detail {
  position: absolute;
  width: 175px;
  z-index: 4;
}

.hp__where .where__graphs .graph__detail:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: green;
  background-size: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}

.hp__where .where__graphs .graph__detail.detail--completed {
  bottom: 85px;
  left: calc(74% - 12px);
}

.hp__where .where__graphs .graph__detail.detail--completed:before {
  bottom: -34px;
  background-image: url(/sfsites/c/resource/jaouiconcompleted);
}

.hp__where .where__graphs .graph__detail.detail--enrolled {
  top: 85px;
  left: calc(51% - 12px);
}

.hp__where .where__graphs .graph__detail.detail--enrolled::before {
  top: -34px;
  background-image: url(/sfsites/c/resource/jaouiconenrolled);
}

.hp__where .where__graphs .graph__detail span:first-child {
  display: block;
  color: #262262;
  font-family: "Helvetica-Black";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.1px;
}

.hp__where .where__graphs .graph__detail span:last-child {
  display: block;
  color: #262262;
  font-family: "Helvetica-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1px;
}

.hp__where {
  position: relative;
}

.hp__where .cards__wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.hp__where .tns-outer {
  position: relative;
}

.hp__where .tns-controls {
  position: initial;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hp__where .tns-controls button {
  height: 100%;
  padding: 0;
  background-image: url(/themes/jaou/img/homepage/slider-arrow-blue.svg);
  z-index: 5;
}

.hp__where .tns-controls button:first-child {
  left: -3%;
  width: 7%;
  transform: rotate(0);
}

.hp__where .tns-controls button:first-child:before {
  content: "";
  overflow: hidden;
  text-indent: -2000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/jaou/img/homepage/slider-arrow-blue.svg);
  transition: all 150ms ease-in-out;
  opacity: 1;
  z-index: 3;
}

.hp__where .tns-controls button:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fff 60%, rgba(241, 242, 242, 0) 100%);
  z-index: 2;
}

.hp__where .tns-controls button:last-child {
  right: -3%;
  width: 7%;
}

.hp__where .tns-controls button:last-child:before {
  content: "";
  overflow: hidden;
  text-indent: -2000px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/jaou/img/homepage/slider-arrow-blue.svg);
  transition: all 150ms ease-in-out;
  opacity: 1;
  z-index: 3;
}

.hp__where .tns-controls button:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fff 60%, rgba(241, 242, 242, 0) 100%);
  z-index: 2;
}

.hp__where .tns-controls-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 7%;
  height: 100%;
  transform: rotate(180deg);
  background: linear-gradient(270deg, #fff 60%, rgba(241, 242, 242, 0) 100%);
  z-index: 2;
  display: none;
}

.hp__where .tns-controls-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5%;
  width: 7%;
  height: 100%;
  background: linear-gradient(270deg, #fff 60%, rgba(241, 242, 242, 0) 100%);
  z-index: 2;
  display: none;
}

.where__cards .container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -100px;
}

.hp__where .where__cards {
  position: relative;
  width: 100%;
  padding: 0 5%;
  padding-bottom: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.hp__where .where__cards .cards__ {
  position: relative;
  width: 100%;
}

.hp__where .where__cards .cards__ .card__ {
  max-width: 250px;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.hp__where .where__cards .cards__ .card__ > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
  margin: 10px 15px;
}

.hp__where .where__cards .cards__ .card__.card--diversity .card__icon {
  background-image: url(/sfsites/c/resource/jaoudiversityicon);
}

.hp__where .where__cards .cards__ .card__.card--micro .card__icon {
  background-image: url(/sfsites/c/resource/jaoumicroicon);
}

.hp__where .where__cards .cards__ .card__.card--partner .card__icon {
  background-image: url(/sfsites/c/resource/jaoupartnericon);
}

.hp__where .where__cards .cards__ .card__.card--study .card__icon {
  background-image: url(/sfsites/c/resource/jaoustudyicon);
}

.hp__where .where__cards .cards__ .card__ .card__icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.hp__where .where__cards .cards__ .card__ .card__body {
  position: relative;
  width: 100%;
  height: 190px;
  padding: 15px;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: flex-start;
  align-content: center;
}

.hp__where .where__cards .cards__ .card__ .card__body .body__title {
  color: #262262;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
}

.hp__where .where__cards .cards__ .card__ .card__body .body__number {
  font-family: "Helvetica-Black";
  color: #262262;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 13px;
}

.hp__where .where__cards .cards__ .card__ .card__body .body__type {
  font-family: "Helvetica-Medium";
  color: #262262;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 13px;
}

.hp__where .where__cards .cards__ .card__ .card__body .body__text {
  color: #262262;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.hp__where .where__cards .cards__ .card__ .card__body .body__link {
  position: absolute;
  bottom: 12px;
  left: 20px;
  color: #216fb4;
  font-size: 12px;
  text-decoration: underline;
  line-height: 1;
  font-weight: 400;
}

.hp__where .where__cards .cards__ .card__ .card__body .body__link:hover {
  color: #262262;
  text-decoration: none;
}

.hp__where .where__cards .cards__ .card__ .card__body .no--margin {
  margin: 0;
}

.hp__where .cards__body {
  text-align: center;
  padding: 0 15px;
}

.hp__where .cards__body p {
  text-align: left;
}

[lang="es"] .hp__where .where__cards .cards__ .card__ .card__body .body__title,
[lang="es"] .hp__where .where__cards .cards__ .card__ .card__body .body__text {
  font-size: 14px;
}

[lang="es"] .hp__where .where__cards .cards__ .card__ .card__body .body__type {
  font-size: 16px;
  margin-bottom: 6px;
}

.cards__body a.btn__.btn--yellow {
  color: #262262;
  font-weight: 600;
  background-color: #ffdd7f;
}

.cards__body a.btn__ {
  font-family: "Helvetica-Bold";
  clear: both;
  display: inline-block;
  color: #ffffff;
  background-color: #262262;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  padding: 22px 77px;
  margin: 0;
  margin-top: 10px;
  border-radius: 12px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .hp__where .where__body {
    padding-top: 70px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .hp__where .where__cards {
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .hp__where .cards__body p {
    margin-top: 6px;
  }

  .hp__where .where__cards .cards__ {
    margin-bottom: 0px;
  }

  .hp__where .where__graphs p {
    width: 355px;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .hp__where {
    margin-top: 0;
  }

  .hp__where > div {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .hp__where .tns-controls button {
    background-image: none;
  }

  .hp__where .tns-controls button:first-child {
    left: -5%;
    background-image: none;
  }

  .hp__where .tns-controls button:last-child {
    right: -5%;
    background-image: none;
  }

  .hp__where .where__hero {
    overflow: hidden;
  }

  .hp__where .where__hero img {
    position: relative;
    width: 136%;
    margin-left: -18%;
  }

  .hp__where .where__body {
    padding-top: 50px;
    margin-top: -32px;
    border-radius: 32px 0 0 0;
    -moz-border-radius: 32px 0 0 0;
    -webkit-border-radius: 32px 0 0 0;
  }

  .hp__where .where__body h2 {
    display: block;
    width: 100%;
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__where .where__body p {
    display: block;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
  }

  [lang="es"] .hp__where .where__body h2 {
    max-width: 250px;
  }

  .hp__where .where__graphs h3 {
    display: block;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 37px;
  }

  .hp__where .where__graphs h3 {
    max-width: 355px;
  }

  .hp__where .where__graphs .graph__wrapper {
    padding: 130px 0 160px 0;
  }

  .hp__where .where__graphs .graph__ {
    height: 24px;
  }

  .hp__where .where__graphs .graph__ span {
    bottom: calc(24px + 8px);
    font-size: 14px;
  }

  .hp__where .where__graphs .graph__detail span:first-child {
    font-weight: 500;
  }

  .hp__where .where__graphs .graph__detail span:first-child,
  .hp__where .where__graphs .graph__detail span:last-child {
    width: 100%;
    margin-left: -18%;
  }

  .hp__where .cards__wrapper {
    max-width: 100%;
  }

  .hp__where .where__cards {
    padding-bottom: 70px;
  }

  .hp__where .where__cards .cards__ {
    padding: 10px 0;
  }

  .hp__where .where__cards .cards__ .card__ {
    width: 335px;
  }

  .hp__where .where__cards .cards__ .card__ .card__icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hp__where .where__cards .cards__ .card__.card--study .card__icon {
    width: 75px;
    height: 75px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hp__where .where__cards .cards__ .card__ .card__body .body__number {
    font-size: 32px;
  }

  .hp__where .cards__body p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 26px;
  }
}

/** Shape **/

.hp__shape .shape__links a.btn__.btn--yellow {
  color: #262262;
  font-weight: 600;
  background-color: #ffdd7f;
}

.hp__shape .shape__links a.btn__.btn--outline {
  color: #262262;
  font-weight: 600;
  background-color: #ecf7ff;
  border-style: inset;
  border: 3px solid #262262;
}

.hp__shape .shape__links a.btn__ {
  font-family: "Helvetica-Bold";
  clear: both;
  display: inline-block;
  color: #ffffff;
  background-color: #262262;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  padding: 22px 77px;
  margin: 0;
  margin-top: 10px;
  border-radius: 12px;
  cursor: pointer;
}

.hp__shape p a {
  color: #216fb4 !important;
  text-decoration: underline !important;
}

.hp__shape {
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.hp__shape > div {
  width: 100%;
  padding: 90px 28px;
  background-color: #ecf7ff;
}

.hp__shape .shape__header {
  text-align: center;
  margin-bottom: 60px;
}

.hp__shape .shape__body {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.hp__shape .shape__map {
  flex-shrink: 1;
  flex-grow: 0;
  width: 100%;
  max-width: 600px;
  margin-bottom: 90px;
}

.hp__shape .shape__map .map__key {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  margin-bottom: 50px;
}

.hp__shape .shape__map .map__key > span {
  position: relative;
  padding-left: 38px;
}

.hp__shape .shape__map .map__key > span:last-child > span {
  margin: 0;
}

.hp__shape .shape__map .map__key > span:last-child > span:before {
  background-color: #cea6fe;
}

.hp__shape .shape__map .map__key > span > span {
  font-family: "Helvetica-Black";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}

.hp__shape .shape__map .map__key > span > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  margin: auto;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  border-radius: 9999px;
  background-color: #ffdd7f;
  margin-right: 10px;
}

.hp__shape .shape__map .map__graphic {
  position: relative;
}

.hp__shape .shape__map .map__graphic .graphic__states {
  width: 100%;
}

.hp__shape .shape__map .map__graphic .graphic__states img {
  width: 100%;
  height: auto;
}

.hp__shape .shape__map .map__graphic .graphic__islands {
  position: absolute;
  bottom: -33px;
  right: 0;
}

.hp__shape .shape__map .map__graphic .graphic__islands img {
  width: 99%;
  height: auto;
}

.hp__shape .shape__links {
  flex-shrink: 0;
  flex-grow: 0;
  width: 440px;
  min-width: 496px;
  padding-left: 56px;
}

.hp__shape .shape__links .link__group {
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
}

.hp__shape .shape__links .link__group:last-child {
  margin-bottom: 0;
}

.hp__shape .shape__links .link__group:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.hp__shape .shape__links .link__group.group--online:before {
  background-image: url(/sfsites/c/resource/jaoushapeonline);
}

.hp__shape .shape__links .link__group.group--in-person:before {
  background-image: url(/sfsites/c/resource/jaoushapeinperson);
}

.hp__shape .shape__links .link__group.group--events:before {
  background-image: url(/sfsites/c/resource/jaoushapeevent);
}

.hp__shape .shape__links .link__group > p {
  font-family: "Helvetica-Black";
  color: #262262;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 18px;
}

.hp__shape .shape__links .link__group > .btn__ {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.hp__shape .shape__footer {
  display: block;
  text-align: center;
  max-width: 1175px;
  margin: 0 auto;
}

[lang="es"] .hp__shape .shape__links .link__group > p {
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  .hp__shape .shape__map .map__key {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .hp__shape .shape__map .map__key span:first-child {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 992px) {
  .hp__shape > div {
    padding: 90px 28px 50px 28px;
  }

  .hp__shape .shape__header h2,
  .hp__shape .shape__footer h2 {
    display: block;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__shape .shape__header p,
  .hp__shape .shape__footer p {
    display: block;
    width: 590px;
    margin-left: auto;
    margin-right: auto;
  }

  .hp__shape .shape__map {
    margin-bottom: 120px;
  }

  .hp__shape .shape__body {
    flex-direction: column;
  }

  .hp__shape .shape__links {
    width: 560px;
    padding: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 576px) {
  .hp__shape > div {
    padding: 70px 28px 70px 28px;
  }

  .hp__shape .shape__header h2,
  .hp__shape .shape__footer h2 {
    max-width: 310px;
  }

  [lang="es"] .hp__shape .shape__header h2,
  [lang="es"] .hp__shape .shape__footer h2 {
    max-width: 333px;
  }

  .hp__shape .shape__header p {
    max-width: 300px;
  }

  .hp__shape .shape__footer p {
    max-width: 355px;
    text-align: left;
  }

  .hp__shape .shape__map .map__key span {
    font-size: 12px;
  }

  .hp__shape .shape__map .map__key span:before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  .hp__shape .shape__map .map__key span:first-child {
    margin-bottom: 8px;
  }

  .hp__shape .shape__map .map__graphic .graphic__islands {
    bottom: -69px;
  }

  .hp__shape .shape__links .link__group:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .hp__shape .shape__links .link__group {
    width: 100%;
    max-width: 355px;
    text-align: center;
    padding: 0;
    padding-top: 100px;
    margin: auto;
    margin-bottom: 60px;
  }

  .hp__shape .shape__links .link__group:last-child {
    margin-bottom: 0;
  }

  .hp__shape .shape__links .link__group > p {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

/** Homepage CSS Ends **/
